@charset "UTF-8";
/*
Theme Name: LargeModa
Theme URI: https://kofelatte.studio/portfolio/
Author: the Kofelatte Studio
Author URI: http://kofelatte.studio/
Description: LargeModa brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device. This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: largemoda
*/
.sales-line {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background-color: #0f2544;
  color: #fff;
  font-weight: 300;
  opacity: 1;
  transition: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1396px;
  z-index: 5;
  padding: 10px 0;
  transform: translate(-50%, 0); }
  .sales-line * {
    white-space: nowrap; }
  .sales-line strong {
    font-family: 'Gilroy-Bold';
    margin-left: auto;
    text-align: center;
    line-height: 14px; }
  .sales-line p {
    margin: 0;
    text-align: center;
    padding: 0 15px; }
  .sales-line .more {
    margin: 0 20px;
    color: #fff;
    text-decoration: underline; }
    .sales-line .more:hover {
      font-weight: 700; }
  .sales-line .close {
    display: flex;
    position: static;
    margin-left: auto;
    margin-right: 15px;
    width: 13px;
    height: 13px;
    opacity: 1;
    background: url("./assets/img/white-close.png");
    background-repeat: no-repeat;
    background-size: contain; }
    .sales-line .close:hover {
      opacity: .75; }
  .sales-line:before {
    content: "";
    position: absolute;
    background-color: #0f2544;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 200vw;
    left: -100vw; }
  .sales-line.d-none {
    width: 50px;
    opacity: 1;
    display: flex !important;
    color: #0f2544;
    border-radius: 50% 50% 0 0;
    transition: 1s; }
    .sales-line.d-none > *:not(.close) {
      display: none !important; }
    .sales-line.d-none .close {
      margin: 0 auto;
      width: 50px;
      height: 29px;
      background: url(./assets/img/gift-box.png) center no-repeat;
      background-size: contain; }
    .sales-line.d-none:before {
      width: 50px;
      border-radius: 50% 50% 0 0; }

/*grey*/
/*<Fonts>*/
@font-face {
  font-family: 'Gilroy-Regular';
  src: url("./assets/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("./assets/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("./assets/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("./assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*</Fonts>*/
/* === BEGIN INPUTs === */
::-webkit-input-placeholder {
  color: #fff !important; }

::-moz-placeholder {
  color: #fff !important; }

:-ms-input-placeholder {
  color: #fff !important; }

[type="text"],
[type="tel"],
[type="email"],
[type="password"],
[type="search"],
[type="date"],
[type="file"],
textarea,
select {
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Roboto-Regular', sans-serif; }
  [type="text"].focus, [type="text"]:focus, [type="text"]:not(:disabled):not(.disabled).active:focus, [type="text"]:not(:disabled):not(.disabled):active:focus,
  [type="tel"].focus,
  [type="tel"]:focus,
  [type="tel"]:not(:disabled):not(.disabled).active:focus,
  [type="tel"]:not(:disabled):not(.disabled):active:focus,
  [type="email"].focus,
  [type="email"]:focus,
  [type="email"]:not(:disabled):not(.disabled).active:focus,
  [type="email"]:not(:disabled):not(.disabled):active:focus,
  [type="password"].focus,
  [type="password"]:focus,
  [type="password"]:not(:disabled):not(.disabled).active:focus,
  [type="password"]:not(:disabled):not(.disabled):active:focus,
  [type="search"].focus,
  [type="search"]:focus,
  [type="search"]:not(:disabled):not(.disabled).active:focus,
  [type="search"]:not(:disabled):not(.disabled):active:focus,
  [type="date"].focus,
  [type="date"]:focus,
  [type="date"]:not(:disabled):not(.disabled).active:focus,
  [type="date"]:not(:disabled):not(.disabled):active:focus,
  [type="file"].focus,
  [type="file"]:focus,
  [type="file"]:not(:disabled):not(.disabled).active:focus,
  [type="file"]:not(:disabled):not(.disabled):active:focus,
  textarea.focus,
  textarea:focus,
  textarea:not(:disabled):not(.disabled).active:focus,
  textarea:not(:disabled):not(.disabled):active:focus,
  select.focus,
  select:focus,
  select:not(:disabled):not(.disabled).active:focus,
  select:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    outline: none; }

.form-control,
[type="text"],
[type="tel"],
[type="email"],
[type="password"],
[type="search"],
textarea,
select {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #282828;
  outline: none;
  border-radius: 0px !important;
  color: #282828;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control:focus,
  [type="text"]:focus,
  [type="tel"]:focus,
  [type="email"]:focus,
  [type="password"]:focus,
  [type="search"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #282828;
    box-shadow: none;
    outline: none; }

textarea {
  min-height: 168px;
  border: 1px solid #282828;
  background-color: #ffffff; }

.woo-checkout .form-control,
.woo-checkout [type="text"],
.woo-checkout [type="tel"],
.woo-checkout [type="email"],
.woo-checkout [type="password"],
.woo-checkout [type="search"],
.woo-checkout textarea,
.woo-checkout select {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ededed;
  outline: none;
  border-radius: 0px !important;
  color: #282828;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .woo-checkout .form-control:focus,
  .woo-checkout [type="text"]:focus,
  .woo-checkout [type="tel"]:focus,
  .woo-checkout [type="email"]:focus,
  .woo-checkout [type="password"]:focus,
  .woo-checkout [type="search"]:focus,
  .woo-checkout textarea:focus,
  .woo-checkout select:focus {
    border: 1px solid #282828;
    box-shadow: none;
    outline: none; }

.woo-checkout textarea {
  min-height: 168px;
  border: 1px solid #ededed;
  background-color: #ffffff; }

.form-control-sm {
  padding: .25rem .5rem;
  font-size: .875rem; }

.form-control-lg {
  padding: .75rem 1rem; }

.wpcf7-not-valid,
.error-input,
input.required.error {
  border-radius: 0;
  height: 48px;
  border: 1px solid #ebeaea;
  background-color: #ffffff; }

.wpcf7-not-valid-tip,
.error-txt,
.error {
  color: #b30000;
  font-size: 85%;
  display: block; }

.required {
  display: inline-block;
  color: #b30000;
  line-height: 1.2;
  vertical-align: top;
  text-decoration: none !important; }

/*custom checkbox*/
.form-group {
  margin-bottom: 7px; }
  .form-group input {
    display: none; }
  .form-group label:hover:before {
    border: 1px solid #282828; }
  .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ebeaea;
    padding: 9px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 19px; }
  .form-group input[type=radio] + label:before {
    border-radius: 50%; }
  .form-group input[type=radio]:checked + label:before {
    border-radius: 50%;
    background: url("./assets/img/radio.png") center no-repeat; }

input:checked + label:before {
  content: '';
  background: url("./assets/img/checkbox.png") center no-repeat;
  border: 1px solid #282828; }

/**/
/*custom .quantity */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield;
  padding: 0 15px; }

.quantity {
  display: flex;
  border-radius: 0;
  max-width: 110px;
  position: relative;
  border: 1px solid #f5f5f5;
  margin: 0 auto; }
  .quantity input {
    -webkit-flex-grow: 100;
    flex-grow: 100;
    border: none;
    background: none;
    font-size: 18px !important;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px 5px;
    line-height: 1;
    height: 40px;
    border: none; }
  .quantity .btn {
    display: inline-block;
    font-size: 17px !important;
    padding: 3px 5px;
    text-align: center;
    border-radius: 0px;
    color: #000;
    line-height: 1;
    text-align: center; }
    .quantity .btn:hover {
      color: #282828; }

/*custom input*/
.modal.fade .modal-dialog {
  justify-content: center; }

.modal-content {
  padding: 40px;
  max-width: 420px;
  border-radius: 0;
  background-clip: inherit;
  border: none !important; }

.form-control {
  height: calc(2.25rem + 12px);
  border-radius: 0;
  width: calc(100% - 70px);
  float: left; }

.close {
  position: absolute;
  right: 20px;
  top: 20px; }

.btn-tel-form {
  width: 70px;
  height: 48px;
  background: url(./assets/img/long-arrow.svg) center no-repeat #FFAF00;
  background-size: 32px;
  border: none;
  cursor: pointer;
  outline: none; }

.form-control:focus {
  color: #495057;
  background-color: #fff; }

#callback .form-control,
#callback [type="text"],
#callback [type="tel"],
#callback [type="email"],
#callback [type="password"],
#callback [type="search"],
#callback textarea,
#callback select,
#newslettersModal .form-control,
#newslettersModal [type="text"],
#newslettersModal [type="tel"],
#newslettersModal [type="email"],
#newslettersModal [type="password"],
#newslettersModal [type="search"],
#newslettersModal textarea,
#newslettersModal select,
#loginForm .form-control,
#loginForm [type="text"],
#loginForm [type="tel"],
#loginForm [type="email"],
#loginForm [type="password"],
#loginForm [type="search"],
#loginForm textarea,
#loginForm select {
  background-color: #f4f4f4;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  color: #282828;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  #callback .form-control:focus,
  #callback [type="text"]:focus,
  #callback [type="tel"]:focus,
  #callback [type="email"]:focus,
  #callback [type="password"]:focus,
  #callback [type="search"]:focus,
  #callback textarea:focus,
  #callback select:focus,
  #newslettersModal .form-control:focus,
  #newslettersModal [type="text"]:focus,
  #newslettersModal [type="tel"]:focus,
  #newslettersModal [type="email"]:focus,
  #newslettersModal [type="password"]:focus,
  #newslettersModal [type="search"]:focus,
  #newslettersModal textarea:focus,
  #newslettersModal select:focus,
  #loginForm .form-control:focus,
  #loginForm [type="text"]:focus,
  #loginForm [type="tel"]:focus,
  #loginForm [type="email"]:focus,
  #loginForm [type="password"]:focus,
  #loginForm [type="search"]:focus,
  #loginForm textarea:focus,
  #loginForm select:focus {
    background: #f4f4f4;
    box-shadow: none;
    outline: none; }

/*btn*/
.btn-primary {
  background-color: #282828;
  border-color: #282828;
  box-sizing: border-box;
  border-radius: 0;
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 14px 30px; }
  .btn-primary:hover {
    border-color: #494b4d;
    background-color: #494b4d;
    color: #fff; }

.btn-secondary {
  color: #282828;
  box-sizing: border-box;
  border-radius: 0px;
  font-size: 14px;
  line-height: 24px;
  height: 54px;
  border: 1px solid #282828;
  background-color: #ffffff;
  color: #282828;
  padding: 14px 30px; }
  .btn-secondary:hover {
    background-color: #282828; }

.btn-subscription {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0px;
  background: transparent; }

.btn-one-click {
  border: 1px solid #1A63E6;
  color: #1A63E6;
  border-radius: 0px; }
  .btn-one-click:hover {
    border: 1px solid #1A63E6 !important;
    color: #1A63E6; }

.btn-next {
  border: 1px solid #1A63E6;
  color: #1A63E6;
  border-radius: 0; }
  .btn-next:hover {
    border: 1px solid #1A63E6 !important;
    color: #1A63E6; }
  .btn-next .blue-lg-arrow-bg {
    width: 30px;
    height: 10px;
    margin-left: 5px;
    display: inline-block;
    background: url("assets/img/blue-lg-arrow-bg.svg") center no-repeat; }

.btn-prev {
  border: 1px solid #1A63E6;
  color: #1A63E6;
  border-radius: 0px; }
  .btn-prev:hover {
    border: 1px solid #1A63E6 !important;
    color: #1A63E6; }
  .btn-prev .blue-lg-arrow-bg {
    width: 30px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background: url("assets/img/blue-lg-reverse-arrow-bg.svg") center no-repeat; }

.btn-default {
  background: #C4C4C4;
  border-radius: 4px;
  color: #fff; }

.btn-lg {
  min-width: 200px;
  line-height: 32px; }

.btn-md {
  min-width: 180px;
  line-height: 32px; }

.btn-sm {
  min-width: 160px;
  line-height: 32px; }

/**/
/* === END INPUTs === */
.close {
  outline: none !important; }

div#newslettersModal .modal-header .title_4 {
  margin-bottom: 0 !important; }

.modal-header .close {
  top: 15px; }

body.overflow-hidden {
  overflow-y: hidden; }

.wrap_page {
  margin-top: 154px; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .3s;
  background-color: #fff;
  z-index: 5; }
  header .header-logo {
    transition: all .4s; }
  header.out {
    transform: translateY(-100%); }

.first-line {
  display: flex;
  justify-content: space-between; }

.telephone-box {
  width: 252px;
  display: flex;
  align-items: center;
  position: relative; }
  .telephone-box .numberDropdown {
    padding: 0 55px;
    background: url("assets/img/icon-telephone.png") 1px no-repeat, url("assets/img/icon_arrowBottom--black.png") calc(100% - 28px) no-repeat;
    cursor: pointer; }
    .telephone-box .numberDropdown a {
      color: #282828;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      text-decoration: none; }
      .telephone-box .numberDropdown a:hover {
        font-weight: 700; }
  .telephone-box .numberList {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 3;
    width: 273px; }
    .telephone-box .numberList:before {
      content: "";
      position: absolute;
      top: -18px;
      right: 49px;
      width: 25px;
      height: 25px;
      background: url("assets/img/triangle.png") center no-repeat; }
  .telephone-box.show .numberDropdown {
    padding: 0 55px;
    background: url("assets/img/icon-telephone.png") 1px no-repeat, url("assets/img/icon_arrowTop--black.png") calc(100% - 28px) no-repeat; }
  .telephone-box.show .numberList {
    display: flex;
    flex-direction: column; }
    .telephone-box.show .numberList a[href*=tel] {
      color: #282828;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      margin-bottom: 27px;
      text-decoration: none;
      width: auto;
      height: auto; }
      .telephone-box.show .numberList a[href*=tel]:hover {
        font-weight: 700; }
      .telephone-box.show .numberList a[href*=tel] span {
        display: block;
        color: #b8b7b7;
        font-size: 10px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 2.4px; }
    .telephone-box.show .numberList .cwt {
      margin: 5px 0 28px; }
    .telephone-box.show .numberList .btn {
      height: auto;
      width: 100%;
      margin: 0;
      color: #282828; }
      .telephone-box.show .numberList .btn:hover {
        color: #fff; }

#burger {
  display: none;
  width: 61px;
  background: url(assets/img/burger.png) center no-repeat; }
  #burger.open {
    background: url(assets/img/burger-close.png) center no-repeat; }

.header-logo {
  width: 100%;
  max-width: 126px;
  height: 54px;
  margin: 20px 15px; }

.header-icon-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 252px;
  padding: 15px 0 15px 70px; }
  .header-icon-group a {
    position: relative;
    width: 26px;
    height: 26px;
    background: center no-repeat; }
    .header-icon-group a .added {
      position: absolute;
      top: -9px;
      right: -14px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      color: #fff;
      background-color: #b30000;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding-left: 1px; }

a.icon-user {
  background-image: url(assets/img/icon-user.png); }

a.icon-favorite {
  background-image: url(assets/img/icon-favorite.png);
  display: flex; }

a.icon-cart {
  background-image: url(assets/img/icon-cart.png); }

.btn-search.mobile {
  background: url(assets/img/iconSearch.png) center no-repeat;
  width: 66px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none; }

/*megamenu*/
.catalog-line {
  height: 60px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center; }
  .catalog-line:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    background-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed; }
  .catalog-line .mega-menu {
    z-index: 2;
    width: 100%;
    height: 100%; }
  .catalog-line #burger {
    display: none; }
  .catalog-line .list-1 {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    color: #333;
    z-index: 2;
    padding: 0;
    margin: 0; }
    .catalog-line .list-1 .item-1 {
      cursor: pointer; }
  .catalog-line .list-1 ul {
    list-style: none;
    padding: 0; }
  .catalog-line .item-1 {
    display: flex;
    align-items: center;
    padding-left: 50px; }
    .catalog-line .item-1:first-child {
      border-top: none;
      padding-left: 0; }
    .catalog-line .item-1.show .arrow {
      width: 17px;
      height: 17px;
      background-size: contain;
      background: url(assets/img/icon_arrowTop--black.png) center no-repeat; }
    .catalog-line .item-1.show .item-1-title:before {
      background: url(assets/img/icon_arrowTop--black.png) center no-repeat !important; }
    .catalog-line .item-1.show .list-2 {
      display: flex;
      padding: 15px 7px;
      z-index: 2;
      overflow: inherit; }
      .catalog-line .item-1.show .list-2:before {
        content: "";
        position: absolute;
        left: -100vw;
        right: -100vw;
        z-index: -1;
        top: 0;
        bottom: 0;
        background: #fff;
        box-shadow: 1px 3px 10px 0px #8d8383a1; }
  .catalog-line .list-2 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-height: 380px;
    top: 100%;
    left: 0;
    right: 0; }
  .catalog-line .item-2 {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-height: 65vh;
    overflow: auto;
    padding: 15px 25px 15px 7px;
    margin-right: 24px; }
  .catalog-line .list-title {
    display: flex;
    margin-top: 24px;
    margin-bottom: 3px;
    color: #282828;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: 'Gilroy-Bold'; }
  .catalog-line .list-3 {
    width: 100%;
    max-width: 225px; }
  .catalog-line .item-3 {
    display: flex;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    padding: 4px 0 7px; }
    .catalog-line .item-3 a {
      color: #616466;
      font-family: 'Gilroy-Regular';
      display: flex; }
    .catalog-line .item-3.show-more a {
      text-decoration: none; }
      .catalog-line .item-3.show-more a:hover {
        font-family: 'Gilroy-Bold';
        font-weight: 900;
        color: #b30000; }
  .catalog-line .list-4 {
    max-height: 300px;
    overflow: auto; }
  .catalog-line .show-more a {
    font-weight: 600; }
  .catalog-line .item-1-title {
    display: flex;
    position: relative; }
    .catalog-line .item-1-title a {
      color: #282828;
      font-size: 14px;
      font-weight: 700;
      line-height: 20.21px;
      text-transform: uppercase;
      letter-spacing: 1.39px;
      text-decoration: none; }
      .catalog-line .item-1-title a:hover {
        color: #616466; }
    .catalog-line .item-1-title.outlet {
      margin-bottom: 0; }
      .catalog-line .item-1-title.outlet a {
        color: #b30000; }
        .catalog-line .item-1-title.outlet a:hover {
          color: #b30000c2; }
  .catalog-line .arrow {
    width: 17px;
    height: 17px;
    background-size: contain;
    background: url(assets/img/icon_arrowBottom--black.png) center no-repeat; }

.list-3.mw-100 li.item-3 .header-banner {
  margin: 0 auto;
  display: inline-flex;
  margin: 0 auto; }

.header-banner {
  align-items: center;
  position: relative;
  max-height: 330px;
  overflow: hidden;
  display: inline-flex;
  margin: 0 auto; }
  .header-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000040; }
  .header-banner .text-box {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0; }
  .header-banner .title_4 {
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0px;
    color: #f6f6f6; }
    .header-banner .title_4:hover {
      text-decoration: underline; }
  .header-banner p {
    margin: 0;
    opacity: 0.9;
    color: #f6f6f6; }

.search {
  display: flex;
  align-items: center;
  padding-left: 50px;
  margin: 0 0 0 auto;
  position: relative; }

.header__search-btn {
  background: url(assets/img/iconSearch.png) center no-repeat;
  width: 17px;
  height: 17px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none; }
  .header__search-btn:hover {
    background: url(assets/img/iconSearch-hover.png) center no-repeat; }
  .header__search-btn:focus {
    outline: none; }
  .header__search-btn.show {
    background: url(assets/img/burger-close.png) center no-repeat; }

.header__search-iput {
  width: auto;
  height: 48px;
  padding: 10px;
  border: 1px solid #282828;
  background-color: #ffffff;
  outline: none;
  display: none;
  position: absolute;
  right: 27px;
  top: 6px; }
  .header__search-iput.show {
    display: block; }

.btn-submit {
  display: none;
  position: absolute;
  left: -8px;
  top: 6px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #282828;
  background-color: #ffffff;
  outline: none !important; }
  .btn-submit.show {
    display: block; }

/**/
/*=== BEGIN BASIC styles ===*/
body {
  font-family: 'Gilroy-Regular';
  color: #282828;
  background-color: #fff;
  overflow-x: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.btn:hover, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active,
.show > .btn.dropdown-toggle {
  border-color: transparent; }

.btn.focus, .btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  outline: none; }

::placeholder {
  color: grey !important; }

/*=== END BASIC styles ===*/
.wrap_page {
  overflow: hidden;
  margin-bottom: auto; }

.wrap_page.my-account .title {
  padding-top: 60px; }

.wrap_page.cabinet h1 {
  padding-top: 60px; }

.owl-prev:before,
.owl-next:before {
  transition: all .3s; }

.quantity input.qty:focus {
  background: #FFF !important;
  border: none !important;
  outline: none; }

.modal-body .wpcf7 input {
  height: 48px;
  width: 100%; }

.modal-body .wpcf7 form .wpcf7-response-output {
  margin: 0 0 36px;
  padding: 12px;
  border: 1px solid #282828; }

.modal-body .wpcf7 form .wpcf7-response-output {
  margin: 0 0 36px;
  padding: 12px;
  border: 1px solid #282828; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #282828; }

.modal-content {
  padding: 40px 40px 0; }

/**!
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
‎‎‎‎‎‎‎‎░░░░░░░░░░░░░░░  <FisrtScreen>  ░░░░░░░░░░░░░░
‎‎‎‎‎‎‎‎‎‎‎‎●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
*/
/*
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
‎‎‎‎‎‎‎‎░░░░░░░░░░░░░░░ END FIRST SCREEN ░░░░░░░░░░░░░░
‎‎‎‎‎‎‎‎‎‎‎‎●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
*/
.breadcrumb {
  background: transparent;
  padding: 15px 0;
  margin-bottom: 0; }

.breadcrumb span {
  color: #616466;
  font-size: 12px;
  font-weight: 500;
  line-height: 20.21px;
  /* Text style for "Г, лавная" */
  letter-spacing: 0.06px; }
  .breadcrumb span a {
    color: #282828;
    font-size: 12px;
    font-weight: 500;
    line-height: 20.21px;
    /* Text style for "Г, лавная" */
    letter-spacing: 0.06px; }

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 20; }

.muve-top {
  position: absolute;
  right: 20px;
  bottom: 36px;
  padding: 20px;
  text-align: center;
  margin: 0 0 0 0;
  background: url("./assets/img/icon_arrowTop--white.png") center no-repeat #282828 !important;
  background-size: 25% !important;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }

i {
  color: #636363; }

/*instagram modul*/
#sb_instagram #sbi_load {
  margin-top: 72px; }
  #sb_instagram #sbi_load a {
    display: inline-block !important;
    padding: 14px 29px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    color: #fff !important;
    font-weight: 700 !important;
    background-color: #282828 !important;
    max-width: 230px;
    width: 100%; }
    #sb_instagram #sbi_load a:hover {
      color: #fff !important;
      background-color: #282828 !important;
      border-color: #282828 !important;
      box-shadow: none !important; }
    #sb_instagram #sbi_load a:focus {
      box-shadow: none !important; }
  #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 13px !important; }
    #sb_instagram #sbi_load .sbi_follow_btn a {
      color: #282828 !important;
      background-color: transparent !important;
      border: 1px solid transparent !important;
      border-color: #282828 !important; }
      #sb_instagram #sbi_load .sbi_follow_btn a:hover {
        background-color: #282828 !important;
        border-color: #282828 !important;
        color: #fff !important;
        box-shadow: none !important; }
      #sb_instagram #sbi_load .sbi_follow_btn a:focus {
        box-shadow: none !important; }

#sbi_images {
  margin: 0 -10px; }

@media screen and (max-width: 767px) {
  #sb_instagram #sbi_load {
    margin-top: 48px !important;
    display: flex !important;
    flex-direction: column !important; }
    #sb_instagram #sbi_load a {
      margin: 0 auto !important; }
    #sb_instagram #sbi_load .sbi_follow_btn {
      margin: 15px auto !important; } }

.page-404 .breadcrumb span {
  color: #fff; }

.page-404 .breadcrumb a {
  color: #fff; }

.page-404 .btn-lg {
  margin-top: 15px;
  min-width: 200px;
  line-height: 36px; }

.page-404 .btn-secondary {
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 45px;
  background-color: transparent; }
  .page-404 .btn-secondary:hover {
    background-color: #282828; }

.page-404 p {
  max-width: 600px;
  margin: 0 auto 45px; }

.page-404 .info-box {
  color: #fff;
  text-align: center;
  background: url(assets/img/bg-404.jpg) center no-repeat;
  padding: 160px 15px 150px;
  margin: -90px auto 0; }

.page-404 .phone-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.page-404 a {
  color: #fff;
  margin: 15px; }
  .page-404 a:hover {
    color: #fff; }

/*<Template-page-block.html>*/
.title {
  text-align: center;
  margin-bottom: 63px; }

h1,
.title_1 {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 32px;
  margin-bottom: 12px; }

h2,
.title_2 {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 32px;
  margin-bottom: 12px; }

h3,
.title_3 {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 32px;
  margin-bottom: 12px; }

h4,
.title_4 {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 26px;
  margin-bottom: 12px; }

h5,
.title_5 {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 26px;
  margin-bottom: 12px; }

h6,
.title_6 {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 21px;
  margin-bottom: 12px; }

ul {
  padding-left: 49px; }

ol {
  counter-reset: li;
  padding-left: 0; }
  ol li {
    list-style: none;
    list-style-position: outside; }
    ol li:before {
      content: counter(li, decimal) ".";
      counter-increment: li;
      font-size: 18px;
      color: #000;
      line-height: 32px;
      font-weight: 900;
      margin-left: 30px;
      margin-right: 10px; }

a {
  color: #282828; }
  a:hover {
    color: #282828; }
  a:focus, a:active {
    outline: none; }
  a.btn-default {
    color: #4d7c4d; }

b,
strong {
  font-weight: 700; }

.default-text {
  color: #959494; }

/*</Template-page-block.html>*/
.article-items {
  width: 100%; }
  .article-items .img-box {
    background: center no-repeat;
    background-size: cover; }
    .article-items .img-box:before {
      content: "";
      display: block;
      padding-top: 69%; }
  .article-items a {
    text-decoration: none; }
    .article-items a:hover .title_5 {
      text-decoration: underline; }
  .article-items .title_5 {
    margin-top: 34px;
    color: #282828;
    font-family: 'Gilroy-Bold';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px; }
  .article-items .smGreyText {
    color: #616466;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px; }

.woo-checkout {
  background-color: #f6f6f8; }

.checkout-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .checkout-table td,
  .checkout-table th {
    padding: 3px;
    width: 30px;
    height: 35px; }
  .checkout-table th {
    background-color: #7accee; }
  .checkout-table .product-cell td {
    padding: 30px 5px; }
  .checkout-table .product-cell .product-name {
    padding: 30px 10px; }
  .checkout-table .product-image {
    width: 18%; }
    .checkout-table .product-image a {
      display: flex;
      align-items: center;
      border-radius: 4px;
      height: auto;
      max-width: 130px;
      margin: 0 30px; }
      .checkout-table .product-image a img {
        height: auto;
        width: 100%; }
  .checkout-table .product-name {
    width: 30%; }
    .checkout-table .product-name .title-product {
      color: #282828; }
    .checkout-table .product-name .product-attribute {
      margin-top: 10px; }
  .checkout-table .product-price {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #1b1c1e; }
  .checkout-table .product-quantity {
    width: 18%;
    text-align: center; }
  .checkout-table .total-price {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #1b1c1e; }
  .checkout-table .icon-close {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border: 1px solid #d5d6da;
    border-radius: 50%;
    position: relative;
    margin: auto;
    cursor: pointer;
    transition: .4s; }
    .checkout-table .icon-close:before {
      content: "";
      position: absolute;
      width: 14px;
      height: 2px;
      top: 16px;
      left: 10px;
      background-color: #5a5a5a;
      transform: rotate(-45deg);
      transition: .3s; }
    .checkout-table .icon-close:after {
      content: "";
      position: absolute;
      width: 14px;
      height: 2px;
      top: 16px;
      left: 10px;
      background-color: #5a5a5a;
      transform: rotate(45deg);
      transition: .3s; }
    .checkout-table .icon-close:hover {
      border-color: #b30000; }
      .checkout-table .icon-close:hover:before {
        background-color: #b30000;
        transform: rotate(45deg); }
      .checkout-table .icon-close:hover:after {
        background-color: #b30000;
        transform: rotate(-45deg); }
  .checkout-table .product-remove {
    position: relative; }

.checkout-table {
  background-color: #fff; }
  .checkout-table .product-cell {
    position: relative;
    border-bottom: 1px solid #d5d6da; }

.checkout-table,
td,
th {
  border: none; }

/*custom .quantity */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.quantity {
  display: flex;
  max-width: 165px;
  position: relative;
  margin: 13px 0 24px;
  border: 1px solid #d5d6da;
  border-radius: 4px; }
  .quantity input.qty {
    border: none;
    color: #1b1c1e;
    background-color: transparent; }
    .quantity input.qty:focus {
      background: #FFF !important;
      border: none !important; }
  .quantity input {
    -webkit-flex-grow: 100;
    flex-grow: 100;
    border: none;
    background: none;
    font-size: 18px !important;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px 5px;
    line-height: 1;
    height: 40px;
    width: 20px;
    border: none; }
  .quantity .btn {
    font-size: 16px;
    padding: 0 14px;
    text-align: center;
    color: #1b1c1e; }
    .quantity .btn:hover {
      color: #b30000; }
  .quantity .btn.minus.align-self-center {
    border-right: 1px solid #d5d6da;
    border-radius: 0; }
  .quantity span.btn.plus.align-self-center {
    border-left: 1px solid #d5d6da;
    border-radius: 0; }

.table-last-row {
  display: flex;
  padding: 36px 0;
  background-color: #ffffff;
  margin-bottom: 61px; }

.cupon,
.main-price {
  width: 50%;
  padding: 30px; }

.main-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #9c9c9c;
  text-align: right; }
  .main-price span bdi {
    display: flex;
    text-align: right;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #1b1c1e;
    justify-content: flex-end; }

.cupon-row {
  display: flex; }
  .cupon-row .btn {
    margin-left: 28px; }

#customer_details {
  background-color: #fff;
  padding: 30px; }

.delivery-form {
  background-color: #fff;
  padding: 30px;
  height: 100%; }

.choose-box p {
  margin-bottom: 11px; }

.select-box {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  border-radius: 4px;
  padding: 15px;
  background-color: #f0f0f0;
  position: relative; }
  .select-box:before {
    content: "";
    position: absolute;
    top: -5px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background-color: #f0f0f0;
    transform: rotate(45deg); }
  .select-box .nice-select {
    width: 100%; }
    .select-box .nice-select .option:hover {
      background-color: #282828; }
  .select-box .select-item {
    margin-bottom: 23px; }
    .select-box .select-item p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #fff; }
    .select-box .select-item li:before {
      display: none; }
    .select-box .select-item ul {
      width: 100%; }

.payment-form {
  background-color: #fff;
  padding: 30px;
  height: 100%; }
  .payment-form .info-box {
    padding: 15px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: #f6f6f8;
    border-radius: 4px;
    margin-bottom: 20px; }

form .rowBtn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 60px 0 90px;
  padding: 0 15px; }

/*custom input*/
/*в сборку*/
div#customer_details {
  display: flex;
  flex-direction: column-reverse; }

.woocommerce-billing-fields {
  order: 1; }

.woocommerce-terms-and-conditions {
  padding-right: 15px; }

.woocommerce-terms-and-conditions-link {
  padding-right: 24px;
  background: url(assets/img/icon_arrowBottom--black.png) calc(100% - 9px) no-repeat; }

.woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--open {
  padding-right: 24px;
  background: url(assets/img/icon_arrowTop--black.png) calc(100% - 9px) no-repeat; }

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .required {
  display: none; }

.woocommerce-error {
  background-color: #e27c79;
  border-color: #dd6864;
  color: #9f2723;
  border-radius: 4px;
  padding: 18px;
  padding-left: 60px;
  margin: 0 0 24px 0;
  position: relative; }
  .woocommerce-error:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    text-align: center;
    background: url("assets/img/lock.png") center no-repeat;
    background-size: 30px; }
  .woocommerce-error li {
    list-style: none; }

.woocommerce-message {
  background-color: #91cf91;
  border-color: #80c780;
  color: #3d8b3d;
  border-radius: 4px;
  padding: 18px;
  padding-left: 60px;
  margin: 0 0 24px 0;
  position: relative; }
  .woocommerce-message:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    text-align: center;
    background: url("assets/img/info.png") center no-repeat;
    background-size: 30px; }
  .woocommerce-message li {
    list-style: none; }

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  padding: 0 15px; }

/**/
/*<woo-thankyou>*/
.woo-thankyou .title {
  font-size: 42px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #282828;
  margin: 36px auto 0; }

.characteristics {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -200px; }
  .characteristics .info-box {
    margin: 215px auto 70px;
    padding: 40px;
    width: 100%;
    max-width: 924px;
    background-color: #ffffff; }
    .characteristics .info-box .title_3 {
      display: flex;
      justify-content: center; }
    .characteristics .info-box .title_6 {
      line-height: 20px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #282828;
      margin: 0 auto 40px;
      text-align: center; }
    .characteristics .info-box .row {
      font-size: 14px;
      max-width: 688px;
      padding: 8px 0px;
      margin: 0 auto; }
      .characteristics .info-box .row:nth-child(odd) {
        background-color: #f9f9f9; }
      .characteristics .info-box .row .col-md-6.col-12:last-child {
        color: #616466; }
    .characteristics .info-box #coupon_code {
      border: 1.0px solid #ebeaea;
      padding: 15.5px 10px; }
    .characteristics .info-box .promoCode {
      display: flex;
      flex-wrap: wrap;
      max-width: 688px;
      padding: 8px 0px;
      margin: 47px auto; }
      .characteristics .info-box .promoCode .coupon {
        display: flex; }
      .characteristics .info-box .promoCode .btn {
        width: 100%;
        max-width: 98px;
        min-width: 75px; }
    .characteristics .info-box .text-box {
      font-size: 18px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 0.01em;
      padding-right: 25px;
      color: #282828;
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .characteristics .info-box .text-box img {
        margin-right: 15px; }
  .characteristics a.btn.btn-primary.btn-lg {
    margin: 0 auto 80px;
    max-width: 255px; }

/*</woo-thankyou>*/
/*<Filters>*/
.title-catalog {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  position: relative; }
  .title-catalog:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000040; }
  .title-catalog .info-box {
    display: flex;
    flex-direction: row-reverse;
    width: 100%; }
    .title-catalog .info-box .img-box {
      max-width: 200px;
      margin-left: 20px; }
  .title-catalog .img-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    margin-bottom: 0; }
    .title-catalog .img-box .title_1 {
      color: #fff;
      padding: 15px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      width: 100%;
      z-index: 0; }
    .title-catalog .img-box:before {
      content: "";
      padding-top: 200px; }
  .title-catalog .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    max-width: 180px;
    margin: auto; }

form.listing_options-sort .nice-select .list {
  right: 0;
  left: auto; }

.catalog-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 39px; }
  .catalog-description + .img-box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 0; }
    .catalog-description + .img-box .title_1 {
      position: absolute; }
    .catalog-description + .img-box:before {
      content: "";
      padding-top: 34%; }

.leftColumn {
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: #fff; }

.chosen-filter-box {
  display: flex;
  flex-direction: column; }
  .chosen-filter-box .filterTitle,
  .chosen-filter-box a {
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    width: fit-content;
    color: #727273;
    padding: 5px 10px 5px 5px;
    margin: 5px 0; }
  .chosen-filter-box a {
    background: url(assets/img/black-close.png) right 10px no-repeat; }

.show-more-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-top: 100px;
  justify-content: center; }

.listing_options-display {
  margin-left: auto; }

.listing_options {
  display: flex;
  align-items: center;
  margin: 0 -13px 2px;
  padding: 3px 0;
  border-bottom: 1px solid #ebeaea; }
  .listing_options p {
    margin: 0 10px 0 0;
    color: #959494;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.18px; }
  .listing_options .nice-select.nice_Select {
    display: flex;
    align-items: center; }

.nice-select {
  background: url("./assets/img/icon_arrowBottom--black.png") calc(100% - 15px) center no-repeat !important;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.14px; }

.nice-select.open {
  background: url("./assets/img/icon_arrowTop--black.png") calc(100% - 15px) center no-repeat #fff !important; }
  .nice-select.open:before {
    content: "";
    opacity: 0; }

.listing_options-sort {
  display: flex;
  align-items: center;
  margin-left: auto; }
  .listing_options-sort .nice-select {
    height: 36px; }
    .listing_options-sort .nice-select .list {
      box-shadow: 0 0 0 1px #ebeaea; }

.listing_options-sort .nice-select.nice_Select {
  min-width: 133px;
  border: none;
  position: relative; }
  .listing_options-sort .nice-select.nice_Select:before {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    background-color: #282828;
    height: 2px; }

a.btnClearFilters {
  color: #282828;
  border: 1px solid #282828;
  width: 100%;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #282828;
  font-size: 12px;
  font-weight: 700;
  line-height: 20.21px;
  text-transform: uppercase;
  letter-spacing: 1.19px;
  transition: all .3s; }
  a.btnClearFilters:hover {
    text-decoration: none;
    font-weight: 900;
    background-color: #282828;
    color: #fff; }
    a.btnClearFilters:hover img {
      filter: brightness(0) invert(1); }
  a.btnClearFilters img {
    margin-right: 15px;
    transition: all .3s; }

.widget_layered_nav {
  padding: 18px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #ebeaea; }
  .widget_layered_nav.open .arrow {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background: url(assets/img/arrow-minus.png) center no-repeat !important; }
    .widget_layered_nav.open .arrow:hover {
      transform: rotate(0deg); }
  .widget_layered_nav .arrow {
    position: absolute;
    top: 20%;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.12s;
    margin-top: -7px;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(assets/img/arrow-plus.png) center no-repeat !important; }
    .widget_layered_nav .arrow:hover {
      transform: rotate(45deg); }

.filter_title {
  display: block;
  padding: 0 30px 0 0;
  position: relative;
  color: #282828;
  font-size: 12px;
  font-weight: 700;
  line-height: 20.18px;
  text-transform: uppercase;
  letter-spacing: 1.19px;
  cursor: pointer; }

.widget_layered_nav-mob {
  display: flex;
  justify-content: space-between; }

.filter-menu__mob,
.sort-menu__mob {
  width: 100%;
  max-width: 340px;
  text-decoration: none !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer; }

.filter-menu__mob:hover,
.sort-menu__mob:hover {
  background-color: #f4f4f4;
  color: #333; }

.filter-menu__mob {
  margin-right: 5px;
  margin-left: 0;
  height: 31px;
  color: #282828;
  border: none;
  font-weight: 700; }

a.filterLoadMore,
a.filterHideMore {
  color: #1A63E6 !important; }
  a.filterLoadMore:hover,
  a.filterHideMore:hover {
    text-decoration: underline !important; }

.sort-menu__mob {
  margin-left: 5px; }

.filter-nav-mob {
  padding-bottom: 1px; }

.filter-nav-mob .filter_title {
  margin-top: 21px; }

.filter-nav-mob .filter_title:first-child {
  margin-top: 0; }

.filter-nav-mob .filter_title .fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.filter-nav-mob .open .filter_title .fa-angle-down {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.filter-nav-mob .price_slider_wrapper .ui-widget-content {
  background: #f4f4f4;
  border: 0;
  border-radius: 0; }

.filter-nav-mob .ui-slider-horizontal {
  height: 5px; }

.filter-nav-mob .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.filter-nav-mob .ui-slider {
  position: relative;
  text-align: left; }

.filter-nav-mob .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #1A63E6; }

.filter-nav-mob .ui-slider .ui-slider-range,
.filter-nav-mob .ui-slider .ui-slider-handle {
  background: #1A63E6; }

.filter-nav-mob .ui-slider .ui-slider-handle {
  border: 4px solid #1A63E6;
  position: absolute;
  top: auto;
  z-index: 2;
  width: 12px;
  height: 12px;
  cursor: ew-resize;
  outline: 0;
  box-sizing: border-box;
  margin-top: -4px;
  margin-left: -1px;
  opacity: 1; }

.filter-nav-mob .ui-slider .ui-slider-handle:last-child {
  margin-left: -5px; }

.filter-nav-mob .ui-slider .ui-slider-handle.ui-state-active,
.filter-nav-mob .ui-slider .ui-slider-handle:hover {
  background-color: #282828; }

.filter-nav-mob .price_slider {
  margin-top: 22px;
  margin-bottom: 5px; }

.filter-nav-mob .price_label {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 15px;
  align-items: center; }

.filter-nav-mob .price_label > span {
  background-color: #f4f4f4;
  color: #333;
  width: 100%;
  min-width: 70px;
  max-width: 105px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center; }

.filter-nav-mob .price_label > small {
  -webkit-align-self: center;
  align-self: center;
  color: #1A63E6;
  padding-left: 10px;
  padding-right: 10px; }

.price_slider_wrapper .ui-widget-content {
  background: #f4f5f7;
  border: 0;
  border-radius: 0; }

.ui-slider-horizontal {
  height: 4px; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.price_slider.ui-slider {
  margin: 30px 0; }

.price_slider_wrapper {
  display: flex;
  flex-direction: column-reverse; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #1A63E6; }

.ui-slider .ui-slider-range,
.ui-slider .ui-slider-handle {
  background-color: #282828; }

.ui-slider .ui-slider-handle {
  border-radius: 50%;
  position: absolute;
  top: auto;
  z-index: 1;
  width: 14px;
  height: 14px;
  cursor: ew-resize;
  outline: 0;
  box-sizing: border-box;
  margin-top: -5px;
  margin-left: -1px;
  opacity: 1;
  border: 1px solid #ebeaea;
  background: #fff; }
  .ui-slider .ui-slider-handle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px; }

.ui-slider .ui-slider-handle:last-child {
  margin-left: -5px; }

.ui-slider .ui-slider-handle.ui-state-active,
.ui-slider .ui-slider-handle:hover {
  background-color: #282828; }

.price_label {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 15px;
  align-items: center; }

.price_label > span {
  background-color: #fff;
  width: 100%;
  color: #616466;
  min-width: 70px;
  max-width: 105px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebeaea; }

.price_label > small {
  -webkit-align-self: center;
  align-self: center;
  color: #1A63E6;
  padding-left: 10px;
  padding-right: 10px; }

.widget_layered_nav .woocommerce-widget-layered-nav-list {
  list-style: none;
  padding-left: 0;
  position: relative;
  margin: 0;
  overflow: auto;
  max-height: 200px; }
  .widget_layered_nav .woocommerce-widget-layered-nav-list li {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5px; }
    .widget_layered_nav .woocommerce-widget-layered-nav-list li:last-child {
      margin-bottom: 0; }
    .widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a {
      color: #282828; }
    .widget_layered_nav .woocommerce-widget-layered-nav-list li a:before {
      content: '';
      -webkit-appearance: none;
      background-color: #fff;
      border: 1px solid #ebeaea;
      padding: 9px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 19px; }
    .widget_layered_nav .woocommerce-widget-layered-nav-list li a:hover:before {
      content: '';
      border: 1px solid #282828; }

.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a::after {
  content: '';
  background: url(./assets/img/checkbox.png) no-repeat center #1A63E6;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0px; }

.widget_layered_nav .woocommerce-widget-layered-nav-list .count {
  display: inline-block;
  color: #282828;
  font-size: 14px;
  padding-left: 5px;
  display: none; }

.widget_layered_nav .woocommerce-widget-layered-nav-list a {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.18px; }

.widget_layered_nav .woocommerce-widget-layered-nav-list a:hover {
  color: #282828;
  text-decoration: none; }

.filters_cat .widget_layered_nav.open .woocommerce-widget-layered-nav-list .chosen:before {
  display: none; }

.selectedFilter {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 8px 20px;
  margin: 0 -13px 2px; }

.selectedFilter-item {
  background-color: #f5f5f5;
  padding: 4px 12px;
  height: 32px;
  border-radius: 15px;
  margin: 0 6px;
  display: flex;
  align-items: baseline;
  cursor: pointer; }
  .selectedFilter-item:first-child {
    margin-left: 0; }
  .selectedFilter-item img {
    margin-left: 10px;
    display: flex; }

#filterLoadMore {
  color: #F00;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out; }

.filter-box {
  height: 0;
  opacity: 0; }

.widget_layered_nav.open .filter-box {
  margin-top: 20px;
  height: 100%;
  opacity: 1;
  transition: all .15s; }

.category__seo-block-title {
  margin: 0 auto 0 0;
  font-size: 36px;
  font-family: 'Gilroy-Bold';
  padding: 16px 0; }

.category__seo-block {
  background: #fff;
  padding: 70px 0;
  position: relative; }
  .category__seo-block:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1; }
  .category__seo-block:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    right: 0;
    background: #fff;
    z-index: -1; }

/*</Filter>*/
/*<Modal filter>*/
#filterModal {
  padding-right: 0 !important; }
  #filterModal .modal-header {
    padding: 15px 35px;
    margin: 0 -20px;
    height: 52px;
    align-items: center;
    color: #fff;
    border-radius: 0;
    background-color: #282828; }
    #filterModal .modal-header .white-close {
      width: 16px;
      height: 16px;
      background: url(assets/img/white-close.png);
      right: 16px;
      top: 18px;
      position: absolute;
      cursor: pointer; }
    #filterModal .modal-header .title_6 {
      margin: 0; }
  #filterModal .modal-content {
    padding: 0 20px 20px;
    max-width: 500px;
    border-radius: 0;
    background-clip: inherit;
    border: none !important; }

.filter-found {
  color: #959494;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.18px;
  padding-left: 15px; }

/*</Modal filter>*/
.row.horizontal {
  margin-bottom: 100px; }

.wrap_page.contacts .title_1 {
  margin-top: 15px;
  text-align: center; }

.wrap_page.contacts .top-tab {
  margin-top: 0; }
  .wrap_page.contacts .top-tab .nav-tabs {
    margin-bottom: 36px; }
  .wrap_page.contacts .top-tab .tab-pane {
    padding: 0; }

.wrap_page.contacts .info-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 84px; }

#banner-store,
#map-Kharkov,
#map-Kiev,
#map-Odessa {
  padding-top: 37%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }

.contacts-formContainer {
  padding: 0 10% 0 15px;
  border-right: 1px solid #ededed; }
  .contacts-formContainer .contact-form_button input {
    font-weight: 700;
    letter-spacing: 0.1em; }

.contactsInfo {
  padding: 0 15px 0 10%; }
  .contactsInfo p {
    color: #616466; }
  .contactsInfo .mail {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0.01em;
    color: #282828; }
    .contactsInfo .mail:hover {
      text-decoration: none; }
  .contactsInfo .social {
    margin-top: 35px; }
  .contactsInfo .cwt {
    max-width: 308px;
    color: #616466; }

.grey-line {
  max-width: 53px;
  width: 100%;
  height: 1px;
  margin: 0 15px;
  background-color: #ededed; }

nav.tel-nav {
  margin-bottom: 35px; }
  nav.tel-nav a {
    display: flex;
    align-items: center;
    text-decoration: none; }
  nav.tel-nav span {
    padding: 0 5px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #282828; }
    nav.tel-nav span:hover {
      text-decoration: underline; }
    nav.tel-nav span:last-child:hover {
      text-decoration: none; }
    nav.tel-nav span.special {
      min-width: 164px; }

/*=== BEGIN tabs__home ===*/
/* Базовый контейнер табов */
.slider__first-screen .owl-item .item {
  display: flex; }

.slider__first-screen .owl-item img {
  display: block;
  width: 100%;
  height: 100%; }

.slider__first-screen .owl-item .lg,
.slider__first-screen .owl-item .md {
  display: none !important; }

.slider__first-screen .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0; }
  .slider__first-screen .owl-dots .owl-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #282828;
    margin: 0 9px;
    outline: none; }
    .slider__first-screen .owl-dots .owl-dot.active {
      width: 10px;
      height: 10px;
      background-color: #282828;
      border-radius: 50%; }

.slider__first-screen .owl-nav,
.slider__instagram .owl-nav,
.slider__product-cart .owl-nav {
  width: 100%;
  max-width: 1796px;
  display: flex;
  justify-content: space-between;
  top: calc(50% - 20px);
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0); }

.slider__first-screen button.owl-prev,
.slider__first-screen button.owl-next,
.slider__instagram button.owl-prev,
.slider__instagram button.owl-next,
.slider__product-cart button.owl-prev,
.slider__product-cart button.owl-next {
  width: 50px !important;
  color: transparent !important;
  outline: none; }

.slider__first-screen .owl-next:before,
.slider__instagram .owl-next:before,
.slider__product-cart .owl-next:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 15px;
  border: 1px solid #fff;
  background: url(assets/img/first-screen-next.png) center no-repeat; }

.slider__first-screen .owl-next:hover:before,
.slider__instagram .owl-next:hover:before,
.slider__product-cart .owl-next:hover:before {
  background: url(assets/img/first-screen-next-hover.png) center no-repeat #fff; }

.slider__first-screen .owl-prev:before,
.slider__instagram .owl-prev:before,
.slider__product-cart .owl-prev:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 15px;
  border: 1px solid #fff;
  background: url(assets/img/first-screen-prev.png) center no-repeat; }

.slider__first-screen .owl-prev:hover:before,
.slider__instagram .owl-prev:hover:before,
.slider__product-cart .owl-prev:hover:before {
  width: 48px;
  height: 48px;
  background: url(assets/img/first-screen-prev-hover.png) center no-repeat #fff; }

.slider-container .title_2 {
  text-align: center;
  margin: 100px 0 30px; }

.owl-carousel.slider__template .owl-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 300px;
  top: calc(100% - 23px);
  display: flex;
  justify-content: space-between;
  z-index: 1; }
  .owl-carousel.slider__template .owl-nav .owl-next {
    width: 85px;
    height: 38px;
    outline: none;
    color: transparent;
    background: url(assets/img/template_next.png) 12px 17px no-repeat #fff;
    transition: .3s; }
    .owl-carousel.slider__template .owl-nav .owl-next:hover {
      opacity: 0.6; }
  .owl-carousel.slider__template .owl-nav .owl-prev {
    width: 85px;
    height: 38px;
    outline: none;
    color: transparent;
    background: url(assets/img/template_prev.png) 30px 11px no-repeat #fff;
    transition: .3s; }
    .owl-carousel.slider__template .owl-nav .owl-prev:hover {
      opacity: 0.6; }

.owl-carousel.slider__template .owl-dots {
  display: flex;
  justify-content: center; }
  .owl-carousel.slider__template .owl-dots .owl-dot {
    outline: none;
    margin-top: 75px;
    z-index: 1; }
    .owl-carousel.slider__template .owl-dots .owl-dot span {
      display: flex;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #282828;
      margin: 0 18px;
      transition: .3s; }
      .owl-carousel.slider__template .owl-dots .owl-dot span:hover {
        opacity: .7; }
    .owl-carousel.slider__template .owl-dots .owl-dot.active span {
      width: 10px;
      height: 10px; }
  .owl-carousel.slider__template .owl-dots:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 25px;
    background: #fff;
    top: calc(100% - 18px);
    z-index: 0; }
  .owl-carousel.slider__template .owl-dots:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ebeaea;
    left: 0;
    top: calc(100% - 6px);
    z-index: -1; }

.brandName {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin: 55px auto; }
  .brandName a {
    color: #616466;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 10px; }
    .brandName a:hover {
      text-decoration: none;
      font-weight: 700; }
    .brandName a:after {
      content: "•";
      position: relative;
      right: -8px;
      text-decoration: none; }
    .brandName a:last-child:after {
      content: ""; }

.brands {
  display: flex;
  max-width: 1396px;
  margin: 0 auto 25px; }
  .brands .brands-item {
    width: 50%;
    margin: 10px;
    padding-bottom: 30px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative; }
    .brands .brands-item img {
      transition: all 1.5s; }
    .brands .brands-item:hover img {
      transform: scale(1.1); }
    .brands .brands-item:hover .show-more:before {
      opacity: 0; }
    .brands .brands-item .title_3 {
      color: #282828;
      font-family: 'Gilroy-Bold';
      font-size: 24px;
      font-weight: 400;
      line-height: 72px;
      text-transform: uppercase;
      letter-spacing: 10.08px;
      margin: 52px auto 36px;
      text-align: center; }
    .brands .brands-item .show-more {
      display: flex;
      justify-content: center;
      color: #282828;
      font-size: 16px;
      font-weight: 700;
      line-height: 0;
      letter-spacing: 0.16px;
      text-decoration: none;
      position: relative; }
      .brands .brands-item .show-more:before {
        content: "";
        position: absolute;
        width: 87px;
        height: 2px;
        top: 26px;
        background-color: #282828; }
    .brands .brands-item .img-box {
      overflow: hidden; }

.homeCategory {
  display: flex;
  max-width: 1396px;
  margin: 0 auto; }

.vertical {
  padding-left: 10px;
  padding-right: 10px; }
  .vertical .homeCategory-item .img-box:after {
    left: 10px;
    right: 10px; }
  .vertical .tex-box {
    position: absolute;
    text-align: center;
    top: 28%;
    left: 50%;
    transform: translate(-50%, 0); }
  .vertical .show-more {
    margin-top: 120px; }

.outlet {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 5.04px;
  margin-bottom: 46px; }

.homeCategory-item .img-box {
  overflow: hidden; }
  .homeCategory-item .img-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000040; }

.homeCategory-item img {
  transition: all 1.5s; }

.homeCategory-item:hover img {
  transform: scale(1.1); }

.homeCategory-item:hover .show-more:before {
  opacity: 0; }

.homeCategory-item .title_2 {
  width: 397px;
  height: 62px;
  color: #f6f6f6;
  font-family: 'Gilroy-Bold';
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 10.8px; }

.homeCategory-item .show-more {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.16px;
  position: relative;
  display: inline-flex; }
  .homeCategory-item .show-more:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 26px;
    background-color: #fff;
    left: 0;
    right: 0; }

.horizontal {
  padding-left: 10px;
  padding-right: 10px; }
  .horizontal .homeCategory-item {
    display: flex;
    position: relative; }
    .horizontal .homeCategory-item.top {
      margin-bottom: 20px; }
      .horizontal .homeCategory-item.top .title_4 {
        margin: 0; }
      .horizontal .homeCategory-item.top .homeCategory-text {
        display: flex; }
        .horizontal .homeCategory-item.top .homeCategory-text .show-more {
          margin: 0 0 0 auto; }
      .horizontal .homeCategory-item.top .tex-box {
        position: absolute;
        transform: translate(0, -50%);
        width: calc(100% - 115px);
        display: flex;
        margin: auto;
        flex-direction: column;
        top: 80%;
        left: 58px;
        text-align: left; }
    .horizontal .homeCategory-item.bottom .title_4,
    .horizontal .homeCategory-item.bottom .homeCategory-text {
      margin-bottom: 0; }
    .horizontal .homeCategory-item.bottom .tex-box {
      position: absolute;
      top: 75%;
      left: 58px;
      transform: translate(0, -50%);
      width: calc(100% - 115px); }
    .horizontal .homeCategory-item.bottom .homeCategory-text {
      width: 100%;
      justify-content: space-between;
      display: flex; }
  .horizontal .homeCategory-text {
    color: #f6f6f6;
    font-size: 16px;
    font-weight: 400;
    line-height: 12px; }
  .horizontal .title_4 {
    color: #f6f6f6;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3px; }

.owl-carousel.slider__template .owl-dots .owl-dot {
  height: 10px;
  outline: none;
  margin-top: 36px;
  z-index: 1; }

.owl-carousel.slider__template .owl-stage-outer {
  margin-bottom: 15px; }

.instagram-box {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 140px auto 50px; }
  .instagram-box .title_4 {
    text-align: center;
    position: relative;
    margin-bottom: 75px; }
    .instagram-box .title_4:before {
      content: "";
      position: absolute;
      width: 33px;
      height: 33px;
      top: -60px;
      left: 50%;
      transform: translate(-50%, 0);
      background: url(assets/img/icon-instagram-black.png) center no-repeat; }
    .instagram-box .title_4:after {
      content: "#largemoda";
      position: absolute;
      top: 60px;
      left: 50%;
      transform: translate(-50%, 0);
      color: #616466;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1.4px; }

.slider__instagram a.item {
  display: flex;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative; }
  .slider__instagram a.item:before {
    content: "";
    padding-top: 100%; }
  .slider__instagram a.item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(assets/img/icon-instagram-white.png) center no-repeat #0003;
    transition: all .3s;
    opacity: 0; }
  .slider__instagram a.item:hover:after {
    opacity: 1; }

.seo-block {
  max-height: 315px;
  margin: 30px auto 75px;
  padding-right: 5%; }

.advantages {
  display: flex;
  justify-content: space-between;
  padding: 60px 15px;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  margin-bottom: 60px; }

.advantages-item {
  display: flex;
  align-items: center;
  max-width: 280px;
  color: #282828;
  font-family: 'Gilroy-Bold';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px; }

.advantages-item img {
  margin-right: 25px; }

.block-news {
  display: flex;
  flex-wrap: wrap; }
  .block-news .title_1 {
    width: 100%;
    text-align: center;
    margin-bottom: 55px; }

.lookbook {
  margin-top: 140px;
  /*12212212121233256578990-=\=09987t665432*/ }
  .lookbook .owl-carousel.lookbok,
  .lookbook .owl-stage-outer,
  .lookbook .owl-stage {
    max-height: 839px; }
  .lookbook .item {
    margin-top: 15%; }
  .lookbook .owl-item {
    opacity: .5; }
  .lookbook .owl-item.active.center {
    width: 70vw !important;
    margin-left: 5vw;
    height: 100%;
    max-height: 839px;
    opacity: 1; }
    .lookbook .owl-item.active.center .item {
      margin-top: 0; }
      .lookbook .owl-item.active.center .item .stuff {
        opacity: 1; }
  .lookbook .owl-item.cloned:last-child {
    display: none; }
  .lookbook .owl-item .item {
    display: flex;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    text-decoration: none; }
    .lookbook .owl-item .item:before {
      content: "";
      display: block;
      padding-top: 71%; }
  .lookbook .owl-nav {
    width: 100%;
    max-width: 1396px;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    visibility: hidden; }
  .lookbook button.owl-prev,
  .lookbook button.owl-next {
    width: 50px !important;
    color: transparent !important;
    outline: none; }
  .lookbook .owl-next:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 15px;
    border: 1px solid #fff;
    background: url(assets/img/first-screen-next.png) center no-repeat; }
  .lookbook .owl-next:hover:before {
    background: url(assets/img/first-screen-next-hover.png) center no-repeat #fff; }
  .lookbook .owl-prev:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 15px;
    border: 1px solid #fff;
    background: url(assets/img/first-screen-prev.png) center no-repeat; }
  .lookbook .owl-prev:hover:before {
    width: 48px;
    height: 48px;
    background: url(assets/img/first-screen-prev-hover.png) center no-repeat #fff; }

.stuff {
  width: 688px;
  height: 480px;
  padding: 100px 120px;
  background-color: #fff;
  margin: auto 0% auto -254px;
  opacity: 0;
  position: relative; }
  .stuff .sub-title {
    color: #616466;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 5.04px;
    margin-bottom: 45px; }
  .stuff .title_2 {
    display: flex;
    color: #282828;
    font-size: 36px;
    font-family: 'Gilroy-Bold';
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.36px; }
  .stuff .description {
    color: #616466;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .stuff .price {
    margin-top: 30px;
    margin-bottom: 48px; }
    .stuff .price ins {
      text-decoration: none; }
      .stuff .price ins span {
        color: #282828;
        font-family: 'Gilroy-Bold';
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.2px; }
  .stuff .more {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.16px;
    position: relative;
    text-decoration: none; }
    .stuff .more:hover:before {
      opacity: 0; }
    .stuff .more:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #282828;
      top: 25px;
      transition: all .7s; }
    .stuff .more:hover:before {
      opacity: 0; }
  .stuff .trigger-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .stuff .trigger-nav .prev {
      width: 48px;
      height: 48px;
      margin-top: 2px;
      top: 0;
      left: 15px;
      border: 1px solid #282828;
      background: url(assets/img/first-screen-prev.png) center no-repeat #282828;
      cursor: pointer;
      transition: .3s; }
      .stuff .trigger-nav .prev:hover {
        border: 1px solid #282828;
        background: url(assets/img/first-screen-prev-hover.png) center no-repeat #fff; }
    .stuff .trigger-nav .next {
      width: 48px;
      height: 48px;
      top: 0;
      left: 15px;
      border: 1px solid #282828;
      background: url(assets/img/first-screen-next.png) center no-repeat #282828;
      cursor: pointer;
      transition: .3s; }
      .stuff .trigger-nav .next:hover {
        border: 1px solid #282828;
        background: url(assets/img/first-screen-next-hover.png) center no-repeat #fff; }

.slider__template {
  margin-top: 24px; }

.top-tab {
  margin-top: 75px; }
  .top-tab .title_2 {
    margin: 0 auto 0 0; }
  .top-tab .nav.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 15px; }
    .top-tab .nav.nav-tabs .nav-item {
      position: relative;
      padding: 30px 45px 0 45px; }
      .top-tab .nav.nav-tabs .nav-item.special:before {
        content: "";
        height: 24px;
        width: 1px;
        background: #ebeaea;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%); }
    .top-tab .nav.nav-tabs .nav-link {
      color: #616466;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      border: none;
      padding: 0 0 26px 0; }
      .top-tab .nav.nav-tabs .nav-link.active {
        color: #282828;
        box-sizing: initial;
        padding-bottom: 24px;
        border-bottom: 2px solid #282828; }
  .top-tab .show-more {
    color: #282828;
    font-weight: 700;
    margin: 0 0 0 auto; }

.account {
  background-color: #f6f6f8;
  padding-bottom: 96px; }
  .account .title_1 {
    margin: 36px 0 47px; }
  .account input[type]:not(.btn),
  .account textarea,
  .account select {
    color: #1b1c1e; }
    .account input[type]:not(.btn):focus,
    .account textarea:focus,
    .account select:focus {
      background-color: #fff;
      border: 1px solid #282828;
      box-shadow: none;
      outline: none;
      font-size: 16px;
      line-height: 23px;
      font-weight: 400;
      color: #1b1c1e; }
    .account input[type]:not(.btn)::placeholder,
    .account textarea::placeholder,
    .account select::placeholder {
      color: #797364 !important; }
  .account .woocommerce-form-row.woocommerce-form-row--wide.form-row-wide {
    margin-bottom: 30px; }
  .account .col-lg-6 .title_3 {
    margin-bottom: 30px; }
  .account .col-lg-6 button {
    margin: 36px 0; }

.account-sidebar nav {
  display: flex;
  flex-direction: column;
  max-width: 263px;
  background-color: #fff;
  padding-top: 15px;
  border-radius: 4px;
  margin-bottom: 40px; }
  .account-sidebar nav a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 14px 36px 12px 30px;
    text-decoration: none;
    transition: .2s;
    position: relative; }
    .account-sidebar nav a.active, .account-sidebar nav a:hover {
      color: #fff !important;
      background-color: #282828 !important; }
      .account-sidebar nav a.active:before, .account-sidebar nav a:hover:before {
        content: "";
        transform: translateY(-50%);
        position: absolute;
        top: 23px;
        right: 30px;
        width: 7px;
        height: 2px;
        transform: rotate(45deg);
        background-color: #fff; }
      .account-sidebar nav a.active:after, .account-sidebar nav a:hover:after {
        content: "";
        transform: translateY(-50%);
        position: absolute;
        top: 27px;
        right: 30px;
        width: 7px;
        height: 2px;
        transform: rotate(-45deg);
        background-color: #fff; }
    .account-sidebar nav a.exit {
      padding: 23px 36px 27px 30px;
      border-top: 1px solid #d5d6da;
      border-radius: 0 0 4px 4px; }
      .account-sidebar nav a.exit:after {
        top: 37px; }
      .account-sidebar nav a.exit:before {
        top: 33px; }

.account-sidebar .col-12 {
  padding-top: 15px; }
  .account-sidebar .col-12 button {
    margin-top: 18px; }

.account-offers-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  margin-bottom: 40px; }
  .account-offers-table .offer-info .title_6 {
    margin-bottom: 0; }
  .account-offers-table .offer-date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #5a5a5a; }
  .account-offers-table .product-list .item {
    margin-bottom: 10px; }
  .account-offers-table .item-summ {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #5a5a5a; }
  .account-offers-table .summ-box {
    text-align: right; }
    .account-offers-table .summ-box span {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #9c9c9c; }
  .account-offers-table tr {
    border-bottom: 1px solid #d5d6da; }
    .account-offers-table tr:last-child {
      border: none; }

.account-offers-table,
.account-offers-table td,
.account-offers-table th {
  padding: 36px 30px;
  border-radius: 4px; }

.toggle-form {
  max-width: 545px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; }
  .toggle-form a {
    font-size: 18px;
    line-height: 24px;
    padding: 18px;
    color: #1A63E6; }
    .toggle-form a.active {
      border-bottom: 4px solid #282828;
      color: #1b1c1e; }
    .toggle-form a:hover {
      text-decoration: none; }

.autorization {
  background-color: #fff;
  padding: 40px;
  margin-right: 15px;
  max-width: 545px;
  margin: 0 auto; }
  .autorization [type="checkbox"] + label {
    margin-left: 20px;
    cursor: pointer; }

.registration {
  background-color: #fff;
  padding: 40px;
  margin-left: 15px;
  max-width: 545px;
  margin: 0 auto; }

.social-nav {
  display: flex;
  margin-top: 25px; }
  .social-nav .item {
    min-width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 40px; }
    .social-nav .item:last-child {
      margin-right: 0; }

.status-processing .offer-status {
  color: #168ddf; }

.status-pending .offer-status,
.status-on-hold .offer-status,
.status-refunded .offer-status {
  color: #ffb229; }

.status-completed .offer-status {
  color: #5fbc4e; }

.status-cancelled .offer-status,
.status-failed .offer-status {
  color: #eb1529; }

.account-offers-table .summ-box span.woocommerce-Price-amount.amount,
.account-offers-table .summ-box span.woocommerce-Price-currencySymbol {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #060606; }

.wrap_page.cabinet {
  background-color: #f6f6f8;
  padding-bottom: 48px; }

form#customer_details > .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

form#customer_details > .col-lg-6 > .title_3 {
  margin-bottom: auto;
  padding-bottom: 30px; }

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info.row a.woocommerce-Button.btn.btn-secondary {
  align-items: center;
  display: flex;
  max-width: 300px;
  justify-content: center; }

.page-brands .top-tab {
  background-color: #fff; }
  .page-brands .top-tab .tab-content {
    padding: 0 120px 70px; }

.letter-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  padding: 24px 0; }
  .letter-item .letter {
    min-width: 98px;
    height: 60px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    background-color: #282828;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-right: calc(20% - 98px); }
  .letter-item nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .letter-item nav a {
      width: 25%;
      text-align: left;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 20px;
      padding: 0 15px;
      font-weight: 600;
      letter-spacing: 0.01em;
      color: #282828; }
  .letter-item:first-child {
    border-top: 1px solid #dee2e6;
    margin-top: 50px; }

/*<Lookbook>*/
.page-lookbook .top-tab {
  margin-top: 0; }

.page-lookbook .title_1 {
  text-align: center;
  margin-top: 65px; }

.page-lookbook .brands-item .title_3 {
  line-height: 28px;
  letter-spacing: 10.08px; }

#lookbook-woman .brands,
#lookbook-man .brands {
  display: flex;
  max-width: 1396px;
  margin: 0 auto 20px; }
  #lookbook-woman .brands .brands-item,
  #lookbook-man .brands .brands-item {
    width: 50%;
    margin: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    margin-top: 35px; }

/*</Lookbook>*/
.slider__product-cart-container .label-box {
  z-index: 1;
  top: 15px;
  right: 55px; }

.slider__product-cart,
.slider__lookbook-new-page {
  max-width: 570px;
  max-height: 705px;
  width: calc(100% - 17.8%);
  margin-left: calc(17.8% - 21px); }
  .slider__product-cart .owl-stage,
  .slider__lookbook-new-page .owl-stage {
    display: flex;
    align-items: center; }
  .slider__product-cart .owl-dots,
  .slider__lookbook-new-page .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 17.8%;
    max-width: 99.5px;
    height: 20px;
    top: 0;
    left: -17.8%; }
    .slider__product-cart .owl-dots button.owl-dot,
    .slider__lookbook-new-page .owl-dots button.owl-dot {
      background-size: contain;
      outline: none;
      margin-right: 22%;
      margin-top: 22%;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      border: 1px solid #ebeaea; }
      .slider__product-cart .owl-dots button.owl-dot:first-child,
      .slider__lookbook-new-page .owl-dots button.owl-dot:first-child {
        margin-top: 0; }
      .slider__product-cart .owl-dots button.owl-dot span,
      .slider__lookbook-new-page .owl-dots button.owl-dot span {
        padding-top: 139% !important;
        display: block; }
      .slider__product-cart .owl-dots button.owl-dot.active:before,
      .slider__lookbook-new-page .owl-dots button.owl-dot.active:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #000; }
  .slider__product-cart .item,
  .slider__lookbook-new-page .item {
    border: 1.0px solid #ebeaea;
    position: relative;
    left: 1px; }
    .slider__product-cart .item img,
    .slider__lookbook-new-page .item img {
      display: block;
      width: 100%;
      max-height: 705px;
      object-fit: scale-down; }
    .slider__product-cart .item.fancybox,
    .slider__lookbook-new-page .item.fancybox {
      cursor: zoom-in; }
      .slider__product-cart .item.fancybox:before,
      .slider__lookbook-new-page .item.fancybox:before {
        content: "";
        position: absolute;
        top: calc(100% - 50px);
        right: 10px;
        background: url(assets/img/iconZoom.png) center no-repeat;
        width: 35px;
        height: 35px;
        cursor: pointer; }
  .slider__product-cart .owl-nav,
  .slider__lookbook-new-page .owl-nav {
    height: 0;
    width: 100%;
    max-width: 1396px;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0); }
  .slider__product-cart .owl-next:before,
  .slider__lookbook-new-page .owl-next:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 15px;
    border: 1px solid #fff0;
    background: url(assets/img/first-screen-next-hover.png) center no-repeat #fff; }
  .slider__product-cart .owl-next:hover:before,
  .slider__lookbook-new-page .owl-next:hover:before {
    background: url(assets/img/first-screen-next.png) center no-repeat #000; }
  .slider__product-cart .owl-prev:before,
  .slider__lookbook-new-page .owl-prev:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 15px;
    border: 1px solid #fff0;
    background: url(assets/img/first-screen-prev-hover.png) center no-repeat #fff; }
  .slider__product-cart .owl-prev:hover:before,
  .slider__lookbook-new-page .owl-prev:hover:before {
    width: 48px;
    height: 48px;
    background: url(assets/img/first-screen-prev.png) center no-repeat #000; }

.product-name .title_2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; }

.product-name b {
  text-transform: uppercase; }

.product-name .article {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #616466; }

.options-box .widget_layered_nav.fisrst-child {
  border-top: 1px solid #ebeaea !important; }

.options-box .productCard__attributes {
  display: flex;
  flex-wrap: wrap; }
  .options-box .productCard__attributes .col-6 {
    min-height: 37px;
    align-items: center;
    display: flex; }
    .options-box .productCard__attributes .col-6.second {
      background-color: #f9f9f9; }
    .options-box .productCard__attributes .col-6 a {
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      color: #282828; }

.pay-box .price {
  margin-top: 35px; }
  .pay-box .price del bdi {
    color: #616466;
    font-size: 32px;
    font-weight: 100; }
  .pay-box .price del + ins .woocommerce-Price-amount.amount {
    color: #b30000; }
  .pay-box .price bdi {
    font-size: 32px; }

.pay-box .btn-box {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 47px; }
  .pay-box .btn-box .btn-lg {
    line-height: 24px;
    width: 49%;
    min-width: 140px; }
    .pay-box .btn-box .btn-lg img {
      margin: 0 10px 6px 0;
      max-width: 16px; }
  .pay-box .btn-box .btn.btn-secondary.btn-lg {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pay-box .btn-box .btn.btn-secondary.btn-lg span {
      display: flex;
      height: 16px;
      width: 18px;
      margin-right: 10px;
      background: url("assets/img/icon-favorite.png") no-repeat;
      background-size: 18px; }
    .pay-box .btn-box .btn.btn-secondary.btn-lg:hover span {
      background: url("assets/img/icon-favorite-hover.png") no-repeat;
      background-size: 18px; }

.pay-box .table-saize {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #282828;
  display: flex;
  justify-content: flex-end; }

.pay-box del .woocommerce-Price-amount.amount {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 800;
  color: #282828; }

.pay-box ins {
  text-decoration: none; }
  .pay-box ins .woocommerce-Price-amount.amount {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #282828; }

.pay-box .nice-select {
  line-height: 32px;
  border-radius: 0;
  border: solid 1px #ebeaea; }
  .pay-box .nice-select.open {
    background: url(./assets/img/icon_arrowTop--black.png) calc(100% - 15px) center no-repeat #fff !important;
    border: 1px solid #282828; }
    .pay-box .nice-select.open .list {
      width: calc(100% + 2px);
      border-radius: 0;
      margin-top: 0;
      border: 1px solid #282828;
      box-shadow: none;
      margin-left: -1px;
      z-index: 2; }
      .pay-box .nice-select.open .list .option {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: #616466;
        display: flex;
        align-items: center; }
        .pay-box .nice-select.open .list .option:hover {
          background-color: #f6f6f6;
          color: #282828; }

.slider-container {
  margin-bottom: 15px; }

.woo-thankyou-2 .info-box {
  text-align: center;
  background-color: #f6f6f6;
  padding: 160px 15px 150px;
  margin: -70px auto 15px; }
  .woo-thankyou-2 .info-box p {
    max-width: 366px;
    margin: 0 auto 45px; }

.woo-wishlist-2 .btn-lg {
  margin-top: 15px;
  min-width: 200px;
  line-height: 36px; }

.woo-wishlist-2 .btn-secondary {
  margin-left: 20px;
  background-color: transparent; }
  .woo-wishlist-2 .btn-secondary:hover {
    background-color: #282828; }

.woo-wishlist-2 p {
  max-width: 600px;
  margin: 0 auto 45px; }

.woo-wishlist-2 .info-box {
  text-align: center;
  background-color: #f6f6f6;
  padding: 160px 15px 150px;
  margin: -70px auto 0; }

.page-brands .info-box {
  text-align: center;
  background-color: #f6f6f6;
  padding: 100px 15px 150px;
  margin: -70px auto 0; }

.left-column .social {
  justify-content: center;
  padding-left: 14.88%;
  margin: 45px auto; }

.nav__capsule {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  z-index: 1;
  position: relative; }
  .nav__capsule a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #282828; }
  .nav__capsule .prev {
    min-width: 235px;
    padding-left: 75px;
    outline: none;
    background: url(assets/img/template_prev.png) 5px 4px no-repeat; }
  .nav__capsule .next {
    min-width: 235px;
    padding-right: 75px;
    outline: none;
    background: url(assets/img/template_next.png) calc(100% - 5px) 10px no-repeat; }
  .nav__capsule .line {
    width: 100%;
    border-top: 1px solid #ebeaea;
    max-width: 840px;
    height: 0;
    margin: auto 38px; }

.options-box__size-box .heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebeaea;
  margin-top: 44px; }

.options-box__size-box .size-nav {
  padding-bottom: 24px; }
  .options-box__size-box .size-nav .item {
    color: #616466;
    margin-right: 42px;
    text-decoration: none; }
    .options-box__size-box .size-nav .item:last-child {
      margin-right: 0; }
    .options-box__size-box .size-nav .item.active {
      color: #282828;
      font-weight: 900;
      position: relative; }
      .options-box__size-box .size-nav .item.active:after {
        content: "";
        position: absolute;
        display: flex;
        top: 45px;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #282828; }

.options-box__size-box .size-list {
  display: flex;
  margin-top: 23px;
  flex-wrap: wrap; }
  .options-box__size-box .size-list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: #f0f0f0;
    margin-right: 11px;
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #282828;
    text-decoration: none;
    transition: .2s; }
    .options-box__size-box .size-list .item.active {
      background-color: #282828;
      color: #ffffff; }
    .options-box__size-box .size-list .item:hover {
      background-color: #282828;
      color: #ffffff; }

.owl-carousel .product-layout {
  display: flex; }

.owl-carousel .product-thumb {
  margin: 0 auto 128px; }
  .owl-carousel .product-thumb .ino-box {
    padding: 10px;
    transition: all .5s; }

.tableBox .owl-stage {
  display: flex; }

/*<search page>*/
.search-list > li {
  padding: 18px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #ebeaea; }

/*</search page>*/
.wrap_page.page {
  background-color: #f0f0f0; }
  .wrap_page.page .title {
    margin-top: 50px; }
  .wrap_page.page .ancor-link {
    margin-bottom: 50px; }
    .wrap_page.page .ancor-link .ancor-link__item {
      margin-bottom: 15px; }
  .wrap_page.page .subscription {
    margin-bottom: 0;
    padding-bottom: 140px;
    padding-top: 200px;
    margin-top: 0; }
    .wrap_page.page .subscription:before {
      top: 110px; }
  .wrap_page.page .advantages {
    position: relative;
    z-index: 1;
    margin: 0; }
    .wrap_page.page .advantages:before {
      content: "";
      position: absolute;
      left: -100vw;
      width: 200vw;
      top: 0;
      bottom: 0;
      background-color: #fff;
      z-index: -1; }
  .wrap_page.page .subscription {
    position: relative;
    z-index: 1; }
    .wrap_page.page .subscription:after {
      content: "";
      position: absolute;
      left: -100vw;
      width: 200vw;
      top: 0;
      bottom: 0;
      background-color: #fff;
      z-index: -1; }

.container-small {
  padding: 60px 120px;
  background-color: #fff;
  margin-bottom: 120px; }
  .container-small .social {
    justify-content: center;
    margin-top: 50px;
    position: relative;
    padding: 0 25px; }
    .container-small .social a {
      padding: 0 35px;
      margin: 0;
      background-color: #fff;
      z-index: 1; }
    .container-small .social:before {
      content: "";
      position: absolute;
      height: 1px;
      background-color: #ebeaea;
      width: 100%;
      left: 0;
      top: 10px; }

@media screen and (max-width: 991px) {
  .wrap_page.page .title {
    margin-top: 40px; }
  .container-small {
    padding: 45px 70px;
    margin-bottom: 100px; } }

@media screen and (max-width: 768px) {
  .container-small {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 66px; }
  .wrap_page.page .title {
    margin-top: 30px; }
  .wrap_page.page .ancor-link {
    margin-bottom: 30px;
    padding: 0; }
  .wrap_page.page .subscription {
    padding-bottom: 45px;
    padding-top: 90px; }
    .wrap_page.page .subscription:before {
      top: 45px; } }

/*article-page*/
.container-post {
  margin-bottom: 115px; }
  .container-post nav.social a {
    min-width: 23px;
    height: 23px;
    margin-right: 35px;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 12px; }
    .container-post nav.social a:hover {
      filter: contrast(0.5); }
  .container-post nav.social {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ededed;
    padding: 45px 0;
    margin-top: 45px;
    align-items: center; }
  .container-post .social .title_5 {
    margin-right: 35px; }
  .container-post .navigation {
    display: flex;
    justify-content: space-between; }
    .container-post .navigation a {
      font-size: 15.7px;
      line-height: 29px;
      font-weight: 700;
      color: #060606; }
    .container-post .navigation .prev {
      padding-left: 35px;
      background: url("assets/img/icon_navigation_prev.png") center left no-repeat; }
    .container-post .navigation .next {
      padding-right: 35px;
      background: url("assets/img/icon_navigation_next.png") center right no-repeat; }

.post-value {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #b2b2b2;
  padding: 15px 0 32px; }
  .post-value div {
    margin-right: 59px; }

.container-blockquote {
  border-left: 4px solid #282828;
  margin: 40px 0 60px;
  padding: 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11); }
  .container-blockquote blockquote {
    font-size: 18px;
    display: flex; }
    .container-blockquote blockquote:before {
      content: '';
      display: flex;
      min-width: 50px;
      height: 50px;
      margin-right: 40px;
      background: url("assets/img/blockquote.png") center no-repeat; }
  .container-blockquote cite {
    margin-left: 90px; }

.similar-articles {
  margin: 0 auto 35px; }
  .similar-articles .title_3 {
    display: flex;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 12px; }
  .similar-articles a {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    justify-content: center; }
    .similar-articles a .title_5 {
      margin: 12px auto 20px; }
    .similar-articles a:hover .title_5 {
      color: #282828; }
    .similar-articles a img {
      width: 100%; }

@media screen and (max-width: 1199px) {
  .similar-articles .title_3 {
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .container-post {
    margin-bottom: 75px; }
  .container-blockquote {
    margin: 30px 0 40px;
    padding: 25px; }
    .container-blockquote blockquote {
      font-size: 17px;
      display: flex; }
      .container-blockquote blockquote:before {
        display: none; }
    .container-blockquote cite {
      margin-left: 0; }
  img.alignleft, img.alignright {
    max-width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important; }
  img.alignleft {
    float: left; }
  img.alignright {
    float: right; }
  img.aligncenter {
    margin: 0 !important;
    margin-bottom: 20px !important; } }

/* === BEGIN wp_pagenavi === */
.more-peoducts {
  margin: 80px auto 40px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  margin: 0 auto 95px;
  position: relative; }
  .wp-pagenavi a {
    text-decoration: none;
    margin: 0 13px;
    transition: .3s; }
    .wp-pagenavi a:hover {
      background: #282828;
      color: #fff !important; }
  .wp-pagenavi .first {
    background: url(./assets/img/iconArrowLeft--blue-first.png) no-repeat center;
    padding: 10px 15px !important; }
    .wp-pagenavi .first:hover {
      background: url("./assets/img/icon_pagination-left--hover.png") no-repeat center !important; }
  .wp-pagenavi .last {
    padding: 10px 15px !important;
    background: url(./assets/img/iconArrowRight--blue-last.png) no-repeat center; }
    .wp-pagenavi .last:hover {
      background: url("./assets/img/icon_pagination-right--hover.png") no-repeat center !important; }
  .wp-pagenavi .previouspostslink {
    background: url(./assets/img/iconArrowLeft--blue.png) no-repeat center;
    text-decoration: none; }
    .wp-pagenavi .previouspostslink:hover {
      background: url("./assets/img/icon-pagination__hover-left.png") no-repeat center; }
  .wp-pagenavi .nextpostslink {
    background: url(./assets/img/iconArrowRight--blue.png) no-repeat center;
    text-decoration: none; }
    .wp-pagenavi .nextpostslink:hover {
      background: url("./assets/img/icon-pagination__hover-right.png") no-repeat center; }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 3px 5px;
    margin: 0 13px; }
  .wp-pagenavi .current {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    width: 48px;
    height: 48px;
    background: #282828; }
  .wp-pagenavi .extend {
    display: flex;
    align-items: center; }
  .wp-pagenavi .page.smaller,
  .wp-pagenavi .page.larger {
    border: 1px solid #ebeaea;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #282828; }

/* === END wp_pagenavi === */
.product-thumb {
  position: relative;
  margin: 15px auto 48px; }
  .product-thumb .price {
    padding-top: 10px; }
  .product-thumb .ino-box {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 35px 10px 10px;
    transition: all .5s;
    top: calc(100% - 40px); }
    .product-thumb .ino-box:before {
      content: "";
      position: absolute;
      top: 0;
      right: 50%;
      left: 45%;
      width: 25px;
      z-index: 12;
      height: 25px;
      transition: all .5s;
      background: url(assets/img/triangle.png) center no-repeat; }
    .product-thumb .ino-box:before {
      top: -18px; }
    .product-thumb .ino-box .size-box {
      display: none;
      opacity: 1;
      z-index: 0;
      flex-wrap: wrap; }
      .product-thumb .ino-box .size-box li {
        margin-bottom: 5px; }
  .product-thumb.hover:hover .second {
    opacity: 1; }
  .product-thumb .size-box {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0 15px;
    margin-top: 15px;
    display: none;
    z-index: -1;
    cursor: pointer; }
    .product-thumb .size-box li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      background-color: #f0f0f0;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.01em;
      color: #282828;
      margin: 0 3px;
      transition: all .3s; }
      .product-thumb .size-box li:hover {
        background-color: #282828;
        color: #fff; }
      .product-thumb .size-box li.active {
        background-color: #282828;
        color: #fff; }

.product-thumb__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .product-thumb__img .second {
    position: absolute;
    opacity: 0;
    transition: all .3s; }

.label-box {
  position: absolute;
  right: 10px;
  top: 10px; }

.label__new,
.label__closeout,
.label__credit,
.label__hot,
.label__online {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50%;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #279364;
  width: 48px;
  height: 48px; }

.label__new {
  background-color: #206aaf; }

.label__online {
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 1.3px;
  background-color: #0f2544; }

.label__closeout {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50%;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #b30000;
  width: 48px;
  height: 48px; }

.label__hot {
  background-color: #279364; }

.product-thumb__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #282828;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .product-thumb__title:hover {
    color: #282828; }
  .product-thumb__title b {
    text-transform: uppercase; }

del .woocommerce-Price-amount.amount {
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 800;
  color: #282828; }

ins {
  text-decoration: none; }
  ins .woocommerce-Price-amount.amount {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #282828; }

del + ins {
  margin-left: 10px; }
  del + ins .woocommerce-Price-amount.amount {
    color: #b30000; }

.woocommerce-Price-amount.amount {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #282828;
  white-space: nowrap;
  padding: 0 5px; }

.product-layout {
  padding: 10px 0 0; }

.container-table {
  display: flex;
  overflow: hidden;
  border-bottom: 2px solid #282828;
  margin-bottom: 48px;
  padding-top: 50px; }
  .container-table .value {
    min-width: 260px; }
  .container-table p {
    padding: 0 15px; }
    .container-table p.color-brand {
      background-color: #282828;
      color: #fff;
      padding: 24px 15px; }

.slider__table-single {
  position: relative; }
  .slider__table-single .owl-nav {
    position: absolute;
    top: -50px;
    left: -260px;
    background: transparent;
    width: calc(100% + 15px);
    display: flex;
    justify-content: space-between; }
    .slider__table-single .owl-nav button {
      outline: none; }
      .slider__table-single .owl-nav button div {
        font-size: 30px;
        color: #282828;
        width: 50px !important;
        height: 50px !important; }
      .slider__table-single .owl-nav button.owl-next,
      .slider__table-single .owl-nav button .owl-prev {
        display: flex;
        justify-content: center;
        z-index: 1; }

@media screen and (max-width: 1199px) {
  .slider__table-single {
    position: relative; }
    .slider__table-single .owl-nav {
      width: 100%; } }

@media screen and (max-width: 991px) {
  .slider__table-single .owl-nav {
    left: -260px; } }

@media screen and (max-width: 767px) {
  .container-table {
    margin: 0 -15px 50px; }
    .container-table p {
      padding: 0 5px;
      min-height: 48px;
      word-break: break-word; }
      .container-table p.color-brand {
        display: flex;
        align-items: center;
        min-height: 96px;
        padding: 24px 15px;
        color: #fff;
        background-color: #282828; }
    .container-table .value {
      min-width: 165px; }
  .slider__table-single div.owl-nav {
    position: absolute;
    top: -50px;
    left: -165px;
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: space-between; } }

/*BEGIN scroll bar*/
/* Only Chrome */
.scroll::-webkit-scrollbar,
.item-2::-webkit-scrollbar,
.list-2::-webkit-scrollbar,
.woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.woocommerce-terms-and-conditions::-webkit-scrollbar {
  width: 4px; }

.scroll::-webkit-scrollbar-thumb,
.item-2::-webkit-scrollbar-thumb,
.list-2::-webkit-scrollbar-thumb,
.woocommerce-terms-and-conditions::-webkit-scrollbar-thumb,
.woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb {
  background-color: #282828;
  background-clip: padding-box;
  border: 0px solid #F5F5F5; }

.scroll::-webkit-scrollbar-track,
.item-2::-webkit-scrollbar-track,
.list-2::-webkit-scrollbar-track,
.woocommerce-terms-and-conditions::-webkit-scrollbar-track,
.woocommerce-widget-layered-nav-list::-webkit-scrollbar-track {
  background-color: #F5F5F5; }

::-webkit-scrollbar-button {
  background-color: transparent; }

/* Only IE */
.scroll,
.item-2,
.list-2,
.woocommerce-terms-and-conditions,
.woocommerce-widget-layered-nav-list {
  scrollbar-face-color: #282828;
  scrollbar-shadow-color: #F5F5F5;
  scrollbar-highlight-color: #F5F5F5;
  scrollbar-color: #282828 #F5F5F5;
  overflow-y: scroll;
  overflow-x: hidden; }

/****************************************/
.scroll-heidden::-webkit-scrollbar {
  width: 0px; }

/**/
.item-2::-webkit-scrollbar-thumb,
.list-2::-webkit-scrollbar-thumb {
  background-color: #e7e3e3;
  background-clip: padding-box;
  border: 0px solid #F5F5F5; }

.item-2::-webkit-scrollbar-track,
.list-2::-webkit-scrollbar-track {
  background-color: #F5F5F5; }

::-webkit-scrollbar-button {
  background-color: transparent; }

/* Only IE */
.item-2,
.list-2 {
  scrollbar-face-color: #e7e3e3;
  scrollbar-shadow-color: #F5F5F5;
  scrollbar-highlight-color: #F5F5F5;
  scrollbar-color: #e7e3e3 #F5F5F5;
  overflow-y: scroll;
  overflow-x: hidden; }

/****************************************/
.scroll-heidden::-webkit-scrollbar {
  width: 0px; }

/*звезды*/
p.stars a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 16px;
  height: 16px; }
  p.stars a::before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("./assets/img/icon_grey-star.png") center no-repeat; }
  p.stars a span {
    display: none; }
  p.stars a.active::before {
    opacity: 1;
    background: url("./assets/img/icon_gold-star.png") center no-repeat; }

p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  background: url("./assets/img/icon_gold-star.png") center no-repeat; }

p.stars.selected a.active ~ a::before {
  background: url("./assets/img/icon_grey-star.png") center no-repeat; }

p.stars a::before,
p.stars a:hover ~ a::before,
p.stars.selected a.active ~ a::before {
  background: url("./assets/img/icon_grey-star.png") center no-repeat; }

p.stars.selected a.active::before,
p.stars:hover a::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  background: url("./assets/img/icon_gold-star.png") center no-repeat; }

.star-rating {
  background-image: url("./assets/img/icon_grey-star.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 100px;
  height: 16px;
  position: relative; }

.star-rating span {
  background-image: url("./assets/img/icon_gold-star.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  left: 0; }

/**/
.subscription {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 200px auto 140px;
  position: relative; }
  .subscription:before {
    content: "";
    position: absolute;
    width: 39px;
    height: 27px;
    top: -60px;
    background: url(./assets/img/icon-subscription.png) center no-repeat; }
  .subscription .title_1 {
    max-width: 803px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.36px; }
  .subscription form {
    display: flex;
    justify-content: center; }
  .subscription input.btn.btn-secondary {
    color: #282828;
    border: 1px solid #282828;
    height: 60px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.21px;
    text-transform: uppercase;
    letter-spacing: 1.39px;
    padding: 5px 30px;
    margin-top: 36px; }
    .subscription input.btn.btn-secondary:hover {
      color: #fff; }
  .subscription input[type=email] {
    max-width: 279px;
    height: 60px;
    font-size: 16px;
    border: 1px solid #282828;
    background-color: #fff;
    position: relative;
    right: -1px; }
  .subscription input::placeholder {
    color: #616466 !important;
    font-weight: 500;
    line-height: 20px; }

.lookbook-new {
  overflow: initial; }
  .lookbook-new .title_1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px; }
  .lookbook-new .product-thumb {
    display: flex;
    flex-direction: column;
    margin: 12px auto 48px; }
    .lookbook-new .product-thumb .info-box {
      position: static;
      padding: 10px;
      text-align: center; }
      .lookbook-new .product-thumb .info-box .size-box {
        display: flex; }
  .lookbook-new .slider__product-cart-container .label-box {
    z-index: 1;
    top: 15px;
    right: 15px; }
  .lookbook-new .slider__product-cart-container .owl-item .item {
    opacity: 0.5; }
  .lookbook-new .slider__product-cart-container .owl-item.active .item {
    opacity: 1; }
  .lookbook-new .options-box .btn.btn-primary {
    padding: 15px;
    color: #fff;
    margin-bottom: 36px;
    max-width: 317px; }
    .lookbook-new .options-box .btn.btn-primary img {
      margin: 0 10px 4px 0; }
    .lookbook-new .options-box .btn.btn-primary.default {
      color: #fff;
      border: 1px solid #a9a9a9;
      background-color: #a9a9a9; }
      .lookbook-new .options-box .btn.btn-primary.default:hover {
        cursor: default; }
  .lookbook-new .options-box .pay-box .amount {
    font-size: 30px;
    line-height: 34px; }
  .lookbook-new .options-box .btn-box {
    display: flex;
    flex-direction: column; }
    .lookbook-new .options-box .btn-box a {
      font-weight: 600; }
  .lookbook-new .nav__capsule {
    margin: 100px auto 160px; }
  .lookbook-new .instagram-box {
    margin-bottom: 160px; }
  .lookbook-new .row.horizontal {
    padding: 0; }

.center-column .product-thumb__img {
  min-height: 340px;
  position: relative; }
  .center-column .product-thumb__img:hover:before {
    opacity: 1; }
  .center-column .product-thumb__img:before {
    content: "";
    position: absolute;
    top: calc(100% - 50px);
    right: 10px;
    background: url(assets/img/iconZoom.png) center no-repeat;
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 0;
    z-index: 2; }

.center-column .btn.btn-secondary {
  min-width: 200px;
  padding: 15px 0 !important; }

.center-column .btn.btn-secondary.transfer {
  position: relative;
  padding-left: 25px !important;
  color: #fff;
  background-color: #282828; }
  .center-column .btn.btn-secondary.transfer img {
    margin: 0 5px 3px 0; }
  .center-column .btn.btn-secondary.transfer:before {
    content: "";
    position: absolute;
    display: flex;
    min-width: 15px;
    height: 15px;
    left: 27px;
    top: 18px;
    background: url(assets/img/icon_choice.png) center no-repeat; }

.slider__product-cart-container,
.options-box {
  transition: .3s;
  position: sticky;
  top: 0; }

.slider__lookbook-new-page {
  width: 100%;
  margin-left: 0; }
  .slider__lookbook-new-page .owl-nav {
    color: transparent;
    outline: none; }
    .slider__lookbook-new-page .owl-nav button {
      outline: none; }

.product-thumb .btn.btn-secondary {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #282828;
  margin: 0 auto;
  padding: 15px 46px; }
  .product-thumb .btn.btn-secondary:hover {
    color: #fff; }
  .product-thumb .btn.btn-secondary.default {
    color: #a9a9a9;
    border: 1px solid #a9a9a9; }
    .product-thumb .btn.btn-secondary.default:hover {
      background-color: #fff;
      cursor: default; }

.product-thumb__detailed {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: initial;
  text-decoration: underline;
  color: #282828;
  position: relative; }
  .product-thumb__detailed:hover {
    text-decoration: none; }
  .product-thumb__detailed:before {
    content: '';
    position: absolute;
    right: -17px;
    top: -1px;
    width: 11px;
    height: 11px;
    background: url(assets/img/icon_detailed.png) center no-repeat; }

.center-column-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  max-width: 220px;
  margin: 0 auto 24px; }

.no-selected .title_2 {
  margin-top: 36px;
  color: #212529; }

.overview-price {
  color: #616466; }

button.fancybox-button {
  outline: none; }

.no-selected {
  margin-top: 24px; }
  .no-selected span {
    display: flex; }

/*lookbok-img-2*/
.lookbook-img-2 {
  margin: 120px 0; }
  .lookbook-img-2 .item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 68%; }
  .lookbook-img-2 .stuff {
    opacity: 1;
    width: 570px;
    min-height: 336px;
    height: 100%;
    padding: 67px 80px 25px;
    background-color: #fff;
    margin: 0 0 0 auto;
    position: relative; }
    .lookbook-img-2 .stuff .sub-title {
      margin-bottom: 25px; }
    .lookbook-img-2 .stuff .title_2 {
      margin: 0 0 20px 0; }
    .lookbook-img-2 .stuff .bottom-group {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .lookbook-img-2 .stuff .price {
      margin: 30px 0 25px; }
    .lookbook-img-2 .stuff .trigger-nav {
      position: absolute;
      right: 0;
      top: 0;
      transform: none;
      display: flex;
      flex-direction: row-reverse; }
      .lookbook-img-2 .stuff .trigger-nav .prev {
        margin: 0 2px;
        border: none;
        background: url(assets/img/first-screen-prev-hover.png) center no-repeat #f0f0f0; }
        .lookbook-img-2 .stuff .trigger-nav .prev:hover {
          background: url(assets/img/first-screen-prev.png) center no-repeat #000; }
      .lookbook-img-2 .stuff .trigger-nav .next {
        border: none;
        background: url(assets/img/first-screen-next-hover.png) center no-repeat #f0f0f0; }
        .lookbook-img-2 .stuff .trigger-nav .next:hover {
          background: url(assets/img/first-screen-next.png) center no-repeat #000; }

img.alignleft, img.alignright {
  height: auto;
  max-width: 49%; }

img.alignleft {
  height: auto;
  margin: 20px 30px 25px 0;
  float: left; }

img.alignright {
  height: auto;
  margin: 20px 0 25px 30px;
  float: right; }

img.aligncenter {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%; }

#table-saize {
  padding-right: 0 !important; }
  #table-saize .modal-dialog.modal-dialog-centered.modal-lg {
    margin: 0 auto;
    max-width: 1200px; }
  #table-saize .modal-content {
    padding: 20px;
    max-width: calc(100% - 30px); }
    #table-saize .modal-content .title_3 {
      margin-bottom: 5px;
      padding-right: 35px; }
  #table-saize .close {
    top: 16px; }

.slider__table .info-box {
  display: flex;
  height: 216px;
  padding: 15px; }
  .slider__table .info-box img.size-1,
  .slider__table .info-box img.size-2,
  .slider__table .info-box img.size-3 {
    max-height: 175px;
    width: auto;
    margin: 0 0 0 auto; }
  .slider__table .info-box img.size-2 {
    max-height: 193px; }
  .slider__table .info-box img.size-3 {
    max-height: 216px; }
  .slider__table .info-box .text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto 0 0;
    padding: 15px; }
    .slider__table .info-box .text-box p {
      margin: 0; }

.slider__table > .owl-nav {
  position: absolute;
  height: 20px;
  width: 100%;
  max-width: 320px;
  top: 85px;
  left: 50%;
  transform: translate(calc(-50% - 27px), 0);
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
  .slider__table > .owl-nav .nav-btn.prev-slide,
  .slider__table > .owl-nav .nav-btn.next-slide {
    width: 50px;
    height: 150px;
    top: -65px;
    position: absolute; }
  .slider__table > .owl-nav .nav-btn.prev-slide {
    background: url(./assets/img/iconArrowLeft--blue-first.png) no-repeat center; }
  .slider__table > .owl-nav .nav-btn.next-slide {
    background: url(./assets/img/iconArrowRight--blue-last.png) no-repeat center; }

.tableBox {
  display: flex;
  overflow: hidden;
  margin-bottom: 48px; }
  .tableBox > ul {
    min-width: 250px;
    padding: 0 0 60px 0;
    list-style: none; }
    .tableBox > ul li {
      height: 54px;
      display: flex;
      align-items: center;
      padding: 0 5px 0 15px;
      border-bottom: 1px solid #f2f2f2;
      box-sizing: content-box;
      line-height: 18px; }
      .tableBox > ul li:first-child {
        border-bottom: 2px solid #fff; }
      .tableBox > ul li:nth-child(odd) {
        background-color: #f2f2f2; }
      .tableBox > ul li:last-child {
        border-bottom: 1px solid #282828; }

.bold-grey {
  font-weight: 900;
  background-color: #f6f6f6; }

.bold-black {
  font-weight: 900;
  background-color: #282828 !important;
  color: #fff; }

.slider__table-size {
  padding: 0 0 60px 0;
  overflow: hidden; }
  .slider__table-size .owl-nav {
    width: 100%;
    max-width: 140px;
    display: flex;
    justify-content: space-between;
    bottom: 50px;
    right: 0;
    position: absolute; }
  .slider__table-size button.owl-prev,
  .slider__table-size button.owl-next {
    width: 50px !important;
    color: transparent !important;
    outline: none; }
  .slider__table-size .owl-next:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 15px;
    border: 1px solid #000;
    background: url(assets/img/iconArrowRight--blue.png) center no-repeat; }
  .slider__table-size .owl-next:hover:before {
    background: url(assets/img/icon-pagination__hover-right.png) center no-repeat #fff; }
  .slider__table-size .owl-prev:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 15px;
    border: 1px solid #000;
    background: url(assets/img/iconArrowLeft--blue.png) center no-repeat; }
  .slider__table-size .owl-prev:hover:before {
    width: 48px;
    height: 48px;
    background: url(assets/img/icon-pagination__hover-left.png) center no-repeat #fff; }
  .slider__table-size .item {
    text-align: center;
    transition: all .2s;
    min-width: 115px; }
    .slider__table-size .item:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 1px solid #4d232300; }
    .slider__table-size .item:hover {
      cursor: pointer; }
      .slider__table-size .item:hover:before {
        border: 1px solid #b30000;
        z-index: 2; }
    .slider__table-size .item p {
      margin: 0;
      padding: 15px;
      box-sizing: content-box;
      border-bottom: 1px solid #f2f2f2;
      white-space: nowrap; }
      .slider__table-size .item p:first-child {
        border-bottom: 2px solid #fff; }
      .slider__table-size .item p:nth-child(odd) {
        background-color: #f2f2f2; }
      .slider__table-size .item p:last-child {
        border-bottom: 1px solid #282828; }

.tablePhone {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px; }
  .tablePhone .tel-nav {
    margin-bottom: 0; }

.table-woman .slider__table > .owl-nav {
  top: 0;
  max-width: 100%;
  left: 0;
  right: 0;
  transform: translate(-23px, 0); }

.tabs_table .tab {
  border: 1px solid #282828;
  padding: 7px 20px;
  cursor: pointer;
  margin: 0 15px 15px 0;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  min-height: 56px;
  transition: .4s; }
  .tabs_table .tab:last-child {
    margin: 0 0 15px 0; }
  .tabs_table .tab.active, .tabs_table .tab:hover {
    color: #fff;
    background-color: #282828; }

.tabs_table .tabs {
  display: flex; }

footer {
  background-color: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px; }
  footer nav.tel-nav p {
    font-size: 14px;
    letter-spacing: 0.14em; }

.footer-row {
  display: flex;
  padding: 70px 0 50px; }
  .footer-row .title_6 {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.6px; }
  .footer-row nav {
    display: flex;
    flex-direction: column; }
    .footer-row nav a {
      color: #282828;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 20px;
      letter-spacing: 0.16px; }
    .footer-row nav.phone-box a {
      margin-bottom: 5px; }

.cwt {
  color: #282828;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.16px;
  margin: 20px 0 25px; }

a.mail {
  color: #282828; }

.card-box {
  display: flex;
  list-style: none;
  background-color: transparent;
  padding: 0;
  margin-top: 40px; }
  .card-box li {
    margin-right: 20px;
    background: center no-repeat;
    background-size: contain;
    cursor: pointer; }
  .card-box .visa {
    width: 119px;
    height: 39px; }
  .card-box .privat24 {
    width: 38px;
    height: 38px; }

nav.social {
  display: flex;
  flex-direction: row; }
  nav.social a {
    width: 17px;
    height: 17px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center; }
    nav.social a:hover {
      filter: contrast(0.5); }

.copy-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid #28282828;
  border-bottom: none !important;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #282828; }
  .copy-box a {
    text-decoration: none; }

a.copy {
  padding: 32px 0 32px 42px;
  margin: 0 -15px 0 auto;
  width: auto;
  background: url(./assets/img/kofelatte.png) left no-repeat;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #282828; }
  a.copy:hover {
    text-decoration: underline; }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (min-width: 768px) {
  header.top .header-logo {
    width: 100%;
    max-width: 84px;
    height: auto;
    margin: 12px 15px;
    background-image: none; }
  a.icon-favorite,
  .brandName {
    display: flex; }
  .slider__first-screen .owl-item .md {
    display: block !important; }
  .slider__first-screen .owl-item .sm,
  .slider__first-screen .owl-item .lg {
    display: none; } }

@media (min-width: 992px) {
  header .btn-search.mobile {
    display: none; }
  .slider__first-screen .owl-item .lg {
    display: block !important; }
  .slider__first-screen .owl-item .sm,
  .slider__first-screen .owl-item .md {
    display: none !important; }
  .product-thumb {
    max-width: 264px;
    position: relative;
    margin: 15px auto 143px; }
    .product-thumb .ino-box {
      text-align: center;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1;
      padding: 35px 10px 10px;
      transition: all .5s; }
      .product-thumb .ino-box:before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        left: 45%;
        width: 25px;
        z-index: 12;
        height: 25px;
        transition: all .5s;
        background: url(assets/img/triangle.png) center no-repeat;
        opacity: 0; }
      .product-thumb .ino-box:hover {
        top: calc(100% - 40px);
        background-color: #fff; }
        .product-thumb .ino-box:hover:before {
          top: -18px; }
        .product-thumb .ino-box:hover .size-box {
          display: flex;
          opacity: 1;
          z-index: 0; }
    .product-thumb.hover:hover .second {
      opacity: 1; }
    .product-thumb.hover:hover .ino-box {
      background-color: #fff; }
      .product-thumb.hover:hover .ino-box:before {
        top: -18px;
        opacity: 1; }
    .product-thumb .size-box {
      display: flex;
      justify-content: center;
      list-style: none;
      padding: 0 15px;
      margin-top: 15px;
      display: none;
      z-index: -1;
      cursor: pointer; }
      .product-thumb .size-box li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: #f0f0f0;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        color: #282828;
        margin: 0 3px;
        transition: all .3s; }
        .product-thumb .size-box li:hover {
          background-color: #282828;
          color: #fff; }
  .slider__template .product-thumb:hover .ino-box {
    top: calc(100% - 40px); }
    .slider__template .product-thumb:hover .ino-box:before {
      top: -18px; }
    .slider__template .product-thumb:hover .ino-box .size-box {
      display: flex;
      opacity: 1;
      z-index: 0; }
  .lookbook-new .product-thumb__img:hover .second {
    opacity: 1; } }

@media screen and (max-width: 1199px) {
  .homeCategory-item .title_2 {
    width: 365px;
    font-size: 24px;
    line-height: 30px; }
  .vertical .show-more {
    margin-top: 80px; }
  .horizontal .title_4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0; }
  .catalog-line .item-1 {
    padding-left: 25px; }
  .search {
    padding-left: 35px; }
  .advantages-item {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px; }
    .advantages-item img {
      margin-bottom: 25px; }
  .lookbook {
    margin-top: 100px; }
    .lookbook .item {
      margin-top: 15%; }
  .lookbook-img-2 .item {
    min-height: 410px; }
  .lookbook-img-2 .stuff {
    width: 390px;
    min-height: 325px;
    padding: 67px 45px 25px; }
  .stuff {
    width: 380px;
    height: 312px;
    padding: 75px;
    margin: auto 0% auto -150px; }
    .stuff .sub-title {
      color: #616466;
      margin-bottom: 35px; }
    .stuff .title_2 {
      color: #282828;
      font-size: 30px;
      font-weight: 700;
      line-height: 32px; }
    .stuff .description,
    .stuff .more {
      display: none; }
  .page-brands .top-tab .tab-content {
    padding: 0 15px 50px; }
  .letter-item nav a {
    width: 33%;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 0 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #282828; }
  footer nav.tel-nav span {
    font-size: 11px; }
    footer nav.tel-nav span.special {
      min-width: 115px;
      letter-spacing: 0.1px; }
      footer nav.tel-nav span.special:last-child {
        font-size: 10px;
        letter-spacing: 0.5px; }
  footer nav.tel-nav .grey-line.bg-white {
    display: none; } }

@media screen and (max-width: 991px) {
  .options-box {
    padding-top: 0 !important; }
  h1,
  .title_1 {
    margin-bottom: 12px; }
  h2,
  .title_2 {
    margin-bottom: 12px; }
  h3,
  .title_3 {
    margin-bottom: 12px; }
  h4,
  .title_4 {
    margin-bottom: 12px; }
  h5,
  .title_5 {
    margin-bottom: 12px; }
  h6,
  .title_6 {
    margin-bottom: 12px; }
  .title {
    margin-bottom: 40px; }
  /*<Header>*/
  .wrap_page {
    margin-top: 68px; }
  .telephone-box .numberList {
    left: -20px; }
    .telephone-box .numberList:before {
      right: initial;
      left: 21px; }
    .telephone-box .numberList a {
      width: auto;
      height: 48px;
      color: #282828; }
  a.icon-user {
    background-image: url(assets/img/icon-user.png);
    width: 30px;
    height: 22px;
    margin: auto 28px auto 0;
    background-size: contain;
    background-repeat: no-repeat; }
  .sales-line p {
    display: none; }
  .catalog-line {
    border-top: 1px solid #ededed;
    height: auto;
    background-color: #fff; }
    .catalog-line .mega-menu {
      padding: 0; }
      .catalog-line .mega-menu .search {
        display: none; }
    .catalog-line .list-title {
      margin: 12px 0 4px; }
    .catalog-line .item-1-title {
      z-index: 3;
      display: flex;
      justify-content: space-between;
      width: 100%;
      position: relative; }
    .catalog-line .arrow {
      display: flex; }
    .catalog-line .item-1 {
      padding: 10px 0;
      background: #fff;
      border-top: 1px solid #ededed; }
      .catalog-line .item-1 .list-2 {
        flex-direction: column;
        position: static;
        min-height: 10px;
        width: 100%;
        padding: 0;
        max-height: max-content; }
      .catalog-line .item-1.show {
        overflow: auto;
        min-height: 320px;
        max-height: max-content; }
    .catalog-line .item-3 {
      margin: 0;
      padding: 2px 0 10px; }
    .catalog-line .item-1.show {
      transition: all 1s;
      flex-direction: column;
      align-items: flex-start; }
    .catalog-line .item-1.active-icon .arrow {
      background-image: url("https://cdn1.iconfinder.com/data/icons/mix-ui/24/Up_Top_Arrow_Arrows_Back_Direction-512.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .catalog-line .list-1 {
      padding: 0;
      display: none;
      flex-direction: column;
      height: calc(100vh - 67px);
      overflow: auto; }
      .catalog-line .list-1 ul {
        max-width: 100%; }
    .catalog-line .item-2 {
      width: auto;
      padding: 0;
      margin-bottom: 15px;
      overflow: visible;
      min-height: initial;
      max-height: max-content; }
    .catalog-line .list-3 {
      height: auto;
      display: flex;
      min-height: fit-content;
      flex-direction: column;
      align-items: flex-start; }
  .header-icon-group {
    width: auto;
    padding: 0; }
    .header-icon-group a {
      margin: 0;
      width: 27px;
      height: 19px;
      background-size: contain; }
      .header-icon-group a .added {
        display: none; }
      .header-icon-group a.btn-search.mobile {
        width: 27px; }
        .header-icon-group a.btn-search.mobile.active {
          width: 27px;
          height: 19px;
          padding: 0 0px;
          background: url(assets/img/burger-close.png) center no-repeat;
          background-size: auto; }
  header.position-fixed .header-logo {
    width: 100%;
    max-width: 64px;
    height: 27px;
    margin: 20px auto;
    background-image: url(assets/img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .telephone-box {
    width: 27px; }
    .telephone-box .numberDropdown {
      width: 27px;
      height: 19px;
      padding: 0 0px;
      background: url(assets/img/icon-telephone.png) center no-repeat;
      background-size: contain; }
      .telephone-box .numberDropdown a {
        display: none; }
    .telephone-box.show .numberDropdown {
      width: 27px;
      height: 19px;
      padding: 0 0px;
      background: url(assets/img/burger-close.png) center no-repeat;
      background-size: auto; }
  #burger {
    display: block;
    width: 27px; }
  .header-logo {
    width: 100%;
    max-width: 64px;
    height: 27px;
    margin: 20px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .search {
    order: -1;
    width: 100%;
    padding: 0;
    margin: 17px 0;
    z-index: 2; }
  .header__search {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .btn-submit {
    display: flex;
    top: 0;
    right: 0;
    left: initial;
    height: 36px;
    width: 35px; }
  .header__search-iput {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 100%;
    height: 36px;
    border: 1px solid #282828;
    background-color: #fff; }
  .header__search-btn {
    display: none; }
  .mobile-search {
    position: absolute;
    top: 99%;
    left: 15px;
    right: 15px; }
  .catalog-line:before {
    display: none; }
  /*</Header>*/
  .catalog-line .item-1 {
    padding-left: 0 !important; }
    .catalog-line .item-1.show .list-2:before {
      display: none; }
  .catalog-line .item-1-title a {
    color: #282828;
    font-size: 13px;
    font-weight: 700;
    line-height: 20.21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none; }
  .article-items {
    margin-bottom: 36px; }
    .article-items .title_5 {
      margin-top: 15px; }
  .wrap_page.my-account .title {
    padding-top: 48px; }
  .wrap_page.cabinet h1 {
    padding-top: 48px; }
  .search {
    padding-left: 20px;
    margin: 0 auto; }
  .slider__first-screen .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 9%;
    left: 0; }
  /**/
  .homeCategory-item .title_2 {
    width: 300px;
    font-size: 18px;
    line-height: 25px; }
  .vertical .show-more {
    margin-top: 0; }
  .vertical .tex-box {
    top: 35%; }
  .vertical .outlet {
    margin-bottom: 15px; }
  .horizontal .title_4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0; }
  .horizontal .homeCategory-text {
    margin-top: 5px; }
  .horizontal .homeCategory-item.bottom .show-more {
    position: absolute;
    top: calc(100% + 5px);
    right: -72px; }
  .horizontal .homeCategory-item.bottom .tex-box {
    top: 50%;
    left: 25px;
    width: calc(100% - 115px); }
  .horizontal .homeCategory-item.top .tex-box {
    width: calc(100% - 40px);
    top: 75%;
    left: 25px; }
  .top-tab {
    margin-top: 50px; }
  .subscription {
    margin: 155px auto 95px; }
    .subscription .title_1 {
      font-size: 36px; }
  .owl-carousel .product-thumb {
    margin: 0 auto; }
    .owl-carousel .product-thumb .ino-box:before {
      display: none; }
    .owl-carousel .product-thumb .ino-box .size-box {
      padding: 0;
      margin-bottom: 0; }
      .owl-carousel .product-thumb .ino-box .size-box li {
        width: 29px;
        height: 29px; }
  .advantages {
    margin-bottom: 40px; }
  .owl-carousel.slider__template .owl-dots .owl-dot {
    margin-top: 0; }
  /*cart*/
  i.wpmenucart-icon-shopping-cart-0.added .value {
    right: -10px; }
  .shop_table td {
    padding: 5px;
    border-bottom: 1px solid #f6f6f8; }
    .shop_table td .total_price {
      text-align: center; }
  .largeForm {
    padding: 0 15%; }
  .rowBtn a,
  .rowBtn input {
    margin: 0 auto; }
    .rowBtn a.btn.btn-secondary,
    .rowBtn input.btn.btn-secondary {
      margin-left: 0; }
  #place_order {
    padding: 6px 30px;
    height: 54px; }
  .shop_table .prod_img {
    height: 155px;
    width: 100px;
    padding-left: 45px;
    text-align: center; }
  /**/
  /*<Catalog>*/
  .title-catalog .img-box .title_1 {
    font-size: 30px;
    line-height: 34px; }
  .title-catalog .btn {
    line-height: 29px;
    height: 48px; }
  .pay-box .btn-box .btn.btn-secondary.btn-lg span {
    display: none; }
  .product-thumb {
    margin: 15px auto 0; }
    .product-thumb .ino-box .size-box {
      display: flex;
      opacity: 1;
      z-index: 0;
      padding: 0 1px; }
      .product-thumb .ino-box .size-box li {
        width: 29px;
        height: 29px; }
  /*</Catalog>*/
  .slider__product-cart {
    width: 100%;
    margin-left: 0; }
    .slider__product-cart .item {
      left: 2px; }
    .slider__product-cart .owl-dots {
      display: flex;
      flex-direction: row;
      position: absolute;
      width: 100%;
      max-width: 100%;
      height: 16%;
      top: 100%;
      left: 0; }
      .slider__product-cart .owl-dots .owl-dot {
        width: 100%;
        margin-top: 0 !important;
        margin-right: 3% !important;
        border-top: none !important; }
        .slider__product-cart .owl-dots .owl-dot:last-child {
          margin-right: 0 !important; }
  .letter-item .letter {
    margin-right: calc(20% - 50px); }
  .page-lookbook .brands-item .title_3 {
    font-size: 18px;
    line-height: 24px;
    margin: 30px auto 20px; }
  .lookbook-img-2 .lookbook-img-2 {
    margin: 90px 0 -90px; }
  .lookbook-img-2 .item {
    min-height: 726px;
    align-items: flex-end;
    background-size: 100%;
    background-position: top; }
  .lookbook-img-2 .stuff {
    width: 100%;
    min-height: 270px;
    padding: 67px 45px 25px; }
    .lookbook-img-2 .stuff .title_2 {
      margin: 0 0 8px 0; }
    .lookbook-img-2 .stuff .price {
      margin: 15px 0 25px; }
  .wrap_page.contacts .info-box {
    margin-top: 0; }
  .contacts-formContainer,
  .contactsInfo {
    padding: 0 15px;
    margin-top: 50px; }
  .top-tab .nav.nav-tabs .nav-item {
    position: relative;
    padding: 30px 25px 0 25px; }
  .left-column .social {
    margin: 100px auto; }
  .slider__lookbook-new-page {
    margin: 0 auto; }
  .owl-carousel.slider__lookbook-new-page .owl-stage-outer {
    overflow: inherit; }
  .owl-carousel.slider__lookbook-new-page .item.fancybox:before {
    display: none; }
  .lookbook-new .left-column .social {
    margin: 24px auto; }
  .lookbook-new .slider__product-cart-container .label-box {
    z-index: 1;
    top: 15px;
    right: 75px; }
  .lookbook-new .center-column {
    display: flex;
    flex-wrap: wrap; }
    .lookbook-new .center-column .product-thumb {
      max-width: 200px;
      margin: 12px 15px 48px; }
      .lookbook-new .center-column .product-thumb .btn.btn-secondary {
        padding: 15px 25px; }
    .lookbook-new .center-column .product-thumb__img {
      min-height: 270px; }
  .lookbook-new .center-column-title {
    max-width: 100%;
    width: 100%;
    margin: 64px auto 24px; }
  .lookbook-new .options-box .btn-box {
    flex-direction: row;
    align-items: center; }
  .lookbook-new .options-box .btn.btn-primary {
    margin-bottom: 0; }
  .footer-row {
    display: flex;
    padding: 60px 0 40px; }
  .copy-box {
    padding-top: 25px; }
  .table-saize {
    margin: 25px 0 21px; }
  .options-box__size-box .heading {
    flex-direction: column-reverse; }
  .options-box__size-box .size-nav {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between; }
  .options-box__size-box .size-nav .item.active:after {
    top: 33px; }
  .product-thumb .ino-box {
    position: static;
    padding: 10px 10px 10px;
    top: calc(100% - 180px); }
  .woocommerce-Price-amount.amount {
    font-size: 14px; }
  .account .woocommerce-form-row.woocommerce-form-row--wide.form-row-wide {
    margin-bottom: 14px; }
  .account .col-lg-6 {
    margin-bottom: 30px; }
    .account .col-lg-6 button {
      margin: 0 0 36px; }
  .account-offers-table,
  td,
  th {
    padding: 25px 15px;
    border-radius: 4px; }
  .checkout-table .product-cell {
    border: 1px solid #d5d6da; }
  .checkout-table .product-image {
    width: 25%; }
    .checkout-table .product-image a {
      margin: 0 30px 30px; }
    .checkout-table .product-image span {
      margin: 0 5px 0 30px; }
  .checkout-table .total-price {
    width: 25%;
    border-right: none;
    text-align: right; }
    .checkout-table .total-price span {
      padding: 0 30px 0 0; }
  .checkout-table .product-cell .product-name {
    padding: 30px 10px 60px; }
  .checkout-table .product-name {
    width: 50%;
    position: relative; }
    .checkout-table .product-name .quantity {
      position: absolute;
      bottom: 30px;
      left: 20px; }
    .checkout-table .product-name .product-attribute {
      margin-bottom: 30px; }
  .checkout-table .product-remove {
    width: 1px;
    padding: 0px !important;
    border: none;
    border-bottom: 1px solid; }
  .checkout-table .icon-close {
    position: absolute;
    top: 30px;
    right: 30px; }
  .table-last-row {
    padding: 28px 0;
    border: 1px solid #d5d6da;
    border-top: none; }
  .cupon {
    width: 55%;
    padding: 30px 0 30px 30px; }
  .main-price {
    width: 45%; }
  #customer_details {
    margin-bottom: 30px; }
  .particular__promo {
    flex-wrap: wrap; }
    .particular__promo .title_4 {
      padding-right: 15px; }
  .wr-order-total.d-lg-none.row .title_2 {
    font-size: 14px;
    line-height: 18px; }
  .woo-thankyou .particulars-table-box {
    margin-bottom: 80px; }
  footer {
    margin-top: 100px; } }

@media screen and (max-width: 767px) {
  h1,
  .title_1 {
    font-family: 'Gilroy-Bold';
    font-style: bold;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px; }
  h2,
  .title_2 {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px; }
  h3,
  .title_3 {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 8px; }
  h4,
  .title_4 {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px; }
  h5,
  .title_5 {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px; }
  h6,
  .title_6 {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px; }
  .title {
    margin-bottom: 30px; }
  .sales-line {
    flex-wrap: wrap; }
  .sales-line strong {
    order: 0; }
  .sales-line .close {
    order: 1; }
  .sales-line .more {
    order: 3;
    width: 100%;
    text-align: center; }
  .slider__first-screen .owl-nav {
    max-width: 125px;
    top: 73%; }
  .brands {
    flex-direction: column;
    margin: 0 auto 0px; }
    .brands .brands-item {
      width: 100%;
      margin: 0px auto;
      padding: 0; }
      .brands .brands-item:first-child {
        margin: 24px auto 0; }
      .brands .brands-item .title_3 {
        font-size: 16px; }
      .brands .brands-item .show-more {
        display: none; }
  .homeCategory {
    flex-direction: column; }
    .homeCategory .vertical {
      margin-bottom: 15px;
      padding-left: 0;
      padding-right: 0; }
      .homeCategory .vertical .homeCategory-item .img-box:after {
        left: 0;
        right: 0; }
    .homeCategory .horizontal {
      padding-left: 0;
      padding-right: 0; }
      .homeCategory .horizontal .homeCategory-item.top {
        margin-bottom: 15px; }
      .homeCategory .horizontal .homeCategory-item.bottom .tex-box {
        top: 70%;
        left: 25px;
        width: calc(100% - 115px); }
  .top-tab {
    margin-top: 50px; }
    .top-tab .title_2 {
      margin: 0 auto 20px;
      width: 100%;
      text-align: center; }
    .top-tab .show-more {
      display: none; }
    .top-tab .nav.nav-tabs .nav-item {
      position: relative;
      padding: 5px 15px 0; }
    .top-tab .nav.nav-tabs .nav-link {
      padding-bottom: 15px; }
      .top-tab .nav.nav-tabs .nav-link.active {
        padding-bottom: 13px; }
  .homeCategory-text {
    display: none !important; }
  .advantages {
    padding: 35px 15px;
    flex-direction: column; }
  .advantages-item {
    flex-direction: row;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px; }
    .advantages-item img {
      margin-bottom: 0;
      max-width: 44px; }
    .advantages-item:last-child {
      margin-bottom: 0; }
  .subscription {
    margin: 125px auto 65px; }
    .subscription .title_1 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 24px; }
    .subscription form {
      flex-direction: column; }
    .subscription input[type=email] {
      right: 0px;
      height: 48px;
      margin-bottom: 15px; }
    .subscription input.btn.btn-secondary {
      height: 48px; }
  .advantages {
    display: flex;
    justify-content: space-between;
    padding: 60px 15px;
    border-top: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;
    margin-bottom: 30px; }
  .lookbook {
    margin-top: 40px;
    margin-bottom: 180px; }
    .lookbook .owl-item {
      opacity: 1; }
    .lookbook .owl-item.active.center {
      width: auto !important;
      margin-left: 0;
      display: none; }
    .lookbook .stuff {
      width: calc(100% - 30px);
      left: 15px;
      height: 170px;
      padding: 15px;
      margin: 0;
      opacity: 1 !important;
      position: absolute;
      bottom: -134px; }
      .lookbook .stuff .sub-title {
        margin-bottom: 15px;
        font-size: 10px; }
      .lookbook .stuff .title_2 {
        color: #282828;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        padding-right: 50px; }
      .lookbook .stuff .price ins span {
        color: #282828;
        font-family: 'Gilroy-Bold';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.2px; }
    .lookbook .item {
      margin-top: 0;
      position: relative; }
    .lookbook .owl-carousel .owl-stage-outer {
      overflow: inherit; }
  .footer-row {
    display: flex;
    padding: 40px 0 35px; }
  nav.tel-nav {
    margin-bottom: 15px; }
  /*<Cart>*/
  .shop_table td {
    padding: 15px;
    max-width: 100%;
    text-align: center; }
  .shop_table tr {
    display: grid;
    position: relative; }
  .shop_table .prod_img {
    width: 100%; }
    .shop_table .prod_img > img {
      height: 100px; }
  .shop_table .price {
    text-align: center; }
  .shop_table .prod_remove {
    text-align: center;
    padding: 20px; }
  .shop_table .btn-sm--green.inInput {
    position: absolute;
    right: 5px;
    top: 4px; }
  .shop_table td.prod_price {
    display: none; }
  .shop_table td.prod_qantity_inp .quantity {
    display: flex;
    border-radius: 0;
    max-width: 110px;
    position: relative;
    border: 1px solid #f5f5f5;
    margin: 0 auto 0 0; }
  .shop_table td.prod_total_price {
    position: absolute;
    bottom: 0px;
    border: none;
    right: 15px; }
  .shop_table .prod_remove {
    text-align: center;
    padding: 5px;
    position: absolute;
    right: 0px;
    border: none;
    background-size: contain;
    background-position: center; }
    .shop_table .prod_remove .remove img {
      width: 15px; }
  .cupon {
    width: 100%;
    padding: 0 15px; }
  .main-price {
    width: 100%;
    padding: 15px;
    padding-bottom: 0; }
  .table-last-row {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 0; }
  .cupon-row {
    display: flex;
    flex-direction: column; }
    .cupon-row .btn {
      margin-top: 12px;
      margin-left: 0;
      padding: 14px 10px; }
  #coupon_code {
    width: 100%;
    height: 48px;
    margin-left: 0; }
  .rowBtn {
    flex-direction: column-reverse;
    margin: 30px 0; }
    .rowBtn .btn-pay,
    .rowBtn .btn-sm--white {
      margin: 5px auto; }
    .rowBtn .btn {
      margin-bottom: 24px; }
    .rowBtn .btn-sm--white {
      padding: 0px 40px 0 60px; }
    .rowBtn a,
    .rowBtn input {
      width: 100%; }
  .cart-form,
  .reviewForm,
  .articleForm {
    margin-bottom: 30px !important; }
    .cart-form .input-box > div,
    .reviewForm .input-box > div,
    .articleForm .input-box > div {
      flex-direction: column !important; }
    .cart-form .input-box > div > span,
    .reviewForm .input-box > div > span,
    .articleForm .input-box > div > span {
      width: 100% !important;
      margin-bottom: 15px !important; }
  .largeForm {
    padding: 0; }
  .woo-thankyou .title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #282828;
    margin: 40px auto; }
  .woo-wishlist-2 .btn-secondary {
    margin-left: 0; }
  .page-404 .info-box {
    padding: 225px 15px 150px;
    margin: -185px auto 0; }
  /*</Cart>*/
  .left-column .social {
    padding-left: 0;
    margin: 25px auto; }
  .nav__capsule {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px; }
    .nav__capsule a {
      margin: 10px; }
  /*<Catalog>*/
  .title-catalog .info-box .img-box {
    display: none; }
  .title-catalog .img-box .title_1 {
    font-size: 18px;
    line-height: 22px; }
  .title-catalog .img-box:before {
    content: "";
    padding-top: 26%; }
  .title-catalog .btn {
    line-height: 22px;
    height: 42px; }
  .filter-found {
    display: none; }
  .listing_options p {
    display: none; }
  .listing_options-sort .nice-select.nice_Select:before {
    display: none; }
  a.filter-menu__mob {
    padding-left: 40px;
    background: url(./assets/img/filters.png) left no-repeat; }
  .leftColumn .filter-container {
    display: none; }
  .product-thumb .ino-box {
    position: static;
    padding: 10px 0px 10px; }
    .product-thumb .ino-box:before {
      display: none; }
  .label-box {
    top: 0; }
  .slider__product-cart-container .label-box {
    right: 0;
    top: 5px; }
  .product-thumb {
    margin: 0 auto 12px; }
  .product-thumb__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 216px;
    height: auto; }
  .product-thumb__title {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #282828; }
  ins .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: #282828; }
  del .woocommerce-Price-amount.amount {
    font-size: 16px; }
  .options-box__size-box .size-list .item {
    width: 36px;
    height: 36px;
    font-size: 16px; }
  .options-box__size-box .heading {
    margin-top: 0; }
  .pay-box .price del bdi {
    font-size: 25px; }
  .pay-box .price bdi {
    font-size: 25px; }
    .pay-box .price bdi .woocommerce-Price-currencySymbol {
      font-size: 18px; }
  .wrap_page.woo-taxonomy-product .horizontal {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 36px; }
  .show-more-container {
    margin-top: 24px; }
  .wp-pagenavi {
    margin: 0 auto 59px; }
  /*</Catalog>*/
  .slider__product-cart .owl-dots {
    display: none; }
  .copy-box {
    flex-direction: column;
    padding: 15px; }
    .copy-box a.copy {
      margin: 0 auto;
      padding: 15px 0 15px 42px; }
  .letter-item {
    flex-direction: column;
    border: none; }
    .letter-item .letter {
      margin-right: 0; }
    .letter-item nav {
      margin-top: 30px; }
    .letter-item:first-child {
      margin-top: 15px;
      border: none; }
  .page-lookbook .title_1 {
    margin-top: 35px; }
  .page-lookbook .brands-item .title_3 {
    font-size: 17px;
    line-height: 20px;
    margin: 20px auto 15px; }
  #lookbook-woman .brands,
  #lookbook-man .brands {
    margin: 0 auto 0px; }
    #lookbook-woman .brands:first-child .brands-item,
    #lookbook-man .brands:first-child .brands-item {
      margin-top: 35px; }
    #lookbook-woman .brands .brands-item,
    #lookbook-man .brands .brands-item {
      margin-top: 0;
      width: 100%; }
  .contacts-formContainer,
  .contactsInfo {
    padding: 0;
    border: none; }
  .wrap_page.contacts .top-tab {
    padding: 0; }
  .wrap_page.my-account .title {
    padding-top: 36px; }
  .wrap_page.cabinet h1 {
    padding-top: 36px; }
  .wrap_page.contacts .top-tab .nav.nav-tabs {
    padding: 0; }
  .wrap_page.contacts .top-tab .nav-item {
    width: 50%;
    text-align: center;
    padding: 5px 4px 0; }
    .wrap_page.contacts .top-tab .nav-item:nth-child(1) a {
      letter-spacing: 0; }
    .wrap_page.contacts .top-tab .nav-item:nth-child(2):before {
      display: none; }
  footer nav.tel-nav span.special {
    font-size: 14px;
    min-width: 164px;
    letter-spacing: 0.14em; }
    footer nav.tel-nav span.special:last-child {
      font-size: 14px;
      letter-spacing: 1px; }
  footer nav.tel-nav .grey-line.bg-white {
    display: flex; }
  .lookbook-img-2 {
    margin: 76px 0 -26px; }
    .lookbook-img-2 .item {
      min-height: 450px;
      align-items: flex-end;
      background-size: 100%;
      background-position: top; }
    .lookbook-img-2 .stuff {
      width: 100%;
      min-height: 260px;
      padding: 67px 15px 5px; }
  .lookbook-new .options-box .btn-box {
    flex-direction: column; }
  .lookbook-new .options-box .btn.btn-primary {
    margin-bottom: 36px; }
  .lookbook-new .center-column-title {
    margin: 24px auto; }
  .lookbook-new .product-thumb__detailed:before {
    right: -14px; }
  .lookbook-new .nav__capsule {
    margin: 60px auto 80px; }
  .lookbook-new .center-column .product-thumb {
    max-width: 200px;
    margin: 12px auto 48px; }
  .lookbook-new .slider__product-cart-container .label-box {
    top: 15px;
    right: 15px; }
  .owl-carousel.slider__lookbook-new-page .owl-stage-outer {
    overflow: hidden; }
  .owl-carousel.slider__template .product-thumb__img {
    max-height: inherit; }
  .nav__capsule .line {
    display: none; }
  .lookbook-new .center-column .product-thumb {
    padding: 0 5px !important;
    margin: 12px auto 48px; }
  .lookbook-new .center-column .btn.btn-secondary {
    min-width: 190px;
    padding: 15px 0 !important; }
    .lookbook-new .center-column .btn.btn-secondary.transfer {
      padding-left: 25px !important; }
  .container-small .social a {
    padding: 0 20px; }
  .wp-pagenavi {
    align-items: center; }
    .wp-pagenavi a {
      margin: 0 3px !important;
      width: 23px;
      height: 23px;
      background-size: 12px; }
    .wp-pagenavi a.previouspostslink {
      height: 28px;
      width: 14px !important; }
    .wp-pagenavi .first,
    .wp-pagenavi .last {
      padding: 6px 8px !important;
      width: 28px;
      height: 28px; }
    .wp-pagenavi .page.smaller,
    .wp-pagenavi .page.larger,
    .wp-pagenavi .current,
    .wp-pagenavi a.previouspostslink {
      width: 28px;
      height: 28px;
      margin: 0 3px; }
  .account-sidebar nav {
    max-width: 100%; }
  .account .woocommerce-form-row.woocommerce-form-row--wide.form-row-wide {
    margin-bottom: 28px; }
  .special-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px; }
  .social-nav {
    flex-wrap: wrap; }
    .social-nav .item {
      margin-top: 15px;
      margin-right: 30px; }
  .registration,
  .autorization {
    padding: 15px;
    margin: 0 -15px; }
  .payment-form {
    margin-top: 30px; }
  .checkout-table {
    max-width: 400px;
    margin: 0 auto; }
    .checkout-table .icon-close {
      position: absolute;
      top: 15px;
      right: 15px; }
    .checkout-table .product-image a {
      margin: 0; }
    .checkout-table .product-name .title-product {
      display: flex; }
    .checkout-table .product-name .img-box .img-fluid {
      margin-bottom: 15px;
      width: 100%; }
    .checkout-table .product-name .img-box + span {
      display: none; }
    .checkout-table .product-name .quantity {
      position: static;
      margin-top: 30px;
      max-width: 135px;
      margin: 0 0 0 auto; }
    .checkout-table .product-name .product-attribute + span,
    .checkout-table .product-name .title-product + span {
      float: left;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      padding-right: 15px;
      margin-top: 8px; }
    .checkout-table .product-name .title-product + span {
      margin-top: 38px; }
    .checkout-table .product-cell .product-name {
      padding: 15px; }
      .checkout-table .product-cell .product-name a img {
        width: 100%; }
    .checkout-table .checkout-table,
    .checkout-table td,
    .checkout-table th {
      border: 1px solid #d5d6da; }
    .checkout-table .table-last-row {
      flex-wrap: wrap;
      max-width: 400px;
      padding: 12px 0;
      margin: 0 auto; }
    .checkout-table .cupon,
    .checkout-table .main-price {
      width: 100%;
      padding: 15px; }
    .checkout-table .cart-form {
      margin-top: 48px; }
    .checkout-table #customer_details {
      margin-bottom: 0; }
    .checkout-table .particulars-table-box {
      padding: 15px 15px 30px;
      background-color: #fff;
      margin-top: 24px; }
      .checkout-table .particulars-table-box .title_3 {
        border-bottom: 1px solid #d5d6da;
        margin: 0 -15px;
        padding: 0 15px 15px; }
    .checkout-table .particulars-table td {
      width: 100%;
      border-radius: 0;
      border: none;
      padding: 5px 20px; }
      .checkout-table .particulars-table td:nth-child(even) {
        display: flex;
        align-items: flex-start; }
      .checkout-table .particulars-table td:nth-child(odd) {
        color: #5a5a5a;
        display: flex;
        align-items: flex-end; }
    .checkout-table .particulars-table tr {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .checkout-table .woo-thankyou .particulars-table-box {
      margin-bottom: 60px; }
    .checkout-table form .rowBtn a {
      height: 48px;
      align-items: center;
      display: flex;
      justify-content: center;
      width: 100%; }
    .checkout-table form .rowBtn button {
      height: 48px; }
  #table-saize .modal-content {
    padding: 15px;
    max-width: 100%; }
    #table-saize .modal-content .title_3 {
      margin-bottom: 5px;
      padding: 0 !important; }
  #table-saize .tableBox {
    margin: 0 -15px; }
  .slider__table-size .item {
    min-width: 50px; }
  .tabs_table .tabs {
    margin: 0 -15px; }
  .tabs_table .tab {
    padding: 7px 5px;
    margin: 0 10px 15px 0;
    flex-direction: column; }
  .product-name .title_2 {
    margin-top: 0; }
  .woo-single-product .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 24px 0; }
  .warning {
    padding: 40px 15px;
    margin: 30px auto; }
    .warning img {
      float: none;
      padding-right: 0; }
  footer {
    margin-top: 75px; } }

@media screen and (max-width: 575px) {
  .letter-item nav a {
    width: 100%; }
  .page-brands .top-tab .nav.nav-tabs .nav-item {
    position: relative;
    padding: 5px 10px 0; }
  .page-brands .top-tab .tab-content {
    padding: 0; }
    .page-brands .top-tab .tab-content .tab-pane {
      padding: 0; }
  .tableBox > ul {
    min-width: 145px;
    padding: 0 0 60px 0;
    list-style: none; }
  .tablePhone {
    align-items: center; }
    .tablePhone .grey-line {
      display: none; }
    .tablePhone nav.tel-nav p:last-child {
      padding: 0 0 0 10px; }
  .slider__table .info-box {
    display: flex;
    height: 310px;
    padding: 15px;
    flex-direction: column; }
    .slider__table .info-box img.size-1,
    .slider__table .info-box img.size-2,
    .slider__table .info-box img.size-3 {
      margin: 0 auto; }
    .slider__table .info-box .text-box {
      margin: 0 auto; }
  .lookbook-new .center-column .product-thumb {
    max-width: 265px;
    padding: 0 !important;
    margin: 12px auto 48px; }
  .lookbook-new .center-column .btn.btn-secondary {
    min-width: 190px;
    padding: 15px 0 !important; } }

/* === END MEDIA === */

/*# sourceMappingURL=style.css.map */
