.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after, .lb-outerContainer:after {
    clear: both;
    content: ""
}

.button, .slick-slider {
    -moz-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box
}

.ui-helper-reset, a {
    text-decoration: none
}

.clearfix:after, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.button, html {
    font-family: Arial, sans-serif
}

.box-filter .selector .ui-slider-handle, .box-filter .selector .ui-slider-handle:active, .box-filter .selector .ui-slider-handle:focus, .lb-data .lb-close, .lb-nav a, .slick-list:focus, .slick-slider *, .ui-helper-reset, a, button, img, input, select, textarea {
    outline: 0
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.slick-track:after, .ui-helper-clearfix:after {
    clear: both
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    filter: alpha(Opacity=70);
    opacity: .7;
    transition: opacity .2s
}

.align-left, .ui-slider {
    text-align: left
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate(0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden, .ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-zfix, .ui-widget-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed
}

.ui-slider {
    position: relative
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.commentit-comment {
    margin-bottom: 10px;
    margin-top: 10px
}

.commentit-comment.even {
    background-color: #E9F9FF
}

.commentit-comment .comment-date {
    color: #c1d2db;
    font-size: .91666667rem;
    line-height: 1.16666667em;
    margin-top: 3px
}

.commentit-comment .comment-text {
    margin-bottom: 5px;
    margin-top: 5px
}

.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

.ps * {
    transition: .5s
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}

.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: rgba(255, 105, 180, .27);
    opacity: .9
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #b642a5;
    height: 6px
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: rgba(94, 91, 93, .41);
    opacity: .9
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #b642a5;
    width: 5px
}

.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 7px
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    background-color: #b642a5;
    border-radius: 3px;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    height: 6px
}

.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: .6;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 5px
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    background-color: #b642a5;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    width: 5px
}

.button, img {
    border: none
}

.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    width: 5px
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: rgba(255, 105, 180, .57);
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #b642a5;
    height: 6px
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: rgba(94, 91, 93, .41);
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #b642a5;
    width: 5px
}

.button-block, .form-control {
    width: 100%;
    display: block
}

.ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
    opacity: 1
}

.ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: rgba(255, 105, 180, .57)
}

.ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #b642a5
}

* {
    box-sizing: border-box
}

html {
    background: url(../images/pattern.png) fixed;
    color: #ff69b4;
    font-size: 12px;
    line-height: 1.16666667em;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

.button, a {
    color: #fff
}

body {
    margin: 0
}

img {
    max-width: 100%;
    max-height: 100%
}

a:hover {
    text-decoration: underline
}

.button, .tabs .tab-item, a.button:hover {
    text-decoration: none
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    float: none;
    font-size: 0;
    line-height: 0
}

.button, .button-big, .button-small, .form-control, .section-title, h1, h2 {
    line-height: 1.16666667em
}

.section-title, h1 {
    font-size: 1.83333333rem;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px
}

h2 {
    margin-top: 1.8em
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.hide-overflow {
    overflow: hidden
}

.button {
    background-color: #ff69b3;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.08333333rem;
    padding: 6px 10px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none
}

.button:hover {
    background-color: rgba(255, 105, 179, .84)
}

.button:active {
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2) inset;
    padding: 7px 9px 5px 11px
}

.button-blue {
    background-color: #575f62
}

.button-blue:hover {
    background-color: #4e5558
}

.button-red {
    background-color: #D42A2A
}

.button-red:hover {
    background-color: #B81111
}

.button-big {
    font-size: 1.25rem;
    padding: 5px 13px
}

.button-big:active {
    padding: 6px 12px 4px 14px
}

.button-small {
    font-size: .83333333rem;
    padding: 4px 6px
}

.button-small:active {
    padding: 5px 5px 3px 7px
}

.button-disabled, .button:disabled {
    cursor: not-allowed
}

.button-disabled, .button-disabled:hover, .button:disabled, .button:disabled:hover {
    background-color: #838184
}

.button-disabled:active, .button:disabled:active {
    box-shadow: none;
    padding: 5px 10px
}

.button-disabled.button-big:active, .button:disabled.button-big:active {
    padding: 5px 13px
}

.button {
    background: linear-gradient(135deg, #8b2096 0, #ff6ab4 100%)
}

.button.close-popup {
    background: #000
}

.button.show-cart {
    background: #b642a5
}

.button.recalculate-item {
    background: #5a5353
}

.button.load-more {
    background: rgba(139, 32, 150, .81)
}

.button.button-buy-one-click {
    background: linear-gradient(135deg, #ffd819 0, #f7ca00 34%, #f2b900 100%)
}

.button.button-disabled, .button.button:disabled {
    background: rgba(128, 128, 128, .8)
}

.form-group {
    margin-bottom: 10px;
    margin-top: 10px
}

.form-group .control-label {
    display: block;
    margin-bottom: 5px
}

.form-group.has-error, .form-group.has-error .form-control {
    color: red
}

.form-group.has-error .form-control {
    border-color: red
}

.form-group.has-success, .form-group.has-success .form-control {
    color: #5a5353
}

.form-group.has-success .form-control {
    border-color: #b642a5
}

.form-group.has-warning, .form-group.has-warning .form-control {
    color: #f9be10
}

.form-group.has-warning .form-control {
    border-color: #f9be10
}

.form-control {
    background: #fff;
    border: 1px solid #b642a5;
    border-radius: 3px;
    box-sizing: border-box;
    color: #375864;
    font-size: 1rem;
    height: 34px
}

.form-control.inline {
    display: inline-block;
    width: auto
}

.form-control.disabled, .form-control:disabled {
    border-color: #C3C3C3
}

input[type=text].form-control, input[type=email].form-control, input[type=password].form-control, input[type=number].form-control {
    padding: 0 5px
}

textarea.form-control {
    padding: 5px
}

.middle-width-form {
    margin: auto;
    max-width: 400px
}

aside, figcaption, figure, footer, header, main {
    display: block
}

time {
    display: inline
}

.tabs {
    font-size: 0;
    line-height: 0;
    margin-top: 15px
}

.tabs .tab-item {
    background-color: #b642a5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.16666667em;
    margin-right: 1px;
    padding: 15px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.tabs .tab-item.active, .tabs .tab-item:hover {
    background-color: #ff69b4;
    color: #fff
}

.tab-content {
    padding: 20px;
    border: 1px solid #ff69b4;
    border-radius: 0 5px 5px
}

.tab-content h2 {
    margin-top: 0
}

.tab-content div.description {
        font-size: 14px;
        line-height: 1.2;
}

#block {
    position: relative
}

.main-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    min-width: 300px
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_arrow.png) right center no-repeat #5f5c5e;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 1rem;
    line-height: 27px;
    height: 27px;
    margin: 0;
    padding: 0 32px 0 10px;
    border-radius: 5px 5px 0 0;
    border-right: 5px solid #5f5c5e;
    transition: background .5s ease-in-out
}

.custom-radiobox {
    cursor: pointer;
    display: inline-block
}

.custom-radiobox input {
    display: none
}

.custom-radiobox label {
    background: #F2F3F8;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, .1) inset;
    display: block;
    height: 16px;
    position: relative;
    width: 16px
}

.custom-radiobox label:after {
    background: #ff69b4;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(255, 255, 255, .3) inset;
    content: '.';
    display: none;
    font-size: 0;
    height: 10px;
    left: 3px;
    line-height: 0;
    position: absolute;
    top: 3px;
    width: 10px
}

.custom-radiobox label:active:after {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1) inset;
    display: block
}

.custom-radiobox input:checked ~ label:after {
    display: block
}

.radiobox-group {
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 5px
}

.radiobox-group .custom-radiobox {
    margin-right: 10px
}

.radiobox-group .custom-radiobox, .radiobox-group label {
    vertical-align: middle
}

.custom-checkbox {
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle
}

.custom-checkbox input {
    display: none
}

.custom-checkbox label {
    background-color: #F2F3F8;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1) inset;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-right: 6px;
    width: 18px
}

.custom-checkbox input:checked ~ label {
    background-image: url(../images/checkbox-checked.png);
    background-size: contain
}

.custom-checkbox input:disabled ~ label {
    box-shadow: none
}

.custom-checkbox input:checked:disabled ~ label {
    background-image: url(../images/checkbox-checked-disabled.svg);
    cursor: not-allowed
}

.popover {
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    left: 0;
    overflow: auto;
    opacity: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s linear;
    z-index: 500
}

.popover .popup {
    background: #fff;
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, .05), -20px 20px 20px 0 rgba(0, 0, 0, .05);
    margin-top: -50%;
    transition: margin-top .3s linear
}

.popover .popup-padding {
    padding: 20px;
    position: relative
}

.popover .close-popup-button {
    background: url(../images/close-cart-popup.svg) no-repeat;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    z-index: 200
}

.popover .close-popup-button:hover {
    background-position: 0 -20px
}

.popover .close-popup-button:active {
    background-position: 0 -40px
}

.popover.visible {
    opacity: 1;
    transition: opacity .3s linear
}

.popover.visible .popup {
    margin-top: 0;
    transition: margin-top .3s ease-in-out;
    border-radius: 5px
}

.alert {
    border: 1px solid;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px
}

.alert.alert-success, .alert.alert-warning {
    background-color: #b642a5;
    border-color: transparent;
    color: #fff
}

.alert.alert-error {
    background-color: red;
    border-color: transparent;
    color: #fff
}

.alert.alert-info {
    background-color: #ff69b4;
    border-color: transparent;
    color: #fff
}

.page-header .level-1 {
    background: rgba(60, 59, 59, .9);
    color: #fff;
    line-height: 40px
}

.page-header .level-1 a {
    color: #fff
}

.page-header .level-1 .lang-switch {
    display: inline-block;
    float: left;
    font-size: 0
}

.page-header .level-1 .lang-switch a {
    display: inline-block
}

.page-header .level-1 .lang-switch a ~ a {
    margin-left: 10px
}

.page-header .level-1 .lang-switch img {
    vertical-align: middle
}

.page-header .level-1 .menu {
    float: left;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-header .level-1 .menu li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.16666667em;
    margin-left: 10px;
    padding: 0 10px;
    vertical-align: middle
}

.page-header .level-1 .search .name, .page-header .level-1 .search .price {
    font-size: 1.16666667rem;
    line-height: 1.16666667em
}

.page-header .level-1 .menu li ~ li {
    border-left: 1px solid #ff69b4;
    margin-left: 0
}

.page-header .level-1 .menu li:first-child {
    margin-left: 0;
    padding-left: 0
}

.page-header .level-1 .search {
    float: right;
    padding-right: 30px;
    margin-top: 6px;
    width: 35%
}

.page-header .level-1 .search .input {
    background: #fff;
    border: 1px solid #b642a5;
    border-radius: 3px;
    padding-right: 36px
}

.page-header .level-1 .search button, .page-header .level-1 .search input {
    background: #fff;
    border: none;
    box-sizing: border-box;
    display: block;
    height: 26px
}

.page-header .level-1 .search input {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    color: #000;
    float: left;
    padding-left: 5px;
    width: 100%
}

.page-header .level-1 .search button {
    background: url(../images/search.png) center center no-repeat;
    background-size: contain;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
    float: right;
    margin-right: -36px;
    width: 36px
}

.page-header .level-1 .search .results {
    position: relative
}

.page-header .level-1 .search .results-wrapper {
    background: #fff;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 150
}

.page-header .level-1 .search .item {
    color: #183e4c;
    display: block;
    padding: 10px 10px 10px 70px;
    text-decoration: none;
    border-bottom: 1px dashed #eaeaea
}

.page-header .level-1 .search .item:hover {
    background: #f7fafa
}

.page-header .level-1 .search .image {
    float: left;
    line-height: 50px;
    max-height: 50px;
    margin-left: -60px;
    overflow: hidden;
    text-align: center;
    width: 50px
}

.page-header .level-1 .search .image img {
    max-width: 100%;
    vertical-align: middle
}

.page-header .level-1 .search .text {
    float: left;
    width: 100%
}

.page-header .level-1 .search .model {
    color: #75828A;
    margin-top: 5px
}

.page-header .level-1 .search .price {
    color: #ff69b4;
    margin-top: 5px
}

.page-header .level-1 .search .price .old {
    color: #75828A;
    font-size: 1rem;
    margin-right: 10px;
    text-decoration: line-through
}

.page-header .level-1 .search .price .new {
    font-weight: 700
}

.page-header .level-1 .search .see-all-results a {
    display: block;
    padding: 5px 10px;
    text-align: right
}

.page-header .level-1 .customer-cp {
    display: inline-block;
    float: right
}

.page-header .level-1 .customer-cp a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.16666667em;
    vertical-align: middle
}

.page-header .level-1 .customer-cp a ~ a {
    margin-left: 10px
}

.page-header .level-1 .customer-cp .oauth-vk {
    background: url(../images/vkontakte.svg) center no-repeat;
    background-size: contain
}

.page-header .level-1 .customer-cp .oauth-facebook {
    background: url(../images/facebook.svg) center no-repeat;
    background-size: contain
}

.page-header .level-1 .customer-cp .oauth-facebook, .page-header .level-1 .customer-cp .oauth-vk {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin-left: 5px;
    width: 25px
}

.page-header .level-2 {
    background: rgba(255, 255, 255, .7);
    padding-bottom: 5px
}

.page-header .level-2 .columns {
    padding-top: 20px;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex
}

.page-header .level-2 .logo {
    color: #b642a5;
    float: left;
    font-size: 0;
    display: block;
    background: url(../images/main-logo.png) center center no-repeat;
    background-size: contain;
    height: 90px;
    width: 330px;
    margin-left: -350px;
    text-decoration: none;
    text-transform: uppercase
}

.page-header .level-2 .shopping-cart {
    float: right;
    margin-right: -206px;
    padding-top: 10px
}

.page-header .level-2 .shopping-cart a {
    background: url(../images/basket.png) left center no-repeat;
    background-size: contain;
    color: #727272;
    display: block;
    padding-left: 48px;
    text-decoration: none;
    min-height: 46px;
    max-height: 46px
}

.page-header .level-2 .shopping-cart .title {
    color: #b642a5;
    font-size: 1.16666667em;
    line-height: 1em;
    margin-bottom: 4px
}

.page-header .level-2 .search-and-contacts {
    float: right;
    width: 100%;
    padding-top: 10px;
}

.page-header .level-2 .search-and-contacts .contacts .phones {
    background: url(../images/phone.png) left center no-repeat;
    color: #b642a5;
    float: left;
    font-size: 0;
    font-weight: 700;
    line-height: 21px;
    padding-left: 27px;
}

.page-header .level-2 .search-and-contacts .contacts .phones p {
    display: inline-block;
    font-size: 1.25rem;
    margin: 0;
    vertical-align: middle;
}

.page-header .level-2 .search-and-contacts .contacts .callback {
    float: right;
    margin-right: 10px
}

.page-header .level-2 .search-and-contacts .contacts .chat {
    float: right
}

.page-header .level-2 .columns .logo, .page-header .level-2 .columns .search-and-contacts, .page-header .level-2 .columns .shopping-cart {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 33.3%
}

.page-header .level-2 .columns .logo {
    position: relative
}

.page-header .level-2 .columns .logo:after {
    content: 'Интернет-магазин косметики и парфюмерии';
    display: inline-block;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #525151;
    font-weight: 700
}

.page-header .level-2 .columns .search-and-contacts .contacts .phones p, .page-header .level-2 .columns .search-and-contacts .contacts .work__time span {
    display: block
}

.page-header .level-2 .columns .search-and-contacts .contacts .phones {
    font-weight: 400;
    float: none;
    margin-bottom: 10px;
    color: #504f4f
}

.page-header .level-2 .columns .search-and-contacts .contacts .work__time {
    color: #504f4f;
    background: url(../images/work_time.png) left center no-repeat;
    padding-left: 27px
}

.page-header .level-2 .columns .shopping-cart {
    position: relative
}

.page-header .level-2 .columns .shopping-cart a {
    position: absolute;
    right: 0
}

nav {
    background: linear-gradient(135deg, rgba(255, 105, 180, .93) 0, rgba(199, 70, 166, .93) 48%, rgba(139, 32, 150, .93) 100%);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .75);
    font-size: 0;
    line-height: 0;
    position: relative
}

nav .toggle-menu {
    display: none
}

nav .toggle-button {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px
}

nav .toggle-button:after {
    background: url(../images/menu.png) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px
}

nav .toggle-button:active {
    background: #dadada;
    background: linear-gradient(to bottom, #dadada 0, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#f9f9f9', GradientType=0);
    box-shadow: none
}

nav .toggle-button.toggle-main-menu {
    float: right
}

nav .toggle-button.toggle-side-menu {
    display: none;
    float: left
}

nav .toggle-button.toggle-side-menu:after {
    background: url(../images/open-main-menu.svg) -20px 0 no-repeat
}

nav .toggle-button.toggle-side-menu:active:after {
    background-position: -20px -20px
}

nav .first-level-items .rail {
    text-align: center
}

nav .first-level-item-wrapper {
    display: inline-block;
    z-index: 51
}

nav .first-level-item-wrapper .first-level-children-wrapper {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    display: none;
    left: 0;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 50;
    text-align: left
}

nav .first-level-item-wrapper:hover .first-level-children-wrapper {
    display: block
}

nav .first-level-item-wrapper:hover .first-level-item {
    background: #fff;
    box-shadow: 0 4px 0 0 #ff69b4 inset;
    color: #ff69b4
}

nav .first-level-item {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 41px;
    padding: 0 6px;
    position: relative;
    text-transform: uppercase;
    z-index: 52
}

nav .first-level-item, nav .first-level-item:hover {
    text-decoration: none
}

nav .with-top-category-image {
    padding-left: 180px
}

nav .with-top-category-image .top-category-image {
    float: left;
    margin: 20px 0 20px -165px;
    width: 150px;
    overflow: hidden;
    text-align: center
}

nav .with-top-category-image .top-category-image img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

nav .with-top-category-image .second-level-items {
    float: left;
    width: 100%
}

nav .second-level-item-wrapper {
    display: inline-block;
    padding: 40px;
    vertical-align: top
}

nav .second-level-item {
    color: #00c8f2;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.44444444em;
    position: relative;
    text-align: left
}

nav .second-level-item:before {
    background: url(../images/yellow_arr_r.png) left top no-repeat;
    content: '.';
    display: block;
    font-size: 0;
    height: 15px;
    left: -20px;
    line-height: 0;
    position: absolute;
    top: 4px;
    width: 10px
}

nav .third-level-items {
    text-align: left
}

nav .third-level-item {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 19px
}

.login_process-popup {
    margin: auto;
    max-width: 500px
}

.callback-popup {
    margin: auto;
    max-width: 400px
}

#contact-us-form-enquiry-input {
    height: 120px
}

nav .first-level-item-wrapper .first-level-item {
    transition: .5s ease
}

nav .first-level-item-wrapper .first-level-item.active, nav .first-level-item-wrapper .first-level-item:hover {
    background: #fff;
    color: #ff69b4;
    box-shadow: 0 4px 0 0 #b642a5 inset
}

nav .first-level-item-wrapper .first-level-children-wrapper {
    background: linear-gradient(-55deg, #ff69b3 1%, #8b2096 25%, #ff69b3 75%, #8b2096 100%)
}

nav .first-level-item-wrapper .first-level-children-wrapper .second-level-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

nav .first-level-item-wrapper .first-level-children-wrapper .second-level-items .second-level-item-wrapper {
    width: 33.3%;
    padding: 15px 20px
}

nav .first-level-item-wrapper .first-level-children-wrapper .second-level-items .second-level-item {
    color: #fff
}

.page-content {
    margin-top: 20px
}

.page-content.with-left-column {
    padding-left: 230px
}

.page-content .column-left {
    float: left;
    margin-left: -230px;
    width: 220px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 grey;
    color: #5a5353
}

.page-content .column-left .recommendation-right {
    color: #fff;
    padding-top: 30px
}

.page-content .column-left .recommendation-right img {
    width: 100% !important;
    height: auto !important;
    transition: .5s ease-in-out
}

.page-content .column-left .recommendation-right img:nth-child(odd):hover {
    transform: rotate(5deg) scale(1.1, 1.1)
}

.page-content .column-left .recommendation-right img:nth-child(even):hover {
    transform: rotate(-5deg) scale(1.1, 1.1)
}

.page-content .column-left .recommendation-right a:nth-child(odd) img:hover {
    transform: rotate(5deg) scale(1.1, 1.1)
}

.page-content .column-left .recommendation-right a:nth-child(even) img:hover {
    transform: rotate(-5deg) scale(1.1, 1.1)
}

.page-content .column-left .recommendation-right .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.16666667em;
    margin-bottom: .55555556em;
    padding: 0;
    color: #b642a5
}

.page-content.with-right-column {
    padding-right: 200px
}

.page-content .column-right {
    float: right;
    margin-right: -200px;
    width: 190px
}

.page-content.with-left-column .column-center, .page-content.with-right-column .column-center {
    float: left;
    width: 100%
}

.page-content.with-left-column .column-center h1, .page-content.with-right-column .column-center h1 {
    color: #b642a5
}

.bread-block {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    font-size: 14px;
    padding: 0px;
}
.page-content .breadcrumbs, .page-content .breadcrumbs a {
    color: #646e80
}

.page-content .breadcrumbs div {
    font-style: normal;
    padding: 0 5px;
}

.page-content .breadcrumbs .bread-block div:first-child {
    background: url(../images/home.png) left center no-repeat;
    padding-left: 15px
}

.page-footer {
    background: linear-gradient(135deg, rgba(242, 107, 181, .7) 0, rgba(248, 112, 182, .85) 25%, rgba(247, 110, 183, .85) 48%, rgba(247, 110, 183, .9) 73%, rgba(246, 110, 182, .8) 100%);
    margin-top: 20px;
    color: #fff
}

.page-footer a {
    color: #fff
}

.page-footer .level-1 {
    padding-bottom: 20px;
    padding-top: 20px
}

.page-footer .level-1 .column .column-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.16666667em;
    margin-bottom: 10px
}

.page-footer .level-1 .column-articles, .page-footer .level-1 .column-categories, .page-footer .level-1 .column-service {
    float: left;
    width: 20%
}

.page-footer .level-1 .column-articles ul, .page-footer .level-1 .column-categories ul, .page-footer .level-1 .column-service ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer .level-1 .column-articles li, .page-footer .level-1 .column-categories li, .page-footer .level-1 .column-contact-us .skype-and-email, .page-footer .level-1 .column-service li {
    margin-top: 6px
}

.page-footer .level-1 .column-contact-us {
    float: right;
    width: 25%
}

.page-footer .level-1 .column-contact-us address {
    font-style: normal
}

.page-footer .level-1 .column-contact-us .email {
    float: left
}

.page-footer .level-1 .column-contact-us .skype {
    float: right
}

.page-footer .level-1 .column-contact-us .phones {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.16666667em;
    margin-top: 10px
}

.page-footer .level-1 .column-contact-us .phones p {
    display: inline-block;
    margin: 0
}

.page-footer .level-1 .categories-menu {
    border: 1px solid #ccc;
    margin: 20px 0 0;
    padding: 4px;
    text-align: center
}

.page-footer .level-1 .categories-menu ul {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer .level-1 .categories-menu ul li {
    display: inline-block
}

.page-footer .level-1 .categories-menu ul li, .page-footer .level-1 .categories-menu ul li a {
    color: #347790;
    text-decoration: none
}

.page-footer .level-1 .categories-menu ul li a {
    border-radius: 5px;
    display: block;
    font-size: 1rem;
    line-height: 1.16666667em;
    padding: 5px 20px;
    text-transform: uppercase
}

.page-footer .level-1 .categories-menu ul li a:hover {
    background: #00c6ff;
    color: #fff
}

.page-footer .level-2 {
    padding-bottom: 25px;
    padding-top: 45px;
    background: linear-gradient(-135deg, rgba(139, 32, 150, .75) 0, rgba(160, 52, 160, .81176471) 100%);
    border-radius: 0 70% 0 0;
    animation-name: volni;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    border: 1px solid #a92f9e
}

.page-footer .level-2 .column-copyright {
    float: left;
    width: 25%
}

.page-footer .level-2 .column-payment-systems {
    float: left;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 55%
}

.page-footer .level-2 .column-payment-systems span {
    background: center center no-repeat;
    display: inline-block;
    height: 53px
}

.page-footer .level-2 .column-payment-systems span + span {
    margin-left: 40px
}

.page-footer .level-2 .column-payment-systems .master-card {
    background-image: url(../images/mastercard.png);
    width: 69px
}

.page-footer .level-2 .column-payment-systems .webmoney {
    background-image: url(../images/webmoney.png);
    width: 102px
}

.page-footer .level-2 .column-payment-systems .visa {
    background-image: url(../images/visa.png);
    width: 80px
}

.page-footer .level-2 .column-payment-systems .yandex-money {
    background-image: url(../images/yandex.png);
    width: 97px
}

.page-footer .level-2 .column-developer {
    float: right;
    text-align: right;
    width: 20%
}

.products-listing {
    margin-bottom: 30px;
    margin-top: 30px
}

.products-listing .list-title {
    font-size: 2.5rem;
    line-height: 1.16666667em;
    margin-bottom: 10px;
    color: #b642a5
}

.products-listing .image {
    display: block;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    text-align: center
}

.products-listing .image img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%
}

.products-listing .product-name {
    color: #6a6a6b;
    display: block;
    font-size: 1.16666667em;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 10px
}

.products-listing .price {
    color: #ff67b2;
    font-size: 1.83333333rem;
    font-weight: 700;
    line-height: 1.16666667em;
    min-height: 44px
}

.products-listing .price span {
    font-size: .5em
}

.products-listing .price .price-old {
    color: #B8CBD5;
    font-size: .55em;
    line-height: 1.16666667em;
    font-weight: 400;
    text-decoration: line-through
}

.products-listing .price .price-old span {
    font-size: 1em
}

.products-listing .price .price-new {
    font-size: .8em;
    line-height: 1.16666667em
}

.products-listing.tile-like .listing-tile {
    font-size: 0;
    line-height: 0
}

.products-listing.tile-like .tile-margin {
    margin: -7px
}

.products-listing.tile-like .tile-margin .slick-arrow {
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    line-height: 0;
    margin-top: -21px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 42px
}

.products-listing.tile-like .tile-margin .slick-arrow:hover {
    filter: grayscale(.3)
}

.products-listing.tile-like .tile-margin .slick-prev {
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    left: -60px
}

.products-listing.tile-like .tile-margin .slick-next {
    background: url(../images/right.png) no-repeat;
    background-size: contain;
    right: -60px
}

@media all and (max-width: 1199px) {
    .products-listing.tile-like .tile-margin .slick-arrow {
        top: -42px;
        margin-top: 0
    }

    .products-listing.tile-like .tile-margin .slick-prev {
        left: auto;
        right: 59px
    }

    .products-listing.tile-like .tile-margin .slick-next {
        right: 7px
    }
}

@media all and (max-width: 413px) {
    .products-listing.tile-like .tile-margin .slick-arrow {
        top: 50%;
        margin-top: 0
    }

    .products-listing.tile-like .tile-margin .slick-prev {
        left: 0
    }

    .products-listing.tile-like .tile-margin .slick-next {
        right: 0
    }
}

.products-listing.tile-like .product-item {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.16666667em;
    vertical-align: top;
    width: 25%;
    outline: 0
}

.products-listing.tile-like .item-padding {
    padding: 7px
}

.products-listing.tile-like .item-border {
    box-shadow: 0 0 3px 0 rgba(139, 32, 150, .71);
    border-radius: 6px;
    background: #fff;
    padding: 7px;
    position: relative;
    max-width: 240px;
    margin: 0 auto
}

.products-listing.tile-like .item-border .short-desc {
    text-align: center;
    color: #727272;
    padding-top: 5px;
    font-size: 13px
}

.products-listing.tile-like .price-and-add-to-cart {
    margin-top: 8px
}

.products-listing.tile-like .price {
    float: left
}

.products-listing.tile-like .add-to-cart {
    float: right
}

.products-listing.tile-like .product-name {
    height: 2.6em;
    overflow: hidden;
    text-align: center
}

.products-listing.tile-like .category-name {
    color: #B8CBD5;
    font-size: 1.25rem;
    height: 1.16666667em;
    line-height: 1.16666667em;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.products-listing.tile-like .label {
    background: url(../images/labels.png) no-repeat;
    height: 57px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 57px
}

.products-listing.tile-like .label.label-1 {
    background-position: -72px 0
}

.products-listing.tile-like .label.label-2 {
    background-position: -7px 0
}

.products-listing.tile-like .label.label-3 {
    background-position: -135px 0
}

.more_products {
    margin: 10px 0 40px
}

.page-content.with-left-column main .products-listing.tile-like .product-item, .page-content.with-left-column.with-right-column main .products-listing.tile-like .product-item, .page-content.with-right-column main .products-listing.tile-like .product-item {
    width: 33.3333%
}

.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination li {
    display: inline-block;
    padding: 0 3px 0 4px;
    vertical-align: middle
}

.pagination .link {
    background: center center no-repeat #838184;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 25px;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

.pagination .link.link-prev {
    background-image: url(../images/pagination-button-prev.gif);
    font-size: 0
}

.pagination .link.link-next {
    background-image: url(../images/pagination-button-next.gif)
}

.pagination .link.link-next, .pagination .link.link-prev {
    font-size: 0;
    line-height: 0
}

.pagination .link.link-active {
    background: #b642a5;
    color: #fff
}

.mpm-slider-main {
    padding: 20px 0;
    background: linear-gradient(135deg, rgba(255, 105, 180, .59) 0, rgba(199, 70, 166, .52) 48%, rgba(139, 32, 150, .61) 100%);
    text-align: center
}

.mpm-slider-main .slick-list {
    max-width: 1000px;
    margin: 0 auto
}

.mpm-slider-main .slick-slide {
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 1000px;
    height: 370px
}

.mpm-slider-main .slick-slide img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%
}

.mpm-slider-main .slick-dots {
    bottom: 20px;
    font-size: 0;
    left: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    position: absolute;
    right: 0;
    text-align: center
}

.mpm-slider-main .slick-dots li {
    display: inline-block;
    vertical-align: top
}

.mpm-slider-main .slick-dots li button {
    background: 0 0;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 14px;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 14px;
    transition: .5s
}

.mpm-slider-main .slick-dots li.slick-active button {
    border: 2px solid #ff69b4
}

.mpm-slider-main .slick-dots li ~ li {
    margin-left: 5px
}

.mpm-recent-articles-and-news {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .75);
    padding: 25px;
    margin: 30px 0;
    font-size: 0
}

.mpm-recent-articles-and-news .articles, .mpm-recent-articles-and-news .news {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box
}

.mpm-recent-articles-and-news .news {
    padding-left: 15px
}

.mpm-recent-articles-and-news .item {
    width: 100%;
    text-align: left;
    margin-bottom: 35px;
    box-sizing: border-box;
    min-height: 116px
}

.mpm-recent-articles-and-news .item .image-block {
    max-width: 116px;
    width: 100%;
    float: left;
    display: inline;
    text-align: left;
    margin-right: 15px;
    box-sizing: border-box
}

.mpm-recent-articles-and-news .item .image-block .image {
    height: 100%;
    width: 100%
}

.mpm-recent-articles-and-news .item .image-block .image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.mpm-recent-articles-and-news .item .text-block {
    display: table-cell;
    padding-bottom: 30px;
    position: relative
}

.mpm-recent-articles-and-news .item .text-block .title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.16666667em;
    margin-bottom: 10px
}

.mpm-recent-articles-and-news .item .text-block .text {
    padding-top: 3px;
    overflow: hidden;
    color: #727272 !important;
    line-height: 18px;
    font-size: 12px
}

.mpm-recent-articles-and-news .item .text-block .text * {
    margin: 0 !important;
    font-family: Arial, sans-serif !important;
    line-height: 18px !important;
    font-size: 12px !important;
    color: #727272 !important
}

.mpm-recent-articles-and-news .item .text-block .date {
    background: url(../images/calendar.png) left top no-repeat;
    position: absolute;
    bottom: 0;
    width: 110px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px
}

.mpm-manufacturers {
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative
}

.mpm-manufacturers .slick-track {
    margin: 0 auto
}

.mpm-manufacturers a {
    display: block;
    line-height: 200px;
    min-height: 200px;
    text-align: center;
    text-decoration: none
}

.box-categories li.level-2.active a.level-2, .box-categories li.level-3.active a.level-3 {
    text-decoration: underline
}

.mpm-manufacturers img {
    display: inline-block;
    vertical-align: middle
}

.mpm-manufacturers .slick-arrow {
    background-color: transparent;
    background-image: url(../images/products-listing-slider-arrows.svg);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    line-height: 0;
    margin-top: -21px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 42px
}

.mpm-manufacturers .slick-prev {
    background-position: 0 0;
    left: -60px
}

.mpm-manufacturers .slick-next {
    background-position: -42px 0;
    right: -60px
}

@media all and (max-width: 1199px) {
    .mpm-manufacturers .slick-arrow {
        top: -42px;
        margin-top: 0
    }

    .mpm-manufacturers .slick-prev {
        left: auto;
        right: 59px
    }

    .mpm-manufacturers .slick-next {
        right: 7px
    }
}

.mpm-articles, .mpm-news {
    margin: 30px 0;
    font-size: 0
}

.mpm-articles .item, .mpm-news .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 35px;
    box-sizing: border-box
}

.mpm-articles .item:nth-child(2n), .mpm-news .item:nth-child(2n) {
    padding-right: 15px
}

.mpm-articles .item:nth-child(2n-1), .mpm-news .item:nth-child(2n-1) {
    padding-left: 15px
}

.mpm-articles .item .image-block, .mpm-news .item .image-block {
    max-width: 116px;
    width: 100%;
    float: left;
    display: inline;
    text-align: left;
    margin-right: 15px;
    box-sizing: border-box
}

.mpm-articles .item .image-block .image, .mpm-news .item .image-block .image {
    height: 100%;
    width: 100%
}

.mpm-articles .item .image-block .image img, .mpm-news .item .image-block .image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.mpm-articles .item .text-block, .mpm-news .item .text-block {
    display: table-cell;
    padding-bottom: 30px;
    position: relative
}

.mpm-articles .item .text-block .title, .mpm-news .item .text-block .title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.16666667em;
    margin-bottom: 10px
}

.mpm-articles .item .text-block .text, .mpm-news .item .text-block .text {
    padding-top: 3px;
    overflow: hidden;
    color: #727272 !important;
    line-height: 18px;
    font-size: 12px
}

.mpm-articles .item .text-block .text *, .mpm-news .item .text-block .text * {
    margin: 0 !important;
    font-family: Arial, sans-serif !important;
    line-height: 18px !important;
    font-size: 12px !important;
    color: #727272 !important
}

.mpm-articles .item .text-block .date, .mpm-news .item .text-block .date {
    background: url(../images/calendar.png) left top no-repeat;
    position: absolute;
    bottom: 0;
    width: 110px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px
}

.all_articles, .all_news {
    font-size: 0
}

.all_articles h1, .all_news h1 {
    margin-bottom: 10px
}

.all_articles .item, .all_news .item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    font-size: 12px;
    margin-right: 2%;
    box-sizing: border-box;
    text-align: left
}

.all_articles .item h2, .all_news .item h2 {
    margin-top: 20px
}

.all_articles .item h2 a, .all_news .item h2 a {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase
}

.all_articles .item .text, .all_news .item .text {
    color: #727272 !important;
    font-family: Arial, sans-serif !important;
    line-height: 17px !important;
    font-size: 12px !important;
    margin-bottom: 10px
}

.all_articles .item .image, .all_news .item .image {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 0;
    line-height: 0
}

.all_articles .item .date, .all_news .item .date {
    background: url(../images/calendar.png) left top 4px no-repeat;
    width: 100px;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    margin-left: auto;
    float: left;
    line-height: 29px
}

.all_articles .item .view-more > a, .all_news .item .view-more > a {
    line-height: 28px;
    color: #727272
}

.all_articles .item .view-more > a span, .all_news .item .view-more > a span {
    font-size: 14px
}

.article-page h1, .news-page h1 {
    margin-bottom: 20px
}

.article-page .date, .news-page .date {
    font-style: italic;
    color: #727272;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 25px
}

.article-page .article_description .article_image, .article-page .article_description .news_image, .article-page .news_description .article_image, .article-page .news_description .news_image, .news-page .article_description .article_image, .news-page .article_description .news_image, .news-page .news_description .article_image, .news-page .news_description .news_image {
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 0;
    line-height: 0
}

.article-page .article_description .article_image img, .article-page .article_description .news_image img, .article-page .news_description .article_image img, .article-page .news_description .news_image img, .news-page .article_description .article_image img, .news-page .article_description .news_image img, .news-page .news_description .article_image img, .news-page .news_description .news_image img {
    max-width: 100%
}

.box-categories {
    margin-bottom: 15px
}

.box-categories .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.16666667em;
    margin-bottom: .55555556em;
    padding: 0;
    color: #b642a5
}

.box-categories a.level-1, .box-filter .group-title {
    font-size: 1.16666667rem;
    line-height: 1.16666667em;
    font-weight: 700
}

.box-categories ul.level-1 {
    list-style: none;
    margin: 0;
    padding: 0
}

.box-categories li.level-1 {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0
}

.box-categories li.level-1.active a.level-1 {
    color: #5a5353;
    text-decoration: underline
}

.box-categories a.level-1 {
    color: #5a5353
}

.box-categories ul.level-2 {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.box-categories li.level-2 {
    padding-left: 15px
}

.box-categories a.level-2 {
    color: #5a5353
}

.box-categories li.level-2 ~ li.level-2 {
    margin-top: 4px
}

.box-categories ul.level-3 {
    list-style: none;
    margin: 4px 0 0;
    padding: 0
}

.box-categories li.level-3 {
    padding-left: 15px
}

.box-categories a.level-3 {
    color: #5a5353
}

.box-categories li.level-3 ~ li.level-3 {
    margin-top: 4px
}

.box-filter .group-title {
    color: #5a5353;
    display: block;
    margin-bottom: .42857143em
}

.box-filter .selected-options .reset-all {
    color: red
}

.box-filter .selected-options .reset-all:before {
    content: '\00d7\00a0'
}

.box-filter .selected-options .selected-option-values-list {
    line-height: 24px;
    margin-top: 5px
}

.box-filter .selected-options .selected-option-values-list span {
    display: inline-block;
    line-height: 1.16666667em;
    vertical-align: middle
}

.box-filter .selected-options .selected-option-values-list a {
    background: #F2F3F8;
    border-radius: 2px;
    color: #646e80;
    display: inline-block;
    line-height: 20px;
    padding: 0 4px;
    text-decoration: none;
    vertical-align: middle
}

.box-filter .selected-options .selected-option-values-list a:after {
    color: #183e4c;
    content: '\00a0\00d7'
}

.box-filter .selector {
    background: #CDD1E1;
    border-radius: 3px;
    height: 4px;
    margin: 9px 8px 7px 7px;
    position: relative
}

.box-filter .selector .ui-slider-range {
    background: #b642a5;
    height: 4px;
    top: 0
}

.box-filter .selector .ui-slider-handle {
    background: url(../images/price_arrow.png);
    cursor: pointer;
    margin-top: -1px;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 19px
}

.box-filter .inputs {
    font-size: 0;
    line-height: 0;
    margin-bottom: 16px;
    padding: 6px 0;
    text-align: center
}

.box-filter .inputs input {
    border: 2px solid #b642a5;
    border-radius: 5px;
    color: #375864;
    height: 23px;
    padding: 0 3px;
    width: 60px
}

.box-filter .inputs span {
    line-height: 27px
}

.box-filter .inputs input, .box-filter .inputs span {
    display: inline-block;
    font-size: 1rem
}

.box-filter .inputs input ~ input, .box-filter .inputs span {
    margin-left: 4px
}

.box-filter .options {
    margin-bottom: 8px;
    overflow-y: auto;
    max-height: 130px;
    box-sizing: unset;
    position: relative
}

.box-filter .options.ps {
    padding: 14px 0
}

.box-filter .options .option {
    font-size: 0;
    line-height: 19px;
    margin-bottom: 3px;
    padding-left: 26px
}

.box-filter .options .option .custom-checkbox {
    float: left;
    margin-left: -26px
}

.box-filter .options .option .control-label {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 1rem;
    vertical-align: middle;
    width: 100%
}

.box-filter .options .option.disabled .control-label {
    text-decoration: line-through
}

.box-filter .manufacture-link {
    padding: 10px 0
}

.box-filter .manufacture-link a {
    color: #5a5353;
    padding: 2px;
    text-decoration: underline;
    transition: .5s ease;
    font-size: 15px
}

.box-filter .manufacture-link a:hover {
    text-decoration: none;
    color: #b642a5
}

.order-totals, .shopping-cart-content, .shopping-cart-content .shopping-cart-item .name-and-attributes .name a {
    color: #5a5353
}

#polls_box .box__title {
    color: #5a5353;
    display: block;
    font-size: 1.16666667rem;
    font-weight: 700;
    line-height: 1.16666667em;
    margin-bottom: .42857143em
}

#currencies-top {
    float: right;
    margin-right: 10px
}

.currencies-top {
    float: right;
    margin-right: 30px
}

.currencies-top a, .currencies-top b {
    display: inline-block;
    margin-left: 5px
}

.currencies-top b {
    font-size: 1.1em
}

.category-listing-params {
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3
}

.category-listing-params .view-switch {
    float: left
}

.category-listing-params .view-switch button {
    background: center center no-repeat #fff;
    background-size: contain;
    border: none;
    cursor: pointer;
    height: 27px;
    padding: 0;
    margin: 0;
    width: 27px;
    vertical-align: middle
}

.category-listing-params .view-switch .display-columns {
    background-image: url(../images/column.png)
}

.category-listing-params .view-switch .display-list {
    background-image: url(../images/list.png)
}

.category-listing-params .display-items, .category-listing-params .sort-order {
    float: left;
    margin-left: 10px
}

.category-listing-params .block-pagination {
    float: right
}

.category-products-listing-container {
    transition: all .5s
}

.category-products-listing-container.loading {
    opacity: .2;
    transition: all .5s
}

.load-more-products-block {
    margin-bottom: 20px
}

.category-description {
    margin-top: 30px
}

.category-description .category-image {
    margin-bottom: 10px;
    margin-left: 10px
}

.shopping-cart-content .shopping-cart-item {
    font-size: 0;
    line-height: 0
}

.shopping-cart-content .shopping-cart-item .cost, .shopping-cart-content .shopping-cart-item .image, .shopping-cart-content .shopping-cart-item .name-and-attributes, .shopping-cart-content .shopping-cart-item .price, .shopping-cart-content .shopping-cart-item .quantity, .shopping-cart-content .shopping-cart-item .remove {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.16666667em;
    vertical-align: middle
}

.shopping-cart-content .shopping-cart-item .image {
    line-height: 100px;
    text-align: center;
    width: 14%
}

.shopping-cart-content .shopping-cart-item .image a, .shopping-cart-content .shopping-cart-item .image img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

.shopping-cart-content .shopping-cart-item .image a {
    max-height: 100px;
    max-width: 100px;
    min-width: 100px;
    min-height: 100px;
    overflow: hidden;
    box-shadow: 0 0 3px 0 #b642a5;
    border-radius: 5px
}

.shopping-cart-content .shopping-cart-item .image img {
    height: auto
}

.shopping-cart-content .shopping-cart-item .name-and-attributes {
    width: 46%
}

.shopping-cart-content .shopping-cart-item .cost, .shopping-cart-content .shopping-cart-item .price, .shopping-cart-content .shopping-cart-item .quantity, .shopping-cart-content .shopping-cart-item .remove {
    text-align: center;
    width: 10%
}

.shopping-cart-content .shopping-cart-item .cost, .shopping-cart-content .shopping-cart-item .name-and-attributes, .shopping-cart-content .shopping-cart-item .price, .shopping-cart-content .shopping-cart-item .quantity, .shopping-cart-content .shopping-cart-item .remove {
    padding-left: 10px
}

.shopping-cart-content .shopping-cart-item .quantity .button {
    margin-top: 5px
}

.shopping-cart-content .shopping-cart-item.no-image .name-and-attributes {
    margin-left: 14%
}

.shopping-cart-content .shopping-cart-item.no-name .price {
    margin-left: 60%
}

.shopping-cart-content .shopping-cart-item.item-heading {
    font-weight: 700
}

.shopping-cart-content .shopping-cart-item ~ .shopping-cart-item {
    margin-top: 10px
}

.buttons-block {
    line-height: 2.91666667rem;
    margin-bottom: .28571429em;
    margin-top: .28571429em
}

.product-page .images-and-details {
    padding-left: 400px
}

.product-page .images-and-details .images {
    position: relative;
    float: left;
    margin-left: -400px;
    text-align: center;
    width: 380px
}

.product-page .images-and-details .images .primary-image {
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 0
}

.product-page .images-and-details .images .primary-image a {
    display: block;
    line-height: 380px;
    height: 380px
}

.product-page .images-and-details .images .primary-image img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.product-page .images-and-details .images .primary-image .label {
    background-image: url(../images/labels.png);
    background-repeat: no-repeat;
    height: 57px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 57px;
    z-index: 1
}

.product-page .images-and-details .images .primary-image .label.label-1 {
    background-position: -72px 0
}

.product-page .images-and-details .images .primary-image .label.label-2 {
    background-position: -7px 0
}

.product-page .images-and-details .images .primary-image .label.label-3 {
    background-position: -135px 0
}

.product-page .images-and-details .images .primary-image .slick-arrow {
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    line-height: 0;
    margin-top: -21px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 42px;
    z-index: 3
}

.product-page .images-and-details .images .primary-image .slick-prev {
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    left: 10px
}

.product-page .images-and-details .images .primary-image .slick-next {
    background: url(../images/right.png) no-repeat;
    background-size: contain;
    right: 10px
}

.product-page .images-and-details .images .secondary-images {
    margin-top: 10px;
    white-space: nowrap;
    position: relative;
    font-size: 0
}

.product-page .images-and-details .images .secondary-images .secondary-images__item {
    display: inline-block;
    width: 33.3333%;
    box-sizing: border-box;
    text-align: center;
    padding-right: 5px;
    margin-bottom: 10px
}

.product-page .images-and-details .images .secondary-images .secondary-images__item .image-border {
    border: 2px solid #fff;
    box-sizing: border-box;
    line-height: 117px;
    height: 121px;
    overflow: hidden;
    cursor: pointer;
    transition: .5s
}

.product-page .images-and-details .images .secondary-images .secondary-images__item .image-border img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.product-page .images-and-details .images .secondary-images .secondary-images__item.active .image-border {
    border: 2px solid #b642a5;
    border-radius: 5px
}

.product-page .images-and-details .details {
    float: left;
    width: 100%
}

.product-page .images-and-details .details .rating {
    font-size: 0;
    line-height: 0
}

.product-page .images-and-details .details .rating .scale {
    background: url(../images/rating-stars.svg) repeat-x;
    display: inline-block;
    position: relative;
    z-index: 48
}

.product-page .images-and-details .details .rating .indicator {
    background: url(../images/rating-stars.svg) 0 -17px repeat-x;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0
}

.product-page .images-and-details .details .rating .indicator.value-1 {
    width: 18px
}

.product-page .images-and-details .details .rating .indicator.value-2 {
    width: 36px
}

.product-page .images-and-details .details .rating .indicator.value-3 {
    width: 54px
}

.product-page .images-and-details .details .rating .indicator.value-4 {
    width: 72px
}

.product-page .images-and-details .details .rating .indicator.value-5 {
    width: 90px
}

.product-page .images-and-details .details .rating .rate {
    display: inline-block;
    height: 17px;
    position: relative;
    width: 18px;
    z-index: 50
}

.product-page .images-and-details .details .rating .rate.mark-1:hover ~ .indicator {
    width: 18px
}

.product-page .images-and-details .details .rating .rate.mark-2:hover ~ .indicator {
    width: 36px
}

.product-page .images-and-details .details .rating .rate.mark-3:hover ~ .indicator {
    width: 54px
}

.product-page .images-and-details .details .rating .rate.mark-4:hover ~ .indicator {
    width: 72px
}

.product-page .images-and-details .details .rating .rate.mark-5:hover ~ .indicator {
    width: 90px
}

.product-page .images-and-details .details .rating .cover {
    background: url(../images/wait.gif) center center no-repeat #fff;
    bottom: 0;
    cursor: wait;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 51
}

.product-page .images-and-details .details .manufacturer, .product-page .images-and-details .details .model {
    margin-top: 5px
}

.product-page .images-and-details .details .add-to-cart, .product-page .images-and-details .details .price-block {
    margin-top: 10px
}

.product-page .images-and-details .details .manufacturer a {
    color: #ff69b4
}

.product-page .images-and-details .details .price-block .price {
    font-size: 3rem;
    line-height: 1.16666667em
}

.product-page .images-and-details .details .price-block .old-price {
    color: #c1d2db;
    font-size: 1.83333333rem;
    line-height: 1.16666667em;
    text-decoration: line-through
}

.product-page .images-and-details .details .characteristics table {
    border: none
}

.product-page .images-and-details .details .characteristics th {
    font-weight: 400;
    text-align: left
}

.product-page .images-and-details .details .characteristics td {
    padding-left: 10px
}

.product-page .images-and-details .details .characteristics h2, .product-page .images-and-details .details .info h2 {
    font-size: 1.17em;
    line-height: 1.16666667em;
    margin-bottom: 1em;
    margin-top: 1em
}

.product-page .images-and-details .details .compare-wishlist {
    margin-top: 10px
}

.product-page .images-and-details .details .compare-wishlist .compare-item, .product-page .images-and-details .details .compare-wishlist .wishlist-item {
    display: inline-block;
    line-height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-page .images-and-details .details .compare-wishlist .compare-item .custom-checkbox label, .product-page .images-and-details .details .compare-wishlist .wishlist-item .custom-checkbox label {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #b642a5;
    width: 16px;
    height: 16px;
    margin-right: 3px
}

.product-page .images-and-details .details .compare-wishlist .compare-item a, .product-page .images-and-details .details .compare-wishlist .compare-item img, .product-page .images-and-details .details .compare-wishlist .compare-item label, .product-page .images-and-details .details .compare-wishlist .compare-item span, .product-page .images-and-details .details .compare-wishlist .wishlist-item a, .product-page .images-and-details .details .compare-wishlist .wishlist-item img, .product-page .images-and-details .details .compare-wishlist .wishlist-item label, .product-page .images-and-details .details .compare-wishlist .wishlist-item span {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.product-page .images-and-details .details .compare-wishlist .compare-item label, .product-page .images-and-details .details .compare-wishlist .wishlist-item label {
    color: #b642a5
}

.product-page .images-and-details .details .compare-wishlist .wishlist-item {
    margin-left: 10px
}

#textz {
    min-height: 120px
}

.block-captcha {
    padding-left: 130px
}

.block-captcha .block-image {
    float: left;
    margin-left: -130px;
    width: 120px
}

.block-captcha .block-image .refresh-link {
    margin-top: 10px;
    text-align: center
}

.block-captcha .block-image .refresh-link span {
    border-bottom: 1px dashed #ccc;
    color: #ccc;
    cursor: pointer;
    display: inline-block
}

.block-captcha .block-input {
    float: left;
    width: 100%
}

.related-products .related-product {
    font-size: 0;
    line-height: 0
}

.related-products .related-product .add-to-cart, .related-products .related-product .equals, .related-products .related-product .plus, .related-products .related-product .product {
    display: inline-block;
    vertical-align: middle
}

.related-products .related-product .add-to-cart, .related-products .related-product .product {
    width: 25%
}

.related-products .related-product .equals, .related-products .related-product .plus {
    color: #00d1ff;
    font-size: 5.33333333rem;
    line-height: 1.16666667em;
    text-align: center;
    width: 12.5%
}

.related-products .related-product .plus:after {
    content: '+'
}

.related-products .related-product .equals:after {
    content: '='
}

.related-products .related-product .add-to-cart, .related-products .related-product .product {
    font-size: 1rem;
    line-height: 1.16666667em
}

.related-products .related-product .add-to-cart {
    text-align: center
}

.related-products .related-product .add-to-cart .price-new {
    color: #183E4C;
    font-size: 2.16666667rem;
    font-weight: 700;
    line-height: 1.16666667em
}

.related-products .related-product .add-to-cart .price-old {
    color: #B8CBD5;
    font-size: 1.66666667rem;
    font-weight: 400;
    line-height: 1.16666667em;
    margin-top: 4px;
    text-decoration: line-through
}

.related-products .related-product .add-to-cart .discount {
    color: #55981d;
    font-size: 1.33333333rem;
    line-height: 1.16666667em;
    margin-bottom: 4px
}

.related-products .related-product .add-to-cart .discount:before {
    content: '\2212'
}

.related-products .related-product .add-to-cart .buttons {
    margin-top: 10px
}

.related-products .related-product .product {
    position: relative
}

.related-products .related-product .product .image {
    display: block;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
    text-align: center
}

.related-products .related-product .product .image img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.related-products .related-product .product .product-name {
    color: #00BFFF;
    display: block;
    font-size: 1.16666667em;
    font-weight: 700;
    height: 2.6em;
    line-height: 1.3em;
    margin-top: 10px;
    overflow: hidden
}

.related-products .related-product .product .price {
    color: #183E4C;
    font-size: 2.16666667rem;
    font-weight: 700;
    line-height: 1.16666667em;
    min-height: 44px
}

.related-products .related-product .product .price span {
    font-size: .5em
}

.related-products .related-product .product .price .price-old {
    color: #B8CBD5;
    font-size: .55em;
    line-height: 1.16666667em;
    font-weight: 400;
    text-decoration: line-through
}

#wishlist_bg, .gocomparelink, .shipping-and-payment-methods .module-title {
    font-weight: 700
}

.related-products .related-product .product .price .price-old span {
    font-size: 1em
}

.related-products .related-product .product .price .price-new {
    font-size: .8em;
    line-height: 1.16666667em
}

.related-products .related-product .product .category-name {
    color: #B8CBD5;
    font-size: 1.25rem;
    height: 1.16666667em;
    line-height: 1.16666667em;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.related-products .related-product .product .label {
    background-image: url(../images/labels.png);
    background-repeat: no-repeat;
    height: 57px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 57px;
    z-index: 1
}

.related-products .related-product .product .label.label-1 {
    background-position: -72px 0
}

.related-products .related-product .product .label.label-2 {
    background-position: -7px 0
}

.related-products .related-product .product .label.label-3 {
    background-position: -135px 0
}

.related-products .related-product ~ .related-product {
    margin-top: 20px
}

.buy-one-click-popup {
    margin: auto;
    max-width: 400px;
    color: #5a5353
}

.buy-one-click-popup h1 {
    color: #ff69b4
}

.lightbox-popover {
    padding: 0
}

.lightbox-popover .lightbox-popup {
    height: 80%;
    position: absolute;
    width: 80%
}

.lightbox-popover .popup-padding {
    box-sizing: border-box
}

.lightbox-popover .popup-content, .lightbox-popover .popup-padding {
    height: 100%;
    position: relative
}

.lightbox-popover .popup-content {
    font-size: 0;
    line-height: 0;
    text-align: center
}

.lightbox-popover .popup-content .table {
    border: none;
    border-collapse: collapse;
    display: table;
    height: 100%;
    position: relative;
    width: 100%
}

.lightbox-popover .popup-content .tbody {
    display: table-row-group
}

.lightbox-popover .popup-content .trow {
    display: table-row
}

.lightbox-popover .popup-content .tcell {
    display: table-cell
}

.lightbox-popover .popup-content img {
    height: auto;
    width: auto
}

.lightbox-popover .popup-content .primary-image {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.lightbox-popover .popup-content .primary-image img {
    display: block;
    left: 50%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%
}

.lightbox-popover .popup-content .secondary-images {
    padding-top: 20px;
    vertical-align: bottom
}

.lightbox-popover .popup-content .secondary-images a {
    border: 1px solid transparent;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin: 3px;
    overflow: hidden;
    padding: 5px;
    width: 80px;
    border-radius: 3px
}

.lightbox-popover .popup-content .secondary-images a img {
    vertical-align: inherit
}

.lightbox-popover .popup-content .secondary-images a.active {
    border: 1px solid #b642a5
}

.lightbox-popover .popup-content .secondary-images img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.lightbox-popover .arrow {
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    line-height: 0;
    margin-top: -21px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 42px
}

.lightbox-popover .arrow-prev {
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    left: 10px
}

.lightbox-popover .arrow-next {
    background: url(../images/right.png) no-repeat;
    background-size: contain;
    right: 10px
}

#addfomz, .comment_form {
    max-width: 520px
}

#addfomz input[type=text], .comment_form input[type=text] {
    max-width: 278px
}

#login, .checkout .checkout-left input.form-control {
    max-width: 300px
}

#addfomz .block-captcha, .comment_form .block-captcha {
    float: left
}

#addfomz .form-control, .comment_form .form-control {
    border: 1px solid #ccc;
    border-radius: 3px
}

.checkout {
    background: #fff;
    padding: 15px 50% 15px 15px;
    margin-top: 25px;
    box-shadow: 0 0 3px 0 #5a5353;
    border-radius: 5px;
    color: #5a5353
}

.checkout .checkout-left {
    float: left;
    width: 100%
}

.checkout .checkout-right {
    float: right;
    margin-right: -100%;
    width: 80%
}

.checkout .checkout-right .column-padding {
    background-color: #fff;
    border: 2px solid #ff69b4;
    border-radius: 10px;
    padding: 20px
}

.checkout .order-totals {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 20px
}

#login .buttons-block {
    float: left;
    margin: 0
}

.login_page_soc {
    float: right;
    line-height: 35px
}

.login_page_soc a {
    display: inline-block;
    width: 27px;
    height: 27px;
    font-size: 0;
    vertical-align: middle
}

.login_page_soc a:not(:last-child) {
    margin-right: 5px
}

.login_page_soc a.fb {
    background: url(../images/facebook.svg) center no-repeat;
    background-size: contain
}

.login_page_soc a.vk {
    background: url(../images/vkontakte.svg) center no-repeat;
    background-size: contain
}

.checkout-cart h2 {
    margin-top: 0
}

.checkout-cart .cart-item {
    margin-top: 15px;
    padding-left: 110px
}

.checkout-cart .item-image {
    background: #fff;
    border-radius: 5px;
    display: block;
    float: left;
    line-height: 100px;
    margin-left: -110px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 100px
}

.checkout-cart .item-image img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.checkout-cart .everything-else {
    float: left;
    width: 100%
}

.checkout-cart .item-name {
    font-size: 1.16666667rem;
    line-height: 1.16666667em
}

.checkout-cart .item-name a {
    color: #000;
    text-decoration: underline
}

.checkout-cart .item-attributes {
    font-size: .91666667rem;
    line-height: 1.16666667em;
    list-style: none;
    margin-top: 10px;
    padding-left: 20px
}

.checkout-cart .item-attributes li:before {
    content: '\2014\00a0'
}

.checkout-cart .item-total {
    list-style: none;
    padding-left: 0
}

.shipping-and-payment-methods .method-item {
    margin-bottom: 1em;
    margin-top: 1em;
    padding-left: 25px
}

.shipping-and-payment-methods .custom-radiobox {
    float: left;
    margin-left: -25px
}

.shipping-and-payment-methods .method-title {
    color: #B8CBD5;
    font-size: .91666667rem;
    line-height: 1.16666667em;
    margin-top: 4px
}

.shipping-and-payment-methods .method-cost {
    margin-top: 4px
}

#checkout-form-comments-textarea {
    height: 100px
}

#create-account-form {
    margin: auto;
    max-width: 400px
}

.login-page .login-columns {
    margin: auto;
    max-width: 800px
}

.login-page .login-columns .column {
    float: left;
    width: 50%
}

.login-page .login-columns .column-login .column-padding {
    padding-right: 10px
}

.login-page .login-columns .column-register .column-padding {
    padding-left: 10px
}

.soc_er {
    font-size: 14px;
    line-height: normal;
    text-align: left;
    padding: 0
}

.soc_create .text, .soc_login .text {
    overflow: hidden;
    font-size: 14px;
    line-height: normal;
    padding-left: 10px;
    box-sizing: border-box
}

.account-history-table-wrapper, .compare-slide {
    overflow-x: auto
}

.soc_create .text > p, .soc_login .text > p {
    margin-top: 0
}

.account-history-table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    color: #fff
}

.account-history-table th {
    background-color: #b642a5;
    text-align: left
}

.account-history-table td, .account-history-table th {
    padding: 5px
}

.account-history-table thead tr {
    border-bottom: 1px solid #e4e4e4
}

.account-history-table tbody tr ~ tr {
    border-top: 1px solid #e4e4e4
}

.account-history-table tbody tr:nth-child(even) {
    background-color: rgba(139, 32, 150, .36)
}

.account-history-table tbody tr:nth-child(odd) {
    background-color: rgba(139, 32, 150, .55)
}

.account-history-table tbody tr td:last-child {
    text-align: right
}

.account-history-table tbody tr:last-child {
    border-bottom: 2px solid #d6d6d6
}

.address-book-page .address-book-entry {
    padding: 10px 130px 10px 10px;
    border-radius: 5px
}

.address-book-page .address-book-entry .content {
    float: left;
    width: 100%
}

.address-book-page .address-book-entry .buttons {
    float: right;
    margin-right: -120px;
    width: 100px
}

.address-book-page .address-book-entry .buttons .button ~ .button {
    margin-top: 10px
}

.article-entry .entry-meta, .article-entry .entry-readmore {
    margin-bottom: 1em;
    margin-top: 1em
}

.address-book-page .address-book-entry .buttons .button-red {
    background: #e63737
}

.address-book-page .address-book-entry .buttons .button-blue {
    background: #504f4f
}

.address-book-page .address-book-entry:nth-child(even) {
    background-color: #b642a5;
    color: #fff
}

.article-entry .entry-meta {
    color: #646e80
}

.compare-table {
    border: 1px solid #eee;
    border-collapse: collapse;
    table-layout: fixed
}

.compare-table td, .compare-table th {
    border: 1px solid #eee;
    padding: 5px;
    vertical-align: top;
    width: 200px
}

.compare-table tr:first-child td, .compare-table tr:first-child th {
    border: none
}

.compare-table tr:nth-child(2n) td:nth-child(2n) {
    background-color: #f7f7f7
}

.compare-table th {
    text-align: left
}

.compare-table td {
    text-align: center
}

.html-invoice-iframe {
    width: 100%;
    height: 600px
}

#allbrands h1 {
    text-align: center
}

#allbrands .allbrands_list .symbol-list .symbol {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    border-bottom: 1px solid #9fd1f0
}

#allbrands .allbrands_list .symbol-list .list {
    font-size: 0
}

#allbrands .allbrands_list .symbol-list .list .list-item {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    text-align: center;
    margin: 20px 0
}

#allbrands .allbrands_list .symbol-list .list .list-item .image {
    display: block;
    line-height: 58px;
    height: 65px;
    max-width: 145px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding: 3px
}

#allbrands .allbrands_list .symbol-list .list .list-item .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%
}

#allbrands .allbrands_list .symbol-list .list .list-item .name {
    margin-top: 15px;
    color: #727272
}

@media screen and (max-width: 767px) {
    #allbrands .allbrands_list .symbol-list .list .list-item {
        width: 33.3333%
    }
}

@media all and (max-width: 999px) {
    .main-width {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media all and (max-width: 600px) {
    * {
        cursor: pointer
    }

    .product-page .tabs .tab-item {
        width: 100%;
        border-radius: 0
    }

    .product-page .tabs .tab-item:first-child {
        border-radius: 5px 5px 0 0
    }

    .product-page .tabs .tab-item:last-child {
        border-radius: 0 0 5px 5px
    }
}

@media all and (max-width: 920px) {
    .products-listing.tile-like .product-item {
        width: 25%
    }

    .page-content.with-left-column main .products-listing.tile-like .product-item, .page-content.with-right-column main .products-listing.tile-like .product-item {
        width: 33.3333%
    }

    .page-content.with-left-column.with-right-column main .products-listing.tile-like .product-item {
        width: 50%
    }
}

@media all and (max-width: 750px) {
    .page-content.with-left-column main .products-listing.tile-like .product-item, .page-content.with-left-column.with-right-column main .products-listing.tile-like .product-item, .page-content.with-right-column main .products-listing.tile-like .product-item, .products-listing.tile-like .product-item {
        width: 50%
    }
}

@media all and (max-width: 500px) {
    .products-listing .image {
        height: 150px;
        line-height: 150px
    }

    .products-listing.tile-like .tile-margin {
        margin: -5px
    }

    .products-listing.tile-like .item-padding {
        padding: 5px
    }

    .products-listing.tile-like .price {
        float: none;
        text-align: center
    }

    .products-listing.tile-like .add-to-cart {
        float: none;
        clear: both;
        text-align: center
    }
}

@media all and (max-width: 800px) {
    .mpm-recent-articles-and-news .articles, .mpm-recent-articles-and-news .news {
        display: block;
        width: 100%;
        padding-left: 0;
        text-align: center
    }

    .mpm-recent-articles-and-news .articles .section-title, .mpm-recent-articles-and-news .news .section-title {
        text-align: left
    }

    .mpm-recent-articles-and-news .articles {
        margin-bottom: 30px
    }
}

@media all and (max-width: 1000px) {
    .mpm-slider-main {
        padding: 0
    }

    .mpm-slider-main .slick-list, .mpm-slider-main .slick-slide {
        max-width: none
    }

    .mpm-slider-main .slick-dots {
        bottom: 0
    }
}

@media screen and (max-width: 800px) {
    .mpm-articles .item, .mpm-news .item {
        width: 100%;
        padding: 0 !important;
        display: block
    }

    .all_articles .item, .all_news .item {
        display: block;
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 600px) {
    .all_articles .article, .all_news .article {
        display: block;
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 500px) {
    .all_articles .article h2 a, .all_news .article h2 a {
        font-size: 14px
    }
}

@media all and (max-width: 920px) {
    nav {
        padding: 5px 0
    }

    nav > * {
        transition: .5s ease
    }

    nav .toggle-menu {
        display: block
    }

    nav .first-level-items {
        display: none
    }

    nav .first-level-items.visible {
        display: block;
        position: absolute;
        z-index: 100;
        background-color: rgba(0, 0, 0, .2);
        left: 0;
        right: 0
    }

    nav .rail {
        background: linear-gradient(135deg, rgba(255, 105, 180, .93) 0, rgba(199, 70, 166, .93) 48%, rgba(139, 32, 150, .93) 100%);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
        max-height: 100%;
        overflow: auto
    }

    nav .first-level-item-wrapper {
        display: block;
        padding: 3px
    }

    nav .first-level-item-wrapper .first-level-children-wrapper .top-category-image, nav .first-level-item-wrapper:hover .first-level-children-wrapper {
        display: none
    }

    nav .first-level-item-wrapper .first-level-children-wrapper {
        display: none;
        overflow: hidden;
        position: static;
        box-shadow: none;
        transition: .3s;
        background: rgba(255, 255, 255, .18);
        margin: 0 -5px
    }

    nav .first-level-item-wrapper .first-level-children-wrapper .with-top-category-image {
        padding: 0
    }

    nav .first-level-item-wrapper .first-level-children-wrapper .second-level-items {
        padding: 10px;
        box-sizing: border-box;
        margin: 0 -10px 10px
    }

    nav .first-level-item-wrapper .first-level-children-wrapper .second-level-items .second-level-item-wrapper {
        padding: 0;
        display: block;
        width: 50%
    }

    nav .first-level-item-wrapper .first-level-children-wrapper .second-level-items .second-level-item-wrapper .third-level-items {
        margin-left: 10px
    }

    nav .first-level-item-wrapper .first-level-children-wrapper .second-level-items .second-level-item-wrapper .third-level-items .third-level-item {
        line-height: 20px
    }

    nav .first-level-item-wrapper .first-level-children-wrapper .second-level-item {
        font-size: 14px;
        line-height: 26px
    }

    nav .first-level-item-wrapper .first-level-children-wrapper .second-level-item:before {
        content: ' ';
        display: none
    }

    nav .first-level-item-wrapper .first-level-item {
        line-height: 38px;
        padding: 0 10px;
        margin: 0 -5px
    }

    nav .first-level-item-wrapper .first-level-item.open {
        margin-left: -5px;
        margin-right: -5px
    }

    nav .first-level-item-wrapper .first-level-item.open + .first-level-children-wrapper {
        display: block
    }

    nav .toggle-button.toggle-side-menu {
        display: inline-block
    }

    nav.fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100
    }

    body.nav-fixed nav .first-level-items.visible {
        height: -o-calc(100vh - 37px);
        height: calc(100vh - 37px)
    }

    body.nav-fixed nav .toggle-button.toggle-side-menu {
        display: inline-block;
        margin-left: 45px
    }

    body.nav-fixed .page-header .level-2 .shopping-cart {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        padding: 3px;
        pointer-events: none;
        float: none;
        margin-right: 0
    }

    body.nav-fixed .page-header .level-2 .shopping-cart a {
        font-size: 0;
        line-height: 0;
        min-height: 35px;
        position: relative;
        pointer-events: all;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px
    }

    body.nav-fixed .page-header .level-2 .shopping-cart .quantity {
        background: #ffe417;
        border: 1px solid #dad39c;
        border-radius: 12px;
        color: #1e6782;
        display: block;
        font-size: 12px;
        left: -7px;
        line-height: 20px;
        min-width: 20px;
        position: absolute;
        text-align: center;
        top: 3px
    }

    body.nav-fixed .page-header {
        padding-bottom: 42px
    }

    body.nav-fixed.nav-open {
        overflow: hidden
    }

    nav .rail .first-level-item-wrapper:hover .first-level-item, nav .rail .first-level-item.active, nav .rail .first-level-item:hover {
        background: #fff;
        box-shadow: none
    }
}

@media all and (max-width: 1000px) {
    .page-header .level-1 .menu {
        display: none;
        overflow: hidden
    }
}

@media all and (max-width: 840px) {
    .page-header .level-2 {
        padding-bottom: 12px;
        position: relative
    }

    .page-header .level-2 .columns {
        padding-left: 0;
        padding-right: 0
    }

    .page-header .level-2 .logo {
        float: none;
        margin-left: 0;
        margin-right: 50px;
        margin-top: 0
    }

    .page-header .level-2 .shopping-cart {
        float: none;
        margin-right: 0;
        padding-bottom: 12px;
        position: absolute;
        right: 0;
        top: 30px
    }

    .page-header .level-2 .shopping-cart a {
        font-size: 0;
        line-height: 0;
        min-height: 35px;
        position: relative
    }

    .page-header .level-2 .shopping-cart .quantity {
        background: #ffe417;
        border: 1px solid #dad39c;
        border-radius: 12px;
        color: #1e6782;
        display: block;
        font-size: 12px;
        left: -5px;
        line-height: 20px;
        min-width: 20px;
        position: absolute;
        text-align: center;
        top: -5px
    }

    .page-header .level-2 .search-and-contacts {
        float: none
    }
}

@media all and (max-width: 600px) {
    .page-header .level-2 .columns {
        -ms-flex-flow: wrap row;
        flex-flow: wrap row
    }

    .page-header .level-2 .columns .search-and-contacts {
        width: 70%;
        -ms-flex-order: 2;
        order: 2
    }

    .page-header .level-2 .columns .logo {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 20px
    }

    .page-header .level-2 .columns .shopping-cart {
        width: 30%;
        -ms-flex-order: 3;
        order: 3
    }
}

@media all and (max-width: 820px) {
    .page-header .level-1 .search {
        float: left;
        width: 55%
    }
}

@media all and (max-width: 420px) {
    .page-header .level-2 .shopping-cart {
        top: 0
    }

    .page-header .level-2 .logo {
        margin-top: 15px;
        margin-bottom: 10px
    }
}

@media all and (max-width: 414px) {
    nav .first-level-item-wrapper .first-level-children-wrapper .second-level-items .second-level-item-wrapper {
        width: 100%;
        padding: 3px 0
    }
}

@media all and (max-width: 920px) {
    .page-footer .level-1 .column-contact-us {
        width: 35%
    }
}

@media all and (max-width: 768px) {
    @keyframes volni {
        0% {
            border-radius: 0 50% 0 0
        }
        50% {
            background: rgba(109, 26, 118, .75);
            border-radius: 50% 0 0
        }
        100% {
            background: rgba(139, 32, 150, .75);
            border-radius: 0 50% 0 0
        }
    }.page-footer .level-1 .columns {
         font-size: 0;
         line-height: 0
     }

    .page-footer .level-1 .column {
        display: inline-block;
        float: none;
        font-size: 1rem;
        line-height: 1.16666667em;
        vertical-align: top
    }

    .page-footer .level-1 .column-articles, .page-footer .level-1 .column-categories, .page-footer .level-1 .column-contact-us, .page-footer .level-1 .column-service {
        width: 50%
    }

    .page-footer .level-1 .column-categories, .page-footer .level-1 .column-service {
        margin-bottom: 20px
    }
}

@media all and (max-width: 600px) {
    .page-footer .level-2 .column-copyright, .page-footer .level-2 .column-developer, .page-footer .level-2 .column-payment-systems {
        display: block;
        width: 100%
    }

    .page-footer .level-2 .column-developer {
        text-align: left
    }
}

#copm_qty, #wishlist_bg, #wishlist_sum, .comp_options, .compare_block__delete, .gocomparelink {
    text-align: center
}

@media all and (max-width: 500px) {
    .page-footer .level-1 .column {
        display: block
    }

    .page-footer .level-1 .column-articles, .page-footer .level-1 .column-categories, .page-footer .level-1 .column-contact-us, .page-footer .level-1 .column-service {
        width: 100%
    }

    .page-footer .level-1 .column-articles {
        margin-bottom: 20px
    }
}

@media all and (max-width: 920px) {
    .page-content.with-left-column {
        padding-left: 0
    }

    .page-content .column-left {
        margin-left: 0
    }

    .page-content .column-left .column-wrapper {
        box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, .1);
        margin-left: -210px;
        transition: margin-left .5s ease-in-out
    }

    .page-content .column-left.visible .column-wrapper {
        margin-left: 0;
        transition: margin-left .5s ease-in-out
    }

    .page-content.with-right-column {
        padding-right: 0
    }

    .page-content .column-right {
        margin-right: 0
    }

    .page-content .column-right .column-wrapper {
        box-shadow: -20px 20px 20px 0 rgba(0, 0, 0, .1);
        margin-right: -210px;
        transition: margin-right .5s ease-in-out
    }

    .page-content .column-right.visible .column-wrapper {
        margin-right: 0;
        transition: margin-right .5s ease-in-out
    }

    .page-content .side-column {
        background-color: rgba(0, 0, 0, .2);
        bottom: 0;
        left: 0;
        opacity: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity .5s ease-in-out, visibility 0s step-end .5s;
        visibility: hidden;
        width: auto;
        z-index: 150
    }

    .page-content .side-column.visible {
        opacity: 1;
        transition: opacity .5s ease-in-out, visibility 0s step-start;
        visibility: visible
    }

    .page-content .side-column .column-wrapper {
        background: #fff;
        padding: 10px;
        max-width: 190px;
        position: relative
    }

    .page-content .side-column .column-wrapper .close-column {
        background: url(../images/close-cart-popup.svg) no-repeat;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px
    }

    .page-content .side-column .column-wrapper .close-column:hover {
        background-position: 0 -20px
    }

    .page-content .side-column .column-wrapper .close-column:active {
        background-position: 0 -40px
    }
}

@media all and (max-width: 999px) {
    .shopping-cart-content .shopping-cart-item .name-and-attributes {
        width: 38%
    }

    .shopping-cart-content .shopping-cart-item .cost, .shopping-cart-content .shopping-cart-item .price, .shopping-cart-content .shopping-cart-item .quantity, .shopping-cart-content .shopping-cart-item .remove {
        width: 12%
    }

    .shopping-cart-content .shopping-cart-item.no-name .price {
        margin-left: 52%
    }
}

@media all and (max-width: 680px) {
    .shopping-cart-content .shopping-cart-item .name-and-attributes {
        width: 30%
    }

    .shopping-cart-content .shopping-cart-item .cost, .shopping-cart-content .shopping-cart-item .price, .shopping-cart-content .shopping-cart-item .quantity, .shopping-cart-content .shopping-cart-item .remove {
        width: 14%
    }

    .shopping-cart-content .shopping-cart-item.no-name .price {
        margin-left: 44%
    }
}

@media all and (max-width: 600px) {
    .shopping-cart-content .shopping-cart-item {
        padding-left: 110px
    }

    .shopping-cart-content .shopping-cart-item .image {
        float: left;
        margin-left: -110px;
        width: 100px
    }

    .shopping-cart-content .shopping-cart-item .name-and-attributes {
        width: 100%
    }

    .shopping-cart-content .shopping-cart-item .cost, .shopping-cart-content .shopping-cart-item .price, .shopping-cart-content .shopping-cart-item .quantity, .shopping-cart-content .shopping-cart-item .remove {
        margin-top: 10px;
        width: 25%
    }

    .shopping-cart-content .shopping-cart-item .price {
        margin-left: 0
    }

    .shopping-cart-content .shopping-cart-item .cost:before, .shopping-cart-content .shopping-cart-item .price:before, .shopping-cart-content .shopping-cart-item .quantity:before {
        content: attr(aria-label);
        display: block;
        font-weight: 700;
        margin-bottom: 5px
    }

    .shopping-cart-content .shopping-cart-item .remove .button {
        display: block;
        width: 100%
    }

    .shopping-cart-content .shopping-cart-item.item-heading {
        display: none
    }

    .shopping-cart-content .shopping-cart-item ~ .shopping-cart-item {
        margin-top: 25px
    }
}

@media all and (max-width: 450px) {
    .shopping-cart-content .shopping-cart-item .cost, .shopping-cart-content .shopping-cart-item .price, .shopping-cart-content .shopping-cart-item .quantity, .shopping-cart-content .shopping-cart-item .remove {
        width: 50%
    }

    .shopping-cart-content .shopping-cart-item .cost {
        margin-left: 0
    }
}

@media all and (max-width: 680px) {
    .category-listing-params .block-pagination, .category-listing-params .display-items, .category-listing-params .sort-order, .category-listing-params .view-switch {
        float: none;
        margin: 10px 0;
    }

    .category-listing-params .display-items, .category-listing-params .sort-order {
        margin-top: 10px;
        margin-left: 0
    }

    .product-page .images-and-details {
        padding-left: 0
    }

    .product-page .images-and-details .images {
        float: none;
        margin-bottom: 15px;
        margin-left: 0;
        width: auto
    }

    .product-page .images-and-details .images .primary-image a {
        height: 300px;
        line-height: 300px
    }

    .product-page .images-and-details .images .secondary-images {
        display: none
    }

    .product-page .images-and-details .details {
        float: none
    }

    .lightbox-popover {
        padding: 0
    }

    .lightbox-popover .lightbox-popup {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        height: auto
    }

    .lightbox-popover .popup-padding {
        padding: 10px
    }

    .lightbox-popover .popup-content .secondary-images a {
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

@media all and (max-width: 450px) {
    .lightbox-popover .popup-content .secondary-images a {
        height: 40px;
        line-height: 40px;
        margin: 2px;
        width: 40px
    }

    .checkout .tabs .tab-item {
        border-radius: 0;
        display: block;
        margin-right: 0
    }
}

@media all and (max-width: 855px) {
    .checkout {
        padding-right: 0
    }

    .checkout .checkout-left {
        float: none
    }

    .checkout .checkout-right {
        float: none;
        margin-right: 0;
        margin-top: 20px;
        width: 100%
    }
}

@media all and (max-width: 500px) {
    .login-page .login-columns .column {
        float: none;
        width: 100%
    }

    .login-page .login-columns .column ~ .column {
        margin-top: 20px
    }

    .login-page .login-columns .column-login .column-padding {
        padding-right: 0
    }

    .login-page .login-columns .column-register .column-padding {
        padding-left: 0
    }
}

@media all and (max-width: 720px) {
    .tabs.account-tabs .tab-item {
        border-radius: 0;
        display: block;
        margin-right: 0
    }
}

.compares:last-of-type {
    border-bottom: 0
}

#compare_box {
    position: fixed;
    background: #fff;
    width: 110px;
    left: 0;
    top: 300px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .23);
    z-index: 51
}

#compare_wishlist {
    margin: 10px 0
}

.compare_item {
    position: relative;
    margin: 5px 0;
    transition: all .2s
}

.compare_item:hover .compare_block__delete {
    opacity: 1
}

.compare_block__prod_img {
    text-align: center;
    width: 100%
}

.compare_block__prod_name {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
    padding: 0 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    height: 36px;
    line-height: 10px;
    width: 90px;
    border-radius: 0 0 10px
}

.compare_item:hover .compare_block__prod_name {
    visibility: visible;
    opacity: 1;
    overflow: hidden
}

.compare_item a {
    font-size: 10px
}

.compare_box_title {
    padding: 5px 10px;
    font-size: 12px;
    color: #00BEFF;
    font-weight: 700
}

.compare_block__delete {
    position: absolute;
    top: -5px;
    right: 0;
    color: #fff;
    font-size: 14px;
    background: #00BEFF;
    width: 16px;
    line-height: 16px;
    display: inline-block;
    opacity: 0
}

.compare_block__delete, .compare_block__delete:hover {
    text-decoration: none
}

.compare_item .inner {
    padding: 5px 10px
}

.gocomparelink {
    font-size: 10px;
    text-decoration: underline;
    padding: 4px;
    display: block
}

#comp_delete {
    margin-left: -55px;
    margin-top: -115px
}

.comp_img {
    display: block;
    overflow: hidden
}

.comp_img img {
    display: block;
    height: auto;
    max-width: 100%
}

#copm_qty {
    width: 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 25px
}

.comp_options {
    border-bottom: 1px solid #C6C4C5;
    min-height: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
    vertical-align: middle
}

.wishlist_btn img {
    float: left;
    margin-right: 5px
}

.item .wishlist_compare .compare-item, .item .wishlist_compare .wishlist_block {
    margin-right: 8px;
    line-height: 17px;
    float: left
}

.wishlist_block span, .wishlist_btn {
    cursor: pointer
}

.wishlist_compare {
    font-size: 11px
}

.wishlist_compare a {
    color: #183e4c
}

.wishlist_compare img {
    float: left
}

#wishlist_bg {
    transform: rotate(-90deg);
    width: 200px;
    border-radius: 5px 5px 0 0;
    position: relative;
    left: -75px;
    top: 89px;
    background: #ff69b4;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 30px;
    line-height: 22px;
    padding: 4px 0
}

.background, .info-page {
    box-shadow: 0 0 5px 0 rgba(184, 56, 158, .67);
    border-radius: 5px
}

#wishlist_box_in2 {
    position: fixed;
    top: 300px;
    z-index: 1001;
    right: 10px
}

#wishlist_box_in2 a {
    display: block;
    font-size: 11px;
    width: 29px;
    text-decoration: none
}

#wishlist_sum {
    color: #5a5353;
    margin: 0 0 0 15px
}

.checkout-page, .logoff-page {
    font-size: 16px;
    line-height: 20px
}

.info-page {
    margin-top: 15px;
    background: #fff;
    padding: 10px;
    color: #5a5353
}

.info-page h1 {
    color: #ff69b4
}

.all-brands .all-brands {
    background: rgba(255, 255, 255, .75);
    padding: 0 15px 15px;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -ms-flex-pack: start;
    justify-content: start;
    color: #5a5353
}

.all-brands .all-brands h1 {
    width: 100%
}

.all-brands .all-brands .container {
    width: 33.3%;
    padding-right: 30px;
    padding-top: 5px
}

.all-brands .all-brands a {
    color: #5a5353
}

.all-brands .all-brands .brand-first-letter {
    font-size: 22px;
    display: block;
    color: #b642a5;
    border-bottom: 1px solid #b642a5;
    transition: .5s ease;
    transition-delay: .5s;
    padding: 10px 0 4px;
    margin-bottom: 5px
}

#wishlist_table, #wishlist_table a, .background, .background h1, .background input, .background label, .background.grey {
    color: #5a5353
}

.all-brands .all-brands .brand-item {
    font-size: 16px;
    padding-top: 5px;
    margin-left: 10px
}

.all-brands .all-brands .brand-item a {
    transition: 650ms ease;
    display: inline-block
}

.all-brands .all-brands .brand-item a:hover {
    text-decoration: none;
    transform: scale(1.2, 1.2)
}

.background {
    background: #fff;
    padding: 15px;
    margin-top: 25px
}

.background input {
    border: 2px solid #8b2096
}

.background.down {
    margin-bottom: 0
}

.background.top {
    margin-top: 0
}

.background.no-pad {
    padding: 0 5px;
    margin-top: 0;
    color: #5a5353
}

.background .characteristics {
    padding-top: 10px;
    padding-bottom: 20px
}

#wishlist_table .button-red {
    color: #fff;
    background: rgba(255, 0, 0, .74117647)
}
