* {
    font-family: "Noto Sans", sans-serif;
    --gray: #eeeeed;
    --orange: #EF6820;
    --error: #F04438;
    --font: #1F2A37;
    --lightfont2 : #6C737F;
    --lightfont: #F3F4F6;
    --dark: #222222;
    --green: var(--font);
}
a,abbr,acronym,address,applet,b,big,blockquote,body,button,canvas,center,cite,code,dd,del,dfn,div,dl,dt,em,embed,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 none;
    font-size: 100%;
    background: 0 0;
    box-sizing: border-box;
    color: var(--font);
}

body {
    -webkit-text-size-adjust: 100%;
}
.maincolor{
    color:var(--orange);
}
input:focus,
textarea:focus {
    outline: 0;
}
input::placeholder {
    color: var(--font);
    font-size: 14px;
    font-weight: 400;
    color: var(--font);
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
select:focus {
    outline: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.btn,
button {
    cursor: pointer;
    transition: opacity 250ms ease-in;
}
.btn {
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    transition: 250ms;
    padding: 14px 20px;
    display: inline-block;
}

.btn-green {
    color: #fff;
    background-color: var(--font);
    border:none;
    font-weight:700;
}
.btn-g {
    border: 1px solid #D2D6DB;
    color:var(--font);
}

.btn-white {
    background-color: white;
    color:var(--font);
}

.btn-gray{
    background: #F3F4F6;
    color:var(--font);
}
#box_loginsmall #customLoyaltyExchanger .items .item .btn.btn-green.disabled:hover,
.btn-green.disabled{
    background: #D2D6DB !important;
    color: #9DA4AE !important;
    border:#D2D6DB !important;
}
@media screen and (min-width: 768px) {
    .btn:hover,
    button:hover {
        text-decoration: none;
    }
    a:hover,
    a:hover * {
        text-decoration: none;
        color: var(--orange);
    }
    .btn-green:hover {
        color: #fff;
        background-color:#384250;
    }
    .btn-white:hover{
        background-color:#D2D6DB;
        color:var(--font);
    }
    .btn-g:hover {
        border-color: #4D5761;
        color:var(--font);
    }
    .btn-gray:hover{
        background:#D2D6DB;
        color:var(--font);
    }
}
.px1 {
    display: none;
}
.none {
    display: none;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
}
.layout{
    max-width: 1240px;
    margin: 0 auto;
}

@media screen and (min-width: 501px) {
    .layout{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 500px) {
    .layout{
        padding-left: 16px;
        padding-right: 16px;
    }
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex.flexvcenter {
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.flex.flexhcenter {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.flex.flexhbetween {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-sjustify-content: space-between;
    -ms-justify-content: space-between;
}
.flex.flexcolum {
    flex-direction: column;
}
.flex-1 {
    flex-basis: calc(100% / 12);
}
.flex-2 {
    flex-basis: calc(100% / 6);
}
.flex-3 {
    flex-basis: 25%;
}
.flex-4 {
    flex-basis: calc(100% / 3);
}
.flex-5 {
    flex-basis: calc(100% / 12 * 5);
}
.flex-6 {
    flex-basis: 50%;
}
.flex-7 {
    flex-basis: calc(100% / 12 * 7);
}
.flex-8 {
    flex-basis: calc(100% / 3 * 2);
}
.flex-9 {
    flex-basis: calc(100% / 4 * 3);
}
.flex-10 {
    flex-basis: calc(100% / 6 * 5);
}
.flex-11 {
    flex-basis: calc(100% / 12 * 11);
}
.flex-12 {
    flex-basis: 100%;
}
body {
    min-height: 101vh;
}
body::-webkit-scrollbar{
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: #E5E7EB;
}
body::-webkit-scrollbar-thumb {
    background: #9DA4AE;
}
body::-webkit-scrollbar-thumb:hover {
    background: rgb(103, 107, 112);
}
.filters-wrap::-webkit-scrollbar,
.menu .menu-list .submenu::-webkit-scrollbar,
.menu::-webkit-scrollbar,
.mmz-filters-group-list::-webkit-scrollbar{
/* .basket-contain::-webkit-scrollbar{ */
    width: 5px;
}
.filters-wrap.withsidebar::-webkit-scrollbar{
    width: 0px !important;
    height: 0px !important;
}
.filters-wrap::-webkit-scrollbar-track,
.menu .menu-list .submenu::-webkit-scrollbar-track,
.menu::-webkit-scrollbar-track,
.mmz-filters-group-list::-webkit-scrollbar-track{
/* .basket-contain::-webkit-scrollbar-track{ */
    background: #E5E7EB;
}
.filters-wrap::-webkit-scrollbar-thumb,
.menu .menu-list .submenu::-webkit-scrollbar-thumb,
.menu::-webkit-scrollbar-thumb,
.mmz-filters-group-list::-webkit-scrollbar-thumb{
/* .basket-contain::-webkit-scrollbar-thumb{ */
    background: #9DA4AE;
}
.filters-wrap::-webkit-scrollbar-thumb:hover,
.menu .menu-list .submenu::-webkit-scrollbar-thumb:hover,
.menu::-webkit-scrollbar-thumb:hover,
.mmz-filters-group-list::-webkit-scrollbar-thumb:hover{
/* .basket-contain::-webkit-scrollbar-thumb:hover{ */
    background: rgb(103, 107, 112);
}
@media screen and (min-width: 900px) {
    #box_filter .innerbox > div ul::-webkit-scrollbar{
        width: 5px;
    }
    #box_filter .innerbox > div ul::-webkit-scrollbar-track{
        background: #E5E7EB;
    }
    #box_filter .innerbox > div ul::-webkit-scrollbar-thumb{
        background: #9DA4AE;
    }
    #box_filter .innerbox > div ul::-webkit-scrollbar-thumb:hover{
        background: rgb(103, 107, 112);
    }
}
#shoper-foot,
#turn-classic,
.info-message_hidden {
    display: none;
}
.skinpreview {
    position: fixed;
    bottom: 0;
    right: 0;
    background:var(--lightfont2);
    color: #fff;
    padding: 6px 8px;
    font-size: 10px;
    opacity: 0.55;
    cursor: pointer;
}
@media screen and (min-width:601px){
    .wrap.rwd > .up{
        display: none;
    }
}
@media screen and (max-width:600px){
    .wrap.rwd > .up{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
    .wrap.rwd > .up a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #D2D6DB;
        background:#F3F4F6;
        transition:150ms;
    }
    .wrap.rwd > .up a:hover{
        background:#D2D6DB;
    }
    .wrap.rwd > .up a span{
        display: none;
    }
}
.alert {
    text-align: center;
    padding: 15px 40px;
    border: 1px solid;
    max-width: 1200px;
    margin: 5px auto 15px auto;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    background: 0 0;
    position: relative;
}
.alert p {
    color: var(--dark);
}
.alert .close {
    display: block;
    position: absolute;
    right: 15px;
}
.alert .close span {
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
}
.alert.alert-warning {
    border-color: #F79009;
}
.alert.alert-success {
    border-color: #17B26A;
}
.alert.alert-info {
    border-color: #66adc2;
}
.alert .icon-remove span {
    display: none;
}
.alert .icon-remove {
    position: absolute;
    right: 33px;
    top: 12px;
}
.alert .icon-remove:after {
    content: "";
    background: url(/userdata/public/assets/0_layout/svg/close_i.svg) transparent no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
}
.alert.alert-error {
    border-color: #F04438;
    color: #F04438;
}
@media screen and (max-width: 700px) {
    .alert {
        padding-left: 10px;
        text-align: left;
    }
}
.modal {
    z-index: 10001;
    display: inline-block;
    background-color: #fff;
}
.modal.modal-not-visible {
    opacity: 0;
}
.modal.modal-visible {
    opacity: 1;
    z-index: 10001;
}
.modal.modal-hidden {
    z-index: -99999;
    visibility: hidden; 
}
.modal.modal-alert {
    text-align: center;
    min-width: 280px;
}
.modal .modal-header {
    background-color: #fff;
    padding: 1em 1.5em;
    color: var(--font);
    margin-bottom: 24px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.modal .modal-header h3 {
    margin: 0;
    display: inline-block;
    font-size: 1.2em;
    line-height: inherit;
    color: var(--orange);
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}
.modal .modal-header .modal-close {
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: right;
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 1;
}
.modal .modal-header .modal-close::after {
    content: "x";
    font-weight: 700;
    margin-left: 0.5em;
    font-size: 1.4em;
    position: relative;
    top: 0.05em;
}
.modal .modal-body {
    overflow-y: auto;
    padding: 0 2em 2em 2em;
}
.modal .modal-body .search-form .search-input {
    width: 70%;
    padding: 0.4em 0.3em;
    text-align: left;
}
.modal .modal-body .search-form .search-btn {
    width: 24%;
    padding: 7px 0;
    background-color: var(--green);
    border: none;
}
.modal .modal-body .search-form .search-btn img {
    background: url(../images/ico_loupe.png) no-repeat 50% 50% transparent;
    width: 23px;
    height: 23px;
    display: inline-block;
}
.modal .modal-body .search-form .search-btn span {
    display: none;
}
.modal .modal-footer {
    margin-bottom: 2em;
    overflow: hidden;
}
.mask {
    z-index: 9000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--font);
    opacity:0.4;
}
.mask.mask-inactive {
    display: none;
}
.mask_box {
    background-color: #fff;
    padding: 1em 2em;
    position: relative;
}
.mask_box .close {
    position: absolute;
    top: -1.3em;
    right: -1.1em;
    cursor: pointer;
}
.mask_box .close:before {
    content: "\f00d";
    font-size: 1.2em;
    color: #000;
}
.mask_box label {
    display: block;
}
.ask-for-product {
    max-width: 400px;
}
.ask-for-product .container {
    width: auto;
}
.ask-for-product .container .alert-success > .icon-remove {
    display: none !important;
}
.modal {
    padding: 25px 30px 20px 30px;
}
.modal .modal-header {
    background: #fff;
    padding: 0 0 8px 0;
}
.modal .modal-header h3 {
    font-size: 23px;
    line-height: 28px;
    color: var(--dark);
    font-weight: 800;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.modal .modal-header .modal-close::before {
    content: "";
    width: 20px;
    display: block;
    border-top: 2px solid var(--font);
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    right: 8px;
}
.modal .modal-header .modal-close::after {
    content: "";
    width: 20px;
    display: block;
    border-top: 2px solid var(--font);
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    right: 8px;
}
@media screen and (max-width:700px){
    .modal .modal-header .modal-close::before,
    .modal .modal-header .modal-close::after {
        width:18px;
    }
    .modal .modal-header .modal-close{
        top:12px;
        right:12px;
    }
}
.modal .modal-header .modal-close .modal-close-txt {
    display: none;
}
.modal .modal-body {
    padding: 0;
}
.modal .modal-body input {
    height: 40px;
    border: 1px solid #D2D6DB;
    padding: 0 12px;
    margin-right: 5px;
}
.modal .modal-body .ajax-basket-container .ajax-product-block {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0 0 30px 0;
    justify-content: center;
    align-items: center;
}
.modal .modal-body .ajax-basket-container .ajax-product-block img {
    width: 100px;
    height: auto;
}
.modal .modal-body h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    max-width: 100%;
    max-width: 500px;
}
.modal .modal-body .ajax-basket-container .ajax-product-block .ajax-product-block-info span,
.modal .modal-body .ajax-basket-container .ajax-product-block .ajax-product-block-info strong{
    font-size: 14px;
    line-height: 21px;
    color:#4D5761;
    margin-bottom: 4px;
}

.modal .modal-body .ajax-basket-container .ajax-product-block h3{
    font-size:16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}
.modal .modal-body .ajax-basket-container .ajax-cart-block {
    padding: 20px 0;
}
.modal .modal-body .ajax-basket-container .ajax-cart-block span {
    font-size: 13px;
    line-height: 18px;
}
.modal .modal-footer {
    text-align: right;
    margin-bottom: 10px;
}
.modal .modal-footer a:not(.addtofav):not(.prodimage):not(.productnamewrap):not(.manufacturer-link){
    padding: 14px 24px;
    height: 44px;
    text-transform: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 200px;
    display: inline-block;
    float: none;
    font-size:16px;
    border:none;
    transition: 150ms;
    text-align: center;
}
.modal .modal-footer a.btn-red,
.modal .modal-body .btn-red {
    font-weight: 700;
    text-transform: uppercase;
    color:white;
    background:var(--font);
}
.modal .modal-body .btn-red {
    padding-top: 13px;
    padding-bottom: 13px;
}
.modal .modal-body .btn-red  span{
    color:white;
    text-transform:none;
}
.modal .modal-body .btn-red,
.modal .modal-footer a.btn-red:hover{
    background:#384250;
    color:white;
}
.modal .modal-footer a:not(.btn-red):not(.addtofav):not(.prodimage):not(.productnamewrap):not(.manufacturer-link){
    background:#F3F4F6;
    color:var(--font);
}
.modal .modal-footer a:not(.btn-red):not(.addtofav):not(.prodimage):not(.productnamewrap):not(.manufacturer-link):hover{
    background:#D2D6DB;
}
.modal .modal-footer .products .productnamewrap,
.modal .modal-footer .products .manufacturer{
    padding-left: 0;
    padding-right: 0;
}
.modal .modal-footer .products .productnamewrap{
    padding-bottom: 0;
}


.modal .modal-footer .ajax-product-block{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.modal .row.evaluation {
    display: none;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}
.modal .row.evaluation .votestars,
.modal .row.evaluation em {
    display: inline-block;
    float: none;
    margin-top: 0;
    vertical-align: middle;
}
.modal .price {
    margin-top: 10px;
    font-size: 1.2em;
    display: block;
}
.ajax-basket-container .ajax-product-block {
    display: flex;
}
.ajax-basket-container .ajax-product-block img {
    object-fit: contain;
    margin-right: 20px;
}
.ajax-basket-container .ajax-product-block span,
.ajax-cart-block span {
    display: block;
    margin-bottom: 6px;
}
.ajax-basket-container .ajax-product-block span strong,
.ajax-cart-block span strong {
    margin-left: 4px;
    font-weight: 600;
}
.modal.modal-alert .modal-header {
    margin-top: 8px;
    margin-bottom: 4px;
    text-align: center;
}
.modal.modal-alert .modal-footer {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}
.modal.modal-alert .modal-footer a {
    margin-bottom: 0;
}
.modal-footer .btn.left {
    border: 1px solid var(--green);
}
.availability_notify_form,
.availability_notify_info {
    float: left;
}
.availability_notify_form p {
    font-size: 14px;
    color: var(--font);
    margin-bottom: 8px;
}
.availability_notify_form p:nth-last-child(1) {
    font-size: 12px;
    margin-top: 15px;
}
.availability_notify_form p.availability-stocks {
    margin-top: -8px;
    margin-bottom: 20px;
}
.availability_notify_info img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    margin-right: 20px;
}

.modal .modal-body .availability_notify_form h3{
    color:#1F2A37;
    font-size:16px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 500;
    max-width: 400px;
}
.product_added {
    position: fixed;
    background: var(--green);
    color: #fff;
    right: 0;
    bottom: 0;
    z-index: 10000;
    font-size: 13px;
    padding: 12px 15px;
    opacity: 1;
    transition: 0.3s ease-in;
    z-index: 99999;
}
.product_added_info {
    background: var(--green);
    color: #fff;
}
.product_added_warn {
    background: #ffb351;
    color: #fff;
}
.product_added.animated_start {
    opacity: 0;
    transform: translateX(-300px);
}
.modal.modal-visible {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 40px 20px;
}
.modal.modal-visible.addtobasketinfo-modal .boxhead {
    font-size: 20px;
    text-align: left;
    margin: 10px 0 0 0;
    border-top: 1px solid #E5E7EB;
    margin-top: 40px;
    padding-top: 40px;
}
@media screen and (max-width:700px){
    .modal.modal-visible {
        padding: 20px 12px;
    }
    .modal .modal-body .ajax-basket-container .ajax-product-block{
        padding-bottom: 16px;
    }
    .modal .modal-body .ajax-basket-container .ajax-product-block h3{
        font-size:14px;
        line-height: 22px;
    }
    .modal .modal-body .ajax-basket-container .ajax-product-block .ajax-product-block-info span, .modal .modal-body .ajax-basket-container .ajax-product-block .ajax-product-block-info strong{
        font-size:12px;
        line-height: 18px;
        margin-bottom: 2px;
    }
}
.modal-footer .products {
    width: 700px;
    display: flex;
    padding: 24px 0 0 0;
}
.modal-footer .products.owl-carousel button.owl-prev {
    left: 0;
}
.modal-footer .products.owl-carousel button.owl-next {
    right: 0;
}
.modal-footer .products .product .productnamewrap {
    text-align: left;
}
@media screen and (max-width: 900px) {
    .modal-footer .products {
        width: calc(100vw - 70px);
    }
}
@media screen and (max-width: 767px) {
    .modal {
        border-radius: 0;
        width: calc(100% - 30px) !important;
        height: auto !important;
        left: 0 !important;
        padding: 5px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .modal .modal-header {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .modal .modal-header h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .modal .modal-body h3 {
        font-size: 14px;
    }
    .modal.modal-alert {
        width: 90% !important;
    }
    .ajax-basket-container .ajax-product-block {
        flex-direction: column;
    }
    .ajax-basket-container .ajax-product-block img {
        margin: 10px auto;
        width: 100% !important;
        max-width: 100px;
        max-height: 100px;
    }
    .ajax-basket-container .modal-footer,
    .ajax-product-block,
    .modal-body,
    .modal-header {
        text-align: center !important;
    }
    .availability_notify_form,
    .availability_notify_info {
        float: inherit;
    }
    .ajax-product-block img {
        margin-bottom: 20px;
    }
    .modal .modal-footer a:not(.addtofav):not(.prodimage):not(.productnamewrap){
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    /* .modal-footer .boxhead, */
    .modal-footer .products.owl-loaded{
        display: none !important;
    }
}
@media screen and (max-width: 450px) {
    .modal .modal-footer .ajax-product-block {
        text-align: left;
    }
    .modal .modal-footer a {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .availability_notify_info {
        display: block;
        width: 100%;
        text-align: center;
    }
    .availability_notify_info img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .modal .modal-body input {
        width: calc(100% - 30px);
        margin-bottom: 5px;
        margin-right: 0;
    }
    .availability_notify_form button {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width:700px){
    .modal.addtobasketinfo-modal{
        left:0 !important;
        right:0 !important;
        top:inherit !important;
        bottom:0 !important;
        height: 100%;
        max-height: 100vh;
        /* max-height:calc(100vh - 160px) !important; */
        transform:none;
        width:100% !important;
    }
    .modal.addtobasketinfo-modal .modal-header{
        margin: 0 0 20px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #E5E7EB;
    }
    .modal.addtobasketinfo-modal .modal-header h3{
        font-size:14px;
        line-height:20px;
        font-weight: 600;
    }
    .modal.addtobasketinfo-modal .modal-body .ajax-product-block{
        flex-direction: row;
        padding-bottom: 20px;
    }
    .modal.addtobasketinfo-modal .modal-body .ajax-product-block img{
        width:84px;
        margin-right:16px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .modal.addtobasketinfo-modal .modal-body .ajax-product-block-info{
        width:calc(100% - 100px);
        text-align: left;
    }
    .modal.addtobasketinfo-modal .modal-footer{
        overflow: visible;
    }
    .modal.addtobasketinfo-modal .modal-footer .ajax-product-block > .btn{
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 12px !important;
    }
    .modal.addtobasketinfo-modal .modal-footer .ajax-product-block > .btn:last-child{
        margin-bottom: 0 !important;
    }
    .modal.addtobasketinfo-modal .modal-footer .boxhead{
        padding:20px 0;
        margin-top: 20px;
        font-size:16px;
        line-height: 24px;
    }
    .modal.addtobasketinfo-modal .modal-footer .owl-carousel:not(.owl-loaded){
        overflow: auto;
        display: flex;
        opacity: 1;
        width:calc(100% + 24px);
        margin-left: -12px;
        padding:0 12px 20px 12px;
        box-sizing: border-box;
    }
    .modal.addtobasketinfo-modal .modal-footer .owl-carousel:not(.owl-loaded) .product{
        width:132px;
        min-width: 132px;
        margin:0 0 0 8px;
    }
    .modal.addtobasketinfo-modal .modal-footer .owl-carousel:not(.owl-loaded) .product:first-child{
        margin-left: 0;
    }
    .modal.addtobasketinfo-modal .modal-footer .owl-carousel:not(.owl-loaded) .product .price em,
    .modal.addtobasketinfo-modal .modal-footer .owl-carousel:not(.owl-loaded) .product .price del{
        font-size:12px;
        line-height: 18px;
    }
    .modal.addtobasketinfo-modal .modal-footer .owl-carousel:not(.owl-loaded) .product .manufacturer a{
        font-size: 12px;
        line-height: 18px;
    }
    .modal.addtobasketinfo-modal .modal-footer .owl-carousel:not(.owl-loaded) .product .productnamewrap .productname{
        font-size:12px;
        line-height: 18px;
        min-height: 36px;
    }
}

.boxhead {
    margin: 20px 0;
}
@media screen and (min-width: 900px) {
    .boxhead {
        font-size:24px;
        font-weight: 600;
    }
    h1 {
        font-size:30px;
        line-height:38px;
        font-weight:600;
    }
    h2 {
        font-size:24px;
        line-height:32px;
        font-weight:600;
    }
    h3 {
        font-size:20px;
        line-height:30px;
        font-weight:600;
    }
    h4 {
        font-size:18px;
        line-height:27px;
        font-weight:600;
    }
}
@media screen and (max-width: 900px) {
    .boxhead {
        font-size: 20px;
        font-weight: 600;
    }
}
@media screen and (max-width: 900px){
    h1 {
        font-size: 24px;
        line-height: 32px;
        font-weight:600;
    }
    h2 {
        font-size: 20px;
        line-height:30px;
        font-weight:600;
    }
    h3 {
        font-size: 18px;
        line-height: 27px;
        font-weight:600;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
        font-weight:600;
    }
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 0;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-dots button{
    padding:6px 3px;
    margin:2px 0;
}
.owl-carousel .owl-dots button span{
    border-radius: 20px;
    width:32px;
    height:6px;
    background:#E5E7EB;
    transition:150ms;
    display: flex;
}

.owl-carousel .owl-dots button.active span{
    background:#9DA4AE;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    z-index: 2;
    background: var(--lightfont);
    border:1px solid #D2D6DB;
    transition:150ms;
}
button.owl-next.disabled,
button.owl-prev.disabled {
    display: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
@media screen and (min-width: 768px) {
    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-nav button::after {
    content: "";
    background: url('/userdata/public/assets/0_layout/svg/next_i.svg') transparent no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-block;
}
.owl-nav button span {
    display: none;
}
.owl-nav button.disabled {
    opacity: 0.4;
}
.owl-nav button.owl-prev::after {
    transform: rotate(-180deg) translateX(2px);
}
.owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button:hover{
    background:#D2D6DB;
}
@media screen and (min-width: 601px) {
    .owl-nav button.owl-prev {
        left:0;
    }
    .owl-nav button.owl-next {
        right:0;
    }
    .owl-nav button {
        position: absolute;
        top: calc(50% + 36px);
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 600px) {
    .owl-nav {
        position: relative;
        height: 40px;
        margin: 20px 0 50px 0;
        display: flex;
        justify-content: center;
    }
    .owl-nav button {
        margin: 0 8px;
    }
}
header {
    margin-bottom: 14px;
    transition: box-shadow 250ms;
    background:white;
}
@media screen and (max-width:900px){
    header {
       margin-bottom: 8px;
    }
}
header .top-bar {
    background-color: var(--gray);
    padding: 8px 0;
    height: 31px;
}
header .top-bar ul {
    line-height: 19px;
}
header .top-bar ul li {
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}
header .top-bar ul li:last-child {
    margin-right: 0;
}
header .top-bar ul li img {
    margin-right: 8px;
    margin-bottom: 2px;
}
header .top-bar ul li span {
    font-size: 14px;
    color: #000;
}
@media screen and (min-width: 601px) {
    header .top-bar ul li span.topbar-mobile {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    header .top-bar ul li span.topbar-desktop {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    header .top-bar {
        justify-content: space-between;
        overflow: hidden;
    }
    header .top-bar ul {
        flex-wrap: wrap;
    }
    header .top-bar ul li {
        margin-right: 15px;
    }
}
.logo-bar .link-logo {
    height: 42px;
    transition:opacity 200ms;
}
.logo-bar .link-logo img{
    object-fit: contain;
}
.logo-bar .link-logo .logo-txt {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    letter-spacing: -0.44px;
    color: var(--font);
    min-width: 212.1px;
}

.logo-bar .logo-mobile {
    width: 0;
}
.logo-bar .search__container {
    flex-grow: 1;
    margin-right:6px;
}
.search_open .search__input-area-item:first-child {
    position: absolute;
    top: 10px;
    right: 17px;
}
.search {
    position: relative;
    color: #000;
}
.search button {
    font-family: "Open Sans", sans-serif;
}
.search button.js__search-submit-btn {
    position: absolute;
    top: 0;
    left: 8px;
    background: url(/userdata/public/assets/0_layout/svg/search_i.svg) transparent no-repeat center;
    background-size: 24px;
    width: 40px;
    padding: 0;
}
.search *,
.search ::after,
.search ::before {
    box-sizing: border-box;
}
.search_open .search__content {
    display: block;
}
.search_two-columns-view .js__search-xhr-content {
    display: flex;
}
.search_two-columns-view .js__search-xhr-content .search__results-container {
    margin-left: 15px;
}
.search__loader {
    -webkit-animation: loader-spin 1s infinite ease-in-out;
    animation: loader-spin 1s infinite ease-in-out;
}
.search__btn-search {
    width: 100%;
    min-height: 100%;
    padding: 12px;
}
.search__btn-search .search__icon {
    color: #fff;
}
.search__input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.search__input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: var(--lightfont);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 45px 0 44.5px;
    margin: 0;
    min-height: 100%;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    transition:background-color 200ms;
    font-size:16px;
}

.search__input[type="search"]::-webkit-search-cancel-button,
.search__input[type="search"]::-webkit-search-decoration,
.search__input[type="search"]::-webkit-search-results-button,
.search__input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.search__input[type="search"]:focus {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search__input[type="search"]::placeholder{
    font-size:16px;
}
.search__input-area {
    background-color: var(--lightfont);
    height: 40px;
    padding: 0;
    /* padding-left: 7.5px; */
    border-radius: 50px;
    transition: 200ms;
}
.search__input-area:hover,
.search__input-area:hover .search__input[type="search"]{
    background-color: #E5E7EB;
}
.search__input-area_error {
    border-color: var(--gray);
}
.search__input-area-item_grow {
    flex-grow: 1;
}
.search__votestars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search__votestars-item {
    color: #000;
}
.search__list-icon {
    margin-right: 1em;
}
.search__list_nested {
    margin-top: 15px;
}
.search__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px 11.25px 7.5px 1.5px;
    cursor: pointer;
}
.search__list-item:first-child,
.search__list-item:last-child {
    margin: 0;
}
.search__list-item:hover,
.search__list-item_active {
    background-color: #fff;
}
.search__list-item-action-btn {
    padding: 7.5px 11.25px 7.5px 15px;
    margin: -7.5px -11.25px -7.5px -1.5px;
}
.search__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 570px;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 9px 0 rgba(16, 47, 102, 0.16);
    box-shadow: 0 2px 9px 0 rgba(16, 47, 102, 0.16);
    background-color: #fff;
    z-index: 20;
}
.search__content_right {
    left: auto;
    right: 0;
}
@media screen and (min-width: 768px) {
    .search__btn-load-more:hover {
        color: var(--font);
    }
}
.search__btn-clear {
    cursor: pointer;
}
.search__btn_link {
    font-size: inherit;
    vertical-align: unset;
}
.search__item_content {
    will-change: opacity;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
    margin: 15px 15px 10px 15px;
}
.search__item-container {
    width: 100%;
}
.search__loader {
    width: 1em;
}
.search__icon {
    font-size: 1em;
    color: var(--font);
}
.search__icon_size-l {
    font-size: 1.3em;
    line-height: 1em;
}
.search__icon_main-color {
    color: var(--font);
    background: url(/userdata/public/assets/dobre_liski/svg/close.svg) transparent no-repeat center;
    background-size: 10px;
}
.search__icon_size-xl {
    font-size: 1.3rem;
}
.search__icon_spacing {
    padding: 0.35em 0.85em;
}
.search__message {
    padding: 7.5px;
    word-break: break-word;
}
.search__message_error {
    color: var(--font);
}
.search__message_info {
    background-color: #fff;
}
.search__section-head {
    font-size: 0.9em;
    margin: 0;
    background-color: #fff;
}
.search__section-head_sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.search__section-head_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--font);
    font-size:16px;
    margin-bottom: 3px;
}
.search__section-head_line::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background-color: #ececec;
}
.search__section-btn-load-more {
    padding: 3px 15px;
}
.search__section-footer {
    text-align: center;
}
.search__result-icon {
    margin-right: 15px;
}
.search__result-icon img {
    max-width: 48px;
}
.search__result-note {
    font-size: 0.96em;
}
.search__result-note-item {
    color: var(--font);
}
.search__result-note-item:not(:last-child) {
    margin-right: 7.5px;
}
.search__result-category-title {
    font-size: 0.8em;
    font-weight: 300;
    color: var(--font);
    margin-left: 6px;
}
.search__result-title-item {
    margin: 0;
    display: inline;
    color:#4D5761;
}
.search__result-title-item-subheading {
    font-size: 0.9em;
}
.search__result-details {
    display: inline;
}
.search__result-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: top;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .search__result-link:hover {
        color: var(--font);
    }
}
.search__result-content {
    flex-grow: 1;
    line-height: 1.3em;
}
.search__result-item_active {
    color: var(--font);
}
.search__result-item_inactive {
    text-decoration: line-through;
    color: var(--font);
}
.search__result_bold {
    font-weight: 700;
}
.search__result_regular {
    font-weight: 400;
}
.search__result_match {
    font-weight: 400;
}
.search__history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.search__history-item-value {
    width: 100%;
}
.search__history-item .icon-close {
    padding: 6px;
}
.search__mobile-btn {
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    padding: 0.45em 0.85em;
    font-size: 1em;
    cursor: pointer;
    z-index: 10;
}
.search__mobile-btn_open {
    display: block;
    will-change: transform;
    -webkit-animation: show-mobile-btn 0.2s ease-out both;
    animation: show-mobile-btn 0.2s ease-out both;
}
.search__mobile-btn_close {
    display: none;
}
.search__mobile-btn_closing {
    will-change: transform;
    -webkit-animation: hide-mobile-btn 0.2s ease-out both;
    animation: hide-mobile-btn 0.2s ease-out both;
}
.search .message_error {
    color: var(--font);
}
.search .list_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search .list_inline li {
    color: var(--font);
}
.search .list_inline li:not(:last-child),
.search .list_inline > li {
    margin-right: 7.5px;
}
.search [data-search-section-name="suggestions"] .search__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search .js__search-close-btn {
    display: none;
}
.search .link,
.search a {
    color: var(--font);
    text-decoration: none;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .search .link:hover,
    .search a:hover {
        color: var(--font);
    }
    .search .link:hover img,
    .search a:hover img {
        text-decoration: none;
    }
}
.scroll_block {
    overflow: hidden;
    position: fixed;
}
.scroll_block_menu {
    overflow: hidden;
}
@keyframes hide-mobile-btn {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(15px);
    }
}
@keyframes show-mobile-btn {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@media screen and (min-width: 901px) {
    .logo-bar {
        padding: 20px 20px 24px 20px;
        height: 84px;
    }
    .logo-bar .link-logo img {
        max-width: 160px;
    }
    .logo-bar .link-logo,
    .logo-bar .link-logo img {
        margin-right: 16px;
    }
    .rwd .logo-bar .menu-toggler {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .logo-bar {
        padding: 20px 20px 10px 20px;
    }
    .rwd .logo-bar {
        flex-wrap: wrap;
    }
    .rwd .logo-bar .logo-txt {
        display: none;
    }
    .rwd .logo-bar .link-logo {
        order: 1;
        flex-grow: 1;
    }

    .rwd .logo-bar .basket-toggler,
    .rwd .logo-bar .header-account,
    .rwd .logo-bar .header-favourites,
    .rwd .logo-bar .header-logout,
    .rwd .logo-bar .menu-toggler {
        order: 2;
        margin-left: 2px;
    }
    .rwd .logo-bar .menu-toggler{
        margin-right: -5px;
    }
    .rwd .logo-bar .search__container {
        order: 3;
        width: 100%;
        margin-top: 16px;
        margin-right: 0;
    }
    .rwd .logo-bar .menu-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rwd .logo-bar .menu-toggler img{
        padding: 8px;
        box-sizing: content-box;
    }
    .rwd header .logo-bar .search {
        display: block;
        max-width: 100%;
        margin-top: 15px * 2;
    }
    .rwd .logo-bar .search {
        max-width: 100%;
    }
    .rwd #box_search .search .btn {
        width: 100%;
    }
    .rwd header .logo-bar .search_open {
        margin: 0;
    }
    .search_open {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 20;
        overflow: hidden;
        max-width: inherit;
    }
    .search_open .search__item_content {
        max-height: unset;
    }
    .search_open .search__input-area {
        padding-right: 15px * 0.5;
    }
    .search_open .search__input-area-item:first-child {
        order: 3;
    }
    .search_open .search__input-area-item:nth-child(2) {
        order: 2;
    }
    .search_open .search__input-area-item:last-child {
        order: 1;
    }
    .search_open .search__input-area .js__search-submit-btn {
        display: none;
    }
    .search_open .search__input-area .js__search-close-btn {
        display: inline-block;
        position: absolute;
        top: 0;
        transform: rotate(180deg);
    }
    form.search_open .search__input[type="search"] {
        padding: 2px 35px 0 35px;
    }
    .search_open .search__input-area .js__search-close-btn:before {
        content: "";
        background: url(/userdata/public/assets/dobre_liski/svg/arrowlong.svg) transparent no-repeat center;
        background-size: 15px;
        width: 17px;
        height: 14px;
        display: inline-block;
    }
    .search_open .search__input-area-item > span {
        padding: calc(15px * 0.5);
    }
    .search_open-empty .search__content {
        opacity: 0.7;
    }
    .search__container form.search_open > .search-input{
        position: fixed;
        top:0;
        left:0;
        right:0;
        z-index: 1;
    }
    .search__content {
        min-width: 100%;
        max-width: inherit;
        height: calc(100% - 40px);
        overflow-y: scroll;
        max-height: inherit;
        top:40px;
    }
    #box_404 .search_open {
        margin: 0;
        max-width: 100%;
    }
    .rwd header .logo-bar form.mini-search.search_open {
        margin: 0;
    }
    .rwd.wrap.scrolled header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        background: #fff;
    }
    body .rwd.wrap.scrolled #topbar{
        margin-top:-34px;
    }
    body .rwd.wrap.scrolled .breadcrumbs {
        padding-top: 163px;
    }
    .rwd.wrap.scrolled header .header-account,
    .rwd.wrap.scrolled header .header-favourites,
    .rwd.wrap.scrolled header .logo-bar .link-logo,
    .rwd.wrap.scrolled header .top-bar,
    .rwd.wrap.scrolled header .header-logout{
        display: none;
    }
    .rwd.wrap.scrolled header .logo-bar {
        height: 54px;
        padding: 0 10px;
        border-bottom: 1px solid #E5E7EB;
    }
    .rwd.wrap.scrolled header .logo-bar .search__container {
        width: calc(100% - 250px);
        margin-left: 16px;
    }
    .rwd.wrap.scrolled header .logo-bar .menu-toggler,
    .rwd.wrap.scrolled header .logo-bar .search__container {
        margin-top: 0;
    }
    .rwd.wrap.scrolled header .logo-bar .basket-toggler,
    .rwd.wrap.scrolled header .logo-bar .menu-toggler{
        order: 3;
    }
    .rwd.wrap.scrolled header .logo-bar .basket-toggler{
        margin-left: 10px;
    }
    .rwd.wrap.scrolled header .logo-bar .logo-mobile {
        transition: 150ms;
        width: 36px;
    }
}

@media screen and (max-width: 500px) {
    .logo-bar {
        padding: 20px 16px 4px 16px;
    }
}
@media screen and (max-width: 400px) {
    .rwd .logo-bar .header-logout{
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .logo-bar .link-logo img {
        max-width: 106px;
    }
}
#box_menu .innerbox > ul > li > a:before,
.menu-list li > .link-wrap > a:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
}

@media screen and (max-width:1200px) and (min-width:901px){
    .menu .menu-list > li:last-child{
        display: none;
    }
}
@media screen and (min-width: 900px) {
    .menu .back_to_category,
    .menu .menu-list-mainrow,
    .menu .next-categories {
        display: none;
    }
    .menu {
        padding: 0 20px 0 20px;
        z-index: 10;
        position: relative;
    }
    .menu .innermenu {
        position: relative;
        z-index: 10;
        border-bottom:1px solid #E5E7EB;
    }
    .menu .innermenu .menu-list {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 24px;
    }
    .menu .innermenu .menu-list li {
        float: left;
        padding: 0;
    }
    .menu .innermenu .menu-list li.current a {
        color: var(--font);
    }
    .menu .innermenu .menu-list li .link-wrap {
        margin-bottom: 0;
        line-height: normal;
    }
    .menu .innermenu .menu-list li .link-wrap a {
        padding: 4px 24px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .menu .innermenu .menu-list > li > .link-wrap > a > span::after{
        content: '';
        height: 2px;
        position: absolute;
        bottom: -2px;
        right: 0;
        left: 24px;
        background: #4d5761;
        transition:200ms;
        opacity:0;
    }
    .menu .innermenu .menu-list > li:hover > .link-wrap > a > span{
        color:var(--font);
    }
    .menu .innermenu .menu-list > li:hover  > .link-wrap > a > span::after{
        opacity:1;
    }
    .menu .innermenu .menu-list li.cat-blog .link-wrap a{
        padding-right: 0;
    }
    .menu-list > li.parent > .link-wrap > a {
        position: relative;
    }
    .menu-list > li > .link-wrap > a {
        font-size: 16px;
        font-weight: 600;
    }
    .menu-list > li.parent > .link-wrap > a:after {
        content: "";
        background: url(/userdata/public/assets/0_layout/svg/toggle_i.svg) transparent no-repeat center right;
        background-size: 20px;
        position: absolute;
        right: 0;
        top: 5px;
        width: 20px;
        height: 20px;
    }
    .menu-list > li.parent li.parent > .link-wrap a:after {
        content: "";
        background: url(/userdata/public/assets/0_layout/svg/toggle_i.svg) transparent no-repeat center right;
        background-size:16px;
        position: absolute;
        right: 12px;
        top: 50%;
        width: 16px;
        height: 16px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .menu .innermenu .menu-list li ul {
        display: none;
    }
    .menu .innermenu .menu-list li ul > li:nth-child(2) {
        margin-top: 8px;
    }
    .menu .innermenu .menu-list li ul > li:last-child {
        margin-bottom: 8px;
    }
    .menu .innermenu .menu-list li ul li {
        font-size: 14px;
    }
    .menu .innermenu .menu-list li ul li .link-wrap {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }
    .menu .innermenu .menu-list li ul li .link-wrap a {
        display: block;
        padding: 8px 30px 8px 20px;
    }
    .menu .innermenu .menu-list li.home-link-menu-li {
        display: none;
    }
    .menu .innermenu .parent:hover > div > ul {
        display: inline-block;
        position: absolute;
        z-index: 1;
        background-color: #fff;
        border-top: 1px solid rgba(16, 24, 40, 0.02);
        width: 20%;
        top: 54px;
    }
    .menu .innermenu .parent:hover > div > ul li {
        float: none;
    }
    .menu .innermenu .parent:hover > span > a span{ 
        color:var(--orange);
    }

    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul {
        right: -100%;
        top: -1px;
        width: 100%;
        border-left:0px;
        min-height: calc(100% + 2px) !important;
    }
    body.sticky .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul {
        min-height:100% !important;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul.sub-right {
        right: 100%;
    }
    .menu .innermenu .parent.position-right:hover > div > ul{
        right:0;
    }
    .menu .innermenu .parent.position-right:hover::after{
        right:0;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul.sub-right::before {
        border-top: 1px solid;
        border-right: 1px solid;
        border-left: medium none;
        border-bottom: medium none;
        left: 98.3%;
    }
    .menu .innermenu .parent:hover::after {
        content: "";
        position: absolute;
        display: block;
        height: 5em;
        width: 20%;
    }
    .menu #rwd-menu {
        background-color: #fff;
        color: var(--font);
        width: 70%;
        position: relative;
        margin-top: 3.75em;
        z-index: 9999;
    }
    .menu #rwd-menu li {
        padding: 0;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid;
        position: relative;
        cursor: pointer;
    }
    .menu #rwd-menu li::after {
        position: absolute;
        right: 1em;
        top: 1em;
    }
    .menu #rwd-menu li a {
        font-size: 1.1em;
        text-align: left;
        padding: 0.7em 0.5em 0.7em 1em;
        display: inline-block;
        width: 50%;
    }
    .menu #rwd-menu li a.active {
        background-color: #fff;
        color: var(--font);
    }
    .menu #rwd-menu li ul {
        background-color: #fff;
    }
    .menu #rwd-menu li ul li a {
        border-style: dotted;
        padding-left: 2em;
    }
    .menu #rwd-menu li ul li li a {
        border-style: dotted;
        padding-left: 3em;
    }
    .menu #rwd-menu li ul li li li a {
        border-style: dotted;
        padding-left: 4em;
    }
    .menu #rwd-menu li ul li:first-child {
        border-top: 1px solid;
    }
    .menu #rwd-menu li ul:last-child li:last-child {
        border-bottom: none;
    }
    .menu [data-basket-count] {
        position: relative;
    }
    .menu [data-basket-count]::after {
        content: attr(data-basket-count);
        display: flex;
        position: absolute;
        background-color: #fff;
        color: var(--font);
        justify-content: center;
        align-content: center;
        top: 0;
        left: 56%;
        font-size: 12px;
        border-radius: 50%;
        padding: 5px 7px 5px 7px;
        line-height: 10px;
        font-weight: 700;
    }
    .current_parent > h3 > a {
        color: var(--font);
    }
    .menu-list > li:nth-child(2) > .link-wrap > a {
        padding-left: 0 !important;
    }
    .menu .innermenu .menu-list > li:nth-child(2) > .link-wrap > a > span::after{
        left:0;
    }
    .menu .menu-list a#headlink11,
    .menu .menu-list a#headlink13{
        padding-right: 0;
    }
    header:not(.sticky) .menu .innermenu .parent:hover > div > ul {
        min-height: 388px;
    }

    .menu .innermenu .recommendation-product-wrap ul{
        right: -100%;
        top: -1px;
        width: 100%;
        border-left: 0px;
        min-height: calc(100% + 2px) !important;
        position: absolute;
        z-index: 1;
        background-color: #fff;
        border-top: 1px solid rgba(16, 24, 40, 0.02);
        display: block !important;
    }
    .menu .innermenu .recommendation-product-wrap ul.sub-right{
        right:100%;
    }
}
@media screen and (max-width: 1200px) {
    .menu .innermenu .menu-list li .link-wrap {
        font-size: 14px;
    }
    .menu .innermenu .menu-list li .link-wrap a {
        padding: 4px 19px 4px 10px;
        display: flex;
    }
}

@media screen and (max-width: 1200px) {
    .menu-list > li > .link-wrap > a {
        font-size: 14px !important;
        line-height: 22px;
    }
}
@media screen and (min-width:900px) and (max-width:1000px){
    .menu li#hcategory_167{
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .block-menu {
        overflow: hidden;
    }
    .menu {
        display: block;
        position: fixed !important;
        top: 0;
        bottom: 0;
        right: -600px;
        background: #fff;
        padding: 0;
        overflow-y: scroll;
        transition: right 0.2s linear;
        z-index: 12;
        width: 100%;
        max-width: 475px;
        visibility: hidden;
    }
    .menu.active {
        right: 0;
        visibility: visible;
        z-index: 2001;
    }
    .menu .innermenu {
        padding: 0;
        background: #fff;
    }
    .menu .menu-list{
        display: flex;
        flex-wrap:wrap;
        padding-bottom: 20px;
    }
    .menu .menu-list .submenu {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        right: -600px;
        transition: right 0.2s linear;
        background: #fff;
        z-index: 1;
        overflow-y: scroll;
        max-width: 475px;
        width: 100%;
    }
    .menu .menu-list .submenu.active {
        right: 0;
    }
    .menu ul {
        list-style: none;
    }
    .menu .menu-list li {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E5E7EB;
        padding: 0 5px 0 10px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .menu .menu-list li.li50{
        width: 50%;
        padding: 0;
        border-bottom: none;
        margin-bottom: 4px;
    }
    .menu .menu-list li.li50.parent{
        order:-2;
    }
    .menu .menu-list li.li50:not(.parent){
        order:-1;
    }
    .menu .menu-list li.li50:nth-child(2n+1){
        padding-left:8px;
    }
    .menu .menu-list li.li50:nth-child(2n){
        padding-right: 8px;
    }
    .menu .menu-list li.li50 > .link-wrap{
        width: 100% !important;
    }
    .menu .menu-list li.li50 > .link-wrap a{
        flex-direction: column;
        padding: 0 !important;
    }
    .menu .menu-list > li > .link-wrap > a::before{
        display: none !important;
    }
    .menu .menu-list > li{
        border-bottom:none;
    }

    .menu .menu-list > li.cat-blog{
        margin-top: 10px;
        border-top:1px solid #E5E7EB;
        padding-top: 8px;
    }

    .menu .menu-list li.li50 > .link-wrap a span{
        width: 100%;
    }
    .menu .menu-list li.li50 > .link-wrap a .cat-imgwrap img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .menu .menu-list li.li50 > .link-wrap a span.span{
        padding: 8px 16px !important;
        display: flex;
        text-align: left;
        align-items: center;
    }

    .menu .menu-list .next-categories {
        cursor: pointer;
        height: 44px;
        width: 40px;
        position: relative;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu .menu-list li.li50 >.next-categories{
        height: 100% !important;
    }
    .menu .menu-list li.li50 > .link-wrap > a::before,
    .menu .menu-list li.li50 >.next-categories img{
        display: none !important;
    }

    .menu .menu-list > li > .next-categories {
        width: 100%;
        position: absolute;
        justify-content: flex-end;
        padding-right: 12px;
    }
    .menu .menu-list li:not(.parent) > .link-wrap {
        width: 100%;
    }
    .menu .menu-list li.parent > .link-wrap {
        width: calc(100% - 40px);
    }
    .menu .menu-list > li .link-wrap a {
        padding: 16px 5px !important;
        align-items: center;
    }
    .menu .menu-list > li .link-wrap a span {
        display: flex;
        align-items: center;
    }
    
    .menu .menu-list > li:not(.li50) > .link-wrap a{
        padding: 12px 5px !important;
    }

    .menu ul li > span > a > span {
        font-size: 16px;
        line-height: 24px;
        color: var(--font);
        font-weight: 500;
    }
    .menu .menu-list > li ul li a {
        display: block;
        padding: 10px 0;
    }
    .menu-list-mainrow {
        order:-3;
        justify-content: flex-end;
        height:80px;
        margin-right: 0;
        padding-left: 16px !important;
    }
    .menu-list-mainrow .search-form{
        flex-grow: 1;
    }
    .menu-list-mainrow .search-form{
        position: relative;
    }
    .menu-list-mainrow .search-form input{
        border-radius: 20px;
        border: none;
        background: #F3F4F6;
        font-size: 16px;
        line-height: 24px;
        color: var(--font);
        padding: 8px 10px 8px 52px;
        box-sizing: border-box;
        height: 40px;
        width: 100%;
    }
    .menu-list-mainrow .search-form input::placeholder{
        font-size:16px;
    }
    .menu-list-mainrow .search-form button{
        position: absolute;
        left: 2px;
        padding: 8px 12px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
    }
    .menu-list-mainrow .close{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px 9px 9px 25px;
        box-sizing: content-box;
    }
    .menu .back_to_category {
        padding: 15px 15px 0px 15px !important;
        /* height: 64px; */
        justify-content: space-between;
        cursor: pointer;
        flex-wrap:wrap;
        overflow: visible !important;
    }
    .menu .back_to_category .imgwrap{
        flex-grow:1;
        width: 100%;
        width:calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 15px;
        height:96px;
        overflow: hidden;
    }
    .menu .back_to_category .imgwrap img{
        width:100%;
        height: 100%;
        object-fit: cover;
    }
    .menu .close-menu {
        cursor: pointer;
    }
    .menu .close-menu-child {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 30px;
        height: 30px;
    }
    .menu .back_to_category span {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
    .menu .back_to_category span:not(.close-menu) {
        flex-grow:1;
        padding:0 12px;
        box-sizing: border-box;
    }
    .menu #links-top .links-top-container {
        display: flex;
        flex-direction: column;
        padding: 20px 25px 30px 25px;
    }
    .menu #links-top a {
        font-size: 14px;
        line-height: 21px;
        padding: 4.5px 0;
        margin: 2.5px;
    }
    .menu-list > li > .link-wrap > a:before {
        margin-right: 12px;
        width: 24px !important;
        background-position: center !important;
    }
}
@media screen and (max-width: 360px) {
    .menu,
    .menu .menu-list .submenu {
        max-width: 100%;
    }
}
.menu .menu-list > li ul li a:before {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

#box_menu .innerbox > ul > li ul > li > a::before{
    display: none !important;
}
#box_menu .innerbox > ul > li ul{
    padding-left: 16px;
}
#box_menu ul li {
    margin: 16px 0;
}
#box_menu > ul > li:first-child{
    margin-top: 0;
}
#box_menu ul li a {
    display: flex;
    align-items: center;
    color:#4D5761;
}
#box_menu ul li a:hover {
    text-decoration: underline;
    color:#4D5761;
}
#box_menu .innerbox > ul > li > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
#box_menu ul > li ul li > a {
    font-size: 14px;
    line-height: 21px;
}
#box_menu ul li a:before {
    background-position: center !important;
    content: "";
    margin-right: 12px !important;
    display: inline-block;
    min-width: 30px;
    max-width: 30px !important;
    width: 24px;
    height: 24px;
}
body:not(.shop_product_new):not(.shop_product_promo):not(.shop_):not(.shop_product_producer):not(#shop_category0) #box_menu .innerbox > ul > li {
    display: none;
}
#box_menu .innerbox > ul > li.current,
#box_menu .innerbox > ul > li.current_parent {
    display: block !important;
}
#box_menu ul li.current_parent a,
#box_menu ul li.current a{
    color:var(--font);
}
#box_menu ul > li ul li.current_parent > a,
#box_menu ul > li ul li.current > a {
    font-weight: 700;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
#box_menu ul > li ul li.current_parent > a::after,
#box_menu ul > li ul li.current > a::after{
    content:'';
    background:url('/userdata/public/assets/0_layout/svg/arrow_right_i.svg') transparent no-repeat center;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    display: inline-block !important;
    margin-left: -6px;
}
.custom-mask,
.mask-header {
    background: var(--font);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.2s linear;
    z-index: 2001;
}
.custom-mask:not(.active),
.mask-header:not(.active) {
    display: none;
}
.custom-mask.active,
.mask-header.active {
    display: block;
}
.custom-mask:not(.show),
.mask-header:not(.show) {
    opacity: 0;
}
.custom-mask.show,
.mask-header.show {
    opacity: 0.3;
}
.logo-bar .basket-toggler {
    cursor: pointer;
}
.basket-contain {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 12;
    background: #fff;
    max-width: 420px;
    transition: 0.2s linear;
    width: 100%;
    padding: 56px 32px;
    box-sizing: border-box;
    overflow: auto;
}
@media screen and (max-width: 360px) {
    .basket-contain {
        max-width: 100%;
    }
}
.basket-contain:not(.active) {
    display: none;
}
.basket-contain.active {
    display: block;
    z-index: 2001;
}
.basket-contain:not(.show) {
    right: -500px;
}
.basket-contain.show {
    right: 0;
}
.basket-contain-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.basket-contain-header .title{
    font-size:20px;
    font-weight:600;
    line-height:30px;
}
.basket-contain-header .basket-contain-close {
    width: 52px;
    height: 30px;
    cursor: pointer;
    margin-right: -18px;
}
.basket-contain-title {
    padding: 0 15px 10px 15px;
}
.basket-contain-title .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 5px;
}
.basket-contain-title .quantity {
    font-size: 13px;
    font-weight: 400;
    display: none;
}
.basket-contain .basket-products {
    overflow:auto;
    border-bottom:1px solid #E5E7EB;
}

.basket-contain .basket-products::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}
.basket-contain .basket-products::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #E5E7EB;
}
.basket-contain .basket-products::-webkit-scrollbar-thumb {
    background: #9DA4AE;
    border-radius: 10px;
}
.basket-contain .basket-products::-webkit-scrollbar-thumb:hover {
    background: rgb(103, 107, 112);
    border-radius: 10px;
}
.basket-contain .basket-products ul li {
    display: grid;
    grid-template-columns: 75px calc(100% - 130px);
    padding-bottom: 12px;
    margin-bottom: 12px;
    min-height: 75px;
    position: relative;
}
.basket-contain .basket-products ul li img {
    width: 75px;
    height:75px;
    grid-column: 1;
    margin: 0 auto;
    object-fit: contain;
}
.basket-contain .basket-products ul li .product-name {
    grid-column: 2;
    grid-row: 1;
    color: #4D5761;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-left: 15px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}
.basket-contain .basket-products ul li .product-info {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    grid-column: 2;
    grid-row: 2;
    margin-left: 15px;
    margin-top: -24px;
}

.basket-contain .basket-products ul li .remove-product {
    position: absolute;
    bottom: 18px;
    right: 0;
    text-decoration: underline;
    font-size:14px;
    line-height: 21px;
    color:var(--font);
}
.basket-contain .basket-products ul li .remove-product:hover,
.basket-contain .basket-products ul li .remove-product:hover a{
    color:var(--font);
    text-decoration: none;
}
.basket-contain .basket-summery{
    padding-top: 24px;
}
.basket-contain .basket-summery .basket-price{
    display: block;
}
.basket-contain .basket-summery .basket-price .basket-price-right{
    display: flex;
    flex-direction: column;
}
.basket-contain .basket-summery .basket-price .basket-price-right > span{
    display: flex;
    justify-content: space-between;
    color:var(--font);
    font-size:16px;
    line-height: 24px;
    font-weight: 600;
}
.basket-contain .basket-summery .btn{
    margin: 24px 0;
    width: 100%;
    text-align: center;
}
@media screen and (min-width:701px){
    .basket-contain{
        overflow: hidden;
    }
    .basket-contain .basket-summery{
        position: absolute;
        bottom: 6px;
        left: 32px;
        right: 32px;
        padding-top: 0;
    }
    .basket-contain .basket-products{
        max-height: calc(100% - 185px);
        padding-right:10px;
        width:calc(100% + 10px);
    }
}

@media screen and (max-width:700px){
    .basket-contain{
        padding: 15px 20px 20px 20px;
        overflow: hidden;
        max-height: calc(100vh - 80px);
        bottom: -100vh;
        right:inherit;
        max-width: 100%;
        top: inherit;
        left: 0;
    }
    .basket-contain.show{
        right:inherit;
        bottom:0;
    }
    .basket-contain .basket-contain-header{

        border-bottom: 1px solid #E5E7EB;
        padding-bottom: 15px;
        margin-bottom: 24px;
    }
    .basket-contain .basket-contain-header .title{
        font-size:14px;
        line-height: 20px;
        text-align: center;
        display: block;
        flex-grow: 1;
        margin-left: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .basket-contain-header .basket-contain-close{
        height:30px;
    }
    .basket-contain-header .basket-contain-close img{
        width:20px;
        height: 20px;
    }
    .basket-contain .basket-products{
        max-height: calc(100vh - 325px);
        width: calc(100% + 13px);
        padding-right: 13px;
    }
    .basket-contain .basket-summery{
        padding-top: 20px;
    }
    .basket-contain .basket-summery .btn{
        margin-top: 20px;
    }
}

.logo-bar .header-account,
.logo-bar .header-favourites,
.logo-bar .header-logout,
.logo-bar .basket-toggler{
    position: relative;
    margin-left: 4px;
}
.logo-bar .header-account img,
.logo-bar .header-favourites img,
.logo-bar .header-logout img,
.logo-bar .basket-toggler img{
    padding:8px;
    box-sizing: content-box;
}
.logo-bar .header-account a,
.logo-bar .header-favourites a,
.logo-bar .header-logout a,
.logo-bar .basket-toggler a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo-bar .header-account::before,
.logo-bar .header-favourites::before,
.logo-bar .header-logout::before,
.logo-bar .basket-toggler::before{
    content:'';
    position: absolute;
    left:2px;
    right:2px;
    top:2px;
    bottom:2px;
    background:#E5E7EB;
    border-radius:100%;
    pointer-events: none;
    z-index: -1;
    transition:200ms;
    opacity:0;
}
.logo-bar .header-account:hover::before,
.logo-bar .header-favourites:hover::before,
.logo-bar .header-logout:hover::before,
.logo-bar .basket-toggler:hover::before{
    opacity:1;
}
.logo-bar .basket-toggler:hover::after,
.logo-bar .header-account:hover .loyalty-points-user{
    opacity:0;
}
.shop_index .breadcrumbs .innerbreadcrumbs {
    opacity: 0;
    margin-bottom:0px;
}

@media screen and (min-width:701px){
    .shop_product_list footer .innerfooter,
    .shop_collection footer .innerfooter,
    .shop_panel footer .innerfooter,
    .shop_panel_orders footer .innerfooter,
    .shop_panel_order footer .innerfooter,
    .shop_panel_address footer .innerfooter,
    .shop_panel_addresses footer .innerfooter,
    .shop_panel_edit footer .innerfooter,
    .shop_login footer .innerfooter,
    .shop_login_register .innerfooter,
    .shop_panel_favourites footer .innerfooter,
    .shop_product footer .innerfooter{
        border-top:1px solid #E5E7EB;
    }
}
@media screen and (max-width:700px){
    .shop_product_list .wrap.rwd > .up,
    .shop_collection .wrap.rwd > .up,
    .shop_panel_orders .wrap.rwd > .up,
    .shop_panel .wrap.rwd > .up,
    .shop_panel_order .wrap.rwd > .up,
    .shop_panel_address .wrap.rwd > .up,
    .shop_panel_addresses .wrap.rwd > .up,
    .shop_panel_edit .wrap.rwd > .up,
    .shop_login .wrap.rwd > .up,
    .shop_login_register .wrap.rwd > .up,
    .shop_panel_favourites .wrap.rwd > .up,
    .shop_product .wrap.rwd > .up{
        border-top:1px solid #E5E7EB;
        padding-top: 40px;
    }
}
footer {
    background: white;
    color: var(--lightfont2);
    padding-bottom: 24px;
}
footer .overall li a {
    color: var(--lightfont2);
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
    display: block;
}
footer .overall li a:hover{
    text-decoration: underline;
}
footer .overall li.head {
    color: var(--lightfont2);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
footer .overall .overall {
    margin-top: 40px;
    margin-bottom: 28px;
}

footer .overall.overall-contact .footer-contacts{
    display: block !important;
}

footer .overall.overall-contact .footer-contacts .hours{
    font-size:14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 12px;
    color:var(--lightfont2);
}

footer .overall.overall-contact .footer-contacts > a{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
}
footer .overall.overall-contact .footer-contacts > a img{
    margin-right:8px;
}

footer .overall.overall-contact .head{
    font-size:16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom:16px;
    color:var(--lightfont2);
}

footer .userfooter .footer-details{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 19px;
    margin-bottom: 24px;
}

footer .userfooter .footer-details .footer-methods{
    display: flex;
    flex-wrap:wrap;
    margin-left: -14px;
}
footer .userfooter .footer-details .footer-methods img{
    margin:0 0 5px 14px;
}

footer .userfooter .footer-details .footer-socials{
    display: flex;
}
footer .userfooter .footer-details .footer-socials a{
    margin: 0 0 0 16px;
}
footer .userfooter .footer-details .footer-socials a img{
    /* transition: 1500ms; */
}
footer .userfooter .footer-details .footer-socials a:hover img{
    filter: invert(46%) sepia(8%) saturate(548%) hue-rotate(179deg) brightness(95%) contrast(92%);
}


footer .userfooter .copyright{
    display: flex;
    justify-content: space-between;
}

footer .userfooter .copyright p,
footer .userfooter .copyright a{
    color:var(--lightfont2);
    font-size:12px;
    line-height: 18px;
}
@media screen and (max-width: 1100px) {
    footer .overall .overall.overall-logo {
        display: none;
    }
    footer .overall .overall {
        flex-basis: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    footer .overall .overall li {
        height: auto !important;
        display: block !important;
    }
}
@media screen and (max-width: 600px) {
    footer .overall {
        flex-wrap: wrap;
    }

    footer .overall .overall {
        flex-basis: 100%;
    }
    footer .overall .overall {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    footer .overall .overall.overall-logo{
        display: block;
        margin-top: 0;
        margin-bottom: 4px;
    }

    footer .overall.overall-contact .footer-contacts{
        margin-bottom: 4px;
    }
    footer .overall.overall-logo{
        margin-bottom: 0;
    }

    footer .userfooter .footer-details{
        flex-direction: column-reverse;
        padding-bottom: 15px;
    }
    footer .userfooter .footer-details .footer-socials{
        margin-left: -16px;
        margin-bottom: 16px;
    }
    footer .userfooter .copyright{
        flex-direction: column;
    }
    footer .userfooter .copyright p:first-child{
        margin-bottom: 20px;
    }
}
.freeShipping {
    font-size: 12px;
    padding:0;
    margin-top: 8px;
    margin-bottom:0;
    position: relative;
    text-align: right;
    color:#4D5761;
}
.freeShipping strong {
    color:#4D5761;
    font-weight: 400;
}
.freeShipping .value {
    font-weight: 700;
    color:#4D5761;
}
.freeShipping .normal,
.freeShipping .over {
    padding: 0;
    color:#4D5761;
}
.freeShipping .line-wrap {
    content: "";
    height: 8px;
    margin: 0 15px;
    position: relative;
    border-radius: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d6d6d6;
    display: none;
}
.freeShipping .line {
    height: 8px;
    border-radius: 10px;
    background-color: var(--green);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s;
}
#box_bestsellers,
#box_lastadded,
#box_productoftheday,
#box_specialoffer,
#box_wce_inni_kupili_rowniez_custom{
    margin-bottom:40px;
    background:var(--lightfont);
    padding:40px 0 20px 0;
    position: relative;
    z-index: 1;
}
#box_bestsellers .innerbox,
#box_lastadded .innerbox,
#box_productoftheday .innerbox,
#box_specialoffer .innerbox,
#box_wce_inni_kupili_rowniez_custom .owl-carousel{
    padding-bottom: 20px;
}
#box_bestsellers .innerbox:not(.owl-loaded),
#box_lastadded .innerbox:not(.owl-loaded),
#box_productoftheday .innerbox:not(.owl-loaded),
#box_specialoffer .innerbox:not(.owl-loaded),
#box_wce_inni_kupili_rowniez_custom .owl-carousel:not(.owl-loaded){
    display: flex !important;
}
#box_bestsellers .owl-carousel.owl-loaded,
#box_lastadded .owl-carousel.owl-loaded,
#box_productoftheday .owl-carousel.owl-loaded,
#box_specialoffer .owl-carousel.owl-loaded,
#box_wce_inni_kupili_rowniez_custom .owl-carousel.owl-loaded{
   position: static;
}
#box_bestsellers .owl-carousel .owl-stage-outer,
#box_lastadded .owl-carousel .owl-stage-outer,
#box_productoftheday .owl-carousel .owl-stage-outer,
#box_specialoffer .owl-carousel .owl-stage-outer,
#box_wce_inni_kupili_rowniez_custom .owl-carousel .owl-stage-outer{
   overflow: visible;
}
.products.owl-carousel {
    transition: opacity 0.2s linear;
    opacity: 0;
}
.products.owl-carousel.owl-loaded {
    opacity: 1;
}
#box_bestsellers .boxhead,
#box_lastadded .boxhead,
#box_productoftheday .boxhead,
#box_specialoffer .boxhead {
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
}

#box_bestsellers .boxhead a img,
#box_lastadded .boxhead a img,
#box_productoftheday .boxhead a img,
#box_specialoffer .boxhead a img{
    margin-left: 4px;
}

#box_bestsellers .boxhead a:hover,
#box_lastadded .boxhead a:hover,
#box_productoftheday .boxhead a:hover,
#box_specialoffer .boxhead a:hover{
    filter: brightness(0.5);
}

.product {
    position: relative;
    overflow: hidden;
    background: white;
}
@media screen and (min-width:701px){
    .product:hover .form-wrap{
        opacity:1;
    }
}
@media screen and (max-width:700px){
    .product .form-wrap{
        display: none;
    }
}
.product .addtofav,
.custom-gallery .addtofav{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:8px;
    right:8px;
    transition: 150ms;
    background: var(--lightfont);
    border-radius: 50px;
}
@media screen and (min-width: 768px) {
    .product .addtofav:hover,
    .custom-gallery .addtofav:hover{
        background:#D2D6DB;
    }
}
.product .imgwrap{
    position: relative;
}
.product .boximgsize {
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 12px;
    margin-top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .boximgsize img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    image-rendering: -webkit-optimize-contrast;
}
.product .productnamewrap {
    overflow: hidden;
    display: block;
    text-align: left;
    padding: 0 12px 12px 12px;
}
.product .productnamewrap:hover .productname{
    color:var(--font);
}
.product .productnamewrap .productname {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
    font-weight: 400;
}
.product .productnamewrap .productname .variant{
    color:var(--font);
}
.product .manufacturer {
    min-height: 20px;
    max-height: 20px;
    overflow: hidden;
    margin-bottom: 4px;
    padding: 0 12px;
}
.product .manufacturer a {
    color: #9DA4AE;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    display: block;
    text-align: left;
}
.product .basket .shaded_inputwrap,
.product .basket .unit {
    display: none;
}
.product .form-wrap{
    position: absolute;
    bottom:8px;
    right:8px;
    opacity:0;
    transition:150ms;
}
.product .form-wrap fieldset{
    display: flex;
}
.product form button,
.product .form-wrap button {
    padding: 0;
    height: 44px;
    background:transparent;
}
.product .basket button.addtobasket span,
.product .basket button.addtobasketModal span,
.product button.availability-notifier-btn span{
    display: none;
}
.product .basket button.addtobasket:before,
.product .basket button.addtobasketModal:before,
.product button.availability-notifier-btn:before{
    content: "";
    background: url(/userdata/public/assets/0_layout/svg/cartwhite_i.svg) var(--orange) no-repeat center;
    background-size: 24px;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius:50px;
    box-sizing: border-box;
    transition:150ms;
}

.product button.availability-notifier-btn:before{
    background: url(/userdata/public/assets/0_layout/svg/cart_gray_i.svg) #D2D6DB no-repeat center;
}
.product button.availability-notifier-btn:hover:before{
    background-color:#bec4cc;
}

.product .basket button.addtobasket:hover:before,
.product .basket button.addtobasketModal:hover:before{
    background-color:#B93815;
}
.product .price {
    padding: 2px 6px;
    display: inline-flex;
    position: absolute;
    margin-top:-35px;
    background: white;
    left: 8px;
}
.product .price em {
    font-style: normal;
    font-weight:600;
    font-size:14px;
    line-height: 20px;
}
.product .price em.color {
    color:var(--error);
}
.product .price del {
    font-size:14px;
    line-height: 20px;
    margin-right:4px;
}
@media screen and (max-width:700px){
    .product .price{
        padding-left: 6px;
        padding-right: 6px;
    }
    /* .product .addtofav{
        width:20px;
        height:20px;
    }
    .product .addtofav img{
        width: 14px;
        height: 14px;
    } */
}
.tags{
    position: absolute;
    top:0px;
    left:0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tags li{
    margin-bottom:4px;
}
.tags li span{
    font-size:12px;
    line-height: 18px;
    font-weight: 600;
    padding:2px 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#F8FAFC;
}
.tags li.promo span{
    background:var(--error);
    color:white;
}

#side-switch .items {
    display: flex;
    flex-wrap: wrap;
}
#side-switch .item .name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 9px 26px 7px 26px;
    border: 1px solid var(--font);
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 36px;
    cursor: pointer;
}
#side-switch .item .name.active {
    border-color: var(--orange);
    color: var(--orange);
}
@media screen and (min-width: 601px) {
    #side-switch .item:first-child .name {
        margin-left: 0;
    }
    #side-switch {
        padding-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    .layout.module_54 {
        padding: 0;
    }
    .layout.module_54 .boxhead {
        padding: 0 10px;
    }
    #side-switch .item:last-child .name {
        margin-right: 15px;
    }
    #side-switch {
        flex-wrap: nowrap;
    }
    #side-switch .items {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    #side-switch .items::-webkit-scrollbar {
        width: 10px;
    }
    #side-switch .item .name {
        margin-left: 10px;
    }
}
@media screen and (min-width: 900px) {
    #module_categories {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    #module_categories {
        margin: 15px 0 20px 0;
        padding: 0;
    }
    #module_categories .layout{
        padding-left:0;
        padding-right: 0;
    }
    #module_categories .innerbox{
        display: flex;
        overflow: auto;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    #module_categories .boxhead,
    #module_categories .innerbox{
        padding-left: 20px;
        padding-right: 20px;
    }

    #module_categories .innerbox .categories-item{
        width: 96px;
        min-width: 96px;
        white-space: nowrap;
        margin: 0 0 0 16px;
    }
    #module_categories .innerbox .categories-item:first-of-type{
        margin-left: 0;
    }
    #module_categories .innerbox .categories-item a,
    #module_categories .innerbox .categories-item .a{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    #module_categories .innerbox .categories-item a .imgwrap,
    #module_categories .innerbox .categories-item .a .imgwrap{
        aspect-ratio: 1;
        margin-bottom: 12px;
    }
    #module_categories .innerbox .categories-item a .imgwrap img,
    #module_categories .innerbox .categories-item .a .imgwrap img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #module_categories .innerbox .categories-item a .name,
    #module_categories .innerbox .categories-item .a .name{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    
}
@media screen and (max-width: 600px) and (min-width: 501px) {
    #categories .innerbox .categories-item {
        width: 33%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
    #categories .innerbox .categories-item {
        width: 50%;
        margin-bottom: 15px;
    }
    #module_categories .boxhead,
    #module_categories .innerbox{
        padding-left:16px;
        padding-right:16px;
    }
}

#opinions{
    position: relative;
    margin:40px 0;
}
#opinions .opinion {
    background:#f3f4f6;
    padding: 24px;
    transition: background 200ms;
}
#opinions .opinion:hover {
    background:#E5E7EB
}

#opinions .opinion .opinion-head{
    display: flex;
}
#opinions .opinion .opinion-head .opinion-head-avatar{
    width: 48px;
    height: 48px;
    margin-right: 12px;
}
#opinions .opinion .name {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}
#opinions .opinion .stars {
    justify-content: flex-start;
    margin-left: -4px;
}
#opinions .opinion .stars .star{
    margin-left: 4px;
}
#opinions .opinion .source a {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: underline;
    margin-bottom: 15px;
}
#opinions .opinion .source a img {
    width: 16px;
    object-fit: contain;
}
#opinions .opinion .source a .txt {
    margin-right: 6px;
    padding-top: 3px;
}
#opinions .opinion .np-txt {
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    color:#4D5761;
    margin: 20px 0 20px 0;
}
#opinions .box{
    display: flex;
}
#opinions .box.boxhead{
    margin-bottom: 40px;
}

#opinions .box .leftside{
    width:176px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-right:32px;
    box-sizing: border-box;
}
#opinions .box .leftside::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50vw + 50%);
    left: calc(-50vw - 50%);
    background: white;
}
#opinions .box .leftside .line{
    flex-direction: column;
    align-items:flex-start;
    position: relative;
    z-index: 1;
    background: white;
    height: 100%;
}
#opinions .box .leftside .line > a{
    margin-bottom: 10px;
}
#opinions .box .leftside .line .col-line .line .stars{
    margin-left:-8px;
}
#opinions .box .owl-carousel{
    position: static;
    width:calc(100% - 208px)
}
#opinions .box .owl-carousel .owl-stage-outer{
    overflow: visible;
}
#opinions .box .owl-carousel .owl-nav button.owl-prev{
    left:inherit;
    margin-left: -32px;
}

@media screen and (max-width:900px){
    #opinions{
        margin:20px 0;
    }
    #opinions .box{
        flex-direction: column;
    }
    #opinions .layout .boxhead{
        margin: 0;
        position: absolute;
        left:20px;
    }
    #opinions .box .leftside{
        width: 100%;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    #opinions .box .leftside::before{
        display: none;
    }
    #opinions .box .leftside > .line{
        flex-direction: row-reverse;
        align-items: flex-end;
        background: transparent;
    }
    #opinions .box .leftside .line > a{
        margin-left: 15px;
        flex-grow: 1;
        text-align: right;
    }
    #opinions .box .leftside .line > a img{
        max-width: 100px;
    }
    #opinions .leftside .line .star img{
        max-width: 20px;
    }
    #opinions .leftside .line .review_rating{
        font-size:18px;
        font-weight:700;
        line-height:28px;
    }
    #opinions .box .owl-carousel{
        width: 100%;
    }
    #opinions .owl-carousel:not(.owl-loaded){
        display: flex;
        padding: 0 20px 0 0px;
        box-sizing: border-box;
        overflow: auto;
    }
    #opinions .owl-carousel:not(.owl-loaded) .opinion{
        min-width: 280px;
        width: 280px;
        margin:0 0 0 18px;
    }
}
@media screen and (max-width:500px){
    #opinions .layout .boxhead{
        left:16px;
    }
    #opinions .box .leftside{
        padding-left:16px;
        padding-right: 16px;
    }
}
#box_articlelistsmall{
    padding: 40px 0;
    box-sizing: border-box;
}
#box_articlelistsmall .boxhead{
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#box_articlelistsmall article .article-imgwrap {
    margin: 0 0 14px 0;
    height: 224px;
    position: relative;
    overflow: hidden;
}

#box_articlelistsmall article .article-image {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    transition: 150ms;
}
#box_articlelistsmall article .article-imgwrap:hover + .article_name{
    text-decoration: underline;
}
#box_articlelistsmall article .article-imgwrap:hover .article-image{
    transform: translateY(-50%) scale(1.1);
}
#box_articlelistsmall article .article_name{
    margin-bottom:8px;
}
#box_articlelistsmall article .article_name a span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:20px;
    line-height: 30px;
    font-weight: 600;
    min-height: 60px;
    position: relative;
    padding-right:20px;
}

#box_articlelistsmall article .article_name a span::after{
    content:'';
    background:url('/userdata/public/assets/0_layout/svg/arrowupdark_i.svg') transparent no-repeat center;
    width:20px;
    height: 20px;
    position: absolute;
    top:4px;
    right:0;
    display: block;
}
#box_articlelistsmall article .article_name a:hover span{
    color:var(--font);
    text-decoration: underline;
}

#box_articlelistsmall article .article-shortdesc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#box_articlelistsmall article .article-shortdesc,
#box_articlelistsmall article .article-shortdesc p{
    color:#4D5761;
    font-size:16px;
    line-height:24px;
}
@media screen and (max-width:900px) and (min-width:700px){
    #box_articlelistsmall .owl-carousel .owl-stage{
        padding-left:0 !important;
    }
}
@media screen and (max-width:700px){
    #box_articlelistsmall{
        padding:0 0 20px 0;
    }
    #box_articlelistsmall article .article_name a span{
        font-size:18px;
        line-height:28px;
        min-height:auto;
    }
    #box_articlelistsmall article .article-shortdesc, #box_articlelistsmall article .article-shortdesc p{
        font-size:14px;
        line-height:21px;
    }
    #box_articlelistsmall .owl-carousel .owl-dots{
        margin-top: 20px;
    }
    #box_articlelistsmall .boxhead{
        margin-bottom: 20px;
    }
}
body:not(.shop_product) .module-wrap[data-module-id="49"],
.module-wrap[data-module-id="59"]{
    padding: 40px 0;
    background:#F3F4F6;
}
#newsletter-ebook .newsletter-ebook-wrap > .flex-6:first-child{
    padding-right:60px;
}

#newsletter-ebook .newsletter-ebook-wrap > .flex-6:last-child{
    padding-left:60px;
}
#newsletter-ebook .boxhead{
    margin: 0 0 24px 0;
}
#newsletter-ebook p{
    font-size:16px;
    line-height:24px;
    color:#4D5761;
    margin-bottom: 12px;
}

#mc_embed_signup form fieldset #mce-EMAIL{
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #4D5761;
    width: 100%;
    padding:14px 0;
    border-radius: 0px;
    margin-bottom: 24px;
}
#mc_embed_signup form fieldset #mce-EMAIL::placeholder{
    color:#9DA4AE;
}

#mc_embed_signup form fieldset #mc-embedded-subscribe{
   min-width: 160px;
   border-radius:0px;
}
@media screen and (min-width:701px){
    #newsletter-ebook .img-mobile{
        display: none;
    }
}
@media screen and (max-width:1000px) and (min-width:701px){
    #newsletter-ebook .newsletter-ebook-wrap > .flex-6:first-child{
        padding-right:20px;
    }
    #newsletter-ebook .newsletter-ebook-wrap > .flex-6:last-child{
        padding-left:20px;
    }
}
@media screen and (max-width:700px){
    body:not(.shop_product) .module-wrap[data-module-id="49"],
    .module-wrap[data-module-id="59"]{
        padding:20px 0;
    }
    #newsletter-ebook .newsletter-ebook-wrap > .flex-6:first-child{
        width: 100%;
        flex-basis:100%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #newsletter-ebook .newsletter-ebook-wrap > .flex-6:first-child > .img-mobile{
        margin-bottom: 20px;
    }
    #newsletter-ebook .newsletter-ebook-wrap > .flex-6:last-child{
        display: none;
    }
    #newsletter-ebook .boxhead{
        margin-bottom: 20px;
    }
    #newsletter-ebook p{
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        margin-bottom: 6px;
    }
    #mc_embed_signup,
    #mc_embed_signup form fieldset #mc-embedded-subscribe{
        width: 100%;
    }
}


#safe_shopping .safe-shopping-wrap {
    flex-wrap: wrap;
    background: #f4f0e9;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 24px;
    padding: 35px 20px 0 20px;
    position: relative;
}
#safe_shopping .safe-shopping-header {
    position: absolute;
    left: calc(50% - 200px);
    top: -17px;
    background: #fff;
    z-index: 0;
    padding: 7px 15px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
#safe_shopping .safe-shopping-header p {
    color: var(--orange);
    display: inline-block;
}
#safe_shopping .safe-shopping-box {
    margin-bottom: 20px;
}
#safe_shopping .safe-shopping-box .safe-shopping-txt {
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
}
@media screen and (min-width: 1001px) {
    #safe_shopping .safe-shopping-box {
        width: calc((100% - 36px) / 4);
        margin-right: 5px;
        min-height: 63px;
    }
    #safe_shopping .safe-shopping-box:nth-child(2) {
        margin-right: 26px;
    }
    #safe_shopping .safe-shopping-box:nth-child(4n + 1) {
        margin-right: 0;
    }
    #safe_shopping .safe-shopping-box img {
        min-width: 48px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1000px) {
    #safe_shopping .safe-shopping-box {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        min-height: 48.1px;
    }
    #safe_shopping .safe-shopping-box:nth-child(2n) {
        margin-right: 0;
    }
    #safe_shopping .safe-shopping-box img {
        min-width: 40px;
        max-width: 40px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 600px) {
    #safe_shopping {
        display: none;
    }
}
.innerbreadcrumbs {
    margin-bottom: 16px;
}
.breadcrumbs ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: inline;
}
.breadcrumbs ul li {
    margin-right: 0;
    font-size: 12px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span:not(.raq){
    display: inline-flex;
    align-items: center;
    color:#4D5761;
}
.breadcrumbs ul li .raq{
    display: inline-flex;
}
.breadcrumbs ul li .raq img{
    min-width: 12px;;
}
.breadcrumbs ul li.bred-1 > a > .raq img{
    width: 0;
    min-width: 0;
    margin-right: 0;
}
.breadcrumbs ul .raq img {
    margin-right: 6px;
}

@media screen and (max-width:700px){
    /* .breadcrumbs{
        transition: opacity 150ms;
    }
    .breadcrumbs:not(.loaded){
        opacity:0;
    }
    .breadcrumbs.loaded{
        opacity:1;
    } */
    .shop_index .breadcrumbs .innerbreadcrumbs ul{
        margin-bottom: 0;
    }
    .breadcrumbs .innerbreadcrumbs{
        position: relative;
    }
    .breadcrumbs .innerbreadcrumbs ul{
        display: block;
        white-space: nowrap;
        overflow: auto;
        scrollbar-width: none;
        width:calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .breadcrumbs .innerbreadcrumbs ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .breadcrumbs .innerbreadcrumbs::before{
        content:'';
        width:18px;
        height:40px;
        position: absolute;
        left:-5px;
        top:-9px;
        transform:rotate(90deg);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 61.9%);
        pointer-events: none;
        opacity:0;
        transition:150ms;
    }

    .breadcrumbs .innerbreadcrumbs::after{
        content:'';
        width:18px;
        height:40px;
        position: absolute;
        right:-5px;
        top:-9px;
        transform:rotate(-90deg);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 61.9%);
        pointer-events: none;
        opacity:0;
        transition:150ms;
    }


    .breadcrumbs .innerbreadcrumbs.start::after,
    .breadcrumbs .innerbreadcrumbs.end::before{
        opacity:1;
    }
}
@media screen and (max-width:500px){
    .breadcrumbs .innerbreadcrumbs ul{
        width:calc(100% + 32px);
        margin-left: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.categorydesc .image-wrapper img {
    max-width: 30px;
}
.categorydesc a,
.categorydesc p,
.categorydesc span,
.categorydesc li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    color:#4D5761;
}
.categorydesc h3{
    margin-bottom: 24px;
}
.categorydesc ul{
    padding:15px 0 15px 15px;
    list-style: disc;
}
.categorydesc h2 {
    margin: 24px 0;
}

#box_mainproducts .boxhead {
    margin-top: 0;
}
#box_mainproducts .boxhead h1 {
    margin-bottom: 28px;
}
#box_mainproducts .products {
    flex-wrap: wrap;
}
#box_mainproducts > .innerbox .products .product{
    .manufacturer,
    .productnamewrap{
        padding: 0;
    }
}
@media screen and (max-width:700px){
    #box_mainproducts .boxhead h1{
        margin-bottom: 20px;
    }
    #box_mainproducts > .innerbox .products .product .manufacturer,
    #box_mainproducts > .innerbox .products .product .productnamewrap{
        padding-left:12px;
        padding-right: 12px;
    }
    #box_mainproducts > .innerbox .products .product .productnamewrap{
        padding-bottom:8px;
    }
    #box_mainproducts > .innerbox .products .product .productnamewrap .productname{
        min-height:32px;
        font-size:14px;
        line-height:21px;
    }
    #box_mainproducts > .innerbox .products .product .manufacturer a{
        font-size:12px;
        line-height:18px;
    }
    #box_mainproducts > .innerbox .products .product .boximgsize{
        margin-bottom: 8px;
    }
    #box_mainproducts > .innerbox .products .product .price{
        margin-top:-31px;
    }
    .categorydesc {
        margin-bottom: 0;
    }
    .categorydesc a,
    .categorydesc p,
    .categorydesc span,
    .categorydesc li{
        font-size:14px;
        line-height:21px;
        /* margin-bottom: 12px; */
    }
    .categorydesc h2{
        font-size:18px;
        line-height:28px;
        margin:20px 0 12px 0;
    }
}
@media screen and (min-width: 900px) and (max-width:10399px){
    #box_mainproducts .products .product {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        margin-bottom: 40px;
    }
    #box_mainproducts .products .product:nth-child(3n) {
        margin-right: 0;
    }
    .centercolRecocentercol-full  #box_mainproducts .products .product {
        width: calc((100% - 45px) / 4);
    }
}
@media screen and (max-width: 900px) and (min-width: 601px) {
    #box_mainproducts .products .product {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 40px;
    }
    #box_mainproducts .products .product:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 600px) {
    #box_mainproducts .products .product {
        width: calc((100% - 4px) / 2);
        margin-right:4px;
        margin-bottom: 12px;
    }
    #box_mainproducts .products .product:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:500px){
    #box_mainproducts > .innerbox .products{
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}
.floatcenterwrap{
    width: 100%;
    border-top:1px solid #E5E7EB;
    text-align: center;
    margin-bottom: 40px;
}
.floatcenterwrap .paginator {
    margin: 0px 0 50px 0;
    display: flex;
    padding-top: 20px;
}
.floatcenterwrap .paginator li.first,
.floatcenterwrap .paginator li.last{
    flex-grow:1;
    display: flex;
}
.floatcenterwrap .paginator li.last{
    justify-content: flex-end;
}
.floatcenterwrap .paginator li > a,
.floatcenterwrap .paginator li > span{
    margin: 2px;
}
.floatcenterwrap .paginator li > a:hover{
    transition:150ms;
}
.floatcenterwrap .paginator li:not(.first):not(.last) > a,
.floatcenterwrap .paginator li:not(.first):not(.last) > span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    width: 36px;
    height: 36px;
    background: #fff;
    color:#4D5761;
}

.floatcenterwrap .paginator li:not(.first):not(.last) > a:hover{
    background:#f9f9f9;    
}

/* .floatcenterwrap  */
.wce_app-dynamiclist-button{
    background: #F3F4F6;
    text-align: center;
    height: 46px;
    min-width: 160px;
}

/* .floatcenterwrap  */
.wce_app-dynamiclist-button:hover{
    background:#D2D6DB;
    color:var(--font);
}

/* .floatcenterwrap  */
.wce_app-dynamiclist-button:hover span{
    color:var(--font);
}

.dynamiclist-counter{
    text-align: center;
    color:#4D5761;
    padding-top:32px;
}
.dynamiclist-counter .content{
    color:#4D5761;   
}
.dynamiclist-counter span{
    font-weight: 700;
    color:#4D5761;
}
.wce_app-dynamiclist-container{
    margin:1.2em 0 .5em;
}
.dynamiclist-counter .line{
    width:228px;
    height:3px;
    background-color:#E5E7EB;
    position: relative;
    margin: 13px auto 0 auto;
    overflow: hidden;
}
.dynamiclist-counter .line span{
    background-color:#4D5761;
    width:0%;
    height:3px;
    position: absolute;
    left:0;
    top:0;
    transition: 200ms;
}
@media screen and (min-width:901px){
    .floatcenterwrap .paginator li.first span,
    .floatcenterwrap .paginator li.last span,
    .floatcenterwrap .paginator li.first > a,
    .floatcenterwrap .paginator li.last > a{
        font-weight: 600;
        height:36px;
        font-size:14px;
        line-height: 20px;
        color:#4D5761;
    }

    .floatcenterwrap .paginator li.first > span,
    .floatcenterwrap .paginator li.last > span {
        opacity: 0.55;
    }
    .floatcenterwrap .paginator li.first img {
        transform: rotate(180deg);
    }
    .floatcenterwrap .paginator li.first img{
        margin-right: 8px;
    }
    .floatcenterwrap .paginator li.last img{
        margin-left: 8px;
    }
    .floatcenterwrap .paginator li.selected > span {
        background: #F3F4F6 !important;
        color:#1F2A37 !important;
        font-weight: 500 !important;
    }
    .floatcenterwrap .paginator li.mobile-details{
        display: none !important;
    }
}

@media screen and (max-width:900px){
    .floatcenterwrap .paginator{
        align-items: center;
        margin-bottom: 40px;
    }
    .floatcenterwrap .paginator li:not(.first):not(.last):not(.mobile-details){
        display: none !important;
    }
    
    .floatcenterwrap .paginator li.mobile-details{
        color:#4D5761;
        font-size:14px;
        line-height:21px;
    }
    .floatcenterwrap .paginator li.mobile-details strong{
        color:#4D5761;
    }
    .floatcenterwrap .paginator li.last span,
    .floatcenterwrap .paginator li.first span{
        font-size:0px;
        border:1px solid #D2D6DB;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F3F4F6;
        transition:150ms;
    }
    .floatcenterwrap .paginator li.last span,
    .floatcenterwrap .paginator li.first span,
    .floatcenterwrap .paginator li.last a,
    .floatcenterwrap .paginator li.first a{
        margin: 0;
    }
    .floatcenterwrap .paginator li.first > span,
    .floatcenterwrap .paginator li.last > span{
        opacity:0.55;
    }
    .floatcenterwrap .paginator li.first a span:hover,
    .floatcenterwrap .paginator li.last a span:hover{
        background: #D2D6DB
    }
    .floatcenterwrap .paginator li.last img,
    .floatcenterwrap .paginator li.first img{
        filter:brightness(0);
    }
    .floatcenterwrap .paginator li.first img {
        transform: rotate(180deg);
    }
}

.product_list_page_wrap .centercol.centercol-full,
.product_list_page_wrap .centercol.centercolRecocentercol-full{
    width: 100%;
}
.product_list_page_wrap .centercol.centercolRecocentercol-full > .module-wrap > .layout{
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 1100px) {
    .product_list_page_wrap .leftcol {
        width: 300px;
    }
    .product_list_page_wrap .centercol:not(.centercol-full):not(.centercolRecocentercol-full){
        width: calc(100% - 300px);
    }
}
@media screen and (min-width: 700px) and (max-width: 1100px) {
    .product_list_page_wrap .leftcol {
        width: 240px;
    }
    .product_list_page_wrap .centercol:not(.centercol-full):not(.centercolRecocentercol-full){
        width: calc(100% - 240px);
    }
}
@media screen and (min-width:701px){
    .product_list_page_wrap .leftcol #box_menu {
        position: sticky;
    }
    .product_list_page_wrap .leftcol #box_menu.sticky{
        top:20px;
    }
    .product_list_page_wrap .leftcol #box_menu .innerbox{
        padding:20px 0;
    }
    .product_list_page_wrap .leftcol #box_menu .innerbox > ul > li{
        margin-top:0;
    }
}
@media screen and (max-width: 700px) {
    .product_list_page_wrap .leftcol {
        display: none;
    }
    .product_list_page_wrap .centercol:not(.centercol-full):not(.centercolRecocentercol-full){
        width: 100%;
    }
}
.product_list_page_wrap .leftcol > div {
    margin-right: 32px;
}
.filters-wrap {
    flex-wrap: wrap;
}
#box_filter .innerbox,
.mmz-filters-inner{
    display: flex;
    flex-wrap: wrap;
}
.activated-filters-elements a {
    background: var(--orange);
    display: inline-block;
    border-radius: 4px;
    padding: 4px 10px 1px 10px;
    margin: 3px 15px 3px 0;
}
.activated-filters-elements a em {
    display: none;
}
.activated-filters-elements a span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.activated-filters-elements a span::after {
    content: "";
    background: url(/userdata/public/assets/dobre_liski/svg/boldwhitecross.svg) transparent no-repeat;
    background-size: 9px;
    width: 10px;
    height: 16px;
    display: inline-block;
    margin-left: 7px;
}
.activated-filters-reset {
    position: relative;
    min-width: 100px;
    text-align: right;
    margin-top: 4px;
}
.activated-filters-reset a {
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
#box_filter .innerbox > div ul em {
    display: none;
}


/* @media screen and (min-width: 900px) { */
    .filters-toggler,
    .filters-wrap-header {
        display: none;
    }
    .sort-and-view {
        position: relative;
    }
    .sort-and-view.notactive {
        overflow: hidden;
        max-height: 32px;
    }

    .mmz-filters:not(.sidebar){
        display: flex;
        flex-wrap:wrap;
        align-items: flex-start;
    }
    #box_filter .innerbox > div,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div{
        position: relative;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div.sort-and-view{
        margin-right: 0;
    }
    #box_filter .innerbox > div > h5,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div > .mmz-filters-group-name{
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        cursor: pointer;
        padding: 6px 13px;
        box-sizing: border-box;
        color: #4D5761;
        background:#F3F4F6;
        display: flex;
        align-items: center;
        border:1px solid #f3f4f6;
    }
    #box_filter .innerbox > div:hover h5,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div:hover > .mmz-filters-group-name{
        border-color: #4D5761
    }
    #box_filter .innerbox > div > h5::after,
    .mmz-filters .mmz-filters-inner > div > .mmz-filters-group-name::after{
        content: "";
        background: url(/userdata/public/assets/0_layout/svg/select_i.svg) transparent no-repeat;
        background-size: 24px;
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 12px;
    }
    #box_filter .innerbox > div .filters-group,
    .mmz-filters .mmz-filters-inner > div .mmz-filters-group-list-wrap,
    .mmz-filters .mmz-filters-inner > div .mmz-filters-price-inputs{
        position: absolute;
        background-color: #fff;
        z-index: 1;
        width: 100%;

        margin-top: 8px;
        transition: opacity 150ms;
        overflow: hidden;
        opacity: 0;
        height: 0;
    }
    #box_filter .innerbox > div .filters-group,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div .mmz-filters-group-list-wrap,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div .mmz-filters-price-inputs{
        min-width: 260px;
    }
    #box_filter .innerbox > div#filter_price .filters-group,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div#filter_price .mmz-filters-price-inputs{
        min-width: 200px;
        display: flex;
        flex-direction: column;
    }

    #box_filter .innerbox > div#filter_price .filters-group input:first-child,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div#filter_price .mmz-filters-price-inputs input:first-child{
        margin-bottom: 5px;
    }
    .mmz-filters .mmz-filters-inner > div#filter_price .mmz-filters-group-list-wrap{
        display: none !important;
    }
    #box_filter .innerbox > div.filters-age-group .filters-group {
        min-width: 300px;
    }
    #box_filter .innerbox > div:hover .filters-group,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div:hover .mmz-filters-group-list-wrap,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div:hover .mmz-filters-price-inputs{
        opacity: 1;
        overflow: visible;
        padding: 17px 20px 20px 12px;
        height: inherit !important;
        border: 1px solid #E5E7EB;
    }
    #box_filter .innerbox > div:hover::after,
    .mmz-filters:not(.sidebar) .products-sort-container:hover::after,
    .mmz-filters:not(.sidebar) .mmz-filters-inner > div:not(.mmz-filters-buttons):not(.sort-and-view):hover::after{
        content:'';
        position: absolute;
        left:0;
        right:0;
        height:12px;
    }

    
    #box_filter .innerbox > div ul,
    .mmz-filters .mmz-filters-inner > div .mmz-filters-group-list{
        max-height: 290px;
        overflow-y: scroll;
    }
    #box_filter .innerbox > div ul li a,
    .mmz-filters .mmz-filters-inner > div .mmz-filters-group-list .mmz-filters-group-item{
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        padding: 6px 15px 9px 10px;
        margin: 1px 0 0 0;
        cursor: pointer;
        display: block;
        color:#4D5761;
    }
    #box_filter .innerbox > div ul li a span,
    .mmz-filters .mmz-filters-inner > div .mmz-filters-group-list .mmz-filters-group-item .mmz-filters-group-link{
        color:#4D5761;
        display: flex;
    }
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-active-sort,
    .filters-wrap > .sort-and-view .products-active-sort{
        min-width: 170px;
    }
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-active-sort span,
    .filters-wrap > .sort-and-view .products-active-sort span{
        color: #4D5761;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        flex-grow: 1;
    }
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-active-sort,
    .filters-wrap > .sort-and-view .products-active-sort {
        font-size: 0;
        border: 1px solid #4D5761;
        padding: 6px 13px;
        display: flex;
    }
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-active-sort::after,
    .filters-wrap > .sort-and-view .products-active-sort::after{
        content: "";
        background: url(/userdata/public/assets/0_layout/svg/select_i.svg) transparent no-repeat;
        background-size: 24px;
        width: 24px;
        height: 24px;
        display: inline-block;
    }
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-sort-options,
    .filters-wrap > .sort-and-view .products-sort-options {
        margin-top: 8px !important;
        border: 1px solid #E5E7EB;
        background: #fff;
        z-index: 1;
        opacity: 0;
        height: 0 !important;
        transition: 150ms;
        display: block !important;
        left: inherit !important;
        padding: 12px 0 8px 0 !important;
        max-width: 100%;
        top: 38px !important;
        overflow: hidden;
        visibility: hidden;
        right: 0;
        min-width: 170px;
    }
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-sort-container,
    .filters-wrap > .sort-and-view .products-sort-container {
        position: relative;
    }
    .filters-wrap > .sort-and-view .products-sort-container:hover .products-sort-options,
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-sort-container:hover .products-sort-options {
        height: inherit !important;
        opacity: 1;
        overflow: visible;
        visibility: visible;
    }
    .filters-wrap > .sort-and-view .products-sort-container:hover::after,
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-sort-container:hover::after{
        content:'';
        position: absolute;
        left:0;
        right:0;
        height:12px;
    }

    .filters-wrap > .sort-and-view .products-sort-options a,
    .filters-wrap .mmz-filters:not(.sidebar) .sort-and-view .products-sort-options a {
        padding: 8px 15px;
        line-height: 18px;
        display: flex !important;
    }
    .filters-wrap .sort-and-view .products-sort-options a b {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #4D5761;
    }
    .filters-group li a span:before,
    .filters-wrap .sort-and-view .products-sort-options a:before {
        content: "";
        width: 20px;
        min-width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid #D2D6DB;
        margin-right: 12px;
        box-sizing: border-box;
        transition: border-color 150ms;
    }
    .filters-group li.selected a span,
    .filters-wrap .sort-and-view .products-sort-options a.active-sort {
        position: relative;
    }
    .filters-group li.selected a span:before,
    .filters-wrap .sort-and-view .products-sort-options a.active-sort:before {
        background: #1F2A37;
        border-color:#1F2A37;
    }
    .filters-group li.selected a span:after,
    .filters-wrap .sort-and-view .products-sort-options a.active-sort:after {
        content: "";
        background: url(/userdata/public/assets/0_layout/svg/check_i.svg);
        background-size: 14px;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 3px;
        top: 3px;
    }
    .filters-group li:not(.selected) a:hover span::before,
    .filters-wrap .sort-and-view .products-sort-options a:not(.active-sort):hover::before{
        border-color:#1F2A37;
    }
    .filters-wrap .sort-and-view .products-sort-options a.active-sort:after {
        left: 17.5px;
        top: 10.5px;
    }
    .mmz-filters .mmz-filters-inner > div .mmz-filters-price-inputs input{
        padding: 5px 9px;
        border:1px solid #D2D6DB;
    }
    .mmz-filters .mmz-filters-inner > div .mmz-filters-price-inputs input::placeholder{
        color:#4D5761;
    }
    .mmz-filters .mmz-filters-submit{
        background:#1F2A37;
        color:white;
        font-size:16px;
        line-height: 24px;
        font-weight:700;
        padding: 7px 24px;
        box-sizing: border-box;
    }
    .mmz-filters .mmz-filters-submit:hover{
        background:#384250;
    }
    
    .mmz-filters .mmz-filters-buttons {
        display: flex;
        align-items: center;
    }
    .mmz-filters-reset{
        padding: 4px 12px;
    }
/* } */
#box_filter h5 .filters-count{
    margin-left: 8px;
    padding: 1px 6px;
    font-size:14px;
    line-height: 20px;
    font-weight: 600;
    background:#4D5761;
    color:white;
}

.mmz-filters .mmz-filters-inner > div .mmz-filters-group-list .mmz-filters-group-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mmz-filters .mmz-filters-inner > div .mmz-filters-group-list .mmz-filters-group-item .mmz-filters-group-checkbox{
    border:1px solid #D2D6DB;
    width:20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-right:12px;
}
.mmz-filters .mmz-filters-inner > div .mmz-filters-group-list .mmz-filters-group-item .mmz-filters-group-checkbox svg{
    display: none;
}

.mmz-filters .mmz-filters-inner > div .mmz-filters-group-list .mmz-filters-group-item.selected .mmz-filters-group-checkbox{
    border-color: #1F2A37;
    background: #1F2A37;
}
.mmz-filters .mmz-filters-inner > div .mmz-filters-group-list .mmz-filters-group-item.selected .mmz-filters-group-checkbox svg{
    display: block;
    stroke:white;
    width: 20px;
}

.mmz-filters:not(.sidebar) .mmz-filters-head{
    display: none;
}

.category-name{
    margin-top: 20px;
    margin-bottom: 28px;
}
@media screen and (max-width: 700px) {
    .category-name{
        font-size:20px;
        line-height:30px;
        margin-bottom: 20px;
    }


    .shop_product_list .main.row {
        padding: 0;
    }
    .activated-filters-wrap {
        flex-wrap: wrap;
    }
    .activated-filters-elements {
        display: flex;
        overflow-x: scroll;
        width: 100%;
    }
    .activated-filters-elements::-webkit-scrollbar {
        height: 0;
    }
    .activated-filters-elements a {
        white-space: nowrap;
    }
    .activated-filters-reset {
        width: 100%;
        text-align: center;
    }
    .activated-filters-reset {
        display: block;
        margin-top: 0;
    }
    .activated-filters-reset a {
        display: block;
        margin: 13px 0 5px 0;
    }
    .activated-filters-elements a {
        margin-left: 15px;
        margin-right: 0;
    }
}

@media screen and (min-width: 700px) {
    .leftcol .filters-leftcol {
        border-radius: 10px;
        border: 1px solid #d6d6d6;
        margin: 30px 0;
        padding: 15px;
    }
    .leftcol .filters-leftcol h5 {
        font-size: 20px;
        font-weight: 700;
        margin: 10px 0 15px 0;
    }
    .leftcol .filters-leftcol h5 img {
        display: none;
    }
    .leftcol .filters-leftcol ul li a span {
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 15px 0;
        position: relative;
    }
    .leftcol .filters-leftcol ul li.selected a span {
        font-weight: 700;
    }
    .leftcol .filters-group li a span:before {
        width: 20px;
        height: 20px;
        box-sizing: border-box;
    }
    .leftcol .filters-group li.selected a span:after {
        width: 11px;
        height: 11px;
        background-size: 11px;
    }
}
@media screen and (min-width: 700px) {
    .categories-owl {
        display: none !important;
    }
}
@media screen and (max-width: 700px) {
    .categories-owl {
        overflow: auto;
        display: flex !important;
        margin: 0 0 20px 0;
        padding-left:15px;
    }
    .categories-owl .owl-stage {
        padding-left: 10px !important;
    }
    .categories-owl .category-bar {
        min-width: 64px;
        max-width: 64px;
        margin-right: 16px;
    }
    .categories-owl .category-bar img {
        max-width: 25px;
        max-height: 25px;
        margin: 15px 10px 8px 10px;
    }
    .categories-owl .category-bar span,
    .categories-owl .category-bar p {
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size:12px;
        font-weight: 400;
        line-height: 18px;
    }
    .categories-owl .category-bar a{
        font-size:12px;
        line-height: 18px;
        font-weight: 400;
        text-align: center;
        color:var(--font);
    }
    .categories-owl.search-results .category-bar a:before{
        content:'';
        margin: 15px 10px 8px 10px;
        display: inline-block;
        width: 25px;
        height: 25px;
    }
}

#box_productfull .imagezoom {
    display: none !important;
}
#box_productfull .maininfo {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
#box_productfull .productpage-menu-top .manufacturer,
#box_productfull .unavailableborderinner .manufacturer{
    display: block;
    width: 100%;
}
#box_productfull .productpage-menu-top .manufacturer a.brand,
#box_productfull .unavailableborderinner .manufacturer a.brand{
    color:#4D5761;
    font-size:16px;
    line-height:21px;
    margin-bottom: 8px;
    display: block;
}
#box_productfull .productpage-gallery > .boxhead {
    margin-top: 0;
}
#box_productfull .productpage-gallery .productimg {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#box_productfull .productpage-gallery .smallgallery {
    order: 1;
    width: 72px;
    margin-right: 32px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
#box_productfull .productpage-gallery .smallgallery li {
    display: block !important;
    height: 72px;
    width: 72px;
    margin-bottom: 13px;
}
#box_productfull .productpage-gallery .smallgallery li.inactive {
    display: none !important;
}
#box_productfull .productpage-gallery .smallgallery li a {
    display: block;
    height: 72px;
    width: 72px;
    border:1px solid #E5E7EB;
    transition:150ms;
}
#box_productfull .productpage-gallery .smallgallery li a:hover{
    border-color: var(--font);
}
#box_productfull .productpage-gallery .smallgallery li a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
#box_productfull .productpage-gallery .smallgallery .innersmallgallery {
    position: relative;
}
#box_productfull .productpage-gallery .smallgallery .smallgallery-nav-btn {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-55%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
}
#box_productfull .productpage-gallery .smallgallery .smallgallery-nav-btn.smallgallery-nav-back {
    top: -40px;
    transform: translateX(-50%) rotate(180deg);
}
#box_productfull .productpage-gallery .smallgallery .smallgallery-nav-btn.smallgallery-nav-next {
    bottom: -30px;
}
#box_productfull .productpage-gallery .smallgallery .smallgallery-nav-btn:before {
    content: "";
    background: url('/userdata/public/assets/0_layout/svg/smallgallery_next_i.svg') transparent no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-block;
}
#box_productfull .productpage-gallery .mainimg {
    display: none;
}
#box_productfull .productpage-gallery .related-products-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    text-align: center;
}
#box_productfull .productpage-gallery .related-products-hover:not(.none){
    display: flex;
    align-items: center;
    justify-content: center;
}
#box_productfull .productpage-gallery .related-products-hover img{
    width: 100%;
}
#box_productfull .productpage-gallery .custom-gallery .addtofav{
    top:12px;
    right:12px;
    z-index: 1;
    width:36px;
    height: 36px;
}
#box_productfull .productpage-gallery .custom-gallery .gallery:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
}
#box_productfull .productpage-gallery .custom-gallery .gallery > li {
    min-width: 100%;
    display: flex;
    justify-content: center;
}
#box_productfull .productpage-gallery .custom-gallery {
    order: 2;
    width: calc(100% - 104px);
    position: relative;
}

@media screen and (min-width:901px){
    #box_productfull .productpage-gallery .custom-gallery .owl-carousel{
        height: 679px;
        overflow: hidden;
    }

    #box_productfull .productpage-gallery .custom-gallery .owl-stage-outer,
    #box_productfull .productpage-gallery .custom-gallery .owl-stage,
    #box_productfull .productpage-gallery .custom-gallery .owl-item,
    #box_productfull .productpage-gallery .custom-gallery .item{
        height:inherit;
    }
}

#box_productfull .productpage-gallery .custom-gallery .item img {
    object-fit: contain;
    margin: 0;
    width: inherit;
}
#box_productfull .productpage-gallery .custom-gallery .owl-prev {
    left: -47px;
}
#box_productfull .productpage-gallery .custom-gallery .owl-next {
    right: -47px;
}
.main-module_gallery__1Ajgx {
    z-index: 2000 !important;
}
.productpage-menu-top {
    flex-wrap:wrap;
}
.productpage-menu-top .boxhead{
    margin-top: 0;
    margin-bottom: 6px;
}
.productpage-menu-top .evaluation {
    padding-top: 1px;
}
.comment-stars img,
.evaluation .fakevotestars img,
.evaluation .votestars img {
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
}
.comment-stars img.star0,
.evaluation .fakevotestars img.star0,
.evaluation .votestars img.star0 {
    background: url(/userdata/public/assets/dobre_liski/svg/emptystar.svg) transparent no-repeat;
}
.comment-stars img.star1,
.evaluation .fakevotestars img.star1,
.evaluation .votestars img.star1 {
    background: url(/userdata/public/assets/dobre_liski/svg/star.svg) transparent no-repeat;
}
.comment-stars img.star0-5,
.evaluation .fakevotestars img.star0-5,
.evaluation .votestars img.star0-5 {
    background: url(/userdata/public/assets/dobre_liski/svg/halfstar.svg) transparent no-repeat;
}
.evaluation .vote-message,
.productpage-menu-top .addtofav span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-style: normal;
    margin-right: 5px;
}
.productpage-menu .bottomborder > .basket .price-wrap {
    margin: 5px 0 12px 0;
    align-items: flex-start;
}

.productpage-menu .bottomborder > .basket .price-wrap .price {
    display: flex;
    align-items: flex-start;
    flex-wrap:wrap;
    flex-grow: 1;
}
.productpage-menu .bottomborder > .basket .price-wrap em {
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.productpage-menu .bottomborder > .basket .price-wrap em.color{
    color: var(--error);
    margin-bottom: 5px;
}
.productpage-menu .bottomborder > .basket .price-wrap del{
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 10px;
    color: #4D5761;
}

.productpage-menu .bottomborder > .basket .stocks {
    margin-bottom: 15px;
}
.productpage-menu .bottomborder > .basket .stocks > .f-row {
    margin-bottom: 12px;
}
.productpage-menu .bottomborder > .basket .stocks label,
.relatedHeader {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    color:#4D5761;
    display: block;
}
.productpage-menu .bottomborder > .basket .stocks select {
    margin-top: 0px;
    width: 100%;
    height: 42px;
    border: 1px solid #9DA4AE;
    padding: 0 40px 0 16px;
    font-size: 16px;
    font-size:16px;
    cursor: pointer;
    background: url(/userdata/public/assets/0_layout/svg/select_i.svg) transparent no-repeat calc(100% - 16px) 50%;
    color: var(--font);
    transition:150ms;
}
.productpage-menu .bottomborder > .basket .stocks select:hover{
    border-color: #4D5761;
}
.productpage-menu .bottomborder > .basket .stocks label {
    cursor: pointer;
}
.productpage-menu .bottomborder > .basket .stocks .custom-label-wrap {
    transition: all 0.3s;
    margin-bottom: 12px;
    height: 32px;
}
.productpage-menu .bottomborder > .basket .stocks .custom-label-wrap label {
    display: block;
    color: #aaa;
    font-size: 14px;
    opacity: 1;
    transform: translateY(-25.5px);
    transform-origin: 0 0;
    transition: all 0.3s;
    color: var(--font);
    margin: 0 8px;
}
.productpage-menu .bottomborder > .basket .stocks .custom-label-wrap input {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    width: 100%;
    transition: all 0.5s;
    border-radius: 5px;
    height: 32px;
    padding: 0 8px;
    box-sizing: border-box;
}
.productpage-menu .bottomborder > .basket .stocks .custom-label-wrap input::placeholder {
    color: transparent;
}
.productpage-menu .bottomborder > .basket .stocks .custom-label-wrap input:focus {
    box-shadow: none;
    outline: 0;
    border-color: var(--orange);
}
.productpage-menu .bottomborder > .basket .stocks .custom-label-wrap input:focus + label,
.productpage-menu .bottomborder > .basket .stocks .custom-label-wrap input:not(:focus):not([value=""]) + label {
    transform: translateY(-40px);
    font-size: 12px;
    color: #828282;
    background: #fff;
    display: inline-block;
    padding: 0 4px;
    line-height: 17px;
    height: 15px;
}
#customRelated {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#customRelated .related-item {
    height: 52px;
    width: 52px;
    border: 1px solid #E5E7EB;
    margin-right: 10px;
    margin-bottom: 10px;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition:150ms;
    position: relative;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
#customRelated .related-item::before{
    content:'';
    background:transparent;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
    right:-10px;
    left:0;
    position: absolute;
    bottom:-10px;
}
#customRelated .related-item:hover{
    border: 1px solid #4D5761;
}
#customRelated .related-item.hidden {
    /* display: none !important; */
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    position: absolute; /* Opcjonalnie, aby uniknąć przesunięcia elementów */
}
#customRelated .related-item.hidden.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
    position: static; /* Przywraca domyślne ustawienie */
};
#customRelated .related-item-toggler.related-item {
    color: #949494;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 0;
    border: none;
}
#customRelated .related-item.current {
    border-color: #4D5761;
}
#customRelated .related-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* @media screen and (min-width: 901px) {
    #customRelated .related-item:nth-child(6n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 450px) {
    #customRelated .related-item:nth-child(6n) {
        margin-right: 0;
    }
} */
.productpage-menu .bottomborder > .basket .addtobasket-container {
    display: flex;
    flex-wrap: wrap;
}
.productpage-menu .bottomborder > .basket .addtobasket-container.none {
    display: none;
}
.productpage-menu .bottomborder > .basket .addtobasket-container .quantity_name {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 3px;
}
.productpage-menu .bottomborder > .basket .addtobasket-container .button_wrap {
    width:auto;
    flex-grow:1;
}
.productpage-menu .bottomborder > .basket .addtobasket-container .quantity_wrap {
    width:108px;
    margin-right:12px;
}
.productpage-menu .bottomborder > .basket .addtobasket-container .quantity_wrap .number-wrap {
    display: flex;
    justify-content: center;
    width: 108px;
    height:52px;
    background: #F3F4F6;
}
.productpage-menu .bottomborder > .basket .addtobasket-container .quantity_wrap .number-wrap .button-change {
    cursor: pointer;
    filter:grayscale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    width:32px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
}

.productpage-menu .bottomborder > .basket .addtobasket-container .quantity_wrap .number-wrap input {
    width: 30px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color:#1F2A37;
    background:#F3F4F6;
    font-size:16px;
    height: 100%;
    margin: 0;
    text-align: center;
    padding: 1px 0px 0 1px;
    font-size: 16px;
    font-weight: 600;
    border:none;
}
.productpage-menu .bottomborder > .basket .button_wrap button {
    width: auto;
    float: right;
    justify-content: center;
    text-align: center;
    width: 100%;
    height:52px;
}
.productpage-menu .bottomborder > .basket .button_wrap button.addtobasket {
    display: flex;
    align-items: center;
    padding: 8px 15px;
}

.productpage-menu-wrap .bottomborder .productpage-delivery-counter{
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    line-height:24px;
    margin-top: 16px;
}
@media screen and (max-width:767px){
    .productpage-menu-wrap .bottomborder .productpage-delivery-counter{
        font-size:15px;
    }
}

.productpage-menu-wrap .bottomborder .productpage-delivery-counter strong,
.productpage-menu-wrap .bottomborder .productpage-delivery-counter .counter,
.productpage-menu-wrap .bottomborder .productpage-delivery-counter span{
    color:var(--orange);
    font-weight:500;
}
.productpage-menu-wrap .bottomborder .productpage-delivery-counter .counter{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 8px;
}
.productpage-menu-wrap .bottomborder .productpage-delivery-counter .counter::before{
    content:'';
    background: url('/userdata/public/assets/0_layout/svg/clock_i.svg') transparent no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.productpage-menu-wrap .bottomborder .productpage-delivery-counter strong{
    display: block;
}

.productpage-menu-wrap .basket .loyalty_points{
    text-align: right;
    font-size:12px;
    margin-top:5px;
}

.productpage-menu-wrap .basket .loyalty_points img{
    position: relative; 
    top: 2px;
    margin-right: 5px;
    margin-left: 3px;
}

.productpage-menu-wrap .basket .loyalty_points strong{
    color:var(--dark);
}


.productpage-moreinfo {
    margin: 15px 0 4px 0;
}
.productpage-moreinfo > div {
    margin-bottom: 2px;
}
.productpage-moreinfo span {
    font-size: 14px;
    line-height: 21px;
}
.productpage-menu .productdetails-more em,
.productpage-moreinfo span.first {
    font-weight: 500;
}
.productpage-menu .productdetails-more em,
.productpage-menu .productdetails-more span {
    font-size: 14px;
    font-style: normal;
}
.productpage-menu .bottomborder .links-q {
    margin: 15px 0 0 0;
}
.productpage-menu .bottomborder .links-q li a {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
#productpage-features {
    border-top:1px solid #E5E7EB;
    padding-top:16px;
    margin-top: 16px;
}
#productpage-features .layout{
    padding-left: 0;
    padding-right: 0;
    color:#4D5761;
}
.productpage-features-text{
    color:#4D5761;
    font-size:14px;
    line-height: 21px;
    font-weight:400;
}
.productpage-features-text strong{
    color: #4D5761;
}

.productpage-features-box{
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}
.productpage-features-imgwrap{
    margin-right: 8px;
    display: flex;
}
.productpage-features-imgwrap img{
    position: relative;
    top:2px;
}
@media screen and (max-width:700px){
    .productpage-features-text{
        font-size:12px;
        line-height: 18px;
    }
    .productpage-features-imgwrap img{
        top:1px;
    }
}

#box_productrelated {
    margin: 20px 0 24px 0;
    padding-bottom: 24px;
    background:#F3F4F6;
    padding:20px;
    box-sizing: border-box;
    min-height: 220px;
}
#box_productrelated .boxhead {
    margin-bottom: 15px;
    margin-top:0;
}
#box_productrelated .owl-nav:not(.disabled) {
    display: block;
}
#box_productrelated .product button.availability-notifier-btn {
    font-size: 7px;
    line-height: 10px;
    text-align: right;
}
#box_productrelated .product button.availability-notifier-btn span {
    font-size: 7px;
    line-height: 10px;
}

#box_productrelated .product .manufacturer,
#box_productrelated .product .productnamewrap{
    padding-left: 8px;
    padding-right: 8px;
}
#box_productrelated .product .manufacturer a{
    font-size:12px;
    line-height:18px;
}
#box_productrelated .product .productnamewrap{
    font-size:14px;
    line-height:21px;
    padding-bottom: 8px;
}

#box_productrelated .owl-nav button{
    top:50%;
}
#box_description {
    margin-bottom: 24px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 60px;
    position: relative;
}
#box_description .boxhead {
    margin-bottom: 24px;
}
#box_description .showmore{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 2;
    cursor: pointer;
    padding: 20px 10px;
    font-size:14px;
    font-weight: 600;
    line-height:20px;
    display: flex;
    align-items: center;
    text-align: center;
    transition:150ms;
}
#box_description .showmore:hover{
    opacity:0.8;
}
@media screen and (max-width:700px){
    #box_description .boxhead {
        margin-bottom: 20px;
    }
}

#box_description .innerbox pre {
    white-space: normal;
}
#box_description .innerbox p,
#box_description .innerbox span {
    font-size: 16px !important;
    line-height: 24px;
}
#box_description iframe {
    max-width: 100%;
}
#box_description .innerbox h3{
    font-size:24px;
    font-weight:700;
    line-height: 32px;
    margin-top: 0;
}
@media screen and (max-width:700px){
    #box_description{
        margin-bottom: 20px;
    }
    #box_description .innerbox h3{
        font-size:20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}
#box_description:not(.active) .innerbox{
    max-height: 150px;
    overflow: hidden;
    position: relative;
}
#box_description:not(.active) .innerbox::after{
    content:'';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    width:100%;
    height:72px;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    pointer-events: none;
    z-index: 1;
}
#box_description.active .showmore::after{
    transform:rotate(180deg);
}

body:not(.shop_panel_comments) #box_productcomments {
    border-bottom:1px solid #E5E7EB;
}

body:not(.shop_panel_comments) #box_productcomments .boxhead {
    margin: 12px 0 24px 0;
}
@media screen and (max-width:700px){
    body:not(.shop_panel_comments) #box_productcomments .boxhead {
        margin: 8px 0 20px 0;
    }
}
body:not(.shop_panel_comments) #box_productcomments .boxhead h3 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}
body:not(.shop_panel_comments) #box_productcomments .boxhead h3 .count{
    margin-left: 4px;
}
body:not(.shop_panel_comments) #box_productcomments .boxhead h3::after{
    content:'';
    background:url('/userdata/public/assets/0_layout/svg/toggler_i.svg') transparent no-repeat center;
    width:24px;
    height: 24px;
    display: inline-block;
    margin-left:8px;
}
body:not(.shop_panel_comments) #box_productcomments .boxhead.generated {
    height: 40px;
}

body:not(.shop_panel_comments) #box_productcomments:not(.active) .innerbox{
    display: none;
}

body:not(.shop_panel_comments) #box_productcomments.active .boxhead h3::after{
    transform:rotate(180deg);
}
body:not(.shop_panel_comments) #box_productcomments.active:not(.limited){
    padding-bottom:42px;
}
body:not(.shop_panel_comments) #box_productcomments.active:not(.showall) .dynamic-ekomi .productcomment:nth-child(n+5){
    display: none;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox{
    position: relative;
}
body:not(.shop_panel_comments) #box_productcomments:not(.showall) .innerbox::after{
    content:'';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    width:100%;
    height:72px;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    pointer-events: none;
    z-index: 1;
}
body:not(.shop_panel_comments) .showmore{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    z-index: 2;
    cursor: pointer;
    padding: 20px 10px;
    font-size:14px;
    font-weight: 600;
    line-height:20px;
    display: flex;
    align-items: center;
    text-align: center;
}
body:not(.shop_panel_comments) .showmore::after{
    content:'';
    background:url('/userdata/public/assets/0_layout/svg/toggler_i.svg') transparent no-repeat center;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    top:1px;
}
body:not(.shop_panel_comments) #box_productcomments.showall .showmore::after{
    transform:rotate(180deg);
}

#box_productcomments .comments-boxhead-count {
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    padding-top: 3px;
}
#box_productcomments .score {
    margin-right: 8px;
}
#box_productcomments .evaluation {
    margin: 0 15px 0 7px;
}
#box_productcomments .evaluation em {
    display: none;
}
#box_productcomments .evaluation .fakevotestars,
#box_productcomments .evaluation .votestars {
    display: flex;
}
#box_productcomments .evaluation .fakevotestars img,
#box_productcomments .evaluation .votestars img {
    margin-right: 2px;
}
#box_productcomments form {
    display: none;
}
#box_productcomments form.active {
    display: block;
}
#box_productcomments form .add-opinion-boxhead {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 20px;
}
#box_productcomments form .score .evaluation {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
}
#box_productcomments form .score .evaluation span {
    font-weight: 400;
}
#box_productcomments .add-comment-wrap.loaded {
    padding-bottom: 15px;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox .np-your-opinion-wrap:not(.active) {
    display: none;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox .np-your-opinion .description-your-opinion {
    width: calc(100% - 200px);
    margin-right: 30px;
    margin: 20px 30px 0 0;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox .np-your-opinion .description-your-opinion span {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    display: block;
    margin-bottom: 13px;
    font-weight: 700;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox .np-your-opinion .description-your-opinion p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox .np-your-opinion .image-your-opinion {
    width: 200px;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox .input_error li {
    margin: -5px 0 15px 0;
    color: var(--orange);
    font-size: 13px;
}
body:not(.shop_panel_comments) #box_productcomments .productcomment {
    margin-bottom: 20px;
    border-bottom: 1px solid #F3F4F6;
    padding-bottom: 20px;
}
body:not(.shop_panel_comments) #box_productcomments .productcomment:last-of-type {
    padding-bottom: 0;
    border: none;
    margin-bottom: 30px;
}
body:not(.shop_panel_comments) #box_productcomments .productcomment .reviewer{
    color:#1F2A37;
    font-size:16px;
    line-height:24px;
    font-weight:600;
    margin-bottom: 2px;
}
body:not(.shop_panel_comments) #box_productcomments .productcomment .date {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #6C737F;
    font-style:italic;
}
body:not(.shop_panel_comments) #box_productcomments .productcomment .description {
    font-size: 16px;
    line-height: 24px;
    color:#4D5761;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox form input,
body:not(.shop_panel_comments) #box_productcomments .innerbox form textarea {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-size: 14px;
    line-height: 21px;
    color: var(--dark);
    padding: 4.5px 8px;
    box-sizing: border-box;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox form input {
    min-width: 320px;
    margin-bottom: 15px;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox form textarea {
    width: 100%;
    margin-bottom: 12px;
}
body:not(.shop_panel_comments) #box_productcomments .innerbox form .comments-send-wrap {
    justify-content: flex-end;
    padding-bottom: 20px;
}
.mamezi-boxes-modal {
    width: 100% !important;
    max-width: 1080px;
    background: 0 0;
    padding: 0 !important;
    position: fixed !important;
}
.mamezi-boxes-modal .modal-header {
    display: none;
}
.mamezi-boxes-modal .modal-body .mamezi-boxes-wrap {
    display: flex;
    min-height: 490px;
}
.mamezi-boxes-modal .modal-body .mamezi-boxes-left {
    width: calc(100% - 380px);
    margin-right: 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mamezi-boxes-modal .modal-body .mamezi-boxes-right {
    width: 350px;
    background: #fff;
    padding: 15px 0 15px 15px;
    border-radius: 5px;
}
.mamezi-boxes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 15px 0;
}
.mamezi-boxes-modal .modal-body .mamezi-boxes-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.mamezi-boxes-modal .modal-body .mamezi-boxes-close {
    cursor: pointer;
}
.mamezi-boxes-modal .modal-body .mamezi-boxes-right .related-item-toggler.related-item {
    display: none;
}
.mamezi-boxes-modal .modal-body .mamezi-boxes-right .related-item {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 6px;
    margin-bottom: 8px;
    width: 48px;
    height: 48px;
}
.mamezi-boxes-modal .modal-body .mamezi-boxes-right .related-item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .mamezi-boxes-modal .modal-body .mamezi-boxes-right .related-item:hover {
        border-color: var(--orange);
    }
}
@media screen and (max-width: 1080px) {
    .mamezi-boxes-modal {
        padding: 0 15px;
    }
}
@media screen and (min-width: 901px) {
    #box_productfull .productpage-menu {
        width: 385px;
        position: sticky;
        top: 140px;
    }
    #box_productfull .productpage-gallery {
        width: calc(100% - 417px);
        margin-right: 32px;
    }
    .productpage-menu {
        width: 385px;
    }
}
@media screen and (max-width: 900px) {
    #box_productfull .productpage-gallery {
        width: 100%;
    }
    #box_productfull .maininfo{
        flex-direction: column;
    }
    #box_productfull .productpage-gallery .productimg {
        flex-direction: column-reverse;
    }
    #box_productfull .productpage-gallery .unavailableborderinner .productimg.product_inactive1{
        flex-direction: row;
    }
    #box_productfull .productpage-gallery .unavailableborderinner .smallgallery{
        display: none;
    }

    #box_productfull .productpage-gallery .custom-gallery {
        order: 1;
        width: 100%;
        padding: 0;
        width:calc(100% + 40px);
        margin-left: -20px;
    }
    #box_productfull .productpage-gallery .custom-gallery .owl-prev {
        left: 0;
        margin: 0;
    }
    #box_productfull .productpage-gallery .custom-gallery .owl-next {
        right: 0;
        margin: 0;
    }
    #box_productfull .productpage-gallery .smallgallery {
        display: none !important;
    }
    .productpage-menu:not(.firstloadedmobile) {
        min-height: 300px;
        opacity: 0;
    }
    .mamezi-boxes-modal {
        max-width: 510px;
    }
    .mamezi-boxes-modal .modal-body .mamezi-boxes-wrap {
        min-height: inherit;
    }
    .mamezi-boxes-modal .modal-body .mamezi-boxes-left {
        display: none;
    }
    .mamezi-boxes-modal .modal-body .mamezi-boxes-right {
        width: 100%;
    }
    .mamezi-boxes-inner {
        margin: 0 auto;
        max-width: 330px;
    }

    body:not(.shop_panel_comments) #box_productcomments .productcomment .description,
    body:not(.shop_panel_comments) #box_productcomments .productcomment .reviewer{
        font-size:14px;
        line-height: 21px;
    }
    body:not(.shop_panel_comments) #box_productcomments .productcomment .date,
    .comment-score{
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 600px) {
    #box_productfull .productpage-gallery .custom-gallery .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    #box_productfull .productpage-gallery .custom-gallery .owl-nav,
    #box_productfull .productpage-gallery .innersmallgallery .owl-nav {
        position: initial;
        margin: 0;
        height: auto;
    }
    #box_productrelated {
        margin: 0 0 20px 0;
    }
    #box_productrelated .boxhead {
        margin-left: 0;
    }
    #box_productrelated .owl-nav {
        text-align: center;
    }
    #box_productfull ~ div .box_recommendations .boxhead {
        margin-top: 35px;
    }
}
@media screen and (max-width: 500px) {
    .productpage-menu .productpage-menu-wrap {
        box-shadow: none;
        border: none;
        padding: 0;
    }
    body:not(.shop_panel_comments) #box_productcomments .innerbox .np-your-opinion .description-your-opinion {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    body:not(.shop_panel_comments) #box_productcomments .image-your-opinion {
        display: none;
    }
    body:not(.shop_panel_comments) #box_productcomments .innerbox form input {
        min-width: 100%;
    }
    .modal.mamezi-boxes-modal {
        background: #fff;
        padding: 0 !important;
        height: 100% !important;
    }
    .mamezi-boxes-inner {
        max-width: 100%;
    }
}

.basket-toggler {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket-toggler::after {
    content: attr(data-basket-count);
    position: absolute;
    color: white;
    align-content: center;
    top: 2px;
    left: 47%;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    width: 21px;
    height: 21px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    background: var(--orange);
    transition:200ms;
}
body.shop_basket .menu {
    z-index: 10 !important;
}
body.shop_basket .scrolled .logo-bar {
    opacity: 1 !important;
}
@media screen and (min-width: 901px) {
    #box_bestsellers .owl-stage,
    #box_lastadded .owl-stage,
    #box_productoftheday .owl-stage,
    #box_productrelated .owl-stage,
    #box_specialoffer .owl-stage,
    #opinions .owl-stage,
    .shop_product .box_recommendations .owl-stage,
    #box_wce_inni_kupili_rowniez_custom .owl-carousel .owl-stage{
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 900px) {
    #box_bestsellers, #box_lastadded, #box_productoftheday, #box_specialoffer,
    #box_wce_inni_kupili_rowniez_custom,
    #box_recommendations_64{
        padding-top:20px;
        margin-bottom:20px;
    }
    #box_bestsellers .boxhead,
    #box_lastadded .boxhead,
    #box_productoftheday .boxhead,
    #box_specialoffer .boxhead,
    .box_recommendations .boxhead,
    #box_productrelated .boxhead,
    #box_wce_inni_kupili_rowniez_custom .boxhead,
    #box_recommendations_64 .boxhead{
        /* padding-left:20px; */
        /* padding-right:20px; */
        margin-bottom: 20px;
    }
    #box_recommendations_64 .boxhead{
        font-size:18px;
        line-height:28px;
    }
    #box_bestsellers .layout,
    #box_lastadded .layout,
    #box_productoftheday .layout,
    #box_productrelated .layout,
    #box_specialoffer .layout,
    #opinions .layout,
    .shop_product .box_recommendations .layout,
    #box_recommendations_64 .layout{
        padding:0;
    }
    #box_bestsellers .owl-stage,
    #box_lastadded .owl-stage,
    #box_productoftheday .owl-stage,
    #box_productrelated .owl-stage,
    #box_specialoffer .owl-stage,
    #opinions .owl-stage,
    .shop_product .box_recommendations .owl-stage,
    #box_wce_inni_kupili_rowniez_custom .owl-carousel .owl-stage,
    #box_recommendations_64 .owl-carousel .owl-stage{
        padding-left: 0px !important;
        display: flex;
    }
    #box_bestsellers .innerbox:not(.owl-loaded),
    #box_lastadded .innerbox:not(.owl-loaded),
    #box_productoftheday .innerbox:not(.owl-loaded),
    #box_productrelated .innerbox:not(.owl-loaded),
    #box_specialoffer .innerbox:not(.owl-loaded),
    .essentials-section-inner.products:not(.owl-loaded),
    #box_recommendations_49 .innerbox:not(.owl-loaded),
    #box_wce_inni_kupili_rowniez_custom .owl-carousel:not(.owl-loaded),
    #box_recommendations_64 .owl-carousel:not(.owl-loaded){
        opacity:1 !important;
        /* padding-left:20px; */
        overflow:auto;
    }
    #box_bestsellers .innerbox:not(.owl-loaded) .product,
    #box_lastadded .innerbox:not(.owl-loaded) .product,
    #box_productoftheday .innerbox:not(.owl-loaded) .product,
    #box_specialoffer .innerbox:not(.owl-loaded) .product,
    #box_recommendations_49 .innerbox:not(.owl-loaded) .product,
    #box_wce_inni_kupili_rowniez_custom .owl-carousel:not(.owl-loaded) .product{
        min-width:218px;
        max-width:218px;
        margin-right:10px;
    }
    #box_recommendations_64 .owl-carousel:not(.owl-loaded) .product,
    #box_productrelated .innerbox:not(.owl-loaded) .product,
    .essentials-section-inner.products:not(.owl-loaded) .product{
        min-width:132px;
        max-width:132px;
        margin-right:8px;
    }
    #box_productrelated .innerbox,
    #box_recommendations_49 .innerbox,
    #box_recommendations_64 .innerbox{
        display: flex;
    }

    .modal.essentials-modal .essentials-section{
        margin-bottom:20px;
        border-bottom: 1px solid #E5E7EB;
    }
}
@media screen and (max-width:900px){
    #box_bestsellers .boxhead, 
    #box_lastadded .boxhead, 
    #box_productoftheday .boxhead, 
    #box_specialoffer .boxhead, 
    .box_recommendations .boxhead, 
    #box_productrelated .boxhead, 
    #box_wce_inni_kupili_rowniez_custom .boxhead,
    #box_recommendations_64 .boxhead{
        padding-left:20px;
        padding-right:20px;
    }
    #box_bestsellers .innerbox:not(.owl-loaded),
    #box_lastadded .innerbox:not(.owl-loaded),
    #box_productoftheday .innerbox:not(.owl-loaded),
    #box_productrelated .innerbox:not(.owl-loaded),
    #box_specialoffer .innerbox:not(.owl-loaded),
    .essentials-section-inner.products:not(.owl-loaded),
    #box_recommendations_49 .innerbox:not(.owl-loaded),
    #box_wce_inni_kupili_rowniez_custom .owl-carousel:not(.owl-loaded),
    #box_recommendations_64 .owl-carousel:not(.owl-loaded){
        /* opacity:1 !important; */
        padding-left:20px;
        /* overflow:auto; */
    }
    #box_bestsellers .owl-stage,
    #box_lastadded .owl-stage,
    #box_productoftheday .owl-stage,
    #box_productrelated .owl-stage,
    #box_specialoffer .owl-stage,
    #opinions .owl-stage,
    .shop_product .box_recommendations .owl-stage,
    #box_wce_inni_kupili_rowniez_custom .owl-carousel .owl-stage,
    #box_recommendations_64 .owl-carousel .owl-stage{
        padding-left: 20px !important;
        display: flex;
    }
}
@media screen and (max-width: 500px) {
    #box_bestsellers .boxhead,
    #box_lastadded .boxhead,
    #box_productoftheday .boxhead,
    #box_specialoffer .boxhead,
    .box_recommendations .boxhead,
    #box_productrelated .boxhead,
    #box_wce_inni_kupili_rowniez_custom .boxhead,
    #box_recommendations_64 .boxhead{
        padding-left:16px;
        padding-right:16px;
    }
    #box_bestsellers .owl-stage,
    #box_lastadded .owl-stage,
    #box_productoftheday .owl-stage,
    #box_productrelated .owl-stage,
    #box_specialoffer .owl-stage,
    #opinions .owl-stage,
    .shop_product .box_recommendations .owl-stage,
    #box_wce_inni_kupili_rowniez_custom .owl-carousel .owl-stage,
    #box_recommendations_64 .owl-carousel .owl-stage{
        padding-left: 16px !important;
    }
    #box_bestsellers .innerbox:not(.owl-loaded),
    #box_lastadded .innerbox:not(.owl-loaded),
    #box_productoftheday .innerbox:not(.owl-loaded),
    #box_productrelated .innerbox:not(.owl-loaded),
    #box_specialoffer .innerbox:not(.owl-loaded),
    .essentials-section-inner.products:not(.owl-loaded),
    #box_productrelated .innerbox:not(.owl-loaded),
    #box_recommendations_49 .innerbox:not(.owl-loaded),
    #box_wce_inni_kupili_rowniez_custom .owl-carousel:not(.owl-loaded),
    #box_recommendations_64 .owl-carousel:not(.owl-loaded){
        padding-left:16px;
    }
    #box_recommendations_64 .innerbox .product .addtofav{
        display: none !important;
    }
}

.box_recommendations .owl-carousel:not(.owl-loaded){
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .sticky-productform {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .sticky-productform {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 4px 0 4px rgba(0, 0, 0, 0.15);
        height: 58px;
        align-items: flex-start;
        z-index: 3;
        padding: 8px 10px 0 10px;
        justify-content: center;
        display: none;
    }
    .sticky-productform.sticky{
        display: flex;
    }
    .sticky-productform.none{
        display: none !important;
    }
    .sticky-productform-right{
        width: 100%;
        max-width:400px;
        display: flex;
        justify-content: flex-end;
    }
    .sticky-productform button {
        display: flex;
        align-items: center;
        height: 36px;
        padding: 0;
        font-size:14px;
        width: 100%;
        justify-content: center;
    }
    .sticky-productform button.none {
        display: none;
    }
}
.modal.addtobasketinfo-modal .modal-footer {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .search__item_content::-webkit-scrollbar {
        width: 5px;
    }
    .search__item_contenty::-webkit-scrollbar-track {
        background: #E5E7EB;
    }
    .search__item_content::-webkit-scrollbar-thumb {
        background: #9DA4AE;
    }
    .search__item_content::-webkit-scrollbar-thumb:hover {
        background: rgb(103, 107, 112);
    }
}
.fake-button-validate {
    color: red;
    font-size: 14px;
    padding-top: 13px;
    margin-right: 15px;
}
.main-module_gallery-bar__2jTh6,
.main-module_icon-arrow-container__2jvGl {
    background-color: #fff !important;
}
.main-module_gallery-bar__image-description__15_99.js__gallery-image-description {
    color: var(--orange);
}
.main-module_icon-arrow__2lOOE {
    color: var(--green) !important;
}

#categories .categories-item .imgwrap {
    width: 38px;
    display: flex;
    justify-content: center;
}
.favourites-row-wrap button.addtobasket {
    display: flex;
    padding-top: 11px !important;
}

.categorydesc #banners-frontpage{
    display: none;
}
.categorydesc #banners-frontpage2{
    position: relative;
    margin-bottom: 20px;
}
.categorydesc #banners-frontpage2 a{
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 0;
}
.categorydesc #banners-frontpage2 a .imgwrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
}
.categorydesc #banners-frontpage2 a .imgwrap picture,
.categorydesc #banners-frontpage2 a .imgwrap picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categorydesc #banners-frontpage2 a .desc{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
}
@media screen and (max-width:1200px){
    .categorydesc #banners-frontpage2 a .desc{
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width:700px){
    .categorydesc #banners-frontpage2{
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .categorydesc #banners-frontpage2 a .desc{
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
    }
}
@media screen and (max-width:500px){
    .categorydesc #banners-frontpage2{
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}

/* boxy produktowe */
@media not all and (min-resolution:.001dpcm) and (min-width:901px)
{ @supports (-webkit-appearance:none) {
    .menu-list a span { 
        padding-top:0 !important;
    }
}}


/* newsletter */
#box_newsletter,
#box_newsletter2{
    padding:10px 0 0 0;
    display: flex;
}
#box_newsletter .leftside,
#box_newsletter2 .leftside{
    width:58%;
    padding-right:40px;
}

#box_newsletter .rightside,
#box_newsletter2 .rightside{
    width:42%;
}

#box_newsletter .leftside .boxhead,
#box_newsletter2 .leftside .boxhead{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top:0px;
}

#box_newsletter .leftside .innerbox .boxintro,
#box_newsletter2 .leftside .innerbox .boxintro{
    font-size:20px;
    font-weight:600;
    margin-bottom:24px;
    line-height:24px;
}

#box_newsletter2 .leftside .innerbox .boxintro strong{
    font-weight: 600;
    margin-bottom: 24px;
    display: block;
}
#box_newsletter2 .leftside .innerbox .boxintro ul{
    list-style:disc;
    max-width: 672px;
    padding-left: 28px;
    color:#4D5761;
}
#box_newsletter2 .leftside .innerbox .boxintro ul li{
    font-size: 16px;
    font-weight: 400;
    color:#4D5761;
    margin-bottom:12px;
    line-height:24px;
}
#box_newsletter .leftside .innerbox .notes,
#box_newsletter2 .leftside .innerbox .notes{
    color:#9DA4AE;
    font-size:14px;
    margin-bottom: 24px;
    font-weight: 400;
}

#box_newsletter .leftside .innerbox input,
#box_newsletter2 .leftside .innerbox input{
    width:100%;
    max-width: 672px;
    color:var(--font);
    border:1px solid #D2D6DB;
    height:40px;
    padding:8px 4px;
    font-size:16px;
    border-radius:0;
}

#box_newsletter .leftside .innerbox input::placeholder,
#box_newsletter2 .leftside .innerbox input::placeholder{
    color:#6C737F;
    font-size:16px;
}

#box_newsletter .leftside .innerbox button{
    width:93px;
    padding:10px 24px;
    background:var(--green);
    color:white;
}
#box_newsletter .leftside .innerbox button span{
    color:white;
    font-size:14px;
}
#box_newsletter .rightside,
#box_newsletter2 .rightside{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
#box_newsletter2 .leftside .innerbox #mc_embed_signup .mc-field-group{
    padding-bottom: 10px;
    width: 100%;
    margin: 0;
}

#box_newsletter2 .leftside h2{
    font-size: 30px;
    line-height: 38px;
    margin-bottom:24px;
    margin-top: 0px;
}
#box_newsletter2 .leftside form{
    padding: 0;
}
#box_newsletter2 .leftside #mc_embed_signup{
    width: 100%;
}
#box_newsletter2 .leftside form .indicates-required{
    display: none;
}
#box_newsletter2 .leftside #mc_embed_signup_scroll{
    display: flex;
    flex-wrap:wrap;
}
#box_newsletter2 .leftside .inputs-wrap{
    width:100%;
}
#box_newsletter2 .leftside form input.button{
    padding: 10px 24px;
    background: var(--green);
    color: white;
    font-weight:700;
    height:44px;
    line-height: 0;
    min-width: 160px;
    text-align: center;
} 

@media screen and (max-width:900px){
    #box_newsletter,
    #box_newsletter2{
        flex-wrap:wrap;
        padding-top: 0;
    }
    #box_newsletter .leftside,
    #box_newsletter .rightside,
    #box_newsletter2 .leftside,
    #box_newsletter2 .rightside{
        width: 100%;
        padding-right: 0;
    }
    #box_newsletter .rightside,
    #box_newsletter2 .rightside{
        justify-content: center;
    }
    #box_newsletter .leftside,
    #box_newsletter2 .leftside{
        margin-bottom:20px;
    }

    #box_newsletter2 .leftside h2{
        font-size:20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    #box_newsletter .leftside .innerbox .boxintro, #box_newsletter2 .leftside .innerbox .boxintro{
        font-size:16px;
        line-height:24px;
        margin-bottom: 12px;
    }
    #box_newsletter2 .leftside .innerbox .boxintro strong{
        margin-bottom: 12px;
    }
    #box_newsletter2 .leftside .innerbox .boxintro ul{
        padding-left: 23px;
    }
    #box_newsletter2 .leftside .innerbox .boxintro ul li{
        font-size:14px;
        line-height: 21px;
        margin-bottom: 8px;
    }
    #box_newsletter .leftside .innerbox .notes, #box_newsletter2 .leftside .innerbox .notes{
        font-size:12px;
        line-height:18px;
        margin-bottom: 16px;
    }
    #box_newsletter2 .leftside .innerbox #mc_embed_signup .buttons{
        width: 100%;
    }
    #box_newsletter2 .leftside form input.button{
        width: 100%;
        max-width:400px;
        text-align: center;
        margin: 0;
    }
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    #box_newsletter2 .leftside form input.button{
        padding: 9px 9.5px;
    }
}}
.menu-list .submenu:not(.active) > ul > li > span > a:before{
    display: none !important;
};

/* kolekcje */
.shop_collection .categorydesc p{
    font-size: 16px;
    line-height: 28px;
}
.shop_collection .categorydesc{
    margin-top: 24px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.shop_collection .categorydesc .flex .flex-left{
    width:58%;
    padding-right:40px;
}
.shop_collection .categorydesc .flex .flex-right{
    width:42%;
}
.shop_collection .categorydesc img{
    margin: 25px 0 20px 0;
    max-height:300px;
    object-fit: contain;
}

.shop_collection h1{
    margin:0px 0 24px 0; 
}

.shop_collection h1 span{
    display: inline-block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 0;
    color:var(--font);
}

.shop_collection h1 span.orange{
    color:var(--orange);
}

.shop_collection #opinions{
    display: none !important;
}

.shop_collection #box_mainproducts .boxhead{
    margin-bottom: 0;
    display: none;
}

#box_mainproducts .layout,
.centercolReco .layout{
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1101px) and (max-width: 10399px){
    .centercol.centercol-full #box_mainproducts .products .product,
    .shop_collection #box_mainproducts .products .product{
        margin-right: 13px;
        width:calc((100% - 52px) / 5);
    }
    .shop_collection #box_mainproducts .products .product:nth-child(5n),
    .centercol.centercol-full #box_mainproducts .products .product:nth-child(5n){
        margin-right: 0;
    }
}
@media screen and (min-width: 901px) and (max-width: 1100px){
    .centercol.centercol-full #box_mainproducts .products .product,
    .shop_collection #box_mainproducts .products .product{
        margin-right: 13px;
        width:calc((100% - 39px) / 4);
    }
    .shop_collection #box_mainproducts .products .product:nth-child(4n),
    .centercol.centercol-full #box_mainproducts .products .product:nth-child(4n){
        margin-right: 0;
    }
}
@media screen and (max-width:900px){
    .shop_collection .categorydesc{
        text-align: left;
        margin-top: 0;
    }
    .shop_collection h1{
        margin-top:0px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .shop_collection h1 span{
        font-size:22px;
        line-height: 33px;
    }
    .shop_collection .categorydesc p{
        font-size:14px;
        line-height: 22px;
    }
}

/* producenci */
#infopage29 .boxhead{
    margin-bottom: 40px;
}
#infopage29{
    margin: 20px 0;
}
#infopage29 .innerbox section{
    margin-bottom: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E7EB;
}
#infopage29 .innerbox section:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}

#infopage29 .innerbox section .section-name{
    font-size:24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 32px;
}

#infopage29 .innerbox section .section-list{
    display: flex;
    flex-wrap:wrap;
}

#infopage29 .innerbox section .section-list .section-item{
    margin: 0 32px 32px 0;
    box-sizing: border-box;
}

#infopage29 .innerbox section .section-list .section-item a{
    display: block;
}

#infopage29 .innerbox section .section-list .section-item a span{
    display: block;
}

#infopage29 .innerbox section .section-list .section-item a .item-logo{
    height:112px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#infopage29 .innerbox section .section-list .section-item a .item-logo img{
    height:100%;
    object-fit: contain;
}

#infopage29 .innerbox section .section-list .section-item a .item-name{
    font-size:18px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

#infopage29 .innerbox section .section-list .section-item a .item-desc{
    font-size:16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color:#4D5761;
}

@media screen and (min-width: 1101px) and (max-width: 10399px){
    #infopage29 .innerbox section .section-list .section-item{
        width:calc((100% - 96px) / 4);
    }
    #infopage29 .innerbox section .section-list .section-item:nth-child(5n){
        margin-right: 0;
    }
}
@media screen and (min-width: 901px) and (max-width: 1100px){
    #infopage29 .innerbox section .section-list .section-item{
        width:calc((100% - 72px) / 3);
    }    
    #infopage29 .innerbox section .section-list .section-item:nth-child(4n){
        margin-right: 0;
    }
}
@media screen and (min-width:700px) and (max-width: 900px){
    #infopage29 .innerbox section .section-list .section-item{
        width:calc((100% - 48px) / 2);
    }    
    #infopage29 .innerbox section .section-list .section-item:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 700px){
    #infopage29 .innerbox section{
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    #infopage29 .innerbox section .section-name{
        font-size:18px;
        line-height:28px;
        margin-bottom: 16px;
    }
    #infopage29 .innerbox section .section-list .section-item{
        width:calc((100% - 12px) / 2);
        margin:0 12px 20px 0;
    }    
    #infopage29 .innerbox section .section-list .section-item:nth-child(2n){
        margin-right: 0;
    }

    #infopage29 .innerbox section .section-list .section-item a .item-logo{
        height:85px;
    }
    #infopage29 .innerbox section .section-list .section-item a .item-name{
        font-size:16px;
        line-height:24px;
    }
    #infopage29 .innerbox section .section-list .section-item a .item-desc{
        font-size:14px;
        line-height: 21px;
    }   
}

#topbar{
    background: var(--lightfont);
}

#topbar .innerbox{
    display: flex;
    justify-content: space-between;
    height: 34px;
    overflow: hidden;
}

#topbar .innerbox .item{
    font-size:12px;
    font-weight: 500;
    box-sizing: border-box;
    white-space: nowrap;
}
#topbar .innerbox .item.poradnik{
    display: flex;
    align-items: center;
    justify-content: center;

}
#topbar .innerbox .item.poradnik a:first-child{
    margin-right: 8px;
}
#topbar .innerbox .item.poradnik a:last-child{
    align-items: center;
    font-size:12px;
    font-weight:600;
    border-radius:4px;
    padding: 2px 6px;
    box-sizing: border-box;
    color:var(--lightfont2);
    background:#E5E7EB;
    transition:200ms;
}
#topbar .innerbox .item.poradnik a:last-child:hover{
    background:#D2D6DB;
}
#topbar .innerbox .item.poradnik a:last-child img{
    margin-right: 4px;
}
#topbar .innerbox .item a{
    display: flex;
    align-items: center;
    color:var(--lightfont2);
}
#topbar .innerbox .item a:first-child{
    height: 100%;
}
#topbar .innerbox .item img{
   margin-right:8px;
   width:auto;
}
#topbar .innerbox .owl-stage,
#topbar .innerbox .owl-stage .owl-item,
#topbar .innerbox .owl-stage .owl-item .item{
    height:100%;
}
@media screen and (max-width: 700px) {
    #topbar .innerbox .item{
        padding-top:6.5px;
        padding-bottom:6.5px;
        min-width: 100%;
    }
    #topbar .innerbox .item a {
        justify-content: center;
    }
    #topbar .innerbox .item.poradnik a:last-child {
        display: none;
    }

}
@media screen and (max-width: 600px) {
    #topbar .owl-nav {
        margin: 0;
        height: auto;
        position: absolute;
        bottom:40px;
        width: 100%;
        justify-content: space-between;
    }
    #topbar .owl-nav button {
        margin: 0;
        width: 20px;
        height: 20px;
        border:none;
        transform: translateY(33px);
    }
    #topbar .owl-nav button:hover{
        background:inherit !important;
    }
    #topbar .owl-nav button::after{
        content:'';
        background:url('/userdata/public/assets/0_layout/svg/topbarnavright.svg') transparent no-repeat;
        width: 20px;
        height: 20px;
        background-size:20px;
    }
}

/* login sidebar */
#box_loginsmall{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 2002;
    width: 100%;
    max-width:420px;
    transition: 0.2s linear;
    padding:56px 32px 56px 32px;
    overflow: auto;
}
#box_loginsmall .loginsmall-wrap .sidebar-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#box_loginsmall .loginsmall-wrap .sidebar-head .title{
    font-size:20px;
    line-height:30px;
    font-weight: 600;
}
#box_loginsmall .loginsmall-wrap .sidebar-head .close{
    width: 52px;
    height: 30px;
    cursor: pointer;
    margin-right: -16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#box_loginsmall.active{
    display: block;
}
#box_loginsmall:not(.active){
    display: none;
}
#box_loginsmall:not(.show) {
    right: -500px;
}
#box_loginsmall.show {
    right: 0;
}
#box_loginsmall .innerbox form fieldset{
    display: flex;
    flex-direction: column;
}
#box_loginsmall .innerbox form fieldset .login-inputs{
    display: flex;
    flex-direction: column;
}
#box_loginsmall .innerbox form fieldset .login-inputs input{
    border:1px solid #D2D6DB;
    height:52px;
    font-size:16px;
    margin-bottom: 16px;
    padding: 0 12px;
    box-sizing: border-box;
}
#box_loginsmall .innerbox form fieldset .login-inputs input::placeholder{
    color: #6C737F;
    font-size:16px;
}
#box_loginsmall .innerbox form .remind{
    display: block;
    text-align: right;
    text-decoration: underline;
    color:#4D5761;
    font-size:14px;
    line-height: 21px;
    margin-bottom: 24px;
}
#box_loginsmall .innerbox form .remind:hover{
    text-decoration: none;
}
#box_login .social-login-buttons,
#box_loginsmall .innerbox form .social-login-buttons,
#box_register .social-login-buttons{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    border-bottom:1px solid #D5D5D5;
    padding-bottom: 12px;
    margin-bottom: 24px;
    margin-top: 0;
}
#box_login .social-login-buttons .boxhead,
#box_loginsmall .innerbox form .social-login-buttons .boxhead,
#box_register .social-login-buttons .boxhead{
    font-size:16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom:18px;
    color:#4D5761;
}
#box_login .social-login-buttons a,
#box_loginsmall .innerbox form .social-login-buttons a,
#box_register .social-login-buttons a{
    position: relative;
    width: 100%;
    max-width: 112px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin:6px;
    font-size: 0;
}
#box_login .social-login-buttons a.btn-login-facebook:after,
#box_loginsmall .innerbox form .social-login-buttons a.btn-login-facebook:after,
#box_register .social-login-buttons a.btn-login-facebook:after{
    content:'';
    background:url('/userdata/public/assets/0_layout/svg/fblogin_i.svg') transparent no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
}
#box_login .social-login-buttons a.btn-login-google:after,
#box_loginsmall .innerbox form .social-login-buttons a.btn-login-google:after,
#box_register .social-login-buttons a.btn-login-google:after{
    content:'';
    background:url('/userdata/public/assets/0_layout/svg/googlelogin_i.svg') transparent no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
}
#box_login .social-login-buttons h3,
#box_register .social-login-buttons h3{
    font-size:16px;
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
    font-weight: 400;
}
#box_loginsmall .innerbox form .btn{
    height:50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#box_loginsmall .innerbox form .btn.login{
    margin-bottom: 24px;
}
#box_loginsmall .innerbox form .register-boxhead{
    text-align: center;
    margin-bottom: 16px;
}
#box_loginsmall .usermenuitem{
    border-bottom:1px solid #E5E7EB;
    padding:16px 0;
    display: flex;
    align-items: center;
    color:#4D5761;
}
#box_loginsmall .usermenuitem img{
    margin-right: 12px;
}
#box_loginsmall .innerbox .loyalty2 .header{
    text-align: left;
}
#box_loginsmall #customLoyaltyExchanger h6.sum{
    font-size:16px;
    margin-bottom: 0;
}
#box_loginsmall #customLoyaltyExchanger .items .item h6{
    line-height: 28px;
    color: var(--font);
    margin-bottom: 4px;
}
#box_loginsmall #customLoyaltyExchanger .items .item .btn{
    border-radius:0;
}
#box_loginsmall #customLoyaltyExchanger .items .item .btn.btn-white:not(.disabled),
#box_loginsmall #customLoyaltyExchanger .items .item .btn.btn-green:not(.disabled){
    background:var(--font);
    color:white;
    border:none;
    border:none !important;
}
#box_loginsmall #customLoyaltyExchanger .items .item .btn.btn-white:not(.disabled):hover,
#box_loginsmall #customLoyaltyExchanger .items .item .btn.btn-green:not(.disabled):hover{
    background:#384250 !important;
    border:none !important;
}
#box_loginsmall #customLoyaltyExchanger .items .item h6 strong{
    color:var(--orange);
    font-weight: 600;
}
#box_loginsmall #customLoyaltyExchanger .items .item span.datainfo{
    line-height: 21px;
    color:#4D5761;
}
#box_loginsmall #customLoyaltyExchanger .items .item:first-child{
    border:none;
}
#box_loginsmall #customLoyaltyExchanger .items .item:last-child{
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E7EB;
}
#box_loginsmall #customLoyaltyExchanger .items{
    margin-bottom: 0;
}
#box_loginsmall #customLoyaltyExchanger .content:not(.active){
    display: none;
}
#box_loginsmall #customLoyaltyExchanger .show-coupons{
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 0 24px 0;
    border-bottom: 1px solid #E5E7EB;
}
#box_loginsmall #customLoyaltyExchanger .show-coupons.active span img{
    transform:rotate(180deg);
}
#box_loginsmall #customLoyaltyExchanger .show-coupons span{
    display: flex;
    margin-left:3px;
}
@media screen and (max-width: 700px){
    #box_loginsmall{
        right: inherit;
        left: 0;
        max-width: 100%;
        width: 100%;
        max-height: calc(100vh - 44px);
        top: inherit;
        bottom: -100vh;
        padding: 20px 20px 60px 20px;
    }
    #box_loginsmall.show{
        bottom:0;
    }
    #box_loginsmall .loginsmall-wrap .sidebar-head .title{
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        display: block;
        flex-grow: 1;
        margin-left: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #box_loginsmall .loginsmall-wrap .sidebar-head {
        border-bottom:1px solid #E5E7EB;
    }
    #box_loginsmall .innerbox form fieldset .login-inputs input::placeholder,
    #box_loginsmall .innerbox form fieldset .login-inputs input,
    #box_loginsmall .innerbox form .social-login-buttons .boxhead,
    #box_loginsmall .innerbox form .register-boxhead{
        font-size:14px;
    }
}


/* kolekcje 8.12 */
#box_mainproducts .products.products-collection{
    display: flex;
    flex-direction: column;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 50px;
    overflow: hidden;
}

#box_mainproducts .products.products-collection .product{
    width: 100%; 
    margin-right:0;
    margin-bottom: 20px;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    border-bottom:1px solid #E5E7EB;
}
#box_mainproducts .products.products-collection .product:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
#box_mainproducts .products.products-collection .product .product-coll-left{
    width:280px;
    margin-right:32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#box_mainproducts .products.products-collection .product .product-coll-left .img-wrap{
    height:100% !important;
    margin-bottom: 0;
}

#box_mainproducts .products.products-collection .product .product-coll-left .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#box_mainproducts .products.products-collection .product .product-coll-right{
    width:calc(100% - 312px);
}
#box_mainproducts .products.products-collection .product .product-coll-right > span{
    display: block;
}
#box_mainproducts .products.products-collection .product .product-coll-right > span a{
    font-size:20px;
    font-weight:600;
    line-height:30px;
}

#box_mainproducts .products.products-collection .product .product-coll-right .manufacturer{
    padding-left: 0;
    margin-bottom:20px;
    margin-top:12px;
}
#box_mainproducts .products.products-collection .product .product-coll-right .manufacturer a{
    text-decoration: underline;
}

#box_mainproducts .products.products-collection .product .product-coll-right .manufacturer em,
#box_mainproducts .products.products-collection .product .product-coll-right .manufacturer a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color:#6C737F;
    font-style: normal;
}
#box_mainproducts .products.products-collection .product .product-coll-right .product-short-description{
    font-size: 16px;
    line-height: 24px;
}
#box_mainproducts .products.products-collection .product .product-coll-right .product-short-description p{
    color:#4D5761;
}

#box_mainproducts .products.products-collection .product .product-coll-right .form-wrap{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    margin-top:20px;
    padding-left:0px;
    padding-right:0;
    padding-bottom:0;
    height: auto;
}

#box_mainproducts .products.products-collection .product .product-coll-right .price{
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
}
#box_mainproducts .products.products-collection .product .product-coll-right .price em,
#box_mainproducts .products.products-collection .product .product-coll-right .price del{
    font-weight:600;
    font-size:16px;
    line-height:24px;
}
#box_mainproducts .products.products-collection .product .product-coll-right .price del{
    font-weight: 400;
}
#box_mainproducts .products.products-collection .product .product-coll-right .form-wrap{
    position: static;
    opacity:1;
}
#box_mainproducts .products.products-collection .product .product-coll-right .form-wrap .price{
    position: static;
}
#box_mainproducts .products.products-collection .product .product-coll-right .form-wrap button.addtobasket{
    background:var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height:52px;
    min-width:188px;
}
#box_mainproducts .products.products-collection .product .product-coll-right .form-wrap button.addtobasket:hover{
    background: #384250;
}

#box_mainproducts .products.products-collection .product .product-coll-right .form-wrap button.addtobasket::before{
    display: none;
}

#box_mainproducts .products.products-collection .product .product-coll-right .form-wrap button.addtobasket span{
    display: inline-block;
    font-size:16px;
    line-height: 24px;
    color:white;
    font-weight: 700;
}

#box_mainproducts .products.products-collection .product:nth-child(2n){
    flex-direction: row-reverse;
}
#box_mainproducts .products.products-collection .product:nth-child(2n) .product-coll-left{
    margin-right: 0;
    margin-left: 32px;
}
#box_mainproducts .products.products-collection .product:nth-child(2n) .product-coll-right .form-wrap{
    justify-content: flex-end;
}
@media screen and (max-width:900px){
    .shop_collection .categorydesc .flex{
        flex-direction: column;
        margin-top: 0;
    }
    .shop_collection .categorydesc .flex .flex-left,
    .shop_collection .categorydesc .flex .flex-right{
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (min-width:769px){
    #box_mainproducts .products.products-collection .product .product-coll-right .mobileimg{
        display: none;
    }
}
@media screen and (max-width:768px){
    #box_mainproducts .products.products-collection .product {
        padding: 15px;
        box-sizing: border-box;
    }
    #box_mainproducts .products.products-collection .product .product-coll-left{
        display: none;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right{
        width: 100%;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right .mobileimg{
        max-height:200px;
        text-align: center;
        margin-bottom:16px;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right .mobileimg img{
        max-height:inherit;
        object-fit: contain;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right > span{
        text-align: center;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right > span a{
        text-align: center;
        font-size:16px;
        line-height: 24px;
        font-weight: 600;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right .manufacturer{
        text-align: center;
        margin-top: 8px;
        margin-bottom:16px;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right .form-wrap{
        justify-content: space-between !important;
        flex-wrap:nowrap;
        margin-top: 16px;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right .form-wrap .basket{
        flex-grow: 1;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right .form-wrap .basket fieldset{
        justify-content: flex-end;
    }
    #box_mainproducts .products.products-collection .product .product-coll-right .form-wrap .basket button{
        width: 100%;
        max-width: 400px;
    }
}
@media screen and (max-width:500px){
    #box_mainproducts .products.products-collection{
        margin-left: -16px;
    }
}

/* new layout*/
.showlink{
    display: inline-flex;
    align-items: center;
    transition:150ms;
}
.showlink,
.showlink span{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #6C737F;
}
.showlink img{
    margin-left: 4px;
}
.showlink:hover,
.showlink:hover span{
    color:#6C737F;
    filter: brightness(0.5);
}
@media screen and (min-width:700px){
    .showlink .mobile{
        display: none;
    }
}
@media screen and (max-width:700px){
    .showlink,
    .showlink span{
        font-size:14px;
        line-height: 20px;
    }
    .showlink .desktop{
        display: none;
    }
}

#banners-frontpage-top{
    margin-top: -14px;
    overflow: hidden;
    margin-bottom:28px;
}
#banners-frontpage-top .innerbox .item{
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
}
#banners-frontpage-top .innerbox .item picture img{
    width: 100%;
    transition:250ms;
}
#banners-frontpage-top .innerbox .item .content{
    position: absolute;
    z-index: 1;
    bottom:24px;
    left:0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
#banners-frontpage-top .innerbox .item .content p{
    font-size: 30px;
    color: white;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}
#banners-frontpage-top .innerbox .item .content .btn{
    padding-left:27px;
    padding-right:27px;
}
#banners-frontpage-top .innerbox .item:hover picture img{
    transform:scale(1.08);
}

@media screen and (min-width:1250px){
    #banners-frontpage-top{
        min-height: 371px;
    }
}
@media screen and (max-width:1249px) and (min-width:701px){
    #banners-frontpage-top{
        aspect-ratio: 3.4;
    }
}
@media screen and (max-width:700px) and (min-width:451px){
    #banners-frontpage-top{
        aspect-ratio: 1.51555;
    }
}
@media screen and (max-width:450px){
    #banners-frontpage-top{
        aspect-ratio: 0.9516;
    }
}
@media screen and (max-width:700px){
    #banners-frontpage-top{
        margin-bottom:15px;
    }
    #banners-frontpage-top .layout{
        padding-left: 0;
        padding-right: 0;
    }
}
#seo_module{
    background:#F3F4F6;
    padding:40px 0 24px 0;
}
#seo_module .box{
    position: relative;
}
#seo_module .box .boxhead{
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#seo_module .box .flex{
    margin-left: -58px;
}

#seo_module .box .flex-6{
    margin-left: 58px;
}
#seo_module .box p{
    font-size: 14px;
    line-height: 21px;
    color: #4D5761;
    margin-bottom: 16px;
}
@media screen and (min-width:701px){
    #seo_module .box .showmore{
        display: none;
    }
}
@media screen and (max-width:700px){
    #seo_module{
        margin:20px 0;
        padding:20px 0 20px 0;
    }
    #seo_module .box .flex{
        margin-bottom: 20px;
        flex-direction: column;
    }
    #seo_module .box .flex .flex-6{
        flex-basis: 100%;
    }
    #seo_module .boxhead .showlink{
        display: none;
    }
    #seo_module .box .showmore::after{
        display: none;
    }
    #seo_module .box .showmore{
        position: static;
        transform:none;
        padding: 0;

    }
    #seo_module .box .showmore span{
        font-size:14px;
        font-weight: 500;
        color:#6C737F;
        margin-right: 4px;
    }

    #seo_module:not(.active) .box .flex > .flex-6:first-child > p:first-child{
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #seo_module:not(.active) .box .flex > .flex-6:nth-child(n+2),
    #seo_module:not(.active) .box .flex > .flex-6 > p:nth-child(n+2){
        display: none;
    }
    
    #seo_module.active .box .showmore img{
        transform:rotate(180deg);
    }
}
#frontpage-banners .item{
    position: relative;
}

#frontpage-banners .item a{
    width: 100%;
    height: 100%;
    display: flex;
}
#frontpage-banners .item .imgwrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
#frontpage-banners .item .imgwrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:250ms;
}
#frontpage-banners .item .desc{
    position: absolute;
    bottom:24px;
    left:24px;
    right:24px;
    color:white;
    font-size:24px;
    font-weight: 600;
    line-height:32px;
}
#frontpage-banners .item .desc img{
    display: inline-block;
    width: auto;
    position: relative;
    top: 3px;

}

#frontpage-banners .item:hover img{
    transform:scale(1.08);
}
#frontpage-banners .item:hover .desc{
    text-decoration: underline;
}

#frontpage-banners .owl-carousel:not(.owl-loaded){
    display: flex;
    flex-wrap:wrap;
    margin-left: -32px;
    margin-bottom: 4px;
    width:inherit;
}
#frontpage-banners .owl-carousel:not(.owl-loaded) .item{
    margin : 0 0 32px 32px;
    width:calc(25% - 32px);
}
#frontpage-banners .owl-carousel:not(.owl-loaded) .item[data-colspan="true"]{
    width:calc(50% - 32px);
}
#frontpage-banners .owl-carousel .owl-dots{
    margin: 4px 0 12px 0;
}
@media screen and (max-width:1200px){
    #frontpage-banners .owl-carousel:not(.owl-loaded){
        margin-bottom:24px;
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded){
        margin-left: -16px;
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded) .item{
        margin : 0 0 16px 16px;
        width:calc(25% - 16px);
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded) .item[data-colspan="true"]{
        width:calc(50% - 16px);
    }

    #frontpage-banners .item .desc{
        font-size:18px;
        line-height:24px;
    }
}
@media screen and (min-width:900px){
    #frontpage-banners .owl-carousel.owl-loaded .item {
        aspect-ratio: 1;
        max-height: 600px;
        min-width: 100%;
    }
}
@media screen and (max-width:900px){
    #frontpage-banners .layout{
        padding-left: 0;
        padding-right: 0;
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded) .item .desc{
        font-size:14px;
        line-height:18px;
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded) .item .desc br{
        display: none;
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded) .item .desc img{
        max-height: 18px;
        top:5px;
    }
    #frontpage-banners .owl-carousel.owl-loaded .item {
        aspect-ratio: 1;
        max-height: 500px;
        min-width: 100%;
    }
    #frontpage-banners .owl-carousel.owl-loaded .item .desc{
        font-size: 30px;
        line-height: 38px;
        font-weight: 500;
    }
}
@media screen and (max-width:700px){
    #frontpage-banners .owl-carousel:not(.owl-loaded){
        margin-bottom: 6px;
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded) .item .desc{
        bottom:16px;
        left:16px;
        right:16px;
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded) .item{
        margin : 0 0 16px 16px;
        width:calc(50% - 16px);
    }
    #frontpage-banners .owl-carousel:not(.owl-loaded) .item[data-colspan="true"]{
        width:calc(100% - 16px);
    }

}

#module_ageCategories{
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
#module_ageCategories .boxhead{
    margin:0 0 24px 0;
}
#module_ageCategories .desc p{
    color:#4D5761;
    font-size:16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 33px;
}
#module_ageCategories .innerbox{
    position: static;
}
#module_ageCategories .item{
    position: relative;
}
#module_ageCategories .item .imgwrap{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}
#module_ageCategories .item .imgwrap::after{
    content:'';
    background: linear-gradient(180deg, rgba(32, 41, 57, 0.00) 50%, rgba(32, 41, 57, 0.65) 100%);
    pointer-events: none;
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    top:0;
    z-index: 1;
}

#module_ageCategories .item .imgwrap img{
    transition:200ms;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#module_ageCategories .item .name{
    position: absolute;
    bottom:16px;
    left:16px;
    right:16px;
    color:white;
    font-size:20px;
    font-weight:600;
    line-height: 30px;
    z-index: 1;
}
#module_ageCategories .owl-carousel .owl-stage-outer{
    overflow: visible;
    position: static;
}
#module_ageCategories .owl-carousel .owl-stage{
    padding-left: 0 !important;
}
#module_ageCategories .item .item-types{
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 200ms;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
#module_ageCategories .item .item-types a{
    margin: 8px 0;
    padding: 10px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    color:#1F2A37;
}
#module_ageCategories .item:hover .item-types{
    opacity: 1;
    visibility: visible;
}
#module_ageCategories .item:hover .imgwrap img{
    filter: brightness(0.5);
}

.box_infopage #module_ageCategories{
    display: flex;
    flex-wrap:wrap;
    margin-left:-16px;
}
.box_infopage #module_ageCategories .item{
    margin:0 0 16px 16px;
    width:calc(25% - 16px);
}
.box_infopage #module_ageCategories .item .imgwrap{
    aspect-ratio: inherit;
}

@media screen and (max-width:900px){
    .box_infopage #module_ageCategories .item{
        width:calc(33.333% - 16px);
    }
}

@media screen and (max-width:900px){
    #module_ageCategories .owl-carousel:not(.owl-loaded){
        display: flex;
        overflow: auto;
        margin-left:-8px;
        width: calc(100% + 8px);
    }
    #module_ageCategories .owl-carousel:not(.owl-loaded) .item{
        width: 164px;
        min-width:164px;
        margin: 0 0 0 8px;
    }
}

@media screen and (max-width:550px){
    .box_infopage #module_ageCategories .item{
        width:calc(50% - 16px);
    }
}

@media screen and (max-width:500px){
    .box_infopage #module_ageCategories{
        width: calc(100% + 40px);
        margin-left: -24px;
    }
    .box_infopage #module_ageCategories .item{
        margin:0 0 8px 8px;
        width:calc(50% - 8px);
    }
    .box_infopage #module_ageCategories .item .imgwrap{
        aspect-ratio: 1;
    }
}

#module_lightwidget{
    margin-bottom: 35px;
}
#module_lightwidget .boxhead{
    text-align: center;
    margin: 0 0 40px 0;
}
@media screen and (max-width:900px){
    #module_lightwidget{
        padding-top:20px;
        margin-bottom: 20px;
    }
    #module_lightwidget .boxhead{
        margin-bottom: 20px;
        padding-left:20px;
        padding-right: 20px;
    }
    #module_lightwidget .layout{
        padding-left: 0;
        padding-right: 0;
    }
    #module_lightwidget .boxhead .maincolor{
        color:inherit;
    }
}
@media screen and (max-width:1000px){
    #module_ageCategories .item .name{
        font-size:16px;
        line-height: 24px;
    }
}
@media screen and (max-width:700px){
    #module_ageCategories{
        padding-bottom:20px;
    }
    #module_ageCategories .boxhead{
        margin-bottom: 12px;
    }
    #module_ageCategories .desc p{
        font-size:14px;
        line-height:21px;
        margin-bottom: 20px;
    }
    #module_ageCategories .item .name{
        bottom:12px;
        left:12px;
        right:12px;
    }
    #module_ageCategories .layout{
        padding-left: 0;
        padding-right: 0;
    }
    #module_ageCategories .boxhead,
    #module_ageCategories .desc{
        padding-left:20px;
        padding-right:20px;
    }
}
@media screen and (max-width:500px){
    #module_ageCategories .boxhead,
    #module_ageCategories .desc{
        padding-left:16px;
        padding-right:16px;
    }
}
.bottom-footer{
    overflow: hidden;
}
.bottom-footer > .container > .module-wrap > .layout > div .layout{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body:not(.shop_product) .module-wrap[data-module-id="49"],
.module-wrap[data-module-id="70"]{
    background:#F3F4F6;
    margin-bottom: 40px;
    position: relative;
}
.module-wrap[data-module-id="49"]{
    position: relative;
}

#box_recommendations_49 .innerbox .product .manufacturer,
#box_recommendations_49 .innerbox .product .productnamewrap{
    padding-left:0;
    padding-right: 0;
}
#box_recommendations_49 .innerbox{
    margin-bottom: 40px;
    /* padding-bottom: 40px; */
}
#box_recommendations_49 .boxhead{
    margin-bottom: 40px;
}
#box_recommendations_49 .owl-carousel{
    position: static;
}
#box_recommendations_49 .owl-carousel .owl-stage-outer{
    overflow: visible;
}

#box_wce_inni_kupili_rowniez_custom{
    position: static;
}
#box_wce_inni_kupili_rowniez_custom .innerbox wce-other-bought-slider{
    display: none !important;
}
#box_wce_inni_kupili_rowniez_custom .boxhead{
    margin-top: 0;
    margin-bottom: 40px;
}
.box_wceOtherBought .product .productnamewrap{
    margin: 0 !important;
    height: inherit !important;
}

/* 
body:not(.shop_product) .module-wrap[data-module-id="49"]{
    padding-bottom: 0;
} */
body:not(.shop_product) .module-wrap[data-module-id="49"] .boxhead{
    margin-top:0;
}
body:not(.shop_product) .module-wrap[data-module-id="49"] .owl-carousel .owl-stage{
    padding-left: 0 !important;
}
body:not(.shop_product) .module-wrap[data-module-id="49"] .product .manufacturer,
body:not(.shop_product) .module-wrap[data-module-id="49"] .product .productnamewrap{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
body:not(.shop_product) .module-wrap[data-module-id="49"],
body:not(.shop_product) .module-wrap[data-module-id="49"] #box_recommendations_49,
body:not(.shop_product) .module-wrap[data-module-id="49"] #box_recommendations_49 .innerbox{
    margin-bottom: 0;
}
@media screen and (max-width:900px){

    body:not(.shop_product) .module-wrap[data-module-id="49"]{
        padding-bottom: 20px;
    }
    .module-wrap[data-module-id="70"]{
        margin-bottom: 20px;
    }
    body.shop_product .main.row{
        overflow: hidden;
    }
    #box_recommendations_49 .innerbox{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:900px){
    #box_wce_inni_kupili_rowniez_custom .boxhead,
    #box_recommendations_49 .boxhead{
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    #box_wce_inni_kupili_rowniez_custom .owl-carousel .owl-stage,
    #box_recommendations_49 .owl-carousel .owl-stage,
    #box_productrelated{
        padding-left:0 !important;
    }
    #box_productrelated{
        padding-right: 0;
    }
    #box_productrelated .owl-carousel:not(.owl-loaded){
        padding-bottom:20px;
    }
    #box_wce_inni_kupili_rowniez_custom .owl-carousel:not(.owl-loaded),
    #box_recommendations_49 .owl-carousel:not(.owl-loaded),
    #box_productrelated{
        width:calc(100% + 40px);
        margin-left: -20px;
    }
}
@media screen and (max-width:500px){
    #box_wce_inni_kupili_rowniez_custom .owl-carousel:not(.owl-loaded),
    #box_recommendations_49 .owl-carousel:not(.owl-loaded),
    #box_productrelated{
        width:calc(100% + 32px);
        margin-left: -16px;
    }
}

#box_productsearch form label{
    margin-bottom: 8px;
    display: block;
}
#box_productsearch form input,
#box_productsearch form select{
    margin-bottom: 12px;
    min-width: 400px;
}
#box_productsearch form .buttons {
    margin:12px 0;
}
#box_productsearch form .buttons button.search{
    background:var(--font);
    color:white;
    padding:10px 24px;
    box-sizing: border-box;
    font-size:16px;
    font-weight: 700;
    line-height: 24px;
    min-width:160px;
    transition: 150ms;
}
#box_productsearch form .buttons button.search span{
    color:white;
}
  
#box_productsearch form .buttons button.search:hover{
    background:#384250;
}
  
#box_productsearch form .buttons button[type="reset"]{
  background:#F3F4F6;
  color:var(--font);
  padding:10px 24px;
  box-sizing: border-box;
  font-size:16px;
  font-weight: 700;
  line-height: 24px;
  min-width:160px;
  transition: 150ms;
}  
#box_productsearch form .buttons button[type="reset"]:hover{
  background:#D2D6DB
}

.checkbox-wrap{
    width:20px;
    height:20px;
    box-sizing: border-box;
    top: 4px;
    margin-right: 12px;
    position: relative;
    border: 1px solid #D2D6DB;
    display: inline-block;
}

.checkbox-wrap input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    width: inherit !important;
    margin: 0 !important;
}

.checkbox-wrap label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.checkbox-wrap input[type=checkbox]:checked+label::after {
    content:'' !important;
    border: none;
    background: url(/userdata/public/assets/0_layout/svg/white_check_i.svg) var(--font) no-repeat center;
    transform: none;
    width: 20px;
    height: 20px;
    top: -1px;
    left: -1px;
    box-sizing: border-box;
    display: inline-block !important;
    position: absolute;
}

#box_register{
    max-width: 550px;
    margin: 0 auto;
}

#box_register form fieldset .shaded_inputwrap,
#box_register form fieldset input{
    width: 100% !important;
}

.modal.addtofavmodal{
    padding:40px 24px;
    width: 100% !important;
    max-width: 720px;
    text-align: center;
}
.modal.addtofavmodal .modal-header{
    padding-bottom: 4px;
}
.modal.addtofavmodal .modal-body .social-login-buttons{
    margin-top: 28px;
}
.modal.addtofavmodal .modal-body .social-login-buttons h5{
    margin: 28px 0;
    color:var(--font);
}
.modal.addtofavmodal .modal-body .social-login-buttons .btn-g{
    font-size: 0px;
    width: 112px;
}
.modal.addtofavmodal .modal-body .social-login-buttons .btn-g::before{
    margin-right: 0;
}
.modal.addtofavmodal .social-login-buttons a:nth-of-type(3){
    margin-right:10px;
}
.modal.addtofavmodal .social-login-buttons .btn-login-facebook,
.modal.addtofavmodal .social-login-buttons .btn-login-google{
    padding-top:9px;
    padding-bottom: 9px;
}
@media screen and (max-width:700px){
    .modal.addtofavmodal{
        padding: 20px;
        max-width: calc(100vw - 100px);
    }
    .modal.addtofavmodal .modal-header{
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom:1px solid #E5E7EB;
    }
    .modal.addtofavmodal .modal-header h3{
        font-size:14px;
        line-height: 20px;
    }
    .modal.addtofavmodal .modal-body{
        font-size:14px;
        line-height: 21px;
        color:var(--font);
    }
    .modal.addtofavmodal .modal-body .social-login-buttons{
        margin-top: 20px;
    }
    .modal.addtofavmodal .modal-body .social-login-buttons h5{
        margin:20px 0;
    }
}

@media screen and (max-width:550px){
    .modal.addtofavmodal{
        max-width: 100%;
        bottom: 0 !important;
        top: inherit !important;
        transform: none !important;
        left: 0 !important;
        height: 100% !important;
        max-height: calc(100vh - 160px);
    }
    .modal.addtofavmodal .modal-body .social-login-buttons .btn-login,
    .modal.addtofavmodal .modal-body .social-login-buttons .btn-register{
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 12px;
        margin-top: 0;
    }
    .modal.addtofavmodal .modal-body .social-login-buttons h5{
        margin-top:8px;
    }
}

#newsletter-checkbox .message,
#box_newsletter2 .message{
    display: none;
    color: #F04438;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom:-26px;
    left:32px;
    margin-bottom: 0;
}
#mc_embed_signup .mc-field-group,
#mc_embed_signup_scroll{
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
}
#mc_embed_signup .mc-field-group #newsletter-checkbox,
#mc_embed_signup_scroll #newsletter-checkbox{
    width:calc(100% - 192px);
    margin-right: 32px;
    display: flex;
    position: relative;
    padding-top: 7px;
    align-items: center;
}
#mc_embed_signup .mc-field-group #newsletter-checkbox > label,
#mc_embed_signup_scroll #newsletter-checkbox > label{
    color:#4D5761;
    font-size:12px;
    line-height: 18px;
    font-weight: 400;
    cursor:pointer;
}
#mc_embed_signup .mc-field-group #newsletter-checkbox .checkbox-wrap,
 #newsletter-checkbox .checkbox-wrap{
    min-width: 20px;
    top:0;
}
#box_newsletter2 #mc_embed_signup_scroll .buttons{
    max-width: 160px;
}
@media screen and (max-width:1000px){
    #mc_embed_signup form fieldset #mce-EMAIL{
        margin-bottom:20px;
    }
    #mc_embed_signup .mc-field-group #newsletter-checkbox,
    #mc_embed_signup_scroll #newsletter-checkbox{
        width: 100%;
        padding-top:0;
        margin-right: 0;
    }
    #mc_embed_signup form fieldset #mc-embedded-subscribe,
    #box_newsletter2 #mc_embed_signup_scroll .buttons{
        margin-top:20px;
    }
    #newsletter-checkbox .message,
    #box_newsletter2 .message{
           bottom:-19px;
    }
    #box_newsletter2 #mc_embed_signup_scroll .buttons{
        width:inherit;
        max-width: 100%;
    }
}

/* custom scrollbar */
@media screen and (max-width:900px){
    #box_bestsellers .os-content,
    #box_lastadded .os-content,
    #box_productoftheday .os-content,
    #box_specialoffer .os-content,
    #box_wce_inni_kupili_rowniez_custom .os-content,
    #module_categories .os-content,
    #module_ageCategories .os-content,
    #opinions .os-content,
    #module_producers .os-content,
    #box_recommendations_64 .os-content,
    #box_recommendations_49 .os-content,
    #box_productrelated .os-content,
    .essentials-modal-wrap .os-content{
        padding-bottom: 26px !important;
    }
    #module_categories .innerbox.scroll-content.os-host,
    #box_productoftheday .innerbox.scroll-content.os-host,
    #module_ageCategories .innerbox.scroll-content.os-host,
    #box_lastadded .innerbox.scroll-content.os-host,
    #opinions .innerbox.scroll-content.os-host,
    #module_producers .innerbox.scroll-content.os-host,
    .categories-owl .innerbox.scroll-content.os-host,
    #box_recommendations_49 .innerbox.scroll-content.os-host,
    #box_recommendations_64 .innerbox.scroll-content.os-host,
    #box_productrelated .innerbox.scroll-content.os-host,
    #box_wce_inni_kupili_rowniez_custom .innerbox.scroll-content.os-host,
    .essentials-modal-wrap .products.scroll-content.os-host{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }
    .os-content{
        display: flex !important;
    }
    .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal, 
    .os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{
        padding: 0;
        height: 6px;
        background:#E5E7EB;
        border-radius:10px;
    }
    .os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{
        background:#9DA4AE !important;
    }
}
.os-scrollbar.os-scrollbar-vertical {
    right:-3px;
}
.os-scrollbar.os-scrollbar-vertical .os-scrollbar-track{
    background: #E5E7EB !important;
    border-radius: 10px !important;
    width: 4px;
}

@media screen and (max-width:900px){
    .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal, .os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{
        left:20px !important;
        right:20px !important;
    }
}
@media screen and (max-width:500px){
    .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal, .os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{
        left:16px !important;
        right:16px !important;
    }
}

/* if init fix */
@media screen and (min-width:901px){
    #box_bestsellers .owl-carousel.os-host,
    #box_lastadded .owl-carousel.os-host,
    #box_productoftheday .owl-carousel.os-host,
    #box_specialoffer .owl-carousel.os-host,
    #box_wce_inni_kupili_rowniez_custom .owl-carousel.os-host,
    #module_ageCategories .os-host,
    #opinions .os-host,
    #module_producers .os-host,
    #box_recommendations_64 .owl-carousel.os-host,
    #box_recommendations_49 .owl-carousel.os-host,
    .categories-owl .os-host,
    #box_productrelated .owl-carousel.os-host,
    .essentials-modal-wrap .owl-carousel.os-host{
        display: none !important;
    }
}
@media screen and (max-width:900px){
    #box_bestsellers .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #box_lastadded .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #box_productoftheday .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #box_specialoffer .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #box_wce_inni_kupili_rowniez_custom .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #module_ageCategories .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #opinions .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #module_producers .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #box_recommendations_64 .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #box_recommendations_49 .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    #box_productrelated .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
    .essentials-modal-wrap .owl-carousel.owl-loaded .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{
        display: none !important;
    }
}

#box_recommendations_64 .owl-nav{
    button{
        top:50%;
    }    
    @media screen and (max-width:600px){
        display: none;
    }
}







.mmz-filters-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 42, 55, 0.5);
    z-index: 9998;
    transition: opacity 200ms;
}

.mmz-filters.sidebar {
    position: fixed;
  
    width: 100%;
    max-width: 375px;
    background: white;
    z-index: 9999;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    transition: opacity 200ms;
    overflow: auto;
    margin: 0;


    bottom: -100vh;
    right: inherit;
    left: 0;
    max-width: 100%;
    top: inherit;
    overflow: auto;
    max-height: calc(100vh - 44px);
    height: 100%;
    transition: bottom 0.2s linear;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
}

.mmz-filters.sidebar.active{
    bottom:0;
}

.mmz-filters.sidebar:not(.active),
.mmz-filters-mask:not(.active) {
    opacity: 0;
    visibility: hidden;
}

.mmz-filters.sidebar.active,
.mmz-filters-mask.active {
    visibility: visible;
    opacity: 1;
}

.mmz-filters.sidebar .mmz-filters-inner {
    padding-bottom: 60px;
}

.mmz-filters.sidebar .mmz-filters-buttons {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 16px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-top: 1px solid #ececec;
}
.mmz-filters.sidebar .mmz-filters-buttons .mmz-filters-submit{
    flex-grow:1;
    text-align: center;
    padding-top:8px;
    padding-bottom: 8px;
}

.mmz-filters.sidebar .mmz-filters-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E7EB;
}

.mmz-filters.sidebar .mmz-filters-head .name{
    font-size:14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    flex-grow: 1;
    padding-left: 22px;
}
.mmz-filters.sidebar .mmz-filters-head .mmz-filters-close{
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right:-10px;
    justify-content: center;
}

.mmz-filters-trigger{
    background: #F3F4F6;
    height: 36px;
    width: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 8px;
}

.mmz-filters.sidebar .mmz-filters-inner > div .mmz-filters-group-list-wrap, 
.mmz-filters.sidebar .mmz-filters-inner > div .mmz-filters-price-inputs{
    position: static;
    opacity: 1;
    margin-top: 0;
    transition:200ms;
}
.mmz-filters.sidebar .mmz-filters-inner .mmz-filters-group,
.mmz-filters.sidebar .mmz-filters-inner .sort-and-view,
.mmz-filters.sidebar .mmz-filters-inner .mmz-filters-buttons{
    width: 100%;
    border-bottom: 1px solid #F3F4F6;
    padding-bottom: 15px;
}
.mmz-filters.sidebar .mmz-filters-inner .mmz-filters-group-name,
.mmz-filters.sidebar .mmz-filters-inner .products-active-sort{
    display: flex;
    justify-content: space-between;
    font-size:14px;
    line-height: 22px;
    font-weight: 600;
    color:#1F2A37;
    padding: 17px 0 0 0;
}

.mmz-filters.sidebar .mmz-filters-inner .products-active-sort > span{
    display: none;
}

.mmz-filters.sidebar .filters-wrap .filters-wrap-header{
    order: -2;
    margin-bottom: 20px;
}
.filters-wrap .mmz-filters.sidebar .sort-and-view{
    order:-1;
}
.filters-wrap .mmz-filters.sidebar .sort-and-view .products-sort-options a::before,
.filters-wrap .mmz-filters.sidebar .sort-and-view .products-sort-options a::after{
    display: none;
}
#box_filter{
    display: none !important;
}
.mmz-filters.sidebar .mmz-filters-inner > div .mmz-filters-group-list .mmz-filters-group-item:first-child{
    padding-top: 0;
    margin-top: 0;
}

.mmz-filters.sidebar .mmz-filters-inner > div .mmz-filters-price-inputs{
    display: flex;
    justify-content: space-between;
}
.mmz-filters.sidebar .mmz-filters-inner > div .mmz-filters-price-inputs input{
    width: 100%;
    max-width:calc(50% - 10px);
    box-sizing: border-box;
}
.mmz-filters.sidebar .sort-and-view .products-active-sort::after{
    content: "";
    background: url(/userdata/public/assets/0_layout/svg/select_i.svg) transparent no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 16px;
    transition:150ms;
}

.mmz-filters.sidebar .mmz-filters-inner > div > .mmz-filters-group-name::after{
    transition:150ms;
}

.mmz-filters.sidebar .sort-and-view  .products-sort-options{
    position: static !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.mmz-filters.sidebar .sort-and-view .products-sort-options-wrap{
    height: 0;
    transition: 200ms;
    overflow: hidden;
}
.mmz-filters.sidebar .sort-and-view .products-active-sort.active::after,
.mmz-filters.sidebar .mmz-filters-inner > div > .mmz-filters-group-name.active::after{
    transform:rotate(180deg);
}


.filters-wrap:not(.withsidebar) .mmz-filters-trigger-sidebar{
    display: none !important;
}

.filters-wrap.withsidebar{
    display: flex;
    flex-wrap:nowrap;
    justify-content: flex-start;
    overflow: auto;
}

@media screen and (max-width:700px){
    .filters-wrap.withsidebar{
        display: flex;
        flex-wrap:nowrap;
        justify-content: flex-start;
        overflow: auto;
        margin-left: -16px;
        padding-left: 12px;
        margin-right: -16px;
    }
}

.filters-wrap .mmz-filters-trigger-sidebar{
    padding: 6px 16px;
    background:#F3F4F6;
    color:#4D5761;
    font-size:14px;
    line-height: 21px;
    font-weight: 400;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
}
.filters-wrap .mmz-filters-trigger-sidebar::after{
    content: "";
    background: url(/userdata/public/assets/0_layout/svg/select_i.svg) transparent no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 16px;
}


.essentials-modal.modal-not-visible{
    display: none;
}