@charset "UTF-8";
/*
  #Normalize
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*
    Fonts
*/
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/BebasNeue Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BebasNeue Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue Regular.woff") format("woff"), url("../fonts/BebasNeue Regular.ttf") format("truetype"), url("../fonts/BebasNeue Regular.svg#3166c81ac2dcbbc5ab3c7185cfcd2ecc") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/Bebas_Neue_Cyrillic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Bebas_Neue_Cyrillic.eot?#iefix") format("embedded-opentype"), url("../fonts/Bebas_Neue_Cyrillic.woff") format("woff"), url("../fonts/Bebas_Neue_Cyrillic.ttf") format("truetype"), url("../fonts/Bebas_Neue_Cyrillic.svg#9f54c7a5bc16698234c2936377fc4e8c") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
/*
	Global
*/
* {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.cell {
  border-radius: 0;
  -webkit-appearance: none;
}

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container.wide {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.container.grid {
  margin: 0 auto;
  max-width: 1560px;
  width: 100%;
}

.container-content {
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
}

.container-narrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  height: 100%;
}

.col-height {
  height: 100%;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  color: #000;
  font-family: "BebasNeue";
  font-size: 4.375rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font-family: "BebasNeue";
  height: 50px;
  font-size: 0.875rem;
  line-height: 3.125rem;
  letter-spacing: 0.12em;
  margin-top: 30px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 250px;
}
.button:hover {
  background: transparent;
  border-color: #000;
  color: #000;
  text-decoration: none;
}
.button.white {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.button.white:hover {
  background: #000;
  color: #fff;
}

/*
    Menu Overlay
*/
.menu-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 333;
}
.menu-overlay.visible {
  display: block;
}

.search-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 50px 30px;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.search-section.visible {
  top: 0;
}
.search-section .form-wrap {
  margin: 0 auto;
  position: relative;
  max-width: 800px;
  width: 100%;
}
.search-section .form-wrap .search-close {
  background: url(../img/icons/close.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 15px;
}
.search-section .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3c3c3c;
  height: 50px;
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
}

/*
    Mobile Menu
*/
.mobile-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 100%;
  padding: 60px 10px;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  width: 90%;
  z-index: 999;
  -webkit-transform: translate3d(-100%, 0%, 0);
  transform: translate3d(-100%, 0%, 0);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.mobile-menu.visible {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.mobile-menu .menu-close {
  background: url(../img/icons/close.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 15px;
  position: absolute;
  top: 32px;
  left: 10px;
  width: 15px;
}
.mobile-menu .menu-title {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.mobile-menu .menu-title:before {
  background: #ccc;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
}
.mobile-menu .menu-title h3 {
  background: #fff;
  display: inline-block;
  font-family: "BebasNeue";
  font-size: 20px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.mobile-menu .naviation-list {
  margin-bottom: 30px;
}
.mobile-menu .naviation-list > li {
  border-bottom: 1px solid #ccc;
}
.mobile-menu .naviation-list > li > a {
  color: #000;
  display: block;
  font-family: "BebasNeue";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 45px;
  text-transform: uppercase;
}
.mobile-menu .naviation-list > li > a.drop-link {
  background: url(../img/icons/select_arrow.png) right center no-repeat;
  background-size: 5px 4px;
}
.mobile-menu .menu-drop {
  display: none;
}
.mobile-menu .menu-drop h3 {
  font-family: "BebasNeue";
  font-size: 20px;
  letter-spacing: 0.24em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.mobile-menu .menu-drop .drop-list {
  margin-bottom: 30px;
}
.mobile-menu .menu-drop ul > li > a {
  color: #000;
  font-size: 12px;
  line-height: 26px;
}
.mobile-menu .phones {
  text-align: center;
}
.mobile-menu .phones li {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}
.mobile-menu .phones li .phone {
  background: url(../img/icons/phone.png) left center no-repeat;
  background-size: 15px 16px;
  display: inline-block;
  padding-left: 20px;
}
.mobile-menu .button {
  display: block;
  margin: 30px auto;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  width: 100%;
}
.mobile-menu .button:hover {
  background: #000;
  color: #fff;
}
.mobile-menu .language {
  text-align: center;
}
.mobile-menu .language li {
  display: inline-block;
  margin: 0 10px;
}
.mobile-menu .language .button {
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 40px;
}

/*
	Header
*/
header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  line-height: 3.125rem;
  padding: 0 45px;
}
header .top .phone {
  float: left;
  font-size: 0.75rem;
  text-transform: uppercase;
  width: 33.3333%;
}
header .top .delivery {
  float: left;
  text-align: center;
  text-transform: uppercase;
  width: 33.3333%;
}
header .top .language {
  color: #fff;
  float: right;
  /*padding-right: 15px;*/
  position: relative;
  text-align: right;
  width: 33.3333%;
}/*
header .top .language:after {
  border-top: 4px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: '';
  position: absolute;
  margin-top: -2px;
  right: 0;
  top: 50%;
}*/
header .top .language li {
  /*position: relative;*/
  padding-right: 15px;
  display: inline-block;
}
header .top .language a {
  color: #fff;

  text-decoration: none;
}
header .top .language li:last-child {
  padding-right: 0;
}
/*
header .top .language .drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  display: none;
  position: absolute;
  top: 50px;
  right: -16px;
  z-index: 15;
}
header .top .language .drop a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}*/
header .middle {
  position: relative;
}
header .middle .menu-trigger {
  display: none;
}
header .middle .search-trigger {
  background: url(../img/icons/search.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 19px;
  float: left;
  margin-left: 60px;
  margin-top: 24px;
  position: relative;
  width: 19px;
  z-index: 5;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
header .middle .search-trigger:hover {
  opacity: 0.5;
}
header .middle .logo {
  background: url(../img/logo.jpg) center no-repeat;
  background-size: 100%;
  display: block;
  height: 64px;
  margin: 20px auto;
  width: 141px;
}
header .middle .user-actions {
  position: absolute;
  right: 60px;
  top: 24px;
  z-index: 5;
}
header .middle .user-actions li {
  float: left;
  margin-left: 35px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
header .middle .user-actions li:first-child {
  margin-left: 0;
}
header .middle .user-actions li .user {
  background: url(../img/icons/user.png) center no-repeat;
  background-size: 100%;
  display: block;
  height: 17px;
  width: 16px;
}
header .middle .user-actions li .favourites {
  background: url(../img/icons/favorite.png) center no-repeat;
  background-size: 100%;
  display: block;
  height: 17px;
  width: 20px;
}
header .middle .user-actions li .cart {
  background: url(../img/icons/cart.png) center no-repeat;
  background-size: 100%;
  display: block;
  height: 18px;
  width: 16px;
}
header .middle .user-actions li:hover {
  opacity: 0.5;
}
header .bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 60px;
  position: relative;
  text-align: center;
}
header .bottom.no-border {
  border-bottom: 0;
}
header .bottom li {
  display: inline-block;
  margin: 0 40px;
}
header .bottom li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  color: #322f3f;
  display: inline-block;
  font-family: "BebasNeue";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 64px;
  height: 59px;
  text-transform: uppercase;
}
header .bottom li a:hover {
  color: #a8a6a6;
}
header .bottom li a.active {
  border-bottom: 2px solid #000;
}
header .bottom li.sub-link:hover .sub-menu {
  display: block;
}
header .bottom.no-border li .sub-menu {
  border-top: 1px solid #ccc;
}
header .bottom li .sub-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  background: #fff;
  display: none;
  padding: 50px 0;
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  z-index: 15;
}
header .bottom li .sub-menu .container {
  max-width: 940px;
}
header .bottom li .sub-menu .list {
  float: left;
  text-align: left;
  width: 25%;
}
header .bottom li .sub-menu .list h3 {
  font-family: "BebasNeue";
  margin-bottom: 24px;
  text-align: left;
  text-transform: uppercase;
}
header .bottom li .sub-menu .list h3.empty {
  text-indent: -9999px;
}
header .bottom li .sub-menu .list li {
  display: block;
  margin: 0;
}
header .bottom li .sub-menu .list li a {
  font-family: "Roboto";
  font-size: 14px;
  height: auto;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: none;
}
header .bottom li .sub-menu .list .foto {
  position: relative;
}
header .bottom li .sub-menu .list .foto img {
  display: block;
  width: 100%;
}
header .bottom li .sub-menu .list .foto .b-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
header .bottom li .sub-menu .list .foto .button {
  background: #fff;
  border: 0;
  color: #000;
  height: 50px;
  line-height: 54px;
  width: 100%;
}
header.scrolled .middle .logo {
  display: none;
}

/*
    Main Banner
*/
.main-page {
  overflow: hidden;
}
.main-page .banner {
  background-size: cover;
      border: 7.5px solid #fff;
  /*border: 15px solid #fff;*/
  border-top: 0;
 /* height: calc(100vh - 215px);*/
  margin-top: 215px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.main-page .banner .banner-gallery {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-page .banner .center {
  display: table;
  height: 100%;
  width: 100%;
}
.main-page .banner .banner-controls {
  height: 100%;
  position: relative;
}
.main-page .banner .banner-controls .slides-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.main-page .banner .banner-controls .slides-nav .dot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  cursor: pointer;
  display: block;
  height: 7px;
  margin-bottom: 7px;
  width: 7px;
}
.main-page .banner .banner-controls .slides-nav .dot.active {
  background: #000;
  margin-bottom: 18px;
}
.main-page .banner .banner-controls .slides-nav .dot:hover {
  background: #000;
}
.main-page .banner .banner-controls .scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.main-page .banner .banner-controls .scroll-down .down-trigger {
  color: #000;
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.012em;
  margin-bottom: 50%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-page .banner .banner-controls .scroll-down .dot {
  background: #000;
  display: block;
  height: 2px;
  margin: 10px auto;
  width: 2px;
}
.main-page .banner .banner-controls .scroll-down .dot:nth-child(4) {
  opacity: 0.5;
}
.main-page .banner .banner-controls .scroll-down .dot:last-child {
  opacity: 0.25;
}
.main-page .banner .banner-info {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  max-width: 640px;
  width: 100%;
  z-index: 2;
}
.main-page .banner .banner-info h2 {
  font-size: 3.125rem;
  font-family: "BebasNeue";
  text-transform: uppercase;
}
.main-page .banner .banner-info h1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: "BebasNeue";
  font-size: 5.9375rem;
  letter-spacing: 0.04em;
  margin: 30px 0;
  padding: 25px 30px 10px;
  text-transform: uppercase;
}
.main-page .banner .banner-info p {
  font-family: "Roboto";
  font-size: 0.875rem;
}

/*
    Kids
*/
.kids {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 7.5px solid #fff;
  border-top: 0;
  height: 100vh;
  min-height: 600px;
  margin-bottom: 120px;
  position: relative;
}
.kids .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 600px;
  width: 100%;
}
.kids .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 100%;
  padding: 0 7.5px;
  width: 50%;
}
.kids .block.foto-left .foto {
  /*background: url(../img/foto/kids_1.jpg) center center no-repeat;*/
  background-size: cover;
  height: 100%;
  width: 100%;
}
.kids .block.foto-right .foto {
  /*background: url(../img/foto/kids_2.jpg) center center no-repeat;*/
  background-size: cover;
  height: 100%;
  width: 100%;
}
.kids .info-block {
  background: #fff;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  z-index: 5;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.kids .info-block .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 80px 20px;
  text-align: center;
  width: 100%;
}
.kids .info-block .block h3 {
  color: #a8a6a6;
  font-family: "Roboto";
  font-size: 0.875rem;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.kids .info-block .block h2 {
  font-family: "BebasNeue";
  font-size: 3.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.kids .info-block .block .title-sep {
  background: url(../img/icons/title_sep.png) center no-repeat;
  background-size: 100%;
  display: block;
  height: 17px;
  margin: 20px auto;
  width: 17px;
}

/*
    Trends
*/
.trends {
  margin-bottom: 130px;
}
.trends .filter {
  margin: 0 auto 80px;
  text-align: center;
  max-width: 930px;
  width: 100%;
}
.trends .filter li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: -4px;
  padding: 0 15px;
  width: 33.3333%;
}
.trends .filter li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  font-family: "BebasNeue";
  font-size: 1.1875rem;
  line-height: 55px;
  letter-spacing: 0.04em;
  text-decoration: none;
  width: 100%;
}
.trends .filter li.current a {
  border-color: #000;
}
.trends .tab-content {
  display: none;
}
.trends #tab-1 {
  display: block;
}
.trends .view-collection {
  display: block;
  margin: 60px auto 0;
}

/*
    Products List
*/
.products-list .row-flex, .products-list .row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 1;
}
.products-list .row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.products-list .row-flex > div[class*='col-'] {
  margin: -.2px;
  /* hack adjust for wrapping */
}
.products-list .products-filter {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: "BebasNeue";
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 6.25rem;
  margin-bottom: 40px;
}
.products-list .products-filter.bottom {
  border: 0;
  margin-top: 40px;
}
.products-list .products-filter .items-on-page {
  float: left;
}
.products-list .products-filter .items-on-page p {
  display: inline-block;
  margin-right: 10px;
}
.products-list .products-filter .items-on-page ul {
  display: inline-block;
}
.products-list .products-filter .items-on-page li {
  display: inline-block;
  margin-right: 5px;
}
.products-list .products-filter .items-on-page li .option {
  border: 1px solid transparent;
  color: #000;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.products-list .products-filter .items-on-page li .option.active {
  border-color: #000;
}
.products-list .products-filter .items-on-page li .option:hover {
  background: #000;
  color: #fff;
}
.products-list .products-filter .grid-type {
  display: none;
}
.products-list .products-filter .catalog-mobile-filter {
  display: none;
}
.products-list .products-filter .sort-by {
  float: right;
}
.products-list .products-filter .sort-by p {
  display: inline-block;
  line-height: 50px;
  margin-right: 10px;
}
.products-list .products-filter .sort-by .c-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background: #fff url(../img/icons/select_arrow.png) right 25px top 50% no-repeat;
  background-size: 5px 4px;
  border: 1px solid #000;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  width: 190px;
}
.products-list .products-filter .sort-by .c-select select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0 15px;
  width: 100%;
}
.products-list .products-filter .sort-by .c-select select:focus {
  outline: none;
}
.products-list .products-filter .pagination {
  float: right;
}
.products-list .products-filter .pagination li {
  float: left;
}
.products-list .products-filter .pagination li .prev, .products-list .products-filter .pagination li .next {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/icons/cat_prev.png) center no-repeat;
  background-size: 14px 4px;
  border: 1px solid #000;
  border-right: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "BebasNeue";
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 50px;
}
.products-list .products-filter .pagination li.next a {
  /*border-right: 1px solid #000;*/
  /*background: url(../img/icons/cat_next.png) center no-repeat;*/
  /*background-size: 14px 4px;*/
}
.products-list .products-filter .pagination li.last a {
  border-right: 1px solid #000;
  /*background: url(../img/icons/cat_next.png) center no-repeat;*/
  /*background-size: 14px 4px;*/
}
.products-list .products-filter .pagination li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-right: 0;
  color: #000;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 50px;
}
.products-list .products-filter .pagination li.current a {
  background: #000;
  color: #fff;
}
.products-list .products-filter .pagination li a:hover {
  background: #000;
  color: #fff;
}
.products-list .product {
  position: relative;
  margin-bottom: 60px;
  max-width: 290px;
  width: 100%;
}
.products-list .product .new {
  background: #000;
  color: #fff;
  line-height: 30px;
  font-size: 10px;
  position: absolute;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  width: 64px;
  z-index: 5;
}
.products-list .product .add-to-wishlist {
  background: url(../img/icons/add_to_fav_catalog.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 17px;
  position: absolute;
  /*opacity: 0;*/
  top: 5px;
  right: 15px;
  width: 20px;
  z-index: 2;
}

.products-list .product .add-to-wishlist.inWishlist {
  background-image: url(../img/icons/add_to_fav.png);
}
.products-list .product .foto {
  margin-bottom: 30px;
  position: relative;
}
.products-list .product .foto img {
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.products-list .product .foto .second-foto {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.products-list .product .foto .second-foto img {
  display: block;
  width: 100%;
}
.products-list .product .foto:hover .second-foto {
  display: block;
}
/*.products-list .product .foto:hover .add-to-wishlist {*/
  /*opacity: 1;*/
/*}*/
.products-list .product .single-grid-pager {
  display: none;
  text-align: center;
  width: 100%;
}
.products-list .product .single-grid-pager.visible {
  display: block;
}
.products-list .product .single-grid-pager li {
  display: inline-block;
}
.products-list .product .single-grid-pager .dot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  display: block;
  height: 8px;
  margin: 5px;
  width: 8px;
}
.products-list .product .single-grid-pager .dot.current {
  background: #000;
}
.products-list .product .product-info {
  text-align: center;
}
.products-list .product .product-info .made-by {
  color: #000;
  display: block;
  font-family: "BebasNeue";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.products-list .product .product-info .name {
  color: #000;
  display: block;
  font-family: "BebasNeue";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.004em;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.products-list .product .product-info .price {
  color: #a8a6a6;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.004em;
  margin-top: 5px;
  text-transform: uppercase;
}
.products-list .product .product-info .price .old-price {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: normal;
  margin-right: 5px;
  padding: 0 10px;
  position: relative;
}
.products-list .product .product-info .price .old-price:before {
  background: #000;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.products-list .product .product-info .price .new-price {
  color: #000;
}
.products-list.may-like {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 130px 15px;
  overflow: hidden;
}
.products-list.may-like .section-title h2 {
  font-size: 3.125rem;
}
.products-list.may-like .dots {
  text-align: center;
}
.products-list.may-like .dots li {
  display: inline-block;
  margin: 0 0 0 4px;
}
.products-list.may-like .dots a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #fff;
  display: block;
  height: 7px;
  width: 7px;
}
.products-list.may-like .dots a.current {
  background: #000;
  margin: 0 8px;
}

/*
    Product current
*/
.product-current .current-product-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
  position: relative;
}
.product-current .previews {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
.product-current .fotorama__nav__frame {
  background-size: cover;
  display: block;
  height: 150px;
  margin: 10px;
  width: 150px;
}
.product-current .fotorama__nav__frame img {
  height: 100%;
  display: block;
  width: 100%;
}
.product-current .mobile-previews {
  display: none;
}
.product-current .product-foto img {
  display: block;
  height: auto;
  width: 100%;
}
.product-current .product-info .type {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  display: inline-block;
  font-family: "BebasNeue";
  font-size: 12px;
  letter-spacing: 0.12em;
  height: 30px;
  line-height: 33px;
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.product-current .product-info .made-by {
  display: block;
  font-family: "BebasNeue";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.product-current .product-info .name {
  display: block;
  font-family: "BebasNeue";
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
}
.product-current .product-info .price-article .price {
  color: #a8a6a6;
  float: left;
  font-family: "BebasNeue";
  line-height: 30px;
  font-size: 30px;
}
.product-current .product-info .price-article .old-price {
  color: #a8a6a6;
  float: left;
  font-family: "BebasNeue";
  line-height: 30px;
  font-size: 20px;
  font-style: normal;
  margin-left: 10px;
  position: relative;
}
.product-current .product-info .price-article .old-price:before {
  background: #000;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.product-current .product-info .price-article .article {
  color: #000;
  float: right;
  font-family: "BebasNeue";
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 30px;
  text-transform: uppercase;
}
.product-current .product-info .filters {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding: 30px 0;
}
.product-current .product-info .filters li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  vertical-align: top;
  width: 33.3333%;
}
.product-current .product-info .filters .buttons-wrap {
  margin: 0 -10px;
}
.product-current .product-info .filters .c-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background: #fff url(../img/icons/select_arrow.png) right 5% top 50% no-repeat;
  background-size: 5px 4px;
  border: 1px solid #000;
  display: inline-block;
  font-family: "BebasNeue";
  height: 50px;
  line-height: 53px;
  letter-spacing: 0.12em;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.product-current .product-info .filters .c-select select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  letter-spacing: 0.12em;
  padding: 0 15px;
  width: 100%;
}
.product-current .product-info .filters .c-select select:focus {
  outline: none;
}
.product-current .product-info .filters .button {
  height: 50px;
  line-height: 53px;
  margin-top: 0;
  vertical-align: top;
  width: 100%;
}
.product-current .product-info .actions {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.product-current .product-info .actions .quantity {
  display: inline-block;
  vertical-align: top;
}
.product-current .product-info .actions .quantity .minus {
  border: 1px solid #000;
  border-right: 0;
  cursor: pointer;
  float: left;
  height: 50px;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  font-family: "BebasNeue";
  width: 50px;
}
.product-current .product-info .actions .quantity .cell {
  border: 1px solid #000;
  border-right: 0;
  float: left;
  font-size: 14px;
  height: 50px;
  text-align: center;
  font-family: "BebasNeue";
  width: 50px;
}
.product-current .product-info .actions .quantity .plus {
  border: 1px solid #000;
  cursor: pointer;
  float: left;
  height: 50px;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  font-family: "BebasNeue";
  width: 50px;
}
.product-current .product-info .actions .add-to-cart {
  background: #000;
  margin-top: 0;
  margin: 0 10px;
  vertical-align: top;
}
.product-current .product-info .actions .add-to-cart:hover {
  background: #fff;
  color: #000;
}
.product-current .product-info .actions .add-to-cart:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.product-current .product-info .actions .add-to-favourite {
  background: url(../img/icons/add_to_fav_catalog.png) center center no-repeat;
  background-size: 20px 18px;
  border: 1px solid #000;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  font-family: "BebasNeue";
  width: 50px;
}
.product-current .product-info .actions .add-to-favourite.inWishlist {
  background: url(../img/icons/add_to_fav.png) center center no-repeat;
  background-size: 20px 18px;
}

.product-current .product-info .actions .add-to-favourite:hover {
  /*background: url(../img/icons/add_to_fav_w.png) center center no-repeat #000;*/
  /*background-size: 20px 18px;*/
}

.product-current .product-info .actions .add-to-favourite {

}
.product-current .product-info .actions .share {
  color: #000;
  display: inline-block;
  font-family: "BebasNeue";
  line-height: 50px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-current .product-info .product-description {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.product-current .product-info .product-description p {
  font-family: "BebasNeue";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.product-current .product-info .product-description li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.product-current .product-info .product-description li:before {
  background: #000;
  content: '';
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
}

/*
    Recent
*/
.share-modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  display: none;
  padding: 40px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 990;
  -ms-transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
.share-modal .close-share {
  background: url(../img/icons/close_w.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
}
.share-modal h2 {
  color: #fff;
  font-family: "BebasNeue";
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.share-modal #share42 a {
  display: inline-block;
  margin: 0 5px;
}
.share-modal #share42 a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
  display: inline-block;
  height: 78px;
  width: 78px;
}
.share-modal #share42 a:hover {
  background-color: #333;
  border-color: #fff;
}
.share-modal .fb {
  background: url(../img/icons/f_fb.png) center no-repeat;
  background-size: 10px 17px;
}
.share-modal .inst {
  background: url(../img/icons/f_inst.png) center no-repeat;
  background-size: 20px 20px;
}

/*
    Size Modal
*/
.sizecharts-modal {
  background: #fff;
  border: 1px solid #000;
  display: none;
  padding: 40px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  max-width: 800px;
  width: 100%;
  z-index: 990;
  -ms-transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
.sizecharts-modal .close-sizecharts {
  background: url(../img/icons/close.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
}
.sizecharts-modal h2 {
  color: #000;
  font-family: "BebasNeue";
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.sizecharts-modal table {
  width: 100%;
}
.sizecharts-modal table tr th {
  color: #000;
  padding: 10px 0;
  text-align: center;
}
.sizecharts-modal table tr td {
  color: #000;
  font-size: 12px;
  padding: 10px 0;
}

/*
    Recent
*/
#recent-slider {
  margin: 0 auto;
  max-width: 1200px;
}
#recent-slider .product {
  float: left;
  width: 200px;
}
#recent-slider .owl-dots {
  text-align: center;
}
#recent-slider .owl-dots .owl-dot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  height: 7px;
  display: inline-block;
  margin: 0 3px;
  width: 7px;
}
#recent-slider .owl-dots .owl-dot.active {
  background: #000;
}

/*
    New Income
*/
.new-income {
  background: url(../img/foto/new_income.jpg) center no-repeat;
  background-size: cover;
  border: 15px solid #fff;
  border-top: 0;
  border-bottom: 0;
  height: 100vh;
  position: relative;
}
.new-income .info-block {
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.new-income .info-block .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 80px 20px;
  text-align: center;
  width: 100%;
}
.new-income .info-block .block h3 {
  color: #a8a6a6;
  font-family: "Roboto";
  font-size: 0.875rem;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.new-income .info-block .block h2 {
  font-family: "BebasNeue";
  font-size: 3.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.new-income .info-block .block .title-sep {
  background: url(../img/icons/title_sep.png) center no-repeat;
  background-size: 100%;
  display: block;
  height: 17px;
  margin: 20px auto;
  width: 17px;
}
.new-income .info-block .block .button {
  margin-top: 20px;
}

/*
    Latest News 
*/
.news-section {
  padding: 120px 0;
}
.news-section .p-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 8px;
  width: 33.3333%;
}
.news-section .p-wrap .post {
  width: 100%;
}
.news-section .p-wrap .post .foto {
  margin-bottom: 20px;
}
.news-section .p-wrap .post .foto img {
  display: block;
  width: 100%;
}
.news-section .p-wrap .post .info h3 {
  color: #a8a6a6;
  display: block;
  font-size: 0.75rem;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.news-section .p-wrap .post .info h2 {
  font-family: "BebasNeue";
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.news-section .p-wrap .post .info h2 a {
  color: #333;
}

.news-section .p-wrap .post .info p {
  font-size: 0.875rem;
  text-align: center;
}
.news-section .button {
  display: block;
  margin: 90px auto 0;
}

/*
    Foot Gallery
*/
.foot-gallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 15px solid #fff;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  width: 100%;
}
.foot-gallery ul {
  width: 100%;
}
.foot-gallery li {
  background: #000;
  float: left;
  width: 8.33333333%;
}
.foot-gallery li img {
  height: auto;
  display: block;
  width: 100%;
}

/*
    Inners
*/
.inner-page {
  padding-top: 210px;
  overflow: hidden;
}
.inner-page .breadcrumbs {
  margin-bottom: 30px;
}
.inner-page .breadcrumbs li {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 3.75rem;
  margin-right: 5px;
  position: relative;
}
.inner-page .breadcrumbs li:after {
  color: #000;
  content: '›';
  display: inline-block;
  /*margin-right: -4px;*/
  padding-left: 5px;
}
.inner-page .breadcrumbs li:last-child:after {
  display: none;
}
.inner-page .breadcrumbs li a {
  color: #000;
}
.inner-page .breadcrumbs li .current {
  color: #bab9b9;
}
.inner-page .page-title-section {
  margin-bottom: 50px;
  text-align: center;
}
.inner-page .page-title-section h1 {
  font-family: "BebasNeue";
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.inner-page .page-title-section .products-found {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.inner-page .page-title-section .description {
  margin: 30px auto;
  max-width: 830px;
  width: 100%;
}
.inner-page .page-title-section .description p {
  font-size: 0.875rem;
  line-height: 26px;
}
.inner-page .page-title-section .product-cetegories {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
.inner-page .page-title-section .product-cetegories li {
  float: left;
  text-align: left;
  width: 33.3333%;
}
.inner-page .page-title-section .product-cetegories li a {
  color: #000;
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  opacity: 0.4;
}
.inner-page .page-title-section .product-cetegories li a:hover {
  opacity: 1;
}
.inner-page .page-title-section .product-cetegories li a.active {
  opacity: 1;
}
.inner-page .sidebar {
  padding: 0;
}
.inner-page .sidebar .mobile-filter-section {
  margin: 0;
  padding: 0;
}
.inner-page .sidebar .filter-close {
  display: none;
}
.inner-page .sidebar .mobile-sort {
  display: none;
}
.inner-page .sidebar h2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: "BebasNeue";
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 6.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.inner-page .sidebar .filter-section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.inner-page .sidebar .filter-section .head h3 {
  display: inline-block;
  font-family: "BebasNeue";
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.inner-page .sidebar .filter-section .head .reset-filter {
  color: rgba(0, 0, 0, 0.4);
  float: right;
  letter-spacing: 0.04em;
  text-align: right;
  position: relative;
  z-index: 9;
}
.inner-page .sidebar .filter-section .filter-options li {
  cursor: pointer;
  line-height: 30px;
}
.inner-page .sidebar .filter-section .filter-options .item {
  cursor: pointer;
}
.inner-page .sidebar .filter-section .filter-options .item label {
  cursor: pointer !important;
}
.inner-page .sidebar .filter-section .filter-options .item input[type="checkbox"] {
  display: none;
}
.inner-page .sidebar .filter-section .filter-options .item input[type="checkbox"] + label span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 14px;
}
.inner-page .sidebar .filter-section .filter-options .item input[type="checkbox"]:checked + label span {
  background: #000;
  cursor: pointer;
}

/*
    Footer
*/
footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  border: 15px solid #fff;
  border-top: 0;
  padding: 120px 0;
  position: relative;
}
footer .go-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/icons/go_top.png) center no-repeat;
  background-size: 18px 10px;
  border: 1px solid #333;
  display: block;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -30px;
  width: 60px;
}
footer .go-top:hover {
  background-color: #333;
  border-color: #fff;
}
footer h2 {
  color: #fff;
  font-family: "BebasNeue";
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
footer p {
  color: #fff;
  font-size: 0.875rem;
  margin: 30px 0 40px;
  text-align: center;
}
footer .form {
  margin: 0 auto;
  position: relative;
  max-width: 610px;
  width: 100%;
}
footer .form .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  border: 1px solid #322f3f;
  color: #fff;
  font-size: 0.875rem;
  height: 55px;
  padding: 0 25px;
  width: 100%;
}
footer .form .button {
  background: #fff;
  color: #000;
  height: 55px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 195px;
}
footer .f-navigation {
  margin: 70px 0;
  text-align: center;
}
footer .f-navigation li {
  display: inline-block;
  margin: 0 45px;
}
footer .f-navigation li a {
  color: #fff;
  font-size: 0.875rem;
  font-family: "BebasNeue";
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
footer .socials {
  text-align: center;
}
footer .socials li {
  display: inline-block;
  margin: 0 5px;
}
footer .socials a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
  display: block;
  height: 78px;
  width: 78px;
}
footer .socials a:hover {
  background-color: #333;
  border-color: #fff;
}
footer .socials .fb {
  background: url(../img/icons/f_fb.png) center no-repeat;
  background-size: 10px 17px;
}
footer .socials .inst {
  background: url(../img/icons/f_inst.png) center no-repeat;
  background-size: 20px 20px;
}
footer .copy {
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.16rem;
  opacity: 0.7;
  text-transform: uppercase;
}

/*
    Page About
*/
.page-about {
  padding-bottom: 160px;
}
.page-about .main-foto {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 80px;
  padding: 0 15px;
  width: 100%;
}
.page-about .main-foto img {
  display: block;
  width: 100%;
}
.page-about .section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  height: 100%;
  margin: 0 -15px;
  padding: 0 15px;
}
.page-about .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 100%;
  padding: 0 15px;
  vertical-align: middle;
  width: 50%;
}
.page-about .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  height: 100%;
  padding: 0 60px;
  width: 100%;
}
.page-about .text .center {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.page-about .text .center p {
  display: table-cell;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.page-about .foto {
  display: table;
  margin-top: -80px;
  width: 100%;
}
.page-about .foto.first-foto {
  margin-top: 0;
}
.page-about .foto img {
  display: block;
  width: 100%;
}

/*
    Page Lookbook
*/
.page-lookbook {
  margin-bottom: 165px;
  overflow: visible;
}
.page-lookbook .foto-block:nth-child(odd) {
  margin-top: 180px;
  margin-bottom: -180px;
}
.page-lookbook .foto-block {
  margin: 15px 0;
}
.page-lookbook .foto-block img {
  display: block;
  height: auto;
  width: 100%;
}

/*
    Page Blog
*/
.page-blog {
  margin-bottom: 100px;
}
.page-blog .blog-grid {
  margin: 0 auto;
  max-width: 1560px;
  padding: 0;
}
.page-blog .post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 30px;
  width: 33.3333%;
}
.page-blog .post .foto {
  margin-bottom: 20px;
}
.page-blog .post .foto img {
  display: block;
  width: 100%;
}
.page-blog .post .subtitle {
  color: #a8a6a6;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.page-blog .post .title {
  color: #000;
  font-family: "BebasNeue";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.page-blog .post .announcement {
  text-align: center;
}
.page-blog .post .announcement p {
  font-size: 14px;
  line-height: 27px;
}
.page-blog .load-more {
  display: block;
  margin: 50px auto 0;
  text-decoration: none;
}

/*
    Blog Current
*/
.current-post .banner {
  position: relative;
}
.current-post .banner img {
  display: block;
  margin-bottom: 0px;
  width: 100%;
}
.current-post .banner .socials {
  position: relative;
  top: 50px;
  left: 0;
}
.current-post .banner .socials li:last-child a {
  border-bottom: 1px solid #000;
}
.current-post .banner .socials a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-bottom: 0;
  display: block;
  height: 75px;
  width: 75px;
}
.current-post .banner .socials a.fb {
  background: url(../img/icons/ico_fb.png) center center no-repeat;
  background-size: 10px 17px;
}
.current-post .banner .socials a.pnt {
  background: url(../img/icons/ico_pn.png) center center no-repeat;
  background-size: 16px 21px;
}
.current-post .section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1260px;
}
.current-post .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 100%;
  padding: 0 15px;
  vertical-align: middle;
  width: 50%;
}
.current-post .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  height: 100%;
  padding: 0 60px;
  width: 100%;
}
.current-post .text .center {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.current-post .text .center p {
  display: table-cell;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.current-post .foto {
  display: table;
  width: 100%;
}
.current-post .foto.first-foto {
  margin-top: 0;
}
.current-post .foto img {
  display: block;
  margin-top: -80px;
  width: 100%;
}
.current-post .wide-foto {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto;
  padding: 0 15px;
  max-width: 1260px;
  width: 100%;
}
.current-post .wide-foto img {
  display: block;
  width: 100%;
}
.current-post .wide-foto .info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 60px auto;
  max-width: 600px;
  padding: 0 15px;
  width: 100%;
}
.current-post .half-foto {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto;
  padding: 0 15px;
  max-width: 1290px;
  width: 100%;
}
.current-post .half-foto .block {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.current-post .half-foto .block img {
  display: block;
  width: 100%;
}
.current-post .comments {
  border-top: 1px solid #cccccc;
  margin: 70px auto;
  padding-top: 100px;
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
}
.current-post .comments h2 {
  font-size: 50px;
  font-family: "BebasNeue";
  font-weight: 700;
  margin: 100px 0 70px;
  text-align: center;
  text-transform: uppercase;
}
.current-post .comments .comments-list {
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}
.current-post .comments .comments-list .comment {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.current-post .comments .comments-list .comment .avatar {
  float: left;
  height: 70px;
  width: 70px;
}
.current-post .comments .comments-list .comment .avatar img {
  display: block;
  width: 100%;
}
.current-post .comments .comments-list .comment .info {
  margin-left: 100px;
}
.current-post .comments .comments-list .comment .info .username {
  display: block;
  font-family: "BebasNeue";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.current-post .comments .comments-list .comment .info .date {
  color: #bab9b9;
  display: block;
  letter-spacing: 0.04em;
  margin: 15px 0;
}
.current-post .comments .comments-list .comment .info .actions {
  margin-top: 15px;
}
.current-post .comments .comments-list .comment .info .actions li {
  float: left;
}
.current-post .comments .comments-list .comment .info .actions li .button {
  height: 30px;
  line-height: 33px;
  margin-top: 0;
  margin-right: 15px;
  width: 90px;
}
.current-post .comments .comments-list .comment .info .actions li .share {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-family: "BebasNeue";
  line-height: 33px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.current-post .comments .leave-comment {
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}
.current-post .comments .leave-comment .f-group {
  margin-bottom: 15px;
}
.current-post .comments .leave-comment label {
  display: block;
  font-size: 14px;
  font-family: "BebasNeue";
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.current-post .comments .leave-comment .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.current-post .comments .leave-comment textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  height: 150px;
  padding: 15px;
  resize: none;
  width: 100%;
}
.current-post .comments .leave-comment .button {
  display: block;
  margin: 30px auto 0;
}

/*
    Cart
*/
.page-cart {
  padding-bottom: 130px;
}
.page-cart .item {
  border: 1px solid #000;
  border-bottom: 0;
}
.page-cart .item:last-child {
  border-bottom: 1px solid #000;
}
.page-cart .item .product-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.page-cart .item .product-wrap .foto {
  border-right: 1px solid #000;
  float: left;
  width: 130px;
}
.page-cart .item .product-wrap .foto img {
  margin: 0 auto;
  width: 100%;
}
.page-cart .item .product-wrap .product-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 15px 30px;
  width: calc(100% - 130px);
}
.page-cart .item .product-wrap .product-info .subtitle {
  display: block;
  font-family: "BebasNeue";
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-cart .item .product-wrap .product-info .name {
  display: block;
  font-family: "BebasNeue";
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page-cart .item .product-wrap .product-info .subtitle a{
  color: #333;
}
.page-cart .item .product-wrap .product-info .name a{
  color: #333;
}
.page-cart .item .product-wrap .product-info .size {
  color: #a8a6a6;
  font-size: 14px;
}
.page-cart .item .quantity-price {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 30px;
  position: relative;
  width: 50%;
}
.page-cart .item .quantity-price .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  display: inline-block;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.page-cart .item .quantity-price .price-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 50px;
  padding: 15px 30px;
}
.page-cart .item .quantity-price .price-wrap span {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}
.page-cart .item .quantity-price .price-wrap .old-price {
  color: #a8a6a6;
  font-size: 16px;
  line-height: 50px;
  padding: 0 5px;
  position: relative;
}
.page-cart .item .quantity-price .price-wrap .old-price:before {
  background: #000;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.page-cart .item .quantity-price .price-wrap .price {
  font-family: "BebasNeue";
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.08em;
}
.page-cart .item .remove {
  background: url(../img/icons/remove.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -14px;
  width: 23px;
}
.page-cart .order-details {
  border: 1px solid #000;
}
.page-cart .order-details .actions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 0 40px;
}
.page-cart .order-details .actions ul {
  margin: 0 -15px;
}
.page-cart .order-details .actions li {
  float: left;
  display: block;
  margin: 0;
  padding: 0 15px;
  width: 50%;
}
.page-cart .order-details .actions li .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 0;
  width: 100%;
}
.page-cart .order-details .details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 40px 40px 10px;
}
.page-cart .order-details .details h3 {
  font-family: "BebasNeue";
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.page-cart .order-details .details li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.page-cart .order-details .details li p {
  font-family: "BebasNeue";
  font-size: 20px;
  float: left;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-cart .order-details .details li span {
  color: #a8a6a6;
  float: right;
  font-family: "BebasNeue";
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: right;
}
.page-cart .order-details .details li span.total {
  color: #000;
}
.page-cart .order-details .notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
}
.page-cart .order-details .notice li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 25px;
  position: relative;
}
.page-cart .order-details .notice li:before {
  background: #000;
  content: '';
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
}

/*
    Checkout
*/
.page-checkout {
  padding: 210px 15px 120px;
}
.page-checkout .progress-steps {
  margin-bottom: 60px;
}
.page-checkout .progress-steps li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 50px;
  padding: 0 15px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}
.page-checkout .progress-steps li .step {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c2bfbf;
  display: block;
  font-family: "BebasNeue";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  height: 50px;
  line-height: 54px;
  width: 100%;
}
.page-checkout .progress-steps li .step a, .page-checkout .progress-steps li .step a:focus, .page-checkout .progress-steps li .step a:hover{
  color: #333;
  text-decoration: none;
}
.page-checkout .progress-steps li .number {
  border-right: 1px solid #c2bfbf;
  float: left;
  font-size: 14px;
  line-height: 54px;
  text-align: center;
  width: 50px;
}
.page-checkout .progress-steps li.current .step {
  border-color: #000;
}
.page-checkout .progress-steps li.current .number {
  background-color: #000;
  color: #fff;
}
.page-checkout .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "BebasNeue";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: center;
}
.page-checkout .titlePayment {
  margin-top: 35px;
  margin-bottom: 40px;
}

.page-checkout .f-group {
  margin-bottom: 30px;
}
.page-checkout label {
  display: block;
  font-size: 14px;
  font-family: "BebasNeue";
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.page-checkout .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.page-checkout .c-checkbox {
  cursor: pointer;
  margin: 0 auto 20px;
  text-align: center;
}
.page-checkout .c-checkbox input[type="checkbox"] {
  display: none;
}
.page-checkout .c-checkbox input[type="checkbox"] + label span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 14px;
}
.page-checkout .c-checkbox input[type="checkbox"]:checked + label span {
  background: #000;
}
.page-checkout .c-radio {
  cursor: pointer;
  margin: 0 0 10px;
}
.page-checkout .c-radio label {
  display: inline-block;
  font-family: "BebasNeue";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-checkout .c-radio input[type="radio"] {
  display: none;
}
.page-checkout .c-radio input[type="radio"] + label span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  margin: -2px 10px 0 0;
  position: relative;
  vertical-align: middle;
  width: 26px;
}
.page-checkout .c-radio input[type="radio"]:checked + label span:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  border-radius: 50%;
  content: '';
  border: 6px solid #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-checkout .login .button {
  display: block;
  margin: 0 auto;
}
.page-checkout .login .forgot-pass {
  color: #000;
  display: block;
  font-size: 14px;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: underline;
}
.page-checkout .new-client .notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 40px;
  padding: 45px;
  text-align: center;
}
.page-checkout .new-client .actions ul {
  margin: 0 -15px;
}
.page-checkout .new-client .actions li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 50%;
}
.page-checkout .new-client .actions li .button {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.page-checkout .delivery .courier, .page-checkout .payment .payment_method_nal, .page-checkout .payment .payment_method_np, .page-checkout .payment .payment_method_visa {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.page-checkout .delivery .notice-text, .page-checkout .payment .notice-text {
  font-size: 14px;
  margin-bottom: 30px;
}
.page-checkout .delivery ul {
  margin: 0 -15px;
}
.page-checkout .delivery li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 25%;
}
.page-checkout .delivery .f-row {
  margin: 0 -15px;
}
.page-checkout .delivery .f-group.half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 50%;
}

.page-checkout .delivery .shipRuGroup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.page-checkout .c-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background: #fff url(../img/icons/select_arrow.png) right 25px top 50% no-repeat;
  background-size: 5px 4px;
  border: 1px solid #000;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}
.page-checkout .c-select select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0 15px;
  width: 100%;
}
.page-checkout .c-select select:focus {
  outline: none;
}
.page-checkout textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  height: 150px;
  resize: none;
  padding: 20px;
  width: 100%;
}
.page-checkout .order-confirm .list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 40px;
}
.page-checkout .order-confirm h4 {
  font-family: "BebasNeue";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.page-checkout .order-confirm li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.page-checkout .order-confirm li p {
  font-family: "BebasNeue";
  font-size: 20px;
  float: left;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-checkout .order-confirm li span {
  color: #a8a6a6;
  float: right;
  font-family: "BebasNeue";
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: right;
}
.page-checkout .order-confirm li span.total {
  color: #000;
}
.page-checkout .order-confirm .button {
  display: block;
  margin: 40px auto 0;
}
.page-checkout .order-success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.page-checkout .order-success li {
  color: #a8a6a5;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
.page-checkout .order-success li:after {
  color: #000;
  content: '/';
  display: inline-block;
  margin: 0 6px 0 10px;
}
.page-checkout .order-success li:last-child:after {
  display: none;
}
.page-checkout .order-success li span {
  color: #000;
}

/*
    Page Contacts
*/
.page-contacts {
  padding-bottom: 120px;
}
.page-contacts .contacts-info {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}
.page-contacts .contacts-info h3 {
  font-size: 24px;
  font-family: "BebasNeue";
  letter-spacing: 0.04em;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.page-contacts .contacts-info li {
  font-size: 14px;
  line-height: 30px;
}
.page-contacts #map {
  background: #3c3c3c;
  height: 650px;
  margin-top: 75px;
  width: 100%;
}

/*
    Page Delivery
*/
.page-delivery .section {
  margin-bottom: 60px;
}
.page-delivery .section h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "BebasNeue";
  margin-bottom: 30px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page-delivery .section li {
  font-size: 14px;
  line-height: 27px;
  padding-left: 25px;
  position: relative;
}
.page-delivery .section li:before {
  background: #000;
  content: '';
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
}
.page-delivery .section a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

/*
    Partnership
*/
.page-partnership {
  padding-bottom: 120px;
}
.page-partnership .information {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  width: 100%;
}
.page-partnership .information p {
  font-size: 14px;
  line-height: 26px;
}
.page-partnership .information .mail {
  color: #000;
  display: block;
  font-family: "BebasNeue";
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-top: 50px;
  text-transform: uppercase;
}

/*
    Features
*/
.page-features {
  margin-bottom: 70px;
}
.page-features .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 35px 0;
  padding: 0 25px;
}
.page-features .block .head {
  margin-bottom: 30px;
}
.page-features .block .head .number {
  background: #000;
  color: #fff;
  float: left;
  font-family: "BebasNeue";
  height: 65px;
  line-height: 70px;
  position: relative;
  text-align: center;
  width: 65px;
}
.page-features .block .head .number:before {
  border: 1px solid #000;
  background: #fff;
  content: '';
  height: 100%;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  z-index: -1;
}
.page-features .block .head h3 {
  font-size: 24px;
  font-family: "BebasNeue";
  line-height: 65px;
  letter-spacing: 0.04em;
  margin-left: 80px;
  text-transform: uppercase;
}
.page-features .block p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
}

/*
    Login
*/
.page-login-register {
  padding-bottom: 120px;
}
.page-login-register .tabs {
  margin: 0 auto 70px;
  text-align: center;
  max-width: 610px;
  width: 100%;
}
.page-login-register .tabs li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 50%;
}
.page-login-register .tabs li a {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  height: 50px;
  font-family: "BebasNeue";
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.page-login-register .tabs li.current a {
  border-color: #000;
}
.page-login-register .f-group {
  margin-bottom: 30px;
}
.page-login-register label {
  display: block;
  font-size: 14px;
  font-family: "BebasNeue";
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.page-login-register .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.page-login-register .c-checkbox {
  cursor: pointer;
  margin: 0 auto 20px;
  text-align: center;
}
.page-login-register .c-checkbox input[type="checkbox"] {
  display: none;
}
.page-login-register .c-checkbox input[type="checkbox"] + label span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 14px;
}
.page-login-register .c-checkbox input[type="checkbox"]:checked + label span {
  background: #000;
}
.page-login-register .tab-content {
  display: none;
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}
.page-login-register #tab-1 {
  display: block;
}
.page-login-register .button {
  display: block;
  margin: 0 auto 20px;
}
.page-login-register .button:focus {
  background-color: #000;
  color: #fff;
}
.page-login-register .forgot-pass {
  color: #000;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
}

/*
    Page Account
*/
.page-account {
  padding: 210px 15px 120px;
}
.page-account .tabs {
  margin: 0 auto 70px;
  text-align: center;
  width: 100%;
}
.page-account .tabs ul {
  margin: 0 -15px;
}
.page-account .tabs li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 25%;
}
.page-account .tabs li a {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  height: 50px;
  font-family: "BebasNeue";
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.page-account .tabs li.current a {
  border-color: #000;
}
.page-account .tabs .button {
  border-color: #000;
  color: #000;
  margin-top: 0;
  vertical-align: top;
}
.page-account .tabs .button:hover {
  color: #fff;
}
.page-account .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin: 0 auto;
}
.page-account .tab-content .tab-title {
  font-family: "BebasNeue";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 65px;
  text-align: center;
}
.page-account #tab-1 {
  display: block;
}
.page-account table {
  width: 100%;
}
.page-account table thead td {
  color: #000;
  font-family: "BebasNeue";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 25%;
}
.page-account table tr {
  border-bottom: 1px solid #000;
}
.page-account table td {
  color: #a8a6a6;
  padding: 20px;
  vertical-align: middle;
}
.page-account table td .status {
  color: #000;
  font-family: "BebasNeue";
  font-size: 18px;
  letter-spacing: 0.08em;
}
.page-account table td .price {
  color: #000;
  font-family: "BebasNeue";
  font-size: 18px;
  letter-spacing: 0.08em;
}
.page-account table td .button {
  float: right;
  margin-top: 0;
}
.page-account .order-details .info {
  margin-bottom: 40px;
}
.page-account .order-details .info p {
  color: #a8a6a5;
  font-size: 14px;
}
.page-account .order-details .info p span {
  color: #000;
}
.page-account .order-details .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 40px 40px 30px;
}
.page-account .order-details .block h3 {
  font-family: "BebasNeue";
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.page-account .order-details .block .price li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.page-account .order-details .block .price li p {
  font-family: "BebasNeue";
  font-size: 20px;
  float: left;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 70%;
}
.page-account .order-details .block .price li span {
  color: #a8a6a6;
  float: right;
  font-family: "BebasNeue";
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: right;
}
.page-account .order-details .block .price li span.total {
  color: #000;
}
.page-account .order-details .block .info li {
  line-height: 35px;
}
.page-account .wish-list .item {
  border: 1px solid #000;
  border-bottom: 0;
}
.page-account .wish-list .item:last-child {
  border-bottom: 1px solid #000;
}
.page-account .wish-list .item .product-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.page-account .wish-list .item .product-wrap .foto {
  border-right: 1px solid #000;
  float: left;
  width: 130px;
}
.page-account .wish-list .item .product-wrap .foto img {
  margin: 0 auto;
  width: 100%;
}
.page-account .wish-list .item .product-wrap .product-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 30px;
  width: calc(100% - 130px);
}
.page-account .wish-list .item .product-wrap .product-info .subtitle {
  display: block;
  font-family: "BebasNeue";
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-account .wish-list .item .product-wrap .product-info .subtitle a{
  color: #333
}
.page-account .wish-list .item .product-wrap .product-info .name {
  display: block;
  font-family: "BebasNeue";
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page-account .wish-list .item .product-wrap .product-info .name a{
  color: #333
}
.page-account .wish-list .item .product-wrap .product-info .size {
  color: #a8a6a6;
  font-size: 14px;
}
.page-account .wish-list .item .quantity-price {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 30px;
  position: relative;
  width: 50%;
  text-align: right;
}

.page-account .wish-list .item .quantity-price .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  display: inline-block;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.page-account .wish-list .item .quantity-price .price-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 50px;
  padding: 15px 30px;
}
.page-account .wish-list .item .quantity-price .price-wrap span {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}
.page-account .wish-list .item .quantity-price .price-wrap .old-price {
  color: #a8a6a6;
  font-size: 16px;
  line-height: 50px;
  padding: 0 5px;
  position: relative;
}
.page-account .wish-list .item .quantity-price .price-wrap .old-price:before {
  background: #000;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.page-account .wish-list .item .quantity-price .price-wrap .price {
  font-family: "BebasNeue";
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.08em;
}
.page-account .wish-list .item .button {
  display: inline-block;
  margin: 0;
  max-width: 160px;
  width: 100%;
}
.page-account .wish-list .item .remove {
  background: url(../img/icons/remove.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 23px;
}
.page-account .clear-wishlist {
  display: block;
  margin: 30px auto 0;
}

.page-account .personal-info {
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}
.page-account .personal-info .f-row {
  margin: 0 -15px;
}
.page-account .personal-info .f-group {
  margin-bottom: 20px;
}
.page-account .personal-info .f-group.half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 50%;
}
.page-account .personal-info label {
  display: block;
  font-size: 14px;
  font-family: "BebasNeue";
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-account .personal-info .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.page-account .personal-info .cell.not-valid {
  border-color: red;
}
.page-account .personal-info .button {
  display: block;
  margin: 0 auto;
}

/*
    404
*/
.page-not-found {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  height: 100%;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.page-not-found .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #000;
  display: table;
  min-height: 100%;
  width: 100%;
}
.page-not-found .logo {
  background: url(../img/logo.png) center no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -70px;
  width: 140px;
}
.page-not-found .center {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.page-not-found .information {
  margin: 0 auto;
  text-align: center;
  max-width: 740px;
  vertical-align: middle;
  width: 100%;
}
.page-not-found .information h1 {
  color: #000;
  font-family: "BebasNeue";
  font-size: 230px;
  font-weight: 700;
}
.page-not-found .information p {
  font-family: "BebasNeue";
  font-size: 30px;
  text-transform: uppercase;
}

/*
    Media Queries
*/
@media screen and (max-width: 1440px) {
  header .top {
    padding: 0;
  }
  header .middle {
    padding: 0;
  }
  header .middle .search-trigger {
    margin-left: 15px;
  }
  header .middle .user-actions {
    right: 15px;
  }
  header .bottom li {
    margin: 0 20px;
  }

  /*
      Banner
  */
  .main-page .banner .banner-info h1 {
    font-size: 70px;
  }

  /*
      Current Product
  */
  .product-current .product-info .actions .add-to-cart {
    width: 200px;
  }
}
@media screen and (max-width: 1340px) {
  .products-list .product .product-info .price .new-price {
    display: block;
  }

  .product-current .product-info .actions .quantity {
    display: block;
    margin: 0 auto 30px;
  }

  .product-current .product-info .actions .add-to-cart {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  /*
      Account
  */
  .page-account .wish-list .item .product-wrap {
    width: 40%;
  }
  .page-account .wish-list .item .product-wrap .product-info {
    padding: 15px 30px;
  }
  .page-account .wish-list .item .quantity-price {
    width: 60%;
  }

  /*
      Cart
  */
  .page-cart .item .product-wrap {
    width: 40%;
  }

  .page-cart .item .quantity-price {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  header.scrolled .middle .logo {
    display: block !important;
  }
  header .top {
    display: none;
  }
  header .middle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  header .middle .menu-trigger {
    background: url(../img/icons/m_trigger.png) center no-repeat;
    background-size: 100%;
    height: 14px;
    cursor: pointer;
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 20px;
    width: 19px;
  }
  header .middle .search-trigger {
    margin-left: 0;
    margin-top: 12px;
  }
  header .middle .logo {
    height: 45px;
    width: 100px;
  }
  header .middle .user-actions {
    right: 15px;
    top: 12px;
  }
  header .middle .user-actions li {
    margin-left: 20px;
  }
  header .middle .user-actions li .user {
    display: none;
  }
  header .bottom {
    display: none;
  }

  /*
      Main Page
  */
  .main-page .banner {
    margin-top: 80px;
  }

  /*
      Inner Page
  */
  .inner-page {
    padding-top: 80px;
  }

  /*
      Product
  */
  .product-current .product-previews .pre {
    height: 100px;
    width: 100px;
  }
  .product-current .product-info .name {
    font-size: 30px;
  }
  .product-current .product-info .filters .c-select {
    background-position: right 15px top 50%;
  }
  .product-current .product-info .filters .c-select select {
    font-size: 12px;
    letter-spacing: 0;
  }
  .product-current .product-info .filters .button {
    font-size: 12px;
    letter-spacing: 0;
  }
  .product-current .product-info .actions {
    text-align: center;
  }
  .product-current .product-info .actions .quantity {
    display: inline-block;
    margin: 0 auto 30px;
  }
  .product-current .product-info .actions .add-to-cart {
    margin-left: 10px;
  }

  /*
      Account
  */
  .page-account .wish-list .item .remove {
    margin-left: 10px;
  }

  .page-account .personal-info .f-group.half {
    width: 100%;
  }

  /*
      Footer
  */
  footer .f-navigation li {
    display: block;
    line-height: 40px;
  }
}


.main-page .trends .tab-content .col-md-2:nth-child(6){
  display: none;
}

@media screen and (max-width: 991px) {
  /*
      Banner
  */
  /*
      About
  */

  .main-page .trends .tab-content .col-md-2:nth-child(6){
    display: block;
  }
  .page-about .main-foto {
    margin-bottom: 0;
  }
  .page-about .block {
    display: block;
    height: auto;
    width: 100%;
  }
  .page-about .block .center {
    display: block;
    height: auto;
  }
  .page-about .block .text {
    display: block;
    height: auto;
    margin: 30px auto;
    padding: 0 60px;
  }
  .page-about .foto {
    display: block;
    margin: 15px auto;
    width: 60%;
  }

  /*
      Page Blog
  */
  .page-blog .post {
    margin-bottom: 40px;
    width: 50%;
  }

  /*
      Account
  */
  .page-account .wish-list .item .product-wrap {
    width: 100%;
  }

  .page-account .wish-list .item .product-wrap .foto {
    border-bottom: 1px solid #000;
  }

  .page-account .wish-list .item .quantity-price {
    padding: 15px 15px 30px;
    width: 100%;
    text-align: left;
  }
  .page-account .wish-list .item .quantity-price .price-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 0;
    padding-left: 10px;
    line-height: 40px;
    width: calc(100% - 60px);
  }
  .page-account .wish-list .item .remove {
    float: right;
    margin-top: 10px;
  }

  /*
      Blog Current
  */
  .current-post .banner .socials {
    margin-bottom: 30px;
  }
  .current-post .banner .socials li {
    display: inline-block;
  }
  .current-post .banner .socials li a {
    border: 1px solid #000;
  }

  .current-post .block {
    display: block;
    height: auto;
    margin: 60px 0;
    padding: 0;
    width: 100%;
  }

  .current-post .foto {
    display: block;
    width: 100%;
  }
  .current-post .foto img {
    margin: 0;
  }

  /*
      Checkout
  */
  .page-checkout .progress-steps li {
    margin-bottom: 15px;
    width: 50%;
  }

  /*
      Current Product
  */
  .product-current .product-info .actions .add-to-cart {
    width: 200px;
  }

  /*
      Footer
  */
  footer {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 800px) {
  .share-modal {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /*
      Main Page
  */
  .main-page .fotorama__nav {
    position: absolute;
    bottom: 50px;
  }
  .main-page .fotorama__nav--dots .fotorama__nav__frame {
    display: inline-block;
  }
  .main-page .fotorama__dot {
    border-radius: 50%;
  }
  .main-page .fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #fff;
  }
  .main-page .mobile-hide {
    display: none !important;
  }
  .main-page .banner {
    border-width: 10px;
    /*height: calc(100vh - 70px);*/
    margin-top: 70px;
  }
  .main-page .banner .col-height {
    height: 0;
    position: inherit;
  }
  .main-page .banner .center {
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -ms-transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
  }
  .main-page .banner .banner-info {
    text-align: center;
    width: 100%;
  }
  .main-page .banner .banner-info h2 {
    display: block;
    font-size: 2.125rem;
  }
  .main-page .banner .banner-info h1 {
    display: inline-block;
    font-size: 2.375rem;
    line-height: 2.375rem;
    margin: 15px auto;
    padding: 20px;
  }
  .main-page .banner .banner-info p {
    display: none;
  }
  .main-page .banner .banner-info .button {
    display: block;
    margin: 0 auto;
  }

  /* 
      Trends
  */
  .trends .filter .main-page-tabs {
    margin: 0 -15px;
  }
  .trends .filter li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    width: 32.3333%;
  }
  .trends .filter li a {
    width: 100%;
  }

  .inner-page .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: none;
    height: 100%;
    padding: 60px 10px 100px;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inner-page .sidebar.visible {
    display: block;
  }
  .inner-page .sidebar .filter-close {
    background: url(../img/icons/close.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    top: 32px;
    right: 10px;
    width: 15px;
  }
  .inner-page .sidebar .filter-title {
    border: 0;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .inner-page .sidebar .filter-title:before {
    background: #ccc;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
  }
  .inner-page .sidebar .filter-title h2 {
    border: 0;
    background: #fff;
    display: inline-block;
    font-family: "BebasNeue";
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .inner-page .sidebar .filter-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .inner-page .sidebar .filter-section .head h3 {
    background: url(../img/icons/select_arrow.png) right center no-repeat;
    background-size: 5px 4px;
    color: #000;
    display: block;
    font-family: "BebasNeue";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.24em;
    line-height: 45px;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .inner-page .sidebar .filter-section .head .reset-filter {
    display: none;
  }
  .inner-page .sidebar .filter-section .filter-options {
    display: none;
    margin-bottom: 15px;
  }
  .inner-page .sidebar .mobile-sort {
    border-bottom: 0;
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  .inner-page .sidebar .mobile-sort .button {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 90%;
  }
  .inner-page .sidebar .mobile-sort .button:hover {
    background: #000;
    color: #fff;
  }
  .inner-page .sidebar .mobile-sort ul a {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    opacity: 0.7;
  }
  .inner-page .sidebar .mobile-sort ul a.active {
    font-weight: 700;
    opacity: 1;
  }
  .inner-page .sidebar .mobile-sort .c-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background: #fff url(../img/icons/select_arrow.png) right 25px top 50% no-repeat;
    background-size: 5px 4px;
    border: 1px solid #000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    width: 50%;
  }
  .inner-page .sidebar .mobile-sort .c-select select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0 15px;
    width: 100%;
  }
  .inner-page .sidebar .mobile-sort .c-select select:focus {
    outline: none;
  }
  .inner-page .products-filter {
    line-height: 4rem;
  }
  .inner-page .products-filter .items-on-page {
    display: none;
  }
  .inner-page .products-filter .sort-by {
    display: none;
  }
  .inner-page .products-filter .pagination {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .inner-page .products-filter .pagination ul {
    display: inline-block;
    margin: 0 auto;
  }
  .inner-page .products-filter .pagination li .prev {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .inner-page .products-filter .pagination li .next {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .inner-page .products-filter .pagination li a {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .inner-page .products-filter .grid-type {
    display: block;
    float: left;
    width: 50%;
  }
  .inner-page .products-filter .grid-type p {
    display: inline-block;
    line-height: 35px;
    margin-top: 4px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .inner-page .products-filter .grid-type .grid-trigger {
    background: url(../img/icons/grid_blocks.png) center no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 35px;
    margin-top: 4px;
    margin-right: 2px;
    opacity: 0.2;
    vertical-align: middle;
    width: 35px;
  }
  .inner-page .products-filter .grid-type .grid-trigger.active {
    opacity: 1;
  }
  .inner-page .products-filter .grid-type .list-trigger {
    background: url(../img/icons/grid_list.png) center no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 35px;
    margin-top: 4px;
    margin-right: -4px;
    opacity: 0.2;
    vertical-align: middle;
    width: 35px;
  }
  .inner-page .products-filter .grid-type .list-trigger.active {
    opacity: 1;
  }
  .inner-page .products-filter .catalog-mobile-filter {
    display: inline-block;
    max-width: 50%;
    margin-top: 4px;
    vertical-align: middle;
    width: 50%;
  }

  .product-current .mobile-previews {
    display: block;
    margin-bottom: 30px;
  }
  .product-current .mobile-previews .pre {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 220px;
    margin-right: -4px;
    opacity: 0.7;
    margin-bottom: 10px;
    width: 33.3333%;
  }
  .product-current .mobile-previews .pre.current {
    border-color: #000;
    opacity: 1;
  }
  .product-current .mobile-previews .pre:hover {
    border-color: #000;
    opacity: 1;
  }

  .foot-gallery li {
    width: 16.66666667%;
  }
  .foot-gallery .mobile-hide {
    display: none;
  }

  footer .f-navigation li {
    display: block;
    line-height: 30px;
  }

  /*
      Contacts
  */
  .page-contacts .block {
    margin-bottom: 60px;
  }
  .page-contacts .block:last-child {
    margin-bottom: 0;
  }
  .page-contacts #map {
    height: 500px;
  }

  /*
      Features
  */
  .page-features .block {
    margin-bottom: 60px;
  }

  /*
      Cart
  */
  .page-cart .item {
    position: relative;
  }

  .page-cart .item .product-wrap {
    width: 100%;
  }

  .page-cart .item .product-wrap .foto {
    border: 0;
  }

  .page-cart .item .quantity-price {
    padding: 15px 15px 30px;
    position: static;
    width: 100%;
  }
  .page-cart .item .quantity-price .price-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 0;
    padding-left: 10px;
    line-height: 40px;
    width: calc(100% - 60px);
  }
  .page-cart .item .remove {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page-account table td {
    padding: 0;
    padding-bottom: 10px;
  }

  table {
    width: 100%;
  }

  thead {
    display: none;
  }

  tr:nth-of-type(2n) {
    background-color: inherit;
  }

  tr td:first-child {
    padding-top: 20px;
    text-align: center;
  }

  tbody td {
    display: block;
    padding: 0 10px;
    text-align: center;
  }

  tbody td:before {
    color: #000;
    content: attr(data-th);
    display: block;
    font-size: 18px;
    font-family: "BebasNeue";
    text-align: center;
  }

  /*
      404
  */
  .page-not-found .logo {
    display: block;
    margin: 50px auto;
    position: relative;
    top: auto;
    left: auto;
  }
  .page-not-found .center {
    display: block;
    padding-bottom: 50px;
  }
  .page-not-found .information h1 {
    font-size: 130px;
  }

  /*
      About
  */
  .page-about .main-foto {
    margin-bottom: 0;
  }
  .page-about .block {
    display: block;
    height: auto;
    width: 100%;
  }
  .page-about .block .center {
    display: block;
    height: auto;
  }
  .page-about .block .text {
    display: block;
    height: auto;
    margin: 30px auto;
    padding: 0;
  }
  .page-about .foto {
    display: block;
    margin: 15px auto;
    width: 100%;
  }

  /*
      Account
  */
  .page-account table tr {
    border: 1px solid #000;
  }
  .page-account table td .button {
    float: none;
    margin: 0 auto 10px;
  }

  .page-account .wish-list .item .quantity-price .price-wrap {
    width: 50%;
  }

  .page-account .wish-list .item .remove {
    margin-top: 30px;
  }

  .page-account .wish-list .item .product-wrap .foto {
    border: 0;
  }
}
@media screen and (max-width: 640px) {
  /*
      Search
  */
  .search-section {
    padding: 15px 10px;
  }

  .mobile-hide {
    display: none;
  }

  .section-title {
    margin-bottom: 35px;
  }
  .section-title h2 {
    font-size: 2.1875rem;
  }

  .button {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    width: 170px;
  }

  .main-page .banner-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .main-page .banner {
   /* border-width: 10px;*/
    margin-top: 87px;
  }
  .main-page .banner .banner-info {
    text-align: center;
  }
  .main-page .banner .banner-info h2 {
    font-size: 2.125rem;
  }
  .main-page .banner .banner-info h1 {
    font-size: 2.375rem;
    line-height: 2.375rem;
    margin: 15px auto;
    padding: 10px;
  }
  .main-page .banner .banner-info p {
    display: none;
  }
  .main-page .banner .banner-info .button {
    margin-top: 0;
  }

  .kids , .section.middleSlide {
    margin-bottom: 60px;
  }
  .kids .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 50%;
    padding: 5px 0;
    width: 100%;
  }
  .kids .block .foto {
    background-position: center top !important;
  }
  .kids .info-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    max-width: 250px;
    width: 100%;
  }
  .kids .info-block .block {
    padding: 15px;
  }
  .kids .info-block .block h2 {
    font-size: 1.4rem;
  }
  .kids .info-block .block h3 {
    margin-bottom: 10px;
  }
  .kids .info-block .block .title-sep {
    height: 8px;
    margin: 10px auto;
    width: 8px;
  }
  .kids .info-block .block p {
    font-size: 10px;
    line-height: 14px;
  }
  .kids .info-block .block .button {
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    width: 100%;
  }

  .trends {
    margin-bottom: 60px;
  }
  .trends .filter li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -4px 0 0;
    padding: 0 5px;
    width: 33.3333%;
  }
  .trends .filter li a {
    font-size: 12px;
    width: 100%;
  }
  .trends .view-collection {
    margin-top: 0;
  }

  .new-income {
    height: auto;
  }
  .new-income .info-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px auto;
    padding: 15px;
    position: relative;
    left: auto;
    top: auto;
    max-width: 250px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .new-income .info-block .block {
    padding: 15px;
  }
  .new-income .info-block .block h2 {
    font-size: 1.4rem;
  }
  .new-income .info-block .block h3 {
    margin-bottom: 10px;
  }
  .new-income .info-block .block .title-sep {
    height: 8px;
    margin: 10px auto;
    width: 8px;
  }
  .new-income .info-block .block p {
    font-size: 10px;
    line-height: 14px;
  }
  .new-income .info-block .block .button {
    height: 35px;
    line-height: 35px;
  }

  .news-section {
    padding: 60px 0;
  }
  .news-section .p-wrap {
    margin-bottom: 60px;
    width: 100%;
  }
  .news-section .p-wrap + .p-wrap {
    display: none;
  }
  .news-section .button {
    margin-top: 20px;
  }

  footer h2 {
    font-size: 30px;
  }
  footer .form {
    margin: 30px 0 60px;
  }
  footer .form .cell {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    height: 60px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .form .button {
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
  }
  footer .f-navigation {
    margin: 20px auto 50px;
  }
  footer .f-navigation li {
    display: block;
    float: none;
    margin: 0 auto;
  }
  footer .f-navigation li a {
    font-size: 14px;
    line-height: 30px;
  }
  footer .go-top {
    background-image: url(../img/icons/go_top_g.png);
    border-color: #ccc;
    display: block;
    height: 35px;
    position: fixed;
    top: auto;
    bottom: 15px;
    right: 15px;
    width: 35px;
    z-index: 5;
  }

  .products-list .product {
    max-width: 100%;
  }

  .products-list .product .new {
    height: auto;
    line-height: 20px;
    width: 40px;
  }
  .products-list .product .swipe {
    background: url(../img/icons/swipe.png) center no-repeat;
    background-size: 100%;
    display: none;
    height: 29px;
    position: absolute;
    top: 45px;
    right: 12px;
    width: 24px;
  }
  .products-list .product .product-info .made-by {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .products-list .product .product-info .name {
    font-size: 16px;
    line-height: 16px;
  }
  .products-list .product .product-info .price {
    font-size: 12px;
  }
  .products-list .product .product-info .price .old-price {
    display: block;
  }
  .products-list .product .product-info .price .old-price:before {
    top: 50%;
    left: 50%;
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
  }
  .products-list .product .product-info .price .new-price {
    display: block;
  }
  .products-list.may-like {
    padding: 60px 15px;
  }
  .products-list.may-like .section-title h2 {
    font-size: 30px;
  }

  .inner-page {
    padding-top: 80px;
    padding-bottom: 60px !important;
  }
  .inner-page .page-title-section .description p {
    line-height: 26px;
  }
  .inner-page .page-title-section .product-cetegories li {
    text-align: center;
    width: 100%;
  }
  .inner-page .page-title-section .product-cetegories li a {
    line-height: 30px;
  }
  .inner-page .products-filter .pagination ul {
    display: inline-block;
    margin: 0 auto;
  }
  .inner-page .products-filter .pagination li .prev {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  .inner-page .products-filter .pagination li .next {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  .inner-page .products-filter .pagination li a {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }

  /*
      Page Lookbook
  */
  .page-lookbook {
    margin-bottom: 0;
  }
  .page-lookbook .foto-block:nth-child(odd) {
    margin: 7px 0;
  }
  .page-lookbook .foto-block {
    margin: 7px 0;
  }

  /*
      Page Blog
  */
  .page-blog .post {
    padding: 0;
    width: 100%;
  }

  /*
      Page Catalog
  */
  .page-catalog .catalog-title-section h1 {
    font-size: 30px;
  }
  .page-catalog .catalog-title-section .product-cetegories {
    display: none;
  }

  /*
      Current Product
  */
  .product-current .product-previews {
    display: none;
  }
  .product-current .product-foto {
    margin-bottom: 30px;
  }
  .product-current .product-info .name {
    font-size: 30px;
  }
  .product-current .product-info .price-article {
    margin-top: 15px;
  }
  .product-current .product-info .price-article .price {
    display: block;
    float: none;
  }
  .product-current .product-info .price-article .old-price {
    display: inline-block;
    float: none;
  }
  .product-current .product-info .price-article .article {
    display: block;
    float: none;
  }
  .product-current .product-info .filters li {
    margin: 10px 0;
    width: 100%;
  }
  .product-current .product-info .filters li .button {
    height: 50px;
    line-height: 50px;
  }
  .product-current .product-info .actions {
    padding-bottom: 0;
    text-align: center;
  }
  .product-current .product-info .actions .quantity {
    margin: 0 auto 30px;
  }
  .product-current .product-info .actions .add-to-cart {
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0;
    width: calc(100% - 60px);
  }
  .product-current .product-info .actions .add-to-favourite {
    float: right;
    margin-right: 0;
  }
  .product-current .product-info .actions .share {
    clear: both;
    display: block;
    padding-top: 10px;
  }
  .product-current .products-list.may-like .col-xs-6:nth-child(3) {
    display: none;
  }
  .product-current .products-list.may-like .col-xs-6:nth-child(4) {
    display: none;
  }
  .product-current .products-list.may-like .col-xs-6:nth-child(5) {
    display: none;
  }

  /*
      404
  */
  .page-not-found .logo {
    display: block;
    margin: 50px auto;
    top: auto;
    left: auto;
    position: relative;
  }
  .page-not-found .center {
    display: block;
  }
  .page-not-found .information {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 15px;
  }
  .page-not-found .information h1 {
    font-size: 160px;
  }
  .page-not-found .information p {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /*
      Account
  */
  .page-account .tabs li {
    margin: 10px 0;
    width: 100%;
  }

  .page-account .wish-list .item .remove {
    margin-top: 10px;
  }

  /*
      Blog Post
  */
  .current-post .wide-foto {
    padding: 0;
  }
  .current-post .wide-foto .info {
    padding: 0;
  }

  .current-post .half-foto {
    margin: 0;
    padding: 0;
  }
  .current-post .half-foto .block {
    float: none;
    padding: 0;
    width: 100%;
  }

  .current-post .comments .comments-list .comment .avatar {
    padding-right: 10px;
  }

  .current-post .comments .comments-list .comment .info {
    margin-left: 0;
  }

  /*
      Checkout
  */
  .page-checkout .progress-steps li {
    width: 100%;
  }

  .page-checkout .delivery li {
    margin-bottom: 15px;
    width: 50%;
  }

  .page-checkout .order-confirm .list {
    padding: 40px 15px;
  }

  .page-checkout .order-confirm li p {
    max-width: 70%;
  }

  .page-checkout .order-success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
  }
  .page-checkout .order-success li {
    color: #a8a6a5;
    display: block;
    font-size: 14px;
    line-height: 30px;
    position: relative;
  }
  .page-checkout .order-success li:after {
    display: none;
  }
  .page-checkout .order-success li:last-child:after {
    display: none;
  }
  .page-checkout .order-success li span {
    color: #000;
  }
  .page-checkout .order-success .button {
    margin-top: 30px;
  }

  /*
      Cart
  */
  .page-cart .item .product-wrap .foto {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .page-cart .item .product-wrap .product-info {
    float: none;
    padding: 15px 15px 0;
    width: 100%;
  }

  .page-cart .item .quantity-price {
    padding: 15px;
  }

  .page-cart .order-details .actions {
    padding: 30px;
  }

  .page-cart .order-details .actions li {
    margin: 10px auto;
    width: 100%;
  }

  .page-cart .order-details .actions li a {
    margin: 0 !important;
    height: 50px;
    line-height: 50px;
  }

  .page-cart .order-details .details {
    padding: 30px;
  }

  .page-cart .order-details .notice {
    padding: 30px;
  }

  .page-cart .item .remove {
    margin-top: 0;
    right: 20px;
    top: 20px;
  }

  .page-cart .item .quantity-price .cell {
    vertical-align: top;
  }

  .page-cart .item .quantity-price .price-wrap {
    padding: 0 10px;
  }
  .page-cart .item .quantity-price .price-wrap .old-price {
    font-size: 12px;
  }
  .page-cart .item .quantity-price .price-wrap .price {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 15px;
    text-align: right;
  }

  .page-cart .order-details {
    border-top: 0;
  }

  /*
      Account
  */
  .page-checkout .new-client .actions li {
    margin-bottom: 15px;
    width: 100%;
  }
  .page-checkout .new-client .actions li .button {
    height: 50px;
    line-height: 50px;
  }

  /*
      Checkout
  */
  .page-checkout .c-select {
    height: 50px;
    line-height: 50px;
  }

  .page-checkout .delivery .f-group.half {
    width: 100%;
  }

  /*
      Login
  */
  .login {
    margin-bottom: 60px;
  }

  /*
      Features
  */
  .page-features .block .head h3 {
    line-height: 30px;
  }

  /*
      Share Modal
  */
  .share-modal a {
    height: 58px;
    width: 58px;
  }

  /*
      Size Charts
  */
  .sizecharts-modal {
    background: #fff;
    border: 1px solid #000;
    display: none;
    padding: 40px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    max-width: 800px;
    width: 100%;
    z-index: 990;
    -ms-transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
  }
  .sizecharts-modal .sizes {
    max-height: 300px;
    overflow-y: scroll;
  }
  .sizecharts-modal .sizes::-webkit-scrollbar {
    background: #fff;
    height: 3px;
    width: 3px;
  }
  .sizecharts-modal .sizes::-webkit-scrollbar-track {
    background: #fff;
  }
  .sizecharts-modal .sizes::-webkit-scrollbar-thumb {
    background-color: #000;
  }
}

.products-list .product .foto img.second-img{
  display: none;
}

.products-list .product .foto:hover img.second-img{
  display: block;
}
.products-list .product .foto:hover img.first-img{
  display: none;
}

#notifyPopup {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  line-height: 50px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  width: 500px;
  max-width: 90%;
  -webkit-transition: opacity 0.5s ease, visibility 0.0001s 0.5s;
  -moz-transition: opacity 0.5s ease, visibility 0.0001s 0.5s;
  -ms-transition: opacity 0.5s ease, visibility 0.0001s 0.5s;
  -o-transition: opacity 0.5s ease, visibility 0.0001s 0.5s;
  transition: opacity 0.5s ease, visibility 0.0001s 0.5s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#notifyPopup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#checkoutForm .payment .c-radio.disabled label{
  color: #AAA;
  cursor: default;
}

#checkoutForm .payment .c-radio.disabled span{
  border-color: #AAA;
}

.svg-icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
}

.mobile-menu .phones a{
	color: #333;
}
.middleSlide{
	box-sizing: border-box;
    border: 7.5px solid #fff;
    border-top: 0;
    margin-bottom: 120px;
    position: relative;
}
.section.bottomSlide a img, .section.middleSlide a img, .section.banner a  img{
	width: 100%;
	height: auto;
}

@media (max-width: 767px){
  .tab-content .col-xs-6:nth-child(even){ clear: left;}
}