/* General */
@font-face {
    font-family: 'intro_regular';
    src: url('../fonts/intro-regular-webfont.eot');
    src: url('../fonts/intro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/intro-regular-webfont.woff') format('woff'),
    url('../fonts/intro-regular-webfont.ttf') format('truetype'),
    url('../fonts/intro-regular-webfont.svg#intro_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_bold';
    src: url('../fonts/intro-bold-webfont.eot');
    src: url('../fonts/intro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/intro-bold-webfont.woff') format('woff'),
    url('../fonts/intro-bold-webfont.ttf') format('truetype'),
    url('../fonts/intro-bold-webfont.svg#intro_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_bookregular';
    src: url('../fonts/intro-book-webfont.eot');
    src: url('../fonts/intro-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/intro-book-webfont.woff') format('woff'),
    url('../fonts/intro-book-webfont.ttf') format('truetype'),
    url('../fonts/intro-book-webfont.svg#intro-book-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    position: relative;
}

a, button, .btn {
    outline: none !important;
}

button, .btn {
    font-family: "intro_bold";
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 13px;
    padding: 16px 22px;
    border-radius: 0;
    outline: none !important;
    border: none !important;
    line-height: 0.8;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn-primary {
    background: none !important;
    color: #111 !important;
    border: 2px solid !important;
}

.btn-primary:hover, .btn-primary:focus {
    color: #776f5b !important;
}

.btn-default {
    background: #1b1c1b;
    color: #fff !important;
    border: 2px solid #1b1c1b !important;
}

.btn-default:hover, .btn-default:focus {
    color: #A99B79 !important;
    background: #2f302f;
}

.btn-info {
    background: none !important;
    color: #fff !important;
    border: 2px solid !important;
}

.btn-info:hover, .btn-info:focus {
    color: #776f5b !important;
}

*::selection {
    background: #e4d7b7;
    color: #000;
}

*::-moz-selection {
    background: #e4d7b7;
    color: #000;
}

*::-webkit-selection {
    background: #e4d7b7;
    color: #000;
}

*::-webkit-input-placeholder {
    color: #AFB1B3;
}

*:-moz-placeholder {
    color: #AFB1B3 !important;
    text-overflow: ellipsis;
}

*::-moz-placeholder {
    color: #AFB1B3 !important;
    text-overflow: ellipsis;
}

*:-ms-input-placeholder {
    color: #AFB1B3 !important;
    text-overflow: ellipsis;
}

hr {
    margin: 20px 0;
}

h1, h2, h3, h4 {
    font-family: 'intro_bold';
    font-weight: normal;
}

h1 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.5px;
    margin: 0;
}

h2 {
    font-family: 'intro_regular';
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

h3 {
    font-size: 25px;
    margin: 0 0 20px;
    line-height: 1;
    text-transform: uppercase;
}

h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px;
}

h5 {
    font-family: 'intro_regular';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin: 0 0 15px;
}

a {
    color: #111;
    text-decoration: none !important;
}

a:hover, a:focus {
    color: #a99b79 !important;
}

.form-control {
    color: #323c3d;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #c7d3d8 !important;
    height: 44px;
    background: none;
}

.form-control:focus {
    border-color: #A99B79 !important;
}

textarea {
    resize: vertical;
}

label {
    font-weight: normal;
}

.row {
    margin: 0;
    position: relative;
}

.container {
    position: relative;
    width: 1340px !important;
    max-width: none !important;
    padding: 0 20px;
}

.wrapper {
    overflow: hidden;
    -webkit-transition: padding .25s ease-out;
    -moz-transition: padding .25s ease-out;
    -o-transition: padding .25s ease-out;
    transition: padding .25s ease-out;
}

.wrapper.offcanvas {
    padding-left: 200px;
}

/* Main page */
.mainpage-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.logo-big {
    position: absolute;
    z-index: 2;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    margin-top: -130px;
}

.main-category {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
    z-index: 1;
}

.category1 {
    background: url(../img/bg1.jpg) no-repeat center top;
    background-size: cover;
}

.category2 {
    background: url(../img/bg2.jpg) no-repeat center top;
    background-size: cover;
}

.category-info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.main-category:hover .category-info {
    background: none;
}

.category-info:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.category-info > div {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    padding: 30px 0;
    border: 2px solid transparent;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.main-category:hover .category-info > div {
    border: 2px solid #fff;
}

.category-name {
    display: inline-block;
    font-family: "intro_bold";
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.category-name:after {
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    background: #E4D7B7;
    margin: 20px auto 0;
}

/* Header */
.header-wrapper {
    height: 156px;
    background: #F5F6F7;
}

.header {
    background: url(../img/nav-bg.png) repeat-x top #f5f6f7;
    position: fixed;
    left: 0;
    right: 0;
    height: 156px;
    z-index: 9998;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.header-fixed {
    height: 86px;
}

.offcanvas .header {
    left: 200px;
}

.logo {
    display: block;
    position: absolute;
    width: 148px;
    height: 143px;
    left: 50%;
    top: 0;
    margin-left: -80px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.logo-small {
    display: block;
    position: absolute;
    width: 103px;
    height: 84px;
    left: 50%;
    top: 0;
    margin-left: -56px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.header-fixed .logo {
    opacity: 0;
    visibility: hidden;
    top: -58px;
}

.header-fixed .logo-small {
    visibility: visible;
    opacity: 1;
}

.top-nav {
    float: left;
    margin-top: 8px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.top-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-nav > ul > li {
    display: inline-block;
    margin-right: 20px;
}

.dropdown {
    background: url(../img/caret-down.png) no-repeat right 6px;
    padding-right: 10px;
}

.top-nav > ul > li > a {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    display: block;
    color: #111 !important;
    text-decoration: none !important;
}

.top-nav > ul > li > a:hover, .top-nav > ul > li > a:focus {
    color: #a99b79 !important;
}

.top-nav > ul > li > ul {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 0 0 -20px;
    padding: 15px 0 0;
    list-style: none;
    min-width: 150px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    display: none;
}

ul.opened {
    display: block !important;
}

.top-nav > ul > li > ul li {
    display: block;
}

.top-nav > ul > li > ul li:last-child {
    border-bottom: none;
}

.top-nav > ul > li > ul li a {
    font-family: 'intro_regular';
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 11px;
    display: block;
    line-height: 1;
    color: #111 !important;
    text-decoration: none !important;
    padding: 11px 18px;
    border-bottom: 1px solid #e6e8ea;
}

.top-nav > ul > li > ul li a:hover, .top-nav > ul > li > ul li a:focus {
    color: #a99b79 !important;
}

.top-bar {
    float: right;
    margin-top: 5px;
    line-height: 1;
    font-size: 12px;
}

.top-phone {
    display: inline-block;
    margin-right: 30px;
    font-size: 13px;
}

.basket {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.basket-empty {
    cursor: default;
}

.basket i {
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    line-height: 23px;
    text-align: center;
    background: #e4d7b7;
    color: #111 !important;
    font-style: normal;
}

.basket-empty i {
    background: #f5f6f7;
}

.basket b {
    font-family: 'intro_bold';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-right: 4px;
}

.basket a {
    color: #111;
    text-decoration: none !important;
}

.basket:hover {
    color: #a99b79 !important;
}

.lang {
    color: #111 !important;
    text-decoration: none !important;
}

.lang:hover, .lang:focus {
    color: #a99b79 !important;
}

.cat-link {
    position: absolute;
    top: 84px;
    width: 140px;
    line-height: 1;
    text-align: center;
    -webkit-transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out;
}

.cat-link a {
    font-family: 'intro_bold';
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #111 !important;
}

.cat-link a.active, .cat-link a:hover, .cat-link a:focus {
    border-bottom: 2px solid #e4d7b7 !important;
    padding-bottom: 8px;
}

.header-fixed .cat-link {
    top: 51px;
}

.woman-cat {
    left: 50%;
    margin-left: -308px;
}

.man-cat {
    right: 50%;
    margin-right: -320px;
}

/* Sidebar Categories */
.sidebar {
    background: #1b1c1b;
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -150px;
    z-index: 9999;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.08);*/
    -webkit-transition: left .25s ease-out;
    -moz-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out;
}

.offcanvas .sidebar {
    left: 0;
    z-index: 10000;
    -webkit-backface-visibility: hidden !important
}

.switch_hidden_menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: url(../img/switch.png) no-repeat center 155px;
}

.offcanvas .switch_hidden_menu {
    background: url(../img/switch2.png) no-repeat center 155px;
}

.switch_hidden_menu.en {
    background: url(../img/switch_eng.png) no-repeat center 155px;
}

.offcanvas .switch_hidden_menu.en {
    background: url(../img/switch2_eng.png) no-repeat center 155px;
}

.scroll-menu-wrapper {
    position: absolute;
    top: 152px;
    bottom: 25px;
    left: 0;
    right: 50px;
}

.hidden-menu {
    padding: 0 0 0 35px;
    margin: 0;
    list-style: none;
}

.hidden-menu > li {
    display: block;
    margin-bottom: 14px;
}

.hidden-menu > li > a {
    font-family: 'intro_regular';
    font-size: 11px;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #eee !important;
}

.hidden-menu > li > a.sale-link {
    color: #f3414d !important;
}

.hidden-menu > li > a.active {
    border-bottom: 1px solid;
}

.hidden-menu > li > a:hover, .hidden-menu > li > a:focus {
    color: #a99b79 !important;
}

/* Page */
.page-wrapper {
    padding: 45px 0;
    background: url(../img/tri.png) repeat-x top;
}

.breadcrumb {
    font-family: 'intro_regular';
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .6px;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
}

.breadcrumb a {
    color: #111 !important;
    text-decoration: none !important;
}

.breadcrumb a:hover, .breadcrumb a:focus {
    color: #a99b79 !important;
}

.breadcrumb > .active {
    color: #111;
}

.page-head {
    padding: 10px 0 40px;
    text-align: center;
}

.page-head h1 {
    margin: 0;
}

.page-head h1::after {
    display: block;
    content: "";
    width: 50px;
    height: 6px;
    background: #E4D7B7;
    margin: 20px auto 0;
}

.page-head h5 {
    margin: 25px 0 0;
}

.page-content {
    font-family: 'intro_bookregular';
    font-size: 14px;
    text-align: center;
    letter-spacing: -.1px;
    line-height: 1.7;
    background: #fbfbfb;
    padding: 60px 0 50px;
}

.page-content .container {
    max-width: 700px !important;
}

.page-content p {
    margin: 0 0 15px;
}

.page-content a {
    text-decoration: none !important;
    color: #111;
    border-bottom: 1px solid #A99B79;
    display: inline-block;
}

.page-content a:hover, .page-content a:focus {
    color: #A99B79 !important;
}

.error-wrapper {
    background: #fff;
    text-align: center;
    padding: 130px 0;
}

.error-wrapper img {
    margin-bottom: 40px;
}

/* Look book */
.look-wrapper {
    margin-bottom: 45px;
    background: #f5f6f7;
}

.image-grid > div {
    width: 50%;
}

.image-grid.big-left > div {
    float: left;
}

.image-grid.big-right > div {
    float: right;
}

.image-grid div img {
    width: 100%;
}

.look-item {
    position: relative;
    overflow: hidden;
}

.toggle-info {
    display: block;
    padding: 10px;
    position: absolute;
    background: #f5f6f7;
    z-index: 2;
}

.big-left > div:first-child .toggle-info, .big-right > div:last-child .toggle-info {
    bottom: 25px;
    right: 25px;
}

.big-left > div:last-child .toggle-info, .big-right > div:first-child .toggle-info {
    bottom: 25px;
    left: 25px;
}

.toggle-info i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/cross.png) no-repeat center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.toggle-info.rotated i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.look-item-info {
    visibility: hidden;
    position: absolute;
    background: #f5f6f7;
    z-index: 1;
}

.big-left > div:first-child .look-item-info, .big-right > div:last-child .look-item-info {
    bottom: 25px;
    right: 25px;
    padding: 35px 85px 35px 50px;
}

.big-left > div:last-child .look-item-info, .big-right > div:first-child .look-item-info {
    bottom: 25px;
    left: 25px;
    padding: 35px 50px 35px 85px;
}

.look-item-info.opened {
    visibility: visible;
}

.product-link {
    display: block;
    margin: 3px 0;
}

.product-link:hover span, .product-link:focus span {
    color: #A99B79 !important;
}

/* Albums */
.albums-wrapper {
    margin-bottom: 45px;
    background: #F5F6F7;
}

.album {
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.album img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.album-info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.36);
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.album:hover .album-info {
    background: rgba(0, 0, 0, 0.23);
}

.album-info:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.album-info > div {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.album-name {
    display: inline-block;
    font-family: "intro_bold";
    font-size: 21px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/*.album:hover .album-name {
	opacity:0;
}*/
.album-name:after {
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    background: #E4D7B7;
    margin: 20px auto 8px;
}

.album-types {
    width: 150px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.album-types a {
    display: block;
    margin-top: 12px;
    font-family: "intro_regular";
    font-size: 18px;
    color: #fff;
}

.album:hover .album-types {
    height: 115px;
    opacity: 1;
}

.galleries-nav {
    margin-top: 30px;
    background: #f5f6f7;
    padding: 25px 0 30px;
    text-align: center;
}

.galleries-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.galleries-nav ul li {
    display: inline-block;
    margin: 0 20px;
}

.galleries-nav ul li a {
    font-family: "intro_regular";
    font-size: 18px;
    color: #111 !important;
    padding: 0 0 5px 0;
    border-bottom: 2px solid transparent;
}

.galleries-nav ul li.active a, .galleries-nav ul li a.active, .galleries-nav ul li a:hover {
    border-bottom: 2px solid #E4D7B7 !important;
}

.photo-gallery {
    width: 100%;
    height: 600px;
    position: relative;
	overflow:hidden;
}

.photo-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.photo-slider ul li {
    height: 100%;
    float: left;
    padding: 0;
    position: relative;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.photo-slider ul li img {
    height: 600px;
}

.photo-gallery .prev, .photo-gallery .next {
    width: 45px;
    height: 45px;
    margin-top: -22px;
    padding: 0;
    top: 50%;
    position: absolute;
    background: url(../img/arrows.png) #f5f6f7;
    box-shadow: none !important;
    opacity: .7;
    border: none !important;
    cursor: pointer;
    z-index: 3;
}

.photo-gallery .prev:hover, .photo-gallery .next:hover {
    opacity: 1;
}

.photo-gallery .btn.disabled {
    opacity: 0;
}

.photo-gallery .prev {
    background-position: -45px 0;
    left: 30px;
}

.photo-gallery .next {
    right: 30px;
    background-position: 0 0;
}

/* Catalog */
.summary, .sorter {
    font-family: 'intro_regular';
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .6px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
    position: absolute;
    top: 0;
}

.summary {
    color: #111;
    right: 20px;
    width: 104px;
    text-align: right;
}

.sorter {
    color: #b4b6b8;
    left: 50%;
    text-align: left;
    margin-left: 25px;
}

.sorter ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sorter li {
    display: inline;
    margin: 0px 0px 0px 5px;
    padding: 0;
}

.sorter a {
    color: #111 !important;
    text-decoration: none !important;
    background: url(../img/caret-down.png) no-repeat right;
    padding-right: 11px;
}

.sorter a:hover, .sorter a:focus {
    color: #a99b79 !important;
}

.filter-toggle {
    font-family: 'intro_regular';
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .6px;
    color: #111 !important;
    display: block;
    text-decoration: none !important;
    background: url(../img/caret-up.png) no-repeat right;
    padding-right: 11px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 10px;
}

.filter-toggle.collapsed {
    background: url(../img/caret-down.png) no-repeat right;
}

.filter-toggle:hover, .filter-toggle:focus {
    color: #a99b79 !important;
}

.filters {
    text-align: center;
}

.filters-wrapper {
    padding: 20px 0;
    margin-top: 30px;
    border-top: 4px solid #f3f4f5;
    border-bottom: 4px solid #f3f4f5;
}

.filters form {
    margin: 0 auto;
    display: inline-block;
}

.filters-block {
    padding: 20px 30px;
    float: left;
    text-align: left;
}

.filters-block strong {
    font-family: "intro_bold";
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .4px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    cursor: default;
}

.custom-checkbox {
    display: block;
    margin-bottom: 10px;
}

.custom-checkbox .checkbox-inline {
    font-family: 'intro_bookregular';
    font-size: 12px;
    line-height: 1;
    padding: 2px 20px 2px 0 !important;
    margin: 0 !important;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkbox-inline {
    cursor: pointer;
}

.custom-checkbox .checkbox-inline.checked {
    background: url(../img/x.png) no-repeat right center;
    color: #958c74;
}

.list-view {
    position: static;
}

.items {
    padding-top: 25px;
    margin-right: -20px;
}

.catalog-item {
    width: 25%;
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
}

.catalog-item-wrap {
    display: block;
    position: relative;
    text-decoration: none !important;
    padding-bottom: 95px;
    background: #f5f6f7;
}

.item-details {
    text-align: center;
    padding: 12px 22px 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.img-primary {
    position: relative;
    z-index: 1;
}

.img-secondary {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.catalog-item-wrap:hover .img-secondary {
    z-index: 5;
}

.item-type {
    display: block;
    font-family: 'intro_bookregular';
    font-size: 13px;
    color: #111;
    line-height: 1;
    margin-bottom: 10px;
}

.product-link .item-type {
    display: inline-block;
    margin: 0;
}

.item-name {
    display: block;
    font-family: 'intro_bold';
    font-size: 14px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #111;
    line-height: 1;
    margin-bottom: 6px;
}

.product-link .item-name {
    display: inline-block;
    margin: 0 6px;
}

.item-price {
    display: inline-block;
    font-size: 13px;
    color: #111;
    line-height: 1;
}

.sale-price {
    color: #f3414d;
    margin-right: 8px;
}

.old-price {
    text-decoration: line-through;
}

.item-size {
    font-size: 12px;
    color: #A99B79;
    display: block;
    margin-bottom: 6px;
}

/* Product gallery */
.product {
    background: #f6f7f8;
    margin-top: 25px;
}

.product-head {
    text-align: center;
}

.product .container {
    /*max-width:1040px !important; */
    display: table;
}

.product-gallery {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    border-right: 10px solid #fff;
}

#gallery {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

#gallery a {
    width: 600px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none !important;
}

#gallery .prev, #gallery .next {
    width: 45px;
    height: 45px;
    margin-top: -50px;
    padding: 0;
    top: 50%;
    position: absolute;
    background: url(../img/arrows.png);
    box-shadow: none !important;
    opacity: .7;
    border: none !important;
    cursor: pointer;
    z-index: 3;
}

#gallery .prev:hover, #gallery .next:hover {
    opacity: 1;
}

#gallery .btn.disabled {
    opacity: 0;
}

#gallery .prev {
    background-position: -45px 0;
    left: 10px;
}

#gallery .next {
    right: 10px;
    background-position: 0 0;
}

.gallery-thumbs {
    padding: 15px 0;
}

.btn-thumb {
    padding: 5px;
    background: none !important;
}

.pswp {
    z-index: 10001;
}

.pswp__bg {
    background: #f5f6f7;
}

.pswp__top-bar {
    background: none !important;
}

.pswp__counter {
    color: #111;
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
    background-color: transparent;
}

.pswp__button--arrow--left::before {
    left: 25px;
}

.pswp__button--arrow--right::before {
    right: 25px;
}

.pswp__share-tooltip {
    border-radius: 0;
}

.pswp__share-tooltip a {
    padding: 10px 12px !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.pswp__button {
    display: block !important;
}

/* Product info */
.product-info {
    display: table-cell;
    width: 50%;
    padding: 100px 40px 60px;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    border-left: 10px solid #fff;
    position: relative;
}

.product-type {
    font-family: 'intro_regular';
    font-size: 15px;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.product-name {
    font-size: 27px;
    margin: 0 0 20px 0;
}

.product-name:after {
    display: block;
    content: "";
    width: 50px;
    height: 6px;
    background: #e4d7b7;
    margin: 20px auto 0;
}

.product-price {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
    margin-bottom: 50px;
    display: inline-block;
}

.product-code {
    font-family: "intro_bookregular";
    color: #A99B79;
    margin-bottom: 10px;
}

.product-property {
    font-family: "intro_bookregular";
    margin-bottom: 10px;
}

.product-description {
    font-family: "intro_bookregular";
    margin-bottom: 40px;
}

.product-description p {
    margin: 0;
}

.product-buy {
    margin-bottom: 20px;
}

.product-sizes {
    margin: 15px 0 30px;
}

.custom-radio {
    display: inline-block;
    margin: 0 0 5px 5px;
}

.custom-radio .radio-inline {
    font-family: "intro_bold";
    font-size: 16px;
    line-height: 1;
    padding: 0 0 3px 0 !important;
    margin: 0 0 0 7px !important;
    color: #111;
    border-bottom: 2px solid transparent;
}

.custom-radio .radio-inline:hover {
    color: #9A9B9C;
    border-bottom: 2px solid #111;
}

.custom-radio .radio-inline + input[type=radio] {
    display: none;
}

.custom-radio .radio-inline.checked {
    border-bottom: 2px solid #111;
}

.radio-my-size {
    font-size: 14px !important;
    text-transform: uppercase;
}

.btn-basket, .btn-oneclick {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 205px;
}

.more-link {
    font-family: "intro_regular";
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #111 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #a99b79;
    display: inline-block;
}

.more-link:hover, .more-link:focus {
    color: #A99B79 !important
}

.related-products {
    margin: 60px 0 0 0;
}

.related-products h4 {
    margin: 0 0 40px;
    text-align: center;
}

.related-gallery {
    width: 100%;
    position: relative;
}

.related-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.related-slider ul li {
    width: 310px;
    margin: 0 20px 0 0;
    float: left;
    padding: 0;
    position: relative;
}

.related-slider ul li .catalog-item {
    width: 100% !important;
    padding: 0;
}

.related-slider ul > li:last-child {
    margin: 0;
}

.related-gallery .prev, .related-gallery .next {
    width: 45px;
    height: 45px;
    margin-top: -50px;
    padding: 0;
    top: 50%;
    position: absolute;
    background: url(../img/arrows.png);
    box-shadow: none !important;
    opacity: .7;
    border: none !important;
    cursor: pointer;
    z-index: 3;
}

.related-gallery .prev:hover, .related-gallery .next:hover {
    opacity: 1;
}

.related-gallery .btn.disabled {
    opacity: 0;
}

.related-gallery .prev {
    background-position: -45px 0;
    left: 10px;
}

.related-gallery .next {
    right: 10px;
    background-position: 0 0;
}

/* Feedbacks */
.product-feedbacks {
    margin-top: 20px;
}

.feedback {
    font-family: "intro_bookregular";
    font-size: 13px;
}

.product-feedbacks .feedback {
    padding: 50px 250px;
    background: #f5f6f7;
}

.feedback-img {
    float: left;
    margin-right: 30px;
}

.feedback-body {
    overflow: hidden;
}

.feedback-date {
    margin-bottom: 10px;
    color: #A99B79;
}

.feedback-name {
    font-family: "intro_regular";
    font-size: 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.feedback-info {
    font-family: "intro_regular";
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.6px;
    margin-top: 6px;
}

.feedback-text {
    margin: 10px 0 0;
}

.feedbacks {
    background: #f5f6f7;
    padding: 40px 0;
}

#feedbacks-grid .feedback {
    width: 33.33%;
    float: left;
    padding: 0 20px 20px 0;
}

#feedbacks-grid .feedback > div {
    padding: 30px;
    background: #fff;
}

.feedbacks .feedback-text {
    margin: 15px 0 0;
}

/* News */
.news {
    background: #F5F6F7;
    padding: 40px 0;
}

.news-item {
    font-family: "intro_bookregular";
    font-size: 13px;
    width: 33.33%;
    float: left;
    padding: 0 20px 20px 0;
}

.news-item > div {
    background: #fff;
}

.news-item img {
    width: 100%;
}

.news-body {
    overflow: hidden;
    padding: 30px;
}

.news-name {
    font-family: "intro_regular";
    font-size: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.news-anons {
    margin: 10px 0 0;
}

/* Basket */
.basket-preview {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    display: none;
    width: 320px;
    cursor: default;
    z-index: 5;
    text-align: right;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
}

.basket-preview.opened {
    display: block;
}

.basket-preview-items {
    max-height: 400px;
}

.basket-preview-item {
    padding: 15px;
    border-bottom: 1px solid #e6e8ea;
    text-align: left;
}

.popup-form .basket-preview-item {
    border-top: 1px solid #e6e8ea;
}

.basket-preview-item img {
    float: left;
    margin-right: 15px;
}

.basket-preview-details {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.basket-preview-del {
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../img/x.png) no-repeat center;
    width: 15px;
    height: 15px;
}

.basket-preview-total {
    float: left;
    padding: 23px 10px 15px 15px;
    color: #111;
    font-size: 13px;
}

.basket-preview-go {
    float: right;
    padding: 10px 12px;
    margin: 15px 15px 15px 0;
    font-size: 11px;
}

/* Basket page */
.basket-content {
    background: #f5f6f7;
    padding: 20px 0 40px;
}

.basket-content .container {
    max-width: 980px !important;
}

.basket-goods {
    margin: 0;
    width: 100%;
}

.basket-goods th {
    padding: 0 0 6px !important;
    font-size: 13px;
    color: #AFB1B3;
    font-weight: 400;
}

.basket-good-block {
    border-bottom: 1px solid #ddd;
}

.basket-good-block td {
    padding: 10px 0;
}

.basket-good-img {
    width: 140px;
    text-align: center;
}

.basket-good {
    padding: 10px 30px !important;
}

.basket-goods .item-type {
    font-size: 13px;
    display: block;
    margin: 0 0 10px;
}

.basket-goods .item-name {
    font-family: "intro_bold";
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 10px;
}

.basket-goods .item-size {
    font-size: 13px;
    line-height: 1;
    margin: 0 0 20px;
}

.basket-goods .item-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
    display: block;
    margin: 0;
}

.basket-good-price {
    width: 120px;
}

.basket-good-quantity {
    width: 180px;
}

#quant {
    font-family: "intro_regular";
    font-size: 16px;
    text-align: center;
    width: 36px;
    height: 44px;
    float: left;
    display: block;
    padding: 4px 0;
    position: static;
    border: 2px solid #222 !important;
    border-right: none !important;
    border-left: none !important;
}

.bootstrap-touchspin {
    width: 110px;
    display: inline-block;
    position: relative;
    top: 0;
}

.bootstrap-touchspin .input-group-btn {
    width: 36px;
    height: 44px;
    float: left;
    display: block;
}

.bootstrap-touchspin .btn {
    font-family: "intro_bookregular";
    font-size: 30px;
    background: none !important;
    color: #000 !important;
    padding: 0;
    width: 36px;
    height: 44px;
    line-height: 44px;
    margin: 0;
}

.bootstrap-touchspin .btn:hover {
    background: #111;
    color: #fff;
}

.bootstrap-touchspin .input-group-btn:first-child > .btn {
    border-right: none !important;
}

.bootstrap-touchspin .input-group-btn:last-child > .btn {
    border-left: none !important;
}

.basket-good-delete {
    width: 60px;
}

.good-del {
    background: url(../img/x.png) no-repeat center;
    display: inline-block;
    width: 34px;
    height: 34px;
}

.total-price {
    text-align: center;
    padding: 25px 0 0;
}

.total-price h4 {
    margin: 0;
}

.basket-checkout {
    padding: 20px 0;
}

.basket-checkout .container {
    max-width: 980px !important;
    background: #f5f6f7;
    padding: 40px 30px;
}

.basket-checkout h2 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 50px;
}

.basket-form .form-control {
    background: #fff;
}

.basket-form .btn {
    width: 300px;
    font-size: 18px;
    padding: 20px;
    display: block;
    margin: 40px auto 0;
}

.basket-success {
    width: 200px;
    border: 3px solid #222;
    padding: 30px 10px;
    margin: 0 auto 20px;
}

/* Footer */
.footer {
    padding: 10px 0 0;
}

.sblock {
    width: 620px;
    margin: 0 auto;
}

.social-groups {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 8px;
}

.social-groups li {
    display: inline-block;
    margin-right: 10px;
}

.subscribe {
    float: left;
    width: 340px;
    margin-left: 100px;
}

.subscribe .form-control {
    font-size: 13px;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    width: 340px;
    padding-right: 160px;
}

.subscribe .input-group-btn {
    width: 150px;
    left: -150px;
    z-index: 3;
}

.btn-subscribe {
    border: none !important;
    background: none !important;
}

.credits {
    font-family: "intro_regular";
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .2px;
    line-height: 1;
    color: #222;
    text-align: center;
    padding: 30px 0 30px;
    background: #f5f6f7;
    margin-top: 25px;
}

.aface {
    position: absolute;
    right: 6px;
    bottom: -9px;
    height: 39px;
    width: 39px;
    display: block;
    background: url(../img/logo-aface.png) no-repeat center;
    opacity: .8;
}

.aface:hover {
    opacity: 1;
}

.oferta {
    display: inline-block;
    color: #A99B79 !important;
    margin-top: 11px;
}

/* Popups */
.fancybox-overlay {
    z-index: 10000;
    background: url(../img/fancybox_overlay.png) repeat;
}

.fancybox-skin {
    padding: 0 !important;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.05) !important;
}

.fancybox-lock {
    overflow: visible !important;
}

.fancybox-close {
    top: 15px;
    right: 15px;
    background: url(../img/close.png) no-repeat center !important;
}

.fancybox-nav {
    width: 110px;
}

.popup-form {
    display: none;
    width: 320px;
    background: #fff;
    padding: 30px;
}

.popup-form h4 {
    margin: 0px 0px 20px;
}

.popup-form form {
    padding: 15px 0 0;
}

#one_click .btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: -20px;
}

#basket-info .btn {
    width: 100%;
    margin-top: 15px;
}

.basket-info-btns {
    margin-top: 10px;
}

/* Share */
.social-likes {
    margin: 0;
    display: block;
    color: #afb1b3;
}

.product-info .social-likes {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.social-likes__button {
    padding: 0;
    width: 24px;
    height: 24px;
}

.social-likes__widget {
    margin: 0;
    border-radius: 0;
    background: none;
    border-left: 1px solid #ccc;
}

.social-likes__icon {
    font-size: 14px;
    color: #afb1b3;
    margin-left: 3px;
}

.social-likes__widget:hover .social-likes__icon {
    color: #111;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f6f7;
    z-index: 10001;
}

#status {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/status.gif) no-repeat center;
    margin: -25px 0 0 -25px;
}

div.required label:after {
    content: " *";
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1B1C1B;
    border-color: #1B1C1B;
}

.pagination > li > a, .pagination > li > span {
    color: #1B1C1B;
}

.subscribe .help-block {
    position: absolute;
    top: 40px;
}

/* My sizes */
.sizes-form {
    width: 750px;
}

.sizes-form h4 {
    font-size: 19px;
}

.sizes-form form {
    margin-top: 20px;
    padding: 25px 0 0;
    border-top: 1px solid #E6E8EA;
}

.sizes-form .form-control {
    height: 36px;
}

.sizes-form textarea.form-control {
    height: auto;
}

.sizes-form .input-group {
    float: left;
    width: 230px;
    margin-right: 20px;
}

.sizes-form .input-group-addon {
    background: none;
    border-color: #E6E8EA;
    border-radius: 0;
}

.sizes-form .input-group-addon:first-child {
    width: 130px;
    text-align: left;
    background: #f6f6f8;
}

.sizes-form .small {
    overflow: hidden;
    margin: 0;
}

.sizes-form .help-block {
    position: absolute;
    left: 0;
    top: 30px;
    width: 400px;
    font-size: 12px;
}

.sizes-form .form-group {
    margin-bottom: 20px;
}
.fancybox-opened {
    z-index: 10001;
}

#product-list .pagination{
    display:none;
}

/* Media queries */
@media (min-width: 1030px) {
    .dropdown:hover > ul {
        display: block !important;
    }

    .basket:hover .basket-preview {
        display: block;
    }
}

@media (max-width: 1580px) {
    .container {
        width: 980px !important;
    }

    .sidebar {
        left: -160px;
    }

    .switch_hidden_menu {
        width: 40px;
    }

    .catalog-item {
        width: 33.33%;
    }

    .related-slider ul li {
        width: 300px;
    }

    .product-gallery {
        width: 500px;
    }

    #gallery {
        width: 500px;
    }

    #gallery a {
        width: 500px;
    }

    .product-info {
        width: 410px;
        padding: 60px 40px 60px;
    }

    .btn-basket, .btn-oneclick {
        display: block;
        margin: 10px auto;
    }

    .product-feedbacks .feedback {
        padding: 50px 60px;
    }

    #feedbacks-grid .feedback-img {
        margin-right: 15px;
        width: 70px;
    }

    #feedbacks-grid .feedback > div {
        padding: 25px;
    }

    .album {
        width: 50%;
    }

    .logo-big {
        width: 200px;
        margin-left: -100px;
        margin-top: -105px;
    }
}

@media (max-width: 1140px) {
    .container {
        padding-left: 40px;
    }

    .big-left > div:first-child .look-item-info, .big-right > div:last-child .look-item-info {
        padding: 20px 65px 20px 30px;
    }

    .big-left > div:last-child .look-item-info, .big-right > div:first-child .look-item-info {
        padding: 20px 30px 20px 65px;
    }

    .category-name {
        font-size: 21px;
        letter-spacing: 1.6px;
    }

    .category-info > div {
        width: 210px;
        padding: 25px 0px;
    }
}

@media (max-width: 1024px) {
    .row {
        width: 1024px !important;
    }

    .wrapper {
        width: 1024px !important;
    }
}

@media (max-width: 1023px) {
    .header {
        position: relative;
    }

    .logo-big {
        width: 160px;
        margin-left: -80px;
        margin-top: -95px;
    }

    .category-info > div {
        width: 190px;
        padding: 20px 0;
    }
}