/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

select {
  padding: 3px 0;
  border: 0px;
  border-bottom: 1px solid #ccc;
}

select:focus, select:active {
  outline: none;
  border-bottom: 1px solid #000;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */
ul {
	padding-left: 0;
}
[hidden] {
  display: none;
}
/**
 * 5 col
 */
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}


@charset "UTF-8";
body {
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    color: #000;
    font-variant: normal;
    overflow-x: hidden;
}
.container {
    width: 96%!important;
    max-width: 1700px;
}
.left-nav {
    width: 20%!important;
}
.fa-font, .fa-font a {
    font-family: FontAwesome;
    font-size: 18px
}

.fa-font:hover {
    font-family: FontAwesome!important
}

a {
    color: inherit;
    font-size: 13px;
}

button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}



h3 {
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

span {
    display: inline-block
}

ul li {
    list-style-type: none
}

input {
    outline: 0
}

.btn {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.btn.btn-dark {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
}

.btn.btn-dark:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}
#msMiniCart {
    display: inline-block;
}

.minicart-title a {
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
    font-size: 15px;
    color: #000;
}

.ajax-data, .ajax-data a {
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    color: #000;
    font-variant: normal;
}

#msMiniCart:hover .ajax-data {
	display: block;
}

#msMiniCart sub {
    font-size: 13px;
}
.header {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    height: 90px;
}

.header .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu, .fast-crumbs ul {
    height: 89px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-menu > li, .fast-crumbs ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header .nav-menu {
    text-align: center;
    position: initial;
}

.nav-menu {
    position: initial;
}

.header .nav-menu nav {
    display: inline-block;
    margin-left: 17%;
}

.header .nav-menu nav ul {
    padding-left: 0;
}

.header .fast-crumbs ul {
    float: right;
}


.header .nav-menu li {
    cursor: pointer;
    border-left: 1px transparent;
    border-right: 1px transparent;
}

.header .nav-menu li.active-item {
    font-variant: normal
}

.header ul li.call-item {
    padding-left: 15px;
    padding-right: 15px;
}

.header ul li.call-item .fa-font {
    padding-right: 4px
}

.main-menu > li > a , .fast-crumbs ul > li > a, .fast-crumbs ul > li > p {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    line-height: 85px;
}


.fast-crumbs li {
	position: initial;
}

.fast-crumbs ul li:hover {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    /*font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif*/
}

.header ul li:hover > a {
    text-shadow: 0px 0px 0px black;
}

.slider .header ul li {
    border-color: transparent;
}

.header .fast-crumbs ul li:nth-child(2) {
}

.header .fast-crumbs sub {
    padding-left: 4px
}

.lookbook-block img {
    width: 100%
}

.lookbook-block>.container {
    height: inherit
}

.lookbook-block>.container>.row {
    height: inherit;
    padding-top: 15px;
}

.sort-gender {
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px
}

.lookbook-block,
.submenu-drop-block {

    width: 100%;
    height: 370px;
    bottom: -370.5px;
    right: 0;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e8e8e8;
    display: none;
}

.submenu-drop-block a {
    font-size: 13px;
}

.submenu-drop-block {
    text-align: left;
}

.nav-menu nav li:hover .submenu-drop-block {
    display: block;
}

.fast-crumbs li .dropdown-menu {
   z-index: 99;
}

.fast-crumbs li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu:hover {
  display: block;
}

.dropdown-menu {
	right: 0;
}

.lookbook-block p,
.submenu-drop-block p {
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
    margin: 0 0 12px 0;
    font-weight: 600
}

.lookbook-block span,
.submenu-drop-block span {
    display: block;
    color: #666;
    padding-top: 9px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.lookbook-block span:hover,
.submenu-drop-block span:hover {
    text-shadow: 0.4px 0.4px 0 #000;
}

.red {
    color: #c00;
}

.red:hover {
    text-shadow: 0.4px 0.4px 0 #c00;
}

.lookbook-block .row,
.submenu-drop-block .row {
    display: block!important
}

.submenu-drop-block>.container {
    height: inherit
}

.submenu-drop-block>.container>.row {
    height: inherit;
}

.submenu-drop-block .accessories,
.submenu-drop-block .brands,
.submenu-drop-block .shoes {
    padding-top: 15px;
    height: inherit;
    border-right: 1px solid #e8e8e8;
    padding-left: 40px
}

.submenu-drop-block .clothes {
    padding-top: 15px;
    height: inherit;
    border-right: 1px solid #e8e8e8;
}

.submenu-drop-block .brands .heading span {
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
    font-weight: 600
}

.submenu-drop-block .brands .heading p {
    display: inline-block;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.submenu-drop-block .brands .heading p:hover {
    color: #c00
}

.submenu-drop-block .brands .heading span {
    padding-left: 30px;
    padding-top: 0
}

.submenu-drop-block .samples {
    padding-top: 10px;
    padding-left: 25px;
}

.submenu-drop-block .samples img {
    width: 100%
}

.submenu-drop-block .samples .col-md-6 {
    padding-right: 0;
    padding-left: 10px
}

.submenu-drop-block .samples .row {
    margin-top: 10px
}

.submenu-drop-block .brands span {
    color: #000;
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
    font-weight: 600
}

.call-block,
.login-block,
.search-block {
    right: -1px;
    position: absolute;
    background-color: #fff;
    z-index: 998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.search-block {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.call-item,
.login-item,
.search-item {
    position: relative
}

.login-item img {
    position: relative;
    top: -3px;
}

.login-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
    width: 350px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #666;
    font-variant: normal;
    top: 90px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.login-block p:first-child {
    margin-top: 0
}

.login-block p {
    width: 100%;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px
}

.login-block p span {
    font-size: 12px;
    font-family: FontAwesome;
    padding-right: 14px
}

.login-block p.registration-link span {
    font-size: 18px;
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif
}

.call-block {
	display: block;
    position: static;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
}

.call-block input {
    width: 100%;
    border: none;
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif
}

.call-block input[type=text] {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px
}

.call-block input[type=submit] {
    margin-top: 28px
}

.search-block {
    bottom: -98.5px;
    width: 353px;
    height: 98px
}

.search-block input, .search-on-page input {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    width: 300px;
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
    font-size: 13px;;
    padding-top: 8px;
    padding-bottom: 8px
}

.search-on-page button {
    padding: 8px 30px;
    position: relative;
    top: 0px;
    left: 10px;
}


.login-block p {
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.login-block p:hover {
    color: #000
}

.breadcrumbs {
    color: #999;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs span:not(:first-child) {
    padding-left: 26px
}

.breadcrumbs .root-item {
    position: relative
}

.breadcrumbs .root-item:after {
    position: absolute;
    content: '';
    font-family: FontAwesome;
    display: inline-block;
    width: 6px;
    height: 11px;
    top: 2px;
    right: -20px
}

.main-content {
    margin-top: 20px
}

.viewed-prev {
    padding-left: 15px;
    margin-right: 15px;
}

#brands-list {
    background: rgba(0, 0, 0, 0.7);
    height: 90px;
    display: block;
    position: relative;
    top: calc(100vh - 180px);
}

#brands-list .brand {
    text-align: center;
}

#brands-list .brand a > img {
    max-width: 100%;
}

#brands-list .brand a {
    line-height: 80px;
}

#brand-preview {
    margin-top: 100px;
    margin-bottom: 60px;
}

#brand-preview .col-brand {
    display: block;
    float: left;
}

#brand-preview .center {
    margin: 0 3%;
}

#brand-preview .long-brands {
    width: 26%;
}

#brand-preview .two-brands {
    width: 34%;
}

.brand-block-desc {
    width: 100%;
    margin-top: 25%;
}
.brand-block-logo {
    max-width: 120px;
    margin: 0 auto;
}

.brand-desc-text {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    max-width: 470px;
    width: 90%;
    display: block;
    padding: 15px 0px 35px 0;
}

.brand-desc-buttons {
    max-width: 340px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.brand-desc-buttons a {
    padding: 5px 20px;
    margin: 0 10px;
    display: initial!important;
}

#brand-preview img {
    max-width: 100%;
}

.brand-block:first-child {
    margin-bottom: 40px;
}

#new-collection {
    margin-bottom: 60px;
}

.new-collection-img-block {
    width: 100%;
    height: 512px;
    background: url('../images/main-new.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.new-collection-img-block_text {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    text-align: center;
    position: relative;
    top: 20%;
    color: white;
}

.new-collection_title {
    font-size: 36px;
    font-size: 36px;
    padding: 80px 0 20px 0;
    text-transform: uppercase;
}

#slider {
    width: 100%;
    min-height: calc(100vh);
    background: url('../images/main-image.jpg') no-repeat;
    background-position: top;
    background-size: cover;
}

@media screen and (max-width: 414px) {
  #slider {
    background: url('../images/main-image-m.jpg') no-repeat;
    background-size: 100%;
  }
}

#slider header {
    background: #ffffffba;
}

/*#slider .header ul li:hover {
    border: transparent;
}

#slider .header ul li {
    border: transparent;
}*/







/*.main-content .col-md-8 {
    padding-left: 30px;
    padding-right: 30px
}*/

.left-nav .nav-filter, .left-nav .viewed {
    padding-right: 70px;
}

.nav-filter ul li a {
    cursor: pointer
}

.nav-filter>ul>li {
    padding: 13px 0;
    border-top: 1px solid #acacac
}

.nav-filter ul ul li {
    padding-top: 10px
}

.nav-filter .spoiler-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.nav-filter ul li a:hover {
    text-shadow: 0.4px 0.4px 0 #000;
}

.nav-filter ul li a.here {
    text-shadow: 0.4px 0.4px 0 #000;
}


.nav-filter-pages .cat-menu > li:first-child a {
    color: #000;
}

.nav-filter .latest-items {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif;
    color: #c00;
    border-top: none
}
ul.owl-carousel{
  margin: 0px;
}
.nav-filter h3 {
    font-size: inherit;
}

.nav-filter ul {
    padding-left: 0;
}

.nav-filter .inserted {
    position: relative
}

.nav-filter .inserted .spoiler-block {
    display: none;
}

.nav-filter .inserted.active .spoiler-block {
    display: block;
}

.nav-filter .inserted:before {
    content: '';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 13px;
    right: 7px
}

.product-desc .inserted {
    position: relative;
}

.product-desc .inserted a {
    cursor: pointer;
    display: block;
    width: 100%;
}

.product-desc .inserted.active .spoiler-block {
    display: block;
}

.product-desc .inserted:before {
    content: '';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 20px;
    right: 7px;
    	-webkit-transition: transform 0.1s ease-out 0.1s;
     -moz-transition: transform 0.1s ease-out 0.1s;
     -o-transition: transform 0.1s ease-out 0.1s;
     transition: transform 0.1s ease-out 0.1s;
}

.product-desc .inserted.active:before {
	transform: rotate(-90deg);
	-webkit-transition: transform 0.1s ease-out 0.1s;
     -moz-transition: transform 0.1s ease-out 0.1s;
     -o-transition: transform 0.1s ease-out 0.1s;
     transition: transform 0.1s ease-out 0.1s;
}

.nav-filter .inserted.active:before {
    content: ''
}

.viewed h3 {
    padding-bottom: 10px
}

.viewed img {
    max-width: 130px
}

.viewed .row {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.viewed p {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: DINPro-Medium, "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif
}

.viewed .act-price {
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif
}

.viewed .old-price {
    font-family: DINPro-Medium, "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    color: #666;
    padding-left: 15px
}
.crumbs-filter {
    text-align: right;
}
.crumbs-filter p {
    display: inline-block;
    margin: 0;
    padding: 12px 30px 14px 0;
}

.crumbs-filter div div {
    display: inline-block
}

.crumbs-filter div div p {
    margin-right: 0
}

.crumbs-filter>div>p {
    position: relative
}

.crumbs-filter>div>p:before {
    content: '';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 5px;
    right: -20px
}

.crumbs-filter .catalog-type1,
.crumbs-filter .catalog-type2 {
    width: 29px;
    height: 29px;
    background-color: #626262;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    background-image: url(../images/icons-filter.png);
    background-repeat: no-repeat
}

.crumbs-filter .catalog-type1:hover,
.crumbs-filter .catalog-type2:hover {
    background-color: #000
}

.crumbs-filter .catalog-type2 {
    background-position: -29px center
}

.crumbs-filter .active-type {
    background-color: #000
}

body .catalog2 .item-preview:after,
body .catalog2 .item-preview:before {
    font-size: 24px
}

body .catalog2 .item-preview:after {
    right: 15px;
    margin-top: -8px
}

body .catalog2 .item-preview:before {
    left: 15px;
    margin-top: -10px
}

.catalog2 .owl-next,
.catalog2 .owl-prev {
    font-size: 24px
}

.catalog2 .owl-prev {
    left: 10px;
}

.catalog2 .owl-next {
    right: 10px;
}

.owl-next,
.owl-prev {
    position: absolute;
    content: '';
    font-family: FontAwesome;
    font-size: 48px;
    top: 45%;
    z-index: 1;
    display: none;
    z-index: 2;
    padding: 10px;
}

.owl-next.disabled,
.owl-prev.disabled {
    color: #b3b3b3
}

.owl-next {
    right: 3%;
}

.owl-prev {
    left: 3%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-carousel:hover .owl-next,
.owl-carousel:hover .owl-prev {
    display: block
}

.catalog {
    margin-top: 40px
}

.catalog .row>* {
    margin-bottom: 50px
}

.catalog .row:first-child {
    margin-top: 0
}

.catalog .item-preview {
    cursor: pointer;
    position: relative;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.catalog .item-preview img {
    width: 100%;
    max-width: 630px
}

.catalog .item-preview:hover {
    -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .2)
}

.catalog>div,
.catalog>p,
.catalog>span {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.catalog p {
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 10px
}

.catalog .old-price {
    position: relative
}

.catalog .old-price:before {
    content: '';
    position: absolute;
    display: block;
    width: 105%;
    height: 1px;
    background-color: #aeaeae;
    top: 50%;
    margin-left: -2.5%
}

.catalog .act-price {
    font-family: DINPro-Medium, "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif;
    color: #c00;
    padding-left: 5px
}

.catalog .colors {
    margin-top: 15px;
    padding: 0;
    display: inline-block;
}

.catalog .colors li {
    float: left;
    display: block;
    margin: 0 5px;
}

.catalog .colors div {
    width: 14px;
    height: 14px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0px
}

.catalog .colors li.active-color:before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    z-index: -1;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    margin-top: -3px;
}

.catalog .colors .yellow {
    background-color: #fff569
}

.catalog .colors .red {
    background-color: #f24841
}

.catalog .colors .brown {
    background-color: #6b1200
}

.catalog .colors .pink {
    background-color: #fa97c2
}

.catalog .colors .white {
    background-color: #fff
}

.catalog .colors .blue {
    background-color: #68cef8
}

.catalog .colors .gray {
    background-color: #e8e8e8
}

.catalog .load {
    cursor: pointer;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.catalog .load * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #999
}

.catalog .load p {
    font-size: 13px;
}

.catalog .load .icon {
    height: 47px;
    width: 39px;
    background: url(../images/load-icon.png) no-repeat left center
}

.catalog .load:hover p a {
    color: #000
}

.catalog .load:hover .icon {
    background-position: right center
}

.catalog .numbering {
    margin-top: 30px;
    cursor: pointer;
    position: relative
}

.catalog .numbering p {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 13px;;
    display: inline-block
}

.catalog .numbering p.active-page,
.catalog .numbering p:hover {
    font-family: DINPro-Medium, "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif
}

.catalog .numbering:after,
.catalog .numbering:before {
    content: '';
    font-family: FontAwesome;
    font-size: 24px;
    display: block;
    position: absolute;
    top: -1px
}

.catalog .numbering:after {
    content: '';
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

footer {
    margin-top: 50px;
}

.row.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #292929;
    padding-top: 50px;
}

.row.footer p {
    color: #fff;
    font-size: 24px
}

.row.footer span {
    color: #666
}

.footer .reg p {
    margin-bottom: 10px;
    width: 100%;
}

.footer .reg span {
    width: 100%;
    margin-bottom: 15px;
}

.footer .reg a {
    width: 100%;
    margin: 10px auto;
    display: block;
    color: #fff;
    max-width: 175px;
    border: 1px solid;
    padding: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.footer .reg a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

footer a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

footer a:hover {
	text-decoration: underline;
}

.footer .reg {
    text-align: center;
}

.row.footer .subscribe {
    margin-top: 20px;
    border-bottom: 1px #fff solid
}

.row.footer input {
    padding: 10px 4px;
    background-color: transparent;
    border: none;
    color: #666;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.row.footer input:active,
.row.footer input:focus,
.row.footer input:hover {
    color: #fff
}

.row.footer input[type=text] {
    width: 460px
}

.row.footer .nav-map {
    margin-top: 90px;
    margin-bottom: 60px;
}

.black-footer .contacts ul li {
    display: inline-block;
}

.row.footer .nav-map ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
}

.row.footer .nav-map ul li {
    width: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row.footer .nav-map li,
.row.footer .social li {
    display: inline-block;
    color: #fff
}

.black-footer {
    display: block;
    width: 100%;
    background: #191919;
    margin: 0 auto;
}

.black-footer ul {
	padding: 0;
}

.black-footer .container {
	max-width: 1000px;
}

.black-footer ul li:not(:last-child) {
    margin-right: 20px;
}

.black-footer ul li a {
    color: #fff;
    line-height: 40px;
}

.black-footer .social {
    text-align: right;
}

.header .container .row .mob-menu {
    width: 86px!important;
    height: 86px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .container .row .mob-menu div {
    width: 60px;
    height: 50px;
    padding-left: 7px;
    padding-top: 22px;
    background-color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.header .container .row .mob-menu div:hover {
    background-color: #fff
}

.header .container .row .mob-menu div:hover span {
    background-color: #000
}

.header .container .row .mob-menu div:hover span:after,
.header .container .row .mob-menu div:hover span:before {
    background-color: #000
}

.header .container .row .mob-menu span {
    height: 4px;
    width: 40px;
    background-color: #fff;
    position: absolute
}

.header .container .row .mob-menu span:after,
.header .container .row .mob-menu span:before {
    position: absolute;
    display: block;
    content: '';
    width: inherit;
    height: inherit;
    background-color: #fff
}

.header .container .row .mob-menu span:before {
    top: 12px
}

.header .container .row .mob-menu span:after {
    top: -12px
}
body .mobile-menu-full {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: none;
}

body .mobile-menu-full p.close-mob-menu {
    color: #fff;
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 130px;
    padding: 0;
    margin: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

body .mobile-menu-full p.close-mob-menu:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

body .mobile-menu-full li {
    margin-top: 15px;
    color: #fff;
    font-size: 24px
}

body .mobile-menu-full input {
    font-size: 13px;
}

body .mobile-menu-full input[type=text] {
    background-color: transparent;
    border: none;
    color: #909090;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px
}

body .mobile-menu-full .call-block-mob,
body .mobile-menu-full .login-block-mob,
body .mobile-menu-full .search-block-mob {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 300px
}

body .mobile-menu-full .call-block-mob .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 15px;
    width: 100%
}

body .login-block-mob {
    font-size: 13px;;
    color: #909090;
    text-align: left
}

body .login-block-mob .registration-link span {
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif;
    font-size: 18px
}

body .login-block-mob p {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px
}

body .login-block-mob p span {
    font-family: FontAwesome;
    padding-right: 10px
}

body .search-block-mob {
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif
}


/* Стили для карточки товара */
/* ========================= */
body h1 { font-size: 32px; font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif; color: #000; font-weight: normal; font-style: normal; margin-bottom: 10px; }

.product-desc .prod_title {
    display: block;
    width: 100%;
    float: left;
}

.product-desc .discount {
    position: relative;
    top: 0px;
    left: 15px;
}

.product-desc h1 { font-size: 24px; margin-top: 0; }

.card-product .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 15px;
/* Для слайдера превью */ /* Для вывода изображения из превью */ /* Артикул */ /* Стили для цен */ /* Выборка цвета и размера */ /* Выборка размера */ /* ~цвета */ /* Размеры */ /* Кнопки */ /* Спойлеры */ }

.card-product .slider-items-mob { display: none; }

.card-product .slider-items-mob li { list-style-type: none; margin-left: 20px; margin-right: 20px; cursor: pointer; }

.card-product .slider-items-mob li img { width: 100%; }

.card-product .left-images {
    width: 50%;
}

.card-product .slider-items {
    display: block;
    float: left;
    width: 11.4%;
    padding-left: 0;
    margin-right: 14%;
    margin-bottom: 30px;
}

.card-product .colors li.active-color:before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: -1;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -4px;
    margin-top: -3.9px
}

.card-product .photos {
    margin: 0;
    padding: 0;
}
.card-product .photos li {
    margin-bottom: 10px;
}

.slider-items-mob-container {
    display: none;
}

.card-product .image-prouct-container {
    display: block;
    float: left;
    width: 60%;
    margin-right: 14%;
}

.card-product .product-desc {
    display: block;
    float: left;
    width: 33%;
}

.card-product .row .slider-items + .col-sm-12 { overflow: hidden; }

.card-product .row .slider-items img { width: 100%; cursor: pointer; }

.card-product .row .slider-items .bx-pager { display: none; }

.card-product .row .slider-items .bx-wrapper .bx-controls-direction a { background-color: transparent; color: #000; text-indent: 0; font-family: 'FontAwesome'; font-size: 48px; left: 50%; margin-left: -16px; z-index: 99; }

.card-product .row .slider-items .bx-wrapper .bx-controls-direction .bx-prev { top: -49px; }

.card-product .row .slider-items .bx-wrapper .bx-controls-direction .bx-next { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); top: auto; bottom: -66px; }

.card-product .row .display-image-product { position: relative; }

.card-product .row .display-image-product img { max-width: 565px; width: 100%; margin: 0 auto; display: block; }

.card-product .row .vendor { font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif; font-size: 13px; color: #666; }

.card-product .row .price { margin-top: 20px; }

.card-product .row .price .act-price { font-size: 24px; font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif; color: #000; }

.card-product .row .price .old-price { margin-left: 40px; font-size: 18px; font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif; color: #666; position: relative; }

.card-product .row .price .old-price:before { position: absolute; content: ''; width: 120%; height: 1px; background-color: #bababa; display: block; top: 50%; left: -10%; }

.card-product .row .price .old-price span { font-size: 16px; }

.card-product .row .price span span { font-family: 'FontAwesome'; font-size: 20px; }

.card-product .row .select-color p, .card-product .row .select-size p { margin: 0; font-size: 14px; color: #000; font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif; }

.card-product .row .select-color, .card-product .row .select-size { height: 55px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.card-product .row .select-size { border-top: 1px solid #bababa; border-bottom: 1px solid #bababa; }

.card-product .row .select-size + span { font-size: 14px; color: #666666; text-decoration: underline; font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif; }

.card-product .row .select-color { margin-top: 20px; }

.card-product .row .colors { margin-top: 0; display: inline-block; }

.card-product .row .colors, .card-product .row .size { margin-left: 35px; }

.card-product .row .colors div { width: 22px; height: 22px; margin-left: 0; margin-right: 10px; }

.card-product .row .colors div.active-color:before { width: 36px; height: 36px; margin-left: -5px; margin-top: -5px; }

.card-product .row .size { display: inline-block; padding-left: 30px; margin: 0; height: inherit; }

.card-product .row .size li { cursor: pointer; z-index: -99; margin-top: 1px; padding-left: 12px; padding-right: 12px; padding-top: 18px; height: -webkit-calc(100% - 2px); height: calc(100% - 2px); display: inline-block; -webkit-transition: .2s linear; transition: .2s linear; }

.card-product .row .size li.active, .size li:hover { background-color: #e8e8e8; }

.card-product .colors {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
}

.card-product .colors li {
    float: left;
}

.card-product .colors li > div {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: 1px solid #bfbfbf;
}

.card-product .colors li.active {

}

.cat-desc {
    min-height: 135px;
    display: block;
    float: left;
    width: 100%;
}

.card-product .row .btn-dark { margin-top: 40px; }

.card-product .btn { margin-bottom: 17px; cursor: pointer; padding: 12px 0; text-align: center; font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif; border: 1px solid #bababa; position: relative; width: 100%; line-height: 14px;}

.card-product .row .msfavorites:before { position: absolute; content: ''; font-family: 'FontAwesome'; display: block; top: 0; right: 0; width: 45px; height: 38px; border-left: 1px solid #bababa; padding-top: 13px; }

.card-product .row .btn:hover {
    border: 1px solid #000;
}

.card-product .row .btn-light.favorite-active { border-color: #000; color: #000; }

.card-product .row .btn-light.favorite-active:before { border-color: #000; color: #000; content: ''; }

.card-product .row .more-info { padding: 0; }

.card-product .row .more-info li, .allcities li { padding-top: 18px; border-bottom: 1px solid #bababa; padding-bottom: 20px; color: #858585; }

.card-product .row .more-info li .spoiler-block, .allcities li .spoiler-block {
    display: none;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 22px;
}

#wishlist_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 10px 10px 10px;
    cursor: pointer;
}

/* "Дополнить образ" и "Просмотренные товары" */
.card-product .supplement, .card-product .viewed-alt { margin-top: 15px; margin-bottom: 100px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.card-product .supplement .container > .row, .card-product .viewed-alt .container > .row { margin-top: 20px; }

.card-product .supplement .container > .row > div, .card-product .viewed-alt .container > .row > div { text-align: center; }

.card-product .supplement .container > .row > div p, .card-product .viewed-alt .container > .row > div p { margin-bottom: 4px; }

.card-product .supplement .container > .row > div span, .card-product .viewed-alt .container > .row > div span { font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif; }

.card-product .supplement img, .card-product .viewed-alt img { width: 100%; max-width: 200px; }

.card-product .supplement .container > p, .card-product .viewed-alt .container > p { font-size: 24px; font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif; display: block; margin-bottom: 0; }

.conditions {
	border-bottom: 1px solid #e8e8e8;
}

.conditions p {
    margin-top: 0;
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif;
    margin-bottom: 8px;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 13px
}

.conditions span {
    font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif;
    color: #666;
    font-size: 13px
}

.conditions div>div:first-child {
    width: 58px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.conditions>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.conditions > div:nth-child(1) > div:first-child {
    background-image: url(../images/free-icon.png)
}

.conditions > div:nth-child(2) > div:first-child {
    background-image: url(../images/made-icon.png)
}

.conditions > div:nth-child(3) > div:first-child {
    background-image: url(../images/old-icon.png)
}

.conditions > div:nth-child(4) > div:first-child {
    background-image: url(../images/return-icon.png)
}

.conditions > div:nth-child(5) > div:first-child {
    background-image: url(../images/trempel-icon.png)
}

.cart-main-content {
    margin-top: 50px
}

.cart-main-content .input-group {
	display: block;
}

.cart-main-content .add-info {
    width: 100%;
    height: 580px;
    background-color: #e8e8e8
}

.cart-main-content .product-desc h1 {
    font-size: 24px!important;
    line-height: 30px;
    margin-top: 0
}

.cart-main-content .product-desc .price .act-price {
    font-size: 16px;
    font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif
}

.cart-main-content .product-desc .select-color p,
.cart-main-content .product-desc .select-size p,
.cart-main-content .product-desc .select-quantity p {
    margin: 0;
    color: #666;
    font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif
}

.cart-main-content .product-desc .select-color,
.cart-main-content .product-desc .select-size,
.cart-main-content .product-desc .select-quantity {
    height: 45px
}

.cart-main-content .product-desc .select-color span,
.cart-main-content .product-desc .select-size span {
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-left: 14px;
    margin-right: 14px;
    cursor: pointer
}

.cart-main-content .product-desc .select-color>.active-color,
.cart-main-content .product-desc .next-colors>div {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #bfbfbf;
    margin-left: 14px
}

.cart-main-content .product-desc .next-colors {
    -webkit-box-shadow: 1px 1px 10px #e6e6e6;
    box-shadow: 1px 1px 10px #e6e6e6
}

.cart-main-content .product-desc .next-colors>div {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 5px;
    margin-bottom: 0
}

.cart-main-content .product-desc .select-size {
    margin-top: 25px
}

.cart-main-content .product-desc .select-size+span {
    margin-top: 5px
}

.cart-main-content .product-desc .select-size .size li {
    padding-top: 10px;
    margin-right: 0
}

.cart-main-content .product-desc .select-size .size {
    padding: 0;
    margin: 0 auto
}

.cart-main-content .product-desc .select-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    margin-top: 25px
}

.cart-main-content .product-desc .select-quantity p {
    display: inline-block
}

.cart-main-content .product-desc .select-quantity span {
    font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif;
    color: #666;
    font-size: 24px;
    margin-left: 18px;
    margin-right: 18px;
    cursor: pointer
}

.cart-main-content .product-desc .select-quantity div {
    display: inline-block;
    margin: 0 auto
}

.cart-main-content .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.cart-main-content .item .btn {
    font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif;
    padding-top: 6px;
    padding-bottom: 8px;
    text-align: center;
    cursor: pointer;
    margin-top: 25px
}

.buttons-block .btn {
    display: inline-block;
    width: 100%;
}

.product-conditions {
    margin-top: 0;
    border-top: 1px solid #e8e8e8;
}



.buttons-block button[name='ms2_action'] {
    margin-right: 3.3%;
}

.delete-item {
    position: relative
}

.delete-item div {
    width: 24px;
    height: 24px;
    background: url(../images/del-item.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.finish-step {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #ccc;
}

.right-confirm {
    text-align: right;
}

.right-confirm p {
    display: inline-block;
}

.mspc_input_my {
    display: inline-block;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding: 17px 20px;
}

.mspc_btn_my {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.right-confirm .btn-confirm {
    display: inline-block;
    padding: 10px 20px;
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.finish-step:before,
.finish-step:after {
    display: none!important
}

/*.finish-step>div {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}*/

.finish-step input[type="text"].promo {
    color: #000;
    font-size: 16px;
    padding: 8px 14px;
    border: #000 solid 1px;
    max-width: 370px;
    width: 100%;
}

.finish-step .btn.btn-inv {
    padding: 8px 68px;
    border: 1px solid #000;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: 25px
}

.finish-step .btn.btn-inv:hover {
    color: #fff;
    background-color: #000
}

.right-confirm p {
    font-size: 25px;
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif;
    margin: 0 0 0 10px
}

.issue .btn.btn-dark {
    text-align: center;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "DINPro-Medium", "MyriadPro-Regular", "Arial Narrow", Helvetica, Tahoma, sans-serif;
    margin-top: 10px
}

.issue {
    margin-bottom: 40px
}

.item div.active-color:before {
    display: block;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background-color: #fff;
    z-index: -1;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -4px;
    margin-top: -4px;
    cursor: pointer;
}

.item .size li.active-size {
    background-color: #e8e8e8
}

.filter-row {
    padding: 0!important;
}

#mse2_filters fieldset {
    position: initial;
    float: left;
}

#mse2_filters .drop_close {
  cursor: pointer;
}

#mse2_filters .filter_title {
    float: left;
    cursor: pointer;
    position: relative;
}

#mse2_filters .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    min-width: 200px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 100;
    max-height: 322px;
    overflow: auto;
}

#mse2_filters .dropdown::-webkit-scrollbar-button, .ajax-data .items::-webkit-scrollbar-button {
  background-image:url('');
  background-repeat:no-repeat;
  width:5px;
  height:0px
}

#mse2_filters .dropdown::-webkit-scrollbar-track, .ajax-data .items::-webkit-scrollbar-track {
background-color:#ecedee
}

#mse2_filters .dropdown::-webkit-scrollbar-thumb, .ajax-data .items::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#cacaca;
}

#mse2_filters .dropdown::-webkit-scrollbar-thumb:hover, .ajax-data .items::-webkit-scrollbar-thumb:hover {
background-color:#333333;
}

#mse2_filters .dropdown::-webkit-resizer, .ajax-data .items::-webkit-resizer {
backgroun-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

#mse2_filters .dropdown::-webkit-scrollbar, .ajax-data .items::-webkit-scrollbar {
width: 4px;
}

#mse2_ms|vendor .dropdown {

}

fieldset .dropdown sup {
    display: none!important;
}

fieldset.active .dropdown {
    display: block!important;
}

#mse2_filters .dropdown-long {
    min-width: 250px;
}

#mse2_filters .dropdown label {
    float: left;
    text-align: left;
    font-weight: 100;
    width: 100%;
}
.dropdown_size {
    width: 250px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.dropdown_filter_color {
    width: 250px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#mse2_filters #mse2_number_inputs {
    position: absolute;
    left: 0;
    top: 45px;
}

#mse2_filters p:before {
    content: '';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 8px;
    transition: all .5s ease;
}

#mse2_filters fieldset.active p:before {
    transform: rotate(-90deg);
    top: 16px;
    transition: all .5s ease;
}

.small_filter {
    position: absolute;
    display: block;
    font-size: 10px;
    top: 43px;
    color: #ccc;
}

.small_filter b {
    position: relative;
    top: -4px;
    padding: 5px;
    cursor: pointer;
}

#result {
    display: block;
    width: 100%;
    height: 60px;
}

.seazon-lookbok {
    min-height: 600px;
    background: #e2e2e2;
    text-align: center;
    overflow: auto;
}

.seazon-brand {
    min-height: 600px;
    background: #e2e2e2;
    text-align: center;
    overflow: auto;
    margin-bottom: 30px;
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.seazon-brand h2 {
    width: 100%;
}

.brand-lookbok-text  {
    text-align: center;
    height: inherit;
    margin-top: 110px;
}

.brand-lookbok-text-bottom {
    text-align: left;
    height: inherit;
    margin-top: 130px;
}

.brandtext {
    margin: 20px 0 30px 0;
}

.brand-lookbok-text .btn {
    max-width: 180px;
    margin: 0 auto;
}

.lookbook a {
    margin-bottom: 20px;
    display: block;
}

.seazon-lookbok h2 {
    font-size: 48px;
    color: #fff;
    margin-top: 280px;
    z-index: 5;
}
.deliv-table {
    width: 80%;
}

.deliv-table table:first-child {
    line-height: 40px;
    margin-bottom: 5px;
    border-bottom: 1px solid;
}

.deliv-table table {
    width: 100%;
}

.deliv-table table tr td:first-child {
    width: 90%;
}

strong.green {
    color: green;
}
.pagetext ul {
    padding-left: 20px;
}

.pagetext ul li {
    list-style-type: disc;
}

.pagetext a {
    cursor: pointer;
    color: blue;
}

.pagetext a:hover {
    text-decoration: underline;
}

.pagetext {
    margin-bottom: 60px;
    margin-right: 20%;
}
.pagetext ol {
    padding-left: 15px;
    line-height: 25px;
}

.nav-filter .spoiler-block {
    padding: 10px 0px 10px 15px;
}

.nav-filter-pages .cat-menu {
    margin-right:  25px;
}

.nav-filter-pages ul li:first-child {
    border-top: none;
}

.nav-filter-pages li a.active {
    text-shadow: 0.4px 0.4px 0 #000;
}

.vacancy {
    border-top: 1px solid;
    margin-bottom: 20px;
    padding: 15px 0;
}

.ajax-data {
    top: 89px;
    right: 10px;
    border: 1px solid #000;
    min-width: 350px;
    right: 0;
    position: absolute;
    background-color: #fff;
    z-index: 998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.cart-desc-row {
    display: block;
    float: left;
}

.size-table {
    margin-top: 10px;
    display: block;
    text-decoration: underline;
    cursor: pointer
}

.size-table span{
  text-decoration: underline;
}


.ajax-cart-item {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #e8e8e8;
    overflow: auto;
}

.ajax-cart-item-img {
    float: left;
    max-width: 85px;
    margin-right: 10px;
}

.ajax-cart-item-img img {
    width: 100%;
}

.ajax-item-header {
    display: block;
    float: left;
}

.ajax-item-options {
	text-align: left;
}

.ajax-item-options p:not(:first-child) {
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.ajax-item-options p:first-child {
    margin-top: 3px;
    margin-bottom: 6px;
    text-shadow: 0.4px 0.4px 0 #000;
}

.ajax-item-options p.ajax-item-price {
    font-size: 13px;
    text-shadow: 0.4px 0.4px 0 #000;
}

.items {
    display: block;
    overflow: auto;
    max-height: 474px;
}

.ajax-cart-checkout {
    padding: 10px;
    display: block;
    overflow: auto;
    border-top: 1px solid #ccc;
    margin-top: 0px;
}

.ajax-cart-checkout .left-btn {
    min-width: 40%;
    text-align: center;
    float: left;
    display: block;
    text-align: center;
}

.ajax-cart-checkout .right-btn, .popup .right-btn {
    min-width: 40%;
    float: right;
    display: block;
    text-align: center;
}

.ajax-cart-checkout .btn, .popup .btn {
    width: 100%;
    text-align: center;
    padding: 4px 25px 5px 25px;
    border: 1px solid #7d7d7d;
    display: block;
    font-size: 13px;
}

.ajax-cart-order_info {
    border-top: 1px solid #ccc;
    padding: 10px;
    display: block;
    overflow: auto;
}
.ajax-cart-order_info > p {
    margin: 0;
}

.ajax-cart-order_info > p.left {
    float: left;
}

.ajax-cart-order_info > p.right {
    float: right;
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal
}

a.btn-dark {
    display: block;
}

.cart-item-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: -9px;
    margin-bottom: 4px;
}

.cart-desc_article {
    margin-top: 0;
    color: #9c9c9c;
    font-size: 12px;
}

.cart-desc-row .gray {
    color: #666666;
}

.cart-desc-row:not(:first-child) {
    text-align: center;
}

.cart-desc-row {
    width: 10%;
}

.minus, .plus {
    font-size: 18px;
    padding: 0 10px;
    cursor: pointer;
}

.number {
    position: relative;
    top: -5px;
}

.cart-desc-row-title {
    width: 30%;
}
.item {
    display: block;
}

.item .product-desc {
    position: relative;
    top: 0;
}

.item .cart-desc-row:not(:last-child) {
    margin-right: 30px;
}

.item .cart-desc-row:last-child {
    text-align: right;
}

.remove_form_cart {
    width: 14%;
}

.remove_form_cart button {
    width: 24px;
    height: 24px;
    background: url(../images/del-item.png) no-repeat center center;
    border: none;
    position: absolute;
    top: -20px;
    right: 0;
}

.item .cart-desc-row .cart-desc_title {
    font-size: 13px;
    color: rgb(102, 102, 102);
    margin-top: 0;
    margin-bottom: 40px;
}

.preferences {
    display: block;
    overflow: auto;
    margin: 35px 0;
}

.preferences div > img {
    float: left;
}

.preferences div > p {
    float: left;
    padding: 15px 0;
}

.preferences img {
  height: auto;
}

.alert-info {
    padding: 10px;
}

.filter_reset {
    display: none!important;
}

#mse2_sort .sort[data-default="desc"] span::after {
    content: 'по убыванию';
}

#mse2_sort .sort[data-dir="desc"] span::after {
    content: 'по убыванию'!important;
}

#mse2_sort .sort[data-dir="asc"] span::after {
    content: 'по возрастанию'!important;
}

.mse2_number_slider {
    display: block!important;
    width: 85%;
    padding: 0 20px;
    position: relative;
    margin: 10px auto 20px auto!important;
    text-align: center;
}

.select-price a {
    cursor: pointer!important;
}

.ui-widget-header {
    border: 1px solid #848484!important;
    background: #3c3e40!important;
}
.ui-widget-content {
    border: 1px solid #848484!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #848484!important;
    background: #ffffff!important;
}

.form-group .input-sm {
    border-radius: 0!important;
    width: 70%!important;
    display: inline-block;
    margin-left: 5px;
}

.form-control:focus {
    border-color: #929292!important;
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    outline: none!important;
}

#msOrder {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    padding: 20px 40px 40px 40px;
    border: 1px solid #000;
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px!important;
}

.form-order-title {
    font-size: 30px;
    color: rgb(0, 0, 0);
    padding: 15px;
    background: #fff;
    position: absolute;
    top: -40px;
}

.delivery-select {
    display: block;
    width: 100%;
    overflow: auto;
    margin-bottom: 28px;
}

.delivery-select .checkbox {
    float: left;
}

#msOrder .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    padding-left: 0;
    color: #000;
}

.subm-row {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.subm-row .btn {
    display:block;
    width: 100%;
    text-align: center;
}

.form-horizontal .form-group {
    margin-left: 0!important;
    margin-right: 0!important;
}
.order-sucsess {
    max-width: 900px;
    width: 100%;
    margin: 20vh auto 30vh auto;
}

.order-sucsess p {
    margin: 0 0px 10px 0;
    font-size: 36px;
    color: rgb(0, 0, 0);
    text-align: center;
}

.order-sucsess a {
    display: block;
    width: 240px;
    text-align: center;
    padding: 10px 30px;
    margin: 25px auto 10px auto;
}

.center.two-brands .brand-block, .right.two-brands .brand-block, .long-brands {
    opacity: 0;
}
.hidden{
opacity:0;
}
.visible{
opacity:1;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.product.grid-view img {
    max-width: 630px;
	width: 100%;
}

.product.list-view img {
    max-width: 260px;
	width: 100%;
}

.msfavorites-icon-heart {
    position: absolute;
    right: 14px;
}

.btn-favorites {
    width: 100%;
    display: block;
}

.btn-favorites:hover {
    border: 1px solid #000;
}

.btn-favorites:hover:before {
    border-left: 1px solid #000;
}

#toTop {
    position:fixed;
    bottom:10%;
    right: 5%;
    cursor:pointer;
    display:none;
    opacity: 0.8;
}

#toTop:hover {
    opacity: 1;
}

.fav h1 {
    margin-bottom: 35px;
}

.fav h1:before {
}

.gray-column {
    background: #e8e8e8;
    padding: 10px 15px;
    padding-bottom: 40px
}

.gray-column .title {
    font-size: 20px;
    margin-bottom: 0px;
}

.gray-column a {
    margin-top: 20px;
    margin-bottom: 40px;
}

.product-favorite {
    width: 100%;
    display: block;
    overflow: auto;
    margin-bottom: 30px;
}

.product-favorite .left-img {
    float: left;
    margin-right: 20px;
}

.product-favorite .title {
    font-size: 20px;
}

.product-favorite .buttons {
    float: left;
    position: relative;
    top: 25px;
}

.product-favorite .btn-light {
    margin-right: 15px;
    padding: 5px;
    border: 1px solid #666666;
    color: #666666;
}

.product-favorite .btn-light:hover {
    border-color: #000;
    color: #000;
}

.product-favorite a.msfavorites {
    display: block;
    width: 24px;
    height: 38px;
    background: url(../images/del-item.png) no-repeat center center;
    border: none;
    position: relative;
    float: right;
    top: -70px;
}

.brandlist {
    padding: 0;
    -webkit-column-count:5;
    -moz-column-count:5;
    column-count:5;
}

.brandlist li > p {
    font-size: 24px;
}

.brandlist a {
    line-height: 22px;
}

.office-auth-register-wrapper, .office-auth-login-wrapper {
  width:  90%;
	max-width: 550px;
    margin: 0 auto;
    display: block;
    padding: 20px 40px 40px 40px;
    border: 1px solid #000;
    border-radius: 0;
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px!important;
    background: transparent;
}

.office-auth-register-wrapper input, .office-auth-login-wrapper input {
	border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.office-auth-register-wrapper button, .office-auth-login-wrapper button {
	min-width: 150px;
    margin-top: 5px;
}

.fa-font:before {
	content: "";
}

.centered {
	display: block;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: white;
    margin: 10vh 0px;
}

.centered h1 {
	font-size: 24px;
}

.centered a {
	color: #cc0000;
}

#jGrowl {display:none}

.popup {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 1000;
    background: #fff;
    min-width: 350px;
    right: 0;
    display: none;
    border: 1px solid #e8e8e8;
    max-width: 350px;
}

.popup > div {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.popup
    padding-top: 20px;

.popup > div p {
    margin: 0;
}

.popup .saved {
    padding-top: 15px;
    font-size: 13px;
}

.popup > div:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.brand-lookbok-img img {
    width: 100%;
}

.mg-20 {
  margin-bottom: 40px;
}

.submenu {
    display: block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    position: absolute;
    top: 90px;
    left: 0;
    height: 320px;
    display: none;
}

.submenu.open {
    display: block;
}

.main-menu-title {
	font-size: 15px;
}

.submenu ul, .submenu li {
    display: block;
}

.submenu {
    text-align: left;
    line-height: 22px;
    max-width: 1730px;
    width: 96%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.submenu:before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  left: -50%;
  top: 0;
  height: 100%;
  background: #fff;
}
.submenu:after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  right: -50%;
  top: 0;
  height: 100%;
  background: #fff;
}

.submenu-col {
    display: block;
    height: 320px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.submenu a, .submenu p {
    font-size: 13px;
}

.submenu .submenu-title {
    margin-top: 0;
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif
}

.brands-list {
    font-family: "DINPro-Bold", "MyriadPro-Bold", "Arial Bold", Helvetica, Tahoma, sans-serif
}

.submenu .inline {
    display: inline-block;
    float: left;
}

.submenu-posters img, .submenu-col-lg img {
    width: 100%;
}

.submenu-posters a {
    padding-left: 5px;
    padding-bottom: 5px;
}

.submenu-posters a, .submenu-col-lg a {
    display: block;
    float: left;
}

.submenu-col-lg > a:not(:last-child) {
    padding-right: 15px;
}

.submenu-col, .submenu-list {
    display: block;
    float: left;
}

.submenu .submenu-col:not(:first-child) {
    padding-left: 35px;
}

.submenu .submenu-col:not(:last-child) {
   border-right: 1px solid #e8e8e8;
}

.submenu .submenu-col {
    cursor: default!important;
}

.col-1 {
    width: 8.3333%;
}

.col-2 {
    width: 16.6666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333%;
}

.col-8 {
    width: 66.6666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333%;
}

.col-11 {
    width: 81.6666%;
}

.col-12 {
    width: 100%;
}

.wiew_all {
    margin-top: 5px;
    display: block;
    color: #b5b5b5;
    font-family: "DINPro-Regular", "MyriadPro-Regular", "Arial Regular", Helvetica, Tahoma, sans-serif;
}

.wiew_all:hover {
    color: #000;
}

.havent {
    display: block;
    width: 100%;
    float: left;
    margin: 28px 0;
    font-size: 16px;
    color: #d45a5a;
    color: #c00;
}


.display-image-product {

}

.discount {
    position: absolute;
    z-index: 99;
    top: 15px;
    left: -10px;
    padding: 10px 7px;
    background: #000;
    color: #fff;
}

.discount-cat {
    position: absolute;
    z-index: 99;
    top: 15px;
    left: 5px;
    padding: 10px 7px;
    background: #000;
    color: #fff;
}

.discount-cat::after {
    content: '';
    background: url(../images/triangle.png);
    display: block;
    width: 13px;
    height: 13px;
    top: 34px;
    left: -2px;
    position: absolute;
}


.display-image-product .discount::after {
    content: '';
    background: url('../images/triangle.png');
    display: block;
    width: 13px;
    height: 13px;
    top: 34px;
    left: -2px;
    position: absolute;
}

.newsimg img {
	width: 100%;
}

.newslink.bold {
    text-shadow: 0.4px 0.4px 0 #000;
}

.right-end-block select {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 5px;
}

.allcities {
    margin: 40px 0;
    width: 80%;
    padding: 0!important;
}

.allcities .inserted {
    list-style-type: none;
    color: #000;
}

.allcities .inserted a {
    color: #000;
}

.allcities .spoiler-block li {
    padding: 2px;
    border: none;
}

.wrapper-dark {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.popup-info {
    z-index: 9999991;
    max-width: 100%;
    text-align: center;
}

.close_popup {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    cursor: pointer;
}

input[type="checkbox"] {
    opacity: 0;
    width: 0;
}

#mse2_filters label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

#mse2_filters label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}

#mse2_filters label.checked:before {
    background-image: url('../icons/check.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}


#mse2_filters input:checked {
  color: red;
}

.mse2_number_inputs label::before {
    padding-left: 0px!important;
    display: none!important;
}

.mse2_number_inputs label {
    padding-left: 0px!important;
}

.table-popup {
    background-size: 100%;
    display: block;
    width: 1000px;
    height: 571px;
    position: fixed;
    top: 20%;
    left: calc(45% - 400px);
    z-index: 150;
}

.wrapper-black {
    z-index: 149;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.63);
}

#office-profile-form .header {
    padding: 0px 0px 15px 0;
    height: initial;
}

table tr {
    border-bottom: 1px solid #ccc;
}

table {
    width: 100%;
    text-align: left;
}

.header-table {
    background: #f7f7f7;
}

table th, table td {
  padding: 20px;
}

.form-control-static {
  margin-top: 0;
}

.mslistorder-total {
  line-height: 28px;
}

#office-profile-form input {
  border-radius: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}

#office-profile-form .avatar {
  display: none;
}

#office-profile-form .header {
  display: none;
}

.fa-font:before {
  content: ''!important;
}

.dark-black {
  width: 80%;
  background: #000;
  text-align: center;
}

.dark-black p {
  color: #fff;
  padding: 25px;
}

.spoiler-block-delivery {
  padding-left: 0!important;
  display: block;
  overflow: auto;
}

.spoiler-block-delivery table tr:last-child {
  border-bottom: 0;
}

.spoiler-block-delivery table td {
  padding: 20px 0;
}

.title-empty {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.empty-products .product-one {
  margin-bottom: 40px;
}

.pagination {
	padding-left: 0;
	float: left;
	width: 100%;
}

.pagination li {
	display: inline-block;
	padding: 2px 5px;
}

.pagination .active {
	text-shadow: 0.4px 0.4px 0 #000;
}

.submenu-lookbook-col {
	margin: 0 auto;
    display: block;
    float: none;
}

.submenu-lookbook-col > a:last-child {
    padding-right: 15px;
}
.call-block input.error {
    border-bottom: 1px solid #c00;
}
#callback_mobile input.error {
    border-bottom: 1px solid #c00;
}
.dark-info {
	overflow: auto;
}
.call-block.dark {
	background: #000;
	color: #fff;
	border: none;
}
.call-block.dark p, .call-block.dark a {
	color: #fff;
}

.spoiler-block .dotted li {
      padding: 0!important;
    border: 0!important;
    list-style-type: circle;
}


.modal-header {
	background: #000;
	color: #fff;
}

.modal-header .close {
	color: #fff;
}

.forder-popup__block--grey {
	background: #fff!important;
	border-bottom: 0!important;
}

.form-footer {
	text-align: center;
}

.form-footer button {
	padding: 15px 25px;
    margin-bottom: 25px;
}

.msoneclickSuccess button {
	padding: 15px 25px;
}

.glyphicon-remove::before {
	content: '';
}

.forder-popup__block--grey input {
    border-radius: 0!important;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}

/**** UPDATE TOP MENU ***/

/* GLOBAL STYLES */
body.lock {
  width: 100%;
  height: 100%;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* HEADER */
.header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #000;
  background-color: #fff; }
  @media screen and (max-width: 1024px) {
    .header {
      height: 45px;
      border-bottom-color: transparent; } }
  .header.header_absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: transparent; }
  .header .container {
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .header .container {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px; } }

/* LOGO */
.logo {
  display: inline-block;
  line-height: 90px; }
  @media screen and (max-width: 1024px) {
    .logo {
      display: none; } }
      
.logo img {
    max-height: 60px;
}

.header-right {
  display: block;
  float: right;
  width: 45%;
}

.menu {
	float: right;
}

@media screen and (max-width: 1024px) {
	.menu {
		display: none;
	}
}
/* MENU */
/*.menu {
  position: absolute;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 275px;
  min-height: 90px; }
  @media screen and (max-width: 1199px) {
    .menu {
      left: -70px; } }
  @media screen and (max-width: 1024px) {
    .menu {
      display: none !important; } }

.menu-main {
  min-height: 90px;
  margin: 0;
  padding: 15px 0 8px; }
  .menu-main li {
    display: inline-block;
    padding: 24px 0;
    width: 33.33%;
    margin-right: -0.36em; }
    .menu-main li > a {
      display: block;
      height: 100%;
      text-align: center; }
      .menu-main li > a:hover {
        text-shadow: 0px 0px 0px black; }
*/
/* MENU BAR */
.menu-bar {
  display: block;
  float: right; }

.menu-bar-item {
  position: relative;
  display: inline-block;
  min-width: 52px;
  text-align: center;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  /*search*/
  /*cabinet*/ }
  @media screen and (min-width: 1025px) {
    .menu-bar-item:hover .menu-bar-dropdown {
      display: block; } }
  @media screen and (min-width: 1025px) {
    .menu-bar-item:hover {
      border-color: #e8e8e8; } }
  @media screen and (max-width: 1024px) {
    .menu-bar-item {
      min-width: 35px; } }
  .menu-bar-item .fa {
    font-size: 18px; }
  .menu-bar-item .bar-wrap {
    display: inline; }
    @media screen and (max-width: 1024px) {
      .menu-bar-item .bar-wrap {
        position: relative;
        display: block; } }
  @media screen and (max-width: 1024px) {
    .menu-bar-item[data-bar="search"] {
      position: static; } }
  .menu-bar-item[data-bar="cabinet"] img {
    position: relative;
    top: -4px; }
  @media screen and (max-width: 1024px) {
    .menu-bar-item[data-mobile="false"] {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .menu-bar-item[data-desktop="false"] {
      display: none; } }

.menu-bar-item__link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 90px; }
  @media screen and (max-width: 1024px) {
    .menu-bar-item__link {
      line-height: 45px; } }
  @media screen and (max-width: 1024px) {
    .menu-bar-item__link {
      padding-left: 10px;
      padding-right: 10px; } }

/* TOGGLE */
.menu-bar-item__toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  font-size: 0;
  color: transparent; }
  @media screen and (max-width: 1024px) {
    .menu-bar-item__toggle {
      display: block;
      width: 100%;
      height: 100%;
      z-index: 3;
      visibility: visible; } }

.menu-bar-dropdown {
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 33;
  border: 1px solid #e8e8e8;
  border-top: 1px solid #000;
  background-color: #fff; }
  @media screen and (max-width: 1024px) {
    .menu-bar-dropdown {
      border-top: 0; }
      .menu-bar-dropdown.open {
        display: block; } }

.btn-close[data-close="dropdown"] {
  position: absolute;
  z-index: 17;
  top: 0;
  right: 0; }
  @media screen and (min-width: 1025px) {
    .btn-close[data-close="dropdown"] {
      display: none; } }

.menu-bar-dropdown_search {
  width: 353px;
  height: 98px;
  left: auto;
  right: -20px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1024px) {
    .menu-bar-dropdown_search {
      display: block;
      z-index: 1001;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      max-width: 100%;
      height: 58px;
      padding-top: 6px;
      transform: translateY(-100%);
      transition: all .5s ease; }
      .menu-bar-dropdown_search.open {
        transform: translateY(0%);
        transition: all .5s ease; } }

.menu-bar-dropdown_call {
  width: 350px;
  left: -125px;
  right: 0; }

.btn.btn_full {
	width: 100%;
}

.menu-bar-dropdown_cart {
  min-width: 350px;
  right: 0;
  border-top: 0;
  left: auto;
  display: block;
  border: 0;
}
.menu-bar-dropdown_cart .ajax-data{
	top:0;
}

.cart-alert p {
  font-size: 13px;
  color: #000;
  text-align: left; }

.menu-bar-dropdown_cabinet {
  width: 350px;
  padding: 30px;
  left: -150px; }
  .menu-bar-dropdown_cabinet .fa {
    font-size: 12px;
    padding-right: 14px; }
  .menu-bar-dropdown_cabinet .icon-r {
    padding-right: 14px;
    font-size: 12px; }
  .menu-bar-dropdown_cabinet .fa-user {
    padding-left: 3px;
   }
   .menu-bar-dropdown_cabinet .icon-r {
    padding-left: 2px;
    padding-right: 17px;
    font-size: 15px;
    font-style: normal;
   }
  .menu-bar-dropdown_cabinet ul {
    padding: 0;
    margin: 0; }
    .menu-bar-dropdown_cabinet ul li a {
      font-size: 13px;
      color: #666;
      display: inline-block;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: left;
      border-bottom: 1px solid #e8e8e8;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .menu-bar-dropdown_cabinet ul li a:hover {
        color: #000;
        -webkit-transition: .2s ease;
        transition: .2s ease; }

/* BUTTON MENU */
.menu-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 881;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.7); }
  @media screen and (min-width: 1025px) {
    .menu-button {
      display: none; } }

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 18px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -8px; }
  .burger-icon::after {
    top: 8px; }

.menu-button.is-active .burger-icon {
  background-color: transparent; }
.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }
.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

/* MOBILE MENU */
.menu-mobile-logo img {
    max-height: 60px;
}

.menu-mobile {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  display: block;
  /*width: 235px;*/
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  background-color: #ffffff;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all .4s ease; }
  .menu-mobile.open {
    transform: translateX(0);
    transition: all .4s ease; }
  .menu-mobile .menu-button {
    left: auto;
    right: 0; }

.menu-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s ease; }
  @media screen and (min-width: 1025px) {
    .menu-overlay {
      display: none !important; } }
  .menu-overlay.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all .5s ease; }

/* HEAD */
.menu-mobile-head {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }

/* BODY */
.menu-mobile-body {
  padding-top: 40px;
  width: 100%;
  max-height: 350px;
  overflow-y: auto; }
  @media screen and (max-height: 550px) {
    .menu-mobile-body {
      max-height: 200px; } }
  @media screen and (max-height: 425px) {
    .menu-mobile-body {
      max-height: none; } }
  .menu-mobile-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #000000; }
  .menu-mobile-body::-webkit-scrollbar-track {
    background-color: #ecedee; }
  .menu-mobile-body::-webkit-scrollbar {
    width: 4px; }

/* PANEL */
.menu-mobile-panel {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border-top: 1px solid  #e8e8e8;
  border-bottom: 1px solid  #e8e8e8; }

.menu-mobile-panel__item {
  display: block;
  float: left;
  width: 33.33333%;
  text-align: center;
  line-height: 56px; }
  .menu-mobile-panel__item .fa {
    font-size: 22px; }
  .menu-mobile-panel__item .icon-img {
    position: relative;
    top: -7px; }
  .menu-mobile-panel__item:not(:last-child) {
    border-right: 1px solid  #e8e8e8; }
  .menu-mobile-panel__item.active {
    background-color: #e8e8e8; }

/* CATALOG */
.menu-mobile-catalog {
  padding-left: 24px;
  margin: 0; }
  .menu-mobile-catalog a {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    color: #000; }
  .menu-mobile-catalog > li {
    padding-bottom: 30px; }
    .menu-mobile-catalog > li > a {
      display: inline-block; }

.m-parent {
  position: relative;
  display: inline-block;
  padding-right: 20px; }
  .m-parent:after {
    content: "\f105";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    transition: all .5s ease; }
  .m-parent.clicked:after {
    transform: translateY(-50%) rotate(90deg);
    transition: all .5s ease; }

/* SUBCATALOG */
.submenu-mobile-catalog {
  display: none;
  margin: 0;
  padding-top: 20px;
  padding-left: 20px; }
  .submenu-mobile-catalog > li {
    padding-bottom: 19px; }
  .submenu-mobile-catalog ul {
    display: none;
    margin-top: 17px;
    margin-bottom: 0;
    padding-left: 14px; }
    .submenu-mobile-catalog ul li {
      padding-bottom: 5px; }
      .submenu-mobile-catalog ul li a {
        font-size: 13px; }

/* PHONES */
.menu-mobile-phone {
  display: block;
  width: 100%; }
  .menu-mobile-phone a {
    display: block;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px; }

/* MENU LIST */
.menu-mobile-list {
  padding-left: 24px;
  margin: 0; }
  .menu-mobile-list li {
    margin-bottom: 30px; }
    .menu-mobile-list li a {
      display: inline-block;
      color: #000;
      font-size: 21px;
      font-weight: 400; }

/* FOOTER */
.menu-mobile-footer {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #fff; }
  @media screen and (max-height: 425px) {
    .menu-mobile-footer {
      position: relative;
      padding-bottom: 10px;
      padding-top: 10px; } }

/* SOCIAL */
.menu-mobile-social {
  width: 150px;
  margin: 0 auto;
  padding-left: 0; }
  .menu-mobile-social li {
    display: block;
    float: left;
    width: 33.33333%;
    text-align: center; }
    .menu-mobile-social li a {
      font-size: 20px; }

/* MENU PANEL */
/* close button */
.btn-close {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 33;
  text-align: center;
  background-color: transparent; }
  .btn-close[data-close="panel"] {
    position: absolute;
    top: 0;
    right: 0; }

.icon {
  display: inline-block; }

.icon-remove {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #000;
  margin: 0 auto;
  transform: translateY(-50%); }
  .icon-remove:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-remove:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* STYLES FOR PANEL  */
.menu-panel {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  background-color: #ffffff;
  overflow-y: auto; }
  .menu-panel.panel-left {
    transform: translateX(-100%);
    transition: all .4s ease; }
    .menu-panel.panel-left.open {
      transform: translateX(0);
      transition: all .4s ease; }
  .menu-panel.panel-right {
    transform: translateX(100%);
    transition: all .4s ease; }
    .menu-panel.panel-right.open {
      transform: translateX(0);
      transition: all .4s ease; }

.menu-panel-body {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px; }

.menu-panel-body__title {
  display: inline-block;
  margin-bottom: 15px;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2; }

.menu-panel-body__text {
  margin-bottom: 15px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px; }

.menu-panel-body-social {
  position: relative;
  text-align: center;
  margin-top: 30px; }
  .menu-panel-body-social ul {
    padding-left: 0;
    width: 120px;
    margin: 17px auto 0; }
    .menu-panel-body-social ul li {
      display: block;
      float: left;
      width: 33.33333%;
      text-align: center; }
      .menu-panel-body-social ul li a {
        color: #000; }
        .menu-panel-body-social ul li a .fa {
          font-size: 20px; }

.menu-panel-body-social__title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center; }

/* CALL PANEL */
.menu-panel-body_call {
  padding-top: 120px; }

/* THANKS CALL PANEL */
.menu-panel-body_thanks-call {
  padding-top: 120px; }

.m-mobile-thanks {
  padding-bottom: 120px;
  text-align: center; }
  .m-mobile-thanks p {
    font-size: 21px;
    font-weight: 400; }
    .m-mobile-thanks p span {
      font-size: 13px;
      font-weight: 500; }

/* TABS */
.tab-content {
  width: 100%; }

.tab-content-item {
  width: 100%;
  display: none; }
  .tab-content-item.active {
    display: block; }

/* FORM */
.n-form {
  position: relative;
  display: block;
  width: 100%; }

.n-form-group__link {
  position: absolute;
  display: block;
  top: 9px;
  right: 0;
  z-index: 3;
  background-color: #fff; }

.n-form-group {
  position: relative;
  display: block; }
  .n-form-group:not(:last-child) {
    margin-bottom: 25px; }

.n-form-group_center {
  text-align: center; }

.n-form-input {
  width: 100%;
  height: 36px;
  padding-left: 4px;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border-color: transparent;
  border-width: 1px;
  border-bottom-color: #e8e8e8;
  transition: all .3s ease; }
  .n-form-input[type="password"] {
    padding-right: 100px; }
  .n-form-input::-moz-placeholder {
    color: #000;
    transition: all .2s ease; }
  .n-form-input:-ms-input-placeholder {
    color: #000;
    transition: all .2s ease; }
  .n-form-input::-webkit-input-placeholder {
    color: #000;
    transition: all .2s ease; }
  .n-form-input:focus {
    transition: all .3s ease; }
    .n-form-input:focus::-moz-placeholder {
      opacity: 0;
      transition: all .2s ease; }
    .n-form-input:focus:-ms-input-placeholder {
      opacity: 0;
      transition: all .2s ease; }
    .n-form-input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: all .2s ease; }

.n-form-input_border {
  border: 1px solid #b8b8b8; }

.n-form-input_black {
  border-bottom-color: #000; }

.n-form-group_select {
  font-size: 18px; }
  .n-form-group_select:after {
    content: "\f105";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    transition: all .5s ease; }
  .n-form-group_select.clicked:after {
    transform: translateY(-50%) rotate(90deg);
    transition: all .5s ease; }

.n-form-select {
  width: 100%;
  height: 36px;
  padding-left: 4px;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border-color: transparent;
  border-width: 1px;
  border-bottom-color: #e8e8e8;
  transition: all .3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .n-form-select:focus {
    outline: none; }
    .n-form-select:focus option {
      outline: none; }

.n-btn {
  position: relative;
  display: inline-block;
  min-width: 200px;
  height: 37px;
  border: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  background-color: #000; }
  .n-btn:active {
    background-color: rgba(0, 0, 0, 0.79); }

.n-btn_full {
  width: 100%; }

.btn-back {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 21;
  display: block;
  padding: 0;
  width: 80px;
  height: 30px;
  color: #000;
  font-size: 13px;
  text-align: center;
  background: #fff;
  border: 0; }
  @media screen and (max-height: 425px) {
    .btn-back {
      position: relative;
      bottom: 0; } }
  .btn-back .fa {
    display: inline-block;
    font-size: 13px; }

/* MOBILE CART */
.menu-panel-body_cart {
  padding-top: 75px; }
  .menu-panel-body_cart .n-form_mobile {
    padding-top: 10px; }

.m-cart {
  position: relative;
  display: block;
  width: 100%; }

.menu-panel-footer {
  position: absolute;
  z-index: 21;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #fff; }

.m-cart-list {
  width: 100%;
  padding: 0 5px;
  max-height: 560px;
  overflow-y: auto; }
  .m-cart-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #000000; }
  .m-cart-list::-webkit-scrollbar-track {
    background-color: #ecedee; }
  .m-cart-list::-webkit-scrollbar {
    width: 4px; }
  @media screen and (max-height: 720px) {
    .m-cart-list {
      max-height: 430px; } }
  @media screen and (max-height: 615px) {
    .m-cart-list {
      max-height: 350px; } }
  @media screen and (max-height: 520px) {
    .m-cart-list {
      max-height: 280px; } }

.m-cart-list-item {
  position: relative;
  width: 100%; }
  .m-cart-list-item:not(:last-child) {
    margin-bottom: 30px; }
  .m-cart-list-item .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px; }
    .m-cart-list-item .btn-close .icon:after, .m-cart-list-item .btn-close .icon:before {
      width: 15px; }

.m-cart-product {
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

.m-cart-product__image {
  display: block;
  float: left;
  width: 37%; }

.m-cart-data {
  display: block;
  float: right;
  width: 63%;
  padding-left: 15px;
  padding-top: 8px; }

.m-cart-data__title {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 5px; }

.m-cart-data__num {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 10px; }

.m-cart-data__price {
  padding-bottom: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 400; }

.m-cart-data__color {
  display: block;
  padding-bottom: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2; }
  .m-cart-data__color span {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px; }

.m-cart-color {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border: 1px solid #bababa;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  color: transparent; }

.m-cart-data__size {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2; }
  .m-cart-data__size span {
    color: #666666;
    text-transform: uppercase; }

/* NUMBER INPUT */
.number {
  position: relative;
  display: block;
  width: 100%; }

.number__button {
  display: block;
  float: left;
  width: 20%;
  height: 37px;
  padding: 0;
  color: #000000;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #000000; }

.number__input {
  display: block;
  float: left;
  width: 56%;
  height: 37px;
  margin: 0 2%;
  border: 1px solid #b8b8b8;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: center; }

/* COLLAPSE */
.collapse {
  position: relative;
  width: 100%; }
  .collapse:not(:last-child) {
    margin-bottom: 20px; }

/* COLLAPSE HEAD */
.collapse-head {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 9px;
  padding-top: 9px;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  border-bottom: 1px solid #b8b8b8;
  cursor: pointer; }
  .collapse-head:after {
    content: "\f105";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    transition: all .5s ease; }
  .collapse-head.clicked:after {
    transform: translateY(-50%) rotate(90deg);
    transition: all .5s ease; }

.collapse-body {
  display: none;
  position: relative;
  padding-top: 23px;
  padding-top: 23px; }

/* DELIVERY */
.delivery-buttons {
  margin-top: 80px; }
  .delivery-buttons .n-btn:first-child {
    margin-bottom: 15px; }

.submenu-lookbook-col .owl-prev {
    width: 15px;
    height: 27px;
    left: -30px;
    display: block;
}

.submenu-lookbook-col .owl-next {
    width: 15px;
    height: 27px;
    right: -30px;
    display: block;
}

.submenu .submenu-lookbook-col {
    border: 0!important;
    display: flex;
}

#msOrder .salecard div {
  padding: 0;
}
#msOrder .salecard div:first-child {
  padding-right: 15px;
}



@media screen and (max-width: 900px) {
    .product-conditions {
        display: none!important;
    }
}

@media screen and (max-width: 1400px) {
  .buttons-block button[name='ms2_action'] {
    margin-right: 3%;
  }
}


@media screen and (max-width: 1160px) {
  #oneClick {
      float: right;
      width: 47%;
  }
  .card-product .row .btn-dark {
    margin-top: 0;
  }
  .buttons-block {
    margin-top: 35px;
  }
}

#hidden-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
  box-shadow: -1px 4px 12px 3px rgba(0, 0, 0, 0.63);
}

#hidden-popup  .close_popup{
  /*width: 100px;*/
  height: 34px;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
  top: 85%;
  /* background: #fff; */
  cursor: pointer;
}

/*# sourceMappingURL=app.css.map */
#bg-video {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  width: 100%;
}

.size-table {
    display: none;
}

.wrapper-block {
  width: 100%;
  text-align: center;
  position: fixed;
  height: 100%;
  top: 0;
  background: #000000ab;
  z-index: 9999;
}

#city-checker {
  position: relative;
  width: 100%;
  max-width: 510px;
  height: 410px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding-top: 110px;
}

#city-checker .city_ok {
    padding: 10px 14px;
    border: 1px solid;
    cursor: pointer;
    margin-right: 15px;
}

#city-checker .city_no {
	text-decoration: underline;
	cursor: pointer;
}

#city-checking {
  border: none;
  border-bottom: 2px solid #fff;
  background: #000;
  padding: 12px 0 12px 0;
  color: #fff;
  width: 100%;

}

#city-checker .hidded {
  height: 0;
  overflow: hidden;
}

.suggestions-wrapper {
  color: #fff;
  text-align: left;
  background: #000;

}

.suggestions-suggestions {
  background: #000!important;
  color: #fff;
}

.suggestions-suggestion:hover {
  background: #171717!important;
}

.city_submit {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 300px;
}

.city_submit p {
  font-size: 16px;
  margin-bottom: 25px;
}

.city_get {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 300px;
  text-align: left;
}

.city_get p {
  margin-top: 25px;
  font-size: 16px;
}

.popular_cities {
  line-height: 22px;
}

.popular_cities li {
	cursor: pointer;
}

.popular_cities li:hover {
	text-decoration: underline;
}

.well {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #000000;
  -webkit-box-shadow: 0;
  box-shadow:  0;
}

#office-profile-form .btn {
  box-shadow: none;
  border: 1px solid #000;
  padding: 10px 15px;
  background: #000;
  position: relative;
  line-height: 17px;
}

#office-profile-form .btn:hover {
  background: #fff;
  color: #000;
}

#office-profile-form .btn-danger {
  top: 1px;
}

.office-message-success {
  background: #000!important;
  color: #fff!important;
  border-radius: 0px!important;
}

.msoneclick_modal .control-label {
    float: left;
    display: block!important;
    width:  100%;
    text-align: left!important;
    padding: 0px 0px 0px 0!important;
    margin-top: 15px!important;
}

.msoneclick_modal {
  position: fixed!important;
}

.mse2_number_slider {
  cursor:  pointer;
}

.mse2_number_slider div, .mse2_number_slider span {
  cursor:  pointer;
}

.ui-slider-horizontal .ui-slider-handle {
  cursor:  pointer!important;
}

#topPromocode {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    overflow: hidden;
    background: #000;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
    position: relative;
    z-index: 9999;
}

#topPromocode .close {
  position: absolute;
  top: 1px;
  right: 10px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

.brand-block-desc > div {
  text-align: center;
}

.hide_filter-sale {
    
    position: relative!important;    
}

.slider-link {
    width: 100%;
    height: calc(100% - 90px);
    display: block;
    position: absolute;
}

.submenu-mobile-catalog a.red {
    color: #c00;
}

.new-collection_link .btn {
    width: 100%;
    margin: 25px auto 40px auto;
    display: block;
    color: #fff;
    max-width: 175px;
    border: 1px solid;
    padding: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.new-collection_link .btn:hover {
    background: #fff;
    color: #000;
}

.modInstagram {
    display: flex;
}