/* @font-face {
    font-family: 'HelveticaNeue';
    src: url('../images/user/fonts/HelveticaNeue.ttf');
} */
/*krajt poprawki 13.08*/
.modal {
    transition: none !important;
}

.mx_megamenu_container_flex {
    min-height: 620px;
}

/* width */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/* font-family: 'Open Sans', sans-serif; */
:root {
    --main-color: #ed1846;
    --font-color: #666;
    --input-color: #f7f7f7;
    --filters-color: #fafafa;
    --input-border-color: rgba(102, 102, 102, 0.4); /* kolor dodany również jako bordery*/
    --input-color-dark: #d1d1d1;
    --main-color-light: #ed184626;
    /* --main-font: "Montserrat", sans-serif; */
    --main-font: "Open Sans", sans-serif;
    --green-promo: #52e08d;
    --basket-popup: #14c1ae;
    --alert-bgc: #f3fcfb;
    scrollbar-color: #ed1846 var(--main-color-light);
    scrollbar-width: thin;
}

* {
    box-sizing: border-box;
    font-family: var(--main-font);
}
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f3fcfb inset !important;
}
.up {
    right: 90px;
}
.up .btn {
    padding: 5px 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* Track */
::-webkit-scrollbar {
    width: 5px;
}
*::-webkit-scrollbar-track {
    background-color: var(--main-color-light);
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroller {
    width: 5px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--font-color);
    -webkit-box-shadow: 0 0 0px 1000px var(--input-color) inset;
    transition: background-color 5000s ease-in-out 0s;
}
form textarea,
.form textarea,
form input[type="text"],
.form input[type="text"],
form input[type="password"],
.form input[type="password"],
form input[type="date"],
.form input[type="date"],
form input[type="number"],
.form input[type="number"],
form input[type="email"],
.form input[type="email"],
form input[type="search"],
.form input[type="search"],
form input[type="tel"],
.form input[type="tel"],
form .uneditable-input,
.form .uneditable-input,
select {
    border-color: var(--font-color);
}
form input[type="password"]::placeholder,
.form input[type="password"]::placeholder {
    font-size: 14px !important;
    letter-spacing: normal !important;
}
form input[type="password"],
.form input[type="password"] {
    font-size: 26px;
    letter-spacing: 2px;
}
.fa::before,
.fa::after {
    font-weight: 300;
}
.btn {
    line-height: 48px;
    padding: 0 30px;
    background-color: var(--main-color);
    color: white;
    border: none;
    transition: all 0.3s linear;
    text-transform: unset;
}
.btn:hover {
    background-color: var(--main-color);
}
.btn.btn-red {
    background-color: white;
    border: 3px solid var(--main-color);
    color: var(--main-color);
}
.btn.btn-red:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: white;
}
.error input {
    background-color: var(--main-color-light) !important;
}

.alert .close {
    height: 100%;
    padding: 15px;
    line-height: 1;
    top: 0;
}
.radio-wrap label::after {
    width: 8px;
    height: 8px;
    top: 7px;
    left: 7px;
}
.radio-wrap input[type="radio"]:checked + label::after {
    background-color: var(--main-color);
}
.radio-wrap {
    width: 24px;
    height: 24px;
}
.radio-wrap input {
    margin: 0;
}
.checkbox-wrap input[type="checkbox"]:checked + label::after {
    border-color: var(--main-color) var(--main-color) transparent transparent;
}
.checkbox-wrap label::after {
    margin-left: 2px;
    font-size: 15px;
    transform: unset;
    font-family: "FontAwesome";
    content: "\f00c";
    line-height: 18px;
    width: 0;
    height: 0;
    border: none;
    color: transparent;
}
.checkbox-wrap:hover label::after {
    color: var(--main-color-light);
}
.checkbox-wrap input[type="checkbox"]:checked + label::after {
    color: var(--main-color);
}
select,
select:hover {
    background: url("../images/user/select-bg.svg") no-repeat 92.2% 50%;
}
.container {
    max-width: unset;
}
form textarea:focus,
.form textarea:focus,
form input[type="text"]:focus,
.form input[type="text"]:focus,
form input[type="password"]:focus,
.form input[type="password"]:focus,
form input[type="date"]:focus,
.form input[type="date"]:focus,
form input[type="number"]:focus,
.form input[type="number"]:focus,
form input[type="email"]:focus,
.form input[type="email"]:focus,
form input[type="search"]:focus,
.form input[type="search"]:focus,
form input[type="tel"]:focus,
.form input[type="tel"]:focus,
form .uneditable-input:focus,
.form .uneditable-input:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    border-color: var(--font-color);
}
/*megemenu styles*/
.mx_megamenu_container_flex .mx_megamenu_menu_div {
    border-top-left-radius: 6px;
}
.mx_menuboks_FS_CONTAINER_DIV .mx_menuboks_FS_BG_DIV {
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 auto;
    max-width: 1440px !important;
    width: 100% !important;
}

.mx_menuboks_FS_CONTAINER_DIV .mx_menuboks_FS_BG_DIV .mx_menuboks_WINDOW_DIV {
    width: 100% !important;
    margin-left: 2.5px !important;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
    border-bottom: 12px solid var(--main-color);
}

.mx_megamenu_prawy_produkt_div {
    padding: 17px 33px 35px 0 !important;
    border-top-right-radius: 6px;
}

.mx_megamenu_prawy_produkt_div .mx_megamenu_prawy_produkt_div_produkty {
    border: 1px solid var(--font-color);
    padding: 20px;
}

.mx_menuboks_FS_CONTAINER_DIV .mx_megamenu_menu_col:nth-child(1) {
    padding: 30px 0 30px 14% !important;
    padding-right: 0 !important;
    border-top-left-radius: 6px;
}

.mx_megamenu_menu_col:nth-child(1) .mx_megamenu_lvl1_container a:hover {
    background: #fff;
    color: var(--main-color);
    font-weight: 600;
}

.mx_megamenu_menu_col:nth-child(2) {
    border: none !important;
}

.mx_megamenu_menu_col:not(:nth-child(2)) {
    padding: 30px 0 !important;
}

.mx_megamenu_menu_col:not(:nth-child(1)) {
    margin-top: 30px;
}

.mx_megamenu_menu_col:nth-child(2) .mx_megamenu_lvl1_children {
    padding: 0 30px 30px 30px;
    border-right: 1px solid var(--font-color);
    height: 100%;
}

.mx-mod_currentCategory {
    margin-bottom: 21px;
}

.mx-mod_currentCategory a {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
}

/* Random product */
.mx_menuboks_FS_CONTAINER_DIV .mx_megamenu_prawy_produkt_div_produkty {
    display: none !important;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product {
    border: 1px solid var(--font-color);
    position: relative;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .mx-mod_product__inner {
    padding: 25px 23px 21px;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-image {
    display: block;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-image img {
    margin: 0 auto;
    display: block;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-name {
    display: block;
    margin-top: 28px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    max-height: 3.9em;
    overflow: hidden;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-category {
    margin-top: 20px;
    font-size: 14px;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-rate {
    margin-top: 19px;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-rate .votestars {
    float: unset;
    margin: 0;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-rate .votestars img {
    display: inline-block;
    margin: 0 6px 0 0;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-rate span + span {
    display: inline-block;
    margin: 4px 0 0 7px;
    font-size: 12px;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .price-wrap {
    display: flex;
    justify-content: space-between;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-price em {
    display: block;
    margin-top: 33px;
    color: var(--main-color);
    font-size: 22px;
    font-weight: bold;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-price del {
    display: block;
    margin-top: 7px;
    font-size: 16px;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-buttons form {
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: unset;
    background: unset;
    border: none;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-buttons form fieldset {
    height: 100%;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-buttons form .shaded_inputwrap,
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-buttons form .addtobasket.btn span {
    display: none;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-buttons form .addtobasket.btn {
    height: 100%;
    padding: 0 3px 0 0;
    display: flex;
    align-items: flex-end;
    border: none;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-buttons form .addtobasket.btn:hover {
    background: none;
}
.mx_megamenu_prawy_produkt_div .mx-mod_product .product-buttons form .addtobasket.btn img {
    display: inline-block;
}
/* tags */
.mx-mod_product__tags {
    position: absolute;
    top: 0;
    right: 0;
}
/*eof megamenu*/

/* FLASH MESSEGES */
.alert {
    border-width: 3px;
    border-style: solid;
}
.mx-flash-messeges .alert.alert-success {
    border: 3px solid var(--basket-popup);
    background-color: var(--alert-bgc);
    color: var(--font-color);
}
.mx-flash-messeges .alert.alert-error {
    color: var(--main-color);
    border-color: var(--main-color);
    background-color: #ed184626;
}
/* SHOP INDEX */
/* NEWSLETTER POPUP */
.mx-newsletter-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
}
.mx-newsletter-popup {
    margin-left: 30px;
    display: flex;
    position: relative;
    top: -24px;
    max-width: 854px;
    width: 90%;
    box-shadow: 6px 6px 10px 0 var(--font-color);
}
.mx-newsletter-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 13px;
    color: var(--main-color);
    font-size: 27px;
    font-weight: 300;
    cursor: pointer;
}
.mx-newsletter-popup .background {
    border-bottom: 1px solid var(--main-color);
    flex-basis: 337px;
    background: url("../images/user/newsletter-popup.png");
    background-size: cover;
}

.mx-newsletter-popup .content {
    width: calc(100% - 337px);
    padding: 49px 40px 80px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--main-color);
    border-left: none;
    background-color: white;
}
.mx-newsletter-popup .content .newsletter-popup-title {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
}
.mx-newsletter-popup .content .newsletter-popup-text {
    margin: 16px 3px 0;
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
}
.mx-newsletter-popup .content form {
    width: 80.7%;
    margin: 29px 12% 0 auto;
}
.mx-newsletter-popup .content form fieldset:nth-child(1) input {
    width: 100%;
    height: 48px;
    padding-left: 15px;
    background-color: var(--input-color);
    color: var(--font-color);
    font-size: 14px;
}
.mx-newsletter-popup .content form fieldset:nth-child(2) {
    margin: 11px 0 25px;
}
.mx-newsletter-popup .content form fieldset:nth-child(2) input {
    margin: 0 10px 0 0;
    width: 23px;
    height: 25px;
}
.mx-newsletter-popup .content form fieldset:nth-child(2) span {
    font-size: 14px;
}
.mx-newsletter-popup .content form .btn {
    width: 100%;
}
/* END OF NEWSLETTER POPUP */
/* BASKET POPUP */
body .mask {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none !important;
}
.modal.modal-visible {
    width: 63.1% !important;
    left: 18.5% !important;
    display: flex;
    flex-wrap: wrap;
    padding: 21px;
    padding-left: 24px;
    border: 0.5px solid var(--input-border-color);
    box-shadow: 10px 10px 15px 0 var(--font-color);
    border-radius: 7px;
}
.modal.modal-visible .mx-close-btn {
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    top: -11px;
    right: -15px;
    text-align: center;
    background-color: white;
    border: 3px solid var(--main-color);
    border-radius: 50%;
}
.modal.modal-visible .mx-close-btn i {
    color: var(--main-color);
    font-size: 20px;
    line-height: 22px;
}
.modal .modal-header {
    width: 100%;
    margin-bottom: 45px;
    padding: 31px 2.9% 27px;
    background-color: var(--basket-popup);
}
.modal-header::before {
    margin-right: 3%;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 50px;
    font-weight: 300;
}
.modal .modal-header h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.modal.modal-visible:has(.mx-close-btn) .modal-header .modal-close {
    display: none;
}
.ajax-basket-container .ajax-cart-block,
.ajax-basket-container .ajax-product-block .ajax-product-block-info .ajax-stocks,
.ajax-basket-container .ajax-product-block .ajax-product-block-info h3 + span {
    display: none;
}
.modal .modal-body {
    padding: 0;
    width: 55%;
}
.ajax-basket-container .ajax-product-block img {
    margin: 0 auto;
    max-width: unset;
    max-height: 254px;
    width: 100%;
}
.ajax-basket-container .ajax-product-block {
    width: 100%;
    display: grid;
    grid-template-columns: 265px 1fr;
    grid-gap: 0 15px;
    margin: 0;
    padding: 0;
    border: none;
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info {
    padding-bottom: 37px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info h3 {
    width: 100%;
    max-width: unset;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info span + span {
    color: var(--main-color);
    font-size: 22px;
    font-weight: bold;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    text-align: left;
    order: 1;
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info span + span .price {
    font-size: 22px;
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info del {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    line-height: 1;
    color: var(--font-color);
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info .votestars-wrap {
    width: 100%;
    margin-top: -32px;
    /*display: flex;*/
    display: none;
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info .votestars-wrap .votestars {
    margin: 0 6px 0 0;
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info .votestars-wrap .votestars img {
    margin-right: 7px;
}
.ajax-basket-container .ajax-product-block .ajax-product-block-info .votestars-wrap .votetext {
    margin-top: -1px;
    font-size: 12px;
}
.modal .modal-footer {
    margin-bottom: 9px;
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.modal .modal-footer .ajax-product-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.modal .ajax-product-block a.btn {
    width: 47%;
    padding: 0;
    text-transform: none;
    font-size: 14px;
}
.modal .ajax-product-block a.btn.left {
    margin: 0 0 0 10px;
    line-height: 42px;
}
.modal .ajax-product-block a.btn.right {
    margin: 0 3px 0 0;
}
/* END OF BASKET POPUP */
.contact-top {
    padding: 0 3.3%;
    height: 23px;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--main-color);
}
.contact-top span {
    margin: 0 10px;
}
.contact-top .phone a,
.contact-top .mail a {
    color: white;
    font-size: 10px;
}
header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    border-top: none;
    padding: 0;
    background-color: white;
}
header .logo-bar::before,
header .logo-bar::after {
    display: none;
}
header .logo-bar {
    max-width: 1920px;
    display: flex;
    align-items: flex-start;
    padding: 23px 2.8% 0 2.8%;
    position: relative;
    background-color: white;
}
/* search */
.mx-searchAndMenu {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 1440px;
    flex-wrap: wrap;
}
header .logo-bar .link-logo {
    margin-top: 5px;
    margin-left: 1.9%;
}
header .logo-bar .link-logo img {
    max-width: 180px;
    width: 100%;
}
header .logo-bar .search__container {
    margin-top: 11px;
    margin-left: 5.1%;
    max-width: unset;
    width: 33%;
    background-color: white;
    order: 1;
}
header .logo-bar .search-form {
    margin-bottom: 0;
}
header .logo-bar .search-form .search-input {
    min-height: unset;
    padding-left: 0;
    height: 38px;
    border: 1px solid var(--input-border-color);
}
header .logo-bar .search__input {
    height: 100%;
    width: 100%;
    margin: 0 0 0 15px;
    font-size: 13px;
    padding: 0;
}
header .logo-bar .search .btn {
    height: auto;
    width: 47px;
    border: none;
    background-color: transparent;
    color: var(--main-color);
}
.search_focused .search__input-area {
    box-shadow: none;
}
header .logo-bar .search__input-area-item .js__search-clear-btn {
    margin-right: 5px;
}
.search__message_info,
.search__list-item_active,
.search__list-item:hover {
    background: var(--input-color);
}
.search__list-item_active,
.search__list-item a:hover {
    color: var(--font-color);
}
/* menu */
header .menu {
    margin-top: 6px;
    flex-grow: 1;
    padding: 0;
    align-self: center;
    margin-left: auto;
    order: 0;
    padding-left: 30px;
}
header .menu .innermenu::before,
header .menu .innermenu::after {
    display: none;
}
header .menu .innermenu {
    height: auto;
    line-height: unset;
}
header .menu .innermenu > .menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}
header .menu .innermenu .menu-list > li:not(:last-child) {
    margin-right: 4%;
}

.menu .innermenu .menu-list li#hcategory_0 {
    display: none;
}
.menu .innermenu .menu-list li > h3 {
    margin-top: 0;
    display: flex;
}
.menu .innermenu .menu-list li h3 .fa {
    display: none;
    margin-left: 8px;
    color: var(--main-color);
}
.menu .innermenu .menu-list li.parent h3 .fa {
    display: inline-block;
}
.menu .innermenu .menu-list li.current a {
    color: var(--font-color);
}
.menu .innermenu .menu-list li.current > h3 > a,
header .menu .innermenu .menu-list > li.mx-item-active > h3 > a {
    color: var(--main-color);
}
.menu .innermenu .menu-list li h3 a {
    font-size: 15px;
    padding: 0;
    font-weight: 500;
    color: var(--font-color);
}
.menu .innermenu .parent:hover > div > ul {
    width: auto;
}
.menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul {
    right: -100%;
}
/* basket */
header .logo-bar .basket-wrap {
    margin: 16px 0.8% 0 4.2%;
    padding: 0;
    min-width: unset;
    height: auto;
    line-height: unset;
    border: none;
    background: unset;
}
header .logo-bar .basket-wrap a.count {
    display: flex;
}
header .logo-bar .mod-basket > a.count::before {
    content: none;
}
header .logo-bar .mod-basket a.count > img:nth-child(1) {
    margin-top: -2px;
    display: inline-block;
}
header .logo-bar .mod-basket > a.count .countlabel {
    margin: 1px 1px 0 7px;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: white;
    line-height: 24px;
    text-align: center;
    background-color: var(--main-color);
}
header .logo-bar .basket-wrap .empty-basket + .basket-contain {
    display: none !important;
}
header .logo-bar .basket-wrap .basket-contain {
    top: 59px !important;
    width: 751px !important;
    left: unset !important;
    right: 5%;
    background-color: transparent;
}
header .logo-bar .basket-contain .basket-products-wrap {
    padding: 39px 0 0;
    border: 0;
    position: relative;
}
header .logo-bar .basket-contain .basket-products-wrap .mx-basket-wrap {
    padding: 40px 45px 41px;
    border: 1px solid var(--main-color);
    border-bottom-width: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    box-shadow: 10px 10px 15px var(--font-color);
    position: relative;
    z-index: 20;
}
header .logo-bar .basket-contain .basket-products-wrap .mx-basket-wrap::before {
    position: absolute;
    top: -19px;
    right: 35px;
    content: "";
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    width: 35px;
    height: 35px;
    transform: rotateZ(45deg);
    background-color: white;
}
header .logo-bar .basket-contain .basket-products-wrap::before {
    position: absolute;
    top: 23px;
    right: 34px;
    width: 40px;
    height: 40px;
    content: "";
    transform: rotateZ(45deg);
    z-index: 0;
    background-color: transparent;
    box-shadow: 4px -8px 10px -5px var(--font-color);
}
header .logo-bar .basket-contain .basket-products-wrap .price-total {
    padding: 0 25px 0 2px;
    display: flex;
    justify-content: space-between;
    color: var(--main-color);
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
header .logo-bar .basket-contain .basket-products-wrap .price-total > span {
    margin-top: 5px;
}
header .logo-bar .basket-contain .basket-products-wrap .price-total .price-products {
    font-size: 25px;
    text-transform: lowercase;
}
header .logo-bar .basket-contain .basket-products-wrap .basket-products {
    max-height: 55vh;
    margin-top: 39px;
    overflow: auto;
    padding: 0;
    border: none;
}
header .logo-bar .basket-contain .basket-products-wrap .basket-product {
    min-height: 168px;
    padding: 24px 0 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--font-color);
}
header .logo-bar .basket-contain .basket-products .basket-product:last-child {
    border-bottom: 1px solid var(--font-color);
}
header .logo-bar .basket-contain .basket-products .basket-product .image {
    flex-basis: 19%;
}
header .logo-bar .basket-contain .basket-products .basket-product .basket-centercol {
    flex-basis: 53%;
}
header .logo-bar .basket-contain .basket-products .basket-product .basket-rightcol {
    flex-basis: 20%;
}
header .logo-bar .basket-contain .basket-products .basket-product .basket-centercol .product-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
header
    .logo-bar
    .basket-contain
    .basket-products
    .basket-product
    .basket-rightcol
    .product-quantity,
header .logo-bar .basket-contain .basket-products .basket-product .basket-rightcol .remove-product {
    display: none;
}
header
    .logo-bar
    .basket-contain
    .basket-products
    .basket-product
    .basket-centercol
    .votestars-wrap {
    margin: 30px 0 0 2px;
    display: none;
}
header .logo-bar .basket-contain .basket-products .basket-product .basket-centercol .votestars {
    float: unset;
}
header .logo-bar .basket-contain .basket-products .basket-product .basket-centercol .votestars img {
    margin-right: 6px;
}
header .logo-bar .basket-contain .basket-products .basket-product .basket-centercol .votetext {
    font-size: 12px;
}
header .logo-bar .basket-contain .basket-products .basket-product .basket-rightcol .product-price {
    padding-bottom: 23px;
    display: flex;
    flex-direction: column;
}
header
    .logo-bar
    .basket-contain
    .basket-products
    .basket-product
    .basket-rightcol
    .product-price
    em {
    margin-top: 3px;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: bold;
}
header
    .logo-bar
    .basket-contain
    .basket-products
    .basket-product
    .basket-rightcol
    .product-price
    del {
    font-size: 14px;
    font-weight: 400;
}
header .logo-bar .basket-contain .basket-products .basket-product .basket-rightcol .fe-quantity {
    display: flex;
    flex-wrap: wrap;
}
header
    .logo-bar
    .basket-contain
    .basket-products
    .basket-product
    .basket-rightcol
    .fe-quantity
    .quantity {
    margin-bottom: 18px;
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}
header
    .logo-bar
    .basket-contain
    .basket-products
    .basket-product
    .basket-rightcol
    .fe-quantity
    .change-amount {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--font-color);
}
header
    .logo-bar
    .basket-contain
    .basket-products
    .basket-product
    .basket-rightcol
    .fe-quantity
    .change-amount
    span {
    height: 100%;
    display: inline-block;
    line-height: 0.8;
    font-size: 24px;
}
header
    .logo-bar
    .basket-contain
    .basket-products
    .basket-product
    .basket-rightcol
    .fe-quantity
    .amount {
    width: 31%;
    text-align: center;
    border: none;
    font-size: 20px;
}
header .logo-bar .basket-contain .basket-products-wrap .basket-summery {
    padding: 47px 0 7px;
    background-color: white;
}
header .logo-bar .basket-contain .basket-products-wrap .basket-summery .btn {
    padding: 0;
    margin-left: auto;
    display: block;
    width: 37%;
    background-color: var(--main-color);
    color: white;
}
/* user */
header .user-wrap {
    margin: 17px 1.2% 0 4px;
}

header .user-wrap .login-bar {
    width: 28.1%;
    padding-top: 43px;
    display: none;
    position: fixed;
    right: 1.3%;
    top: 80px;
}
header .user-wrap:hover .login-bar,
header .user-wrap .login-bar:hover {
    display: block;
}

header .login-bar .links,
header .login-bar .links .login,
header .login-bar .links .register {
    display: flex;
    flex-direction: column;
    width: 100%;
}
header .login-bar ul.links {
    padding: 8% 6.4% 9.5% 7.2%;
    border: 1px solid var(--main-color);
    border-bottom-width: 12px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: white;
    box-shadow: 10px 10px 15px var(--font-color);
    position: relative;
    z-index: 20;
}
header .login-bar ul.links::before {
    position: absolute;
    top: -19px;
    right: 38px;
    content: "";
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    width: 7.2%;
    height: 35px;
    transform: rotateZ(45deg);
    background-color: white;
}
header .login-bar::before {
    position: absolute;
    top: 27px;
    right: 7.9%;
    width: 35px;
    height: 35px;
    content: "";
    transform: rotateZ(45deg);
    z-index: 0;
    background-color: transparent;
    box-shadow: 4px -8px 10px -5px var(--font-color);
}
header .login-bar ul.links li {
    margin-bottom: 17px;
    padding: 0;
}
header .login-bar ul.links li.login,
header .login-bar ul.links li.register {
    margin-bottom: 31px;
}
header .login-bar ul.links li.register {
    margin-bottom: 38px;
}
header .login-bar ul.links li,
header .login-bar ul.links li a {
    font-size: 15px;
    color: var(--font-color);
}
header .login-bar ul.links li .login,
header .login-bar ul.links li .register {
    margin-top: 18px;
    height: 48px;
    line-height: 46px;
    text-align: center;
}
header .login-bar ul.links li .login {
    background-color: var(--main-color);
    color: white;
}
header .login-bar ul.links li .register {
    margin-top: 14px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
header .login-bar ul.links li i {
    font-size: 12px;
    color: var(--main-color);
}
/* SLIDER */
#box_slider_4 {
    margin: 0;
    width: 75.7%;
    height: 23.5vw;
    max-height: 452px;
    float: left;
}
#box_top_offers {
    margin-left: auto;
    width: 24.3%;
    max-height: 452px;
    height: 23.5vw;
}
#box_slider_4 .pageslider {
    height: 100%;
}
#box_slider_4 .pageslider > ul.slides {
    height: 100% !important;
}
#box_slider_4 .pageslider > ul.slides li {
    background-size: cover !important;
}
#box_slider_4 .pgaeslider #box_top_offers .top-offers {
    position: relative;
    cursor: pointer;
}
#box_top_offers .top-offers {
    height: 100%;
}
#box_top_offers .top-offers a {
    display: block;
    width: 100%;
    height: 100%;
    left: 100%;
}
#box_top_offers .top-offers img {
    width: 100%;
    height: 100%;
}
#box_top_offers .top-offers .title {
    margin: 0;
    padding: 13% 8% 0;
    font-size: 33px;
    color: white;
    line-height: 38px;
    font-weight: bold;
}
#box_top_offers .top-offers .title + p {
    margin-top: 30px;
    padding: 0 8%;
    font-size: 29px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}
#box_top_offers .top-offers a.anchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}
#box_top_offers::after {
    content: "";
    display: block;
    clear: both;
}
.box-slider .slider-nav {
    padding-right: 3.1%;
    bottom: unset;
    top: 6.5%;
    right: 0;
    text-align: right;
}
.box-slider .slider-nav.bullets li {
    margin: 0 6px;
    width: 9px;
    height: 9px;
}
.main .box-slider .pageslider .ps-arrow-left,
.main .box-slider .pageslider .ps-arrow-right {
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 81%;
    visibility: visible;
    color: white;
    text-align: center;
    background: var(--main-color);
}
.main .box-slider .pageslider .ps-arrow-left {
    left: unset;
    right: 92px;
}
.main .box-slider .pageslider .ps-arrow-right {
    right: 47px;
}
.main .box-slider .pageslider .ps-arrow-left::before,
.main .box-slider .pageslider .ps-arrow-right::before {
    display: block;
    font-family: "FontAwesome";
    content: "\f053";
    color: white;
    font-weight: 300;
    font-size: 20px;
}
.main .box-slider .pageslider .ps-arrow-right::before {
    content: "\f054";
}
/* BREADCRUMBS */
.breadcrumbs {
    max-width: 1920px;
    margin: 65px auto 0;
    padding: 0 2.8%;
}
.breadcrumbs .innerbreadcrumbs {
    margin-right: 186px;
    width: 1440px;
    display: flex;
}
.breadcrumbs .innerbreadcrumbs > .breadcrumb-home {
    display: none;
}
.breadcrumbs .innerbreadcrumbs .breadcrumb-home img:first-child {
    display: none;
}
.breadcrumbs .innerbreadcrumbs .breadcrumb-home img:nth-child(2) {
    transform: scale(0.8);
    margin-right: 3px;
}
.breadcrumbs .innerbreadcrumbs .path li.mx-home span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.breadcrumbs .innerbreadcrumbs .path {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 90%;
}
.breadcrumbs .innerbreadcrumbs .path li {
    margin-right: 5px;
    padding-right: 0;
    padding: 0;
}
.breadcrumbs .innerbreadcrumbs .path li span {
    font-size: 18px;
    font-weight: 500;
}
.breadcrumbs .innerbreadcrumbs .path li.last span {
    color: var(--main-color);
    font-weight: bold;
}
.breadcrumbs .innerbreadcrumbs .path li span.raq {
    margin: 0 12px 0 7px;
    font-size: 10px;
    color: var(--font-color);
}
.main .container > .s-row {
    display: flex;
    justify-content: flex-end;
}

/* shop_index centercol  */
.main .container .s-row::before,
.main .container .s-row::after,
.main .box::before,
.main .box::after {
    display: none;
}
.main > .container {
    max-width: 1920px;
    padding: 0 2.8%;
}
.container.mx-flash-messeges {
    padding: 20px 2.8% 0;
    max-width: 1920px;
}
.container.mx-flash-messeges .alert {
    margin: 0 161px 0 auto;
    max-width: 1460px;
}
.main .container .s-row {
    margin: 0 auto;
}
.main .container .centercol {
    width: 100%;
    max-width: 1440px;
    margin: 26px 30px 0 auto;
}
body:not(.shop_index) .main .container .centercol {
    max-width: 1460px;
    margin: 18px 9px 0 auto;
    padding: 0;
}
body:not(.shop_index) #newsletter-wrap {
    margin-left: 1.7%;
    margin-right: -5px;
}
/* rightcol items */

.main .container .rightcol {
    width: 152px;
    padding-left: 14px;
    padding-top: 19px;
    margin-left: 0;
    z-index: 1;
}

#right_col_icons {
    width: 130px;
    height: 667px;
    position: fixed;
    right: auto;
    top: 127px;
    display: flex;
    flex-direction: column;
    border: 2px solid var(--main-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#right_col_icons .wrap {
    flex-grow: 1;
    padding: 24px 5px 10px;
    display: flex;
    flex-direction: column;
}
#right_col_icons .wrap .icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#right_col_icons .wrap .icon-wrap:not(:last-child) {
    margin-bottom: 34px;
}
#right_col_icons .wrap .icon-wrap:nth-child(2) {
    margin-bottom: 30px;
}
#right_col_icons .wrap .icon-wrap p {
    margin: 21px 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
#right_col_icons .wrap .icon-wrap:nth-child(2) p {
    margin-top: 16px;
}
#right_col_icons .wrap .icon-wrap:nth-child(3) p,
#right_col_icons .wrap .icon-wrap:nth-child(4) p {
    margin-top: 11px;
}
#right_col_icons .wrap .icon-wrap:nth-child(4) {
    margin-bottom: 24px;
}
#right_col_icons .wrap .icon-wrap:nth-child(5) p {
    margin-top: 9px;
}
#right_col_icons .text-last {
    height: 86px;
    width: 100%;
    padding: 8px 10px 7px;
    display: flex;
    flex-wrap: wrap;
    color: white;
    background-color: var(--main-color);
    position: relative;
}
#right_col_icons .text-last > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}
#right_col_icons .text-last > a:hover {
    color: transparent;
}
#right_col_icons .text-last > a::after {
    display: inline-block;
    position: absolute;
    bottom: 3px;
    right: 9px;
    font-family: "FontAwesome";
    content: "\f054";
    color: white;
    font-weight: 300;
    font-size: 12px;
}
#right_col_icons .text-last p {
    margin: 0;
}
#right_col_icons .text-last .first {
    margin: 14px 4px 0 3px;
    font-size: 19px;
    font-weight: 700;
}
#right_col_icons .text-last .first + p {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 300;
}
/* end of rightcol */

/* CENTER COL ITEMS */
/* padding for boxes */
/* .shop_index #box_promotion, .shop_index .mx-boxhead, .shop_index .products-wrap, .shop_index #mx-mamezi-inspirations, .shop_index #newsletter-wrap, .shop_index #box_mx-producers {
    padding-left: 20px;
} */
/* end padding for boxes */
#box_promotion {
    display: flex;
    justify-content: space-between;
    padding-top: 43px;
}
#box_promotion .promotion-item {
    display: flex;
    flex-basis: 30.3%;
    border: 1px solid var(--input-border-color);
}
#box_promotion .promotion-item .text-wrap,
#box_promotion .promotion-item .image-wrap {
    flex-basis: 50%;
}
#box_promotion .promotion-item .text-wrap {
    padding: 20px 12px 10px 20px;
}
#box_promotion .promotion-item .text-wrap .text {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    max-height: 4.5em;
    overflow: hidden;
}
#box_promotion .promotion-item .text-wrap .button {
    margin: 0;
    padding-top: 7px;
    text-align: right;
}
#box_promotion .promotion-item .text-wrap .button a {
    display: inline-block;
    position: relative;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background-color: var(--main-color);
    color: var(--main-color);
}
#box_promotion .promotion-item .text-wrap .button a::after {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    content: "\f054";
    font-weight: 300;
    font-size: 12px;
    color: white;
}
#box_promotion .promotion-item .image-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 0;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}
#box_promotion .promotion-item .image-wrap img {
    max-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*  featured-categories */
#featured-categories {
    margin: 130px 0 198px;
}
#featured-categories .category-wrap {
    margin: 48px auto 0 8.3%;
    width: 84%;
    position: relative;
}
#featured-categories .category-wrap .slick-arrow {
    position: absolute;
    top: 29%;
    font-size: 40px;
    font-weight: 300;
    color: var(--main-color);
    cursor: pointer;
}
#featured-categories .category-wrap .slick-arrow.prev {
    left: -4%;
}
#featured-categories .category-wrap .slick-arrow.next {
    right: -3.4%;
}
#featured-categories .category-wrap .slick-disabled {
    cursor: not-allowed;
}
#featured-categories .category-wrap .gallery-item {
    margin-right: 11px;
}
#featured-categories .category-wrap .gallery-item .image-wrap {
    height: max-content;
    max-height: 145px;
    border: 1px solid rgba(237, 24, 70, 0.2);
    overflow: hidden;
}
#featured-categories .category-wrap .gallery-item img {
    height: auto;
    margin: 0 auto;
}
#featured-categories .category-wrap .btn-wrap {
    margin: 21px 0 0 4px;
}
#featured-categories .category-wrap .btn-wrap a {
    display: flex;
    justify-content: space-between;
    max-width: 188px;
    max-height: 1.2em;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: var(--font-color);
}
#featured-categories .category-wrap .btn-wrap a::after {
    display: inline-block;
    position: relative;
    top: 2px;
    right: 0;
    font-family: "FontAwesome";
    content: "\f054";
    color: var(--main-color);
    font-weight: 300;
    font-size: 12px;
}
/* sliders boxhead */
.mx-boxhead {
    position: relative;
}
.mx-boxhead > .title,
.mx-boxhead > .title-text,
.mx-boxhead > .title-button {
    margin: 0;
}
.mx-boxhead > .title {
    margin-bottom: 12px;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
.mx-boxhead > .title-text {
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.3;
    width: 50%;
    text-align: center;
}
.mx-boxhead > .title-button {
    display: inline-block;
    width: 15.2%;
    height: 58px;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.mx-boxhead > .title-button a,
#mx-mamezi-inspirations #about .mod-button a {
    display: block;
    line-height: 58px;
    font-size: 15px;
    color: white;
    background-color: var(--main-color);
    text-align: center;
}
.slider .slider-wrap {
    position: relative;
    left: -34px;
    display: flex;
    width: 100% !important;
    justify-content: space-between;
}
.slider .slider-wrap .product {
    margin: 0 0 43px;
    padding: 24px;
    border: 1px solid var(--font-color);
}

/* products-wrap */
.shop_index #box_specialoffer {
    margin-top: 65px;
    margin-bottom: 159px;
}
.products-wrap .boxhead,
.products-wrap .product .manufacturer {
    display: none;
}
.products-wrap:not(.slider) .innerbox,
.products-wrap .products.viewphot {
    width: 100%;
    display: grid;
    grid-gap: 0 11px;
    grid-template-columns: repeat(4, 1fr);
}
#box_mainproducts .innerbox {
    display: block;
    width: 100%;
}
.products-wrap .products.viewphot::before,
.products-wrap .products.viewphot::after {
    display: none;
}
.products-wrap:not(.slider) .product,
.products-wrap .products.viewphot .product,
.slider .slider-wrap .product {
    margin: 0 0 43px;
    padding: 24px;
    width: 100%;
    height: auto;
    border: 1px solid var(--input-border-color);
    text-align: left;
    float: unset;
}
.products.viewfull .product {
    width: 100%;
}
.products.viewfull .product .basket .btn {
    background-color: var(--main-color);
    color: white;
}
.products.viewfull .product .basket .price {
    margin-top: 0;
}
.products-wrap .product:last-child {
    border: 1px solid var(--input-border-color);
}
.products-wrap .product .product-inner-wrap {
    display: flex;
    flex-wrap: wrap;
}
.products-wrap .products.viewphot .product .prodimage .img-wrap img,
.product img,
.productimg img {
    max-height: 100%;
}
.products-wrap .product .prodimage span.img-wrap {
    height: 300px;
    text-align: center;
}
.products-wrap .product .prodname {
    margin-top: 26px;
    margin-bottom: 17px;
    height: 75px;
    position: relative;
    overflow: hidden;
    color: var(--font-color);
}
.products-wrap .product .prodname:hover {
    color: var(--main-color);
}
.products-wrap .product .productname,
.products-wrap .products.viewphot .product .productname {
    padding: 0;
    margin: 0;
    height: auto;
    min-height: unset;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.products-wrap .product .mx-category-name {
    height: 40px;
    overflow: hidden;
    width: 100%;
}
.products-wrap .product .mx-category-name a {
    line-height: 20px;
    font-size: 15px;
}
.products-wrap .evaluation {
    margin-top: 19px;
    width: 100%;
    display: none;
}
.products-wrap .evaluation .votestars {
    float: unset;
    margin-left: 0.7em;
}
.products-wrap .evaluation .votetext {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}
.products-wrap .evaluation .votestars img {
    margin: 0 6px 0 0;
}
.products-wrap .product .price {
    flex-basis: 50%;
    min-height: 42px;
    margin: 32px 0 0;
}
.products.viewphot .product .price {
    margin-top: 35px;
    padding: 0;
    min-height: 42px;
}
.products-wrap .product .price em {
    font-size: 22px;
    color: var(--main-color);
    font-weight: 700;
}
.products-wrap .product .price del {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left !important;
}
.products-wrap .product .buttons {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.products-wrap .product .buttons .addtobasket {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}
.products-wrap .product .buttons .addtobasket span {
    display: none;
}
.products-wrap .product .buttons .quickview,
.products.viewphot .product .buttons .quickview {
    display: none;
}

/* product ul tags */
.product .tags {
    left: unset;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}
.product .tags li,
.mx-mod_product__tags .tag {
    margin: 0 0 1px 0;
    width: 99px;
    height: 99px;
    line-height: 95px;
    border-radius: 50%;
    border: 4px solid white;
    font-size: 24px;
    text-transform: capitalize;
}
.mx-mod_product__tags .tag {
    color: white;
    font-weight: 500;
    text-align: center;
}
.product .tags li.promo,
.mx-mod_product__tags .tag.promo-product {
    background-color: var(--main-color);
}
.product .tags li.new,
.mx-mod_product__tags .tag.new-product {
    font-size: 20px;
    background-color: var(--green-promo);
}
/* MAIN PRODUCTS */
#box_mainproducts_title {
    margin-bottom: 70px;
}
/* #box_mainproducts_title .mx-boxhead > .title-button {
    bottom: 5px;
} */
.shop_index #box_mainproducts {
    margin-bottom: 0;
}
.shop_index #box_mainproducts .boxhead {
    display: none;
}
.shop_index #box_mainproducts .floatcenterwrap {
    display: none;
}
/* INSPIRACJE PRODUCKTOWE */

#mx-mamezi-inspirations {
    margin-bottom: 202px;
    padding-top: 17px;
    display: flex;
}
.box_mamezi_lookbook .marker2 {
    background-color: var(--main-color);
    box-shadow: 0 0 5px 0 white;
    width: 38px;
    height: 38px;
    border: 5px solid white;
}
.box_mamezi_lookbook .marker2:before {
    top: 7px;
    left: 13px;
    width: 3px;
    height: 13px;
}
.box_mamezi_lookbook .marker2::after {
    top: 7px;
    left: 13px;
    width: 3px;
    height: 13px;
}
#mx-mamezi-inspirations #inspiration {
    flex-basis: 49.5%;
}
#mx-mamezi-inspirations #about {
    padding: 38px 5.8%;
    flex-basis: 50%;
}
#mx-mamezi-inspirations #about .boxhead {
    margin-bottom: 50px;
    border: none;
}
#mx-mamezi-inspirations #about .boxhead p {
    padding-left: 35px;
    margin: 0;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}
#mx-mamezi-inspirations #about .boxhead p a {
    color: var(--font-color);
}
#mx-mamezi-inspirations #about .boxhead:hover a {
    color: var(--main-color);
}
#mx-mamezi-inspirations #about .description {
    margin: 0 0 13px 35px;
    font-size: 18px;
    line-height: 1.4;
}
#mx-mamezi-inspirations #about .description a {
    color: var(--main-color);
}
#mx-mamezi-inspirations #about .about-designer {
    display: flex;
    padding-left: 7.3%;
}
#mx-mamezi-inspirations #about .about-designer .photo {
    width: 97px;
    height: 97px;
}
#mx-mamezi-inspirations #about .about-designer .photo img {
    width: auto;
    height: 100%;
    border-radius: 50%;
}
#mx-mamezi-inspirations #about .about-designer .designer-text {
    margin-left: 29px;
}
#mx-mamezi-inspirations #about .about-designer .designer-text p {
    margin: 2px 0 0;
    font-size: 13px;
    line-height: 1.3;
}
#mx-mamezi-inspirations #about .about-designer .designer-text .name {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
}
#mx-mamezi-inspirations #about .mod-button a {
    margin: 43px 0 0 42px;
    width: 180px;
    line-height: 48px;
}
/* BLOG */
#mx-blog-wrap {
    width: 100vw;
    margin: 124px -50vw 220px -50.2vw;
    padding: 130px 3.5% 160px;
    position: relative;
    top: 0;
    left: 50%;
    right: 50%;
    background-color: rgba(102, 102, 102, 0.02);
}
#mx-blog-wrap .blog {
    max-width: 1440px;
}
#box_articlelistsmall .boxhead {
    display: none;
}
#box_articlelistsmall .innerbox {
    padding: 59px 11% 0 11.8%;
    display: flex;
    justify-content: space-between;
}
#box_articlelistsmall .innerbox .article-small,
#box_articlelist .innerbox .article-content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-basis: 31.6%;
    border: 1px solid var(--input-border-color);
    background-color: white;
}
#box_articlelistsmall .innerbox .article-small .article-image-wrap,
#box_articlelist .innerbox .article-content .article-image-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 0;
    max-width: 100%;
    object-fit: contain;
    height: 197px;
    width: 100%;
}
#box_articlelistsmall .innerbox .article-small .article-image-wrap img,
#box_articlelist .innerbox .article-content .article-image-wrap img {
    padding: 0;
    max-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#box_articlelist .innerbox .article-content::before,
#box_articlelist .innerbox .article-content::after {
    display: none;
}
#box_articlelistsmall .innerbox .article-small .mx-article-content,
#box_articlelist .innerbox .article-content .article-header {
    margin: 0;
    padding: 23px 6.4% 26px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
}

#box_articlelistsmall .innerbox .article-small .mx-article-content .article_name,
#box_articlelist .innerbox .article-content .article-name {
    margin: 0;
    padding: 0;
    max-height: 76px;
    overflow: hidden;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: unset;
    color: var(--font-color);
}
#box_articlelistsmall .innerbox .article-small .mx-article-content .article_name a {
    color: var(--font-color);
}
#box_articlelistsmall .innerbox .article-small .mx-article-content .article_name a:hover,
#box_articlelist .innerbox .article-content .article-name:hover {
    color: var(--main-color);
}
#box_articlelistsmall .innerbox .article-small .mx-article-content .article-info,
#box_articlelist .innerbox .article-info,
#box_articlelist .innerbox .article-content .article-comments {
    display: none;
}
#box_articlelistsmall .innerbox .article-small .mx-article-content .resetcss,
#box_articlelist .innerbox .article-content .mx-article-short {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.5;
    height: 3em;
}
#box_articlelistsmall .innerbox .article-small .mx-article-content .resetcss p,
#box_articlelist .innerbox .article-content .mx-article-short p {
    margin: 0;
    max-height: 3em;
    overflow: hidden;
}
#box_articlelistsmall .innerbox .article-small .mx-article-content .resetcss + .row,
#box_articlelist .innerbox .article-content .mx-readmore {
    width: 100%;
    margin-top: 18px;
    text-align: left;
}
#box_articlelistsmall .innerbox .article-small .mx-article-content .row:not(:first-child) {
    margin-top: 20px;
}
#box_articlelistsmall .innerbox .article-small .mx-article-content .row .readmore,
#box_articlelist .innerbox .article-content .readmore {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    float: unset;
    color: var(--main-color);
}

/* LIST OF ARTICLES */
#box_article_categories {
    margin: 40px 0 100px;
}
#box_article_categories .boxhead {
    display: none;
}
#box_articlelist .innerbox .mx-articles-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
#box_article_categories .innerbox > ul {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, max-content));
    grid-gap: 25px 0;
}
#box_article_categories .innerbox > ul li {
    height: 30px;
    padding: 0 30px;
}

#box_article_categories .innerbox > ul li {
    border-left: 1px solid var(--font-color);
}
#box_article_categories .innerbox > ul li:nth-child(1),
#box_article_categories .innerbox > ul li:nth-child(9n) {
    padding-left: 0;
    border-left: none;
}
#box_article_categories .innerbox > ul li a {
    padding: 0;
    line-height: 30px;
    color: var(--font-color);
    font-size: 22px;
    font-weight: 600;
}
#box_article_categories .innerbox > ul li a.current,
#box_article_categories .innerbox > ul li a:hover {
    color: var(--main-color);
}
#box_articlelist .innerbox .mx-articles-wrap #box_articlelist .innerbox .mx-articles-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.shop_news_list .floatcenterwrap {
    margin-left: auto;
    width: 74.7%;
}
.shop_news_list #mx-mamezi-inspirations {
    margin-top: 200px;
}
.shop_news_list #mx_blog_site-titile,
.shop_news_list #box_articlelistsmall {
    display: none;
}
/* BLOG SITE */
.shop_news .article-header {
    border: none;
    flex-wrap: wrap;
}
.shop_news .article-header .article-head-cat a {
    font-size: 30px;
    color: var(--font-color);
    font-weight: 700;
    text-transform: uppercase;
}
.shop_news .article-header .article-head-cat a + a,
.shop_news .article-header .article-comments,
.shop_news .article-info {
    display: none;
}
.shop_news .article-header .article-name {
    margin: 50px 0;
    padding: 0;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-transform: unset;
    color: var(--font-color);
    line-height: 1.2;
}
.shop_news .article-content::before,
.shop_news .article-content::after {
    display: block;
}
.shop_news .article-content .article-img {
    display: none;
}
.shop_news .article-content > div {
    padding: 0;
    margin-bottom: 40px;
    float: unset;
}
.shop_news #box_article .blog-artykul {
    column-count: 2;
}
.shop_news #box_article .blog-artykul p,
.shop_news #box_article .blog-artykul h2 {
    padding-right: 5%;
}
.shop_news #box_article .blog-artykul a {
    color: var(--main-color);
}
.shop_news .article-content img {
    max-height: 100%;
    height: auto;
    width: auto;
}
.shop_news .article-content iframe {
    max-width: 100%;
}

/* NEWSLETTER */
#newsletter-wrap {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
#box_newsletter {
    padding: 47px 6.4% 3% 6.3%;
    width: 49.5%;
    height: auto;
    border: 1px solid var(--input-border-color);
}
#box_newsletter .boxhead {
    margin-bottom: 39px;
    border: none;
    text-align: center;
}
#box_newsletter .boxhead span {
    margin: 0;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.25;
}
#box_newsletter .innerbox .boxintro {
    margin: 0 0 35px;
    padding: 0 32px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
}
#box_newsletter .innerbox form {
    position: relative;
}
#box_newsletter .innerbox form .newsletter-input {
    margin-bottom: 21px;
    width: 100%;
    height: 55px;
    padding-left: 16px;
    background-color: #6666660d;
    border-color: var(--font-color);
}
#box_newsletter .innerbox form .newsletter-input:focus {
    box-shadow: 0 0 5px 0 var(--font-color);
}
#box_newsletter .innerbox form .checkbox-wrap {
    margin: 3px 10px 0 0;
    width: 25px;
    flex-basis: 25px;
    height: 25px;
    border-color: var(--font-color);
}
#box_newsletter .innerbox form fieldset:nth-child(2) {
    display: flex;
    width: 63%;
}
#box_newsletter .innerbox form fieldset:nth-child(2) span:not(.checkbox-wrap) {
    margin-top: 11px;
    flex-basis: calc(100% - 38px);
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}
#box_newsletter .innerbox form {
    margin: 0;
}
#box_newsletter .innerbox form .btn {
    width: 23.3%;
    height: 48px;
    position: absolute;
    right: 0;
    bottom: 3px;
    background-color: var(--main-color);
    border: none;
}
#box_newsletter .innerbox form .btn span {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}
#box_newsletter .innerbox form .btn img {
    display: none;
}
/* KAFELKI MOD #TELLMEWHY */

#box_tellmewhy {
    margin-left: 14px;
    width: 49.6%;
}
#box_tellmewhy .stats {
    height: 100%;
    display: grid;
    grid-gap: 14px;
    grid-template-columns: 1fr 1fr;
}
#box_tellmewhy .stat {
    height: auto;
    padding: 19px 6.8% 5.5%;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    border: 1px solid var(--input-border-color);
}
#box_tellmewhy .stat.wide {
    padding: 32px 10px 6.4% 13%;
}
#box_tellmewhy .stat.wide + .stat.wide {
    padding: 32px 10px 0 5%;
}
#box_tellmewhy .stat strong {
    font-size: 43px;
    line-height: 1.1;
    color: var(--main-color);
}
#box_tellmewhy .stat p {
    margin: 14px 0 0;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}
#box_tellmewhy .opineo {
    display: none;
}
/* PRODUCENCI */

#box_mx-producers {
    margin: 217px 0 0;
}
#box_mx-producers::before,
#box_mx-producers::after {
    display: none;
}
#box_mx-producers .container::before,
#box_mx-producers .container::after {
    display: none;
}
#box_mx-producers .container .boxhead {
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: none;
}
#box_mx-producers .container .boxhead .title {
    width: auto;
    position: relative;
}
#box_mx-producers .container .boxhead .title p {
    margin: 0;
    line-height: 1.7;
    color: var(--main-color);
    font-size: 32px;
    font-weight: bold;
}
#box_mx-producers .container .boxhead .categories {
    padding-left: 10.8%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
}
#box_mx-producers .container .boxhead .categories .category {
    padding: 0 3.7% 0 4%;
    border-left: 1px solid var(--input-border-color);
}
#box_mx-producers .container .boxhead .categories .category:nth-child(2) {
    padding: 0 4.3% 0 5.2%;
}
#box_mx-producers .container .boxhead .categories .category p {
    margin: 0;
    line-height: 38px;
    font-size: 23px;
    font-weight: 400;
    cursor: pointer;
}
#box_mx-producers .container .boxhead .categories .category.active p {
    color: var(--main-color);
    font-weight: bold;
}
#box_mx-producers .container .innerbox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
#box_mx-producers .container .innerbox .box:not(.active) {
    display: none;
}
#box_mx-producers .container .innerbox .box.active {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 19px;
    width: 100%;
}
#box_mx-producers .container .innerbox .box.active::before,
#box_mx-producers .container .innerbox .box.active::after {
    display: none;
}
#box_mx-producers .container .innerbox .box.active a {
    height: 164px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid var(--input-border-color);
    transition: 0.5s;
}
#box_mx-producers .container .innerbox .box.active a img {
    max-width: 100px;
    height: auto;
    display: block;
    box-sizing: content-box;
    transform: scale(1.2);
    filter: grayscale(1);
}

/* SALONY SPRZEDAŻY */
#box_branches {
    margin-top: 222px;
}
#box_branches .innerbox {
    padding: 111px 11.3% 0 11.5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 29px 29px;
}
#box_branches .innerbox .branch {
    padding: 12px 10px 20px;
    border: 1px solid var(--input-border-color);
}
#box_branches .innerbox .branch .branch__title a {
    margin: 21px 0 0 12px;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
}
#box_branches .innerbox .branch .branch__title a::after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 7px;
    width: 28px;
    height: 28px;
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f054";
    line-height: 28px;
    text-align: center;
    color: white;
    background-color: var(--main-color);
}
/* BOTTOM INFO */
#bottom-description {
    margin: 237px 0 0;
    display: flex;
    justify-content: space-between;
}
#bottom-description .left-side {
    flex-basis: 54%;
}
#bottom-description .right-side {
    flex-basis: 41.1%;
    padding-right: 4%;
}
#bottom-description p {
    margin: 0 0 23px;
    font-size: 15px;
    line-height: 1.6;
}
#bottom-description a {
    color: var(--main-color);
}
#bottom-description .mx-subtitle {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}
#bottom-description .right-side .mx-subtitle {
    margin-bottom: 17px;
}
#bottom-description .right-side p {
    margin-bottom: 15px;
}
#bottom-description .right-side ul {
    margin: 0;
    padding-left: 16px;
}
#bottom-description .right-side ul li {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 15px;
}
/* FOOTER */
.footer {
    margin: 143px 0 0;
    padding: 105px 0 0;
    background-color: var(--main-color);
}
body:not(.shop_index) .footer {
    margin-top: 176px;
}
.footer .innerfooter,
.footer .userfooter,
.footer .mx-legal-note .container {
    max-width: 1500px;
    display: flex;
}
.footer .innerfooter .mx-leftcol {
    margin-left: 1.7%;
    width: 32.7%;
}
.footer .innerfooter .mx-leftcol p,
.footer .innerfooter .mx-leftcol p a {
    color: white;
    font-size: 13px;
    line-height: 20px;
}
.footer .innerfooter .mx-leftcol p:not(.logo) {
    padding-left: 6px;
}
.footer .innerfooter .mx-leftcol .logo {
    margin: 2px 0 24px 6px;
}
/* overall */
footer .innerfooter ul.overall {
    flex-grow: 1;
    color: white;
}
footer .innerfooter ul.overall > li {
    width: auto;
    margin-top: 35px;
    padding-top: 0;
    border: none;
}
footer .innerfooter ul.overall > li:nth-child(2) {
    margin-left: 13.7%;
}
footer .innerfooter ul.overall > li:nth-child(3) {
    margin-left: 10.7%;
}
footer .innerfooter ul.overall li {
    padding: 0;
}
footer .innerfooter ul li.head {
    padding-bottom: 15px;
    background-color: transparent;
    font-size: 16px;
}

footer .innerfooter ul.overall li a {
    color: #fff;
    font-size: 14px;
}
/* mx-rightcol */
.footer .innerfooter .mx-rightcol {
    margin: 26px 1.9% 0 0;
    width: 16.3%;
}
.footer .innerfooter .mx-rightcol .wrap {
    padding: 23px 12px 53px 22px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 2px solid white;
    border-radius: 15px;
    position: relative;
}
.footer .innerfooter .mx-rightcol .wrap .page-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}
.footer .innerfooter .mx-rightcol .wrap .page-link::after {
    position: absolute;
    right: 20px;
    bottom: 16px;
    color: white;
    font-family: "FontAwesome";
    font-size: 16px;
    content: "\f054";
}
.footer .innerfooter .mx-rightcol .wrap p {
    color: white;
    font-size: 37px;
    line-height: 1;
}
.footer .innerfooter .mx-rightcol .wrap p.title {
    width: 100%;
    overflow: hidden;
    font-weight: bold;
}
.footer .innerfooter .mx-rightcol .wrap p.title img {
    width: 100%;
    margin-left: -10px;
}
.footer .innerfooter .mx-rightcol .wrap p.text {
    margin-top: 13px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}
/* UERFOOTER */
.footer .userfooter > .row {
    margin-top: 67px;
    width: 100%;
    display: flex;
}
.footer .userfooter > .row .footer-item {
    flex-basis: 30.8%;
}
.footer .userfooter > .row .footer-item:not(:first-child) {
    border-left: 1px solid white;
}
.footer .userfooter > .row .footer-item .item-title {
    font-size: 18px;
    color: white;
}
.footer .userfooter > .row .footer-item .images-wrap {
    margin-top: 35px;
    display: flex;
    align-items: center;
}
/* first */
.footer .userfooter > .row .footer-item:nth-child(1) {
    margin-left: 1.7%;
}
.footer .userfooter > .row .footer-item .item-title {
    margin-left: 8px;
}
.footer .userfooter > .row .footer-item:first-child .images-wrap img:nth-child(1) {
    margin-left: 8px;
}
.footer .userfooter > .row .footer-item:first-child .images-wrap img:nth-child(2) {
    margin-left: 5%;
}
.footer .userfooter > .row .footer-item:first-child .images-wrap img:nth-child(3) {
    margin-left: 13.2%;
}
.footer .userfooter > .row .footer-item:first-child .images-wrap img:nth-child(4) {
    margin-left: 9%;
}
/* second */
.footer .userfooter > .row .footer-item:nth-child(2) {
    flex-basis: 29.7%;
    padding-left: 19px;
}
.footer .userfooter > .row .footer-item:nth-child(2) .images-wrap img:nth-child(1) {
    margin-left: 13px;
}
.footer .userfooter > .row .footer-item:nth-child(2) .images-wrap img:nth-child(2) {
    margin-top: -13px;
    margin-left: 7%;
}
.footer .userfooter > .row .footer-item:nth-child(2) .images-wrap img:nth-child(3) {
    margin-top: -10px;
    margin-left: 6.5%;
}
/* third */
.footer .userfooter > .row .footer-item:nth-child(3) .images-wrap {
    margin-top: 21px;
}
.footer .userfooter > .row .footer-item:nth-child(3) {
    flex-grow: 1;
    padding-left: 17px;
}
.footer .userfooter > .row .footer-item:nth-child(3) .images-wrap img:nth-child(1) {
    margin-left: 7px;
}
.footer .userfooter > .row .footer-item:nth-child(3) .images-wrap img:nth-child(2) {
    margin-top: -5px;
    margin-left: 6.3%;
}
.footer .userfooter > .row .footer-item:nth-child(3) .images-wrap img:nth-child(3) {
    margin-top: 6px;
    margin-left: 7.8%;
}
#shoper-foot {
    display: none;
}
/* legal-note */
.footer .mx-legal-note {
    margin-top: 97px;
    border-top: 1px solid white;
}
.footer .mx-legal-note .container {
    padding: 0 1.7%;
    height: 55px;
    align-items: center;
}
.footer .mx-legal-note .container::before,
.footer .mx-legal-note .container::after {
    display: none;
}
.footer .mx-legal-note .container p {
    margin-top: 3px;
    color: white;
    font-size: 13px;
}
.footer .mx-legal-note .container p a {
    color: white;
}
.footer .mx-legal-note .container p + p {
    margin-left: 7.1%;
}

/* LOGIN PAGE */
#box_login {
    margin: 49px 0 217px;
}
#box_login .f-row .f-grid-6 {
    width: 49.4%;
}
#box_login .login-head,
#box_login .register-inner .register-head {
    margin: 44px 0 63px;
    font-size: 32px;
    font-weight: bold;
}
#box_login .login-inner {
    padding-bottom: 38px;
    border-right: 1px solid var(--input-border-color);
}
#box_login .login-inner label {
    display: none;
}
#box_login .login-inner input {
    margin-bottom: 22px;
    padding-left: 15px;
    max-width: 73%;
    background-color: var(--input-color);
    height: 55px;
}
#box_login .login-inner .btn,
#box_login .register-inner .register-form .btn.register {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 73.2%;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-transform: unset;
}
#box_login .login-inner .btn {
    margin-top: 44px;
    background-color: var(--main-color);
    color: white;
}
#box_login .login-inner .btn + p {
    margin-top: 32px;
    font-size: 14px;
}
/* register side */
#box_login .register-inner {
    margin: 0;
    padding-left: 8.6%;
}
#box_login .register-inner > p {
    font-size: 18px;
    line-height: 24px;
}
#box_login .register-inner .register-addons {
    padding-top: 21px;
}
#box_login .register-inner .register-addons li {
    margin: 0 0 12px 15px;
    font-size: 14px;
    list-style: disc;
}
#box_login .register-inner .register-form {
    margin-top: 36px;
}
#box_login .register-inner .register-form .btn.register {
    margin: 0;
    height: 50px;
    min-width: 89%;
    background-color: white;
    color: var(--main-color);
    border: 3px solid var(--main-color);
}
#box_login .register-inner .register-form .btn.register:hover {
    background-color: var(--main-color);
    color: white;
}
/* REGISTER PAGE */
#box_register {
    margin-bottom: 176px;
}
#box_register form > fieldset {
    margin-left: 21.8%;
    padding-top: 94px;
    max-width: 68.3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#box_register form > fieldset > .innerbox .login-label,
#box_register form > fieldset > .innerbox .adress-wrap .adress-label,
#box_register form > fieldset > .innerbox .hint {
    display: none;
}
#box_register form > fieldset h3,
#box_register form > fieldset > .address-handler {
    width: 100%;
}
#box_register form > fieldset > .innerbox > div:not(.adress-wrap) {
    margin: 0 0 22px 13.3%;
    width: 52.7%;
    font-size: 16px;
}
#box_register form > fieldset > .innerbox > div > .input {
    display: block;
    margin: 0;
}
#box_register form > fieldset > .innerbox > div > .input .shaded_inputwrap input,
#box_register form > fieldset .adress-wrap .input .shaded_inputwrap input,
#box_register form > fieldset .adress-wrap > div select {
    margin: 0;
    padding: 0 0 0 16px;
    height: 55px;
    width: 100%;
    background-color: var(--input-color);
    font-size: 16px;
    font-weight: 300;
}
#box_register form > fieldset h3,
#box_register form > fieldset .separator:nth-of-type(1) {
    margin-top: 65px;
    margin-bottom: 63px;
}
#box_register form > fieldset h3,
#box_register form > fieldset .separator:nth-of-type(2) {
    margin-top: 80px;
    margin-bottom: 50px;
}
/* adress */
#box_register form > fieldset h3,
#box_register form > fieldset .separator {
    margin: 0 0 64px 13.3%;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
#box_register form > fieldset .adress-wrap {
    padding: 9.5% 12.6% 6.8% 13.1%;
    position: relative;
    border: 1px solid var(--input-border-color);
}
#box_register form > fieldset .adress-wrap > div:first-child {
    margin: 0;
    padding-left: 4.6%;
    width: 58.5%;
    position: absolute;
    top: -16px;
    left: 81px;
    background-color: white;
}

#box_register form > fieldset .adress-wrap > div:first-child .radio-wrap + label {
    margin-left: 7px;
    font-size: 20px;
    font-weight: 500;
}
#box_register form > fieldset .adress-wrap > div:first-child .radio-wrap:nth-of-type(1) + label {
    margin-right: 12.7%;
}

#box_register form > fieldset .adress-wrap > div {
    margin-bottom: 22px;
}
#box_register form > fieldset .adress-wrap > div.state.hide-state {
    display: none;
}
#box_register form > fieldset .adress-wrap .input {
    margin: 0;
    width: 100%;
}
#box_register form > fieldset .adress-wrap > div select:hover {
    color: black;
    background-color: var(--input-color-dark);
    border-color: var(--font-color);
}
#box_register form > fieldset .innerbox div.clear,
#box_register form > fieldset .innerbox .witherror.witherror_checkbox {
    margin-bottom: 32px;
    margin-right: 0;
    width: 75%;
}
#box_register form > fieldset .innerbox div.clear + .clear {
    margin-bottom: 26px;
}
#box_register form > fieldset .innerbox div.star-required span {
    font-size: 14px;
    font-weight: 500;
}
#box_register form > fieldset .innerbox .clear .input,
#box_register form > fieldset .innerbox .witherror .input {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
#box_register form > fieldset .clear .input .checkbox-wrap,
#box_register form > fieldset .innerbox .witherror .input .checkbox-wrap {
    margin-right: 16px;
    width: 25px;
    height: 25px;
    order: 0;
    top: 0;
}
#box_register form > fieldset .clear .input .check-label,
#box_register form > fieldset .innerbox .witherror .input .check-label {
    order: 1;
    top: 5px;
    height: max-content;
}
#box_register form > fieldset .clear .input label,
#box_register form > fieldset .innerbox .witherror .input label {
    margin-top: 3px;
    padding-left: 4px;
    max-width: 80%;
    order: 2;
    font-size: 15px;
    line-height: 18px;
}
#box_register form > fieldset .clear .input label a,
#box_register form > fieldset .innerbox .witherror .input label a {
    font-weight: 700;
    text-decoration: underline;
}
#box_register form > fieldset .innerbox div.bottombuttons {
    margin-top: 39px;
}
#box_register form > fieldset .innerbox div.bottombuttons .btn {
    width: 100%;
    height: 48px;
    text-transform: unset;
    float: unset;
}
#box_register ul.input_error li {
    text-align: right;
}
#box_register form > fieldset .innerbox .witherror .input .error {
    width: 100%;
}
/* USER PANEL */
#box_panel {
    margin-bottom: 268px;
    padding-right: 1.4%;
}
#box_panel .boxhead,
#box_addresses .boxhead,
#box_address .boxhead {
    margin-top: 92px;
    border: none;
}
#box_panel .boxhead span,
#box_useredit .boxhead span,
#box_passchange .boxhead span,
#box_addresses .boxhead span,
#box_address .boxhead span {
    margin: 0;
    font-size: 31px;
    font-weight: bold;
}
#box_panel .innerbox .separator {
    margin: 66px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
}
#box_panel .innerbox .orders.table {
    margin-top: 22px;
}
#box_panel .innerbox .orders.table thead tr,
#box_order .innerbox .table thead tr {
    background-color: #6666660d;
    border-bottom: 1px solid var(--input-border-color);
    border-top: 1px solid var(--input-border-color);
}
#box_panel .innerbox .orders.table thead tr td,
#box_order .innerbox .table thead tr td {
    font-weight: 600;
}
#box_panel .innerbox .orders.table td,
#box_order .innerbox .table td {
    padding: 6px 0 6px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
#box_panel .innerbox .orders.table tbody tr,
#box_order .innerbox .table tbody tr {
    border-bottom: 1px solid var(--input-border-color);
}
#box_panel .innerbox .orders.table thead tr td,
#box_order .innerbox .table thead tr td {
    text-transform: unset;
}
#box_panel .innerbox .orders.table tbody tr td {
    font-weight: 400;
}
#box_panel .innerbox .orders.table .id {
    width: 40%;
    padding-left: 6%;
}
#box_panel .innerbox .orders.table .sum {
    width: 15%;
    padding-left: 3.6%;
}
#box_panel .innerbox .orders.table .status {
    width: 15%;
    padding-left: 4.5%;
}
#box_panel .innerbox .orders.table .parcels {
    width: 30%;
    padding-left: 4.4%;
}
#box_panel .innerbox .orders.table + .separator {
    margin-top: 95px;
}
#box_panel .innerbox .name {
    margin: 41px 0 10px;
    font-size: 18px;
    font-weight: 500;
}
#box_panel .innerbox .mail {
    margin-bottom: 31px;
    font-size: 18px;
    font-weight: 500;
}
#box_panel .innerbox .btn {
    margin-right: 23px;
    width: 18.1%;
    padding: 0;
    line-height: 48px;
    font-size: 15px;
    text-transform: unset;
}
#box_panel .innerbox .mx-adres {
    display: none;
}
#box_panel .innerbox ul.address {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
#box_panel .innerbox ul.address::before,
#box_panel .innerbox ul.address::after {
    display: none;
}
#box_panel .innerbox ul.address li {
    padding: 3.7% 6.2% 8.1%;
    width: 48.2%;
    margin: 0;
    border: 1px solid var(--input-border-color);
    position: relative;
}
#box_panel .innerbox ul.address li .title,
#box_panel .innerbox .loyalty .title {
    width: 58.2%;
    padding: 0 0 0 4%;
    margin: 0;
    position: absolute;
    top: -12px;
    left: 8.5%;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    border: none;
}
#box_panel .innerbox ul.address li p {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
#box_panel .innerbox .editaddresses.btn {
    width: 26%;
    margin-top: 36px;
}
#box_panel .innerbox .loyalty {
    margin-top: 60px;
    width: 48.3%;
    padding: 4% 6% 4.2%;
    position: relative;
    border: 1px solid var(--input-border-color);
}
#box_panel .innerbox .loyalty li p {
    font-size: 18px;
    font-weight: bold;
}
/* ORDER */
#box_order {
    margin: 91px 20px 367px 0;
}
#box_order .boxhead {
    border: none;
    margin-bottom: 68px;
}
#box_order .boxhead span {
    font-size: 32px;
    font-weight: bold;
}
#box_order .innerbox .order-details::before,
#box_order .innerbox .order-details::after {
    display: none;
}
#box_order .innerbox .order-details {
    margin: 0 0 106px;
    display: flex;
}
#box_order .innerbox .order-details .f-grid-4 {
    margin: 0;
    padding-top: 24px;
    width: 33.2%;
}
#box_order .innerbox .order-details .f-grid-4.details {
    padding-bottom: 28px;
}
#box_order .innerbox .order-details .f-grid-4.details + .address {
    width: 33.6%;
}
#box_order .innerbox .order-details .f-grid-4 li {
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
#box_order .innerbox .order-details .f-grid-4 li strong {
    font-weight: 500;
}
#box_order .innerbox .order-details + h4.products {
    margin-bottom: 23px;
    font-size: 20px;
    font-weight: bold;
}
#box_order .innerbox .table {
    margin-bottom: 59px;
}
#box_order .innerbox .table .name {
    width: 75%;
    padding-left: 6%;
}
#box_order .innerbox .table .price {
    text-align: right;
    width: 6%;
}
#box_order .innerbox .table .quantity {
    width: 8%;
    padding-left: 3.7%;
}
#box_order .innerbox .table .sum {
    padding-right: 2%;
    text-align: right;
}
#box_order .innerbox .table + div > div {
    justify-content: flex-start;
    margin-bottom: 15px;
}
#box_order .innerbox .table + div > div span {
    font-size: 16px;
}
#box_order .innerbox .table + div > div span:nth-child(1) {
    flex-basis: 77%;
}
#box_order .innerbox .table + div > div span:nth-child(2) {
    flex-basis: 20%;
    font-size: 17px;
}
#box_order .innerbox .table + div > div span:nth-child(2) strong {
    font-size: 18px;
}
#box_order .innerbox .table + div + form {
    margin-top: 25px;
}
/* USER EDIT */
#box_useredit,
#box_passchange {
    margin-bottom: 317px;
}
#box_useredit .boxhead,
#box_passchange .boxhead {
    margin: 214px 0 63px;
    border: none;
}
#box_useredit .innerbox form fieldset > label,
#box_useredit .innerbox form fieldset .newsletter {
    display: none;
}
#box_useredit .innerbox form input:not(.checkbox),
#box_passchange .innerbox form input:not(.checkbox) {
    width: 100%;
    max-width: 526px;
    height: 55px;
    margin-bottom: 22px;
    padding-left: 15px;
    border: 1px solid var(--font-color);
    background-color: var(--input-color);
}
#box_useredit .innerbox form .separator {
    margin: 45px 0 55px;
    font-size: 33px;
    font-weight: bold;
}
#box_useredit .innerbox form .clear + .clear {
    margin-top: 33px;
}

#box_useredit .innerbox form .clear .input {
    display: flex;
}
#box_useredit .innerbox form .clear .checkbox-wrap {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}
#box_useredit .innerbox form .clear .check-label.show {
    margin: 4px 5px 0 2px;
}
#box_useredit .innerbox form .clear .check-label + label {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
}
#box_useredit .innerbox form .clear .check-label + label a {
    text-decoration: underline;
    font-weight: bold;
}
#box_useredit .innerbox form .mx-star,
#box_passchange .innerbox form .mx-star {
    margin: 27px 0 30px;
    font-size: 16px;
}
#box_useredit .innerbox form .btn,
#box_passchange .innerbox form .btn {
    width: 19.5%;
}
body.shop_panel_edit .footer {
    margin-top: 157px;
}
#box_passchange form label {
    display: none;
}
/* USER PANEL CHANGE ADDRESS */
#box_addresses,
#box_address {
    margin-bottom: 260px;
}
#box_addresses .innerbox,
#box_address .innerbox {
    margin-top: 66px;
}
#box_addresses .innerbox .addresses li {
    padding: 0;
}
#box_addresses .innerbox .addresses li p {
    font-size: 18px;
    margin-bottom: 10px;
}
#box_addresses .innerbox .addresses li .links {
    margin: 40px 0 25px;
}
#box_addresses .innerbox .addresses li .links .btn {
    padding: 0 25px;
    margin-right: 15px;
}
#box_addresses .innerbox .addresses li .links .btn.btn-red {
    line-height: 42px;
}
#box_address td.hint,
#box_address .innerbox .hide-state {
    display: none;
}
#box_address .innerbox table tr td {
    padding-bottom: 22px;
}
#box_address .innerbox table tr td.label label {
    font-size: 17px;
}
#box_address .innerbox .input .shaded_inputwrap input {
    height: 55px;
    padding-left: 15px;
    border: 1px solid var(--font-color);
    background-color: var(--input-color);
}
#box_address .bottombuttons {
    margin-top: 25px;
}
#box_address .bottombuttons .btn-red {
    line-height: 42px;
    margin-left: 25px;
}
/* BASKET INDEX */
.basket-steps ol li::after,
.shop_basket #box_basketlist .innerbox .productlist thead td.large.img,
.shop_basket #box_basketlist .innerbox .productlist tbody td.large.img {
    display: none;
}
.basket-steps {
    margin-top: 147px;
    float: unset;
    width: 100%;
}
.basket-steps ol {
    display: flex;
}
.basket-steps ol li {
    width: auto;
    padding: 0 5.5% 0 2.9%;
    float: unset;
    color: var(--main-color);
    font-weight: bold;
    display: flex;
    line-height: 36px;
}
.basket-steps ol li:nth-child(2) {
    padding: 0 6.2% 0 6.6%;
}
.basket-steps ol li:nth-child(3) {
    padding: 0 5.3% 0 4.8%;
}
.basket-steps ol li:nth-child(4) {
    padding: 0 2% 0 5.4%;
}
.basket-steps ol li.mark-green::before {
    background-color: white;
}
.basket-steps ol li:not(:first-child) {
    border-left: 1px solid var(--font-color);
}
.basket-steps ol li::before {
    padding: 0;
    background-color: transparent;
    color: #c2c2c2;
    font-size: 29px;
}
.basket-steps ol li span,
.basket-steps ol li.mark-green span {
    margin: 0 0 0 6px;
    color: #c2c2c2;
    font-size: 29px;
}
.basket-steps ol li.active-step span,
.basket-steps ol li.active-step::before {
    color: var(--main-color);
    background-color: transparent;
}
/* box bakset */
.shop_basket #box_basketlist {
    padding-right: 1.5%;
    margin-bottom: 0;
}
.shop_basket #box_basketlist .boxhead,
.shop_basket_step3 #box_basketsummary .boxhead {
    margin: 49px 0 15px;
    border: none;
}
.shop_basket #box_basketlist .boxhead h3,
.shop_basket_step3 #box_basketsummary .boxhead h3 {
    margin: 0;
    font-size: 22px;
}
.shop_basket #box_basketlist .innerbox .productlist thead,
.shop_basket_step3 #box_basketsummary .innerbox .productlist thead {
    background-color: #6666660d;
    border-top: 1px solid var(--input-border-color);
    border-bottom: 1px solid var(--input-border-color);
}
.shop_basket #box_basketlist .innerbox .productlist thead td,
.shop_basket_step3 #box_basketsummary .innerbox .productlist thead td {
    padding: 4px 0 9px;
    font-size: 17px;
    text-transform: unset;
}
.shop_basket #box_basketlist .innerbox .productlist td,
.shop_basket_step3 #box_basketsummary .innerbox .productlist td {
    border: none;
    text-align: left;
}

.shop_basket #box_basketlist .innerbox .productlist thead .name,
.shop_basket_step3 #box_basketsummary .innerbox .productlist thead .name {
    width: 38.9%;
    padding-left: 6%;
}
.shop_basket #box_basketlist .innerbox .productlist thead .time,
.shop_basket_step3 #box_basketsummary .innerbox .productlist thead .time {
    width: 10.7%;
    padding-left: 1.7%;
}
.shop_basket #box_basketlist .innerbox .productlist thead .price,
.shop_basket_step3 #box_basketsummary .innerbox .productlist thead .price {
    width: 17.6%;
    padding-left: 0.8%;
}
.shop_basket #box_basketlist .innerbox .productlist thead .quantity,
.shop_basket_step3 #box_basketsummary .innerbox .productlist thead .quantity {
    width: 9.9%;
    padding-left: 1.4%;
}
.shop_basket #box_basketlist .innerbox .productlist thead .sum,
.shop_basket_step3 #box_basketsummary .innerbox .productlist thead .sum {
    width: 15.5%;
    padding-left: 7%;
}
.shop_basket #box_basketlist .innerbox .productlist thead .actions,
.shop_basket_step3 #box_basketsummary .innerbox .productlist thead .actions {
    padding-left: 2.6%;
}
/* tbody */
.shop_basket #box_basketlist .innerbox .productlist tbody,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody {
    border: none;
}
.shop_basket #box_basketlist .innerbox .productlist tbody td,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody td {
    padding: 34px 0 30px;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
}
.shop_basket #box_basketlist .innerbox .productlist tbody tr,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody tr {
    border-bottom: 1px solid var(--input-border-color);
}
table.table.zebra tbody tr:nth-child(even) {
    background-color: transparent;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .name,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name {
    padding: 21px 0 26px 10%;
    display: grid;
    grid-gap: 0 33px;
    grid-template-columns: 125px 1fr;
    grid-template-areas: "image description" "image description2";
}
.shop_basket #box_basketlist .innerbox .productlist tbody .name .img,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .img {
    width: 100%;
    height: auto;
    text-align: center;
    grid-area: image;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .name .img img,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .img img {
    width: 100%;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .name .product-name,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .product-name {
    padding-top: 12px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    grid-area: description;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .name .evaluation,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .evaluation {
    margin-bottom: 18px;
    padding-top: 10px;
    align-self: end;
    grid-area: description2;
    /*display: flex;*/
    font-size: 12px;
    display: none;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .name .evaluation .votestars,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .evaluation .votestars {
    margin: 0 5.3% 0 0;
    width: 37%;
    display: flex;
    justify-content: space-between;
    float: unset;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .time,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .time {
    padding-left: 1.3%;
    color: var(--main-color);
    font-size: 16px;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .price,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .price {
    padding-left: 0.9%;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .price del,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .price del {
    margin-top: 8px;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .quantity,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .quantity {
    padding-top: 32px;
    padding-left: 1px;
}
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .quantity {
    padding-left: 1.4%;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .quantity .k_minus,
.shop_basket #box_basketlist .innerbox .productlist tbody .quantity .k_plus {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid var(--font-color);
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 21px;
    cursor: pointer;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .quantity .shaded_inputwrap {
    display: flex;
    align-items: flex-start;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .quantity .k_qty {
    margin: 0;
    padding: 0;
    min-width: unset;
    min-height: unset;
    width: 43px !important;
    height: 24px;
    border: none;
    font-size: 20px;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .quantity .quantity-unit {
    display: none;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .sum,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .sum {
    padding-left: 7%;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .actions,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .actions {
    padding-left: 3.1%;
}
.shop_basket #box_basketlist .innerbox .productlist tbody .actions a i,
.shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .actions a i {
    font-size: 18px;
}
/* cart-options */
#cart-options {
    margin-top: 161px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cart-options .delivery-container,
#cart-options .payment-container,
#cart-options .summary-container {
    margin: 0;
    width: 32.6%;
    padding: 50px 2.3%;
    border: 1px solid var(--input-border-color);
    position: relative;
}

#cart-options .delivery-container h5,
#cart-options .payment-container h5,
#cart-options .summary-container h5,
#cart-options .summary-container::before {
    margin: 0;
    width: 59%;
    padding-left: 6%;
    position: absolute;
    top: -13px;
    left: 12.7%;
    background-color: white;
    color: var(--main-color);
    font-size: 21px;
    text-align: left;
}
#cart-options .summary-container::before {
    top: -1px;
    width: 53%;
    height: 5px;
    content: "";
    background-color: #f7f7f7;
}
#cart-options .delivery-container .odbiorOsobisty .name {
    display: grid;
    grid-template-columns: 13.4% 1fr 20%;
    max-width: unset;
    width: 100%;
}
#cart-options .delivery-container .odbiorOsobisty .radio-wrap {
    margin: 3px 0;
    border: 1px solid var(--font-color);
}
#cart-options .delivery-container .odbiorOsobisty .osobisty2 .radio-wrap label::after {
    background-color: transparent;
}
#cart-options .delivery-container .odbiorOsobisty .radio-wrap.color label::after {
    background-color: var(--main-color);
}
#cart-options .delivery-container .odbiorOsobisty .name > label {
    padding-top: 6px;
    width: 95%;
}
#cart-options .delivery-container .odbiorOsobisty label,
#cart-options .delivery-container .odbiorOsobisty .value {
    font-size: 17px;
    line-height: 24px;
}
#cart-options .delivery-container .odbiorOsobisty .value {
    margin: 0;
    padding: 6px 15% 0 0;
    text-align: right;
}

#cart-options .delivery-container .odbiorOsobisty .selekt {
    margin: 11px 0 32px 13.5%;
    padding-left: 14px;
    width: 84%;
    height: 55px;
    border: 1px solid var(--font-color);
    color: var(--font-color);
    text-transform: uppercase;
    font-size: 16px;
    background-color: var(--input-color);
}
#cart-options .delivery-container .odbiorOsobisty .selekt:hover {
    color: var(--main-color);
}
select option:hover {
    background-color: var(--input-color);
}

#cart-options .delivery-container .odbiorOsobisty .nana2 {
    margin-bottom: 22px;
}
#cart-options .delivery-container .odbiorOsobisty .nana,
#cart-options .payment-container .image-wrap img,
#cart-options .payment-container .description {
    display: none;
}
#cart-options .payment-container {
    padding-top: 45px;
}
#cart-options .payment-container .payment {
    margin-bottom: 24px;
    display: flex;
}
#cart-options .payment-container .image-wrap {
    margin-left: 9%;
    margin-right: 4%;
    display: inline-block;
}
#box_basketlist #cart-options .payment-container .name {
    width: 100%;
    max-width: unset;
    display: flex;
    align-items: center;
}
#box_basketlist #cart-options .payment-container .name > label {
    width: 70%;
    display: flex;
    align-items: center;
}
#cart-options .payment-container .name .radio-wrap {
    margin: -10px 0 0;
}
#cart-options .payment-container .payment_5 + label .payU {
    display: inline-block;
}
#cart-options .payment-container .payment_1 + label .cash {
    display: inline-block;
}
#cart-options .summary-container {
    padding: 52px 3.5% 51px 2.9%;
    background-color: #6666660d;
}
#cart-options .summary-container h5 {
    padding-left: 4.7%;
    background-color: transparent;
}
#cart-options .summary-container .recount {
    margin: 0;
    position: absolute;
    top: -121px;
    left: 0;
    width: 100%;
    padding: 31px 27px;
    background-color: #6666660d;
    font-size: 19px;
    text-align: left;
}
#cart-options .summary-container .recount #recalc {
    display: none !important;
}
#cart-options .summary-container .recount .button {
    margin: 0;
    left: -40%;
    top: 12px;
    position: absolute;
}
#cart-options .summary-container .recount .sum {
    margin-left: 6.3%;
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
}
#cart-options .summary-container .promocode {
    text-align: left;
}
#cart-options .summary-container .promocode .desc label {
    margin-bottom: 8px;
    font-size: 17px;
    text-transform: uppercase;
}
#cart-options .summary-container .promo-container .promocode .shaded_inputwrap {
    width: 100%;
    display: flex;
}
#cart-options .summary-container .promo-container .promocode .shaded_inputwrap input {
    width: 64.5%;
    height: 54px;
}
#box_basketlist
    #cart-options
    .summary-container
    .promo-container
    .promocode
    .shaded_inputwrap
    .btn {
    margin: 2px 0 0 2.5%;
    height: 54px;
    width: 33%;
    font-size: 16px;
    text-transform: capitalize;
}
#cart-options .summary-container .deliveryhead {
    margin-top: 142px;
    padding: 23px 0 24px;
    display: flex;
    text-align: left;
    font-size: 18px;
    border-top: 1px solid var(--input-border-color);
    border-bottom: 1px solid var(--input-border-color);
}
#cart-options .summary-container .deliveryhead .value {
    margin: 0 1.8% 0 auto;
}
#cart-options .summary-container > .sum:last-child {
    margin: 26px 0 22px !important;
    text-align: left;
    display: flex;
}
#cart-options .summary-container > .sum:last-child .desc {
    font-size: 20px;
    font-weight: bold;
}
#cart-options .summary-container > .sum:last-child .value {
    margin: 0 1.8% 0 auto;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}
/* buttons */
#cart-options .buttons {
    margin-top: 57px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#cart-options .buttons .back,
#cart-options .buttons .forward {
    width: 32.6%;
    height: 48px;
    float: unset;
}
#box_basketlist #cart-options .buttons .back .btn,
#box_basketlist #cart-options .buttons .forward .btn {
    margin: 0;
    padding: 0 9%;
    width: 100%;
    color: var(--font-color);
    background-color: white;
    text-transform: uppercase;
    border: 4px solid var(--input-color);
    font-size: 21px;
    font-weight: bold;
    position: relative;
    line-height: 42px;
}

#cart-options .buttons .back .btn i {
    position: absolute;
    top: 6px;
    left: 21px;
    font-size: 30px;
    color: var(--main-color);
}
#box_basketlist #cart-options .buttons .forward .btn {
    height: 100%;
    border: none;
    background-color: var(--main-color);
    color: white;
}
#box_basketlist #cart-options .buttons .forward .btn i {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 30px;
}
/* Special offer */
.shop_basket #box_specialoffer {
    margin: 249px 0 202px;
    padding-right: 1.4%;
}
.shop_basket #box_specialoffer .boxhead {
    margin-bottom: 110px;
    display: block;
    text-align: center;
    border: none;
}
.shop_basket #box_specialoffer .boxhead span {
    font-size: 32px;
    font-weight: bold;
}
/* BAKSET STEPS SECOND */
.shop_basket_step2 .breadcrumbs,
.shop_basket_step2 #box_specialoffer,
.shop_basket_address .breadcrumbs,
.shop_basket_address #box_specialoffer,
.shop_basket_step3 .breadcrumbs,
.shop_basket_step3 #box_specialoffer {
    display: none;
}
body.shop_basket_step2 .footer {
    display: block;
    margin-top: 157px;
}
.centercol #box_basketstep2 {
    margin-bottom: 169px;
}
#box_basketstep2 .basket-step-border {
    padding: 80px 0 0;
    border: none;
}
#box_basketstep2 .basket-step-border .innerbox {
    display: flex;
    justify-content: space-between;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register {
    margin: 0;
    padding: 45px 2% 88px 0;
    flex-basis: 32.7%;
    order: 0;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.basket-step-border h3 {
    margin-bottom: 62px;
    font-size: 32px;
    font-weight: bold;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register .r--spacing-s {
    margin-bottom: 0;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register p,
.centercol #box_basketstep2 .basket-step-border .innerbox > div.register p {
    width: 90%;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register p + p {
    margin-top: 28px;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register .btn {
    width: 100%;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.register {
    margin: 0;
    flex-basis: 31.8%;
    padding: 45px 1.8% 86px 2%;
    border-right: 1px solid var(--font-color);
    order: 0;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.register .r--spacing-s {
    margin-bottom: 0;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.register ul {
    margin-top: 21px;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.register ul li {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.register .btn {
    width: 100%;
    line-height: 45px;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.login {
    margin: 0;
    padding: 45px 3% 40px 2.4%;
    flex-basis: 32.7%;
    order: 0;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.login h3 {
    margin-bottom: 63px;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.login form label {
    display: none;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.login form .shaded_inputwrap {
    margin-bottom: 22px;
    width: 100%;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.login form input {
    margin: 0;
    padding-left: 4%;
    height: 55px;
    font-size: 13px;
    background-color: var(--input-color);
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.login form .btn {
    width: 100%;
    margin: 45px 0 31px;
}
.centercol #box_basketstep2 .basket-step-border .innerbox > div.login form .form-line.r--spacing-s,
.centercol
    #box_basketstep2
    .basket-step-border
    .innerbox
    > div.login
    form
    .form-line.r--spacing-s
    .shaded_inputwrap {
    margin: 0;
}
/* STEP2 FORMS */
body.shop_basket_address .footer {
    margin-top: 163px;
    display: block;
}
body.shop_basket_address .main .container .centercol {
    margin-right: 10px;
}
#box_basketaddress {
    margin: 83px 0 233px;
}
#box_basketaddress .innerbox {
    padding-right: 20px;
}
#box_basketaddress .innerbox .basket-step-border {
    margin-bottom: 87px;
    padding: 0;
    border: none;
}
#box_basketaddress .innerbox .basket-step-border .f-row {
    padding-top: 43px;
}
#box_basketaddress .innerbox .basket-step-border .f-grid-6:nth-child(1) {
    width: 49.6%;
    border: 1px solid var(--input-border-color);
}
#box_basketaddress .innerbox .basket-step-border .f-grid-6:nth-child(1) > div {
    padding: 50px 13.4% 0 12.6%;
    position: relative;
}
#box_basketaddress .innerbox .basket-step-border > h4 {
    font-size: 32px;
    font-weight: 600;
}
#box_basketaddress .innerbox .basket-step-border table {
    width: 100%;
}
#box_basketaddress .innerbox .basket-step-border table .label {
    display: none;
}
#box_basketaddress .innerbox .basket-step-border table .address_type {
    background-color: white;
    position: absolute;
    width: 65.5%;
    top: -14px;
    left: 8.3%;
}
#box_basketaddress .innerbox .basket-step-border table .address_type .input {
    display: flex;
    padding-left: 11.4%;
}
#box_basketaddress .innerbox .basket-step-border table .address_type .input > div {
    display: flex;
    width: 67%;
}
#box_basketaddress .innerbox .basket-step-border table .address_type .input > div:nth-child(2) {
    width: 33%;
}
#box_basketaddress .innerbox .basket-step-border table .address_type .input label {
    margin-left: 9%;
    font-size: 18px;
}
#box_basketaddress
    .innerbox
    .basket-step-border
    table
    .address_type
    .input
    .radio-wrap:nth-of-type(2) {
    margin-left: 19%;
}
#box_basketaddress .innerbox .basket-step-border table .different_address .input .checkbox-wrap {
    margin: 3px 3.7% 0 5.1%;
    width: 23px;
    height: 23px;
}
#box_basketaddress .innerbox .basket-step-border table .different_address .input {
    padding-bottom: 46px;
}
#box_basketaddress .innerbox .basket-step-border table .different_address .input label {
    font-size: 18px;
}
#box_basketaddress .innerbox .basket-step-border table .different_address .input label::after {
    margin-left: 1px;
}
#box_basketaddress .innerbox .basket-step-border table .shaded_inputwrap input,
#box_basketaddress .innerbox .basket-step-border table .input select {
    margin-top: 22px;
    padding-left: 2.8%;
    width: 100%;
    height: 55px;
    font-size: 14px;
    background-color: var(--input-color);
}
#box_basketaddress .innerbox .basket-step-border table tr:first-child .shaded_inputwrap input,
#box_basketaddress .innerbox .basket-step-border table tr:first-child .input select {
    margin-top: 0;
}
#box_basketaddress .innerbox .basket-step-border table .input select:hover {
    color: var(--font-color);
}
#box_basketaddress .innerbox .basket-step-border .f-grid-6 div.client-address {
    margin-top: 22px;
    padding-top: 0;
    padding-bottom: 57px;
}
#box_basketaddress .innerbox .basket-step-border .client-address .separator {
    margin: 12px 0 26px;
    font-size: 20px;
    font-weight: bold;
}
#box_basketaddress .innerbox .basket-step-border .shaded_textareawrap textarea {
    margin: 27px 0 60px;
    padding: 16px 2.8%;
    width: 100%;
    max-height: 258px;
    resize: none;
    background-color: var(--input-color);
    font-size: 14px;
}
#box_basketaddress .innerbox .basket-step-border table .additional-fields .input {
    display: flex;
}
#box_basketaddress .innerbox .basket-step-border table .additional-fields .input .checkbox-wrap {
    float: unset;
    margin-right: 3%;
    width: 25px;
    height: 25px;
}
#box_basketaddress
    .innerbox
    .basket-step-border
    table
    .additional-fields
    .input
    .checkbox-wrap
    + label {
    width: 92%;
    margin: 5px 0 26px;
    line-height: 20px;
    font-size: 14px;
}
#box_basketaddress
    .innerbox
    .basket-step-border
    table
    .additional-fields
    .input
    .checkbox-wrap
    + label
    a {
    color: black;
    font-weight: bold;
}
.form-star {
    margin-top: 5px;
}
.form-star span {
    font-size: 14px;
    font-weight: 500;
}
.form-star em {
    margin-right: 5px;
}
.hide-state {
    display: table-row;
}
/* DIFFERENT ADDRESS */
#box_basketaddress .innerbox .basket-step-border .f-grid-6.client-add-info {
    width: 48.1%;
    margin-left: 2.3%;
    position: relative;
}
#box_basketaddress .innerbox .basket-step-border .f-grid-6 + .f-grid-6 .none + .mx-wrap {
    display: none;
}
#box_basketaddress .innerbox .basket-step-border .f-grid-6 + .f-grid-6 .mx-wrap {
    padding: 129px 11.8% 61px 11.6%;
    border: 1px solid var(--input-border-color);
}
#box_basketaddress .innerbox .basket-step-border .f-grid-6 + .f-grid-6 h4.different.separator {
    width: 58.3%;
    padding-left: 4.3%;
    position: absolute;
    top: -22px;
    left: 8.3%;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
}
#box_basketaddress .innerbox .basket-step-border .f-grid-6 + .f-grid-6 .different.coname2 {
    display: none;
}
#box_basketaddress .innerbox .bottombuttons .btn,
#box_basketsummary .innerbox .bottombuttons .btn {
    position: relative;
    padding: 0 3.3%;
    width: 32.7%;
    line-height: 44px;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--font-color);
    border-color: var(--input-color);
}
#box_basketaddress .innerbox .bottombuttons .btn i,
#box_basketsummary .innerbox .bottombuttons .btn i {
    position: absolute;
    top: 8px;
    left: 4.7%;
    color: var(--main-color);
    font-size: 30px;
}
#box_basketaddress .innerbox .bottombuttons .btn.summary,
#box_basketsummary .innerbox .bottombuttons .btn.order {
    line-height: 48px;
    margin-top: 1px;
    color: white;
}
#box_basketaddress .innerbox .bottombuttons .btn.summary i,
#box_basketsummary .innerbox .bottombuttons .btn.order i {
    left: unset;
    right: 5.7%;
    color: white;
}
/* inpost */
#box_basketaddress .innerbox .inpost_paczkomaty {
    padding: 56px 0 0 6%;
}
#box_basketaddress .innerbox .inpost_paczkomaty .sparator {
    position: absolute;
    top: -11px;
    left: 6.7%;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
#inpost_paczkomaty_logo {
    width: 141px;
    height: 110px;
    top: -67px;
    right: 0;
    float: unset;
    background-size: cover;
}
#box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_machines .near {
    margin-bottom: 25px;
    padding: 0;
}
#box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_machines .near input {
    margin: 7px 3.5% 0 2.6%;
}
#box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_machines .near label {
    margin-top: 2px;
    font-size: 17px;
}
#box_basketaddress
    .innerbox
    .inpost_paczkomaty
    .inpost_paczkomaty_machines
    .js__show-more-machines {
    padding: 17px 0 0 8%;
    font-size: 15px;
}
#box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_info {
    margin: 36px 0 48px 8%;
    padding: 0;
    width: 80%;
    line-height: 28px;
    font-size: 17px;
}
#box_basketaddress .innerbox .inpost_paczkomaty .checkbox-wrap {
    margin: -4px 3.2% 0 7px;
    width: 24px;
    height: 24px;
    vertical-align: top;
}
#box_basketaddress .innerbox .inpost_paczkomaty .checkbox-wrap + label {
    width: 60%;
    font-size: 15px;
    line-height: 20px;
}
#box_basketaddress .innerbox .inpost_paczkomaty .checkbox-wrap + label a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
/* BASKET STEP 3 */
#box_basketsummary {
    margin: 0 1.5% 296px 0;
}
#box_basketsummary .innerbox .overflow {
    margin: 121px 0 0 0;
    padding: 10px 4.8% 0 4%;
    border: 1px solid var(--input-border-color);
    display: flex;
    flex-direction: column;
}
#box_basketsummary .innerbox .overflow .address {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-right: none;
}
#box_basketsummary .innerbox .overflow .delivery {
    border-bottom: 1px solid var(--input-border-color);
}
#box_basketsummary .innerbox .overflow .address h4 {
    margin: 41px 0 0;
    font-size: 20px;
    font-weight: 600;
    border: none;
}
#box_basketsummary .innerbox .overflow .information h4,
#box_basketsummary .innerbox .overflow .information ul li.date {
    display: none;
}
#box_basketsummary .innerbox .overflow .information ul {
    width: 100%;
}
#box_basketsummary .innerbox .overflow .information ul li {
    margin: 0;
    padding: 45px 0 55px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid var(--input-border-color);
}
#box_basketsummary .innerbox .overflow .information ul li.payment {
    padding: 53px 0 52px;
}
#box_basketsummary .innerbox .overflow .information ul li.delivery {
    padding: 40px 0 47px;
}
#box_basketsummary .innerbox .overflow .information ul li span + span {
    display: block;
    width: 32%;
}
#box_basketsummary .innerbox .overflow .information ul li.payment span + span {
    font-size: 18px;
}
#box_basketsummary .innerbox .overflow .information ul li.delivery span + span,
#box_basketsummary .innerbox .overflow .information ul li.comment span + span {
    font-size: 16px;
}
#box_basketsummary .innerbox .overflow .delivery .delivery-details,
#box_basketsummary .innerbox .overflow .invoice .address-details {
    width: 32%;
    padding: 40px 0 31px;
    font-size: 17px;
    font-weight: 500;
}
#box_basketsummary .innerbox .overflow .delivery .delivery-details > p:nth-child(1),
#box_basketsummary .innerbox .overflow .invoice .address-details > p:nth-child(1) {
    font-weight: 600;
}
#box_basketsummary .innerbox .overflow .delivery .delivery-details p,
#box_basketsummary .innerbox .overflow .invoice .address-details p {
    margin-bottom: 10px;
}
#box_basketsummary .innerbox .taxes {
    display: none;
}
#box_basketsummary .innerbox p.sum {
    margin: 51px 0 80px auto;
    padding: 31px 1.9%;
    width: 32.6%;
    background-color: var(--input-color);
    text-align: left;
}
#box_basketsummary .innerbox p.sum span {
    top: unset;
    padding: 0;
    float: unset;
    font-size: 19px;
}
#box_basketsummary .innerbox p.sum .sum {
    margin-left: 8.8%;
    display: inline-block;
    color: var(--main-color);
    font-size: 20px;
}
body.shop_basket_step3 .footer {
    display: block;
    margin-top: 161px;
}
/* BASKET STEP 4 */
.shop_basket_done .footer {
    margin-top: 160px;
    display: block;
}
#box_basketfinal .boxhead,
.shop_basket_done #box_specialoffer,
.shop_basket_done .breadcrumbs {
    display: none;
}
.shop_basket_done #box_basketfinal {
    margin-bottom: 194px;
}
#box_basketfinal .innerbox {
    margin: 98px 19px 0 0;
}
#box_basketfinal .innerbox {
    padding: 0 5.2% 22px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
    border: 3px solid var(--basket-popup);
    background-color: var(--alert-bgc);
}
#box_basketfinal .innerbox::before {
    position: absolute;
    display: block;
    content: "";
    top: -5px;
    height: 5px;
    left: 3.8%;
    width: 460px;
    background-color: white;
}
#box_basketfinal .innerbox > p > strong:nth-of-type(1) {
    position: absolute;
    top: -16px;
    left: 5.4%;
    font-size: 20px;
    color: var(--main-color);
    z-index: 20;
}
#box_basketfinal .innerbox button.important {
    display: block;
    margin: 30px auto;
    padding: 14px 15%;
    font-size: 14px;
    text-transform: none;
}
/* END OF BASKET INDEX */

/* PRODUCTS LIST */

.shop_product_list .bottom-footer .container {
    max-width: 1683px;
    padding: 0 1.5% 0 0.4%;
    margin: 0 0 0 auto;
}
.shop_product_list .bottom-footer .container #box_recent_title {
    margin: 100px 0 65px;
}
.shop_product_list .bottom-footer .container #box_recent {
    margin-bottom: 180px;
    padding-left: 40px;
}
.shop_product_list .main .container {
    max-width: 1703px;
    padding: 0 1.5% 0 1.5%;
    margin: 0 0 0 auto;
}
.shop_product_list .breadcrumbs {
    max-width: 1709px;
    padding: 0 1.5% 0 1.5%;
    margin: 70px 0 0 auto;
}
.shop_product_list .breadcrumbs .innerbreadcrumbs {
    margin: 0;
    padding: 0 177px 0 0;
    width: 100%;
    max-width: 1683px;
}
.shop_product_list .breadcrumbs .innerbreadcrumbs .breadcrumb-home span,
.breadcrumbs .innerbreadcrumbs .path li.mx-home span {
    font-size: 14px;
}
.shop_product_list .breadcrumbs .innerbreadcrumbs .path li span,
.breadcrumbs .innerbreadcrumbs .path li span,
.breadcrumbs .innerbreadcrumbs .path li.mx-home span {
    font-size: 15px;
    font-weight: 500;
}
.shop_product_list .breadcrumbs .innerbreadcrumbs .path li.last span,
.breadcrumbs .innerbreadcrumbs .path li.last span {
    font-weight: 600;
}
.shop_product_list .breadcrumbs .innerbreadcrumbs .path li span.raq,
.breadcrumbs .innerbreadcrumbs .path li span.raq {
    font-size: 12px;
    margin: 0 11px;
}
body.shop_product_list .main .container .rightcol {
    width: 177px;
}
/* leftcol */
.shop_product_list .leftcol {
    margin: 46px 2.1% 174.5px 0;
    flex-grow: 1;
    border-right: 1px solid var(--input-border-color);
}
.shop_product_list .leftcol #box_menu {
    padding-right: 20px;
}
.shop_product_list .leftcol #box_menu .boxhead {
    display: none;
}
.shop_product_list .leftcol #box_menu .innerbox ul li.current_parent,
.shop_product_list .leftcol #box_menu .innerbox ul li.current_parent li,
.shop_product_list .leftcol #box_menu .innerbox ul li.current,
.shop_product_list .leftcol #box_menu .innerbox ul li.current li {
    display: block;
}
.shop_product_list .leftcol #box_menu .innerbox ul li {
    list-style-type: none;
    line-height: 24px;
    margin-bottom: 10px;
}
.shop_product_list .leftcol #box_menu .innerbox ul li.current_parent > a {
    font-weight: bold;
}
.shop_product_list .leftcol #box_menu .innerbox .standard > li {
    display: none;
}
.shop_product_list .leftcol #box_menu .innerbox .standard > li a {
    font-size: 15px;
    font-weight: 500;
}
.shop_product_list .leftcol #box_menu .innerbox .standard > li .level_2 li a {
    font-size: 13px;
}
.shop_product_list .leftcol #box_menu .innerbox .level_1 {
    margin: 0;
    padding: 0;
}
.shop_product_list .leftcol #box_menu .innerbox .standard > li .level_2 {
    margin-left: 8px;
    padding: 10px;
}
.shop_product_list .leftcol #box_menu .innerbox .standard > li .level_2 li {
    margin-bottom: 6px;
}
.shop_product_list .leftcol #box_menu .innerbox .standard > li .level_3 {
    padding-top: 3px;
    padding-left: 8px;
}
.shop_product_list .leftcol #box_menu .innerbox .standard > li.current_parent,
.shop_product_list .leftcol #box_menu .innerbox ul.standard > li.current,
.shop_product_list .leftcol #box_menu .innerbox ul.standard > li.mx-active {
    display: block;
}
.shop_product_list .leftcol #box_menu .innerbox .standard > li.current_parent > a,
.shop_product_list .leftcol #box_menu .innerbox ul.standard > li.current > a,
.shop_product_list .leftcol #box_menu .innerbox ul.standard > li.mx-active > a {
    margin-bottom: 29px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--font-color);
}
.shop_product_list .leftcol #box_menu .innerbox ul.standard li.mx-active > a {
    font-weight: bold;
}
header .menu .innermenu .menu-list .current_parent > h3 > a {
    color: var(--main-color);
}
/* MOD MENU BOCZNE */
.mx_preload {
    display: none;
    text-align: center;
}
#mx_box-menu {
    padding: 0px !important;
    padding-bottom: 15px !important;
    display: flex;
    flex-direction: column;
}
.mx_bm-maincat {
    margin-bottom: 10px;
    position: relative;
    display: block;
    width: 100%;
    order: 1;
}
.mx_bm-maincat.active {
    order: 0;
}
.mx_bm-maincat > h3 {
    line-height: 1.3;
    margin-top: 0px;
    display: flex;
}
.mx_bm-maincat > h3 i {
    margin-left: 16px;
    margin-top: 3px;
}
/* .mx_bm-maincat > h3 i::before {font-size: 16px;} */
.mx_bm-maincat > h3 > a {
    font-weight: bold;
    font-size: 16px;
}
.mx_bm-mcl-0-item {
    position: relative;
}
.mx_bm-mcl-0-item > i {
    position: absolute;
    left: -25px;
    top: 10px;
    height: 15px;
    margin: auto;
}
.mx_bm-maincat i::before {
    font-size: 11px;
}
/* .mx_bm-maincat h3 > i{position: absolute;right:10px; top: 5px; cursor: pointer; line-height: 1;} */
.mx_bm-maincat h3 > i.fa-caret-down {
    display: none;
    cursor: pointer;
}
.mx_bm-mc-level-0 {
    padding-left: 10px;
}
.mx_bm-mc-level {
    display: none;
}
.mx_bm-mc-level-1 {
}
.fa-arrow-circle-down:before {
    font-size: 18px;
    cursor: pointer;
}
.mx_bm-mc-level-3 {
    padding-left: 18px;
    margin-bottom: 14px;
}
.mx_bm-mc-level-4 {
    padding-left: 10px;
}
.mx_bm-mc-level-children > h3 > i {
    margin-left: 11px;
    margin-top: -3px;
}
.mx_bm-mc-level-children > h3 > i.fa-chevron-down {
    margin-top: -2px;
}
.mx_bm-mc-level-children {
    position: relative;
}
.mx_bm-mc-level-children h3 {
    margin-top: 0px;
    line-height: 1.3;
    display: flex;
}
.mx_bm-maincat a {
    color: var(--font-color);
    font-size: 15px;
    font-weight: 500;
}
.mx_bm-maincat a.mx_active-cat {
    font-weight: bold;
}
.mx_active-cat {
    font-weight: bold;
}
.mx_bm-mc-level-children-1 > i {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.mx_bm-mc-level-children-2 > i {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.mx_bm-mc-level-children-3 > i {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.mx_bm-mc-level-children-1 > i.fa-caret-down {
    display: none;
    cursor: pointer;
}
.mx_bm-mc-level-children-2 > i.fa-caret-down {
    display: none;
    cursor: pointer;
}
.mx_bm-mc-level-children-3 > i.fa-caret-down {
    display: none;
    cursor: pointer;
}
.mx_bm-mc-level-1 {
    padding-left: 0;
}
.mx_bm-mc-level-2 {
    padding-left: 18px;
    margin-bottom: 14px;
}
.mx_bm-maincat .mx_active_red {
    color: var(--main-color);
}
.mx_bm-maincat .mx_active_red ~ i {
    color: var(--main-color);
}
.mx_bm-mc-level-children-2 > h3 > a,
.mx_bm-mc-level-children-3 > h3 > a {
    font-size: 13px;
}

#mx_box-menu > .mx_bm-maincat > h3 > a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--font-color);
}
#mx_box-menu > .mx_bm-maincat > h3 + .mx_bm-mc-level-1 {
    margin-top: 30px;
}
.mx_bm-mc-level-children-1 > h3 {
    margin-bottom: 16px;
}
.mx_bm-mc-level-children-2 > h3,
.mx_bm-mc-level-children-3 > h3 {
    margin-bottom: 11px;
}
/* SLIDER */

.shop_product_list .leftcol .box-slider {
    visibility: hidden;
    margin: 0;
    height: 0;
}
.shop_product_list .leftcol .box-slider.active {
    margin-top: 102px;
    margin-right: 25px;
    height: auto;
    visibility: visible;
}
.shop_product_list .leftcol .box-slider .pageslider .ps-arrow-left,
.shop_product_list .leftcol .box-slider .pageslider .ps-arrow-right {
    display: none;
}
.shop_product_list .leftcol .box-slider .pageslider .slider-nav {
    margin: 0;
    padding: 0;
    top: 94.5%;
    right: 6.1%;
}
.shop_product_list .leftcol .box-slider .pageslider .slider-nav > li {
    background-color: rgba(255, 255, 255, 0.3);
}
.shop_product_list .leftcol .box-slider .pageslider .slider-nav .active {
    background-color: white;
}
/* centercol */
body.shop_product_list .main .container .centercol {
    margin: 50px 30px 0 0;
    max-width: 1077px;
}
/* list description - top */
.mx-list-title,
.shop_product_list .categorydesc {
    margin-bottom: 44px;
    max-width: 83%;
}
.shop_product_list .categorydesc a {
    color: var(--main-color);
}
.shop_product_list .mx-bottom-left {
    margin: 0 2.1% 0 0;
    border: none;
}
.shop_product_list .categorydesc.mx-bottom {
    margin-top: 84px;
    padding-top: 78px;
    max-width: 1077px;
    margin-bottom: 0;
    border-top: 1px solid var(--input-border-color);
}
.mx-list-title,
.shop_product_list .categorydesc.mx-bottom h2,
.mx-list-title,
.shop_product_list .categorydesc p strong {
    font-size: 17px;
    font-weight: 500;
    text-align: left !important;
}
.shop_product_list .categorydesc.mx-top p strong {
    font-size: 19px;
}

.shop_product_list .categorydesc p,
.mx-list-title,
.shop_product_list .categorydesc.mx-bottom p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    text-align: left !important;
}
.shop_product_list .categorydesc.mx-top p {
    font-size: 17px;
}

.mx-list-title h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}
.mx-list-title h1 .mx-searchText {
    margin-right: 20px;
}
/* filters */
#box_filter .boxhead {
    position: relative;
    margin-bottom: 23px;
    height: 48px;
    border-top: 1px solid var(--input-border-color);
    border-bottom: none;
}
#box_filter .boxhead span {
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
}
#box_filter .boxhead .clear-filter-btn {
    width: 16.8%;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: var(--main-color);
    color: white;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
}
#box_filter .innerbox {
    justify-content: flex-start;
}
#box_filter .innerbox .multiselect {
    margin-bottom: 23px;
    margin-left: 3%;
    flex-basis: 27.2% !important;
    border: none;
    position: relative;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
}
/* #box_filter  .innerbox .multiselect:nth-last-child(2) {
    justify-content: flex-start;
    
} */
#box_filter .innerbox .multiselect:nth-child(3n + 1) {
    margin-left: 0;
}
#box_filter .innerbox .multiselect:hover {
    background-color: white;
    color: var(--main-color);
}
#box_filter .multiselect:hover li .btn span {
    color: white;
}
#box_filter .innerbox .multiselect:not(#filter_price) ul {
    top: 100%;
    border-color: var(--input-border-color);
}
#box_filter .innerbox .multiselect > .mx-item-first {
    display: none;
}
#box_filter .innerbox .multiselect .mx-filter-name {
    margin-bottom: 4px;
    position: relative;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 1.1;
    font-weight: bold;
}
#box_filter .innerbox .multiselect > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 8px;
    border: 1px solid var(--input-border-color);
    font-size: 16px;
    color: var(--font-color);
    background-color: var(--filters-color);
}
#box_filter .innerbox .multiselect > span i {
    font-size: 18px;
    color: var(--main-color);
}
#box_filter .innerbox .multiselect ul {
    padding: 0;
    border: 2px solid var(--input-border-color);
}
#box_filter .innerbox .multiselect ul li {
    padding: 0 8px;
    line-height: 45px;
    font-size: 16px;
}
#box_filter .innerbox .multiselect ul li.selected {
    width: 100%;
    background-color: white;
}
#box_filter .innerbox .multiselect ul li.selected::before {
    top: 16px;
    right: 15px;
}
#box_filter .innerbox .multiselect ul li:hover {
    background-color: var(--filters-color);
}
/* pricefilter */
#box_filter #filter_price {
    margin-left: 0;
    flex-basis: 100% !important;
    max-height: unset;
    z-index: 0;
}
#box_filter #filter_price > span {
    display: none;
}
#box_filter #filter_price ul {
    display: block !important;
    position: relative;
    border: none;
    overflow: unset;
}
#box_filter #filter_price ul .priceinput {
    padding: 1px 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
#box_filter #filter_price ul .priceinput:hover {
    background-color: white;
}
#box_filter #filter_price ul .priceinput .from,
#box_filter #filter_price ul .priceinput .to {
    display: flex;
    position: relative;
    align-items: flex-end;
    height: 100%;
}
#box_filter #filter_price ul .priceinput .from {
    margin-right: 34px;
}
#box_filter #filter_price ul .priceinput .from input,
#box_filter #filter_price ul .priceinput .to input {
    margin: 0 0 0 7px;
    width: 119px;
    height: 42px;
    color: var(--font-color);
    background-color: var(--filters-color);
    border: 1px solid var(--input-border-color);
}
#box_filter #filter_price ul .priceinput .from .fromto,
#box_filter #filter_price ul .priceinput .to .fromto {
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}
#box_filter #filter_price ul .priceinput .currency {
    position: absolute;
    right: 55px;
    bottom: 12px;
    z-index: 20;
}
#box_filter #filter_price ul .priceinput .slider-wrap {
    width: 100%;
}
#slider-range {
    width: 100%;
    max-width: 286px;
    margin: 24px auto 0 30px;
    border: none;
    height: 5px;
    background-color: var(--input-color);
}
#slider-range .ui-slider-handle {
    bottom: 0;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 1px solid var(--font-color);
    margin-top: -5px;
    margin-left: -6px;
    background-color: white;
}
#box_filter .ui-widget-header {
    background-color: var(--main-color);
}
#box_filter #filter_price ul .priceinput .bottombuttons {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16.8%;
}
#box_filter #filter_price ul .priceinput .bottombuttons .btn {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    text-align: center;
}
/* MAINPRODUCT */
.shop_product_list #box_mainproducts .boxhead {
    margin-bottom: 36px;
    padding: 0 16px;
    height: 63px;
    display: flex;
    align-items: center;
    border: none;
    background-color: var(--input-color);
}
.shop_product_list #box_mainproducts .boxhead .category-name {
    display: none;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .sortlinks {
    margin: 0;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .products-active-sort {
    padding: 0 14px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    background: unset;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    border: none;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .products-active-sort > span {
    font-weight: bold;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .products-active-sort:hover {
    color: var(--main-color);
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .products-active-sort > span {
    margin-left: 15px;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .products-active-sort > i {
    margin-left: 15px;
    order: 1;
    font-weight: 300;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .products-sort-options a {
    color: var(--font-color);
    font-size: 16px;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .active-sort.current,
.shop_product_list #box_mainproducts .boxhead .sort-and-view .products-sort-options a:hover {
    background-color: var(--filters-color);
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .prodview .selected a {
    color: var(--main-color);
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .prodview li {
    padding: 0;
    margin: 0;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .prodview li.full {
    margin-left: 10px;
}
.shop_product_list #box_mainproducts .boxhead .sort-and-view .prodview li a {
    color: var(--input-color-dark);
    font-size: 35px;
}
.shop_product_list #box_mainproducts .products.viewphot {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 10px;
}
.shop_product_list #box_mainproducts .products.viewphot .product {
    margin-bottom: 34px;
}
/* PAGINATOR */
.floatcenterwrap {
    width: 100%;
    margin-top: 64px;
}
.floatcenterwrap .paginator {
    margin-top: 0;
    width: 100%;
    line-height: 48px;
    text-align: left;
    position: relative;
}
.floatcenterwrap .paginator li {
    margin: 0 1.1% 0 1.2%;
}
.floatcenterwrap .paginator li.selected span {
    color: var(--main-color);
    font-size: 22px;
}
.floatcenterwrap .paginator li > span {
    border: none;
    padding: 0;
    color: var(--main-color-light);
}
.floatcenterwrap .paginator li.dots {
    margin: 0 0 0 3px;
}
.floatcenterwrap .paginator li.dots > span {
    font-size: 26px;
    color: var(--input-color-dark);
}
.floatcenterwrap .paginator li a {
    display: block;
    padding: 0;
    color: var(--input-color-dark);
    font-size: 22px;
    border: none;
}
.floatcenterwrap .paginator li.last-count a span {
    display: none;
}
.floatcenterwrap .paginator li.last-count a i {
    font-size: 12px;
    color: var(--main-color);
}
.floatcenterwrap .paginator li.first a,
.floatcenterwrap .paginator li.last a {
    font-size: 16px;
    color: var(--main-color);
}
.floatcenterwrap .paginator li.first {
    margin: 0 9% 0 0;
    display: inline-block;
    line-height: 46px;
    width: 21.4%;
    border: 2px solid var(--font-color);
    font-size: 16px;
    text-align: center;
}
.floatcenterwrap .paginator li.last {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 32.5%;
    display: inline-block;
    line-height: 46px;
    background-color: var(--main-color);
    text-align: center;
}
.floatcenterwrap .paginator li.first span,
.floatcenterwrap .paginator li.last span {
    position: relative;
    display: block;
    color: var(--font-color);
}
.floatcenterwrap .paginator li.last a span,
.floatcenterwrap .paginator li.last a i,
.floatcenterwrap .paginator li.last span {
    color: white;
}
.floatcenterwrap .paginator li.first:hover span,
.floatcenterwrap .paginator li.last:hover span {
    background-color: var(--main-color);
    color: white;
}

.floatcenterwrap .paginator li.first span i {
    position: absolute;
    top: 14px;
    left: 10%;
    font-size: 20px;
    color: var(--main-color);
}
.floatcenterwrap .paginator li.last span i {
    position: absolute;
    top: 16px;
    right: 7%;
    font-size: 20px;
}
.floatcenterwrap .paginator li.first:hover {
    border-color: var(--main-color);
}
.floatcenterwrap .paginator li.first:hover span i {
    color: white;
}

body.shop_product_list #newsletter-wrap {
    max-width: 1440px;
    margin: 220px 0 0;
}
body.shop_product_list .footer {
    margin-top: 18.2%;
}

/* PRODUCT CARD */
body.shop_product .main .container .centercol {
    max-width: 1440px;
    margin: 18px 29px 0 auto;
}
.shop_product .breadcrumbs .innerbreadcrumbs .path li span,
.shop_product .breadcrumbs .innerbreadcrumbs .breadcrumb-home span {
    font-size: 14px;
    font-weight: 500;
}
.shop_product .breadcrumbs .innerbreadcrumbs .path span.raq {
    font-size: 12px;
    margin: 0 11px 0 12px;
}
.shop_product .breadcrumbs .innerbreadcrumbs .path li.last span {
    font-weight: bold;
}
#box_productfull {
    margin: 32px 0 0;
    padding-bottom: 110px;
    border-bottom: 1px solid var(--font-color);
}
#box_productfull .boxhead {
    margin-bottom: 53px;
    display: flex;
    justify-content: space-between;
    border: none;
}
#box_productfull .boxhead .name {
    margin: 0;
    flex-basis: 48%;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    color: var(--font-color);
}
#box_productfull .boxhead .vote-wrap {
    flex-grow: 1;
    max-width: 471px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#box_productfull .boxhead .vote-wrap .rate {
    margin-top: 30px;
    line-height: 18px;
    width: 100%;
    font-size: 16px;
}
#box_productfull .boxhead .vote-wrap .evaluation .votestars {
    margin: 9px 0 8px;
}
#box_productfull .boxhead .vote-wrap .evaluation .votestars img {
    margin-right: 7px;
}
#box_productfull .boxhead .vote-wrap .rating {
    line-height: 37px;
    margin: 0 5.5% 0 4%;
    font-size: 25px;
    font-weight: bold;
}
#box_productfull .boxhead .vote-wrap .votetext {
    margin-top: 2px;
    height: 14px;
    font-size: 12px;
    font-weight: 400;
}
#box_productfull .boxhead .vote-wrap .comment {
    margin-left: auto;
}
#box_productfull .boxhead .vote-wrap .comment a {
    font-size: 13px;
}
#box_productfull .boxhead .vote-wrap .comment a i {
    margin-left: 5px;
    color: var(--main-color);
}
#box_productfull .maininfo > .f-row {
    display: flex;
    justify-content: space-between;
}
#box_productfull .maininfo > .f-row::before,
#box_productfull .maininfo > .f-row::after {
    display: none;
}
#box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .productimg {
    width: 50%;
}
/* SHORT DESCRIPTION ADD */
#box_productfull .maininfo > .f-row.mx-shortdesc .productimg {
    width: 32.7%;
}
#box_productfull .maininfo > .f-row.mx-shortdesc .info {
    justify-content: space-between;
    width: 64%;
    margin: 0;
    flex-grow: 0;
}
/* END OF SHORT DESCRIPTION ADD */
#box_productfull .maininfo > .f-row .info {
    width: auto;
    margin-left: 3.3%;
    flex-grow: 1;
    display: flex;
}
#box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info {
    margin: 0;
    flex-grow: unset;
}

#box_productfull .maininfo > .f-row .productimg .mainimg {
    border: none;
    height: 471px;
}
#box_productfull .maininfo > .f-row .productimg .mainimg .photo {
    width: auto;
    height: auto;
}
#box_productfull .smallgallery ul {
    display: grid;
    grid-gap: 12px;
}
#box_productfull .mx-shortdesc .smallgallery ul {
    grid-template-columns: repeat(4, 1fr);
}
#box_productfull .mx-shortdesc-notAdd .smallgallery ul {
    grid-template-columns: repeat(6, 1fr);
}
#box_productfull .smallgallery li {
    margin: 0;
    width: 108px;
    height: 108px;
    border: 1px solid var(--input-border-color);
}
#box_productfull .smallgallery li > a {
    height: 100%;
}
#box_productfull .smallgallery li > a img {
    max-height: 100%;
}
.shop-gallery .shop-gallery-preview {
    height: auto;
}
/* UL TAGS */
#box_productfull .productimg .tags {
    left: unset;
    right: -2px;
    display: flex;
    flex-direction: column;
}
#box_productfull .productimg .tags li {
    margin: 0 0 1px 0;
    width: 99px;
    height: 99px;
    line-height: 95px;
    border-radius: 50%;
    border: 4px solid white;
    font-size: 24px;
    text-transform: capitalize;
}
#box_productfull .productimg .tags li.promo {
    background-color: var(--main-color);
}
#box_productfull .productimg .tags li.new {
    font-size: 20px;
    background-color: var(--green-promo);
}
#box_productfull .maininfo > .f-row.mx-shortdesc .info .info-left {
    display: block;
    font-size: 15px;
}
/* END OF UL TAGS */
#box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info .info-left {
    display: none;
}
#box_productfull .maininfo > .f-row .info .info-left {
    width: 43.6%;
    padding-top: 43px;
    border-top: 1px solid var(--font-color);
}
#box_productfull .maininfo > .f-row.mx-shortdesc .info .info-left p {
    margin: 0;
    font-size: 15px;
}
#box_productfull .maininfo > .f-row.mx-shortdesc .info .info-left strong {
    margin-bottom: 40px;
}
#box_productfull .maininfo > .f-row .info .info-right {
    margin-left: 5.3%;
    max-width: 471px;
    padding: 35px 29px 15px 32px;
    flex-grow: 1;
    border: 1px solid var(--input-border-color);
}
#box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info .info-right {
    margin-left: 0;
}
#box_productfull .maininfo > .f-row .info .info-right .productdetails-more-details {
    margin: 0;
    padding: 0;
    border: none;
}
#box_productfull
    .maininfo
    > .f-row
    .info
    .info-right
    .productdetails-more-details
    .productdetails-more {
    width: 100%;
    margin: 0;
    float: unset;
}
#box_productfull .maininfo > .f-row .info .info-right .productdetails-more-details .code,
#box_productfull .maininfo > .f-row .info .info-right .productdetails-more-details .manufacturer {
    margin-bottom: 2px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
#box_productfull .maininfo > .f-row .info .info-right .productdetails-more-details .code span,
#box_productfull .maininfo > .f-row .info .info-right .productdetails-more-details .brand,
#box_productfull .maininfo > .f-row .info .info-right .availability span:not(.first) {
    font-weight: bold;
    color: var(--font-color);
}
#box_productfull .links-q {
    padding: 0;
}
#box_productfull .maininfo > .f-row .info .info-right .availability span {
    min-width: unset;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
#box_productfull .maininfo > .f-row .info .info-right .availability span.green {
    color: var(--green-promo);
}
#box_productfull .maininfo > .f-row .info .info-right .availability .shipping-costs {
    margin-top: 2px;
}
#box_productfull .maininfo > .f-row .info .info-right .availability .showShippingCost {
    display: none;
}
#box_productfull .maininfo > .f-row .info .info-right .availability .delivery {
    margin-top: 34px;
    height: 60px;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--input-border-color);
    border-bottom: 1px solid var(--input-border-color);
}
#box_productfull .maininfo > .f-row .info .info-right .availability .delivery i {
    margin-right: 7.8%;
    color: var(--main-color);
    font-size: 30px;
}
#box_productfull .maininfo > .f-row .info .info-right .availability .delivery > span {
    font-size: 19px;
    font-weight: bold;
}
#box_productfull
    .maininfo
    > .f-row
    .info
    .info-right
    .availability
    .delivery
    > span
    #box_productfull
    .maininfo
    > .f-row
    .info
    .info-right
    .bottomborder
    .basket {
    margin-top: 34px;
}
#box_productfull .maininfo > .f-row .info .info-right .bottomborder .basket {
    margin-top: 35px;
}
#box_productfull .maininfo > .f-row .info .info-right .bottomborder .basket .price {
    display: flex;
}
#box_productfull .maininfo > .f-row .info .info-right .bottomborder .basket .price .wrap {
    margin-left: auto;
    padding-right: 11.7%;
    display: grid;
    align-items: flex-end;
}
#box_productfull .maininfo > .f-row .info .info-right .bottomborder .basket .price em {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
}
#box_productfull .maininfo > .f-row .info .info-right .bottomborder .basket .price del {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}
#box_productfull .maininfo > .f-row .info .info-right .bottomborder .form-basket {
    margin-top: 42px;
}
#box_productfull .info-right .bottomborder .basket .price .price-name,
#box_productfull .basket .form-basket .quantity_wrap .unit {
    display: none;
}
#box_productfull .info-right .bottomborder .basket .addtobasket-container .quantity_wrap {
    width: 32%;
}
#box_productfull .info-right .bottomborder .basket .addtobasket-container .fe-quantity {
    margin-right: 20px;
    width: 91%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--input-border-color);
    position: relative;
}
#box_productfull .info-right .bottomborder .basket .addtobasket-container .fe-quantity input {
    width: 100% !important;
    height: 46px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
#box_productfull .info-right .bottomborder .basket .addtobasket-container .fe-quantity input:focus {
    box-shadow: unset;
}
#box_productfull
    .info-right
    .bottomborder
    .basket
    .addtobasket-container
    .fe-quantity
    .modMinus_basket,
#box_productfull
    .info-right
    .bottomborder
    .basket
    .addtobasket-container
    .fe-quantity
    .modPlus_basket {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    border: 1px solid var(--input-border-color);
    color: var(--font-color);
    border-radius: 50%;
    cursor: pointer;
}
#box_productfull
    .info-right
    .bottomborder
    .basket
    .addtobasket-container
    .fe-quantity
    .modPlus_basket {
    left: unset;
    right: 13px;
}
#box_productfull .info-right .bottomborder .basket .addtobasket-container .button_wrap {
    min-width: unset;
    width: 68%;
}
#box_productfull .info-right .bottomborder .basket .addtobasket-container .addtobasket.btn {
    height: 48px;
    padding-left: 17%;
    text-transform: unset;
    font-size: 16px;
    position: relative;
    text-align: left;
}
#box_productfull
    .info-right
    .bottomborder
    .basket
    .addtobasket-container
    .addtobasket.btn
    .basket-img {
    position: absolute;
    right: 6px;
    top: -1px;
    transform: scale(70%);
}
#box_productfull .info-right .bottomborder .delivery-info p {
    margin-top: 109px;
    line-height: 20px;
    font-size: 15px;
}
#box_productfull .info-right .bottomborder .delivery-info a {
    display: inline-block;
    color: var(--font-color);
    font-weight: bold;
    line-height: 1;
    border-bottom: 2px solid var(--input-color-dark);
}
/* product-modules */
.shop_product #box_productrelated {
    margin: 0;
    padding-bottom: 55px;
    border-bottom: 1px solid var(--font-color);
}
#box_productrelated .boxhead {
    display: block;
    margin-bottom: 40px;
    border: none;
}
#box_productrelated .boxhead h3 {
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
}
#box_productrelated .innerbox {
    grid-template-columns: repeat(5, 230px);
    grid-gap: 0 23px;
}
#box_productrelated .innerbox .product {
    padding: 0;
    border: none;
}
#box_productrelated .innerbox .product {
    margin-left: 1%;
}
#box_productrelated .innerbox .product:nth-child(1),
#box_productrelated .innerbox .product:nth-child(6) {
    margin-left: 0;
}
#box_productrelated .innerbox .product .prodimage {
    margin-bottom: 5px;
    height: 262px;
}
#box_productrelated .innerbox .product .prodname {
    margin: 0 0 12px;
}
#box_productrelated .innerbox .product .prodname .productname {
    font-size: 15px;
}
#box_productrelated .innerbox .product .mx-category-name,
#box_productrelated .innerbox .product .evaluation {
    display: none;
}
#box_productrelated .innerbox .product .price {
    margin-top: 8px;
}
#box_productrelated .innerbox .product .price em {
    font-size: 20px;
}
#box_productrelated .innerbox .product .price del {
    width: 14px;
}
#box_productrelated .innerbox .product .addtobasket.btn {
    margin: 4px 2px 0 0;
}
#box_productrelated .innerbox .product .addtobasket img {
    width: 46px;
    height: auto;
}
#box_productrelated .product .tags li {
    width: 65px;
    height: 65px;
    line-height: 55px;
    font-size: 18px;

    &.new {
        font-size: 13px;
    }
}
.mx-description-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 70px auto;
    grid-gap: 0 11px;
    border-bottom: 1px solid var(--input-border-color);
}
.mx-description-wrap .productCard-description {
    margin: 12px 0 35px;
    font-size: 20px;
    color: var(--font-color);
    font-weight: bold;
    grid-column-start: span 2;
}
.mx-description-wrap > .box {
    margin-bottom: 70px;
}
#box_description {
    grid-column-start: 1;
    grid-row: 2 / span 3;
    padding-right: 8.5%;
}
#box_productdata {
    grid-column-start: 2;
}
#box_productdata .mx-icon i {
    font-size: 35px;
}
#box_productdeliveries .mx-icon i {
    font-size: 30px;
}
#box_productcomments .mx-icon i {
    font-size: 40px;
}
#box_productdeliveries {
    grid-column-start: 2;
}
#box_productcomments {
    grid-column-start: span 2;
}
.mx-description-wrap > .box .boxhead,
.mx-description-wrap > #box_productdata.box .boxhead {
    border: none;
    margin-bottom: 48px;
}
#box_productdeliveries .boxhead {
    margin-bottom: 24px;
}
#box_productcomments .boxhead {
    margin-bottom: 62px;
}
.mx-description-wrap .mx-icon {
    width: 62px;
    height: 62px;
    background-color: #eaeaea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
#box_description .mx-icon i {
    width: 38px;
    height: 38px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--font-color);
    border: 3px solid var(--font-color);
}
#box_description .innerbox p,
#box_description .innerbox p span {
    font-family: var(--main-font) !important;
    font-size: 15px;
}
#box_description .innerbox p span strong,
#box_description .innerbox p strong {
    font-size: 17px;
}
.mx-description-wrap h3 {
    margin-top: 14px;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--font-color);
}
.mx-description-wrap h3 .hint {
    line-height: 1;
}
.mx-description-wrap h3 .hint__content {
    top: calc(100% + 4px);
}
.mx-description-wrap h3 .hint .icon {
    font-size: 22px;
    vertical-align: top;
}
.mx-description-wrap h3 .hint .icon:hover {
    color: var(--main-color);
}
#box_description .innerbox table {
    width: 100% !important;
}
#box_productdata .table tbody {
    border: none;
}
#box_productdata .table tr {
    border-top: 1px solid var(--input-border-color);
}
#box_productdata .table tr:last-child {
    border-bottom: 1px solid var(--input-border-color);
}
#box_productdata .table tr:nth-child(even) {
    background-color: var(--input-color);
}
#box_productdata .table tr td {
    padding: 19px 14px 15px;
    background-color: transparent;
}
#box_productdata .table tr td.value {
    padding-left: 6px;
}
#box_productdata .table tr .name {
    color: var(--font-color);
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}
#box_productdata .table tr .value {
    font-size: 18px;
    font-weight: 400;
}

#box_productdeliveries .delivery-container {
    max-width: unset;
    width: 100%;
}
#box_productdeliveries .delivery-container .shipping:first-child {
    border-top: 1px solid var(--input-border-color);
}
#box_productdeliveries .delivery-container .shipping {
    padding: 20px 14px 17px;
    display: flex;
    border-bottom: 1px solid var(--input-border-color);
}
#box_productdeliveries .delivery-container .shipping:nth-child(even) {
    background-color: var(--input-color);
}
#box_productdeliveries .delivery-container .shipping .shipping-label-container {
    padding: 0 15px 0 0;
    width: 52%;
    min-height: unset;
    color: var(--font-color);
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
#box_productdeliveries .delivery-container .shipping .shipping-label-container span {
    display: block;
}
#box_productdeliveries .delivery-container .shipping .shipping-cost {
    width: 50%;
    min-height: unset;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
/* comments */
#box_productcomments .innerbox {
    display: grid;
    grid-gap: 0 11px;
    grid-template-columns: 1fr 1fr;
}
#box_productcomments .innerbox form {
    margin: 0;
}
#box_productcomments .innerbox form label {
    display: none;
}
#box_productcomments .innerbox form input {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 15px;
    width: 58.5%;
    height: 55px;
    font-size: 14px;
}
#box_productcomments .innerbox form textarea {
    margin-bottom: 22px;
    padding: 18px 15px;
    width: 90.4%;
    height: 210px;
    font-size: 14px;
    resize: none;
}
#box_productcomments .innerbox form .btn {
    width: 58.5%;
}
#box_productcomments .innerbox .mx-rightSide .evaluation {
    padding-left: 14px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}
#box_productcomments .innerbox .mx-rightSide .evaluation .rate {
    margin-top: 2px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
}
#box_productcomments .innerbox .mx-rightSide .votestars {
    margin: 0 18px 0 0;
    float: unset;
}
#box_productcomments .innerbox .mx-rightSide .votestars img {
    margin-right: 7px;
}
#box_productcomments .innerbox .mx-rightSide .evaluation .rating span {
    margin-right: 25px;
    font-size: 25px;
    font-weight: bold;
    color: var(--font-color);
}
#box_productcomments .innerbox .mx-rightSide .productcomment {
    padding: 30px 15px;
    border-bottom: none;
    border-top: 1px solid var(--input-border-color);
    background-color: white;
}
#box_productcomments .innerbox .mx-rightSide .productcomment .reviewer {
    margin: 0 0 25px;
    font-weight: 700;
}
#box_productcomments .innerbox .mx-rightSide .productcomment .date {
    display: none;
}
#box_productcomments .innerbox .mx-rightSide .mx-button {
    display: none;
    text-align: center;
}
#box_productcomments .innerbox .mx-rightSide .mx-button .btn {
    margin-top: 10px;
    font-size: 16px;
}
/* PRODUCT CARD BOTTOM BOXES */
.shop_product .bottom-boxes {
    margin-top: 84px;
}
.shop_product #box_specialoffer_title {
    margin-bottom: 65px;
}
body.shop_product #newsletter-wrap {
    margin: 162px 0 0;
    padding-left: 0;
}
body.shop_product .footer {
    margin-top: 192px;
}
/* DYSTRYBUTORZY STRONA INFORACYJNA */
.box_infopage .dystrybucja-logo {
    max-width: 16%;
    display: inline-block;
}
.box_infopage .dystrybucja-logo p img {
    width: 100%;
    height: auto;
}

/* INFO PAGES  */
#infopage15 img {
    height: auto;
}
body.shop_infopage #newsletter-wrap {
    margin: 180px 0 0;
    max-width: 1440px;
}
.mx-style-infopage {
    max-width: 1400px;
}
.mx-style-infopage .boxhead {
    border: none;
}
#shop_infopage47 .box_infopage > .boxhead {
    display: none;
}
.mx-style-infopage .boxhead h1,
.info-page-item--subtitle,
.distribution-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
}
.mx-style-infopage .info-page-item--subtitle {
    margin: 120px 0;
}
.distribution-title {
    margin: 85px 0 65px;
}
.mx-style-infopage .info-page-header__terms {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: var(--main-color);
    align-self: flex-start;
}
.info-page-header {
    margin: 40px 0 120px;
    display: flex;
    align-items: center;
}
.mx-terms-infopage .info-page-header {
    margin: 40px 0;
}
.info-page-header img {
    align-self: flex-start;
}
.info-page-header .info-page-header__description {
    margin: 0 0 0 30px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    max-width: 72%;
}
.info-page-item {
    padding-bottom: 55px;
    display: grid;
    grid-template-columns: max-content 75%;
    grid-template-rows: 24px auto;
    grid-gap: 0 30px;
    grid-template-areas: "image title" "image description";
    border-bottom: 1px solid var(--font-color);
}
.mx-delivery-infopage .info-page-item {
    padding-bottom: 60px;
    border: none;
}
.info-page-item.info-page-item--kurier {
    grid-template-areas: "image title" "image description" ". delivery-costs";
    border-bottom: 1px solid var(--font-color);
}
.mx-delivery-infopage .info-page-item + .info-page-item {
    margin: 0;
}
.mx-delivery-infopage .info-page-item:nth-last-child(1) {
    margin-top: 80px;
    border-bottom: 1px solid var(--font-color);
}
.info-page-item__delivery-costs {
    grid-area: delivery-costs;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 0 55px;
}
.delivery-costs-price {
    color: var(--main-color);
}
.info-page-item .delivery-costs-subitle {
    margin: 60px 0 40px;
    grid-column: 1 / span 2;
}
.info-page-item + .info-page-item {
    margin-top: 90px;
}
.info-page-item p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}
.info-page-item img {
    grid-area: image;
}
.info-page-item .info-page-item__title {
    color: var(--main-color);
    grid-area: title;
}
.info-page-item .info-page-item__description {
    grid-area: description;
}
.info-page-terms-wrap {
    margin: 0 0 0 45px;
    display: grid;
    grid-template-columns: minmax(auto, 510px) minmax(auto, 510px);
    grid-gap: 75px;
}
.mx-style-infopage .info-page-terms-wrap p {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: var(--font-color);
    word-break: break-word;
}
.mx-style-infopage p.info-page-terms__left--title {
    margin: 20px 0;
    color: var(--main-color);
}
.mx-style-infopage .info-page-terms__left--title:nth-of-type(1) {
    margin: 0 0 20px;
}
/* SALONS LIST */
.info-page-salons {
    display: grid;
    grid-template-columns: repeat(3, minmax(max-content, auto));
    grid-gap: 60px 0;
}
.mx-style-infopage .info-page-salons__title {
    margin: 0 0 0;
    padding-bottom: 10px;
    grid-column: 1 / span 3;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.5;
    border-bottom: 1px solid var(--font-color);
}
.info-page-salons__item {
    padding-bottom: 25px;
    display: flex;
}
.salon-text-wrap {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}
.info-page-salons__item h3,
.info-page-salons__item p,
.info-page-salons__item a {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: var(--font-color);
    font-weight: 500;
}
.info-page-salons__item a:hover {
    color: var(--main-color);
}
/* RETURNS PAGE */
.mx-returns-infopage .boxhead {
    display: none;
}
.info-page-header__description--red {
    margin-right: 15px;
    text-transform: uppercase;
    color: var(--main-color);
}
.mx-returns-infopage .info-page-item--subtitle {
    margin: 60px 0 40px;
}
.mx-returns-infopage .info-page-header {
    margin: 40px 0 60px;
}
.mx-returns-infopage .info-page-header.returns-terms-header {
    margin: 40px 0 0;
}
.info-page-returns {
    padding-left: 60px;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(5, 225px);
}
.info-page-returns__item--description {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.info-page-returns__item:not(:nth-last-child(1)) .content-wrap {
    border-right: 1px solid var(--font-color);
}

.info-page-returns__item .content-wrap,
.info-page-returns__item--description {
    flex-grow: 1;
}
.info-page-returns__item .content-wrap {
    margin-top: 25px;
    max-width: 100%;
    padding: 0 25px 25px 0;
}
.info-page-returns__item {
    position: relative;
    display: flex;
    flex-direction: column;
}
.info-page-returns__item > img {
    display: block;
    margin-right: 25px;
    max-width: calc(100% - 25px);
}
.info-page-returns__item:not(:nth-last-child(1))::before {
    display: inline-block;
    position: absolute;
    top: 28px;
    right: -5px;
    font-family: "FontAwesome";
    content: "\f054";
    color: var(--font-color);
    font-weight: 300;
    font-size: 20px;
}
.info-page-returns__item--description .mx-returns-step {
    margin: 0;
    width: 25px;
    height: 25px;
    line-height: 19px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 50%;
}
.info-page-returns__item--description .mx-returns-title {
    height: 72px;
    margin: 5px 0 25px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}
.info-page-returns__item--description .mx-returns-content {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
.info-page-returns__item--description .mx-returns-content a,
.mx-returns-infopage .info-page-item__description a {
    margin-top: 20px;
    display: block;
    height: 24px;
    text-decoration: underline;
    color: var(--main-color);
    font-weight: 700;
}
.info-page-returns-terms {
    margin-left: 45px;
}
.info-page-returns-terms .info-page-returns-terms__address {
    margin: 30px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    max-width: 72%;
    color: var(--main-color);
}
.info-page-returns-terms .info-page-returns-terms__item {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    max-width: 72%;
}
/* RWD */
@media (min-width: 1921px) {
    .shop_product_list header .logo-bar {
        padding: 23px 3.2% 0 0.4%;
    }
    #right_col_icons {
        top: 127px;
    }
    header.row .logo-bar {
        padding-top: 23px;
    }
    .shop_product_list .main .container,
    .shop_product_list .bottom-footer .container {
        max-width: 1920px;
        padding: 0 2% 0 4.9%;
        margin: 0 auto;
    }
    .shop_product_list .breadcrumbs {
        max-width: 1920px;
        padding: 0 2% 0 4.9%;
        margin: 65px auto 0;
    }
    body.shop_product_list #newsletter-wrap {
        margin: 220px 207px 0 auto;
    }
    .main > .container,
    header .logo-bar {
        padding: 0 53px;
    }
}
@media (max-width: 1800px) {
    #box_top_offers .top-offers .title {
        font-size: 34px;
    }
    .main .container .centercol {
        margin: 26px 0 0 0;
        width: calc(100% - 152px);
    }
    .breadcrumbs .innerbreadcrumbs {
        width: calc(100% - 152px);
        margin-right: 161px;
        max-width: 1460px;
    }
    .shop_index #box_promotion,
    .shop_index .mx-boxhead,
    .shop_index .products-wrap,
    .shop_index #mx-mamezi-inspirations,
    .shop_index #newsletter-wrap,
    .shop_index #box_mx-producers {
        padding-left: 0;
    }
    .menu .innermenu .menu-list li h3 a {
        font-size: 14px;
    }
    #mx-blog-wrap {
        margin-left: -49.2vw;
        padding: 130px 13.5% 160px;
    }
}
@media (max-width: 1680px) {
    .shop_product_list .bottom-footer .container {
        margin-left: 0.9%;
        max-width: calc(100% - 224px);
    }
    .mx_megamenu_label_div a {
        font-size: 13px;
        padding: 5px 30px 0 0 !important;
    }
}
@media (max-width: 1600px) {
    .breadcrumbs .innerbreadcrumbs {
        margin-left: 0;
    }
    .contact-top {
        padding: 0 1.5%;
    }
    header .logo-bar {
        padding: 23px 1.5% 0;
    }
    header .logo-bar .search__container {
        margin-left: 1%;
    }
    #box_top_offers .top-offers .title {
        font-size: 30px;
    }
    #box_top_offers .top-offers .title + p {
        font-size: 24px;
    }
    #box_promotion .promotion-item .text-wrap {
        padding: 15px;
    }

    .footer .innerfooter .mx-rightcol .wrap p {
        font-size: 32px;
    }
    .footer .innerfooter .mx-rightcol .wrap p.text {
        font-size: 12px;
    }
    #mx-blog-wrap {
        margin-left: -45.2vw;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small .mx-article-content .article_name,
    #box_articlelist .innerbox .article-content .article-name {
        font-size: 18px;
    }
    /* PRODUCT LIST */
    .shop_product_list .main .container {
        padding: 0 1.5%;
    }
    .shop_product_list .breadcrumbs .innerbreadcrumbs {
        padding: 0 144px 0 0;
    }
    .shop_product_list .leftcol {
        flex-grow: 0;
        margin-right: 0;
    }
    body.shop_product_list .main .container .centercol {
        margin: 50px 0 0;
        flex-grow: 1;
        max-width: calc(100% - 144px - 280px);
        padding-left: 2%;
    }
    body.shop_product_list .main .container .rightcol {
        width: 144px;
    }
    .shop_product_list .bottom-footer .container {
        margin-left: 1.5%;
        margin-right: calc(1.5% + 144px);
        padding: 0;
        max-width: calc(97% - 144px);
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type {
        width: 70%;
    }
    #box_productfull .mx-shortdesc-notAdd .smallgallery ul {
        grid-template-columns: repeat(5, 1fr);
    }
    #box_productfull .mx-shortdesc .smallgallery ul {
        grid-template-columns: repeat(3, 1fr);
    }
    #box_article_categories .innerbox > ul {
        grid-template-columns: repeat(7, minmax(0, max-content));
    }
    #box_article_categories .innerbox > ul li:nth-child(9n) {
        padding-left: 30px;
        border-left: 1px solid var(--font-color);
    }
    #box_article_categories .innerbox > ul li:nth-child(8n) {
        padding-left: 0;
        border-left: none;
    }
    /* INFO PAGE */
    .info-page-returns {
        grid-template-columns: repeat(5, 209px);
    }
}
@media (max-width: 1480px) {
    header .login-bar::before {
        top: 35px;
    }
    header .login-bar ul.links::before {
        width: 30px;
        height: 30px;
        top: -16px;
    }
    #box_top_offers .top-offers .title {
        font-size: 26px;
    }
    #box_top_offers .top-offers .title + p {
        font-size: 20px;
    }
    #featured-categories .category-wrap .btn-wrap a {
        font-size: 16px;
    }
    #box_newsletter .boxhead span {
        font-size: 32px;
    }
    #box_newsletter .innerbox .boxintro {
        font-size: 19px;
    }
    #box_newsletter .innerbox form fieldset:nth-child(2) span {
        font-size: 12px;
    }
    #mx-mamezi-inspirations #about .boxhead p {
        font-size: 30px;
    }
    #mx-mamezi-inspirations #about .description {
        font-size: 16px;
    }
    #box_tellmewhy .stat strong {
        font-size: 40px;
    }
    #box_tellmewhy .stat p {
        font-size: 16px;
    }
    #box_mx-producers .container .boxhead .title p {
        font-size: 30px;
    }
    #box_mx-producers .container .boxhead .categories {
        padding-left: 3%;
        flex-grow: 1;
    }
    #box_mx-producers .container .boxhead .categories .category {
        padding: 0 2%;
    }
    #box_branches .innerbox {
        padding: 116px 5.5% 0;
    }
    .footer .innerfooter,
    .footer .userfooter,
    .footer .mx-legal-note .container {
        max-width: 98%;
    }
    #mx-blog-wrap {
        margin-left: -44.8vw;
        padding: 130px 14.5% 160px 2.2%;
    }
    #box_filter .innerbox .multiselect {
        flex-basis: 31.3% !important;
    }
    .products-wrap .product .prodimage span.img-wrap {
        height: 250px;
    }
    /* PRODUCT CARD */
    #box_productfull .boxhead .name {
        font-size: 30px;
    }
    #box_productrelated .innerbox {
        grid-template-columns: repeat(4, 230px);
    }
    #box_productdeliveries .delivery-container .shipping .shipping-label-container {
        font-size: 15px;
    }
    #box_productdeliveries .delivery-container .shipping {
        justify-content: space-between;
    }
    #box_productdeliveries .delivery-container .shipping .shipping-label-container {
        width: 80%;
    }
    #box_productdeliveries .delivery-container .shipping .shipping-cost {
        width: auto;
    }
    #box_productdeliveries .delivery-container .shipping::before,
    #box_productdeliveries .delivery-container .shipping::after {
        display: none;
    }
    #box_productfull .smallgallery ul {
        grid-template-columns: repeat(5, 1fr);
    }
    /* BASET  */
    .basket-steps ol li span,
    .basket-steps ol li.mark-green span,
    .basket-steps ol li.active-step span,
    .basket-steps ol li.active-step::before,
    .basket-steps ol li::before {
        font-size: 24px;
    }
    #cart-options .buttons .back .btn i {
        font-size: 24px;
        top: 9px;
    }
    #box_basketlist #cart-options .buttons .forward .btn i {
        font-size: 24px;
        top: 12px;
    }
    #cart-options .summary-container .recount,
    #cart-options .summary-container .recount .sum {
        font-size: 18px;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .sum,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .sum,
    .shop_basket #box_basketlist .innerbox .productlist tbody .sum,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .sum {
        padding-left: 3%;
    }
    /* STEP 2 */
    .basket-step-border h3 {
        font-size: 26px;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type {
        width: 80%;
    }
    #box_basketaddress
        .innerbox
        .basket-step-border
        table
        .address_type
        .input
        .radio-wrap:nth-of-type(2) {
        margin-left: 8%;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .sparator {
        font-size: 18px;
    }
    #box_basketsummary .innerbox p.sum,
    #box_basketsummary .innerbox .bottombuttons .btn {
        width: 39%;
    }
    #box_basketsummary .innerbox p.sum .sum {
        margin-left: 5.5%;
    }
    #box_productfull .mx-shortdesc-notAdd .smallgallery ul {
        grid-template-columns: repeat(4, 1fr);
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small .article-image-wrap,
    #box_articlelist .innerbox .article-content .article-image-wrap {
        height: 180px;
    }
    #box_article_categories .innerbox > ul {
        grid-template-columns: repeat(6, minmax(0, max-content));
    }
    #box_article_categories .innerbox > ul li:nth-child(8n) {
        padding-left: 30px;
        border-left: 1px solid var(--font-color);
    }
    #box_article_categories .innerbox > ul li:nth-child(7n) {
        padding-left: 0;
        border-left: none;
    }
}
@media (max-width: 1439px) {
    header .menu .innermenu .menu-list {
        padding-right: 1.5%;
    }
    #box_top_offers .top-offers .title {
        font-size: 24px;
    }
    #box_top_offers .top-offers .title + p {
        font-size: 20px;
    }
    .products-wrap .product .buttons {
        flex-basis: 21%;
        margin-left: auto;
    }
    /* .mx-boxhead > .title-text {
        padding-right: 16%;
    } */
    #box_tellmewhy .stat p {
        font-size: 18px;
    }
    #mx-mamezi-inspirations #about .boxhead p,
    #box_newsletter .boxhead span {
        font-size: 28px;
    }
    #box_newsletter {
        padding: 47px 4% 3%;
    }
    #box_mx-producers .container .boxhead .title p {
        font-size: 26px;
    }
    #box_mx-producers .container .boxhead .categories .category.active p,
    #box_mx-producers .container .boxhead .categories .category p {
        font-size: 24px;
    }
    #box_mx-producers .container .innerbox .box.active {
        grid-template-columns: repeat(6, 1fr);
    }
    .footer .innerfooter .mx-leftcol {
        width: 25%;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-left {
        flex-basis: 30%;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-right {
        flex-basis: 67%;
        margin-left: 3%;
    }
    /* BASKET */
    .basket-steps ol li {
        padding: 0 5% 0 3%;
    }
    .basket-steps ol li:not(:first-child) {
        padding: 0 5%;
    }
    #cart-options .summary-container .promocode .desc label {
        font-size: 15px;
    }
    #box_basketlist
        #cart-options
        .summary-container
        .promo-container
        .promocode
        .shaded_inputwrap
        .btn {
        padding: 0;
        text-align: center;
    }
    #inpost_paczkomaty_logo {
        width: 128px;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .sparator {
        width: calc(94% - 130px);
        font-size: 16px;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_machines {
        width: calc(100% - 128px);
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_machines .near {
        display: flex;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_machines .near label {
        font-size: 15px;
    }
    /* INFO PAGE */
    .info-page-returns {
        grid-template-columns: repeat(5, 184px);
    }
}
@media (max-width: 1366px) {
    /* MEGA MENU */
    .mx_megamenu_prawy_produkt_div .mx-mod_product .mx-mod_product__inner {
        padding: 15px;
    }
    .mx_menuboks_FS_CONTAINER_DIV .mx_megamenu_menu_col:nth-child(1) {
        padding: 15px 0 15px 8% !important;
    }
    .mx-mod_currentCategory {
        margin-bottom: 10px;
    }
    .mx_megamenu_prawy_produkt_div .mx-mod_product .product-name {
        margin-top: 15px;
    }
    .mx_megamenu_label_div a {
        padding: 2px 30px 0 0 !important;
    }
    /* EMD OF MEGA MENU */

    .basket-steps ol li span,
    .basket-steps ol li.mark-green span,
    .basket-steps ol li.active-step span,
    .basket-steps ol li.active-step::before,
    .basket-steps ol li::before {
        font-size: 22px;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name {
        grid-gap: 0 10px;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name .evaluation .votestars,
    .shop_basket_step3
        #box_basketsummary
        .innerbox
        .productlist
        tbody
        .name
        .evaluation
        .votestars {
        width: 50%;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .time,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .time,
    .shop_basket #box_basketlist .innerbox .productlist thead .price,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .price {
        width: 12.5%;
    }
    #cart-options .summary-container .recount,
    #cart-options .summary-container .recount .sum {
        font-size: 16px;
    }
    #cart-options .summary-container .recount .sum {
        margin-left: 4%;
    }
    /* FOOTER ICONS */
    .footer .userfooter > .row .footer-item:first-child .images-wrap img:nth-child(3) {
        margin-left: 4%;
    }
    .footer .userfooter > .row .footer-item:nth-child(3) .images-wrap img:nth-child(2) {
        margin-left: 2%;
    }
    .footer .userfooter > .row .footer-item:nth-child(3) .images-wrap img:nth-child(3) {
        margin-left: 2.5%;
    }
    /* FILTERS */
    #box_filter .innerbox .multiselect > span,
    #box_filter .innerbox .multiselect ul li {
        font-size: 14px;
    }
}
@media (max-width: 1280px) {
    /* MEGAMENU */
    .mx_megamenu_container_flex {
        min-height: 490px;
    }
    .mx_megamenu_prawy_produkt_div .mx_megamenu_prawy_produkt_div .mx-mod_product .product-name {
        font-size: 14px;
    }
    .mx_megamenu_prawy_produkt_div .mx-mod_product .product-image {
        text-align: center;
    }
    .mx_megamenu_prawy_produkt_div .mx-mod_product .product-image img {
        max-height: 200px;
        width: auto;
    }
    .mx_megamenu_prawy_produkt_div {
        padding: 15px 15px 15px 0 !important;
    }
    .mx_megamenu_menu_col:not(:nth-child(1)) {
        padding: 15px !important;
        margin-top: 15px;
    }
    .mx_megamenu_menu_col:nth-child(2) .mx_megamenu_lvl1_children {
        padding: 0 10px;
    }
    .mx-mod_currentCategory a {
        font-size: 16px;
    }
    /*END OF MEGAMENU */

    header .login-bar::before {
        top: 35px;
        right: 9%;
    }
    #box_tellmewhy .stat strong {
        font-size: 40px;
    }
    #mx-mamezi-inspirations #about {
        padding: 30px 2.5%;
    }
    #mx-mamezi-inspirations #about .boxhead {
        margin-bottom: 25px;
    }
    #box_tellmewhy .stat p {
        font-size: 16px;
    }
    #box_mx-producers .container .boxhead .title p {
        font-size: 24px;
    }
    #box_mx-producers .container .boxhead .categories .category.active p,
    #box_mx-producers .container .boxhead .categories .category p {
        font-size: 22px;
        line-height: 30px;
    }
    .mx-boxhead > .title-text {
        font-size: 18px;
    }
    #box_newsletter .innerbox form fieldset:nth-child(2) {
        width: 73%;
    }
    footer .innerfooter ul.overall {
        margin-left: 2%;
    }
    footer .innerfooter ul.overall > li:nth-child(2),
    footer .innerfooter ul.overall > li:nth-child(3) {
        margin-left: 5%;
    }
    .footer .innerfooter .mx-rightcol .wrap p {
        font-size: 28px;
    }
    .footer .innerfooter .mx-rightcol .wrap p.text {
        font-size: 11px;
    }
    #mx-blog-wrap {
        margin: 90px -50vw 150px -44.4vw;
        padding: 90px 16.5% 110px 2.2%;
    }
    .shop_product .breadcrumbs .innerbreadcrumbs .path li span,
    .shop_product .breadcrumbs .innerbreadcrumbs .breadcrumb-home span {
        font-size: 14px;
    }
    #box_panel .innerbox ul.address li .title,
    #box_panel .innerbox .loyalty .title {
        width: 80%;
    }
    #box_panel .innerbox .editaddresses.btn {
        width: 35%;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .quantity .k_qty {
        width: 30px !important ;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .quantity .shaded_inputwrap {
        padding-left: 10px;
    }
    #cart-options .delivery-container .odbiorOsobisty label,
    #cart-options .delivery-container .odbiorOsobisty .value {
        font-size: 16px;
    }
    #cart-options .buttons .back .btn i {
        left: 5%;
    }
    .basket-steps ol li span,
    .basket-steps ol li.mark-green span,
    .basket-steps ol li.active-step span,
    .basket-steps ol li.active-step::before,
    .basket-steps ol li::before {
        font-size: 20px;
    }
    #cart-options .summary-container > .sum:last-child .desc {
        font-size: 18px;
    }
    #cart-options .summary-container > .sum:last-child .value {
        font-size: 22px;
    }
    #box_productfull .mx-shortdesc .smallgallery ul {
        grid-template-columns: repeat(2, 1fr);
    }
    #box_filter .innerbox .multiselect > span,
    #box_filter .innerbox .multiselect ul li {
        font-size: 12px;
    }
    /* BASKET POPUP */
    .modal .modal-body {
        width: 100%;
    }
    .modal .modal-footer {
        margin-top: 25px;
        width: 100%;
    }
    .ajax-basket-container .ajax-product-block .ajax-product-block-info {
        padding-bottom: 0;
        overflow: hidden;
    }
    .modal .ajax-product-block a.btn.left,
    .modal .ajax-product-block a.btn.right {
        margin: 0;
    }
    /* PRODUCTS WRAP */
    .products-wrap:not(.slider) .innerbox,
    .products-wrap .products.viewphot {
        grid-template-columns: repeat(3, 1fr);
    }
    .products-wrap:not(.slider) .product:nth-child(4),
    .products-wrap .products.viewphot .product:nth-child(4) {
        display: none;
    }
    .products-wrap .product .prodimage span.img-wrap {
        height: 300px;
        min-height: unset;
    }
    .shop_product_list .products-wrap .prodimage span.img-wrap {
        max-height: 220px;
    }
    /* INFO PAGE */
    .info-page-returns {
        grid-template-columns: repeat(5, 174px);
    }
}
@media (max-width: 1200px) {
    header .login-bar::before {
        top: 29px;
        right: 40px;
        width: 30px;
        height: 30px;
    }
    .product .tags li {
        width: 80px;
        height: 80px;
        line-height: 70px;
        font-size: 20px;

        &.new {
            font-size: 16px;
        }
    }
    .container,
    .rwd .container {
        width: 100%;
    }
    .contact-top {
        padding: 0 30px;
    }
    header .logo-bar {
        padding: 23px 30px 0;
    }
    header .logo-bar .link-logo {
        margin: 0;
        width: 20%;
    }
    header .logo-bar .search__container {
        width: 50%;
    }
    header .menu .innermenu {
        padding: 0;
        justify-content: flex-start;
    }
    header .menu .innermenu > .menu-list {
        justify-content: flex-start;
    }
    header .menu .innermenu .menu-list > li:not(:last-child) {
        margin-right: 2%;
    }
    .menu .innermenu .menu-list li h3 a {
        font-size: 18px;
    }
    header .logo-bar .basket-wrap {
        margin: 23px 1% 0 auto;
    }
    header .user-wrap {
        margin-top: 23px;
    }
    .main .box-slider .pageslider .ps-arrow-left,
    .main .box-slider .pageslider .ps-arrow-right {
        width: 35px;
        height: 35px;
        line-height: 38px;
    }
    .main .box-slider .pageslider .ps-arrow-left {
        right: 82px;
    }
    .main .box-slider .pageslider .ps-arrow-left::before,
    .main .box-slider .pageslider .ps-arrow-right::before {
        font-size: 16px;
    }
    #box_top_offers .top-offers .title {
        font-size: 20px;
        padding-top: 5%;
    }
    #box_top_offers .top-offers .title + p {
        margin-top: 10px;
        font-size: 16px;
    }
    .main > .container {
        padding: 0 30px;
    }
    .main .container .centercol {
        width: calc(100% - 132px);
    }
    body:not(.shop_index) .main .container .centercol {
        width: calc(100% - 132px);
        margin: 18px 0 0;
    }
    .container.mx-flash-messeges {
        padding: 20px 30px 0;
    }
    .container.mx-flash-messeges .alert {
        margin: 0;
        max-width: calc(100% - 132px);
    }
    .main .container .rightcol,
    body.shop_product_list .main .container .rightcol {
        width: 132px;
    }
    #right_col_icons {
        top: 171px;
        width: 115px;
        height: auto;
    }
    #right_col_icons .wrap .icon-wrap p {
        font-size: 11px;
    }
    #right_col_icons .text-last {
        height: 60px;
    }
    #right_col_icons.box .text-last p {
        margin-top: 0;
        font-size: 16px;
    }
    .breadcrumbs .innerbreadcrumbs {
        margin: 0;
        /* padding: 0 30px; */
        width: calc(100% - 132px);
    }
    .breadcrumbs .innerbreadcrumbs .path li span.raq {
        font-size: 9px;
        margin: 0 5px;
    }
    .shop_product .breadcrumbs .innerbreadcrumbs .path li span,
    .shop_product .breadcrumbs .innerbreadcrumbs .breadcrumb-home span {
        font-size: 12px;
    }
    /* MARGIN FOR BOXES */
    #featured-categories {
        margin: 90px 0 110px;
    }
    .shop_index #box_specialoffer,
    #mx-mamezi-inspirations {
        margin-bottom: 100px;
    }
    #box_mx-producers,
    #box_branches {
        margin-top: 130px;
    }
    /* END OF MARGIN */
    #box_promotion .promotion-item .text-wrap {
        padding: 10px;
    }
    #box_promotion .promotion-item .text-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #box_promotion .promotion-item .text-wrap .text {
        font-size: 15px;
    }
    .mx-boxhead > .title-text {
        width: 75%;
    }
    .mx-boxhead > .title-button {
        width: 100%;
        margin-top: 35px;
        position: relative;
    }
    .mx-boxhead > .title-button a {
        width: 25%;
        margin: 0 auto;
    }
    .products-wrap .product .prodimage span.img-wrap {
        max-height: 250px;
    }
    #mx-mamezi-inspirations {
        flex-wrap: wrap;
    }
    #mx-mamezi-inspirations #inspiration,
    #mx-mamezi-inspirations #about {
        flex-basis: 100%;
        padding: 30px 0;
    }
    #box_newsletter {
        padding: 25px 3% 25px;
    }
    #mx-mamezi-inspirations #about .boxhead p,
    #box_newsletter .boxhead span {
        padding: 0;
        font-size: 26px;
        line-height: 1.4;
    }
    #mx-mamezi-inspirations #about .description {
        margin: 0 0 35px 0;
    }
    #mx-mamezi-inspirations #about .about-designer {
        padding-left: 0;
    }
    #mx-mamezi-inspirations #about .mod-button a {
        margin: 43px 0 0;
    }
    #mx-blog-wrap {
        margin-left: -44.5vw;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox {
        padding: 50px 5% 0;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox {
        font-size: 16px;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small .mx-article-content .article_name,
    #box_articlelist .innerbox .article-content .article-name {
        font-size: 16px;
    }
    #mx-blog-wrap
        #box_articlelistsmall
        .innerbox
        .article-small
        .mx-article-content
        .row
        .readmore {
        font-size: 14px;
    }
    #box_articlelist .innerbox .mx-articles-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .shop_news_list .floatcenterwrap {
        width: 100%;
    }
    #box_newsletter .innerbox .boxintro {
        padding: 0;
        font-size: 18px;
    }
    #box_tellmewhy .stat strong {
        font-size: 32px;
    }
    #box_tellmewhy .stat p {
        font-size: 13px;
    }
    #box_tellmewhy .stats .stat.wide {
        padding-top: 18px;
    }
    #box_tellmewhy .stat.wide + .stat.wide {
        padding-top: 15px;
    }
    #box_mx-producers .container .boxhead .title p {
        font-size: 20px;
    }
    #box_mx-producers .container .boxhead .categories .category.active p,
    #box_mx-producers .container .boxhead .categories .category p {
        font-size: 16px;
    }
    #box_mx-producers .container .innerbox .box.active {
        grid-template-columns: repeat(4, 1fr);
    }
    .footer {
        padding-top: 50px;
    }
    .footer .innerfooter {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer .innerfooter,
    .footer .userfooter,
    .footer .mx-legal-note .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .footer .innerfooter .mx-leftcol,
    .footer .innerfooter .mx-rightcol {
        margin: 0;
        width: 50%;
        order: 1;
    }
    footer .innerfooter ul.overall {
        width: 100%;
        margin-bottom: 50px;
    }
    .footer .innerfooter .mx-rightcol .wrap {
        max-width: 220px;
    }
    .footer .innerfooter ul.overall > li:nth-child(2),
    .footer .innerfooter ul.overall > li:nth-child(3) {
        margin-left: 10%;
    }
    /* icon */
    .footer .userfooter > .row {
        flex-wrap: wrap;
    }
    .footer .userfooter > .row .footer-item,
    .footer .userfooter > .row .footer-item:nth-child(2) {
        flex-basis: 49%;
    }
    .footer .userfooter > .row .footer-item:nth-child(3) {
        margin-top: 30px;
        border: none;
        padding-left: 0;
    }
    .footer .userfooter > .row .footer-item:nth-child(1) {
        margin-left: 0;
    }
    /* PRODUCT LIST */
    body.shop_product_list .main .container .centercol {
        margin-top: 50px;
    }
    .shop_product_list .main .container,
    .shop_product_list .breadcrumbs {
        padding: 0 30px;
    }
    .shop_product_list .breadcrumbs .innerbreadcrumbs {
        padding: 0 132px 0 0;
    }
    body.shop_product_list .main .container .centercol {
        max-width: calc(100% - 132px - 220px);
    }
    .breadcrumbs {
        margin-top: 25px;
    }
    .mx-list-title,
    .shop_product_list .categorydesc {
        width: 100%;
    }
    .shop_product_list .bottom-footer .container {
        margin-left: 30px;
        margin-right: 147px;
        max-width: calc(100% - 60px - 132px);
    }
    .mx-list-title,
    .shop_product_list .categorydesc {
        max-width: unset;
    }
    .mx-list-title h1 {
        font-size: 28px;
    }
    #box_filter .boxhead .clear-filter-btn {
        width: 27%;
    }
    #box_filter #filter_price ul .priceinput .bottombuttons {
        width: 27%;
    }
    .shop_product_list #box_mainproducts .products.viewphot {
        grid-template-columns: repeat(2, 1fr);
    }
    .shop_product_list #box_mainproducts .products.viewphot .product {
        margin-bottom: 25px;
        padding: 15px;
    }
    .floatcenterwrap .paginator li.first {
        width: 25%;
        margin-right: 5%;
    }
    .floatcenterwrap .paginator li.first span i {
        left: 4%;
    }
    .floatcenterwrap .paginator li.last {
        width: 30%;
    }
    .floatcenterwrap .paginator li.last a {
        font-size: 14px;
    }
    .floatcenterwrap .paginator li.last span i {
        right: 4%;
    }
    #box_filter .innerbox .multiselect .mx-filter-name,
    #box_filter .innerbox .multiselect > span {
        font-size: 12px;
    }
    /* PRODUCT CARD */
    #box_productfull .productimg .tags li {
        width: 80px;
        height: 80px;
        line-height: 70px;
        font-size: 22px;

        &.new {
            font-size: 16px;
        }
    }
    #box_productfull .boxhead .name {
        font-size: 26px;
    }
    #box_productfull .boxhead .name,
    #box_productfull .boxhead .vote-wrap {
        flex-basis: 48%;
    }
    #box_productfull .boxhead .vote-wrap {
        flex-grow: 0;
        max-width: unset;
    }
    #box_productfull .boxhead .vote-wrap .rate {
        margin-top: 20px;
    }
    #box_productfull .boxhead .vote-wrap .comment {
        margin-left: 0;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .productimg,
    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info {
        width: 48%;
    }
    #box_productfull .mx-shortdesc-notAdd .smallgallery ul {
        grid-template-columns: repeat(3, 1fr);
    }
    #box_productfull .mx-shortdesc .smallgallery ul {
        grid-template-columns: repeat(5, 1fr);
    }

    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info .info-right {
        padding: 15px;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .quantity_wrap {
        width: 35%;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .button_wrap {
        width: 65%;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .addtobasket.btn {
        padding-left: 10%;
        font-size: 15px;
    }
    #box_productrelated .innerbox {
        grid-template-columns: repeat(3, 1fr);
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc {
        flex-wrap: wrap;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .productimg {
        width: 100%;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info {
        margin-top: 40px;
        width: 100%;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-left {
        flex-basis: 45%;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-right {
        flex-basis: 57%;
        margin-left: 3%;
    }
    /* SING IN PAGE */
    body:not(.shop_index) #newsletter-wrap {
        margin: 0;
    }
    body.shop_product_list #newsletter-wrap {
        margin-top: 150px;
    }
    #box_login .register-inner {
        border-top: none;
    }
    #box_register form > fieldset {
        max-width: unset;
        margin: 0;
    }
    /* USER PANEL */
    #box_useredit .innerbox form input,
    #box_passchange .innerbox form input,
    #box_useredit .innerbox form .btn,
    #box_passchange .innerbox form .btn {
        width: 50%;
    }
    /* BASKET */
    .basket-steps {
        margin-top: 75px;
    }
    .centercol .basket-steps ol li {
        padding: 0 3%;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead td,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead td {
        font-size: 16px;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .name {
        padding-left: 2%;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name {
        grid-template-columns: 90px 1fr;
        padding: 15px 0 20px 2%;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name .product-name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .product-name {
        font-size: 15px;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name .evaluation .votestars,
    .shop_basket_step3
        #box_basketsummary
        .innerbox
        .productlist
        tbody
        .name
        .evaluation
        .votestars {
        width: 55%;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .time,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .time {
        padding-left: 0.5%;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .time,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .time,
    .shop_basket #box_basketlist .innerbox .productlist tbody td,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody td {
        font-size: 16px;
    }
    #cart-options .delivery-container h5,
    #cart-options .payment-container h5,
    #cart-options .summary-container h5,
    #cart-options .summary-container::before {
        width: 70%;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .sum,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .sum,
    .shop_basket #box_basketlist .innerbox .productlist tbody .sum,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .sum {
        padding-left: 2%;
    }
    #cart-options .summary-container .recount {
        left: unset;
        right: 0;
        width: 125%;
    }
    #cart-options .summary-container .promocode .desc label {
        font-size: 12px;
    }
    #cart-options .summary-container .deliveryhead {
        font-size: 16px;
    }
    #cart-options .summary-container > .sum:last-child .desc {
        font-size: 16px;
    }
    #cart-options .summary-container > .sum:last-child .value {
        font-size: 16px;
    }
    #cart-options .delivery-container .odbiorOsobisty label,
    #cart-options .delivery-container .odbiorOsobisty .value {
        font-size: 14px;
    }
    #box_basketlist #cart-options .buttons .back .btn,
    #box_basketlist #cart-options .buttons .forward .btn {
        font-size: 16px;
    }
    #cart-options .summary-container .recount .button {
        left: -50%;
    }
    /* STEP 2 */
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.register {
        border-top: none;
    }
    #box_basketstep2 .basket-step-border {
        padding-top: 40px;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type {
        width: 75%;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type .input {
        padding-left: 8%;
    }
    #box_basketaddress .innerbox .basket-step-border .f-grid-6 + .f-grid-6 .mx-wrap {
        padding: 50px 11.8% 50px 11.6%;
    }
    #box_basketaddress
        .innerbox
        .basket-step-border
        table
        .address_type
        .input
        .radio-wrap:nth-of-type(2) {
        margin-left: 5%;
    }
    #box_basketaddress .innerbox .bottombuttons .btn,
    #box_basketsummary .innerbox .bottombuttons .btn {
        font-size: 16px;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty {
        padding-left: 0;
    }
    #box_basketaddress .innerbox .basket-step-border .f-grid-6:nth-child(1),
    #box_basketaddress .innerbox .basket-step-border .f-grid-6.client-add-info {
        width: 70%;
        float: unset;
        margin: 0 auto;
    }
    #box_basketaddress .innerbox .basket-step-border .f-grid-6.client-add-info {
        margin-top: 70px;
    }
    /* STEP 3 */
    #box_basketsummary .innerbox .overflow .information ul li span + span,
    #box_basketsummary .innerbox .overflow .delivery .delivery-details,
    #box_basketsummary .innerbox .overflow .invoice .address-details {
        width: 40%;
    }
    #box_basketsummary .innerbox p.sum,
    #box_basketsummary .innerbox .bottombuttons .btn {
        width: 45%;
    }
    #box_basketfinal .innerbox {
        margin: 98px 0 0;
    }
    /* CUSTOMER PANEL ORDER */
    #box_order .innerbox .table .name {
        width: 60%;
    }
    #box_order .innerbox .table .price {
        width: 15%;
    }
    #box_order .innerbox .table .quantity {
        width: 10%;
    }
    #box_article_categories .innerbox > ul {
        grid-template-columns: repeat(5, minmax(0, max-content));
    }
    #box_article_categories .innerbox > ul li:nth-child(7n) {
        padding-left: 30px;
        border-left: 1px solid var(--font-color);
    }
    #box_article_categories .innerbox > ul li:nth-child(6n) {
        padding-left: 0;
        border-left: none;
    }
    #box_article_categories .innerbox > ul li a {
        font-size: 17px;
    }
    .box_infopage .dystrybucja-logo {
        max-width: 19%;
    }
    /* INFO PAES */
    .info-page-salons {
        grid-template-columns: 1fr 1fr;
    }
    .mx-style-infopage .info-page-salons__title {
        grid-column: 1 / span 2;
        font-size: 18px;
    }
    /* INFO PAGE */
    .info-page-returns {
        grid-template-columns: repeat(5, 130px);
    }
    .info-page-returns__item--description .mx-returns-title,
    .info-page-returns__item--description .mx-returns-content {
        font-size: 13px;
        line-height: 22px;
    }
}
@media (max-width: 979px) {
    .box_infopage .dystrybucja-logo {
        max-width: 24%;
    }
    /* MEGAMENU */
    .rwd .menu .innermenu .mx-mod_currentCategory > a {
        padding: 0;
        font-size: 14px;
    }
    .mx_megamenu_container_flex {
        grid-template-columns: 1fr !important;
    }
    .mx_megamenu_prawy_produkt_div {
        display: none;
    }
    .mx_menuboks_FS_CONTAINER_DIV .mx_menuboks_FS_BG_DIV .mx_menuboks_WINDOW_DIV {
        box-shadow: none;
        margin-left: 0 !important;
    }
    .mx_megamenu_container_flex .mx_megamenu_menu_div {
        border: 1px solid var(--main-color) !important;
        border-radius: 0;
    }
    /* END OF MEGAMENU */
    header .logo-bar .basket-wrap .basket-contain {
        width: 720px !important;
    }
    .shop_product_list .breadcrumbs .innerbreadcrumbs {
        padding: 0;
    }
    .rwd .logo-bar .search__container {
        margin-top: 11px;
        min-width: unset;
    }
    .rwd form.search-form {
        top: 0;
    }
    .rwd .menu .innermenu {
        border: none;
        height: auto;
    }
    .rwd .menu .innermenu li h3 {
        font-size: 18px;
        line-height: 1.2;
    }
    .main .container .centercol,
    body:not(.shop_index) .main .container .centercol {
        width: calc(100% - 114px);
    }
    .container.mx-flash-messeges .alert {
        max-width: unset;
        width: calc(100% - 114px);
    }
    .main .container .rightcol {
        width: 114px;
    }
    #right_col_icons {
        top: 171px;
        width: 100px;
    }
    #right_col_icons .wrap .icon-wrap:not(:last-child) {
        margin-bottom: 15px;
    }
    #right_col_icons .wrap .icon-wrap p {
        font-size: 10px;
    }
    #right_col_icons.box .text-last p {
        font-size: 14px;
    }
    #box_top_offers .top-offers .title {
        font-size: 14px;
        line-height: 24px;
    }
    #featured-categories .category-wrap .btn-wrap a {
        font-size: 14px;
    }
    #box_top_offers .top-offers .title + p {
        font-size: 12px;
    }
    #box_promotion {
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    #box_promotion .promotion-item {
        flex-basis: 61%;
        margin-bottom: 20px;
    }
    #box_promotion .promotion-item .text-wrap .text {
        font-size: 18px;
    }
    #box_promotion .promotion-item:last-child {
        margin-top: 0;
    }
    .mx-boxhead > .title {
        font-size: 28px;
    }
    .mx-boxhead > .title-text {
        width: 90%;
        font-size: 16px;
    }
    .rwd .products-wrap:not(.slider) .product,
    .rwd .products-wrap .products.viewphot .product {
        margin-bottom: 20px;
        width: 100%;
        padding: 10px;
    }
    #featured-categories .category-wrap .slick-arrow.prev {
        left: -8%;
    }
    #featured-categories .category-wrap .slick-arrow.next {
        right: -7%;
    }
    .products-wrap .product .prodimage span.img-wrap {
        max-height: 180px;
    }
    .products-wrap .evaluation {
        margin-top: 10px;
    }
    .products-wrap .product .prodimage {
        /* height: 220px; */
    }
    .products-wrap .product .prodimage .img-wrap {
        height: 100%;
        text-align: center;
    }
    .products-wrap .product .prodimage .img-wrap img {
        /* height: 100%; */
    }
    .products-wrap .product .productname,
    .products-wrap .products.viewphot .product .productname {
        font-size: 16px;
    }
    .products-wrap .product .prodname {
        margin-bottom: 10px;
        height: 67px;
    }
    .products-wrap .product .mx-category-name a {
        font-size: 14px;
    }
    .shop_index #box_specialoffer,
    #mx-mamezi-inspirations {
        margin-bottom: 50px;
    }
    #mx-blog-wrap {
        margin: 70px -50vw 70px -42.5vw;
        padding: 60px 18.5% 80px 2.2%;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small .mx-article-content .article_name,
    #box_articlelist .innerbox .article-content .article-name {
        font-size: 14px;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small .mx-article-content .resetcss,
    #box_articlelist .innerbox .article-content .mx-article-short {
        font-size: 13px;
    }
    #mx-blog-wrap
        #box_articlelistsmall
        .innerbox
        .article-small
        .mx-article-content
        .row
        .readmore {
        font-size: 12px;
    }
    #newsletter-wrap {
        flex-wrap: wrap;
    }
    #box_newsletter,
    #box_tellmewhy {
        margin: 20px 0 0;
        width: 100%;
    }
    #box_tellmewhy .stat p {
        font-size: 16px;
        width: 100%;
    }
    #box_mx-producers,
    #box_branches {
        margin-top: 50px;
    }
    #box_mx-producers .container .boxhead {
        margin-bottom: 30px;
        justify-content: center;
    }
    #box_mx-producers .container .boxhead .title {
        width: 100%;
    }
    #box_mx-producers .container .boxhead .title p {
        font-size: 24px;
        text-align: center;
    }
    #box_mx-producers .container .boxhead .categories {
        margin-top: 15px;
        padding: 0;
        justify-content: center;
    }
    #box_mx-producers .container .boxhead .categories .category:nth-child(1) {
        border: none;
    }
    #box_mx-producers .container .boxhead .categories .category.active p,
    #box_mx-producers .container .boxhead .categories .category p {
        font-size: 18px;
    }
    #box_branches .innerbox {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer {
        margin-top: 100px;
        padding: 50px 0 0;
    }
    .footer .userfooter > .row .footer-item:first-child .images-wrap img:nth-child(4) {
        margin-left: 5%;
    }
    .footer .userfooter > .row .footer-item:nth-child(3) .images-wrap img:nth-child(1) {
        margin: 0;
    }
    #turn-classic.rwd,
    #turn-classic {
        display: none !important;
    }
    .footer .mx-legal-note {
        margin-top: 50px;
    }
    /* PRODUCTS LIST */
    .shop_product_list .breadcrumbs {
        display: block !important;
    }
    body.shop_product_list .main .container .centercol {
        max-width: calc(100% - 225px);
        padding-left: 15px;
    }
    .shop_product_list .bottom-footer .container {
        max-width: 100%;
        margin: 0;
        padding: 0 30px;
    }
    #box_filter .innerbox .multiselect {
        flex-basis: 48% !important;
    }
    #box_filter .innerbox .multiselect:nth-child(3n + 1) {
        margin-left: 3%;
    }
    #box_filter .innerbox .multiselect:nth-child(2n + 1) {
        margin-left: 0;
    }
    #box_filter .innerbox .multiselect > span,
    #box_filter .innerbox .multiselect ul li {
        font-size: 14px;
    }
    body.shop_product_list #newsletter-wrap {
        margin-top: 100px;
    }
    .floatcenterwrap .paginator li.first,
    .floatcenterwrap .paginator li.last {
        font-size: 13px;
    }
    .floatcenterwrap .paginator li.first span i,
    .floatcenterwrap .paginator li.last span i {
        font-size: 16px;
    }
    /* PRODUCT CARD */
    #box_productfull .boxhead,
    #box_productfull .maininfo > .f-row {
        flex-wrap: wrap;
    }
    #box_productfull .boxhead .name,
    #box_productfull .boxhead .vote-wrap {
        flex-basis: 100%;
    }
    #box_productfull .boxhead .vote-wrap .comment {
        margin-left: auto;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .productimg,
    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info {
        width: 100%;
    }
    #box_productfull .mx-shortdesc-notAdd .smallgallery ul,
    #box_productfull .mx-shortdesc .smallgallery ul {
        grid-template-columns: repeat(5, 1fr);
    }
    #box_productfull .maininfo > .f-row .info .info-right {
        max-width: unset;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .productimg {
        margin-bottom: 40px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery > span,
    #box_productfull .maininfo > .f-row .info .info-right .availability span {
        padding: 0;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .availability,
    #box_productfull .maininfo > .f-row .info .info-right .availability .shipping-costs {
        display: flex;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info .info-right {
        padding: 35px;
    }
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .quantity_wrap {
        width: 25%;
    }
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .button_wrap {
        margin-left: 25%;
        width: 50%;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .addtobasket.btn {
        padding-left: 16%;
    }
    #box_productrelated .innerbox .product .prodimage {
        height: 183px;
    }
    #box_description,
    #box_productdeliveries,
    #box_productdata {
        grid-column-start: span 2;
        padding: 0;
    }
    #box_productcomments .innerbox {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    /* PRODUCT CARD SHORT DESC */
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-left {
        flex-basis: 30%;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-right {
        flex-basis: 67%;
        margin-left: 3%;
    }
    #box_productfull
        .mx-shortdesc
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .quantity_wrap {
        width: 35%;
    }
    #box_productfull
        .mx-shortdesc
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .button_wrap {
        width: 65%;
        margin-left: 0;
    }

    /* SING IN PAGE */
    #box_login,
    #box_register {
        margin-bottom: 100px;
    }
    #box_login .login-inner {
        border: none;
    }
    #box_login .f-row .f-grid-6 {
        width: 100%;
        padding: 0;
    }
    #box_login .register-inner .register-form .btn.register {
        min-width: unset;
        width: 73.2%;
    }
    #box_register form > fieldset .adress-wrap > div:first-child {
        width: 75%;
    }
    #box_register form > fieldset .innerbox div.clear {
        width: 85%;
    }
    /* USER PANEL */
    #box_panel .innerbox .btn {
        width: 22%;
    }
    #box_panel .innerbox ul.address li p {
        font-size: 15px;
    }
    #box_panel .innerbox .editaddresses.btn {
        width: 48.2%;
    }
    #box_panel .innerbox ul.address li .title,
    #box_panel .innerbox .loyalty .title {
        font-size: 17px;
    }
    #box_panel {
        margin-bottom: 100px;
    }
    /* BASKET */
    .centercol .basket-steps ol li {
        padding: 0 2%;
    }
    .basket-steps ol li span,
    .basket-steps ol li.mark-green span,
    .basket-steps ol li.active-step span,
    .basket-steps ol li.active-step::before,
    .basket-steps ol li::before {
        font-size: 17px;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .time,
    .shop_basket #box_basketlist .innerbox .productlist tbody .time,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .time,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .time {
        display: none !important;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name {
        grid-template-columns: 75px 1fr;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name .product-name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .product-name {
        font-size: 13px;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name .evaluation,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .evaluation {
        flex-wrap: wrap;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name .evaluation .votestars,
    .shop_basket_step3
        #box_basketsummary
        .innerbox
        .productlist
        tbody
        .name
        .evaluation
        .votestars {
        width: 75%;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .price,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .price {
        width: 16.5%;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody td,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody td {
        font-size: 14px;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .actions {
        padding-left: 6%;
    }
    #cart-options {
        margin-top: 100px;
    }
    #cart-options .delivery-container,
    #cart-options .payment-container,
    #cart-options .summary-container {
        margin-bottom: 40px;
    }
    #cart-options .summary-container .recount {
        margin-bottom: 15px;
        position: unset;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #cart-options .summary-container .recount .button {
        margin-bottom: 20px;
        width: 100%;
        position: unset;
        text-align: center;
    }
    #cart-options .summary-container .recount > .sum {
        margin: 0 !important;
    }
    #cart-options .summary-container .recount,
    #cart-options .summary-container .recount .sum,
    #cart-options .summary-container .deliveryhead {
        font-size: 18px;
    }
    #cart-options .summary-container .promocode .desc label {
        font-size: 18px;
    }
    #cart-options .summary-container .deliveryhead {
        margin-top: 60px;
    }
    #cart-options .summary-container > .sum:last-child .desc,
    #cart-options .summary-container > .sum:last-child .value {
        font-size: 20px;
    }
    #cart-options .buttons {
        margin-top: 20px;
    }
    #cart-options .buttons .back,
    #cart-options .buttons .forward {
        width: 48%;
    }
    .shop_basket #box_basketlist {
        margin-bottom: 150px;
    }
    /* STEP 2 */
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register {
        flex-basis: 50%;
    }
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.register {
        flex-basis: 50%;
    }

    #box_basketaddress .innerbox .basket-step-border table .address_type {
        width: 85%;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type .input {
        display: flex;
        flex-wrap: wrap;
        padding-left: 9%;
    }
    #box_basketaddress .innerbox .basket-step-border .f-grid-6:nth-child(1),
    #box_basketaddress .innerbox .basket-step-border .f-grid-6.client-add-info {
        width: 90%;
    }
    #box_basketaddress .innerbox .bottombuttons .btn,
    #box_basketsummary .innerbox .bottombuttons .btn {
        width: 48%;
    }
    #box_basketaddress .innerbox .basket-step-border .f-grid-6 + .f-grid-6 h4.different.separator {
        width: 85%;
    }
    /* STEP 3 */
    .rwd .s-grid-9 #box_basketsummary div.address {
        border-bottom: none;
    }
    #box_basketsummary .innerbox p.sum {
        width: 60%;
    }

    /* NEWSLETTER POPUP */
    .mx-newsletter-popup {
        width: 80%;
        margin: 0;
    }
    .mx-newsletter-popup .close-btn {
        top: 5px;
        right: 8px;
    }
    .mx-newsletter-popup .background {
        flex-basis: 40%;
    }
    .mx-newsletter-popup .content {
        padding: 30px 25px;
        width: 60%;
    }
    .mx-newsletter-popup .content .newsletter-popup-title {
        font-size: 18px;
    }
    .mx-newsletter-popup .content .newsletter-popup-text {
        font-size: 13px;
    }
    .mx-newsletter-popup .content form {
        width: 100%;
        margin: 15px 0 0;
    }
    .modal.modal-visible {
        width: 80% !important;
        left: 10% !important;
    }
    /* CUSTOMER PANEL ORDER */
    #box_panel .innerbox .orders.table td,
    #box_order .innerbox .table td {
        font-size: 14px;
    }
    #box_order {
        margin: 75px 0 75px;
    }
    #box_order .innerbox .order-details {
        flex-wrap: wrap;
    }
    #box_order .innerbox .order-details .f-grid-4.details {
        width: 100%;
    }
    #box_order .innerbox .order-details .f-grid-4.details + .address,
    #box_order .innerbox .order-details .f-grid-4.address {
        width: 50%;
    }
    #box_order .innerbox .table .name {
        width: 50%;
        padding-left: 1%;
    }
    #box_order .innerbox .table + div > div span:nth-child(1) {
        flex-basis: 60%;
    }
    #box_order .innerbox .table + div > div span:nth-child(2) {
        flex-basis: 40%;
    }
    #box_article_categories .innerbox > ul {
        grid-template-columns: repeat(4, minmax(0, max-content));
    }
    #box_article_categories .innerbox > ul li:nth-child(6n) {
        padding-left: 30px;
        border-left: 1px solid var(--font-color);
    }
    #box_article_categories .innerbox > ul li:nth-child(5n) {
        padding-left: 0;
        border-left: none;
    }
    /* INFO PAGE */
    .salon-text-wrap {
        margin-left: 20px;
    }
    /* INFO PAGE */
    .info-page-item {
        grid-template-rows: 48px auto;
        grid-template-columns: max-content 60%;
    }
    .info-page-returns {
        grid-template-columns: repeat(1, 1fr);
    }
    .info-page-returns__item--description .mx-returns-title,
    .info-page-returns__item--description .mx-returns-content {
        font-size: 15px;
        line-height: 24px;
    }
    .info-page-returns__item:not(:nth-last-child(1))::before {
        display: none;
    }
    .info-page-returns__item:not(:nth-last-child(1)) .content-wrap {
        border: unset;
        border-bottom: 1px solid var(--font-color);
    }
    .info-page-returns__item > img {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .rwd .bottom-footer {
        margin: 0;
    }
    .shop_product_list .leftcol {
        display: none;
    }
    .contact-top {
        padding: 0 30px;
    }
    .skinpreview {
        z-index: 111;
    }
    .scroll_block {
        width: 100%;
    }
    .rwd.wrap header.row {
        padding: 0;
    }
    .rwd header .logo-bar {
        flex-wrap: wrap;
        margin: 0;
        padding: 10px 0 0;
    }
    .mx-searchAndMenu {
        width: 100%;
    }
    header .logo-bar .link-logo,
    header .logo-bar .basket-wrap,
    header .user-wrap,
    .rwd .logo-bar .search__container {
        display: none;
    }
    body.scroll_block .rwd .logo-bar .search__container {
        width: 100%;
        display: block;
        margin: 0;
    }
    body:not(.shop_index header) .logo-bar .link-logo {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    header .menu {
        width: 100%;
    }
    body.menuOpen header {
        position: static;
    }
    .rwd .menu .innermenu {
        height: 50px;
    }
    .rwdMenuOpen {
        width: 100%;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.6);
    }
    .menu #rwd-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        overflow-y: scroll;
        margin: 0;
        clear: both;
        background-color: #58595b;
    }
    .menu #rwd-menu li {
        display: block;
    }
    .menu #rwd-menu li::after {
        color: var(--main-color);
    }
    .menu #rwd-menu li a {
        width: 70%;
        font-weight: bold;
        color: white;
    }
    .rwd.wrap .main {
        margin: 0 30px;
    }
    .main > .container {
        padding: 0;
    }
    .main .container .centercol,
    body:not(.shop_index) .main .container .centercol {
        width: 100%;
    }
    .container.mx-flash-messeges .alert {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .container.mx-flash-messeges .alert .close {
        position: unset;
        order: 1;
        padding: 0 15px;
    }
    .rwd .rwd-hide-medium {
        display: block !important;
    }
    #box_slider_4,
    #box_top_offers {
        height: 26.5vw;
    }
    .rwd .products-wrap:not(.slider) .product,
    .rwd .products-wrap .products.viewphot .product {
        padding: 15px;
    }
    .rwd .main #box_mainproducts .products.viewphot .product .product-inner-wrap {
        padding: 15px;
    }
    .rwd .main #box_mainproducts .products .product .f-row {
        margin-top: 35px;
    }
    .rwd .main #box_mainproducts .products .product {
        padding: 0;
    }
    .products-wrap:not(.slider) .innerbox,
    .products-wrap .products.viewphot {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-wrap:not(.slider) .product:nth-child(4),
    .products-wrap .products.viewphot .product:nth-child(4) {
        display: block;
    }
    .products-wrap .product .prodimage span.img-wrap {
        max-height: 230px;
    }
    .products.viewphot .product .buttons {
        padding: 0;
    }
    #mx-blog-wrap {
        margin: 50px 0;
        padding: 50px 0;
        width: 100%;
        top: unset;
        left: unset;
        right: unset;
    }
    #box_article_categories .innerbox > ul {
        display: grid !important;
    }
    #box_branches .innerbox {
        padding: 50px 0 0;
    }
    #bottom-description {
        flex-wrap: wrap;
        margin-top: 120px;
    }
    #bottom-description .left-side,
    #bottom-description .right-side {
        flex-basis: 100%;
    }
    .footer .innerfooter,
    .footer .userfooter,
    .footer .mx-legal-note .container {
        max-width: unset;
        padding: 0 30px;
    }
    .rwd footer .innerfooter ul.overall {
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
    }
    .rwd footer .innerfooter ul li > ul {
        border: none;
    }
    .rwd footer .innerfooter ul li > ul li {
        display: block !important;
        border: none;
        background-color: transparent;
        text-align: left;
    }
    footer .innerfooter ul li.head {
        font-size: 14px;
    }
    footer .innerfooter ul.overall li a {
        font-size: 12px;
    }
    .rwd footer .innerfooter ul li > ul li.head::before {
        display: none;
    }
    .rwd footer .innerfooter ul li > ul li:nth-child(2) {
        padding: 0;
    }
    .footer .innerfooter ul.overall > li:nth-child(2),
    .footer .innerfooter ul.overall > li:nth-child(3) {
        margin: 0;
    }
    .footer .innerfooter .mx-rightcol {
        width: auto;
    }
    .footer .userfooter > .row .footer-item:nth-child(1),
    .footer .userfooter > .row .footer-item:nth-child(2),
    .footer .userfooter > .row .footer-item:nth-child(3) {
        margin: 0 0 30px;
        padding: 0;
        flex-basis: 100%;
        border: none;
    }
    .footer .userfooter > .row .footer-item .images-wrap {
        justify-content: flex-start;
    }
    .footer .userfooter > .row .footer-item .images-wrap img {
        /* margin: 0 2% 0 0!important; */
    }
    /* PRODUCTS LIST */
    .shop_product_list .breadcrumbs {
        display: none !important;
    }
    body.shop_product_list .main .container .centercol {
        padding: 0;
        max-width: unset;
    }
    .shop_product_list .main .container,
    .shop_product_list .bottom-footer .container {
        padding: 0;
    }
    .shop_product_list #box_mainproducts .boxhead {
        display: none;
    }
    #box_filter .innerbox .multiselect .mx-filter-name,
    #box_filter .innerbox .multiselect > span {
        font-size: 14px;
    }
    #box_filter .innerbox .multiselect:nth-last-child(2) {
        justify-content: space-between;
        height: auto;
    }
    #box_filter #filter_price ul .priceinput {
        /* justify-content: center; */
    }

    #box_register form > fieldset {
        padding-top: 50px;
    }
    /* PRODUCT CARD */
    #box_productfull .maininfo > .f-row .productimg .mainimg {
        height: auto;
    }
    #box_productrelated .innerbox {
        grid-template-columns: repeat(2, 1fr);
    }
    #box_productrelated .innerbox .product .prodimage {
        height: 220px;
        margin-bottom: 10px;
    }
    #box_productrelated .innerbox .product .prodimage .img-wrap {
        width: 100%;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .quantity_wrap {
        margin: 0;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .addtobasket.btn {
        padding: 0 0 0 16%;
    }
    #box_productdata .table tr td {
        flex-basis: 50%;
    }
    /* SHORT DESC */
    #box_productfull .maininfo > .f-row.mx-shortdesc .info {
        flex-wrap: wrap;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-left {
        flex-basis: 100%;
        margin-bottom: 60px;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-left .product-short-description {
        display: block !important;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc .info .info-right {
        flex-basis: 100%;
        margin: 0;
    }
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .quantity_wrap {
        width: 25%;
    }
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .button_wrap {
        margin-left: 25%;
        width: 50%;
    }
    #box_useredit .boxhead,
    #box_passchange .boxhead {
        margin-top: 100px;
    }
    #box_useredit,
    #box_passchange {
        margin-bottom: 100px;
    }
    /* BASKET */
    .rwd .basket-steps ol li span,
    .rwd .basket-steps ol li.mark-green span,
    .rwd .basket-steps ol li.active-step span,
    .rwd .basket-steps ol li.active-step::before,
    .rwd .basket-steps ol li::before {
        font-size: 18px;
    }
    .rwd #cart-options .buttons .back,
    .rwd #cart-options .buttons .forward {
        width: 48%;
    }
    .basket-steps ol {
        justify-content: space-between;
    }
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.register,
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.login {
        flex-basis: 100%;
        border: none;
    }
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register .btn,
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.register .btn {
        margin-top: 50px;
    }
    .centercol #box_basketstep2,
    #box_basketaddress,
    .shop_basket #box_specialoffer {
        margin-bottom: 75px;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .checkbox-wrap + label {
        width: 83%;
    }
    .modal-header::before {
        font-size: 30px;
    }
    .modal .modal-header h3 {
        font-size: 14px;
    }
    /* INFO PAGES */
    .info-page-header,
    .mx-style-infopage .info-page-item--subtitle,
    .distribution-title {
        margin: 40px 0;
    }
    .info-page-item {
        padding-bottom: 45px;
        grid-template-columns: 1fr;
        grid-template-areas: "image" "title" "description";
        grid-template-rows: auto;
        grid-gap: 20px 0;
    }
    .info-page-item.info-page-item--kurier {
        grid-template-areas: "image" "title" "description" "delivery-costs";
    }
    .info-page-item + .info-page-item,
    .mx-delivery-infopage .info-page-item:nth-last-child(1) {
        margin-top: 45px;
    }
    .info-page-item__delivery-costs {
        grid-gap: 10px 25px;
    }
    .info-page-item .delivery-costs-subitle {
        margin: 25px 0;
    }
    .mx-style-infopage .boxhead h1,
    .info-page-item--subtitle,
    .distribution-title {
        font-size: 24px;
        line-height: 34px;
    }
    .info-page-terms-wrap {
        grid-template-columns: 1fr;
        grid-gap: none;
    }
    .info-page-salons {
        grid-template-columns: 1fr;
        grid-gap: 30px 0;
    }
    .mx-style-infopage .info-page-salons__title {
        grid-column: 1 / span 1;
    }
    .info-page-salons__item {
        padding-bottom: 10px;
    }
}
@media (max-width: 690px) {
    .rwd .basket-steps ol li span,
    .rwd .basket-steps ol li.mark-green span,
    .rwd .basket-steps ol li.active-step span,
    .rwd .basket-steps ol li.active-step::before,
    .rwd .basket-steps ol li::before {
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    #box_promotion .promotion-item {
        flex-basis: 74%;
    }
    #box_mx-producers .container .innerbox .box.active {
        grid-template-columns: repeat(3, 1fr);
    }
    #box_panel .innerbox ul.address {
        flex-wrap: wrap;
    }
    #box_panel .innerbox ul.address li,
    #box_panel .innerbox .loyalty {
        width: 100%;
    }
    #box_panel .innerbox ul.address li:nth-child(1),
    #box_panel .innerbox .loyalty {
        margin-bottom: 50px;
    }
    #box_panel .innerbox ul.address li .title,
    #box_panel .innerbox .loyalty .title {
        width: 60%;
        font-size: 21px;
    }
    #box_panel .innerbox ul.address li p {
        font-size: 18px;
    }
    #box_productfull .mx-shortdesc-notAdd .smallgallery ul,
    #box_productfull .mx-shortdesc .smallgallery ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .shop_news .article-header .article-head-cat a {
        font-size: 24px;
    }
    .shop_news .article-header .article-name {
        margin: 25px 0;
        font-size: 20px;
    }
    .shop_news #box_article .blog-artykul {
        column-count: 1;
    }
    /* BASKET STEP 2 */
    #box_basketaddress .innerbox .basket-step-border .f-grid-6:nth-child(1) {
        width: 100%;
    }
    #box_basketaddress .innerbox .basket-step-border .f-grid-6.client-add-info {
        width: 100%;
        margin: 40px 0 0;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type {
        top: -17px;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type .input > div {
        width: 65%;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type .input > div:nth-child(2) {
        width: 32%;
    }
    #box_basketaddress .innerbox .bottombuttons .btn,
    #box_basketsummary .innerbox .bottombuttons .btn {
        font-size: 14px;
    }
    #box_basketaddress .innerbox .bottombuttons .btn i,
    #box_basketsummary .innerbox .bottombuttons .btn i {
        font-size: 22px;
        top: 11px;
    }
    #box_basketaddress .innerbox .basket-step-border {
        margin-bottom: 40px;
    }
    /* NEWSLETTER POPUP */
    .mx-newsletter-popup {
        width: 60%;
    }
    .mx-newsletter-popup .background {
        display: none;
    }
    .mx-newsletter-popup .content {
        width: 100%;
    }
    .modal.modal-visible {
        width: 100% !important;
        left: 0 !important;
    }
    #box_order .boxhead span {
        font-size: 28px;
    }
    #box_filter .innerbox .multiselect > span,
    #box_filter .innerbox .multiselect ul li {
        font-size: 12px;
    }
    #box_article_categories .innerbox > ul {
        grid-template-columns: repeat(3, minmax(0, max-content));
    }
    #box_article_categories .innerbox > ul li:nth-child(5n) {
        padding-left: 30px;
        border-left: 1px solid var(--font-color);
    }
    #box_article_categories .innerbox > ul li:nth-child(4n) {
        padding-left: 0;
        border-left: none;
    }
}
@media (max-width: 599px) {
    .modal.modal-visible {
        height: max-content !important;
    }
    .modal .modal-header {
        height: max-content;
    }
    .ajax-basket-container .ajax-product-block {
        grid-template-columns: 1fr;
    }
    .ajax-basket-container .ajax-product-block img {
        max-height: 300px;
    }
    .ajax-basket-container .ajax-product-block .ajax-product-block-info {
        margin-top: 25px;
    }
}
@media (max-width: 575px) {
    #box_top_offers .top-offers .title {
        font-size: 10px;
    }
    .main .box-slider .pageslider .ps-arrow-left,
    .main .box-slider .pageslider .ps-arrow-right {
        width: 25px;
        height: 25px;
        line-height: 27px;
    }
    .main .box-slider .pageslider .ps-arrow-left {
        right: 72px;
    }
    .main .box-slider .pageslider .ps-arrow-left::before,
    .main .box-slider .pageslider .ps-arrow-right::before {
        font-size: 12px;
    }
    #box_top_offers .top-offers .title + p {
        margin-top: 5px;
        font-size: 9px;
    }
    #box_promotion .promotion-item {
        flex-basis: 84%;
    }
    .mx-boxhead > .title {
        font-size: 24px;
    }
    .mx-boxhead > .title-text {
        font-size: 14px;
    }
    .mx-boxhead > .title-button a,
    #mx-mamezi-inspirations #about .mod-button a {
        line-height: 40px;
        width: 35%;
    }
    .rwd .main #box_mainproducts .products .product .f-row {
        margin: 0 0 15px;
    }
    .rwd .main #box_mainproducts .products .product .f-row.price {
        margin: 25px auto 0 0;
        line-height: 2;
    }
    .rwd .main #box_mainproducts .products .product .f-row.buttons {
        margin: 25px 0 0;
    }
    #mx-mamezi-inspirations #about .description {
        font-size: 14px;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small {
        flex-basis: 49%;
    }
    #box_articlelist .innerbox .mx-articles-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small:nth-child(3) {
        display: none;
    }
    #box_newsletter {
        padding: 25px 15px;
    }
    #box_branches .innerbox .branch .branch__title a {
        margin: 10px 0 0;
        font-size: 16px;
    }
    #box_branches .innerbox .branch .branch__title a::after {
        right: 0;
        width: 20px;
        height: 20px;
        line-height: 22px;
        font-size: 10px;
    }
    .rwd footer .innerfooter ul.overall > li {
        width: 145px;
    }
    .rwd footer .innerfooter ul.overall > li:nth-child(1) {
        width: 100px;
    }
    .rwd footer .innerfooter ul li.head {
        font-size: 14px;
    }
    .footer .innerfooter .mx-leftcol {
        margin-bottom: 50px;
        width: 100%;
        order: 0;
    }
    .footer .innerfooter .mx-rightcol .wrap {
        max-width: unset;
    }
    .footer .innerfooter .mx-rightcol .wrap p {
        font-size: 58px;
    }
    .footer .innerfooter .mx-rightcol .wrap p.text {
        font-size: 23px;
        line-height: 1.5;
    }
    .footer .mx-legal-note .container p {
        font-size: 10px;
    }
    /* PRODUCTS LIST */
    #box_filter .boxhead .clear-filter-btn {
        width: 35%;
    }
    #box_filter #filter_price ul .priceinput .bottombuttons {
        margin-top: 30px;
        position: static;
        margin-left: auto;
        width: 35%;
    }
    .mx-list-title,
    .shop_product_list .categorydesc {
        margin-bottom: 25px;
    }
    body.shop_product_list #newsletter-wrap {
        margin-top: 50px;
    }
    .floatcenterwrap .paginator {
        margin-top: 15px;
        padding-bottom: 60px;
        position: relative;
        text-align: center;
    }
    .floatcenterwrap .paginator li.first,
    .floatcenterwrap .paginator li.last {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 48%;
        height: 46px;
    }
    .floatcenterwrap .paginator li.last {
        right: 0;
        top: unset;
        left: unset;
    }
    .floatcenterwrap .paginator li.first a,
    .floatcenterwrap .paginator li.last a,
    .floatcenterwrap .paginator li.first span,
    .floatcenterwrap .paginator li.last span {
        font-size: 15px;
        line-height: 44px;
        padding: 0;
    }
    #box_register form > fieldset .adress-wrap > div:first-child {
        left: 8%;
        width: 85%;
    }
    #box_register form > fieldset h3,
    #box_register form > fieldset .separator {
        font-size: 28px;
    }
    #box_register form > fieldset > .innerbox > div:not(.adress-wrap) {
        width: 73.8%;
    }
    #box_register form > fieldset .innerbox div.clear {
        width: 85%;
    }
    #box_register form > fieldset .adress-wrap > div:first-child .radio-wrap + label {
        font-size: 16px;
    }
    #box_register form > fieldset .clear .input label {
        max-width: 82%;
        font-size: 13px;
    }
    /* PRODUCT CARD */
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .quantity_wrap {
        width: 35%;
    }
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .button_wrap {
        margin-left: 0;
        width: 65%;
    }
    #box_productdeliveries .delivery-container .shipping {
        flex-wrap: wrap;
    }
    #box_productdeliveries .delivery-container .shipping .shipping-label-container {
        width: 100%;
        margin-bottom: 20px;
    }
    #box_productdata .table tr td {
        padding: 20px 15px;
        flex-basis: 100%;
        border: none;
    }
    #box_productdata .table tr td.value {
        padding: 0 15px 20px 15px;
    }
    #box_panel .innerbox ul.address li .title,
    #box_panel .innerbox .loyalty .title {
        width: 75%;
    }
    #box_panel .innerbox .btn {
        width: 30%;
    }
    #box_panel .innerbox .editaddresses.btn {
        width: 60%;
    }
    #box_useredit .innerbox form .clear .check-label + label {
        max-width: 80%;
    }
    /* BASKET */
    .rwd .basket-steps ol li span,
    .rwd .basket-steps ol li.mark-green span,
    .rwd .basket-steps ol li.active-step span,
    .rwd .basket-steps ol li.active-step::before,
    .rwd .basket-steps ol li::before {
        font-size: 14px;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name {
        grid-template-columns: 1fr;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name .img,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist tbody .name .img {
        display: none;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .name {
        width: 36%;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .sum,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .sum {
        width: 17.5%;
    }
    #inpost_paczkomaty_logo {
        width: 100px;
        height: 100px;
        background-size: contain;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .sparator {
        width: calc(94% - 100px);
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_machines {
        width: calc(100% - 100px);
    }
    #box_panel {
        padding-right: 0;
    }
    #box_panel .innerbox .orders.table td,
    #box_order .innerbox .table td {
        font-size: 13px;
    }
    #box_panel .innerbox .orders.table .id {
        padding-left: 1%;
    }
    #box_order .innerbox .table .price {
        width: 16%;
    }
    #box_order .innerbox .order-details .f-grid-4.details + .address,
    #box_order .innerbox .order-details .f-grid-4.address {
        width: 100%;
    }
    #box_order .boxhead span {
        font-size: 24px;
    }
    #box_basketfinal .innerbox > p::before {
        max-width: 92%;
    }
    #box_basketfinal .innerbox > p > strong:nth-of-type(1) {
        font-size: 18px;
        top: -13px;
    }
    .products-wrap .product .prodimage span.img-wrap {
        max-height: 200px;
    }
    .box_infopage .dystrybucja-logo {
        max-width: 31%;
    }
}
@media (max-width: 480px) {
    #box_slider_4 {
        display: none;
    }
    #box_top_offers {
        margin: 0 auto;
        width: 100%;
        height: max-content;
        max-height: unset;
    }
    #box_top_offers .top-offers img {
        height: auto;
    }
    #featured-categories .category-wrap .btn-wrap a {
        max-width: 90%;
        font-size: 16px;
    }
    #box_promotion .promotion-item {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    #box_promotion .promotion-item .text-wrap .text {
        font-size: 14px;
    }
    #featured-categories .category-wrap {
        width: 75%;
        margin: 45px auto 0;
    }
    #featured-categories .category-wrap .slick-arrow.prev {
        left: -45px;
    }
    #featured-categories .category-wrap .slick-arrow.next {
        right: -45px;
    }
    #featured-categories .category-wrap .btn-wrap a::after {
        font-size: 16px;
    }
    #featured-categories .category-wrap .gallery-item {
        margin-right: 15px;
    }
    .products-wrap:not(.slider) .innerbox,
    .products-wrap .products.viewphot {
        grid-template-columns: 1fr;
    }
    .products-wrap .product .mx-category-name {
        /* height: 20px; */
    }
    #mx-mamezi-inspirations #about .boxhead p,
    #box_newsletter .boxhead span {
        font-size: 22px;
    }
    .box_mamezi_lookbook .marker2 {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }
    .box_mamezi_lookbook .marker2::after,
    .box_mamezi_lookbook .marker2::before {
        top: 6px;
        left: 11px;
        height: 11px;
    }
    #box_mx-producers .container .innerbox .box.active {
        grid-template-columns: repeat(2, 1fr);
    }
    .mx-boxhead > .title {
        font-size: 20px;
    }
    .mx-boxhead > .title-text {
        width: 100%;
        padding: 0 10px;
    }
    #box_tellmewhy .stat p {
        font-size: 13px;
    }
    #box_mx-producers .container .boxhead .title p {
        font-size: 20px;
    }
    #box_mx-producers .container .boxhead .categories .category.active p,
    #box_mx-producers .container .boxhead .categories .category p {
        font-size: 16px;
    }
    .rwd footer .innerfooter ul.overall {
        flex-wrap: wrap;
    }
    .rwd footer .innerfooter ul.overall > li {
        width: 100%;
    }
    .rwd footer .innerfooter ul li.head {
        font-size: 18px;
    }
    footer .innerfooter ul.overall li a {
        font-size: 14px;
    }

    /* PRODUCTS LIST */
    #box_filter .innerbox .multiselect {
        margin-left: 0;
        flex-basis: 100% !important;
    }
    #box_filter .innerbox .multiselect:nth-child(3n + 1) {
        margin-left: 0;
    }
    .shop_product_list #box_mainproducts .products.viewphot {
        grid-template-columns: 1fr;
    }
    #box_filter .innerbox .multiselect > span,
    #box_filter .innerbox .multiselect ul li,
    #box_filter .innerbox .multiselect .mx-filter-name {
        font-size: 16px;
    }
    #box_register form > fieldset .adress-wrap > div:first-child {
        left: 5%;
        width: 90%;
        padding-left: 2%;
    }
    #box_register
        form
        > fieldset
        .adress-wrap
        > div:first-child
        .radio-wrap:nth-of-type(1)
        + label {
        margin-right: 2.5%;
    }
    #box_register form > fieldset h3,
    #box_register form > fieldset .separator {
        font-size: 23px;
    }
    /* PRODUCT CARD */
    #box_productfull .boxhead .vote-wrap .comment {
        width: 50%;
        margin-left: 0;
    }
    #box_productfull .mx-shortdesc-notAdd .smallgallery ul,
    #box_productfull .mx-shortdesc .smallgallery ul {
        grid-template-columns: repeat(3, 1fr);
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info .info-right {
        padding: 25px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .productdetails-more-details .code,
    #box_productfull
        .maininfo
        > .f-row
        .info
        .info-right
        .productdetails-more-details
        .manufacturer,
    #box_productfull .maininfo > .f-row .info .info-right .availability span {
        font-size: 15px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .bottomborder .basket .price .wrap {
        padding-right: 10px;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .addtobasket.btn {
        padding-left: 10%;
    }
    #box_productcomments .innerbox form input,
    #box_productcomments .innerbox form textarea,
    #box_productcomments .innerbox form .btn {
        width: 100%;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery > span {
        font-size: 17px;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .fe-quantity input {
        padding-left: 18px;
    }
    /* LOGIN PAGE */
    #box_login .login-inner input,
    #box_login .login-inner .btn,
    #box_login .register-inner .register-form .btn.register {
        width: 100%;
        max-width: unset;
    }
    #box_panel .innerbox ul.address li .title,
    #box_panel .innerbox .loyalty .title {
        font-size: 18px;
    }
    #box_panel .innerbox .btn {
        width: 46.5%;
        margin-right: 6%;
    }
    #box_panel .innerbox .btn.changepass {
        margin: 0;
    }
    #box_useredit .innerbox form input,
    #box_passchange .innerbox form input,
    #box_useredit .innerbox form .btn,
    #box_passchange .innerbox form .btn {
        width: 100%;
    }
    #box_useredit .innerbox form .clear .check-label + label {
        font-size: 14px;
    }
    #box_useredit .innerbox form .separator {
        font-size: 28px;
    }
    /* BASKET */
    .shop_basket #box_basketlist .innerbox .productlist thead .name,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .name {
        width: 40%;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .quantity .shaded_inputwrap {
        padding: 0;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .quantity,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .quantity {
        width: 20%;
        padding-left: 3.5%;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .sum,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .sum {
        width: 25%;
    }
    .rwd #cart-options .buttons {
        flex-wrap: wrap;
    }
    .rwd #cart-options .buttons .back,
    .rwd #cart-options .buttons .forward {
        width: 100%;
        margin-bottom: 20px !important;
    }
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register {
        padding-top: 0;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type {
        top: -29px;
    }
    /* STEP 2 */

    #box_basketaddress .innerbox .basket-step-border table .address_type .input > div,
    #box_basketaddress .innerbox .basket-step-border table .address_type .input > div:nth-child(2) {
        width: 100%;
    }
    #box_basketaddress .innerbox .bottombuttons .btn,
    #box_basketsummary .innerbox .bottombuttons .btn {
        width: 100%;
        margin: 0 0 20px;
    }
    .rwd #box_basketaddress .innerbox .basket-step-border table .shaded_inputwrap input,
    #box_basketaddress .innerbox .basket-step-border table .input select {
        width: 100%;
    }
    #box_basketsummary .innerbox p.sum {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #box_basketsummary .innerbox p.sum .sum {
        margin-left: 0;
    }
    /* NEWSLETTER POPUP */
    .mx-newsletter-popup {
        width: 80%;
    }
    .mx-newsletter-popup .content .newsletter-popup-title {
        font-size: 16px;
    }
    .modal .modal-header h3 {
        font-size: 14px;
        flex-grow: 1;
    }

    .modal-header::before {
        font-size: 24px;
    }
    .modal .modal-footer .ajax-product-block {
        flex-wrap: wrap;
    }
    .modal .ajax-product-block a.btn {
        width: 100%;
    }
    .modal .ajax-product-block a.btn.right {
        margin-top: 15px;
    }
    /* CUSTOMER PANEL ORDER */
    #box_order .innerbox .table + div > div span:nth-child(1),
    #box_order .innerbox .table + div > div span:nth-child(2) {
        flex-basis: 50%;
    }
    #box_article_categories .innerbox > ul li {
        padding: 0 15px !important;
    }
    #box_article_categories .innerbox > ul li:nth-child(1),
    #box_article_categories .innerbox > ul li:nth-child(4n) {
        padding-left: 0 !important;
    }
}
@media (max-width: 479px) {
    .footer .userfooter > .row .footer-item .item-title {
        margin-left: 0;
    }
    .footer .userfooter > .row .footer-item .images-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .userfooter > .row .footer-item .images-wrap img {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
    .footer .userfooter > .row .footer-item:nth-child(3) .images-wrap img:nth-child(2) {
        margin-top: 15px;
        margin-right: 0 !important;
        order: 1;
    }
}
@media (max-width: 414px) {
    .mx-boxhead > .title-button a,
    #mx-mamezi-inspirations #about .mod-button a {
        width: 50%;
    }

    #box_top_offers .top-offers .title {
        font-size: 18px;
    }
    #box_top_offers .top-offers .title + p {
        margin-top: 20px;
        font-size: 16px;
    }
    #mx-mamezi-inspirations #about .boxhead p,
    #box_newsletter .boxhead span {
        font-size: 20px;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox {
        flex-wrap: wrap;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small:nth-child(3) {
        display: flex;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small {
        margin-bottom: 20px;
        flex-basis: 100%;
    }
    #box_articlelist .innerbox .mx-articles-wrap {
        grid-template-columns: 1fr;
    }
    #box_newsletter .innerbox .boxintro {
        font-size: 14px;
    }
    #box_tellmewhy .stats {
        grid-template-columns: 1fr;
    }
    #box_tellmewhy .stat strong {
        font-size: 50px;
    }
    #box_tellmewhy .stat p {
        font-size: 20px;
    }
    #box_tellmewhy .stat.wide,
    #box_tellmewhy .stat.wide + .stat.wide {
        padding: 20px 5%;
    }
    #box_mx-producers .container .boxhead .categories .category {
        padding: 0 2%;
    }
    #box_mx-producers .container .boxhead .title p {
        font-size: 18px;
    }
    #box_mx-producers .container .boxhead .categories .category.active p,
    #box_mx-producers .container .boxhead .categories .category p {
        font-size: 12px;
    }
    .mx-boxhead > .title {
        font-size: 20px;
    }
    .mx-boxhead > .title-text {
        font-size: 12px;
    }
    .footer .innerfooter .mx-rightcol .wrap p.text {
        font-size: 19px;
    }
    .footer .mx-legal-note .container {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 15px;
    }
    .footer .mx-legal-note .container p + p {
        width: 100%;
        margin: 0;
    }
    .shop_news .article-header .article-name {
        font-size: 17px;
    }
    /* PRODUCTS LIST */
    #box_filter .boxhead .clear-filter-btn {
        width: 50%;
    }
    #box_filter #filter_price ul .priceinput .bottombuttons {
        width: 50%;
    }
    #box_filter .innerbox .multiselect .mx-filter-name {
        margin-bottom: 10px;
    }

    .floatcenterwrap .paginator li.first a,
    .floatcenterwrap .paginator li.last a,
    .floatcenterwrap .paginator li.first span,
    .floatcenterwrap .paginator li.last span {
        font-size: 13px;
    }
    #box_register form > fieldset .clear .input label {
        font-size: 11px;
    }
    #box_register form > fieldset .adress-wrap > div:first-child {
        width: 69%;
        padding-left: 8%;
        top: -50px;
    }
    /* PRODUCT CARD */
    #box_productrelated .innerbox {
        grid-template-columns: 1fr;
    }
    #box_productcomments .innerbox .mx-rightSide .votestars {
        margin-right: 5px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery i {
        font-size: 22px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery > span {
        font-size: 15px;
    }
    #box_productfull .maininfo > .f-row.mx-shortdesc-notAdd .info .info-right {
        padding: 15px;
    }
    /* USER PANEL */
    #box_panel .innerbox .editaddresses.btn {
        width: 100%;
    }
    #box_panel .innerbox {
        font-size: 0;
    }
    #box_panel .innerbox ul.address li,
    #box_panel .innerbox .loyalty {
        padding: 17px;
    }
    /* BASKET */
    .shop_basket #box_basketlist .innerbox .productlist tbody .quantity .k_minus,
    .shop_basket #box_basketlist .innerbox .productlist tbody .quantity .k_plus {
        width: 18px;
        height: 18px;
        font-size: 20px;
        line-height: 17px;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .quantity .k_qty {
        width: 20px !important;
        height: 20px;
        font-size: 16px;
    }
    #cart-options .summary-container .recount,
    #cart-options .summary-container .recount .sum,
    #cart-options .summary-container .deliveryhead {
        font-size: 16px;
    }
    .basket-step-border h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.login h3 {
        margin-bottom: 30px;
    }
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register p,
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.register p {
        width: 100%;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty {
        padding-top: 20px;
    }
    #inpost_paczkomaty_logo {
        margin: 20px auto;
        float: unset !important;
        position: unset !important;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .sparator,
    #box_basketaddress .innerbox .inpost_paczkomaty .inpost_paczkomaty_machines {
        width: 100%;
    }
    #box_basketsummary .innerbox .overflow .information ul li,
    #box_basketsummary .innerbox .overflow .address h4,
    #box_basketsummary .innerbox .overflow .information ul li.payment span + span {
        font-size: 16px;
    }
    #box_panel .innerbox .orders.table td,
    #box_order .innerbox .table td {
        font-size: 12px;
    }
    #box_order .boxhead span {
        font-size: 20px;
    }
    #box_order .innerbox .table .name {
        width: 40%;
    }
    #box_order .innerbox .table .price {
        width: 20%;
    }
    #box_order .innerbox .table .quantity {
        width: 15%;
        padding-left: 1.5%;
    }
    #box_basketfinal .innerbox > p > strong:nth-of-type(1),
    #box_basketfinal .innerbox > p {
        font-size: 16px;
    }
    .products-wrap .product .price {
        margin-top: 18px;
    }
    #box_article_categories .innerbox > ul li {
        height: 24px;
    }
    #box_article_categories .innerbox > ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .box_infopage .dystrybutorzy .dystrybucja-logo {
        max-width: 49%;
    }
    /* INFO  PAGE  */
    .mx-style-infopage .info-page-salons__title {
        font-size: 16px;
    }
    .info-page-salons__item h3,
    .info-page-salons__item p,
    .info-page-salons__item a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 375px) {
    #featured-categories .category-wrap .btn-wrap a {
        font-size: 14px;
        max-width: 100%;
    }
    .products-wrap .product .prodimage span.img-wrap {
        max-height: 180px;
    }
    #featured-categories .category-wrap {
        width: 70%;
    }
    .mx-boxhead > .title-button a,
    #mx-mamezi-inspirations #about .mod-button a {
        width: 65%;
    }
    #mx-mamezi-inspirations #about .about-designer .photo {
        width: 70px;
        height: 70px;
    }
    #mx-mamezi-inspirations #about .about-designer .designer-text .name {
        margin-top: 13px;
        font-size: 12px;
    }
    #mx-mamezi-inspirations #about .about-designer .designer-text p {
        font-size: 11px;
    }
    #box_newsletter .innerbox form fieldset:nth-child(2) {
        width: 100%;
    }
    #box_newsletter .innerbox form fieldset:nth-child(2) span:not(.checkbox-wrap) {
        font-size: 12px;
    }
    #box_newsletter .innerbox form .btn {
        margin-top: 25px;
        width: 100%;
        position: relative;
    }
    #box_tellmewhy .stat p {
        font-size: 18px;
    }
    #box_branches .innerbox {
        grid-template-columns: 1fr;
    }
    .footer .innerfooter .mx-rightcol .wrap p {
        font-size: 48px;
    }
    .footer .innerfooter .mx-rightcol .wrap p.text {
        font-size: 16px;
    }
    #box_register form > fieldset .adress-wrap > div:first-child {
        width: 77%;
    }
    #box_register form > fieldset h3,
    #box_register form > fieldset .separator {
        font-size: 20px;
    }
    #box_filter #filter_price ul .priceinput .from,
    #box_filter #filter_price ul .priceinput .to {
        width: 51%;
        margin: 0 0 15px 0;
    }
    #slider-range {
        margin: 25px 0 0;
    }
    #box_filter #filter_price ul .priceinput .bottombuttons {
        width: 100%;
    }
    .rwd .main #box_filter .innerbox {
        margin-bottom: 75px;
    }
    #box_productfull .maininfo > .f-row .info .info-right {
        padding: 15px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .productdetails-more-details .code,
    #box_productfull
        .maininfo
        > .f-row
        .info
        .info-right
        .productdetails-more-details
        .manufacturer,
    #box_productfull .maininfo > .f-row .info .info-right .availability span {
        font-size: 13px;
    }
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .button_wrap {
        margin-top: 20px;
        width: 100%;
    }
    #box_productfull .info-right .bottomborder .basket .addtobasket-container .addtobasket.btn {
        padding-left: 23%;
    }
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .quantity_wrap {
        width: 50%;
    }
    #box_productdeliveries .delivery-container .shipping .shipping-label-container,
    #box_productdata .table tr td {
        font-size: 13px;
    }
    #box_productfull .mx-shortdesc-notAdd .smallgallery ul,
    #box_productfull .mx-shortdesc .smallgallery ul {
        grid-template-columns: repeat(2, 1fr);
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery i {
        margin-right: 3.5%;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery > span {
        font-size: 13px;
    }
    #box_panel .innerbox ul.address li .title,
    #box_panel .innerbox .loyalty .title {
        width: 85%;
        left: 7.5%;
    }
    #box_panel .innerbox ul.address li p {
        font-size: 15px;
    }
    #box_useredit .innerbox form .separator {
        font-size: 26px;
    }
    /* BASKET */
    .shop_basket #box_basketlist .innerbox .productlist thead td,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead td {
        font-size: 13px;
    }
    .shop_basket #box_basketlist .innerbox .productlist thead .actions,
    .shop_basket_step3 #box_basketsummary .innerbox .productlist thead .actions {
        padding-left: 0;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .actions {
        padding-left: 3%;
    }
    #cart-options .delivery-container .odbiorOsobisty label,
    #cart-options .delivery-container .odbiorOsobisty .value {
        font-size: 12px;
    }
    #cart-options .summary-container .recount,
    #cart-options .summary-container .recount .sum,
    #cart-options .summary-container .deliveryhead {
        font-size: 14px;
    }
    #cart-options .summary-container .promocode .desc label {
        font-size: 14px;
    }
    #cart-options .summary-container > .sum:last-child .desc,
    #cart-options .summary-container > .sum:last-child .value {
        font-size: 18px;
    }
    .shop_basket #box_specialoffer .boxhead span {
        font-size: 30px;
    }
    .basket-step-border h3 {
        font-size: 22px;
    }
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.basket-no-register p,
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.register p {
        font-size: 14px;
    }
    .centercol #box_basketstep2 .basket-step-border .innerbox > div.register ul li {
        font-size: 12px;
    }
    #box_basketaddress .innerbox .inpost_paczkomaty .sparator {
        font-size: 14px;
    }
    #box_basketsummary .innerbox p.sum span {
        font-size: 16px;
    }
    #box_basketsummary .innerbox p.sum .sum {
        font-size: 18px;
    }
    .mx-newsletter-popup {
        width: 90%;
    }
    .modal .modal-header {
        padding: 20px 2.5%;
    }
    .modal-header::before {
        font-size: 20px;
    }
    .modal .modal-header h3 {
        font-size: 13px;
    }
    #box_basketfinal .innerbox > p::before {
        max-width: 86%;
        left: 1.5%;
    }
    #box_basketfinal .innerbox > p {
        font-size: 14px;
    }
    #box_register form > fieldset .clear .input label,
    #box_register form > fieldset .innerbox .witherror .input label {
        min-width: 75%;
    }
}

@media (max-width: 360px) {
    #box_mx-producers .container .boxhead .title p {
        font-size: 16px;
    }
    .products-wrap .product .productname,
    .products-wrap .products.viewphot .product .productname {
        font-size: 14px;
    }
    .products-wrap .product .mx-category-name a {
        font-size: 12px;
    }
    .products-wrap .evaluation {
        margin: 10px 0 15px;
    }
    .products-wrap .product .price {
        margin: 0;
    }
    .products-wrap .product .prodname {
        height: 60px;
    }
    #box_productcomments .innerbox .mx-rightSide .evaluation .rating span {
        margin-right: 10px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery > span {
        font-size: 12px;
    }
    #box_register form > fieldset > .innerbox > div > .input .shaded_inputwrap input,
    #box_register form > fieldset .adress-wrap .input .shaded_inputwrap input,
    #box_register form > fieldset .adress-wrap > div select {
        font-size: 14px;
    }
    #box_useredit .innerbox form .separator {
        font-size: 24px;
    }
    /* BASKET */
    #box_basketaddress .innerbox .basket-step-border table .shaded_inputwrap input,
    #box_basketaddress .innerbox .basket-step-border table .input select,
    #box_basketaddress .innerbox .basket-step-border .shaded_textareawrap textarea {
        font-size: 12px;
    }
    .shop_basket #box_specialoffer .boxhead span {
        font-size: 24px;
    }
    .shop_basket #box_basketlist .innerbox .productlist tbody .name .evaluation .votestars,
    .shop_basket_step3
        #box_basketsummary
        .innerbox
        .productlist
        tbody
        .name
        .evaluation
        .votestars {
        width: 100%;
    }
    .basket-step-border h3 {
        font-size: 20px;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type .input label,
    #box_basketaddress .innerbox .basket-step-border table .different_address .input label {
        font-size: 16px;
    }
    #box_article_categories .innerbox > ul {
        grid-template-columns: repeat(2, minmax(0, max-content));
    }
    #box_article_categories .innerbox > ul li:nth-child(4n) {
        padding-left: 15px !important;
        border-left: 1px solid var(--font-color);
    }
    #box_article_categories .innerbox > ul li:nth-child(odd) {
        border-left: none;
        padding-left: 0 !important;
    }
    #box_article_categories .innerbox > ul li a {
        font-size: 16px;
    }
}
@media (max-width: 359px) {
    #box_top_offers .top-offers .title {
        font-size: 15px;
    }
    #box_top_offers .top-offers .title + p {
        font-size: 14px;
    }
    #box_promotion .promotion-item .text-wrap .text {
        font-size: 12px;
    }
    #mx-mamezi-inspirations #about .boxhead p,
    #box_newsletter .boxhead span {
        font-size: 18px;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small .mx-article-content .article_name {
        font-size: 13px;
    }
    #mx-blog-wrap #box_articlelistsmall .innerbox .article-small .mx-article-content .resetcss,
    #box_articlelist .innerbox .article-content .mx-article-short {
        font-size: 12px;
    }
    #box_newsletter .innerbox form fieldset:nth-child(2) span {
        font-size: 10px;
    }
    #box_tellmewhy .stat strong {
        font-size: 38px;
    }
    #box_tellmewhy .stat p {
        font-size: 15px;
    }
    #box_mx-producers .container .boxhead .title p {
        font-size: 15px;
    }
    #box_mx-producers .container .boxhead .categories .category.active p,
    #box_mx-producers .container .boxhead .categories .category p {
        font-size: 10px;
    }
    #box_mx-producers .container .innerbox .box.active {
        grid-template-columns: 1fr;
    }
    .footer .innerfooter .mx-rightcol .wrap p {
        font-size: 40px;
    }
    .footer .innerfooter .mx-rightcol .wrap p.text {
        font-size: 14px;
    }
    .footer .userfooter > .row .footer-item:first-child .images-wrap img:nth-child(4),
    .footer .userfooter > .row .footer-item:nth-child(2) .images-wrap img:nth-child(3) {
        margin-top: 20px;
        margin-right: 0 !important;
    }
    .floatcenterwrap .paginator li.first a,
    .floatcenterwrap .paginator li.last a,
    .floatcenterwrap .paginator li.first span,
    .floatcenterwrap .paginator li.last span {
        font-size: 12px;
    }
    .floatcenterwrap .paginator li.first span i,
    .floatcenterwrap .paginator li.last span i {
        font-size: 13px;
        top: 17px;
    }
    #box_register form > fieldset .adress-wrap > div:first-child {
        width: 85%;
        padding-left: 7%;
    }
    #box_register form > fieldset .clear .input label {
        font-size: 10px;
        max-width: 78%;
    }
    #box_productfull .maininfo > .f-row .info .info-right .productdetails-more-details .code,
    #box_productfull
        .maininfo
        > .f-row
        .info
        .info-right
        .productdetails-more-details
        .manufacturer,
    #box_productfull .maininfo > .f-row .info .info-right .availability span {
        font-size: 11px;
    }
    #box_productfull
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .addtobasket.btn
        .basket-img {
        right: 0;
    }
    #box_productfull .boxhead .vote-wrap .rating {
        margin: 0 3% 0 2%;
        font-size: 22px;
    }
    #box_productfull .boxhead .vote-wrap .evaluation .votestars img {
        margin-right: 5px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery i {
        font-size: 20px;
    }
    #box_productfull .maininfo > .f-row .info .info-right .availability .delivery > span {
        font-size: 11px;
    }
    .mx-description-wrap h3 {
        font-size: 28px;
    }
    #box_productcomments .innerbox .mx-rightSide .votetext {
        margin-top: 10px;
    }
    #box_productfull .info-right .bottomborder .delivery-info p {
        font-size: 15px;
    }
    #box_productfull
        .maininfo
        .info-right
        .bottomborder
        .basket
        .addtobasket-container
        .quantity_wrap {
        width: 60%;
    }
    #box_panel .innerbox .btn {
        font-size: 14px;
    }
    #box_panel .innerbox ul.address li .title,
    #box_panel .innerbox .loyalty .title {
        font-size: 16px;
    }
    #box_useredit .innerbox form .separator {
        font-size: 21px;
    }
    /* BASKET */
    #cart-options .summary-container .recount .desc {
        margin-bottom: 20px;
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    #cart-options .summary-container .recount .sum {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .basket-step-border h3 {
        font-size: 18px;
    }
    #box_basketaddress .innerbox .basket-step-border table .address_type .input label,
    #box_basketaddress .innerbox .basket-step-border table .different_address .input label {
        font-size: 14px;
    }
    #box_basketaddress .innerbox .basket-step-border .client-address .separator,
    #box_basketaddress .innerbox .basket-step-border .f-grid-6 + .f-grid-6 h4.different.separator {
        font-size: 18px;
    }
    .mx-newsletter-popup .content {
        padding: 30px 15px;
    }
    .mx-newsletter-popup .content .newsletter-popup-title {
        font-size: 15px;
    }
    .ajax-basket-container .ajax-product-block img {
        max-height: 270px;
    }
    .modal .modal-header h3 {
        font-size: 12px;
    }
    #box_panel .innerbox .orders.table td,
    #box_order .innerbox .table td {
        font-size: 11px;
    }
    #box_filter #filter_price ul .priceinput .from,
    #box_filter #filter_price ul .priceinput .to {
        width: 60%;
    }
}

/*header .logo-bar .search-form {
    border: 1px solid var(--input-border-color);
}

.search__container .search-input {
    border: none !important;
}

header .logo-bar .search-form .search-input .search__input-area-item {
    height: 100%;
    position: relative;
}

header .logo-bar .search-form .search-input .search__input-area-item:nth-child(1) {
    display: flex;
    align-items: center;
}

header .logo-bar .search-form .search-input .search__input-area-item:nth-child(1) > * {
    padding-left: 15px;
}

header .logo-bar .search__container.mod-small .search-form .search-input .search__input-area-item:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

header .logo-bar .search__container.mod-small .search-form .search-input .search__input-area-item:nth-child(3) button {
    z-index: 1;
}

.search__container.mod-small .search-input .search__input-area-item_grow {
    width: 0;
    flex-grow: 0;
}

@media (max-width: 1920px) {
    .mx-searchAndMenu {
        position: relative;
    }

    header .logo-bar .search__container {
        position: absolute;
        z-index: 999;
        display: flex;
    }
}

@media (max-width: 1600px) {
    .mx-searchAndMenu {
        padding-left: 30px;
    }

    header .logo-bar .search__container {
        width: 50%;
    }
}*/
/*eof krajt*/

.slideout-widget-handler {
    right: -103px !important;
    width: auto !important;
}

.box_infopage .resetcss #box_branches {
    display: none;
}

.modal.wce_basketRelated .modal-body {
    width: 100%;
}