.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.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,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.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;
}
.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%;
}
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;
}
input:focus,
textarea:focus {
    outline: 0;
}
input::placeholder {
    color: #5f5f5f;
    font-family: Spartan;
    font-size: 12px;
    font-weight: 400;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
.btn,
button {
    cursor: pointer;
    font-family: Spartan;
    transition: opacity 250ms ease-in;
}
.btn:hover,
button:hover {
    opacity: 0.85;
    text-decoration: none;
}
.px1 {
    display: none;
}
.none {
    display: none;
}
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.r--l-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.r--l-flex.r--l-flex-vcenter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#shoper-foot,
#turn-classic,
.info-message_hidden {
    display: none;
}
body {
    font-family: Spartan, sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
    min-height: calc(100vh + 0.5px);
}
body.overflowhidden {
    overflow-y: hidden;
}
@media screen and (min-width: 768px) {
    body.overflowhidden {
        overflow-y: hidden;
        padding-right: 10px;
    }
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: #f4f4f4;
}
body::-webkit-scrollbar-thumb {
    background: #333;
}
body::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.alert {
    padding: 16px 35px 14px 35px;
    margin: 10px 15px 20px 15px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    position: relative;
    border-radius: 5px;
}
.alert button {
    position: absolute;
    right: 12px;
    top: 26px;
    transform: translateY(-50%);
}
.alert button::before {
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(/userdata/public/assets/selfieroom/svg/close.svg);
    width: 17px;
    height: 17px;
    display: inline-block;
}
.alert button span {
    display: none;
}
.alert-info {
    background: #66bbec;
}
.alert-error {
    background: #eb5756;
}
.alert-success {
    background: #6fcf97;
}
.alert-warning {
    background: #f1c94c;
}
.owl-nav button {
    background: url(/userdata/public/assets/selfieroom/svg/blackarrowdown.svg) transparent no-repeat center 47% !important;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.owl-nav button.disabled {
    cursor: unset;
    opacity: 0.24;
}
.owl-nav button.owl-next {
    transform: rotate(-90deg);
}
.owl-nav button.owl-prev {
    transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
    .wrap.rwd {
        max-width: 1200px;
        margin: 0 auto;
    }
    .centercol {
        max-width: 980px;
        margin: 0 auto;
        box-sizing: content-box;
        padding: 0 15px;
    }
    .up {
        position: fixed;
        right: 50px;
        width: 40px;
        height: 30px;
        text-align: center;
        background: #fff;
        z-index: 1;
        border: 1px solid #474747;
        border-radius: 6px;
        cursor: pointer;
        transform: translateY(2px);
        left: 50%;
        transform: translateX(-50%) translateY(57px);
        opacity: 0.7;
    }
    .up a::after {
        content: "";
        background: url(/userdata/public/assets/selfieroom/svg/blackarrowdown.svg) transparent no-repeat;
        transform: rotate(180deg);
        display: inline-block;
        width: 10px;
        height: 14px;
        top: 6px;
        position: relative;
    }
    .up span {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .skinpreview {
        position: fixed;
        bottom: 0;
        right: 0;
        font-size: 12px;
        padding: 11px 15px 9px 15px;
        color: #fff;
        background: #9c9c9c;
        opacity: 0.7;
        border-top-left-radius: 5px;
        cursor: pointer;
    }
}
@media screen and (max-width: 767px) {
    body.blockscroll {
        overflow-y: hidden;
    }
    .btn.js__search-mobile-btn.search__mobile-btn,
    .up {
        display: none;
    }
    .skinpreview {
        position: fixed;
        bottom: 52px;
        right: 0;
        font-size: 11px;
        padding: 6px 8px;
        color: #fff;
        background: #9c9c9c;
        opacity: 0.7;
        border-top-left-radius: 5px;
    }
    .centercol .box {
        padding: 0 15px;
    }
}
#mamezi-custom-top-bar-wrap .slider-counter {
    position: absolute;
    top: 0;
    z-index: 1;
    color: #7e7e7e;
    font-size: 11px;
    height: 100%;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 6px;
    padding-top: 2px;
}
.mamezi-custom-top-bar-wrap {
    max-height: 36px;
    overflow: hidden;
    display: block !important;
}
.mamezi-custom-top-bar {
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 6px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    padding-top: 2px;
    line-height: 14px;
}
.mamezi-custom-top-bar a {
    text-decoration: underline;
    margin-left: 2px;
}
.mamezi-custom-top-bar span {
    margin-right: 3px;
    margin-left: 3px;
}
.mamezi-custom-top-bar span.red {
    color: #b81816;
}
.mamezi-custom-top-bar .px1 {
    display: none !important;
}
@media screen and (min-width: 768px) {
    #mamezi-custom-top-bar-wrap {
        max-width: 980px;
        margin: 12px auto 0 auto;
        position: relative;
        padding: 0 15px;
        box-sizing: content-box;
    }
    .mamezi-custom-top-bar {
        padding: 0 70px;
    }
    #mamezi-custom-top-bar-wrap .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 5px;
        z-index: 1;
        background: #f3f3f3;
        border-radius: 6px;
        width: 65px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}
@media screen and (max-width: 767px) {
    #mamezi-custom-top-bar-wrap {
        margin: 12px 12px 0 12px;
        position: relative;
    }
    .mamezi-custom-top-bar {
        padding: 4px 10px 2px 32px;
    }
}
header .logo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12.5px 0;
}
.custom-menu-close,
.custom-menu-home,
.menu-toggler {
    cursor: pointer;
}
.custom-mask.active {
    opacity: 0.61;
}
.custom-mask {
    width: 100%;
    height: 120vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: 350ms;
    z-index: 11;
    display: none;
}
.search__container {
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc(100% - 35px);
    background: #fff;
    z-index: 12;
    right: calc(-100% + 35px);
    transition: 350ms;
    min-height: 100vh;
    max-width: 375px;
    overflow-y: scroll;
}
@media screen and (max-width: 375px) {
    .search__container {
        width: 100%;
        right: -100%;
    }
}
.search__container .custom-search-header {
    display: flex;
    padding: 23px;
    justify-content: space-between;
    align-items: center;
}
.search__container .custom-search-header .custom-search-close,
.search__container .custom-search-header .custom-search-home {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.search__container .custom-search-header .custom-search-home img:first-child {
    margin-right: 12px;
    transform: rotate(180deg);
}
.search .search__container .search-form .search-input {
    height: 57px;
    min-height: 57px;
    background-color: #f4f4f4;
    border-radius: 40px;
    flex-direction: row-reverse;
}
.search__container .search-form .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: block;
    background: #000;
    border-radius: 100%;
    text-align: right;
    margin-right: 4px;
}
.search__container .search-form .btn::before {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/whitesearch.svg) transparent no-repeat center;
    width: 41px;
    height: 39px;
    background-size: 20px;
    display: inline-block;
}
.search {
    position: relative;
    color: #000;
    padding: 3px 23px 23px 23px;
}
@media (max-width: 767px) {
    .search {
        display: block !important;
    }
}
.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;
    height: 44px;
}
.search .btn {
    height: 46px;
}
.search__input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 36px;
    text-align: left;
    height: 50px;
    line-height: 20px;
    padding: 17px 15px 15px 30px;
    margin: 0;
    min-height: 48px;
    width: 100%;
    color: #5f5f5f;
    font-family: Spartan;
    font-size: 12.5px;
    font-weight: 400;
}
.search__input[type="search"]:focus {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search__input-area {
    background-color: #fff;
    padding: 0;
    padding-left: 7.5px;
    border-radius: 24px;
    border: 1px solid #5f5f5f;
    height: 48px;
}
.js__search-template-item-remove-btn::before,
.search__input-area-item .icon-close::before {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/close.svg) transparent no-repeat;
    background-size: 13px;
    width: 35px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
}
.js__search-template-item-remove-btn::before {
    width: 22px;
    position: relative;
    top: 2px;
}
.search__input-area_error {
    border-color: red;
}
.search__input-area-item_grow {
    flex-grow: 1;
}
.search__votestars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.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: 5.5px 0;
    cursor: pointer;
}
.search__list-item a,
.search__list-item span {
    font-size: 14px;
}
.search__input__list-item:first-child,
.search__list-item:last-child {
    margin: 0;
}
.search__input__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: block;
    min-width: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 20;
}
.search__content_right {
    left: auto;
    right: 0;
}
.search__btn-load-more:hover {
    color: #000;
}
.search__btn-clear {
    cursor: pointer;
}
.search__btn_link {
    font-size: inherit;
    vertical-align: unset;
    font-family: Spartan, sans-serif;
}
.search__item-container {
    width: 100%;
}
.search__icon {
    position: absolute;
    top: 19px;
    left: 40px;
}
.search__loader {
    position: absolute;
    top: 19px;
    left: 38px;
}
.search__icon_size-1 {
    font-size: 1.3em;
    line-height: 1em;
}
.search__icon_spacing {
    padding: 0.35em 0.85em;
}
.search__message {
    padding: 7.5px;
    word-break: break-word;
}
.search__message_error {
    color: red;
}
.search__message_info {
    background-color: #f5f5f5;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 14px;
    padding: 14px 14px 10px 14px;
}
.search__message_info button {
    text-decoration: underline;
}
.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 {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 32px;
}
.search__result-icon {
    margin-right: 15px;
}
.search__result-icon img {
    max-width: 71px;
    border-radius: 5px;
}
.search__result-note {
    font-size: 0.96em;
}
.search__result-note-item {
    color: gray;
}
.search__result-note-item:not(:lat-child) {
    margin-right: 7.5px;
}
.search__result-category-title {
    font-size: 0.8em;
    font-weight: 300;
    color: gray;
    margin-left: 6px;
}
.search__result-title-item {
    margin: 0;
    display: inline;
}
.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%;
}
.search__result-link:hover {
    color: #000;
}
.search__result-content {
    flex-grow: 1;
    line-height: 1.3em;
}
.search__result-content .search__result-title h5 {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 13px;
    display: block;
}
.search__result-content span,
.search__result-note span {
    display: block;
    font-size: 12px;
}
.search__result-item_active {
    color: #000;
}
.search__result-item_inactive {
    text-decoration: line-through;
    color: gray;
}
.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-value {
    width: 100%;
}
.search__history .icon-close {
    padding: 6px;
    cursor: pointer;
}
.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: red;
}
.search .list_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search .list_inline li {
    color: gray;
}
.search .list_inline li:not(:last-child),
.search .list_linline > 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 .icon-back:before {
    content: "";
    background: url(/userdata/public/assets/SVG/blackrightarrow.svg) transparent no-repeat;
    background-size: 13px;
    width: 20px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
}
.search .link,
.search a {
    text-decoration: none;
    cursor: pointer;
}
.search .link:hover,
.search a:hover {
    color: #000;
}
.search .link:hover img,
.search a:hover img {
    text-decoration: none;
}
.search__container.active {
    right: 0;
}
.search__container .icon-reload {
    display: none;
}
.search__section-footer button {
    color: #5f5f5f;
    font-family: Spartan;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 30px auto;
    text-decoration: underline;
}
@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);
    }
}
.basket-contain {
    display: block !important;
    height: 100vh !important;
    position: fixed;
    right: 0;
    left: inherit !important;
    top: 0 !important;
    bottom: 0;
    background: #fff;
    z-index: 12;
    right: calc(-100% + 35px);
    width: calc(100% - 35px) !important;
    min-height: 100vh;
    max-width: 375px;
    overflow-y: scroll !important;
    transition: 350ms;
    padding-bottom: 120px !important;
}
.basket-contain.active {
    right: 0;
}
.basket-contain-header {
    display: flex;
    padding: 23px;
    justify-content: space-between;
    align-items: center;
}
.basket-contain-header .basket-contain-close,
.basket-contain-header .basket-contain-home {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.basket-contain .basket-contain-home img:first-child {
    margin-right: 12px;
    transform: rotate(180deg);
}
.basket-contain-boxhead {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 28px 22px 3px 22px;
    text-align: center;
}
.basket-contain-empty-basket {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(90% - 65px);
    padding: 20px 30px;
}
.basket-contain-empty-basket.none {
    display: none !important;
}
.basket-contain-empty-basket .empty-basket-large-txt {
    font-size: 18px;
    font-weight: 700;
    margin: 22px 0 24px 0;
}
.basket-contain-empty-basket .empty-basket-small-txt {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 0 40px;
}
.basket-contain-empty-basket .empty-basket-back {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03px;
    text-decoration: underline;
    cursor: pointer;
    padding: 35px 0;
    width: 100%;
    display: block;
    text-align: center;
}
.basket-contain-empty-basket img .basket-contain .go-to-basket {
    width: 100%;
    height: 48px;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    background: url(/userdata/public/assets/selfieroom/svg/whitearrow.svg) #000 no-repeat 92% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    padding-top: 2px;
}
.basket-contain .basket-products {
    margin: 22px 22px 15px 22px;
}
.basket-contain .basket-summery {
    margin: 15px 22px 22px 22px;
}
.basket-contain .basket-summery {
    border-top: 1px solid #efefef;
}
.basket-contain .basket-summery .basket-price {
    display: block;
    padding: 29px 0 25px 0;
}
.basket-contain .basket-summery .basket-price > span {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
}
.basket-contain .basket-summery .go-to-basket {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    height: 48px;
    color: #fff;
    background: url(/userdata/public/assets/selfieroom/svg/whitearrow.svg) no-repeat #000 92% 50%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    padding-top: 2px;
}
.basket-contain .basket-summery .continue {
    display: block;
    text-align: center;
    margin: 30px 0;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03px;
    text-decoration: underline;
    cursor: pointer;
}
.basket-contain .basket-products ul {
    list-style: none;
}
.basket-contain .basket-products li {
    position: relative;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 61px calc(100% - 100px);
    border-bottom: 1px solid #efefef;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.basket-contain .basket-products li:first-child {
    padding-top: 3px;
}
.basket-contain .basket-products li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.basket-contain .basket-products li img {
    max-width: 61px;
    min-width: 61px;
    border-radius: 5px;
    grid-column: 1;
    grid-row: 1/3;
}
.basket-contain .product-variant {
    font-size: 10px;
}
.basket-contain .basket-products li .product-name {
    grid-column: 2;
    grid-row: 1;
    color: #5f5f5f;
    font-size: 12px;
    text-align: left;
}
.basket-contain .basket-products li .product-name .product-variant {
    display: block;
    margin-top: 5px;
}
.basket-contain .basket-products li .product-info {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    grid-column: 2;
    grid-row: 2;
}
.basket-contain .basket-products li .remove-product {
    position: absolute;
    right: 0;
}
.basket-contain .basket-products li .remove-product a {
    font-size: 0;
}
.basket-contain .basket-products li .remove-product a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(/userdata/public/assets/selfieroom/svg/remove_basket.svg) transparent no-repeat center;
    background-size: 17px;
    width: 20px;
    height: 100%;
}
.basket-contain #box_freeshipping {
    margin: 0 22px;
}
.basket-contain #box_freeshipping .free-shipping__content {
    border-radius: 6px;
    background-color: #f3f3f3;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    padding: 11px 9px 7px 9px;
    text-align: center;
}
.basket-contain #box_freeshipping .free-shipping-value {
    color: #b81816;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding: 0 9px;
    margin-top: 13px;
}
#box_loginsmall {
    display: block !important;
    height: 100vh !important;
    position: fixed;
    right: 0;
    left: inherit !important;
    top: 0 !important;
    bottom: 0;
    background: #fff;
    z-index: 12;
    right: calc(-100% + 35px);
    width: calc(100% - 35px) !important;
    min-height: 100vh;
    max-width: 375px;
    overflow-y: scroll !important;
    transition: 350ms;
}
#box_loginsmall.active {
    right: 0;
}
#box_loginsmall .box-login-header {
    display: flex;
    padding: 23px;
    justify-content: space-between;
    align-items: center;
}
#box_loginsmall .box-login-header .login-header-close,
#box_loginsmall .box-login-header .login-header-home {
    cursor: pointer;
    display: flex;
    align-items: center;
}
#box_loginsmall .box-login-header .login-header-home img:first-child {
    margin-right: 12px;
    transform: rotate(180deg);
}
#box_loginsmall > .boxhead {
    padding: 25px 23px 20px 23px;
}
#box_loginsmall > .boxhead span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
}
#box_loginsmall .innerbox {
    padding: 23px;
}
#box_loginsmall .innerbox input,
#box_loginsmall .innerbox label {
    width: 100%;
}
#box_loginsmall .innerbox label {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 6px;
    display: block;
}
#box_loginsmall .innerbox form .remind span {
    color: #000;
    font-size: 12px;
    line-height: 23px;
    text-decoration: underline;
    margin-top: 2px;
    display: block;
}
#box_loginsmall .innerbox input {
    border-radius: 24px;
    border: 1px solid #5f5f5f;
    height: 48px;
    color: #5f5f5f;
    font-family: Spartan;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#box_loginsmall .innerbox form button[type="submit"] {
    height: 48px;
    border-radius: 24px;
    background-color: #000;
    font-family: Spartan;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.03px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    margin: 20px 0;
}
#box_loginsmall .innerbox .social-login-buttons {
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#box_loginsmall .innerbox .social-login-buttons .boxhead {
    position: relative;
    width: 100%;
    margin: 13px 0 18px 0;
}
#box_loginsmall .innerbox .social-login-buttons .boxhead::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #efefef;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
}
#box_loginsmall .innerbox .social-login-buttons .boxhead span {
    font-size: 14px;
    display: inline-block;
    width: auto;
    background: #fff;
    padding: 0 20px;
}
#box_loginsmall .innerbox .social-login-buttons a {
    width: calc(50% - 7.1px);
    display: inline-block;
    border: 1px solid #000;
    border-radius: 24px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 30px 15px 30px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
}
#box_loginsmall .innerbox .social-login-buttons a.btn-login-facebook {
    margin-right: 5px;
    border: 1px solid #1877f2;
}
#box_loginsmall .innerbox .social-login-buttons a.btn-login-facebook::before {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/fbicon.svg) transparent no-repeat;
    width: 9px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 18px;
    padding-bottom: 3px;
}
#box_loginsmall .innerbox .social-login-buttons a.btn-login-google {
    border: 1px solid #cdcdcd;
    margin-left: 5px;
}
#box_loginsmall .innerbox .social-login-buttons a.btn-login-google::before {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/gmailicon.svg) transparent no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 18px;
    padding-bottom: 3px;
}
#box_loginsmall .innerbox .login-footer {
    border-top: 1px solid #efefef;
    padding-top: 20px;
    margin-top: 35px;
    padding-bottom: 50px;
}
#box_loginsmall .innerbox .login-footer .register-boxhead {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 8px 0 15px 0;
}
#box_loginsmall .innerbox .login-footer > a {
    border: 1px solid #efefef;
    height: 48px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
#box_loginsmall .innerbox .logged {
    display: flex;
    flex-direction: column;
}
#box_loginsmall .innerbox .logged > a {
    border-bottom: 1px solid #efefef;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#box_loginsmall .innerbox .logged > a:last-child {
    border-bottom: none;
}
#box_loginsmall .innerbox .logged > a img {
    margin-right: 15px;
}
#box_loginsmall .innerbox .logged > a span {
    font-size: 14px;
    padding-top: 3.5px;
}
@media screen and (max-width: 375px) {
    #box_loginsmall,
    .basket-contain {
        width: 100% !important;
        right: -100%;
    }
}
@media screen and (min-width: 768px) {
    header {
        max-width: 980px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .custom-menu #box_currencies,
    .custom-menu #box_languages,
    .custom-menu-header,
    .custom-menu-next-levels > a,
    .custom-socials-list,
    .languages-wrap,
    .menu nav .menu-infpages,
    .menu-list-parent,
    .menu-mobile,
    .menu-toggler {
        display: none !important;
    }
    #box_description::-webkit-scrollbar,
    #box_filter::-webkit-scrollbar,
    #box_loginsmall::-webkit-scrollbar,
    #delivery-costs::-webkit-scrollbar,
    .basket-contain::-webkit-scrollbar,
    .modal-addtobasket::-webkit-scrollbar,
    .modal-ask-product::-webkit-scrollbar,
    .modal-availability::-webkit-scrollbar,
    .search__container::-webkit-scrollbar,
    .short-description-bar::-webkit-scrollbar,
    .sort-and-view .sortlinks::-webkit-scrollbar {
        width: 10px;
    }
    #box_description::-webkit-scrollbar-track,
    #box_filter::-webkit-scrollbar-track,
    #box_loginsmall::-webkit-scrollbar-track,
    #delivery-costs::-webkit-scrollbar-track,
    .basket-contain::-webkit-scrollbar-track,
    .modal-addtobasket::-webkit-scrollbar-track,
    .modal-ask-product::-webkit-scrollbar-track,
    .modal-availability::-webkit-scrollbar-track,
    .search__container::-webkit-scrollbar-track,
    .short-description-bar::-webkit-scrollbar-track,
    .sort-and-view .sortlinks::-webkit-scrollbar-track {
        background: #f4f4f4;
    }
    #box_description::-webkit-scrollbar-thumb,
    #box_filter::-webkit-scrollbar-thumb,
    #box_loginsmall::-webkit-scrollbar-thumb,
    #delivery-costs::-webkit-scrollbar-thumb,
    .basket-contain::-webkit-scrollbar-thumb,
    .modal-addtobasket::-webkit-scrollbar-thumb,
    .modal-ask-product::-webkit-scrollbar-thumb,
    .modal-availability::-webkit-scrollbar-thumb,
    .search__container::-webkit-scrollbar-thumb,
    .short-description-bar::-webkit-scrollbar-thumb,
    .sort-and-view .sortlinks::-webkit-scrollbar-thumb {
        background: #333;
    }
    #box_description::-webkit-scrollbar-thumb:hover,
    #box_filter::-webkit-scrollbar-thumb:hover,
    #box_loginsmall::-webkit-scrollbar-thumb:hover,
    #delivery-costs::-webkit-scrollbar-thumb:hover,
    .basket-contain::-webkit-scrollbar-thumb:hover,
    .modal-addtobasket::-webkit-scrollbar-thumb:hover,
    .modal-ask-product::-webkit-scrollbar-thumb:hover,
    .modal-availability::-webkit-scrollbar-thumb:hover,
    .search__container::-webkit-scrollbar-thumb:hover,
    .short-description-bar::-webkit-scrollbar-thumb:hover,
    .sort-and-view .sortlinks::-webkit-scrollbar-thumb:hover {
        background: #000;
    }
    header .logo-bar > a {
        width: 223px;
    }
    header .logo-bar > a img {
        min-width: 233px;
    }
    header .custom-header-left {
        width: calc(50% - 75px);
        display: flex;
    }
    header .custom-header-right {
        width: calc(50% - 75px);
        display: flex;
        justify-content: flex-end;
        position: relative;
    }
    header .custom-header-menu {
        display: flex;
    }
    header .basket a,
    header .custom-header-fav a,
    header .custom-header-panel a,
    header .custom-header-search a {
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 10px;
        padding: 0 10px 15px 10px;
    }
    header .custom-header-search a {
        min-width: 54.5px;
    }
    header .custom-header-panel a {
        min-width: 79px;
    }
    header .basket a {
        padding-right: 2px;
        min-width: 49px;
    }
    header .custom-header-fav a {
        min-width: 68px;
    }
    header .custom-header-ic {
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .basket a span,
    header .custom-header-fav a span,
    header .custom-header-panel a span,
    header .custom-header-search a span {
        height: 15px;
        display: flex;
        align-items: center;
    }
    header .custom-header-right .basket b {
        display: none;
    }
    header .custom-header-right .basket > .count::before {
        content: attr(data-basket-count);
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-content: center;
        position: absolute;
        background-color: #000;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 0.02px;
        color: #fff;
        top: 9px;
        right: 1px;
        border-radius: 50%;
        padding: 5px 7px 5px 7px;
        line-height: 6px;
        box-sizing: border-box;
    }
    .menu {
        margin: 0 20px;
        z-index: 2;
        position: relative;
    }
    .menu .innermenu {
        height: 45px;
        line-height: 45px;
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }
    .menu .innermenu .menu-list {
        overflow: hidden;
        list-style: none;
        display: flex;
        justify-content: center;
    }
    .menu .innermenu .menu-list > li > .h3 {
        padding: 11.5px 0 8.5px 0;
        transition: 250ms;
    }
    .menu .innermenu .menu-list > li > .h3 a span {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: -0.36px;
        line-height: 36px;
    }
    .menu .innermenu .menu-list > li > .h3 a span.color {
        color: #b81816;
    }
    .menu .innermenu .menu-list > li > .h3 a#headlink52 span,
    .menu .innermenu .menu-list > li > .h3 a#headlink9 span {
        font-weight: 700;
    }
    .menu .innermenu .menu-list > li > .h3 a:hover {
        text-decoration: none !important;
    }
    .menu .innermenu .menu-list > li:hover > .h3 {
        border-radius: 6px;
        background-color: #f3f3f3;
    }
    .menu .innermenu .menu-list li {
        float: left;
        padding: 0;
        line-height: 25px;
    }
    .menu .innermenu .menu-list li .h3 {
        font-size: 14px;
        margin-bottom: 0;
        line-height: normal;
    }
    .menu .innermenu .menu-list li .h3 a {
        padding: 8px 15px;
        display: inline-block;
        position: relative;
    }
    .menu .innermenu .menu-list li .h3 a:hover {
        text-decoration: underline;
    }
    .menu .innermenu .menu-list li ul {
        display: none;
        list-style: none;
    }
    .menu .innermenu .menu-list li ul li {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 18px;
    }
    .menu .innermenu .menu-list li ul li:nth-child(1) {
        padding-top: 20px;
    }
    .menu .innermenu .menu-list li ul li:nth-last-child(1) {
        padding-bottom: 20px;
    }
    .menu .innermenu .menu-list li ul li.parent a {
        position: relative;
    }
    .menu .innermenu .menu-list li ul li.parent > span a::after {
        content: "";
        position: absolute;
        right: 12px;
        top: 10px;
        background: url(/userdata/public/assets/selfieroom/svg/lightarrow.svg) transparent no-repeat;
        width: 11px;
        height: 8px;
        transition: 250ms ease-in;
    }
    .menu .innermenu .menu-list li ul li ul li.parent > span a::after {
        opacity: 0.5;
    }
    .menu .innermenu .menu-list li ul li .h3 {
        font-size: 14px;
        margin: 0;
    }
    .menu .innermenu .menu-list li ul li .h3 a {
        display: block;
        padding: 0.35em 1.3em;
    }
    .menu .innermenu .menu-list li ul li .h3 a span {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: -0.32px;
        line-height: 22px;
        text-align: left;
    }
    .menu .innermenu .menu-list li ul li ul li .h3 a span {
        font-size: 12px;
        color: #5f5f5f;
    }
    .menu .innermenu .menu-list li.home-link-menu-li {
        display: none;
    }
    .menu .innermenu .parent:hover > span a::after {
        right: 7px !important;
    }
    .menu .innermenu .parent:hover > .custom-menu-next-levels > .custom-submenu > ul,
    .menu .innermenu .parent:hover > div > ul {
        display: inline-block;
        position: absolute;
        z-index: 1;
        border-radius: 6px;
        background-color: #fff;
        border: 1px solid #efefef;
        list-style: none;
        width: 264px;
        top: 54px;
    }
    .menu .innermenu .parent:hover > div > ul li {
        float: none;
        width: 103%;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul {
        right: -103%;
        top: -1px;
        width: 100%;
        min-height: 100%;
        margin-right: 3px;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul::before {
        border-bottom: 1px solid gray;
        border-top: medium none;
        height: 9px;
        left: -6px;
        top: 23px;
        width: 9px;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul.sub-right {
        right: 100%;
    }
    .menu .innermenu .parent:hover > div > ul li.parent:hover > div > ul.sub-right::before {
        border-top: 1px solid gray;
        border-right: 1px solid gray;
        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 .innermenu .custom-menu-next-levels {
        position: relative;
        height: auto !important;
    }
    .menu .innermenu .custom-menu-next-levels > .custom-submenu > ul {
        left: 252px;
        top: -52px !important;
    }
}
@media screen and (max-width: 767px) {
    header {
        top: 0;
        left: 0;
        right: 0;
        z-index: 12;
        background: #fff;
    }
    header .logo-bar .menu-toggler {
        font-size: 10px;
        display: flex;
        align-items: center;
    }
    header .logo-bar .menu-toggler img {
        margin-left: 8px;
    }
    header #box_currencies,
    header #box_languages,
    header .custom-header-left,
    header .custom-header-right .custom-header-basket,
    header .custom-header-right .custom-header-fav,
    header .custom-header-right .custom-header-panel,
    header .custom-header-right .custom-header-search,
    header .logo-bar .basket {
        display: none;
    }
    header .logo-bar {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    header .custom-header-right {
        width: 100%;
    }
    .menu-mobile {
        border-top: 1px solid #e9e9e9;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        display: flex;
        list-style: none;
        z-index: 10;
    }
    .menu-mobile li {
        width: 25%;
        text-align: center;
        padding-bottom: 2px;
    }
    .menu-mobile li a {
        font-size: 9px;
        height: 100%;
        display: inline-block;
        padding: 0 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .menu-mobile li a:hover {
        text-decoration: none;
    }
    .menu-mobile li a:before {
        content: "";
        margin: 2px 0 5px 0;
        display: inline-block;
    }
    .menu-mobile li.small-search a:before {
        background: url(/userdata/public/assets/selfieroom/svg/search.svg) transparent no-repeat;
        width: 20px;
        height: 20px;
    }
    .menu-mobile li.small-panel a:before {
        background: url(/userdata/public/assets/selfieroom/svg/acount.svg) transparent no-repeat;
        width: 23px;
        height: 20px;
    }
    .menu-mobile li.favourites a:before {
        background: url(/userdata/public/assets/selfieroom/svg/heart.svg) transparent no-repeat;
        width: 20px;
        height: 18px;
    }
    .menu-mobile li.small-cart a {
        position: relative;
    }
    .menu-mobile li.small-cart a:before {
        background: url(/userdata/public/assets/selfieroom/svg/basket.svg) transparent no-repeat;
        width: 23px;
        height: 23px;
    }
    .menu-mobile li.small-cart a::after {
        content: attr(data-basket-count);
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-content: center;
        position: absolute;
        background-color: #000;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 0.02px;
        color: #fff;
        top: 8px;
        left: 52%;
        border-radius: 50%;
        padding: 5px 7px 5px 7px;
        line-height: 6px;
        box-sizing: border-box;
    }
    .custom-menu-mask.active {
        opacity: 0.61;
    }
    .custom-menu-mask {
        width: 100%;
        height: 120vh;
        position: fixed;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0;
        transition: 350ms;
        z-index: 13;
        display: none;
    }
    .custom-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        width: calc(100% - 35px);
        background: #fff;
        z-index: 14;
        right: calc(-100% + 35px);
        transition: 350ms;
        min-height: 100vh;
        max-width: 341px;
        padding-bottom: 30px;
    }
    .custom-menu .hidden-el {
        pointer-events: none;
        opacity: 0;
    }
    .custom-menu.activescroll {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .custom-menu.active {
        right: 0;
    }
    .custom-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 30px;
    }
    .custom-menu-header .custom-menu-back,
    .custom-menu-header .custom-menu-home a {
        display: flex;
        align-items: center;
    }
    .custom-menu-header .custom-menu-back span {
        transform: translateY(2px);
    }
    .custom-menu-header .custom-menu-back img,
    .custom-menu-header .custom-menu-home img:first-child {
        margin-right: 10px;
        transform: rotate(180deg);
    }
    .custom-menu-header .custom-menu-close {
        display: flex;
    }
    .custom-menu .menu-list-parent {
        padding: 30px 30px 15px 30px;
        font-size: 18px;
        font-weight: 700;
    }
    .custom-menu .menu-list-parent a{
        display: block;
        font-size:12px;
        font-weight: 400;
        letter-spacing: 0.03px;
        text-decoration: underline;
        margin:13px 0 0px 0;
    }
    .custom-menu ul {
        list-style: none;
    }
    .custom-menu > ul.menu-infpages > li.link,
    .custom-menu > ul.menu-infpages > li.parent ul li .h3,
    .custom-menu > ul.menu-list > li.parent ul.level1 > li > .h3,
    .custom-menu > ul > li > .h3 {
        position: relative;
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        padding: 0 30px;
    }
    .custom-menu > ul > li > .h3 > a > span.color {
        color: #b81816;
    }
    .custom-menu > ul > li > .h3 > a#headlink9 > span {
        font-weight: 700;
    }
    .custom-menu > ul.menu-infpages > li.parent ul li .h3 a,
    .custom-menu > ul > li > .h3 > a {
        border-bottom: 1px solid #f3f3f3;
        padding: 20px 0 16px 0;
        display: block;
    }
    .custom-menu > ul.menu-list > li.parent ul.level1 > li > .h3 a {
        border-top: 1px solid #f3f3f3;
        padding: 20px 0 16px 0;
        display: block;
    }
    .custom-menu > ul.menu-list > li.parent:first-child > .h3 {
        background-color: #f3f3f3;
    }
    .custom-menu > ul.menu-infpages > li.parent ul li:nth-last-child(1) .h3 a,
    /* .custom-menu > ul.menu-list > li:first-child > .h3 > a, */
    .custom-menu > ul.menu-list > li:nth-last-child(1) > .h3 > a {
        border-bottom: 0;
    }
    .custom-menu > ul.menu-list > li.parent ul.level1 > li:first-child > .h3 a {
        border-top: 0;
    }
    .custom-menu > ul.menu-list > li.parent ul.level1 > li.parent > .h3::after,
    .custom-menu > ul > li.parent > .h3::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .custom-menu > ul.menu-list > li.parent > .h3::after {
        background: url(/userdata/public/assets/selfieroom/svg/blackarrow.svg) transparent no-repeat;
        background-position: calc(100% - 30px);
    }
    .custom-menu > ul.menu-infpages > li.parent > .h3::after {
        background: url(/userdata/public/assets/selfieroom/svg/grayrightarrow.svg) transparent no-repeat;
        background-position: calc(100% - 30px);
    }
    .custom-menu > ul.menu-list > li.parent ul.level1 > li.parent > .h3::before {
        content: "";
        position: absolute;
        background: url(/userdata/public/assets/selfieroom/svg/blackarrowdown.svg) transparent no-repeat;
        width: 10px;
        height: 14px;
        top: 19px;
        right: 30px;
        transition: 350ms;
    }
    .custom-menu > ul.menu-list > li.parent ul.level1 > li.parent > .h3.active::before {
        transform: rotate(180deg);
    }
    .custom-menu > ul > li.parent > .custom-submenu.level1 {
        position: absolute;
        top: 0;
        width: 100%;
        background: #fff;
        height: 0;
        overflow: hidden;
        right: -100%;
        padding-bottom: 115px;
        z-index: 12;
        transition: right 350ms;
    }
    .custom-menu > ul > li.parent > .custom-submenu.level1.active {
        right: 0;
        transition: right 350ms;
    }
    .custom-menu > ul > li.parent > .custom-submenu.level1.activescroll {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
    }
    .custom-menu > ul.menu-infpages > li {
        padding: 7.5px 0;
    }
    .custom-menu > ul.menu-infpages > li.link {
        padding: 7.5px 30px;
    }
    .custom-menu > ul > li.parent > .custom-submenu.level1 > ul > li.parent > .custom-menu-next-levels {
        margin: 0 30px;
        transition: 350ms;
        height: 0;
        overflow: hidden;
        padding: 0 10px 0 10px;
    }
    .custom-menu > ul > li.parent > .custom-submenu.level1 > ul > li.parent > .custom-menu-next-levels.active {
        margin-bottom: 12.5px;
    }
    .custom-menu > ul > li.parent > .custom-submenu.level1 > ul > li.parent > .custom-menu-next-levels > a {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.03px;
        text-decoration: underline;
        display: block;
        margin-bottom: 12px;
        margin-left: -10px;
    }
    .custom-menu > ul.menu-list > li.parent ul.level1 > li.parent ul a {
        color: #5f5f5f;
        font-size: 12px;
        padding: 9px 0;
        display: block;
    }
    .custom-socials-list {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 30px 100px 30px;
    }
    .custom-socials-list a {
        width: 40px;
        height: 40px;
        border: 1px solid #efefef;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        margin-right: 10px;
    }
}
.shop_index .breadcrumbs {
    display: none !important;
}
#popular {
    padding-right: 0;
    max-width: 750px;
    margin: 0 auto 75px auto;
}
#popular .boxhead {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
#popular {
    height: 226px;
}
#popular .popular-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 152px;
    justify-content: flex-end;
    transition: 250ms ease-in;
}
#popular .popular-box:hover {
    opacity: 0.85;
}
#popular .popular-owl {
    transition: 650ms;
}
#popular .popular-owl.loading-owl {
    opacity: 0;
    transition: 250ms;
}
#popular .popular-box-img a {
    display: block;
}
#popular .popular-box-img em {
    color: #5f5f5f;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 15px 0 5px;
}
#popular .popular-box:hover a {
    text-decoration: none;
}
#popular .owl-stage {
    padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
    #popular .boxhead {
        margin: 65px 0 25px 0;
    }
    #popular .owl-nav button {
        top: 30%;
        position: absolute;
    }
    #popular .owl-nav button.owl-prev {
        left: -55px;
    }
    #popular .owl-nav button.owl-next {
        right: -55px;
    }
}
@media screen and (max-width: 767px) {
    #popular{
        margin-bottom: 25px;
    }
    #popular .owl-carousel .owl-stage-outer{
        padding-left:10px;
    }
    #popular .boxhead {
        margin: 50px 0 25px 0;
    }
}
#features {
    height: 141px;
    overflow: hidden;
    margin: 30px 0 75px 0;
    padding-right: 0;
}
#features .owl-stage {
    padding-left: 0 !important;
}
#features .features-box {
    height: 141px;
    border-radius: 6px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#features .features-box-img {
    padding-bottom: 10px;
}
#features .features-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
#fx-banners a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fx-banners a img {
    transition: 0.25s ease-in;
}
#fx-banners a:hover img {
    transform: scale(1.03) rotate(0.5deg);
    opacity: 0.95;
}
#fx-banners a.placeholder {
    max-width: 395px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    margin: 0 auto 14px auto;
    overflow: hidden;
}
#fx-banners a.placeholder:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f1f1f1;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}
@media screen and (max-width: 1230px) {
    #fx-banners {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1230px) {
    #fx-banners a.placeholder {
        height: 406px;
    }
}
@media screen and (max-width: 1230px) and (min-width: 1200px) {
    #fx-banners a.placeholder {
        height: 397px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    #fx-banners a.placeholder {
        min-height: calc((103.3vw / 3) - 18px);
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    #fx-banners {
        display: flex;
        flex-wrap: wrap;
    }
    #fx-banners a.placeholder {
        margin-bottom: 0;
    }
    #fx-banners p {
        width: calc((100% - 19px) / 3);
        margin-bottom: 9.5px;
    }
    #fx-banners p:nth-child(3n + 1),
    #fx-banners p:nth-child(3n + 2) {
        margin-right: 9.5px;
    }
}
@media screen and (min-width: 416px) and (max-width: 767px) {
    #fx-banners a.placeholder {
        min-height: 408px;
    }
}
@media screen and (max-width: 415px) {
    #fx-banners a.placeholder {
        min-height: calc(103.3vw - 40px);
    }
}
body:not(.shop_index) #box_newsletter {
    margin: 40px 0;
    border-top: 1px solid #efefef;
    position: relative;
}
@media screen and (max-width: 767px) {
    body:not(.shop_index) #box_newsletter {
        padding: 47px 0 8px 0;
    }
}
@media screen and (min-width: 768px) {
    body:not(.shop_index) #box_newsletter {
        padding: 62px 0 20px 0;
    }
}
body.shop_index #box_newsletter {
    margin: 50px 0 40px 0;
    padding: 0 0 20px 0;
}
#box_newsletter .boxhead span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: center;
}
#box_newsletter .innerbox .boxintro {
    color: #5f5f5f;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    margin: 10px;
    line-height: 18px;
}
#box_newsletter .innerbox form {
    max-width: 307px;
    margin: 0 auto;
}
#box_newsletter .innerbox fieldset:first-child {
    height: 51px;
    border: 1px solid #5f5f5f;
    border-radius: 25px;
    margin-top: 25px;
}
#box_newsletter .innerbox fieldset:first-child input {
    border: none;
    background: 0 0;
    height: 45px;
    padding: 0 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: calc(100% - 110px);
}
#box_newsletter .innerbox fieldset:first-child button {
    height: 26px;
    width: 65px;
    width: 65px;
    height: 49px;
    position: relative;
}
#box_newsletter .innerbox fieldset:first-child button::before {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/grayarrow.svg) transparent no-repeat;
    width: 11px;
    height: 15px;
    display: inline-block;
    transform: rotate(90deg);
    top: 2px;
    position: relative;
}
#box_newsletter .innerbox fieldset:first-child button span {
    font-size: 0;
    border-left: 1px solid gray;
    height: 25px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.shop_index #box_newsletter {
    border-bottom: 1px solid #efefef;
    padding-bottom: 55px !important;
    margin-bottom: 0 !important;
}
.seo_box {
    height: 300px;
    overflow: hidden;
    padding-top: 50px;
    margin-bottom: 25px;
}
.seo_box.active {
    height: 100%;
    margin-bottom: 0;
}
#seo_box .show-more {
    font-size: 12px;
    letter-spacing: 0.03px;
    text-decoration: underline;
    text-align: center;
    margin-top: 3px;
    cursor: pointer;
    margin-bottom: 65px;
}
#seo_box h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-top: 5px;
}
#seo_box h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 24px;
}
#seo_box p {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 24px;
}
#seo_box a {
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    #seo_box {
        text-align: center;
        position: relative;
    }
    .seo_box_wrap::before {
        content: "";
        background: url(/userdata/public/assets/selfieroom/svg/logo.svg) transparent no-repeat;
        background-size: 100%;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        height: 200px;
        width: 100%;
        opacity: 0.03;
    }
    .seo_box {
        margin-top: 45px;
    }
}
.tags {
    position: absolute;
    list-style: none;
}
.tags li span {
    display: block;
    font-size: 10px;
    font-weight: 400;
}
.tags li {
    border-radius: 3px;
    text-align: center;
    display: block;
}
.tags li.promo {
    background-color: #b81816;
    color: #fff;
}
.tags li.new {
    background: #fff;
    color: #000;
}
@media screen and (min-width: 768px) {
    .tags {
        top: 7px;
        left: 7px;
    }
    .tags li span {
        line-height: 25px;
    }
    .tags li {
        height: 23px;
        padding: 0 12.5px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 767px) {
    .tags {
        top: 5px;
        left: 5px;
    }
    .tags li span {
        line-height: 20px;
    }
    .tags li {
        height: 17px;
        padding: 0 5px;
        margin-bottom: 5px;
    }
}
#box_lastadded {
    padding-bottom: 45px;
    border-bottom:1px solid #ededed;
}
#box_bestsellers {
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #box_fromCategory {
        padding: 0 15px;
    }
}
#box_bestsellers .boxhead span,
#box_lastadded .boxhead span{
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
#box_fromCategory .boxhead a{
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    margin: 45px 0 10px 0;
}
#box_fromCategory .boxhead a img {
    margin-left: 10px;
    transform: rotate(-90deg);
    transition: 250ms ease-in;
}
#box_fromCategory .boxhead a:hover img {
    transform: rotate(-90deg) translateY(7px);
}
#box_bestsellers .innerbox,
#box_fromCategory .innerbox,
#box_fromCategory .products,
#box_lastadded .innerbox{
    display: flex;
    flex-wrap: wrap;
    transition: 250ms;
    overflow: hidden;
}
@media screen and (min-width: 1010px) {
    #box_fromCategory .innerbox {
        height: 402px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1009px) {
    #box_fromCategory .innerbox {
        height: calc(((100vw / 4) * 1.3527) + 66.51px);
    }
}
@media screen and (max-width: 767px) {
    #box_fromCategory .innerbox {
        height: calc(((100vw) * 1.3527) + 66.51px);
    }
}
#box_bestsellers .product > a,
#box_fromCategory .product > a,
#box_lastadded .product > a{
    display: block;
}
#box_bestsellers .product:hover > a,
#box_fromCategory .product:hover > a,
#box_lastadded .product:hover > a{
    text-decoration: none;
}
#box_bestsellers .product img,
#box_fromCategory .product img,
#box_lastadded .product img{
    transition: 250ms ease-in;
}
#box_bestsellers .product:hover img,
#box_fromCategory .product:hover img,
#box_lastadded .product:hover img{
    opacity: 0.85;
}
#box_bestsellers .product .boximgsize img,
#box_fromCategory .product .boximgsize img,
#box_lastadded .product .boximgsize img{
    border-radius: 6px;
}
#box_bestsellers .product .productname,
#box_fromCategory .product .productname,
#box_lastadded .product .productname{
    color: #5f5f5f;
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    display: block;
    margin: 15px 0 2px 0;
    line-height: 16px;
}
#box_bestsellers .see-more,
#box_fromCategory .see-more,
#box_lastadded .see-more{
    font-size: 12px;
    display: block;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 0.03px;
    margin: 0 auto;
}
#box_bestsellers .price del,
#box_lastadded .price del{
    color: #4e4e4e;
    font-size: 10px;
    margin-right: 2px;
}
#box_fromCategory .price del{
    margin-right: 5px;
    color: #4e4e4e;
    font-size: 10px;
}
#box_bestsellers .price em,
#box_fromCategory .price em,
#box_lastadded .price em{
    font-size: 12px;
    font-style: normal;
    margin-right: 4px;
}
#box_bestsellers .price em.color,
#box_fromCategory .price em.color,
#box_lastadded .price em.color{
    font-weight: 700;
    color: #b81816;
}
#box_bestsellers .price em.price-percent,
#box_fromCategory .price em.price-percent,
#box_lastadded .price em.price-percent{
    font-size: 10px;
    display: inline-block;
}
#box_bestsellers .basket-box,
#box_lastadded .basket-box,
.recommendations .basket-box{
    display: none !important;
}
#box_bestsellers .innerbox .product,
#box_fromCategory .innerbox .product,
#box_lastadded .innerbox .product{
    transition: 250ms;
}
#box_bestsellers .innerbox .product.product_hidden,
#box_lastadded .innerbox .product.product_hidden{
    display: none;
}
#box_bestsellers .innerbox .product.hide,
#box_fromCategory .innerbox .product.hide,
#box_lastadded .innerbox .product.hide{
    transform: scale(0);
}
@media screen and (min-width: 1020px) {
    #box_bestsellers .product .boximgsize,
    #box_fromCategory .product .boximgsize,
    #box_lastadded .product .boximgsize{
        display: block;
        height: 310.8px;
        background: #f1f1f1;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
}
@media screen and (max-width: 1019px) and (min-width: 768px) {
    #box_bestsellers .product .boximgsize,
    #box_fromCategory .product .boximgsize,
    #box_lastadded .product .boximgsize{
        height: calc(((100vw - 70px) / 4) * 1.3527);
        display: block;
        background: #f1f1f1;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
}
@media screen and (min-width: 768px) {
    #box_bestsellers .product,
    #box_fromCategory .product,
    #box_lastadded .product{
        width: calc(25% - (30px / 4));
        margin-bottom: 40px;
        margin-right: 10px;
    }
    #box_bestsellers .product:nth-child(4n),
    #box_fromCategory .product:nth-child(4n),
    #box_lastadded .product:nth-child(4n){
        margin-right: 0;
    }
    #box_bestsellers .see-more,
    #box_fromCategory .see-more,
    #box_lastadded .see-more,
    .recommendations .see-more{
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    #box_bestsellers .product .boximgsize,
    #box_fromCategory .product .boximgsize,
    #box_lastadded .product .boximgsize{
        height: calc(((100vw - 50px) / 2) * 1.3527);
        display: block;
        background: #f1f1f1;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
    #box_bestsellers .product,
    #box_fromCategory .product,
    #box_lastadded .product{
        width: calc(50% - 5px);
        margin-bottom: 40px;
    }
    #box_bestsellers .product:nth-child(2n + 1),
    #box_fromCategory .product:nth-child(2n + 1),
    #box_lastadded .product:nth-child(2n + 1){
        margin-right: 10px;
    }
    #box_bestsellers .see-more,
    #box_lastadded .see-more{
        margin-top: 20px;
    }
    #box_fromCategory .see-more{
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 45px;
    }
}
footer {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 980px;
}
footer .footer-contact {
    display: flex;
    flex-direction: column;
    padding: 50px 0 22px 0;
}
footer .footer-contact a.footer-phone {
    font-size: 24px;
    margin-bottom: 6px;
}
footer .footer-contact a.footer-mail {
    font-size: 14px;
    margin-bottom: 8px;
}
footer .footer-contact p {
    color: #5f5f5f;
    font-size: 12px;
}
footer .innerfooter ul {
    list-style: none;
}
footer .innerfooter > ul li ul {
    padding: 10px 0 8px 0;
}
footer .innerfooter > ul li:nth-last-child(1) ul {
    border-bottom: 0;
}
footer .innerfooter > ul > li {
    font-size: 14px;
    position: relative;
}
footer .innerfooter ul li ul li:nth-child(2) {
    margin-top: 5px;
}
footer .innerfooter ul li ul li a {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-right: 25px;
    margin: 8px 0;
    display: block;
}
footer .innerfooter ul li.footer-blog a {
    padding: 10px 0;
    display: block;
}
footer .footer-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 15px 0;
}
footer .footer-socials-logo {
    margin-bottom: 13px;
}
footer .footer-socials-list {
    display: flex;
    flex-wrap: wrap;
}
footer .footer-socials-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #efefef;
    border-radius: 100%;
    margin: 6.5px;
}
footer .copyright {
    border-top: 1px solid #efefef;
    margin-top: 10px;
}
footer .copyright p {
    color: #5f5f5f;
    font-size: 12px;
    text-align: center;
}
footer .copyright a {
    text-decoration: underline;
}
footer .copyright span {
    color: #5f5f5f;
    font-size: 11px;
    line-height: 30px;
    display: block;
    text-align: center;
}
@media screen and (min-width: 768px) {
    footer {
        border-top: 1px solid #efefef;
    }
    footer {
        display: flex;
        flex-wrap: wrap;
        padding-top: 6px;
    }
    footer .footer-contact {
        width: 43.5%;
    }
    footer .innerfooter {
        width: 56.5%;
        margin-top: 50px;
    }
    footer .innerfooter ul.overall {
        display: flex;
    }
    footer .innerfooter ul.overall li.overall {
        width: 50%;
    }
    footer > .footer-socials {
        display: none;
    }
    footer .footer-contact a:first-child {
        margin-bottom: 10px;
    }
    footer .footer-contact .footer-socials-list {
        margin-top: 16px;
    }
    footer .footer-contact .footer-socials-list a:first-child {
        margin-left: 0;
    }
    footer .copyright {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0;
    }
    footer .copyright .footer-socials-logo {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    footer .innerfooter > ul li ul {
        border-bottom: 1px solid #efefef;
    }
    footer .innerfooter ul li ul li.head::after {
        content: "";
        background: url(/userdata/public/assets/selfieroom/svg/grayarrow.svg) transparent no-repeat;
        width: 11px;
        height: 15px;
        position: absolute;
        transform: rotate(180deg);
        top: 10px;
        right: 4px;
        z-index: -1;
        transition: 250ms;
    }
    footer .innerfooter ul li ul li.head.active::after {
        transform: rotate(0);
    }
    footer .footer-contact {
        align-items: center;
        text-align: center;
        border-top: 1px solid #efefef;
    }
    footer .footer-contact .footer-socials-list {
        display: none;
    }
    footer .copyright {
        padding: 30px 0 68px 0;
    }
    footer .copyright .footer-socials-logo {
        display: none;
    }
}
#box_languages {
    margin-right: 16px;
}
.currency_selector,
.language_selector {
    width: 40px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    background: transparent url(/userdata/public/assets/selfieroom/svg/selectarrow.svg) no-repeat 100% 50%;
}
.language_selector {
    background-position: 70% 50%;
}
.currencies,
.languages {
    display: none;
    position: absolute;
    margin: 0;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    z-index: 3;
    overflow: hidden;
    list-style: none;
    padding: 4.5px 0;
    transform: translateX(-11px) translateY(5px);
}
.currencies > li,
.languages > li {
    width: 60px;
}
.currencies > li a,
.languages > li a {
    padding: 6px 10px 3px 10px;
    text-align: left;
    font-size: 11px;
    display: block;
}
.currencies > li a:hover,
.languages > li a:hover {
    background: #efefef;
    text-decoration: none;
}
#box_currencies button,
#box_languages button {
    font-family: Spartan, sans-serif;
}
.custom-menu .languages-wrap {
    display: flex;
    padding: 25px 30px 35px 30px;
}
.breadcrumbs {
    padding-top: 3px;
}
.breadcrumbs .innerbreadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 980px;
    margin: 0 auto;
    /* padding: 0 15px; */
}
.breadcrumbs .innerbreadcrumbs ul {
    list-style: none;
}
.breadcrumbs .innerbreadcrumbs ul li {
    display: inline;
    line-height: 25px;
}
.breadcrumbs .innerbreadcrumbs ul li.bred-1 {
    margin-right: 3px;
    opacity: 0.5;
}
.breadcrumbs .innerbreadcrumbs ul li.bred-1 img {
    position: relative;
    top: 2px;
}
.breadcrumbs .innerbreadcrumbs ul li.bred-1 a:hover {
    text-decoration: none;
}
.breadcrumbs .innerbreadcrumbs ul li .raq {
    padding: 0 13px 0 15px;
}
.breadcrumbs .innerbreadcrumbs ul li span {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.breadcrumbs a:hover span[itemprop="name"] {
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 14.5px 20px;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        margin:0 auto 20px auto;
    }
}
@media screen and (max-width: 767px) {
    .shop_product_list .breadcrumbs {
        display: block;
    }
}
#box_mainproducts .boxhead h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 18px 0;
    text-align: center;
    padding-top: 10px;
}
@media screen and (min-width: 768px) {
    #box_mainproducts .boxhead h1 {
        margin: 40px 0 20px 0;
    }
}
.sort-and-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}
.sort-and-view .sortlinks {
    height: 100vh !important;
    position: fixed;
    left: inherit !important;
    top: 0 !important;
    bottom: 0;
    background: #fff;
    z-index: 12;
    right: calc(-100% + 35px);
    width: calc(100% - 35px) !important;
    min-height: 100vh;
    max-width: 375px;
    overflow-y: scroll !important;
    transition: 350ms;
    padding-bottom: 120px;
}
.sort-and-view .sortlinks.active {
    right: 0;
}
@media screen and (max-width: 375px) {
    .sort-and-view .sortlinks {
        width: 100% !important;
        right: -100%;
    }
}
.sortlinks-header {
    display: flex;
    padding: 23px;
    justify-content: space-between;
    align-items: center;
}
.sortlinks-header .sortlinks-close,
.sortlinks-header .sortlinks-home {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.products-active-sort {
    display: none;
}
.sortlinks-header .sortlinks-home img:first-child {
    margin-right: 12px;
    transform: rotate(180deg);
}
.sortlinks-boxhead {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 28px 22px 3px 22px;
    text-align: left;
}
.sort-and-view .sortlinks .products-sort-options {
    display: flex !important;
    flex-direction: column;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    width: 100% !important;
    height: 100% !important;
    padding: 22px !important;
}
.sort-and-view .sortlinks .products-sort-options a {
    padding-left: 30px;
    position: relative;
}
.sort-and-view .sortlinks .products-sort-options a b {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    transition: 150ms ease-in;
}
.sort-and-view .sortlinks .products-sort-options a::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #5f5f5f;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    box-sizing: border-box;
}
.sort-and-view .sortlinks .products-sort-options a:hover {
    text-decoration: none;
}
.sort-and-view .sortlinks .products-sort-options a::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 3px;
    top: 11px;
    box-sizing: border-box;
    transition: 150ms ease-in;
}
.sort-and-view .sortlinks .products-sort-options a:hover::after {
    background-color: #5f5f5f;
}
.sort-and-view .sortlinks .products-sort-options a:hover b {
    color: #000;
}
.sort-and-view .sortlinks .products-sort-options a.active-sort::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 8px;
    position: absolute;
    left: 3px;
    top: 11px;
    box-sizing: border-box;
}
.sort-and-view .sortlinks .products-sort-options a.active-sort b {
    color: #000;
}
.sort-and-view .sort-and-view-left ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sort-and-view .sort-and-view-left ul li {
    opacity: 0.5;
    cursor: pointer;
}
.sort-and-view .sort-and-view-left ul li a {
    display: inline-block;
    padding: 10px 5px;
    margin-right: 5px;
}
.sort-and-view .sort-and-view-left ul li.selected {
    opacity: 1;
}
.sort-and-view .sort-and-view-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sort-and-view .sort-and-view-right > div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sort-and-view .sort-and-view-right .filters-toggler {
    position: relative;
}
.sort-and-view .sort-and-view-right .filters-toggler .filter-counter {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    background-color: #000;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.02px;
    color: #fff;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    padding: 5px 7px 5px 7px;
    line-height: 6px;
    box-sizing: border-box;
}
.sort-and-view .sort-and-view-right .filters-toggler .filter-counter.none {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .sort-and-view {
        border-top: 1px solid #efefef;
    }
    .sort-and-view .sort-and-view-left ul li img.prodview3,
    .sort-and-view .sort-and-view-left ul li img.prodview4,
    .sort-and-view .sort-and-view-left > span {
        display: none;
    }
    .sort-and-view .sort-and-view-left,
    .sort-and-view .sort-and-view-right {
        width: 84px;
    }
    .sort-and-view .sort-and-view-center {
        font-size: 10px;
        font-weight: 400;
    }
    .sort-and-view .sort-and-view-right > div span.name {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .sort-and-view {
        margin-bottom: 5px;
    }
    .sort-and-view .sort-and-view-left ul li img.prodview1,
    .sort-and-view .sort-and-view-left ul li img.prodview2 {
        display: none;
    }
    .sort-and-view .sort-and-view-left,
    .sort-and-view .sort-and-view-right {
        width: 40%;
        display: flex;
        align-items: center;
    }
    .sort-and-view .sort-and-view-left > span,
    .sort-and-view .sort-and-view-right > div span.name {
        font-size: 12px;
        font-weight: 400;
        margin-right: 8px;
        letter-spacing: -0.3px;
    }
    .sort-and-view .sort-and-view-right > div span.name {
        padding-top: 2px;
    }
    .sort-and-view .sort-and-view-center {
        font-size: 12px;
        font-weight: 400;
    }
}
#box_filter {
    height: 100vh !important;
    position: fixed;
    left: inherit !important;
    top: 0 !important;
    bottom: 0;
    background: #fff;
    z-index: 12;
    right: calc(-100% + 35px);
    width: calc(100% - 35px) !important;
    min-height: 100vh;
    max-width: 375px;
    overflow-y: scroll !important;
    transition: 350ms;
    padding-bottom: 120px;
}
@media screen and (max-width: 375px) {
    #box_filter {
        width: 100% !important;
        right: -100%;
    }
}
#box_filter.active {
    right: 0;
}
.boxfilter-header {
    display: flex;
    padding: 23px;
    justify-content: space-between;
    align-items: center;
}
.boxfilter-header .boxfilter-close,
.boxfilter-header .boxfilter-home {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.boxfilter-header .boxfilter-home img:first-child {
    margin-right: 12px;
    transform: rotate(180deg);
}
#box_filter .boxhead {
    padding: 28px 22px 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#box_filter .boxhead span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
#box_filter .resetFilters {
    padding-bottom: 2px;
}
#box_filter .resetFilters span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03px;
}
#box_filter .resetFilters .clean {
    text-decoration: underline;
    margin-right: 8px;
}
#box_filter .resetFilters:hover {
    text-decoration: none;
}
#box_filter .innerbox {
    padding: 10px 22px 50px 22px;
}
#box_filter .innerbox ul {
    list-style: none;
    display: block !important;
    height: 0;
    transition: 0.2s linear;
    overflow: hidden;
}
#box_filter .innerbox .multiselect > span {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 18px 50px 14px 0;
    border-top: 1px solid #ededed;
    cursor: pointer;
}
#box_filter .innerbox .multiselect {
    position: relative;
}
#box_filter .innerbox .multiselect::after {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/blackarrowdown.svg) transparent no-repeat center;
    width: 20px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 0.2s linear;
}
#box_filter .innerbox .multiselect.active::after {
    transform: rotate(180deg);
}

#box_filter .innerbox ul li {
    height: 30px;
    display: flex;
    align-items: center;
}
#box_filter .innerbox ul li.none {
    display: none;
}
#box_filter .innerbox ul li.color-filter span {
    width: 15px;
    height: 15px;
    display: inline-block;
}
#box_filter .innerbox li:last-child {
    margin-bottom: 25px;
}
#box_filter .innerbox li.showmore {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    letter-spacing: 0.03px;
    cursor: pointer;
    padding-top: 5px;
}
#box_filter .innerbox li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    position: relative;
    transition: 150ms ease-in;
}
#box_filter .innerbox li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #5f5f5f;
    background-color: #fff;
    transition: 150ms ease-in;
}
#box_filter .innerbox ul span {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-top: 2px;
}
#box_filter .innerbox li.selected span {
    color: #000;
}
#box_filter .innerbox li a:hover {
    text-decoration: none;
}
#box_filter .innerbox li a:hover::before {
    background-color: #5f5f5f;
}
#box_filter .innerbox li a:hover span {
    color: #000;
}
#box_filter .innerbox li a:hover::after {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/checkbox.svg) transparent no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 11px;
    left: 3px;
    transition: 150ms ease-in;
}
#box_filter .innerbox li.selected {
    background: url(/userdata/public/assets/selfieroom/svg/close.svg) transparent no-repeat 100% 50%;
}
#box_filter .innerbox li.selected a::after {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/checkbox.svg) transparent no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 11px;
    left: 3px;
}
#box_filter .innerbox li.selected a::before {
    background-color: #000;
    border-color: #000;
}
#box_filter h5 {
    display: none;
}

#box_filter .innerbox .multiselect#filter_price .priceinput{
    flex-wrap:wrap;
}

#box_filter .innerbox .multiselect#filter_price .priceinput .fromto{
    margin-right:10px;
    margin-bottom: 5px;
}
#box_filter .innerbox .multiselect#filter_price .priceinput input{
    width:calc(100% - 40px);
    margin-bottom: 5px;
    height: 35px;
    border-radius: 24px;
    border: 1px solid #5f5f5f;
    line-height: 48px;
    box-sizing: border-box;
    color: #5f5f5f;
    margin-bottom: 10px;
    padding: 6px 15px 4px 15px;
}

#box_filter .innerbox .multiselect#filter_price .priceinput button{
    height: 48px;
    border-radius: 24px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.03px;
    width: 100%;
    padding-top: 2px;
    display: block;
    background:black;
}
#box_filter .innerbox .multiselect#filter_price .priceinput .bottombuttons{
    width: 100%;
}
#box_filter .innerbox .multiselect#filter_price .priceinput button span{
    color:white;
}

#box_mainproducts .innerbox .products {
    display: flex;
    flex-wrap: wrap;
}
#box_mainproducts .innerbox .products .product img {
    transition: 250ms ease-in;
}
#box_mainproducts .innerbox .products .product:hover img {
    opacity: 0.85;
}
#box_mainproducts .innerbox .products .product .prodname:hover {
    text-decoration: none;
}
#box_mainproducts .innerbox .products .product .prodname .productname {
    font-size: 12px;
    color: #5f5f5f;
    height: 16px;
    overflow: hidden;
    display: block;
    margin: 10px 0 8px 0;
    line-height: 16px;
}
#box_mainproducts .innerbox .products .product .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
#box_mainproducts .innerbox .products .product .price del {
    color: #4e4e4e;
    font-size: 10px;
    margin-right: 5px;
}
#box_mainproducts .innerbox .products .product .price em {
    font-style: normal;
    font-size: 12px;
    margin-right: 4px;
}
#box_mainproducts .innerbox .products .product .price em.color {
    color: #b81816;
    font-weight: 700;
}
#box_mainproducts .innerbox .products .product .price em.price-percent {
    font-size: 10px;
    display: inline-block;
}
#box_mainproducts .innerbox .products .product form:not(.availability-notifier) {
    display: none;
}
#box_mainproducts .innerbox .products .product .prodimage{
    aspect-ratio: 322/425;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.prodimage .video-wrap{
    position: absolute;
    width: 100%;
    top:50%;
    transform:translateY(-50%);
    bottom:0;
    left:0;
    pointer-events: none;
    height:140%;
    /* right:0; */
}
.custom-gallery-item .video-wrap{
    aspect-ratio: 322/425;
}
#box_mainproducts .innerbox .products .product .prodimage .img-wrap {
    display: block;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
#box_mainproducts .innerbox .products .product .prodimage .img-wrap.none{
    display: none;
}
@media screen and (min-width: 1020px) {
    #box_mainproducts .innerbox .products.viewphot .product {
        width: calc(25% - (45px / 4));
        margin-bottom: 30px;
        margin-right: 15px;
    }
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(4n) {
        margin-right: 0;
    }
    #box_mainproducts .innerbox .products.viewphot .product .prodimage .img-wrap {
        height: 305.73px;
    }
    #box_mainproducts .innerbox .products.viewfull .product,
    #box_mainproducts .innerbox .products.viewdesc .product {
        width: calc((100% - 30px) / 3);
        margin-bottom: 30px;
        margin-right: 15px;
    }
    #box_mainproducts .innerbox .products.viewfull .product:nth-of-type(3n),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(3n) {
        margin-right: 0;
    }
    #box_mainproducts .innerbox .products.viewfull .product .prodimage .img-wrap,
    #box_mainproducts .innerbox .products.viewdesc .product .prodimage .img-wrap {
        height: 427.05px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
    #box_mainproducts .innerbox .products.viewphot .product {
        width: calc(25% - (45px / 4));
        margin-bottom: 30px;
        margin-right: 15px;
    }
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(4n) {
        margin-right: 0;
    }
    #box_mainproducts .innerbox .products.viewphot .product .prodimage .img-wrap {
        height: calc(((100vw - 82px) / 4) * 1.3527);
    }
    #box_mainproducts .innerbox .products.viewfull .product,
    #box_mainproducts .innerbox .products.viewdesc .product {
        width: calc((100% - 30px) / 3);
        margin-bottom: 30px;
        margin-right: 15px;
    }
    #box_mainproducts .innerbox .products.viewfull .product:nth-of-type(3n),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(3n) {
        margin-right: 0;
    }
    #box_mainproducts .innerbox .products.viewfull .product .prodimage .img-wrap,
    #box_mainproducts .innerbox .products.viewdesc .product .prodimage .img-wrap {
        height: calc(((100vw - 72px) / 3) * 1.3527);
    }
}
@media screen and (max-width: 767px) {
    #box_mainproducts .innerbox .products.viewphot .product,
    #box_mainproducts .innerbox .products.viewdesc .product{
        width: calc(50% - 5px);
        margin-bottom: 30px;
    }
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(2n),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(2n) {
        margin-left: 5px;
    }
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(2n + 1),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(2n + 1){
        margin-right: 5px;
    }

    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(1),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(1),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(3),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(3),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(5),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(5),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(7),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(7),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(9),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(9),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(11),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(11)
    /* #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(13),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(13) */
    {
        margin-left:0px;
        margin-right:5px;
    }

    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(2),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(2),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(4),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(4),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(6),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(6),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(8),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(8),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(10),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(10),
    #box_mainproducts .innerbox .products.viewphot .product:nth-of-type(12),
    #box_mainproducts .innerbox .products.viewdesc .product:nth-of-type(12)
    {
        margin-left:5px;
        margin-right:0px;
    }

    #box_mainproducts .innerbox .products.viewphot .product .prodimage .img-wrap,
    #box_mainproducts .innerbox .products.viewdesc .product .prodimage .img-wrap {
        height: calc(((100vw - 50px) / 2) * 1.3527);
    }
    #box_mainproducts .innerbox .products.viewfull .product{
        margin-bottom: 30px;
        width: 100%;
    }
    #box_mainproducts .innerbox .products.viewfull .product .prodimage .img-wrap{
        height: calc((100vw * 1.27) - 30px);
    }
}
.floatcenterwrap {
    margin: 5px 0 45px 0;
}
.floatcenterwrap .paginator-nav {
    display: flex;
    justify-content: center;
}
.floatcenterwrap .paginator-nav > div {
    width: calc(50% - 5px);
    border: 1px solid #cdcdcd;
    border-radius: 24px;
    height: 48px;
    max-width: 170px;
    transition: 250ms ease-in;
}
.floatcenterwrap .paginator-nav > div.first {
    margin-right: 5px;
    background: url(/userdata/public/assets/selfieroom/svg/leftarrow.svg) no-repeat #fff 12% 50%;
}
.floatcenterwrap .paginator-nav > div.last {
    margin-left: 5px;
    background: url(/userdata/public/assets/selfieroom/svg/rightarrow.svg) no-repeat #fff 88% 50%;
}
.floatcenterwrap .paginator-nav > div.inactive {
    opacity: 0.4;
}
.floatcenterwrap .paginator-nav > div a,
.floatcenterwrap .paginator-nav > div span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    display: flex;
    height: 100%;
    align-items: center;
    border-radius: 24px;
}
.floatcenterwrap .paginator-nav > div.first a,
.floatcenterwrap .paginator-nav > div.first span {
    justify-content: flex-end;
    padding: 6px 30px 5px 35px;
}
.floatcenterwrap .paginator-nav > div.last a,
.floatcenterwrap .paginator-nav > div.last span {
    justify-content: flex-start;
    padding: 6px 30px 5px 35px;
}
.floatcenterwrap .paginator-nav > div a:hover {
    text-decoration: none;
}
.floatcenterwrap .paginator-nav > div:not(.inactive):hover {
    background-color: #f4f4f4;
}
.floatcenterwrap .paginator {
    list-style: none;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}
.floatcenterwrap .paginator li.selected {
    font-weight: 700;
}
.floatcenterwrap .paginator li a,
.floatcenterwrap .paginator li span {
    padding: 10px;
    font-size: 12px;
}
.categorydesc p{
    text-align: left !important;
}
.categorydesc.categorydesctop{
    border-bottom:1px solid #eeeeee;
    padding-bottom: 15px;
}
.centercol > .categorydesc {
    margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
    .centercol > .categorydesc {
        padding: 0 15px;
    }
}
.centercol > .categorydesc .categorydesc_inner {
    max-height: 245px;
    overflow: hidden;
    transition: 250ms linear;
}
.centercol > .categorydesc .categorydesc_btn {
    text-align: center;
    padding: 8px 0;
    margin: 0 0 45px 0;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03px;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
}
.centercol > .categorydesc .categorydesc_btn:not(.active)::before {
    content: "";
    box-shadow: 13px -20px 70px 60px #fff;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.categorydesc h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
.categorydesc h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.categorydesc h2 strong,
.categorydesc h3 strong {
    font-weight: 400;
}
.categorydesc ul {
    list-style: none;
}
.categorydesc p,
.categorydesc span {
    color: #5f5f5f;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 20px;
}
.categorydesc a {
    text-decoration: underline;
}
#box_mainproducts .boxhead {
    margin-bottom: 0;
}
#box_mainproducts .boxhead .categories-bar {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    order: -1;
    overflow: hidden;
    height: 53px;
    transition: 350ms;
}
#box_mainproducts .boxhead .categories-bar .owl-stage,
#box_mainproducts .boxhead .categories-bar .owl-stage-outer {
    min-height: 35px;
}
#box_mainproducts .boxhead .categories-bar.loading {
    opacity: 0;
}
#box_mainproducts .boxhead .categories-bar:not(.loading) {
    opacity: 1;
}
#box_mainproducts .boxhead .categories-bar::after {
    content: "";
    position: absolute;
    right: 0;
    height: 52px;
    width: 0;
    box-shadow: 13px 3px 40px 60px #fff;
}
#box_mainproducts .boxhead .categories-bar.fullsize::before {
    content: "";
    position: absolute;
    right: 0;
    height: 44px;
    width: 0;
    background: url(/userdata/public/assets/images/arrownext.svg) transparent no-repeat center;
    width: 15px;
    display: inline-block;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    #box_mainproducts .boxhead .categories-bar {
        width: calc(100% + 15px);
    }
}
#box_mainproducts .boxhead .categories-bar .owl-stage-outer {
    margin: 5px 0 15px 0;
}
#box_mainproducts .boxhead .categories-bar .owl-stage {
    display: flex;
}
#box_mainproducts .boxhead .category-bar {
    border-radius: 6px;
    border: 1px solid #cdcdcd;
}
#box_mainproducts .boxhead .category-bar a p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.03px;
    white-space: nowrap;
    text-align: center;
    padding: 9px 17px 7px 17px;
}
#box_mainproducts .boxhead .category-bar a img {
    display: none;
}
@media screen and (min-width: 768px) {
    #box_productfull {
        margin-top: 50px;
    }
}
#box_productfull .delivery.delivery-display{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 11px 10px 9px 34px;
    position: relative;
    margin: 8px 0 0;
}
#box_productfull .delivery.delivery-display img{
    position: absolute;
    left: 12px;
    top: 12px;
}
#box_productfull .main_product_wrap .productimg {
    position: relative;
}
#box_productfull .custom-gallery {
    display: flex;
    overflow: hidden;
}
#box_productfull .custom-gallery .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #ffffff40 !important;
    height: 48px;
    width: 48px;
    border-radius: 100%;
}
#box_productfull .custom-gallery .owl-nav button.disabled {
    background-color: #fff !important;
    opacity: 0.4;
}
#box_productfull .custom-gallery .owl-nav button.owl-prev {
    transform: translateY(-50%) rotate(90deg);
    left: 17px;
}
#box_productfull .custom-gallery .owl-nav button.owl-next {
    transform: translateY(-50%) rotate(-90deg);
    right: 17px;
}
#box_productfull .main_product_wrap .productimg .tags {
    left: 16px;
    top: 15px;
}
#box_productfull .main_product_wrap .productimg .tags li {
    height: 23px;
    padding: 0 12.5px;
    margin-bottom: 7px;
}
#box_productfull .main_product_wrap .productimg .tags li span {
    line-height: 25px;
}
#box_productfull .main_product_wrap .productimg .mainimg {
    display: none;
}
#box_productfull .custom-gallery .custom-gallery-item {
    min-width: 100%;
}
@media screen and (max-width: 767px) {
    #box_productfull .custom-gallery .custom-gallery-item {
        height: calc(100vw * 1.32);
    }
}
#box_productfull .slider-counter-gallery {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50px);
    background: #fff;
    font-size: 14px;
    height: 33px;
    border-radius: 6px;
    background-color: #fff;
    font-weight: 400;
    padding: 10px 19px 4px 19px;
    min-width: 67px;
    text-align: center;
}
#box_productfull .main_product_wrap > .product_form h1 {
    font-weight: 400;
    margin: 25px 0 14px 0;
    letter-spacing: -0.7px;
}
#box_productfull .main_product_wrap .price del:not(.none) {
    color: #4e4e4e;
    font-size: 10px;
    margin-right: 4px;
    display: inline-block;
    transform: translateY(-2px);
}
#box_productfull .main_product_wrap .price em {
    font-style: normal;
}
#box_productfull .main_product_wrap .price em:not(.price-percent) {
    font-size: 18px;
    font-weight: 700;
    margin-right: 3px;
}
#box_productfull .main_product_wrap .price em.color {
    color: #b81816;
}
#box_productfull .main_product_wrap .price em.price-percent {
    color: #b81816;
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    transform: translateY(-2px);
}
#box_productfull .main_product_wrap .code.row {
    opacity: 0;
    transition: 150ms ease-in;
}
#box_productfull .main_product_wrap .code.row.active {
    opacity: 1;
}
#box_productfull .main_product_wrap .code.row em {
    font-style: normal;
}
#box_productfull .main_product_wrap .code.row {
    color: #989898;
    font-size: 12px;
    margin: 8px 0;
}
#box_productfull .main_product_wrap .availability.row {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    max-width: 500px;
}
#box_productfull .main_product_wrap .availability.row .delivery,
#box_productfull .main_product_wrap .availability.row .returns {
    width: calc(50% - 4.5px);
    height: 36px;
    border-radius: 6px;
    background-color: #f3f3f3;
    padding: 6px 10px 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#box_productfull .main_product_wrap .availability.row .delivery span,
#box_productfull .main_product_wrap .availability.row .returns span {
    color: #4e4e4e;
    font-size: 12px;
    text-align: center;
}
#box_productfull form .quantity_wrap {
    display: none;
}
#box_productfull .form-basket {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}
.custom_related_span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12.5px;
    display: block;
}
@media screen and (max-width: 767px) {
    .custom_related_span {
        text-align: center;
    }
}
.custom_related {
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
}
.custom_related .related_thumbnail {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
    background: #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
}
@media screen and (min-width: 1010px) {
    .custom_related .related_thumbnail {
        height: 107.91px;
    }
}
@media screen and (max-width: 1009px) and (min-width: 768px) {
    .custom_related .related_thumbnail {
        height: calc(((42.5vw - 75px) / 4) * 1.3513);
    }
}
@media screen and (max-width: 767px) {
    .custom_related .related_thumbnail {
        height: calc(((100vw - 75px) / 4) * 1.3513);
    }
}
.custom_related .related_thumbnail.related_show_more {
    border-radius: 6px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.03px;
    cursor: pointer;
    transition: background-color 250ms ease-in;
    margin-right: 0;
}
.custom_related .related_thumbnail.unactive {
    display: none;
}
.custom_related .related_thumbnail.related_show_more:hover {
    background-color: #f6f6f6;
}
.custom_related .related_thumbnail img {
    transition: 250ms ease-in;
}
.custom_related .related_thumbnail:hover img {
    opacity: 0.85;
}
.custom_related .related_thumbnail:nth-child(4n) {
    margin-right: 0;
}
.custom_related .related_thumbnail:hover {
    text-decoration: none;
}
.custom_related a img {
    border-radius: 6px;
}
.custom_related a:first-child {
    border: 1px solid #000;
}
#box_productfull .form-basket .stocks {
    margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
    #box_productfull .form-basket .stocks {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}
#box_productfull .form-basket .stocks .label {
    font-size: 14px;
    font-weight: 400;
}
#box_productfull .form-basket .stocks .option_radio {
    /* max-height: 48px; */
    overflow: hidden;
}
#box_productfull .form-basket .stocks .option_radio.option_truestock {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12.5px;
}
#box_productfull .form-basket .stocks .stock-options .radio-wrap {
    visibility: hidden;
    position: absolute;
}
#box_productfull .form-basket .stocks .stock-options .radio-wrap ~ label {
    width: 48px;
    height: 48px;
    border-radius: 26px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.5px 5px 5.5px 5px;
    margin-right: 14px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s ease-in;
    cursor: pointer;
    margin-bottom:10px;
    text-align: center;
}
#box_productfull .form-basket .stocks .stock-options .radio-wrap ~ label:hover {
    border: 1px solid #999;
}
#box_productfull .form-basket .stocks .stock-options .radio-wrap ~ label.active {
    border-color: #000;
}
#box_productfull .form-basket .stocks .stock-options .radio-wrap ~ label.none {
    display: none;
}
#box_productfull .availability-notifier-container,
#box_productfull .availability-notifier-unsubscribe-container,
#box_productfull .form-basket .addtobasket-container {
    width: calc(100% - 60px);
}
#box_productfull .form-basket .addtobasket-container button,
#box_productfull .form-basket .availability-notifier-container button,
#box_productfull .form-basket .availability-notifier-unsubscribe-container button {
    height: 48px;
    border-radius: 24px;
    background: url(/userdata/public/assets/selfieroom/svg/whitearrow.svg) #000 no-repeat 92% 50%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.03px;
    width: 100%;
    padding-top: 2px;
}
#box_productfull .form-basket .addtobasket-container button span,
#box_productfull .form-basket .availability-notifier-container button span,
#box_productfull .form-basket .availability-notifier-unsubscribe-container button span {
    padding-top: 1px;
    display: block;
}
#box_productfull .form-basket .addtofav {
    width: 48px;
    height: 48px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box_productfull .payments-wrap{
    margin:24px 0 0 0;
}
#box_productfull .paypo-banner {
    border-radius: 6px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 22px;
    margin:18px 0 28px 0;
}
.paginator{
    height: 20px;
}
#box_productfull .paypo-banner-left img {
    margin-top: 4px;
}
#box_productfull .paypo-banner-left-bottom span {
    font-size: 12px;
    line-height: 22px;
}
#box_productfull .paypo-banner-left-bottom span.color {
    color: #3bb588;
    font-weight: 700;
}
#box_productfull .paypo-banner-right a {
    font-size: 12px;
    text-decoration: underline;
}
#box_productfull .form-basket .addtofav img {
    transition: 250ms linear;
    margin-top: 2px;
}
#box_productfull .form-basket .addtofav:hover img {
    transform: scale(1.2);
}
.product-tab.question a,
.product-tab:not(.question) {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    display: flex;
}
.product-tab img {
    margin-right: 10px;
}
.product-tab span {
    padding-top: 1px;
}
.product-tab.question a {
    border-bottom: none;
}
.product-tab.question a:hover {
    text-decoration: none;
}
.product-tab.description-btn {
    position: relative;
}
.product-tab.description-btn::before {
    content: "";
    width: 40px;
    height: 44px;
    position: absolute;
    top: 0;
    right: -15px;
    background: url(/userdata/public/assets/selfieroom/svg/blackarrowdown.svg) transparent no-repeat center;
    transition: 250ms linear;
}
.product-tab.description-btn.active::before {
    transform: rotate(180deg);
}
#box_description .description-inner h5,
#box_description .description-inner p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin: 2px 0 10px 0;
}
#box_description .description-inner h4 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: left;
    margin: 20px 0 2px 0;
}
#box_description .description-inner table {
    display: none;
}
@media screen and (min-width: 1010px) {
    #box_productfull .main_product_wrap > .product_form {
        margin-left: 65px;
        width: calc(42.5% - 65px);
    }
}
@media screen and (min-width: 768px) and (max-width: 1009px) {
    #box_productfull .main_product_wrap > .product_form {
        margin-left: 20px;
        width: calc(42.5% - 20px);
    }
}
@media screen and (min-width: 768px) {
    #box_productfull .main_product_wrap {
        display: flex;
    }
    #box_productfull .main_product_wrap > .productimg {
        width: 57.5%;
    }
    #box_productfull .main_product_wrap > .product_form h1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #box_productfull .main_product_wrap > .product_form {
        padding: 0 15px;
    }
    #box_productfull .main_product_wrap > .product_form h1 {
        font-size: 18px;
        text-align: center;
    }
    #box_productfull .main_product_wrap .price,
    #box_productfull .main_product_wrap .row.code {
        text-align: center;
    }
}
#box_description,
.short-description-bar {
    display: block !important;
    height: 100vh !important;
    position: fixed;
    left: inherit !important;
    top: 0 !important;
    bottom: 0;
    background: #fff;
    z-index: 12;
    right: calc(-100% + 35px);
    width: calc(100% - 35px) !important;
    min-height: 100vh;
    max-width: 375px;
    overflow-y: scroll !important;
    transition: 350ms;
    padding-bottom: 120px;
}
#box_description {
    padding-bottom: 60px;
}
@media screen and (max-width: 375px) {
    #box_description.active,
    .short-description-bar.active {
        width: 100% !important;
        right: -100%;
    }
}
#box_description.active,
.short-description-bar.active {
    right: 0;
}
.description-header,
.short-description-header {
    display: flex;
    padding: 23px;
    justify-content: space-between;
    align-items: center;
}
.description-header .description-close,
.description-header .description-home,
.short-description-bar .short-description-close,
.short-description-bar .short-description-home {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.description-header .description-home img:first-child,
.short-description-bar .short-description-home img:first-child {
    margin-right: 12px;
    transform: rotate(180deg);
}
#box_description .description-inner,
.short-description-bar .short-description-inner {
    padding: 23px 23px 10px 23px;
    overflow: hidden;
}
#box_description .description-boxhead,
.short-description-bar .short-description-boxhead {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 5px 0 0 0;
}
#box_description .description-boxhead {
    padding-bottom: 23px;
    margin-top: 0;
}
.short-description-bar .short-description-inner h5,
.short-description-bar .short-description-inner h5 strong {
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 5px 0;
    font-weight: 400;
    color: gray;
}
.short-description-bar .size-chart-tolerance {
    border-radius: 6px;
    font-size: 10px !important;
    font-weight: 400;
    letter-spacing: 0.02px;
    line-height: 14px;
    background-color: #f3f3f3;
    color: #000 !important;
    padding: 12px 10px 10px 10px;
    text-align: center;
    margin: 20px 0 0 0 !important;
}
.short-description-bar .size-chart-composition {
    font-size: 10px !important;
    line-height: 14px;
    margin: 8px 0 !important;
    text-align: center;
}
.short-description-bar .table-scroller {
    overflow-x: scroll;
    margin-top: 30px;
}
.table-scroller::-webkit-scrollbar {
    height: 5px;
}
.table-scroller::-webkit-scrollbar-track {
    background: #f4f4f4;
}
.table-scroller::-webkit-scrollbar-thumb {
    background: #333;
}
.table-scroller::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.short-description-bar table {
    border-collapse: collapse;
}
.short-description-bar table tr {
    border-bottom: 1px solid #efefef;
}
.short-description-bar table td {
    padding: 9px 0 7px 0;
    font-size: 10px;
    font-weight: 400;
    min-width: 52px;
    text-align: center;
}
.short-description-bar table td p.small {
    font-size: 8px;
    color: #5f5f5f;
    margin: 1px 0;
}
.short-description-bar table tr:first-child td {
    font-weight: 700;
}
.short-description-bar table td:first-child {
    min-width: 100px;
    text-align: left;
}
.description-footer button,
.short-description-footer button {
    margin: 5px auto;
    padding: 6px 10px 4px 10px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03px;
    text-decoration: underline;
}
.description-footer button {
    margin: 25px auto 5px auto;
}
#delivery-costs {
    display: block !important;
    height: 100vh !important;
    position: fixed;
    left: inherit !important;
    top: 0 !important;
    bottom: 0;
    background: #fff;
    z-index: 12;
    right: calc(-100% + 35px);
    width: calc(100% - 35px) !important;
    min-height: 100vh;
    max-width: 375px;
    overflow-y: scroll !important;
    transition: 350ms;
    padding-bottom: 120px;
}
@media screen and (max-width: 375px) {
    #delivery-costs.active {
        width: 100% !important;
        right: -100%;
    }
}
#delivery-costs.active {
    right: 0;
}
.delivery-costs-header {
    display: flex;
    padding: 23px;
    justify-content: space-between;
    align-items: center;
}
#delivery-costs .delivery-costs-close,
#delivery-costs .delivery-costs-home {
    cursor: pointer;
    display: flex;
    align-items: center;
}
#delivery-costs .delivery-costs-home img:first-child {
    margin-right: 12px;
    transform: rotate(180deg);
}
#delivery-costs .delivery-costs-boxhead {
    padding: 23px 23px 10px 23px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
#delivery-costs .delivery-costs-inner {
    padding: 16px 23px 10px 23px;
}
#delivery-costs .delivery-costs-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
#delivery-costs .delivery-costs-item:last-child {
    border-bottom: 0;
}
#delivery-costs .delivery-costs-item-img {
    min-width: 34px;
    margin-right: 10px;
}
#delivery-costs .delivery-costs-item-name {
    flex-grow: 1;
}
#delivery-costs .delivery-costs-item-name p:first-child {
    font-size: 12px;
    letter-spacing: 0.03px;
}
#delivery-costs .delivery-costs-item-name p:last-child {
    font-size: 10px;
    letter-spacing: 0.02px;
}
#delivery-costs .delivery-costs-item-name p.color {
    color: #b81816;
}
#delivery-costs .delivery-costs-item-price {
    font-size: 12px;
    letter-spacing: 0.03px;
}
#delivery-costs .delivery-costs-footer {
    margin-top: 25px;
}
#delivery-costs .delivery-costs-footer button {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03px;
    display: block;
    margin: 0 auto;
    padding: 8px 23px 6px 23px;
    text-decoration: underline;
}
.modal {
    background: #fff;
    border: 1px solid #000;
    padding: 15px;
    max-width: calc(100%);
}
.modal.modal-not-visible {
    display: none;
}
.modal-addtobasket,
.modal-ask-product,
.modal-availability {
    display: block !important;
    height: 100vh !important;
    position: fixed !important;
    left: inherit !important;
    top: 0 !important;
    bottom: 0 !important;
    background: #fff;
    z-index: 12;
    right: calc(-100% + 35px);
    width: calc(100% - 35px) !important;
    min-height: 100vh;
    max-width: 375px;
    overflow-y: scroll !important;
    transition: right 350ms;
    padding: 0 0 120px 0;
    border: none;
}
@media screen and (max-width: 375px) {
    .modal-addtobasket,
    .modal-ask-product.active,
    .modal-availability {
        width: 100% !important;
        right: -100%;
    }
}
.modal-addtobasket.active,
.modal-ask-product.active,
.modal-availability.active {
    right: 0;
}
.ask-product-header,
.availability-modal-header,
.product-added-header {
    display: flex;
    padding: 23px;
    justify-content: space-between;
    align-items: center;
}
.ask-product-header .ask-product-close,
.ask-product-header .ask-product-home,
.availability-modal-header .availability-modal-close,
.availability-modal-header .availability-modal-home,
.product-added-header .product-added-header-close,
.product-added-header .product-added-header-home {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.ask-product-header .ask-product-home img:first-child,
.availability-modal-header .availability-modal-home img:first-child,
.product-added-header .product-added-header-home img:first-child {
    margin-right: 12px;
    transform: rotate(180deg);
}
.ask-product-boxhead,
.availability-modal-boxhead,
.product-added-boxhead {
    padding: 15px 23px 2px 23px;
    text-align: center;
}
.product-added-boxhead {
    font-size: 18px;
    font-weight: 700;
}
.ask-product-boxhead-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 16px;
}
.ask-product-boxhead-phone {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px;
}
.ask-product-boxhead-mail {
    font-size: 14px;
    font-weight: 400;
}
.modal-ask-product .modal-body {
    padding: 15px 23px 23px 23px;
}
.modal-ask-product .modal-body .ask-for-product {
    padding: 20px 0 25px 0;
    border-top: 1px solid #efefef;
}
.modal-ask-product form label {
    font-size: 12px;
    line-height: 23px;
    padding-bottom: 3px;
    display: block;
}
.modal-ask-product form fieldset div:nth-last-child(2) {
    line-height: 14px;
}
.modal-ask-product form fieldset div:nth-last-child(2) span,
.modal-ask-product form fieldset > label {
    color: #5f5f5f;
    font-size: 10px;
    padding-bottom: 0;
}
.modal-ask-product form input {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #5f5f5f;
    border-radius: 24px;
    padding: 0 22px;
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 9px;
}
.modal-ask-product form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #5f5f5f;
    border-radius: 24px;
    padding: 20px 22px;
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 3px;
}
.modal-ask-product form button {
    border-radius: 24px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.03px;
    background-color: #000;
    display: block;
    width: 100%;
    min-height: 48px;
    margin: 18px 0 0 0;
    padding: 6px 22px 4px 22px;
}
.modal-ask-product .ask-product-footer-close button {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: 0.03px;
    padding: 8px 22px 6px 22px;
    display: block;
    margin: 5px auto 10px auto;
}
.modal-ask-product ul {
    list-style: none;
}
.modal-ask-product ul li {
    list-style: none;
    font-size: 11px;
    margin-bottom: 8px;
}
.modal-ask-product ul.error li {
    color: #b81816;
}
.modal-ask-product .alert-error,
.modal-ask-product .alert-success {
    position: relative;
    padding: 0;
    padding: 17px 30px 13px 15px;
    margin: 3px 0 17px 0;
}
.modal-ask-product .alert-error button,
.modal-ask-product .alert-success button {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    -webkit-mask-image: url(/userdata/public/assets/selfieroom/svg/close.svg);
    width: 17px;
    height: 17px;
    display: inline-block;
}
.modal-ask-product .alert-success button {
    top: 17px;
}
.modal-ask-product .alert-error button span,
.modal-ask-product .alert-success button span,
.modal-ask-product .modal-header .modal-close,
.modal-ask-product .modal-header > h3 {
    display: none;
}
.modal.modal-addtobasket .modal-header {
    display: none;
}
.modal.modal-addtobasket .product-added-boxhead {
    font-size: 18px;
    font-weight: 700;
}
.modal.modal-addtobasket .ajax-product-block .product-added-img-wrap {
    padding: 15px 23px 10px 23px;
    text-align: center;
}
.modal.modal-addtobasket .ajax-product-block .product-added-img-wrap img {
    max-height: 160px;
    border-radius: 6px;
}
.modal.modal-addtobasket .ajax-product-block .ajax-product-block-info {
    padding: 0 23px 15px 23px;
    text-align: center;
}
.modal.modal-addtobasket .ajax-product-block .ajax-product-block-info strong {
    font-weight: 400;
}
.modal.modal-addtobasket .ajax-product-block .ajax-product-block-info h3 {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0 15px 0;
}
.modal.modal-addtobasket .ajax-product-block .ajax-product-block-info span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 4px;
}
.modal.modal-addtobasket .ajax-cart-block {
    border-top: 1px solid #efefef;
    margin: 5px 23px;
    padding: 25px 0 5px 0;
}
.modal.modal-addtobasket .ajax-cart-block span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
    line-height: 20px;
    text-align: center;
}
.modal.modal-addtobasket .modal-footer {
    padding: 0 23px;
}
.modal.modal-addtobasket .modal-footer a {
    display: block;
}
.modal.modal-addtobasket .modal-footer a.right {
    width: 100%;
    height: 48px;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    background: url(/userdata/public/assets/selfieroom/svg/whitearrow.svg) #000 no-repeat 92% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    text-align: center;
    padding: 2px 30px 0 30px;
}
.modal.modal-addtobasket .modal-footer a.left {
    width: 100%;
    height: 48px;
    border-radius: 25px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    padding-top: 2px;
    text-decoration: underline;
}
.modal-availability .modal-header {
    display: none;
}
.availability-modal-boxhead {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 15px 0;
}
.availability_notify_info {
    padding: 0 23px 12px 23px;
    text-align: center;
}
.availability_notify_info img {
    max-height: 160px;
    border-radius: 6px;
}
.availability_notify_form {
    text-align: center;
    padding: 0 23px 60px 23px;
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 400;
}
.availability_notify_form p:last-child {
    margin-top: 18px;
    line-height: 18px;
}
.availability_notify_form h3 {
    font-size: 14px;
    font-weight: 400;
    color: #5f5f5f;
    margin-bottom: 10px;
}
.availability_notify_form .availability-stocks,
.availability_notify_form .availability-stocks strong {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
}
.availability_notify_form input {
    height: 48px;
    width: 100%;
    padding: 5px 12px;
    color: #5f5f5f;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #5f5f5f;
}
.availability_notify_form button {
    width: 100%;
    height: 48px;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    background: url(/userdata/public/assets/selfieroom/svg/whitearrow.svg) #000 no-repeat 92% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    padding-top: 2px;
}
.modal-alert {
    background: #fff;
    border: 1px solid #000;
    position: fixed !important;
    top: 50% !important;
    width: auto !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%);
    min-width: 280px;
    z-index: 12;
    padding: 0;
}
.modal-alert.modal-not-visible {
    display: none !important;
}
.modal-alert .modal-header::after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000090;
    position: absolute;
    min-width: 300vw;
    min-height: 300vh;
    z-index: -1;
    left: -100vw;
    top: -100vw;
}
.modal-alert .modal-header h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    padding: 50px 23px 10px 23px;
}
.modal-alert .modal-body {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 17px 23px 10px 23px;
    background-color: #fff;
    margin-top: -2px;
}
.modal-alert .modal-footer {
    padding: 30px 23px;
    background-color: #fff;
    margin-top: -2px;
}
.modal-alert .modal-footer .btn {
    width: 100%;
    height: 48px;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 23px 0 23px;
}
#box_404 .innerbox {
    text-align: center;
    margin: 70px 0 75px 0;
}
#box_404 .innerbox p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: block;
}
#box_404 .innerbox strong {
    display: block;
    font-size: 48px;
    font-weight: 700;
    margin: 28px 0 10px 0;
}
#box_404 .innerbox .buttons {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
#box_404 .innerbox .buttons a {
    height: 48px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 25px 0 25px;
    min-width: 140px;
}
#box_404 .innerbox .buttons a.home {
    background-color: #000;
    color: #fff;
}
#box_404 .innerbox .buttons a.new {
    border: 1px solid #cdcdcd;
    margin-right: 8px;
}
#cookie {
    position: fixed;
    bottom: 65px;
    z-index: 1;
    left: 19px;
    background: #fff;
    border: 1px solid #000;
    padding: 6px;
    border-radius: 25px;
}
#cookie .pagewidth {
    display: flex;
    align-items: center;
}
#cookie .pagewidth > span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
#cookie .pagewidth span:nth-child(2),
#cookie .pagewidth > span > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.02px;
}
#cookie span a {
    text-decoration: underline;
}
#cookie span:first-child {
    margin-right: 8px;
    padding: 2px 0 2px 2px;
}
#cookie span:first-child::before {
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/cookie.svg) transparent no-repeat;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 8px;
}
#cookie span.close {
    background: #000;
    color: #fff;
    border-radius: 25px;
    padding: 10.5px 20.5px;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    #cookie {
        bottom: 20px;
    }
}
.modal.modal-packeta .modal-header {
    display: none;
}
.region_field {
    font-size: 12px;
    margin-bottom: 4px;
    display: block;
    font-weight: 400;
    cursor: pointer;
}
html[lang="pl"] input[name="additional_37"],
html[lang="pl"] input[name="additional_38"] {
    display: none;
}
#footgroup25,
#footgroup26 {
    display: none;
}
@media screen and (max-width: 767px) {
    .custom-menu > ul > li.parent > .custom-submenu.level1.active {
        height: 100% !important;
    }
}
.inpost_paczkomaty label,
.inpost_paczkomaty p,
.inpost_paczkomaty span {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 18px;
    color: #676767;
}
.js__show-more-machines {
    padding: 8px 0;
    text-decoration: underline;
    display: block;
}
.inpost_paczkomaty_machines .near {
    display: block;
}
.inpost_paczkomaty .checkbox-wrap {
    margin-bottom: 0;
}
.inpost_paczkomaty h4 {
    padding-top: 25px;
}
tr.different_address ~ tr {
    margin-top: 15px;
}
#fbiz_btn_select_point {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    padding: 5px 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.size-chart-in-desc{
    display: flex;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 16px 0 14px 0;
    margin: 20px 0 25px 0;
    cursor: pointer;
    /* display:none; */
}
.size-chart-in-desc img{
    margin-right:10px;
}

.size-chart-in-desc span{ 
    font-size:14px;
    padding-top:1px;
}

/* 22.04.2021 */

@media screen and (min-width:768px){
    #edrone--push--container #edrone_push--bubble{
        right:19px;
        left:inherit !important;
        bottom:17px !important;
        z-index: 1 !important;
    }
}
@media screen and (max-width:767px){
    #edrone--push--container #edrone_push--bubble{
        right:19px;
        left:inherit !important;
        bottom:65px !important;
        z-index: 1 !important;
    }
}

@media screen and (max-width:767px){
    .breadcrumbs .innerbreadcrumbs{
        padding: 0;
        margin:0 0 8px 0;
        max-height:26px;
        overflow: hidden;
        position: relative;
    }
    .breadcrumbs .innerbreadcrumbs ul{
        display: flex;
        align-items: center;
        overflow: auto;
    }
    .breadcrumbs .innerbreadcrumbs li,
    .breadcrumbs .innerbreadcrumbs li a{
        display: flex;
        align-items: center;
    }
    .breadcrumbs .innerbreadcrumbs li:last-child{
        padding-right: 15px;
    }
    .breadcrumbs .innerbreadcrumbs li a{
        white-space: nowrap;
    }
    /* .breadcrumbs .innerbreadcrumbs{
        min-width:1000px;
    } */
    /* .breadcrumbs .innerbreadcrumbs.loaded{
        min-width:100%;
    } */
/* 
    .breadcrumbs .innerbreadcrumbs ul{
        overflow-x: scroll;
    } */

    .breadcrumbs .innerbreadcrumbs::-webkit-scrollbar,
    .breadcrumbs .innerbreadcrumbs ul::-webkit-scrollbar{
        height:0px;
    }
    .breadcrumbs .innerbreadcrumbs::-webkit-scrollbar,
    .breadcrumbs .innerbreadcrumbs ul::-webkit-scrollbar{
        height:0px;
    }
    .breadcrumbs .innerbreadcrumbs::-webkit-scrollbar-thumb{
        border-radius:0px;
        border:0;
    }

    .breadcrumbs .innerbreadcrumbs ul li:first-child{
        padding-left:12px;
    }
}

.category-title-wrap{
    display: block;
    margin-bottom: 10px;
}
@media screen and (max-width:767px){
    .category-title-wrap a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .category-title-wrap img{
        margin:5px 4px 14px 0;
    }
}
@media screen and (min-width:768px){
    .category-title-wrap img{
        display: none;
    }
}
.search__content.search__content_right .search__result-note .search__result-details{
    display: none;
}

.label-format{
    color:gray;
    font-size:11px;
}

/*9.06.21*/
.delivery-subboxhead{
    font-size: 14px !important;
    font-weight: 700;
    line-height: 21px !important;
    text-align: center;
    margin-top:-10px !important;
    padding-bottom:15px;
}
@media screen and (min-width:768px){
    .delivery-subboxhead{
        margin-top:-35px !important;
        padding-bottom:30px;
    }
}

/* 15.06.2021 */
.products .product .availability-notifier,
#box_lastadded .innerbox .availability-notifier-container,
.recommendations .innerbox .availability-notifier-container{
    z-index: 1;
    position: absolute;
    bottom: 48px;
    background:white;
    font-size:10px;
    font-weight:500;
    letter-spacing: 0.02px;
    border-radius:24px;
    width: calc(100% - 48px);
    margin:0 24px 15px 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products .product .product-inner-wrap,
#box_lastadded .innerbox .product,
.recommendations .innerbox .product{
    position: relative;
}

.products .product .availability-notifier button,
#box_lastadded .innerbox .availability-notifier-container button,
.recommendations .innerbox .availability-notifier-container button{
    padding:10px 10px 8px 10px;
    display: block;
}
.products .product .availability-notifier span,
#box_lastadded .innerbox .availability-notifier-container span,
.recommendations .innerbox .availability-notifier-container span{
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .product .availability-notifier button span:before,
#box_lastadded .innerbox .availability-notifier-container button span:before,
.recommendations .innerbox .availability-notifier-container button span:before{
    content:'';
    background: url('/userdata/public/assets/selfieroom/svg/availability.svg') transparent no-repeat;
    width:12px;
    height:16px;
    display: inline-block;
    margin-right:5px;
    margin-top:-1px;
}

@media screen and (max-width:979px){
    .products .product .availability-notifier,
    #box_lastadded .innerbox .availability-notifier-container,
    .recommendations .innerbox .availability-notifier-container{
        margin:0 10px 15px 10px;
        width: calc(100% - 20px);
        font-size:8.5px;
    }
    .products .product .availability-notifier button,
    #box_lastadded .innerbox .availability-notifier-container button,
    .recommendations .innerbox .availability-notifier-container button{
        padding:8px 4px 6px 4px;
    }
}

@media screen and (max-width:375px){
    .products .product .availability-notifier,
    #box_lastadded .innerbox .availability-notifier-container,
    .recommendations .innerbox .availability-notifier-container{
        margin:0 4px 10px 4px;
        width: calc(100% - 8px);
    }
}

/* 20.08.2021 */

.address-handler.address tr:last-child:not(.different_address){
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row-reverse !important;
}
.address-handler.address tr:last-child:not(.different_address) em.color{
    display: none;
}

.address-handler.address tr:last-child:not(.different_address) button{
    margin-right:4px;
    text-transform: none !important;
    text-decoration: none !important;
    background: black;
    color: white;
    font-size: 11px !important;
    border-radius: 30px;
    padding: 8px 15px 6px 15px !important;
}

.address-handler.address tr:last-child:not(.different_address) td{
    width:auto !important;
}

/* modal wybór banku */
.header_line_right {
    display: flex;
    align-items: center;
    padding:7px 0 15px 0;
}
.header_uppercase {
    text-transform: uppercase;
}
.p-all-1 {
    padding: .5rem;
}
.op-gateway:not(:last-child) {
    margin-right: 0.35em;
}
.mb-1 {
    margin-bottom: .5rem;
}
.mt-1 {
    margin-top: .5rem;
}
.op-gateway, .op-gateway *, .op-gateway *::before, .op-gateway *::after {
    box-sizing: border-box;
}
.op-gateway {
    margin: 0;
    max-width: 123px;
    width: 100%;
    cursor: pointer;
}
.op-gateway__image-container {
    width: 100%;
    height: 123px;
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.op-gateway:first-child .op-gateway__image {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.op-gateway__image {
    width: 100%;
    padding: 1em;
}
.op-gateway__description {
    padding: .5em .1em .5em .1em;
    max-width: 100%;
    word-break: break-word;
}
.op__container section ul{
    flex-wrap:wrap;
    justify-content: center;
}
[data-bank-section='other'] .op-gateway {
    margin: 0;
    padding: 0.4em;
}
.op-gateway_size_s {
    max-width: 107px;
    height: 67px;
    height: 100%;
}
.op-gateway_size_s .op-gateway__image-container {
    height: 92px;
}

.op-gateway__text{
    font-size:12px;
}

.modal{
    z-index: 100;
}
.modal .modal-close .modal-close-txt{
    display: none;
}
.modal .modal-close{
    width: 17px;
    height: 17px;
    padding: 0 0 30px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    cursor:pointer;
}
.modal .modal-close:after{
    content: "";
    background: url(/userdata/public/assets/selfieroom/svg/close.svg) transparent no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}
.modal .modal-body{
    overflow-y:scroll;
}
.modal .modal-body::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

.modal .modal-body::-webkit-scrollbar-thumb {
    width: 6px;
    border: 2px solid #f3f4f8;
    border-radius: 10px;
    background-color: black;
}
.modal .modal-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f3f4f8;
}

/* recommendations */
.recommendations .boxhead{
    display: block;
    text-align: center;
}

.shop_product_list .recommendations{
    border-bottom:1px solid #ededed;
    margin-bottom:40px;
}

.shop_index .recommendations .boxhead,
.shop_product .recommendations .boxhead{
    font-size:24px;
    margin-bottom:30px;
    margin-top:50px;
    font-weight: 700;
}

.shop_product_list .recommendations .boxhead,
.shop_basket .recommendations .boxhead{
    font-size:14px !important;
    border-top:1px solid #ededed;
    padding:33px 0 16px 0;
    font-weight: 400 !important;
}
.shop_basket .recommendations .boxhead{
    margin:0;
    border-top:0;
    padding:22px 0 20px 0 !important;
    margin:0 !important;
}

.shop_product .recommendations .boxhead{
    border-top:1px solid #ededed;
    padding:45px 0 0 0;
}

.recommendations .boxhead:before{
    content:'';
    background: url('/userdata/public/assets/selfieroom/svg/heart.svg') transparent no-repeat;
    background-size:16px 13px;
    width:16px;
    height:13px;
    display: inline-block;
    margin-right: 3px;
}

.recommendations .innerbox{
    display: flex;
    flex-wrap: wrap;
    transition: 250ms;
    overflow: hidden;
}

.recommendations .product > a{
    display: block;
}
.recommendations .product:hover > a{
    text-decoration: none;
}
.recommendations .product img{
    transition: 250ms ease-in;
}
.recommendations .product:hover img{
    opacity: 0.85;
}
.recommendations .product .boximgsize img{
    border-radius: 6px;
}
.recommendations .product .productname{
    color: #5f5f5f;
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    display: block;
    margin: 15px 0 2px 0;
    line-height: 16px;
}
.recommendations .see-more{
    font-size: 12px;
    display: block;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 0.03px;
    margin: 0 auto;
}
.recommendations .price del{
    color: #4e4e4e;
    font-size: 10px;
    margin-right: 2px;
}
.recommendations .price em{
    font-size: 11px;
    font-style: normal;
    margin-right: 4px;
}
.recommendations .price em.color{
    font-weight: 700;
    color: #b81816;
}
.recommendations .price em.price-percent{
    font-size: 10px;
    display: inline-block;
}
.recommendations .basket-box{
    display: none;
}
.recommendations .innerbox .product{
    transition: 250ms;
}
.recommendations .innerbox .product.product_hidden{
    display: none;
}
.recommendations .innerbox .product.hide{
    transform: scale(0);
}
@media screen and (min-width: 1020px) {
    .recommendations .product .boximgsize{
        display: block;
        background: #f1f1f1;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
    .shop_index .recommendations .product .boximgsize,
    .shop_product .recommendations .product .boximgsize{
        height: 310.8px;
    }
    .shop_product_list .recommendations .product .boximgsize{
        height:209px;
    }
    .shop_basket .recommendations .product .boximgsize{
        height:242px;
    }
}
@media screen and (max-width: 1019px) and (min-width: 768px) {
    .recommendations .product .boximgsize{
        display: block;
        background: #f1f1f1;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
    .shop_index .recommendations .product .boximgsize,
    .shop_product .recommendations .product .boximgsize{
        height: calc(((100vw - 70px) / 4) * 1.3527);
    }
    .shop_product_list .recommendations .product .boximgsize{
        height: calc(((100vw - 100px) / 6) * 1.3527);
    }
    .shop_basket .recommendations .product .boximgsize{
        height: calc(((50vw - 60px) / 3) * 1.3527);
    }
}
@media screen and (min-width: 768px) {
    .recommendations .product{
        margin-bottom: 40px;
        margin-right: 10px;
    }
    .recommendations .see-more{
        padding-bottom: 10px;
        padding-top: 10px;
    }

    /* sg  / karta */
    .shop_index .recommendations .product,
    .shop_product .recommendations .product{
        width: calc(25% - (30px / 4));
    }
    
    .shop_index .recommendations .product:nth-child(4n),
    .shop_product .recommendations .product:nth-child(4n){
        margin-right: 0;
    }

    /* listing */
    .shop_product_list .recommendations .product{
        width:calc((100% - 50px) / 6);
    }
    .shop_product_list .recommendations .product:nth-child(6n){
        margin-right: 0;
    }

    .shop_basket .recommendations .product{
        width:calc((100% - 20px) / 3);
    }
    .shop_basket .recommendations .product:nth-child(3n){
        margin-right: 0;
    }
    

}
@media screen and (max-width: 767px) {
    .shop_basket .box.recommendations,
    .shop_product_list .recommendations{
        padding-left:0px;
        padding-right:0px;
    }
    .recommendations .product .boximgsize{
        display: block;
        background: #f1f1f1;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
    .recommendations .product{
        margin-bottom: 40px;
    }
    .recommendations .see-more{
        margin-top: 20px;
    }

    /* sg */
    .shop_index .recommendations .product,
    .shop_product_list .recommendations .product,
    .shop_product .recommendations .product,
    .shop_basket .recommendations .product{
        width: calc(50% - 5px);
    }
    .shop_index .recommendations .product .boximgsize,
    .shop_product_list .recommendations .product .boximgsize,
    .shop_product .recommendations .product .boximgsize,
    .shop_basket .recommendations .product .boximgsize{
        height: calc(((100vw - 50px) / 2) * 1.3527);
    }

    .shop_index .recommendations .product:nth-child(2n + 1),
    .shop_product_list .recommendations .product:nth-child(2n + 1),
    .shop_product .recommendations .product:nth-child(2n + 1),
    .shop_basket .recommendations .product:nth-child(2n + 1){
        margin-right: 10px;
    }

}

.see-more{
    cursor: pointer;
}

.shop_product_list .see-more{
    margin-bottom:25px;
    margin-top:-5px;
}
.orlen_paczka{
    border-radius: 100%;
    filter: grayscale(1);
}

#box_newsletter .boxhead span{
    font-size:12px;
    font-weight: 700;
}
#box_newsletter .subboxhead{
    text-align: center;
    font-size:24px;
    font-weight: 700;
    margin: 8px 0 22px 0;
}

.sm_recommendations_wrap{
    display: block;
    width:100%;
}

#cart-options .payment .name > label[for="payment_6"],
#cart-options .payment .name > label[for="payment_4"]{
    display: flex;
    margin-right:10px;
}
#cart-options .payment .name > label[for="payment_6"]:after{
        content:'';
        background:url('/userdata/public/assets/selfieroom/payments/pay_basket_pl.png') transparent no-repeat;
        display: block;
        width:204px;
        height: 19px;
        transform: translateX(10px) translateY(-2px);
}
#cart-options .payment .name > label[for="payment_4"]:after{
    content:'';
    background:url('/userdata/public/assets/selfieroom/payments/pay_basket_cz.png') transparent no-repeat;
    display: block;
    width:204px;
    height: 18px;
    transform: translateX(10px) translateY(-2px);
}

.productomnibus{
    font-size: 11px;
    line-height: 18px;
    color: #383838;
    display: block;
    margin-top: 8px;
}

@media screen and (max-width:767px){
    .productomnibus{
        text-align: center;
    }
}

.outlet-badge{
    z-index: 1;
    position: absolute;
    bottom:63px;
    background: white;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.02px;
    border-radius: 24px;
    width: calc(100% - 48px);
    margin: 0 24px 0px 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    border: 1px solid #b81817;
    color: #b81817;
    font-weight: 600;
    padding-top: 3px;
}
.outlet-badge.highpos{
    bottom:101px;
}
@media screen and (max-width:979px){
    .outlet-badge{
        width: calc(100% - 20px);
        font-size: 8.5px;
        margin: 0 10px;
    }
}

@media screen and (max-width:375px){
    .outlet-badge{
        margin: 0 4px 0px 4px;
        width: calc(100% - 8px);
    }
    .outlet-badge.highpos{
        margin-bottom: 5px;
        bottom:92px;
    }
}
@media screen and (max-width:767px){
    .products.viewfull .product .outlet-badge{
        bottom:75px;
    }
    .products.viewfull .product .outlet-badge.highpos{
        bottom:101px;
    }
}


.product .product-stocks{
    display: flex;
    flex-wrap:wrap;
    margin-top: 7px;
    margin-left:-5px;
}
.product .product-stocks .item{
    height: 28px;
    border-radius: 14px;
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    font-size: 11px;
    font-weight: 400;
    margin:0 0 5px 5px;
    padding-top: 2px;
}
.product .product-stocks .item.data-unavailable{
    display: none;
}
@media screen and (max-width:767px){
    .product .product-stocks .item{
        margin: 0 0 3px 3px;
        font-size: 10px;
        width: 44px;
        height: 24px;
    }
}

.custom-badge{
    position: absolute;
    z-index: 1;
    pointer-events: none;
    font-size: 10px;
    font-weight: 400;
    color: #b81817;
    width: 50px;
    height: 30px;
    text-align: center;
    background: white;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    padding-top: 2px;
}

/* cookies basic */
.consents_popup .consents__wrapper {
    top: 0;
    align-items: center;
}
.consents_popup .consents__modal {
    width: auto;
    max-width: 70vw;
}
.consents__wrapper {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 -1px 3px 0px rgba(0,0,0,0.25);
}
.consents__modal {
    padding: 2rem 2rem 6rem;
    background-color: #fff;
    width: 100%;
    max-height: 70vh;
}
.consents__basic-view {
    display: block;
    align-items: center;
    max-height: 70vh;
    width: 100%;
    border-radius:9px;
}
.consents__advanced-view {
    max-height: 70vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius:9px;
}
.consents__advanced-content {
    overflow: auto;
}
.consents__content {
    flex: 1 1 auto;
    overflow: auto;
    width: 100%;
}
.consents__buttons {
    flex: 0 0 auto;
    margin-top: 1rem;
}
.consents__heading {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.consents__text {
    margin-bottom: 1rem;
}
.consents__link {
    text-decoration: underline;
}
.consents__consent {
    display: flex;
    margin-bottom:5px;
}
.consents__consent-description {
    margin-top: 4px;
    margin-left: 1rem;
}
.consents__advanced-buttons {
    text-align: center;
    margin-top: 1rem;
}
.consents__mask {
    display: block;
    position: fixed;
    overflow: hidden;
    z-index: 999998;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 768px) {
    .consents__basic-view {
        display: flex;
        flex-direction: column;
   }
}
@media screen and (max-width: 480) {
    .consents__buttons .btn {
        width: 100%;
        min-height: 44px;
   }
    .consents__buttons :first-child {
        margin-bottom: 10px;
   }
}

.content-module__item {
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .content-module__item:not(:last-child):not(.content-module__item_img) {
        padding-right: 3rem;
   }
}
.content-module__item_img {
    text-align: center;
}
.content-module__item_center {
    justify-content: center;
}
.content-module__item_bottom {
    justify-content: flex-end;
}
.content-module__img-wrapper {
    margin: 0;
}
.content-module__buttons {
    margin-top: 3rem;
}
.content-module__body.r--l-column .content-module__item:not(:last-child) {
    padding-right: 0;
}
.content-module__body:not(.r--l-column) {
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .content-module__body:not(.r--l-column) {
        flex-direction: row;
   }
}
.leftcol .content-module .content-module__item, .rightcol .content-module .content-module__item {
    padding: 0;
}
.leftcol .content-module .content-module__body:not(.r--l-column), .rightcol .content-module .content-module__body:not(.r--l-column) {
    flex-direction: column;
}

.consents__advanced-view.none,
.consents__basic-view.js__basic-view.none{
    display: none !important;
}

/* nowe */
.consents__wrapper {
    box-sizing: border-box;
    padding: 15px;
    z-index: 999999999999;
}
.consents__modal {
    background-color: transparent;
    padding: 0;
}
.consents__basic-view {
    max-width: 800px;
    background-color: white;
    padding: 40px;
    box-sizing: border-box;
}
.consents__basic-view .consents__content p,
.consents__advanced-view .consents__advanced-content p{
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 22px;
}
.consents__basic-view .consents__content p a{
    display: block;
    margin-top: 5px;
}
.consents__basic-view .consents__content p.consents__heading,
.consents__advanced-view .consents__advanced-content p.consents__heading{
    display: block;
    line-height: 22px;
    font-size:16px;
    font-weight:600;
    color:#000;
    margin-bottom: 15px;
}
.consents__advanced-view {
    background: white;
    padding: 25px 20px;
    box-sizing: border-box;
}
.consents__heading {
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin-bottom: 27px;
}
.consents__content {
    margin-bottom: 20px;
}
.consents a {
    color: black;
}
.consents button {
    text-transform: none;
    font-size:12px;
    height: 40px;
    border-radius: 20px;
    width:175px;
}
.consents button.btn-red{
    border:1px solid #cfcfcf;
}
.consents button.js__show-advanced-view,
.consents button.js__show-basic-view{
    text-transform: none;
    background: black;
    color: white;
}
.consents__advanced-content p:nth-of-type(2){
   display: block;
}
@media screen and (max-width: 500px) {
    .consents__buttons,
    .consents__advanced-buttons{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .consents__buttons button,
    .consents__advanced-buttons button{
        margin-bottom: 5px;
        width: 100%;
    }
    .consents .consents__wrapper {
        top: inherit;
        padding: 0;
   }
    .consents .consents__modal {
        max-width: 100%;
   }
}
