@font-face {
  font-family: 'Georgia';
  src: url("../fonts/georgiaitalic.ttf");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Georgia';
  src: url("../fonts/georgiabold.ttf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Georgia';
  src: url("../fonts/georgiabolditalic.ttf");
  font-weight: 700;
  font-style: italic; }
html, body {
  overflow-x: hidden;
  position: relative;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  background: transparent; }
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7);
  transition: .3s;
  opacity: 1;
}
#loader-wrapper:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 250px;
  width: 250px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;

}
#loader-wrapper #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

#loader-wrapper #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  opacity: .75;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-wrapper #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000;
  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader, .loaded #loader-wrapper p {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.pr0 {
  padding-right: 0; }

.pl0 {
  padding-left: 0; }

.overlay {
  display: none;
  position: absolute;
  top: 121px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3; }

/* INDEX */
header .mobile-menu {
  display: none; }
header .header-top {
  background-image: url(../img/header-top-bg.jpg);
  background-repeat: repeat;
  height: 41px;
  position: relative; }
  header .header-top #lang {
    position: relative;
    cursor: pointer;
    margin-top: 12px;
    float: left; }
    header .header-top #lang ul {
      margin: 0;
      position: absolute;
      display: inline-block;
      padding: 0;
      z-index: 2;
      top: 0;
      left: 0;
      background-image: url(../img/header-top-bg.jpg);
      background-repeat: repeat; }
      header .header-top #lang ul li {
        font: 300 13px "Roboto";
        list-style-type: none;
        text-transform: uppercase;
        padding: 0; }
        header .header-top #lang ul li a {
          color: #d9b676; }
          header .header-top #lang ul li a:focus {
            text-decoration: none; }
        header .header-top #lang ul li:not(.active-lang) {
          display: none;
          margin-top: 5px;
          margin-bottom: 5px; }
          header .header-top #lang ul li:not(.active-lang) a {
            line-height: 20px;
            display: inline-block;
            width: 100%;
            text-align: center; }
        header .header-top #lang ul li.active-lang {
          -webkit-transition: .3s;
                  transition: .3s;
          margin-bottom: 10px; }
          header .header-top #lang ul li.active-lang:after {
            content: "\f107";
            font-family: "FontAwesome";
            padding-left: 5px;
            color: #d9b676;
            -webkit-transition: .3s;
                    transition: .3s;
            vertical-align: 2px; }
          header .header-top #lang ul li.active-lang:before {
            content: "\f0ac";
            font-family: "FontAwesome";
            margin-right: 11px;
            color: #d9b676;
            font-size: 17px;
            -webkit-transition: .3s;
                    transition: .3s; }
          header .header-top #lang ul li.active-lang a {
            vertical-align: 2px; }
        header .header-top #lang ul li:hover:not(.active-lang) a {
          text-decoration: none;
          color: #fff; }
        header .header-top #lang ul li:hover a {
          text-decoration: none;
          color: #fff; }
        header .header-top #lang ul li:hover:before, header .header-top #lang ul li:hover:after {
          color: #fff; }

#social {
  float: right;
  line-height: 40px; }
  #social a {
    color: #d9b676;
    font-size: 15px;
    margin-right: 15px; }
    #social a:hover i {
      -webkit-animation: swing .5s;
              animation: swing .5s; }

#search {
  float: right;
  position: relative; }
  #search:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -100vh;
    background: rgba(206, 206, 207, 0.1);
    border-left: 1px solid rgba(217, 182, 118, 0.4); }
  #search div {
    color: #d9b676;
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    cursor: pointer; }
    #search div i {
      -webkit-transition: .3s;
              transition: .3s; }
    #search div:hover i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.like {
  text-decoration: none !important; }
  .like:before {
    content: "\f08a";
    font-family: FontAwesome;
    color: #c1aa81;
    font-size: 22px;
    -webkit-transition: .3s;
            transition: .3s; }
  .like:hover:before, .like.active:before {
    content: "\f004"; }
  .like.active:hover:before {
    content: "\f08a"; }

nav {
  position: relative;
  line-height: 112px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); }
  nav .nav-buttons {
    float: right;
    line-height: 105px; }
    nav .nav-buttons .cart {
      position: relative;
      margin-left: 20px;
      vertical-align: 5px; }
      nav .nav-buttons .cart span {
        position: absolute;
        bottom: -10px;
        right: -5px;
        height: 15px;
        width: 15px;
        border-radius: 100%;
        background: #c1aa81;
        color: #fff;
        font: 500 9px/15px Roboto;
        text-align: center; }
      nav .nav-buttons .cart:hover img {
        -webkit-animation: swing .5s;
                animation: swing .5s; }
  nav .nav-toggle {
    display: none; }
  nav .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    width: 200px;
    margin: 0 auto;
    z-index: 11; }
    nav .logo img {
      width: 100%; }

.left-links {
  float: left; }
  .left-links div:not(:last-child) {
    margin-right: 50px; }

.right-links {
  float: right; }
  .right-links div {
    margin-right: 50px; }

.left-links div, .right-links div {
  display: inline-block; }
  .left-links div:hover, .left-links div.active, .right-links div:hover, .right-links div.active {
    color: #c1aa81; }
    .left-links div:hover a, .left-links div.active a, .right-links div:hover a, .right-links div.active a {
      color: #c1aa81; }
  .left-links div:not(:last-child), .right-links div:not(:last-child) {
    position: relative; }
    .left-links div:not(:last-child):after, .right-links div:not(:last-child):after {
      content: "~";
      position: absolute;
      top: 0;
      right: -30px;
      color: #2a2a2a;
      pointer-events: none; }
.left-links a, .right-links a {
  font: 400 14px Roboto;
  color: #2a2a2a;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s; }

.catalog-menu {
  position: relative;
  font: 400 14px Roboto;
  color: #2a2a2a;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s;
  display: inline-block;
  margin-right: 50px;
  cursor: pointer; }
  .catalog-menu:after {
    content: "~";
    position: absolute;
    top: 0;
    right: -30px;
    color: #2a2a2a;
    pointer-events: none; }
  .catalog-menu:hover, .catalog-menu.active {
    color: #c1aa81; }
  .catalog-menu .inner-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    background: #c5af88;
    width: 180px;
    padding: 15px;
    z-index: 2;
    display: none; }
    .catalog-menu .inner-menu:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 20px;
      width: 10px;
      height: 10px;
      border-bottom: 5px solid #c5af88;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
    .catalog-menu .inner-menu a {
      color: #fff !important;
      font: 400 15px/30px Georgia;
      font-style: italic;
      text-transform: none;
      display: block;
      -webkit-transition: .3s;
              transition: .3s;
      position: relative;
      padding-left: 5px; }
      .catalog-menu .inner-menu a:before {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 0;
        width: 0;
        background: rgba(255, 255, 255, 0.6);
        -webkit-transition: .3s;
                transition: .3s; }
      .catalog-menu .inner-menu a:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .catalog-menu .inner-menu a:not(:first-child) {
        margin-top: 5px; }
      .catalog-menu .inner-menu a:hover {
        padding-left: 15px; }
        .catalog-menu .inner-menu a:hover:before {
          width: 2px; }

#main-slider {
  position: relative; }
  #main-slider .item {
    background-size: cover;
    background-position: center;
    height: calc(100vh - 153px);
    min-height: 500px;
    outline: none; }
  #main-slider .slick-arrow {
    background: none;
    border: none;
    font-size: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    outline: none;
    text-align: center;
    -webkit-transition: .3s;
            transition: .3s; }
    #main-slider .slick-arrow:hover {
      color: #fff; }
    #main-slider .slick-arrow.next-arrow {
      right: 0px; }
    #main-slider .slick-arrow.prev-arrow {
      left: 0px; }
  #main-slider .slick-dots {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
    padding: 0;
    margin: 0; }
    #main-slider .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      #main-slider .slick-dots li button {
        pointer-events: all;
        font-size: 0;
        background: none;
        border: 2px solid rgba(255, 255, 255, 0.4);
        border-radius: 100%;
        height: 12px;
        width: 12px;
        padding: 0;
        outline: none;
        -webkit-transition: .3s;
                transition: .3s; }
        #main-slider .slick-dots li button:hover {
          border-color: #fff; }
      #main-slider .slick-dots li.slick-active button {
        background: #fff;
        border-color: #fff; }
  #main-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 38px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1; }
  #main-slider .slider-text {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 430px;
    z-index: 1; }
    #main-slider .slider-text .slider-title {
      font: 400 30px/36px Georgia;
      font-style: italic;
      color: #fff;
      padding-left: 35px;
      padding-right: 25px;
      margin-top: 30px; }
    #main-slider .slider-text .slider-description {
      padding: 0 35px;
      color: #fff;
      font: 300 15px/24px Roboto;
      margin-top: 20px;
      margin-bottom: 40px; }
    #main-slider .slider-text .button {
      margin-left: 35px;
      margin-bottom: 40px; }
    #main-slider .slider-text::before, #main-slider .slider-text::after {
      border: 2px solid transparent;
      width: 0;
      height: 0;
      box-sizing: inherit;
      content: '';
      position: absolute;
      pointer-events: none; }
    #main-slider .slider-text.border-animated {
      color: #fff; }
    #main-slider .slider-text::before, #main-slider .slider-text::after {
      top: 5px;
      left: 5px;
      height: calc(100% - 10px);
      width: calc(100% - 10px);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    #main-slider .slider-text::before {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1); }
    #main-slider .slider-text::after {
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: scale3d(1, 0, 1);
              transform: scale3d(1, 0, 1); }
    #main-slider .slider-text.border-animated:before, #main-slider .slider-text.border-animated:after {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      -webkit-transition: -webkit-transform 2s;
              transition: transform 2s; }
  #main-slider .slider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85px;
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #main-slider .slider-bottom .icon-img {
      float: left; }
    #main-slider .slider-bottom .icon-description {
      float: left;
      padding-left: 10px; }
      #main-slider .slider-bottom .icon-description p {
        margin: 0;
        font: 400 15px/20px Georgia;
        font-style: italic;
        color: #555555; }
        #main-slider .slider-bottom .icon-description p a {
          color: inherit; }
    #main-slider .slider-bottom .phone .icon-img img {
      margin-top: 3px; }
    #main-slider .slider-bottom .phone:before {
      content: "";
      position: absolute;
      left: 35px;
      width: 1px;
      background: rgba(185, 162, 122, 0.3);
      top: -5px;
      bottom: -5px; }
    #main-slider .slider-bottom .clock:before {
      content: "";
      position: absolute;
      right: 65px;
      width: 1px;
      background: rgba(185, 162, 122, 0.3);
      top: -5px;
      bottom: -5px; }

.button {
  display: inline-block;
  font: 400 16px/40px Georgia;
  font-style: italic;
  background: #b9a27a;
  color: #fff;
  border: 1px solid #c3b191;
  border-radius: 30px;
  padding: 0 30px;
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s;
  outline: none; }
  .button:hover, .button:focus {
    background: #000;
    color: #fff;
    text-decoration: none; }

#catalog {
  padding-top: 90px;
  background: #fff; }
  #catalog .pr0 {
    padding-right: 15px; }
  #catalog .pl0 {
    padding-left: 15px; }
  #catalog .catalog-item {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    box-shadow: inset 0px -90px 50px -25px rgba(0, 0, 0, 0.3);
    position: relative; }
    #catalog .catalog-item .colection-text {
      position: absolute;
      bottom: 15px;
      left: 30px;
      -webkit-transition: .3s;
              transition: .3s; }
      #catalog .catalog-item .colection-text .colection-title {
        font: 400 14px Roboto;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px; }
      #catalog .catalog-item .colection-text .colection-name {
        font: 400 30px Georgia;
        font-style: italic;
        color: #fff; }
    #catalog .catalog-item.full-height {
      height: 600px; }
    #catalog .catalog-item.top-item {
      height: 320px; }
    #catalog .catalog-item.bottom-item {
      height: 250px;
      margin-top: 30px; }
    #catalog .catalog-item::before, #catalog .catalog-item::after {
      border: 2px solid transparent;
      width: 0;
      height: 0;
      box-sizing: inherit;
      content: '';
      position: absolute; }
    #catalog .catalog-item:hover {
      color: #fff; }
    #catalog .catalog-item::before, #catalog .catalog-item::after {
      top: 5px;
      left: 5px;
      height: calc(100% - 10px);
      width: calc(100% - 10px);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.7s;
              transition: transform 0.7s; }
    #catalog .catalog-item::before {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1); }
    #catalog .catalog-item::after {
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: scale3d(1, 0, 1);
              transform: scale3d(1, 0, 1); }
    #catalog .catalog-item:hover::before, #catalog .catalog-item:hover::after {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }

.fixed-contact-block {
  position: fixed;
  right: -250px;
  z-index: 3;
  -webkit-transition: .3s;
          transition: .3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .fixed-contact-block .fixed-button {
    width: 58px;
    height: 55px;
    background: #fff;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -58px;
    -webkit-transition: .3s;
            transition: .3s; }
  .fixed-contact-block .fixed-body {
    width: 250px;
    background: #181817;
    padding: 15px 30px;
    color: #fff; }
    .fixed-contact-block .fixed-body.mail-fixed-body {
      display: none; }
    .fixed-contact-block .fixed-body .fixed-title {
      font: 400 13px/19px Roboto; }
    .fixed-contact-block .fixed-body label {
      font: 400 14px/19px Roboto;
      margin-top: 10px;
      margin-bottom: 0;
      width: 100%; }
      .fixed-contact-block .fixed-body label input {
        display: block;
        width: 100%;
        margin-top: 5px;
        font: 400 14px/28px Roboto;
        border-radius: 5px;
        color: #181817;
        border: 1px solid #181817;
        padding: 0 10px;
        outline: none; }
    .fixed-contact-block .fixed-body button {
      width: 100%;
      border: 1px solid #b9a27a;
      color: #b9a27a;
      font: 400 14px/28px Roboto;
      border-radius: 5px;
      background: transparent;
      margin-top: 20px;
      -webkit-transition: .3s;
              transition: .3s;
      outline: none; }
      .fixed-contact-block .fixed-body button:hover {
        background: #b9a27a;
        color: #181817; }
  .fixed-contact-block .mail-fixed-button {
    top: 0;
    background-image: url(../img/fixed-mail.png); }
    .fixed-contact-block .mail-fixed-button:hover, .fixed-contact-block .mail-fixed-button.active {
      background-color: #181817; }
  .fixed-contact-block .phone-fixed-button {
    top: 55px;
    background-image: url(../img/fixed-phone.png); }
    .fixed-contact-block .phone-fixed-button:hover, .fixed-contact-block .phone-fixed-button.active {
      background-color: #181817; }

.block-title {
  font: 400 30px Georgia;
  font-style: italic;
  color: #303030;
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 70px; }
  .block-title span {
    position: relative;
    padding: 0 15px;
    background: #fff; }
  .block-title:before {
    content: "";
    position: absolute;
    background: #e6e6e6;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .block-title.flower {
    margin-bottom: 100px; }
    .block-title.flower:after {
      content: "";
      width: 76px;
      height: 20px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -35px;
      margin: 0 auto;
      background: url(../img/flower.png); }

#we {
  background: #fff; }
  #we .we-img {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #we .we-title {
    text-align: center;
    font: 500 18px/30px Georgia;
    font-style: italic;
    margin-top: 10px;
    color: #333333;
    position: relative; }
    #we .we-title:before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      width: 24px;
      height: 2px;
      margin: 0 auto;
      background: #eddcbd; }
  #we .we-description {
    font: 400 14px/24px Roboto;
    color: #777777;
    margin-top: 30px;
    text-align: center; }

#products {
  background: #fff; }
  #products .new-label {
    display: none; }
  #products .new .new-label {
    display: block;
    width: 50px;
    font: 700 12px/24px Roboto;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    position: absolute;
    top: -5px;
    right: 28px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 3; }
    #products .new .new-label i {
      font-style: normal;
      position: relative;
      z-index: 1;
      width: 95px;
      display: inline-block; }
      #products .new .new-label i:before {
        content: "";
        position: absolute;
        bottom: -4px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 4px solid #c1aa81;
        border-left: 4px solid transparent; }
      #products .new .new-label i:after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 4px solid #c1aa81;
        border-right: 4px solid transparent; }
    #products .new .new-label:before {
      content: "";
      border-bottom: 24px solid #c1aa81;
      border-left: 24px solid transparent;
      border-right: 24px solid transparent;
      height: 0;
      width: 95px;
      position: absolute;
      z-index: 1; }
  #products .close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgba(197, 175, 136, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: .3s;
            transition: .3s; }
    #products .close:hover {
      background: #c5af88; }
  #products .product-image {
    background-size: cover;
    background-position: center;
    height: 375px;
    display: block;
    transition: .3s;
    position: relative; }
    .product-image span{
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      transition: .3s;
    }
    #products .product-image::before, #products .product-image::after {
      border: 2px solid transparent;
      width: 0;
      height: 0;
      box-sizing: inherit;
      content: '';
      position: absolute;
      z-index: 2; }
    #products .product-image:hover {
      color: #fff; }
    #products .product-image::before, #products .product-image::after {
      top: 5px;
      left: 5px;
      height: calc(100% - 10px);
      width: calc(100% - 10px);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.7s;
              transition: transform 0.7s; }
    #products .product-image::before {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1); }
    #products .product-image::after {
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: scale3d(1, 0, 1);
              transform: scale3d(1, 0, 1); }
    #products .product-image:hover::before, #products .product-image:hover::after {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
  #products .product-name {
    margin-top: 20px; }
    #products .product-name a {
      font: 400 14px/24px Roboto;
      color: #303030;
      text-decoration: none;
      -webkit-transition: .3s;
              transition: .3s; }
      #products .product-name a:hover {
        color: #b9a27a; }
  #products .product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px; }
    #products .product-price .price {
      font: 500 20px Roboto; }
      #products .product-price .price span {
        font-size: 14px; }
    #products .product-price .button {
      padding: 0 20px;
      line-height: 30px; }
  #products .catalog-link {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 50px; }
    #products .catalog-link a {
      display: inline-block;
      font: 400 16px/40px Georgia;
      font-style: italic;
      border: 1px solid #dfdfdf;
      border-radius: 25px;
      color: #353535;
      padding: 0 25px;
      -webkit-transition: .3s;
              transition: .3s;
      text-decoration: none; }
      #products .catalog-link a:hover {
        color: #fff;
        background: #b9a27a; }

#video {
  height: 335px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
          transition: .5s;
  cursor: pointer;
  position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  #video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
            transition: 1s opacity;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  #video .video-control {
    height: 50px;
    width: 50px; }
    #video .video-control.play {
      background: url(../img/play.png); }
    #video .video-control.pause {
      background: url(../img/pause.png); }

#blog {
  padding-top: 25px;
  background: #fff; }
  #blog h1 {
    margin-top: 20px;
  }
  #blog .blog-img a {
    display: block;
    height: 265px;
    background-size: cover;
    background-position: center;
    position: relative; }
    #blog .blog-img a::before, #blog .blog-img a::after {
      border: 2px solid transparent;
      width: 0;
      height: 0;
      box-sizing: inherit;
      content: '';
      position: absolute; }
    #blog .blog-img a:hover {
      color: #fff; }
    #blog .blog-img a::before, #blog .blog-img a::after {
      top: 5px;
      left: 5px;
      height: calc(100% - 10px);
      width: calc(100% - 10px);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.7s;
              transition: transform 0.7s; }
    #blog .blog-img a::before {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1); }
    #blog .blog-img a::after {
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: scale3d(1, 0, 1);
              transform: scale3d(1, 0, 1); }
    #blog .blog-img a:hover::before, #blog .blog-img a:hover::after {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
  #blog .blog-date {
    font: 400 13px Roboto;
    color: #535353;
    margin-top: 25px;
    margin-bottom: 20px; }
  #blog .blog-name {
    font: 400 18px/26px Georgia;
    font-style: italic; }
    #blog .blog-name a {
      color: #0d0d0d;
      -webkit-transition: .3s;
              transition: .3s;
      text-decoration: none; }
      #blog .blog-name a:hover {
        color: #c1aa81; }

#instagram {
  background: #fff; }
  #instagram .instagram-photos > div {
    float: left; }
    #instagram .instagram-photos > div a {
      background-size: cover;
      background-position: center;
      display: block;
      position: relative; }
      #instagram .instagram-photos > div a::before, #instagram .instagram-photos > div a::after {
        border: 2px solid transparent;
        width: 0;
        height: 0;
        box-sizing: inherit;
        content: '';
        position: absolute; }
      #instagram .instagram-photos > div a:hover {
        color: #fff; }
      #instagram .instagram-photos > div a::before, #instagram .instagram-photos > div a::after {
        top: 5px;
        left: 5px;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transition: -webkit-transform 0.7s;
                transition: transform 0.7s; }
      #instagram .instagram-photos > div a::before {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1); }
      #instagram .instagram-photos > div a::after {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: scale3d(1, 0, 1);
                transform: scale3d(1, 0, 1); }
      #instagram .instagram-photos > div a:hover::before, #instagram .instagram-photos > div a:hover::after {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1); }
  #instagram .instagram-photos .half-instagram {
    width: calc(100%/6); }
  #instagram .instagram-photos .full-instagram {
    width: calc(100%/3); }

footer {
  background: #1a1923; }
  footer .copyright {
    font: 300 14px/95px Roboto;
    color: #bdbdbd;
    float: left; }
    footer .copyright a {
      color: inherit; }
  footer .social {
    float: right;
    line-height: 95px; }
    footer .social a {
      color: #bdbdbd;
      font-size: 16px;
      margin-right: 15px; }
      footer .social a:hover i {
        -webkit-animation: swing .5s;
                animation: swing .5s; }

/* 404 */
#banner {
  height: 70px;
  background-size: cover;
  background-position: center; }

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.page-404 .block-title {
  margin-top: 30px;
  margin-bottom: 30px; }
.page-404 .bag-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-404 .bag-block .img {
    margin-right: 60px; }
  .page-404 .bag-block .desc {
    max-width: 370px; }
    .page-404 .bag-block .desc .title-404 {
      font: 400 30px/40px Georgia;
      font-style: italic;
      color: #222222;
      margin-top: 50px; }
    .page-404 .bag-block .desc p {
      font: 300 14px/20px Roboto;
      color: #737373;
      margin-top: 30px;
      margin-bottom: 35px; }
  .page-404 .bag-block .search-404 {
    position: relative; }
    .page-404 .bag-block .search-404 input {
      font: 300 14px/46px Roboto;
      color: #737373;
      background: #ebebeb;
      border: none;
      width: 100%;
      outline: none;
      padding: 0 15px; }
    .page-404 .bag-block .search-404 button {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 46px;
      background: none;
      border: none;
      outline: none; }
      .page-404 .bag-block .search-404 button i {
        color: #737373;
        -webkit-transition: .3s;
                transition: .3s; }
      .page-404 .bag-block .search-404 button:hover i {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.blog-page #blog .blog-name {
  margin-bottom: 20px; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pagination a {
    color: #c1aa81;
    font: 400 11px/30px Roboto;
    text-decoration: none;
    border: 1px solid #e4e4e4;
    text-align: center;
    display: inline-block;
    -webkit-transition: .3s;
            transition: .3s;
    border-radius: 5px; }
    .pagination a:hover, .pagination a.active {
      background: #c1aa81;
      color: #fff;
      border-color: #c1aa81; }
    .pagination a.prev {
      padding-left: 15px;
      padding-right: 25px; }
      .pagination a.prev i {
        padding-right: 10px; }
    .pagination a.next {
      padding-right: 15px;
      padding-left: 25px; }
      .pagination a.next i {
        padding-left: 10px; }
  .pagination .pages a {
    width: 32px;
    font-weight: 700;
    padding: 0;
    margin: 0 4px; }

.breadcrumbs {
  margin-top: 30px; }
  .breadcrumbs span {
    color: #8f8f8f; }
  .breadcrumbs a {
    font: 400 16px Georgia;
    font-style: italic;
    color: #8f8f8f; }
    .breadcrumbs a:last-child {
      color: #131219;
      pointer-events: none; }

.blog-inner-page .blog-title {
  margin: 70px auto 0;
  font: 400 30px/40px Georgia;
  font-style: italic;
  color: #404040;
  max-width: 450px;
  text-align: center; }
.blog-inner-page .date {
  font: 400 12px/30px Roboto;
  color: #8a8a8a;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px; }
.blog-inner-page p {
  font: 300 14px/24px Roboto;
  color: #535353;
  margin-bottom: 30px; }
  .blog-inner-page p i {
    font: 400 16px/24px Georgia;
    font-style: italic;
    color: #535353; }
.blog-inner-page .popupimg img {
  width: 100%; }
.blog-inner-page .popupimg {
  margin-top: 40px;
  margin-bottom: 80px;
  display: inline-block;
  outline: none;
  width: 100%; }

.search-page .block-title {
  color: #c1aa81; }
.search-page .found {
  font: 400 14px Roboto;
  color: #737373;
  margin-bottom: 30px; }

.search-page .empty-search, #products .empty-search {
  max-width: 420px;
  padding: 30px 30px 0;
  border: 1px solid #c1aa81;
  text-align: center;
  margin: 0 auto; }
  .search-page .empty-search h5, #products .empty-search h5 {
    font: 400 18px/24px Georgia;
    font-style: italic;
    color: #616161;
    max-width: 175px;
    margin: 0 auto 15px; }
  .search-page .empty-search p, #products .empty-search p {
    font: 400 14px/20px Roboto;
    color: #616161;
    margin-bottom: 15px; }
  .search-page .empty-search a, #products .empty-search a {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
  .search-page .empty-search form, #products .empty-search form {
    position: relative; }
  .search-page .empty-search input, #products .empty-search input {
    width: 100%;
    height: 35px;
    border: none;
    background: #ebebeb;
    padding: 0;
    font: 300 14px/30px Roboto;
    color: #6c6d70;
    -webkit-transition: .3s;
            transition: .3s;
    outline: none;
    padding: 0 10px; }
  .search-page .empty-search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    background: none;
    border: none;
    color: #737373;
    outline: none; }
    .search-page .empty-search button i {
      -webkit-transition: .3s;
              transition: .3s; }
    .search-page .empty-search button:hover i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
.search-page .product-item {
  margin-bottom: 30px; }
  .product-item {
  margin-bottom: 50px; }
.search-page #products {
  margin-bottom: 50px; }

.like-page .block-title {
  color: #c1aa81; }
.like-page .empty-like {
  max-width: 320px;
  padding: 80px 50px 0;
  border: 1px solid #c1aa81;
  text-align: center;
  margin: 0 auto 50px; }
  .like-page .empty-like p {
    font: 400 18px/24px Georgia;
    font-style: italic;
    color: #616161;
    margin-bottom: 40px; }
  .like-page .empty-like a {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
.like-page .product-item {
  margin-bottom: 30px; }
.like-page #products {
  margin-bottom: 50px; }

.information-page .blog-name {
  margin: 25px 0; }
.information-page .block-title {
  margin-bottom: 70px; }

.colections-page #catalog {
  padding-top: 0;
  padding-bottom: 70px; }
  .colections-page #catalog .full-height {
    margin-bottom: 30px; }

.images-block {
  position: relative;
  margin-bottom: 130px; }
  .images-block .first-image {
    height: 400px;
    width: 400px;
    background-size: cover;
    background-position: center; }
  .images-block .second-image {
    height: 370px;
    width: 370px;
    background-size: cover;
    background-position: center;
    border: 20px solid #fff;
    position: absolute;
    right: 0;
    top: 20%; }

.contact-page .block-title {
  margin-bottom: 50px; }
.contact-page .contact-title {
  font: 400 21px Georgia;
  font-style: italic;
  margin-top: 55px;
  margin-bottom: 35px;
  color: #3b3d43; }
.contact-page p {
  font: 300 13px/19px Roboto;
  color: #5a5d66;
  margin-bottom: 0; }
  .contact-page p a {
    color: inherit; }
.contact-page .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px; }
.contact-page .icon-img {
  float: left;
  padding-right: 15px; }
.contact-page .question {
  margin-top: 85px;
  margin-bottom: 95px;
  padding: 0px;
  background: #f1f1f1;
  -webkit-transition: .3s;
          transition: .3s; }
  .contact-page .question.active {
    padding: 0px 0px 30px; }
    .contact-page .question.active .question-title {
      margin-bottom: 25px;
      padding-top: 55px; }
      .contact-page .question.active .question-title:after {
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg); }
  .contact-page .question .question-block {
    display: none;
    padding: 0 65px; }
  .contact-page .question .info-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px; }
    .contact-page .question .info-inputs .info-input {
      width: 30%;
      position: relative; }
      .contact-page .question .info-inputs .info-input input {
        width: 100%;
        height: 35px;
        font: 300 14px/35px Roboto;
        color: #333743;
        background: transparent;
        border: none;
        border-bottom: 1px solid #c1c1c1;
        outline: none;
        padding: 0 5px; }
      .contact-page .question .info-inputs .info-input label {
        position: absolute;
        top: 0;
        left: 2px;
        font: 300 14px/35px Roboto;
        color: #333743;
        cursor: text;
        -webkit-transition: .3s;
                transition: .3s; }
    .contact-page .question .info-inputs .text-input {
      width: 100%;
      position: relative;
      margin-top: 40px; }
      .contact-page .question .info-inputs .text-input input {
        width: 100%;
        height: 35px;
        font: 300 14px/35px Roboto;
        color: #333743;
        background: transparent;
        border: none;
        border-bottom: 1px solid #c1c1c1;
        outline: none;
        padding: 0 5px; }
      .contact-page .question .info-inputs .text-input label {
        position: absolute;
        top: 0;
        left: 2px;
        font: 300 14px/35px Roboto;
        color: #333743;
        cursor: text;
        -webkit-transition: .3s;
                transition: .3s; }
  .contact-page .question .button {
    margin: 0 auto;
    display: block;
    margin-top: 40px; }
.contact-page .question-title {
  font: 400 18px Georgia;
  font-style: italic;
  color: #626773;
  text-align: center;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  padding: 20px 0; }
  .contact-page .question-title:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    padding-left: 5px;
    vertical-align: -1.5px;
    -webkit-transition: .3s;
            transition: .3s;
    display: inline-block; }
.contact-page p {
  font: 300 14px/20px Roboto;
  color: #4a4d54; }

#map {
  height: 400px; }

.product-page #products, .colections-inner-page #products {
  padding-bottom: 90px; }
  .product-page #products .product-price, .colections-inner-page #products .product-price {
    margin-bottom: 0; }
.product-page .product-item, .colections-inner-page .product-item {
  position: relative;
  margin: 3px 15px 0; }
  .product-page .product-item a, .colections-inner-page .product-item a {
    outline: none; }
  .product-page .product-item.new .new-label, .colections-inner-page .product-item.new .new-label {
    right: 13px !important; }
.product-page .slider-top, .colections-inner-page .slider-top {
  margin-top: 65px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
  font: 400 24px Georgia;
  font-style: italic;
  color: #505054;
  text-align: center; }
  .product-page .slider-top .prev-arrow, .colections-inner-page .slider-top .prev-arrow {
    float: left; }
  .product-page .slider-top .next-arrow, .colections-inner-page .slider-top .next-arrow {
    float: right; }
  .product-page .slider-top .slick-arrow, .colections-inner-page .slider-top .slick-arrow {
    background: none;
    border: none;
    color: #a1a0a3;
    -webkit-transition: .3s;
            transition: .3s;
    outline: none; }
    .product-page .slider-top .slick-arrow:hover, .colections-inner-page .slider-top .slick-arrow:hover {
      color: #c1aa81; }
.product-page .breadcrumbs, .colections-inner-page .breadcrumbs {
  margin-bottom: 30px; }
.product-page .slider-nav .item, .colections-inner-page .slider-nav .item {
  width: 100%;
  height: 80px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  border: 2px solid transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none; }
  .product-page .slider-nav .item.slick-center, .colections-inner-page .slider-nav .item.slick-center {
    border: 2px solid #c1aa81; }
.product-page .slider-nav .slick-list, .colections-inner-page .slider-nav .slick-list {
  padding: 0 !important; }
.product-page .slider-nav .slick-arrow, .colections-inner-page .slider-nav .slick-arrow {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: .3s;
          transition: .3s;
  outline: none; }
  .product-page .slider-nav .slick-arrow.prev-arrow, .colections-inner-page .slider-nav .slick-arrow.prev-arrow {
    margin-bottom: 7px; }
  .product-page .slider-nav .slick-arrow.next-arrow, .colections-inner-page .slider-nav .slick-arrow.next-arrow {
    margin-top: 7px; }
  .product-page .slider-nav .slick-arrow:hover, .colections-inner-page .slider-nav .slick-arrow:hover {
    color: #c1aa81; }
.product-page .slider-for .item, .colections-inner-page .slider-for .item {
  width: 100%;
  height: 600px;
  outline: none; }
  .product-page .slider-for .item img, .colections-inner-page .slider-for .item img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important; }
.product-page button.like, .colections-inner-page button.like {
  background: none;
  border: none;
  padding: 0;
  display: block;
  margin: 0 auto 25px; }
.product-page .rating, .colections-inner-page .rating {
  display: inline-block; }
  .product-page .rating span:before, .colections-inner-page .rating span:before {
    color: #c1aa81;
    font-size: 13px; }
.product-page .count, .colections-inner-page .count {
  display: inline-block;
  font: 400 14px Roboto;
  padding-left: 5px;
  color: #79787f; }
.product-page .product-title, .colections-inner-page .product-title {
  font: 400 30px Georgia;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 10px; }
  .product-page .product-title *, .colections-inner-page .product-title *{
  font: 400 30px Georgia;
  font-style: italic; }

  .product-page .product-collection{
  font: 400 14px Georgia;
  font-style: italic;
  margin-bottom: 15px; }
  .info-text{
    font-family: Roboto;
  }

.product-page .product-price, .colections-inner-page .product-price {
  font: 400 30px Roboto;
  color: #c1aa81;
  margin-bottom: 30px; }
  .product-page .product-price span, .colections-inner-page .product-price span {
    font-size: 18px; }
.product-page .product-desc, .colections-inner-page .product-desc {
  font: 300 14px/24px Roboto;
  color: #6a6a76;
  max-width: 400px;
  margin: 0 auto; }
.product-page .dropdown-list, .colections-inner-page .dropdown-list {
  position: relative;
  width: 135px; }
  .product-page .dropdown-list button, .colections-inner-page .dropdown-list button {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: #fff;
    color: #8f8f8f;
    font-family: Roboto;
    font-size: 13px;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    text-align: left;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    -webkit-transition: .3s;
            transition: .3s; }
    .product-page .dropdown-list button:hover, .colections-inner-page .dropdown-list button:hover {
      border-color: #c1aa81;
      color: #c1aa81; }
      .product-page .dropdown-list button:hover:before, .colections-inner-page .dropdown-list button:hover:before {
        color: #c1aa81; }
    .product-page .dropdown-list button:before, .colections-inner-page .dropdown-list button:before {
      content: '\f107';
      font-family: "FontAwesome";
      font-size: 14px;
      line-height: 16px;
      color: #8f8f8f;
      width: 28px;
      right: 0;
      position: absolute;
      top: 7px;
      bottom: 7px;
      text-align: center; }
  .product-page .dropdown-list ul, .colections-inner-page .dropdown-list ul {
    padding: 10px 0 10px;
    margin: 0;
    position: absolute;
    z-index: 2;
    top: calc(100% + 1px);
    border: 1px solid #dadada;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    display: none; }
    .product-page .dropdown-list ul li, .colections-inner-page .dropdown-list ul li {
      list-style-type: none; }
      .product-page .dropdown-list ul li a, .colections-inner-page .dropdown-list ul li a {
        font-family: Roboto;
        font-weight: 300;
        font-size: 13px;
        line-height: 20px;
        color: #8f8f8f;
        -webkit-transition: .3s;
                transition: .3s;
        display: inline-block;
        width: 100%;
        -webkit-transition: .3s;
                transition: .3s;
        text-decoration: none; }
        .product-page .dropdown-list ul li a:hover, .colections-inner-page .dropdown-list ul li a:hover {
          color: #fff;
          background: #c1aa81; }
.product-page .product-buttons, .colections-inner-page .product-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px; }
  .product-page .product-buttons .size-table, .colections-inner-page .product-buttons .size-table {
    margin-left: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: #fff;
    color: #8f8f8f;
    font-family: Roboto;
    font-size: 13px;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    width: 135px;
    text-align: center;
    outline: none;
    -webkit-transition: .3s;
            transition: .3s; }
    .product-page .product-buttons .size-table:hover, .colections-inner-page .product-buttons .size-table:hover {
      border-color: #c1aa81;
      color: #c1aa81; }
.product-page .share-buttons, .colections-inner-page .share-buttons {
  font: 300 14px Roboto;
  color: #5e5d65;
  margin-top: 30px; }
  .product-page .share-buttons a, .colections-inner-page .share-buttons a {
    width: 16px;
    height: 16px;
    border: none;
    background: none;
    padding: 0;
    margin-left: 5px; }
    .product-page .share-buttons a:before, .colections-inner-page .share-buttons a:before {
      -webkit-transition: .3s;
              transition: .3s;
      text-align: center;
      vertical-align: -1px;
      color: #a2a2a2; }
    .product-page .share-buttons a:hover, .colections-inner-page .share-buttons a:hover {
      -webkit-animation: swing .5s;
              animation: swing .5s;
              text-decoration: none;
                }
      .product-page .share-buttons a:hover:before, .colections-inner-page .share-buttons a:hover:before {
        color: #c1aa81; }
    .product-page .share-buttons a.facebook:before, .colections-inner-page .share-buttons a.facebook:before {
      content: "\f082";
      font-family: FontAwesome; }
.product-page .on-model, .colections-inner-page .on-model {
  margin-top: 30px; }
  .product-page .on-model div, .colections-inner-page .on-model div {
    font: 400 13px/21px Roboto;
    color: #585761; }
  .product-page .on-model span, .colections-inner-page .on-model span {
    font: 400 13px/21px Roboto;
    color: #0d0d0d; }
.product-page .product-block, .colections-inner-page .product-block {
  border-bottom: 1px solid #eeeeee;
  background: #fff; }
.product-page .tab-block .nav-tabs, .colections-inner-page .tab-block .nav-tabs {
  text-align: center;
  border: none;
  background: #fff; }
  .product-page .tab-block .nav-tabs li, .colections-inner-page .tab-block .nav-tabs li {
    float: none;
    display: inline-block; }
    .product-page .tab-block .nav-tabs li a, .colections-inner-page .tab-block .nav-tabs li a {
      font: 400 18px/65px Georgia;
      font-style: italic;
      color: #767881;
      border: none;
      padding: 0 5px;
      margin: 0 25px;
      -webkit-transition: .3s;
              transition: .3s;
      border-bottom: 1px solid transparent; }
      .product-page .tab-block .nav-tabs li a:hover, .product-page .tab-block .nav-tabs li a:focus, .colections-inner-page .tab-block .nav-tabs li a:hover, .colections-inner-page .tab-block .nav-tabs li a:focus {
        color: #b39e77;
        background: none; }
    .product-page .tab-block .nav-tabs li.active a, .colections-inner-page .tab-block .nav-tabs li.active a {
      color: #b39e77;
      border-bottom: 1px solid #b39e77; }
.product-page .tab-block .tab-content .tab-pane, .colections-inner-page .tab-block .tab-content .tab-pane {
  border-top: 65px solid #fbfbfb;
  border-bottom: 90px solid #fbfbfb; }
  .product-page .tab-block .tab-content .tab-pane#feedback-tab, .product-page .tab-block .tab-content .tab-pane#information-tab, .colections-inner-page .tab-block .tab-content .tab-pane#feedback-tab, .colections-inner-page .tab-block .tab-content .tab-pane#information-tab {
    background: #fbfbfb; }
.product-page .tab-block .tab-content #feedback-tab .feedback-block, .colections-inner-page .tab-block .tab-content #feedback-tab .feedback-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-photo, .colections-inner-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-photo {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #cccccc;
    background-image: url(../img/user.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px; }
  .product-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-info, .colections-inner-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-info {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    margin-bottom: 25px; }
    .product-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-info h5, .colections-inner-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-info h5 {
      margin-top: 0;
      font: 400 14px Roboto;
      color: #333333; }
    .product-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-info h6, .colections-inner-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-info h6 {
      font: 400 12px Roboto;
      color: #333333;
      margin-top: 10px;
      margin-bottom: 15px; }
    .product-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-info p, .colections-inner-page .tab-block .tab-content #feedback-tab .feedback-block .feedback-info p {
      font: 400 14px/20px Roboto;
      color: #333333;
      margin-bottom: 15px; }
.product-page .tab-block .tab-content #feedback-tab .more-feedback, .colections-inner-page .tab-block .tab-content #feedback-tab .more-feedback {
  font: 400 12px Roboto;
  color: #333;
  margin-bottom: 20px; }
.product-page .tab-block .tab-content #feedback-tab .show-more, .colections-inner-page .tab-block .tab-content #feedback-tab .show-more {
  padding: 0 20px;
  font: 400 14px/39px Georgia;
  font-style: italic;
  border: 2px solid rgba(51, 51, 51, 0.5);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s; }
  .product-page .tab-block .tab-content #feedback-tab .show-more:hover, .colections-inner-page .tab-block .tab-content #feedback-tab .show-more:hover {
    background: rgba(51, 51, 51, 0.5);
    color: #fff; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating {
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input {
  display: none; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > label:before, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > label:before {
  margin: 0 2px;
  font-size: 21px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  font-weight: normal; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > .half:before, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > .half:before {
  content: "\f089";
  position: absolute; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > label, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > label {
  color: #e3e3e3;
  float: right;
  margin: 0;
  cursor: pointer; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input:checked ~ label,
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating:not(:checked) > label:hover,
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating:not(:checked) > label:hover ~ label, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input:checked ~ label,
.colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating:not(:checked) > label:hover,
.colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating:not(:checked) > label:hover ~ label {
  color: #c1aa81; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input:checked + label:hover,
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input:checked ~ label:hover,
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > label:hover ~ input:checked ~ label,
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input:checked ~ label:hover ~ label, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input:checked + label:hover,
.colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input:checked ~ label:hover,
.colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > label:hover ~ input:checked ~ label,
.colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .rating > input:checked ~ label:hover ~ label {
  color: #c1aa81; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback h5, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback h5 {
  font: 400 20px Georgia;
  font-style: italic;
  color: #626773;
  margin-top: 0;
  margin-bottom: 30px; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback p, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback p {
  font: 300 14px/20px Roboto;
  color: #4a4d54; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .info-inputs, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .info-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .info-input, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .info-input {
  width: calc(50% - 15px);
  float: left;
  position: relative; }
  .product-page .tab-block .tab-content #feedback-tab .leave-feedback .info-input input, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .info-input input {
    width: 100%;
    height: 35px;
    font: 300 14px/35px Roboto;
    color: #333743;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    outline: none;
    padding: 0 5px; }
  .product-page .tab-block .tab-content #feedback-tab .leave-feedback .info-input label, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .info-input label {
    position: absolute;
    top: 0;
    left: 2px;
    font: 300 14px/35px Roboto;
    color: #333743;
    cursor: text;
    -webkit-transition: .3s;
            transition: .3s; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .text-input, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .text-input {
  width: 100%;
  position: relative;
  margin-top: 35px; }
  .product-page .tab-block .tab-content #feedback-tab .leave-feedback .text-input input, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .text-input input {
    width: 100%;
    height: 35px;
    font: 300 14px/35px Roboto;
    color: #333743;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    outline: none;
    padding: 0 5px; }
  .product-page .tab-block .tab-content #feedback-tab .leave-feedback .text-input label, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .text-input label {
    position: absolute;
    top: 0;
    left: 2px;
    font: 300 14px/35px Roboto;
    color: #333743;
    cursor: text;
    -webkit-transition: .3s;
            transition: .3s; }
.product-page .tab-block .tab-content #feedback-tab .leave-feedback .button, .colections-inner-page .tab-block .tab-content #feedback-tab .leave-feedback .button {
  margin-top: 50px; }
.product-page .tab-block .tab-content #information-tab p, .colections-inner-page .tab-block .tab-content #information-tab p {
  font: 300 14px/24px Roboto;
  color: #535353;
  margin-bottom: 15px; }
  .product-page .tab-block .tab-content #information-tab p i, .colections-inner-page .tab-block .tab-content #information-tab p i {
    font: 400 16px/24px Georgia;
    font-style: italic;
    color: #535353; }
.product-page .tab-block .tab-content #information-tab .popupimg img, .colections-inner-page .tab-block .tab-content #information-tab .popupimg img {
  width: 100%; }
.product-page .tab-block .tab-content #information-tab .popupimg, .colections-inner-page .tab-block .tab-content #information-tab .popupimg {
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-block;
  outline: none;
  width: 100%; }

.order-page .cart-block {
  background: #f4f5f6;
  padding: 50px 60px;
  margin-bottom: 130px; }
  .order-page .cart-block .order-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 25px;
    margin-bottom: 25px; }
  .order-page .cart-block .order-image {
    width: 80px;
    height: 110px;
    border: 1px solid #e6e6e6;
    background-size: cover;
    background-position: center; }
    .order-page .cart-block .order-image a {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative; }
      .order-page .cart-block .order-image a::before, .order-page .cart-block .order-image a::after {
        border: 2px solid transparent;
        width: 0;
        height: 0;
        box-sizing: inherit;
        content: '';
        position: absolute; }
      .order-page .cart-block .order-image a:hover {
        color: #fff; }
      .order-page .cart-block .order-image a::before, .order-page .cart-block .order-image a::after {
        top: 3px;
        left: 3px;
        height: calc(100% - 6px);
        width: calc(100% - 6px);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transition: -webkit-transform 0.7s;
                transition: transform 0.7s; }
      .order-page .cart-block .order-image a::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1); }
      .order-page .cart-block .order-image a::after {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: scale3d(1, 0, 1);
                transform: scale3d(1, 0, 1); }
      .order-page .cart-block .order-image a:hover::before, .order-page .cart-block .order-image a:hover::after {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1); }
  .order-page .cart-block .order-desc {
    padding-top: 25px;
    width: 35%; }
    .order-page .cart-block .order-desc .order-name {
      font: 400 18px Roboto; }
      .order-page .cart-block .order-desc .order-name a {
        color: #000;
        -webkit-transition: .3s;
                transition: .3s;
        text-decoration: none; }
        .order-page .cart-block .order-desc .order-name a:hover {
          color: #c5af88; }
    .order-page .cart-block .order-desc .order-size {
      font: 300 13px/21px Roboto; }
  .order-page .cart-block .order-price {
    padding-top: 25px;
    width: 35%;
    font: 400 18px Roboto;
    text-align: center; }
    .order-page .cart-block .order-price span {
      font-size: 14px; }
  .order-page .cart-block .order-remove {
    padding-top: 25px;
    color: #b1b1b1;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s; }
    .order-page .cart-block .order-remove:hover {
      color: #c5af88; }
.order-page .full-price {
  font: 400 18px Roboto;
  color: #58595b;
  text-align: right;
  margin-top: 30px; }
  .order-page .full-price div {
    font-size: 26px;
    color: #000;
    display: inline-block;
    padding-left: 5px; }
    .order-page .full-price div span {
      font-size: 20px; }
.order-page .info-inputs .info-input {
  position: relative;
  margin-top: 55px; }
  .order-page .info-inputs .info-input input {
    width: 100%;
    height: 35px;
    font: 300 14px/35px Roboto;
    color: #333743;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    outline: none;
    padding: 0 5px; }
  .order-page .info-inputs .info-input label {
    position: absolute;
    top: 0;
    left: 2px;
    font: 300 14px/35px Roboto;
    color: #333743;
    cursor: text;
    -webkit-transition: .3s;
            transition: .3s; }
.order-page .info-text {
  font: 300 14px Roboto;
  color: #666666;
  margin-top: 20px; }
.order-page form .button {
  margin: 30px auto 0;
  display: block; }

.services-page main {
  padding-bottom: 80px; }
  .services-page main .block-title {
    margin-bottom: 50px;
    margin-top: 70px; }
  .services-page main p {
    font: 300 14px/23px Roboto;
    color: #535353; }

.about-page .about-content {
  background: #fff; }
.about-page .line {
  border-top: 1px solid #6a6a6a;
  margin-top: 73px; }
.about-page .about-text {
  padding-left: 45px;
  margin-top: 65px; }
  .about-page .about-text p {
    font: 300 16px/24px Roboto;
    color: #535353;
    margin-bottom: 25px; }
.about-page .steps-block {
  background: #fff;
  text-align: center; }
  .about-page .steps-block .step-item .step-count {
    font: 400 60px Georgia;
    font-style: italic;
    color: #c5af88;
    position: relative;
    display: inline-block; }
    .about-page .steps-block .step-item .step-count div {
      position: relative;
      z-index: 2; }
    .about-page .steps-block .step-item .step-count span {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      background: #f5f4f1;
      display: block;
      position: absolute;
      left: 5px;
      top: 10px;
      z-index: 1; }
  .about-page .steps-block .step-item h5 {
    font: 400 18px/30px Georgia;
    font-style: italic;
    color: #333333;
    margin-bottom: 20px;
    position: relative; }
    .about-page .steps-block .step-item h5:before {
      content: "";
      position: absolute;
      bottom: -10px;
      background: #eddcbd;
      width: 25px;
      height: 2px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .about-page .steps-block .step-item p {
    font: 400 14px/24px Roboto;
    color: #777777; }
.about-page .history-block {
  background: #fff; }
  .about-page .history-block .popupimg img {
    width: 100%; }
  .about-page .history-block .popupimg {
    margin-bottom: 50px;
    display: inline-block;
    outline: none;
    width: 100%; }
  .about-page .history-block p {
    font: 300 14px/24px Roboto;
    color: #535353; }
    .about-page .history-block p:not(:last-child) {
      margin-bottom: 25px; }
.about-page .bride-block {
  background: #fff;
  text-align: center; }
  .about-page .bride-block .bride-slider {
    position: relative; }
    .about-page .bride-block .bride-slider .slick-arrow {
      position: absolute;
      top: 25%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      border: none;
      background: none;
      color: #d7d7d7;
      -webkit-transition: .3s;
              transition: .3s;
      font-size: 30px;
      z-index: 1;
      outline: none; }
      .about-page .bride-block .bride-slider .slick-arrow:hover {
        color: #c5af88; }
      .about-page .bride-block .bride-slider .slick-arrow.prev-arrow {
        left: 0; }
      .about-page .bride-block .bride-slider .slick-arrow.next-arrow {
        right: 0; }
    .about-page .bride-block .bride-slider .bride-item {
      outline: none;
      padding-bottom: 70px; }
      .about-page .bride-block .bride-slider .bride-item:before {
        content: "\f10e";
        font-family: FontAwesome;
        font-size: 30px;
        color: #4c5867;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto; }
  .about-page .bride-block .bride-avatar {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 20px; }
  .about-page .bride-block p {
    max-width: 650px;
    font: 400 18px/24px Georgia;
    font-style: italic;
    color: #384554;
    margin: 0 auto; }
  .about-page .bride-block .bride-name {
    font: 400 17px/21px Roboto;
    color: #c5af88;
    margin-top: 25px; }
  .about-page .bride-block .bride-city {
    font: 400 13px/21px Roboto;
    color: #728194; }

#fluid-slider {
  background: #fff;
  padding-bottom: 40px;
  padding-top: 40px; }
  #fluid-slider a {
    background-size: cover;
    background-position: center;
    height: 230px;
    width: 270px !important;
    display: inline-block;
    margin: 0 10px;
    outline: none; }

.magnifier, .tracker {
  max-height: 600px !important; }

.notification {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -300px;
  width: 270px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 10px 0 0 10px;
  padding: 0 15px;
  background: #fff;
  -webkit-transition: .3s;
      -ms-transition: .3s;
          transition: .3s;
  z-index: 3; }
.notification.active{
  right: 0;
}
  .notification .hide-button {
    height: 35px;
    width: 35px;
    color: #fff;
    background: #c5af88;
    border-radius: 100%;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s; }
    .notification .hide-button:hover {
      background: #000; }
  .notification p {
    font: 300 14px/20px Roboto;
    color: #333538; }
  .notification .button {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    padding: 0 20px; }

.catalog-page .block-title {
  margin-top: 50px;
  margin-bottom: 70px; }
.catalog-page .blog-block {
  position: relative; }
  .catalog-page .blog-block .main-blog {
    background: #f4f5f6;
    text-align: center;
    padding: 10px 45px; }
    .catalog-page .blog-block .main-blog h5 {
      font: 400 17px/21px Georgia;
      font-style: italic;
      color: #6f6f6f;
      position: relative;
      margin-bottom: 20px; }
      .catalog-page .blog-block .main-blog h5:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 70px;
        height: 2px;
        background: #c1aa81;
        margin: 0 auto;
        bottom: -11px;
        margin-top: 0; }
    .catalog-page .blog-block .main-blog p {
      font: 300 14px/21px Roboto;
      color: #6f6f6f; }
  .catalog-page .blog-block .dresses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    margin: 0 -15px; }
    .catalog-page .blog-block .dresses a {
      border: 1px solid #e6e6e6;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      -webkit-transition: .3s;
              transition: .3s; }
      .catalog-page .blog-block .dresses a img {
        margin-top: 30px; }
      .catalog-page .blog-block .dresses a span {
        margin: 15px 0;
        font: 400 14px/18px Roboto;
        color: #6f6f6f;
        -webkit-transition: .3s;
                transition: .3s; }
      .catalog-page .blog-block .dresses a:hover {
        border-color: #c1aa81; }
        .catalog-page .blog-block .dresses a:hover span {
          color: #c1aa81; }
  .catalog-page .blog-block .dress-description {
    font: 300 13px/18px Roboto;
    color: #515255;
    margin-top: 15px;
    position: relative; }
    .catalog-page .blog-block .dress-description .dress-text {
      max-height: 165px;
      overflow: hidden;
      display: none;
      position: absolute;
      top: 0; }
      .catalog-page .blog-block .dress-description .dress-text.dress-1 {
        display: block; }
  .catalog-page .blog-block .close-blog {
    position: avsolute;
    color: #d7d7d7;
    top: -5px;
    right: 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    z-index: 1;
    font-size: 16px; }
    .catalog-page .blog-block .close-blog:hover {
      color: #c1aa81; }
.catalog-page .pagination {
  margin-bottom: 70px; }
.catalog-page .sort-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 25px; }
  .catalog-page .sort-buttons .find {
    font: 400 14px/18px Roboto;
    color: #6f6f6f; }
  .catalog-page .sort-buttons span {
    font: 400 14px/18px Roboto;
    color: #6f6f6f;
    margin-right: 10px; }
  .catalog-page .sort-buttons .item-filter {
    display: inline-block;
    font: 400 14px/18px Roboto;
    color: #6f6f6f;
    position: relative; }
    .catalog-page .sort-buttons .item-filter ul {
      display: none;
      position: absolute;
      left: 0;
      top: calc(100% + 1px);
      z-index: 2;
      background: #f4f5f6;
      right: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 25px; }
      .catalog-page .sort-buttons .item-filter ul li {
        list-style-type: none; }
        .catalog-page .sort-buttons .item-filter ul li a {
          font: 400 14px/22px Roboto;
          color: #6f6f6f; }
    .catalog-page .sort-buttons .item-filter button {
      border: none;
      margin-left: 10px;
      background: #f4f5f6;
      width: 200px;
      line-height: 35px;
      padding-left: 20px;
      text-align: left;
      outline: none;
      position: relative;
      padding-right: 25px;
      margin-left: 0; }
      .catalog-page .sort-buttons .item-filter button:before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        line-height: 37px;
        top: 0;
        right: 12px; }
.catalog-page .filter-block {
  margin-bottom: 20px; }
  .catalog-page .filter-block .filter-title {
    margin-top: 30px;
    font: 500 18px/40px Roboto;
    color: #c1aa81;
    text-transform: uppercase; }
    .catalog-page .filter-block .filter-title i {
      float: right;
      line-height: 40px;
      display: none; }
  .catalog-page .filter-block .filter .reset {
    background: none;
    border: 2px solid #f4f5f6;
    border-radius: 5px;
    font: 400 14px/38px Roboto;
    color: #5e6977;
    text-align: center;
    width: 100%;
    margin-top: 45px;
    outline: none;
    -webkit-transition: .3s;
            transition: .3s; }
    .catalog-page .filter-block .filter .reset i {
      margin-right: 10px;
      vertical-align: 1px; }
    .catalog-page .filter-block .filter .reset:hover {
      color: #c1aa81;
      border-color: #c1aa81; }
  .catalog-page .filter-block .filter .button {
    width: 100%;
    padding: 0;
    margin-top: 25px;
    position: relative;
    padding-left: 45px;
    text-align: left; }
    .catalog-page .filter-block .filter .button:before {
      content: "\f00c";
      font-family: FontAwesome;
      position: absolute;
      left: 17px; }
  .catalog-page .filter-block .filter .active-filter {
    padding: 20px 15px;
    background: #eff2f5; }
    .catalog-page .filter-block .filter .active-filter .active-filter-item {
      border: 2px solid #e1e8ee;
      border-radius: 5px;
      display: inline-block;
      width: 100%;
      padding: 5px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font: 500 13px/15px Roboto;
      color: #5e6977;
      margin-bottom: 10px; }
      .catalog-page .filter-block .filter .active-filter .active-filter-item a {
        margin: 0 10px; }
      .catalog-page .filter-block .filter .active-filter .active-filter-item span {
        width: calc(100% - 30px);
        float: right; }
    .catalog-page .filter-block .filter .active-filter .clear-all {
      color: #5e6977;
      font: 500 13px/14px Roboto;
      margin-left: 10px; }
      .catalog-page .filter-block .filter .active-filter .clear-all i {
        margin-right: 5px; }
  .catalog-page .filter-block .filter .filter-item .filter-container {
    display: none;
    margin-top: 20px; }
  .catalog-page .filter-block .filter .filter-item .filter-name {
    font: 400 14px/20px Roboto;
    color: #666666;
    padding: 25px 0 10px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0; }
    .catalog-page .filter-block .filter .filter-item .filter-name:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      height: 1px;
      width: 75px;
      background: #c1aa81; }
    .catalog-page .filter-block .filter .filter-item .filter-name:before {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      top: 25px;
      right: 0;
      line-height: 20px;
      -webkit-transition: .3s;
              transition: .3s; }
    .catalog-page .filter-block .filter .filter-item .filter-name.active:before {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .catalog-page .filter-block .filter .filter-checkbox .filter-body {
    -webkit-transition: .3s;
            transition: .3s;
    display: inline-block;
    width: 100%; }
  .catalog-page .filter-block .filter .filter-checkbox .hidden {
    display: none; }
  .catalog-page .filter-block .filter .filter-checkbox label {
    width: 100%;
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    color: #6a7078;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 400; }
    .catalog-page .filter-block .filter .filter-checkbox label:last-of-type {
      margin-bottom: 0; }
    .catalog-page .filter-block .filter .filter-checkbox label:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #ebebeb;
      margin-right: 15px;
      vertical-align: -5px;
      -webkit-transition: .3s;
              transition: .3s; }
  .catalog-page .filter-block .filter .filter-checkbox .hidden:checked + label:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 13px;
    color: #c1aa81;
    position: absolute;
    left: 4px;
    top: 1.5px;
    font-weight: 300;
    -webkit-transition: .3s;
            transition: .3s; }
  .catalog-page .filter-block .filter .filter-checkbox .hidden:checked + label:before {
    border-color: #c1aa81; }
  .catalog-page .filter-block .filter .filter-dress .filter-container {
    margin-top: 0; }
  .catalog-page .filter-block .filter .filter-dress .filter-body {
    display: inline-block;
    width: 100%; }
    .catalog-page .filter-block .filter .filter-dress .filter-body > div {
      width: 50%;
      float: left;
      margin-top: 20px; }
      .catalog-page .filter-block .filter .filter-dress .filter-body > div .dress-img {
        width: 50px;
        height: 50px;
        border: 1px solid #d6d6d6;
        background-position: center;
        background-size: contain;
        margin-bottom: 10px;
        cursor: pointer;
        -webkit-transition: .3s;
                transition: .3s; }
  .catalog-page .filter-block .filter .filter-price .ui-widget-header {
    background: #c1aa81; }
  .catalog-page .filter-block .filter .filter-price .ui-slider {
    background: #e8e8e8;
    height: 5px;
    border: 0; }
  .catalog-page .filter-block .filter .filter-price .ui-corner-all,
  .catalog-page .filter-block .filter .filter-price .ui-corner-bottom,
  .catalog-page .filter-block .filter .filter-price .ui-corner-right,
  .catalog-page .filter-block .filter .filter-price .ui-corner-br {
    border-radius: 0; }
  .catalog-page .filter-block .filter .filter-price .ui-slider-handle {
    background: #c1aa81;
    border-radius: 100%;
    outline: 0;
    border: 1px solid #c1aa81;
    top: -6px;
    box-shadow: 0 1px 1px #c1aa81;
    cursor: pointer; }
  .catalog-page .filter-block .filter .filter-price .diapason-input {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 42px;
    border: 2px solid #e1e8ee;
    border-radius: 5px;
    outline: none;
    padding: 0 5px;
    text-align: center; }
  .catalog-page .filter-block .filter .filter-price .input-fields label {
    font-size: 12px;
    color: #86939e;
    font-family: Roboto;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
  .catalog-page .filter-block .filter .filter-price .range-block {
    margin-top: 25px;
    padding: 0 10px; }
  .catalog-page .filter-block .filter .filter-color .filter-body {
    display: inline-block;
    width: 100%; }
    .catalog-page .filter-block .filter .filter-color .filter-body > div {
      width: 50%;
      float: left; }
  .catalog-page .filter-block .filter .filter-color .hidden {
    display: none; }
  .catalog-page .filter-block .filter .filter-color label {
    cursor: pointer;
    font: 300 14px/30px Roboto;
    color: #616161; }
    .catalog-page .filter-block .filter .filter-color label i {
      font-style: normal;
      vertical-align: 4px; }
  .catalog-page .filter-block .filter .filter-color span {
    display: inline-block;
    position: relative;
    border: 1px solid #e3e3e3;
    width: 20px;
    height: 20px;
    margin-right: 20px; }
  .catalog-page .filter-block .filter .filter-color .hidden:checked + label span:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    text-shadow: 0px 0px 1px #000;
    line-height: 20px; }

.colections-inner-page .block-title {
  margin-top: 70px;
  margin-bottom: 50px; }
.colections-inner-page .collection-item {
  padding: 0 7.5px;
  margin-top: 15px; }
  .colections-inner-page .collection-item img {
    width: 100%; }
  .colections-inner-page .collection-item a {
    position: relative;
    display: block; }
    .colections-inner-page .collection-item a::before, .colections-inner-page .collection-item a::after {
      border: 2px solid transparent;
      width: 0;
      height: 0;
      box-sizing: inherit;
      content: '';
      position: absolute; }
    .colections-inner-page .collection-item a:hover {
      color: #fff; }
    .colections-inner-page .collection-item a::before, .colections-inner-page .collection-item a::after {
      top: 5px;
      left: 5px;
      height: calc(100% - 10px);
      width: calc(100% - 10px);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.7s;
              transition: transform 0.7s; }
    .colections-inner-page .collection-item a::before {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1); }
    .colections-inner-page .collection-item a::after {
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: scale3d(1, 0, 1);
              transform: scale3d(1, 0, 1); }
    .colections-inner-page .collection-item a:hover::before, .colections-inner-page .collection-item a:hover::after {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }

div#scroll-top {
  position: fixed;
  right: 30px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  background: #b9a27a;
  z-index: 9;
  -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
          transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  cursor: pointer; }
  div#scroll-top:before {
    content: "\f102";
    font-size: 45px;
    color: #fff;
    position: absolute;
    left: 11px;
    top: -7px;
    font-family: "FontAwesome"; }
  div#scroll-top.visible {
    bottom: 51px; }

.modal {
  height: 100%;
  padding-right: 0 !important; }
  .modal .modal-content {
    border-radius: 0; }
  .modal .modal-dialog {
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    margin: 0 auto; }
  .modal .modal-header {
    border: none;
    padding: 0; }
    .modal .modal-header .close {
      width: 30px;
      height: 30px;
      color: #cacaca;
      opacity: 1;
      outline: none;
      border: 0;
      font-size: 25px;
      text-align: center;
      border-radius: 100%;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      position: absolute;
      top: 8px;
      right: 7px;
      z-index: 2; }
      .modal .modal-header .close i {
        vertical-align: 2px; }
      .modal .modal-header .close:hover, .modal .modal-header .close:focus {
        color: #b9a27a; }
    .modal .modal-header h4 {
      font: 400 20px Roboto;
      color: #182225;
      margin-bottom: 0;
      text-align: center; }
  .modal .modal-body {
    padding-bottom: 30px;
    background: #eceeef; }
    .modal .modal-body h5 {
      font: 400 20px Roboto;
      color: #182225; }
    .modal .modal-body p {
      font: 400 16px/22px Roboto;
      color: #888; }

#feedback-modal .modal-body {
  padding-bottom: 15px; }

#size-modal .modal-body {
  padding-bottom: 0; }
#size-modal table {
  font: 400 14px Roboto;
  color: #182225; }
  #size-modal table th {
    text-align: center;
    border-bottom: none; }

#search-modal .modal-body {
  padding: 100px 100px 125px; }

  .hidden-search{
    position: absolute;
    background: #eceeef;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 5px;
    margin: 0;
    padding: 15px;
    max-height: 200px;
    display: none;
  }
  .hidden-search li{
    list-style-type: none;
    text-align: left;
    margin-bottom: 5px;
  }
 .hidden-search li a{
    font: 400 14px/16px Roboto;
    color: #6c6d70;
    transition: .3s;
  }
  .hidden-search li a:hover{
    color: #b9a27a;
    text-decoration: none;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #b9a27a !important;
  }
#search-modal .modal-search {
  width: 100%;
  position: relative;
  display: inline-block;
  position: relative; }
  #search-modal .modal-search input {
    width: 100%;
    height: 35px;
    border: none;
    background: transparent;
    padding: 0;
    font: 400 16px/30px Roboto;
    color: #6c6d70;
    -webkit-transition: .3s;
            transition: .3s;
    padding-right: 5px;
    border-bottom: 2px solid #dfdfdf;
    outline: none;
    padding: 0 10px 15px; }
  #search-modal .modal-search label {
    width: 100%;
    -webkit-transition: .3s;
            transition: .3s;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    font: 400 16px/30px Roboto;
    color: #6c6d70;
    cursor: text;
    position: absolute;
    top: 0;
    left: 10px; }
  #search-modal .modal-search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    background: none;
    border: none;
    color: #ccc;
    outline: none; }
    #search-modal .modal-search button i {
      -webkit-transition: .3s;
              transition: .3s; }
    #search-modal .modal-search button:hover i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  #search-modal .modal-search input:focus + label, #search-modal .modal-search input:valid + label {
    top: -40px; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }
@media (max-width: 1349px) {
  #main-slider .slider-text {
    margin-left: 75px; }

  #main-slider .slick-arrow {
    width: 100px; } }
@media (max-width: 1199px) {
  nav {
    line-height: 80px; }
    nav .nav-buttons {
      line-height: 75px; }
    nav .logo {
      width: 160px;
      top: -32px;
      left: -10px; }

  .left-links div:not(:last-child), .right-links div {
    margin-right: 30px; }

  .left-links div:not(:last-child):after, .right-links div:not(:last-child):after {
    right: -22px; }

  #main-slider .slider-text {
    width: 380px;
    margin-left: 60px; }
  #main-slider .slider-bottom .marker {
    padding-right: 0; }
    #main-slider .slider-bottom .marker .icon-description p {
      font-size: 14px; }

  #main-slider .slider-bottom .clock:before {
    right: 30px; }

  #main-slider .slider-bottom .phone:before {
    left: 25px; }

  #catalog .catalog-item.top-item {
    height: 270px; }
  #catalog .catalog-item.bottom-item {
    height: 200px; }
  #catalog .catalog-item.full-height {
    height: 500px; }

  #we .we-title {
    font-size: 16px; }

  #products .product-image {
    height: 300px; }

  #products .product-name a {
    font-size: 12px;
    line-height: 16px; }

  #products .product-price .button {
    padding: 0 15px; }

  footer .copyright, footer .social {
    line-height: 50px; }

  #main-slider .item {
    height: calc(100vh - 121px); }

  #catalog .catalog-item .colection-text {
    bottom: 7px;
    left: 15px; }

  .images-block .second-image {
    left: 20%;
    right: auto;
    top: 20%; }

  .product-page button.like {
    margin-bottom: 15px; }

  .product-page .product-title {
    margin-top: 20px;
    margin-bottom: 10px; }

  .product-page .product-price {
    margin-bottom: 20px; }

  .slider-thumbs {
    padding-right: 0; }

  .about-content .block-title {
    margin-top: 40px;
    margin-bottom: 80px; }

  .about-page .about-text {
    margin-top: 25px; }

  .about-page .line {
    border: none; }

  .history-block .block-title {
    margin-top: 40px;
    margin-bottom: 80px; }

  .about-page .about-text {
    margin-top: 0;
    padding-left: 0; }

  .about-page .about-text p {
    margin-bottom: 10px; }

  .about-page .steps-block .step-item h5 {
    line-height: 22px; }

  .about-page .steps-block .step-item p {
    line-height: 22px; }

  .steps-block .block-title {
    margin-bottom: 70px; }

  .catalog-page .blog-block .main-blog {
    padding-left: 10px;
    padding-right: 10px; }

  .catalog-page .blog-block .dress-description .dress-text {
    max-height: 190px; }

  .catalog-page .blog-block .dress-description {
    margin-top: 0; }

  .catalog-page .filter-block .filter .filter-checkbox label:before {
    margin-right: 7px; } }
@media (max-width: 991px) {
  header .mobile-menu {
    display: block;
    overflow: auto; }

  nav .nav-buttons {
    float: left; }

  nav .nav-toggle {
    display: block;
    cursor: pointer;
    width: 46px;
    height: 46px;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    border: 1px solid #b9a27a;
    position: relative;
    float: right;
    margin-top: 17px;
    z-index: 4; }
    nav .nav-toggle .toggle-inner {
      width: 24px;
      position: absolute;
      right: 10px;
      display: block;
      margin: auto;
      top: 13px;
      -webkit-transition: .2s;
              transition: .2s; }
    nav .nav-toggle:hover i {
      width: 100%; }
    nav .nav-toggle i {
      width: 30px;
      height: 1px;
      margin: 0 auto 7px;
      background-color: #b9a27a;
      display: block;
      -webkit-transition: 0.25s;
              transition: 0.25s; }
    nav .nav-toggle .toggle-line-1 {
      float: right;
      width: 16px; }
    nav .nav-toggle .toggle-line-2 {
      width: 100%;
      float: left; }
    nav .nav-toggle .toggle-line-3 {
      float: left;
      width: 16px; }
    nav .nav-toggle.active .toggle-inner {
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 8px; }
    nav .nav-toggle.active i {
      width: 100%; }
    nav .nav-toggle.active .toggle-line-2 {
      width: 0px; }
    nav .nav-toggle.active .toggle-line-1, nav .nav-toggle.active .toggle-line-3 {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    nav .nav-toggle.active .toggle-line-1 {
      -webkit-transform: translateY(11px);
      -ms-transform: translateY(11px);
      transform: translateY(11px); }
    nav .nav-toggle.active .toggle-line-3 {
      -webkit-transform: translateY(2px) rotate(90deg);
      -ms-transform: translateY(2px) rotate(90deg);
      transform: translateY(2px) rotate(90deg); }

  .mobile-menu {
    position: absolute;
    height: calc(100vh - 121px);
    top: 121px;
    right: -200px;
    width: 200px;
    background: #fff;
    z-index: 10;
    padding: 30px; }
    .mobile-menu .left-links, .mobile-menu .right-links {
      float: none; }
      .mobile-menu .left-links a, .mobile-menu .right-links a {
        display: block;
        line-height: 30px; }
      .mobile-menu .left-links div:after, .mobile-menu .right-links div:after {
        display: none;
        margin-right: 0; }

  #main-slider .slider-bottom {
    height: 110px; }
    #main-slider .slider-bottom .marker {
      margin-top: 10px; }

  #main-slider .slider-bottom .clock:before, #main-slider .slider-bottom .phone:before {
    display: none; }

  #catalog .catalog-item .colection-text .colection-name {
    font-size: 20px; }

  #catalog .catalog-item .colection-text .colection-title {
    font-size: 13px;
    letter-spacing: 1px; }

  #catalog .catalog-item.full-height {
    height: 400px; }

  #catalog .catalog-item.top-item {
    height: 220px; }

  #catalog .catalog-item.bottom-item {
    height: 150px; }

  #we .we-title {
    line-height: 20px; }

  #we .we-description {
    font-size: 12px;
    line-height: 18px; }

  #products .product-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #products .product-price a {
      margin-top: 10px; }

  #products .product-name {
    text-align: center;
    margin-top: 10px; }

  #main-slider .slider-text .slider-description {
    line-height: 20px; }

  #main-slider .slider-text .slider-title {
    line-height: 30px; }

  #main-slider .slider-text .slider-title {
    margin-top: 15px; }

  #main-slider .slider-text .button {
    margin-bottom: 20px; }

  #main-slider .slider-text .slider-title, #main-slider .slider-text .slider-description {
    padding-left: 25px;
    padding-right: 20px; }

  #main-slider .slider-text .button {
    margin-left: 25px; }

  #catalog {
    padding-top: 30px; }

  .block-title {
    margin-top: 50px;
    margin-bottom: 70px; }

  #products .product-image {
    height: 250px; }

  #blog .blog-img a {
    height: 185px; }

  #video {
    height: 250px; }

  #blog .blog-name {
    font-size: 16px;
    line-height: 20px; }

  .colections-page #catalog {
    padding-bottom: 0; }

  .images-block .first-image {
    height: 300px;
    width: 300px; }

  .images-block .second-image {
    height: 300px;
    width: 300px;
    border-width: 15px; }

  .contact-page .question {
    margin: 50px 0; }

  #map {
    margin-top: 20px; }

  .product-page .product-title {
    margin-top: 10px; }

  .product-page .product-title {
    font-size: 25px; }

  .product-page .product-price {
    margin-bottom: 10px; }

  .product-page .product-buttons {
    margin-top: 15px;
    margin-bottom: 20px; }

  .product-page .share-buttons {
    margin-top: 15px; }

  .product-page .on-model {
    margin-top: 15px; }

  .product-page .slider-for .item {
    height: 450px; }

  .product-page .on-model {
    margin-bottom: 15px; }

  .product-page #products {
    padding-bottom: 30px; }

  .product-page .slider-top {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 15px; }

  .product-page .tab-block .tab-content .tab-pane {
    border-top-width: 30px;
    border-bottom-width: 30px; }

  .services-page main .block-title {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 40px; }

  .services-page main {
    padding-bottom: 30px; }

  .catalog-menu .inner-menu {
    position: relative;
    display: block;
    background: none;
    padding: 0;
    margin-top: 5px;
    width: 125px; }
    .catalog-menu .inner-menu a {
      color: #c1aa81 !important;
      margin-top: 0 !important; }
    .catalog-menu .inner-menu:before {
      display: none; }

  .left-links div:not(:last-child) {
    margin-right: 0; }

  .catalog-page .blog-block {
    display: none; }

  .catalog-page .filter-block .filter-title {
    font-size: 16px; }

  .catalog-page .filter-block .filter .filter-dress .filter-body > div {
    width: 100%;
    margin-top: 10px; }

  .catalog-page .filter-block .filter .filter-size .filter-body > div {
    width: 50%; }

  .catalog-page .filter-block .filter .filter-price .diapason-input {
    width: 60px; }

  .catalog-page .filter-block .filter .filter-color span {
    margin-right: 10px; }

  .catalog-page .filter-block .filter .filter-item .filter-name {
    padding-top: 15px; }

  .catalog-page .block-title {
    margin-bottom: 30px; }

  .catalog-page .filter-block .filter .reset {
    font-size: 13px; }

  .catalog-page .filter-block .filter .reset i {
    margin-right: 0px; }
    .instagram-height{
  width: calc(100%  / 3) !important;
}

  .left-links div, .right-links div {
    display: block; } }
@media (max-width: 767px) {
	#products .product-image {
    height: 450px;
}
  #catalog .pr0 {
    padding-right: 0px; }
  #catalog .pl0 {
    padding-left: 0px; }

  #main-slider .slick-arrow {
    width: 50px; }

  #main-slider .slider-text {
    width: auto;
    margin: 0;
    left: 50px;
    right: 50px; }

  #main-slider .slider-bottom {
    position: relative;
    background: #fff;
    padding: 10px 0; }

  #main-slider .item {
    height: 400px;
    min-height: 1px; }

  #main-slider .slick-dots {
    bottom: 30px; }

  #main-slider .slider-bottom {
    display: block; }

  #main-slider .slider-bottom .marker {
    clear: both;
    padding-top: 20px; }

  #catalog {
    padding-top: 20px; }

  #catalog .catalog-item.bottom-item {
    margin-top: 0; }

  #catalog .catalog-item.full-height {
    height: 600px; }

  #catalog .catalog-item.top-item {
    height: 400px; }

  #catalog .catalog-item.bottom-item {
    height: 250px; }

  #we .we-description {
    margin-bottom: 20px;
    margin-top: 20px; }

  #we .we-title {
    font-size: 14px; }

  #we .we-title:before {
    bottom: -10px; }

  nav .logo {
    width: 120px;
    top: -15px; }

  .block-title {
    margin-top: 30px;
    margin-bottom: 50px; }

  .product-item {
    margin-bottom: 30px; }

  #products .catalog-link {
    margin-top: 30px; }

  #video {
    height: 200px; }

  #blog .blog-name {
    margin-bottom: 20px; }

  #instagram .instagram-photos .half-instagram {
    width: 100%; }
    #instagram .instagram-photos .half-instagram a {
      width: 50%;
      float: left; }

  #instagram .instagram-photos .full-instagram {
    width: 100%; }

  .fixed-contact-block .fixed-button {
    width: 40px;
    height: 40px;
    left: -40px; }

  .fixed-contact-block .phone-fixed-button {
    top: 40px; }

  .page-404 .bag-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0; }

  .page-404 .bag-block .img {
    margin-right: 0;
    width: 150px; }
    .page-404 .bag-block .img img {
      width: 100%; }

  .page-404 .bag-block .desc .title-404 {
    font-size: 20px;
    line-height: 30px; }

  .page-404 .bag-block .desc p {
    margin-top: 15px;
    margin-bottom: 20px; }

  .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pagination .pages {
      margin: 15px 0; }

  .blog-inner-page .blog-title {
    margin-top: 30px; }

  .blog-inner-page .date {
    margin-top: 10px;
    margin-bottom: 15px; }

  .blog-inner-page p {
    margin-bottom: 15px; }

  .blog-inner-page .popupimg {
    margin-top: 10px;
    margin-bottom: 20px; }

  .colections-page #catalog .full-height {
    margin-bottom: 0; }

  .colections-page #catalog {
    padding-bottom: 30px; }

  .images-block {
    position: relative;
    margin-bottom: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .images-block .first-image {
    height: 270px;
    width: 270px; }

  .images-block .second-image {
    height: 270px;
    width: 270px;
    border-width: 10px;
    margin-left: -20%;
    margin-top: 50px;
    position: static; }

  .contact-page .question .question-block {
    padding: 0 30px; }

  .contact-page .contact-title {
    margin-top: 30px; }

  .images-block {
    margin-bottom: 0px; }

  .product-page .tab-block .tab-content #feedback-tab .leave-feedback h5 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .product-page .tab-block .tab-content #feedback-tab .leave-feedback .rating {
    margin-top: 10px;
    margin-bottom: 10px; }

  .product-page .tab-block .tab-content #feedback-tab .leave-feedback .button {
    margin: 30px auto 0;
    display: block; }

  .product-page .tab-block .tab-content #feedback-tab .more-feedback {
    text-align: center; }

  .product-page .tab-block .tab-content #feedback-tab .show-more {
    margin: 0 auto;
    display: block;
    width: 125px; }

  .product-page #products .product-image {
    height: 300px; }

  .product-page button.like {
    padding-top: 15px;
    clear: both; }

  .services-page main .block-title.flower:after {
    bottom: -25px; }

  .services-page main .block-title {
    font-size: 20px; }

  .services-page main p {
    font-size: 12px; }

  .order-page .cart-block {
    padding-left: 15px;
    padding-right: 15px; }

  .order-page .info-inputs .info-input {
    margin-top: 35px; }

  .about-page .about-text {
    margin-top: 30px; }

  #fluid-slider a {
    height: 180px;
    width: 200px !important; }

  .step-item {
    margin-bottom: 20px; }

  .bride-block .block-title {
    margin-bottom: 80px; }

  .about-page .bride-block p {
    padding: 0 30px; }

  .catalog-page .filter-block .filter-title i {
    display: block; }

  .catalog-page .sort-buttons {
    margin-top: 15px; }

  .filter {
    display: none; }

  .catalog-page .filter-block .filter .reset {
    margin-top: 20px; }

  .catalog-page .filter-block .filter .filter-dress .filter-body > div {
    width: 50%; }

  .catalog-page .pagination {
    margin-bottom: 30px;
    flex-direction: row;
    margin-top: 0; }
    .pagination a.prev, .pagination a.next{
      padding-left: 3px;
      padding-right: 3px;
    }

  .catalog-page .product-item {
    margin-bottom: 20px; }

  .product-page #products, .colections-inner-page #products {
    padding-bottom: 45px; }

  .colections-inner-page .block-title {
    font-size: 22px; }

  .colections-inner-page .slider-top {
    font-size: 20px; }

  .blog-inner-page .blog-title {
    font-size: 20px;
    line-height: 30px; }

  #search-modal .modal-body {
    padding-left: 30px;
    padding-right: 30px; }

  .notification .button {
    padding: 0 15px; } }
    @media (max-width: 600px) {
		#products .product-image {
	    height: 350px;
	}
}

@media (max-width: 479px) {
  .instagram-height{
  width: calc(100%  / 2) !important;
}
  #main-slider .slider-text {
    display: none; }

    .block-title span{
      padding: 0;
    }

  nav .logo {
    top: -7px;
    width: 100px;
    left: 10px; }

  #main-slider .item {
    height: 200px; }

  #main-slider:before {
    height: 18px; }

  #main-slider .slick-dots {
    bottom: 15px; }

  #main-slider .slider-bottom .icon-img, #main-slider .slider-bottom .icon-description {
    float: none !important; }

  #main-slider .slider-bottom .icon-img {
    position: absolute;
    left: 10px;
    top: 0; }

  #main-slider .slider-bottom .icon-description {
    padding-left: 30px; }

  .slider-bottom {
    height: auto !important; }
    .slider-bottom .clock, .slider-bottom .phone, .slider-bottom .marker {
      position: relative;
      padding-top: 0 !important;
      margin-top: 20px !important;
      padding-right: 15px !important; }

  #catalog .catalog-item.full-height {
    height: 300px; }

  #catalog .catalog-item.top-item {
    height: 200px; }

  #catalog .catalog-item.bottom-item {
    height: 200px; }

  #we .col-xs-6 {
    width: 100%; }


  #products .product-image {
    height: 350px; }

  #products .catalog-link {
    margin-top: 0px;
    margin-bottom: 20px; }

  .blog-page .col-xs-6 {
    width: 100%; }

  .information-page .col-xs-6 {
    width: 100%; }

  .images-block .first-image {
    height: 170px;
    width: 170px; }

  .images-block .second-image {
    height: 170px;
    width: 170px;
    border-width: 10px; }

  .contact-page .question .info-inputs .info-input {
    width: 100%;
    margin-top: 40px; }

  .contact-page .question.active .question-title {
    padding-top: 20px;
    margin-bottom: 0; }

  .contact-page .question .info-inputs {
    margin-top: 0; }

  .product-page .slider-for .item {
    height: 350px; }

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

  .product-page .tab-block .nav-tabs li a {
    margin: 0 10px; }

  .product-page #products .product-image {
    height: 450px; }

  .services-page main .block-title {
    font-size: 16px; }

  .order-page .cart-block .order-item {
    display: block; }

  .order-page .cart-block .order-remove {
    float: right; }

  .order-page .cart-block .order-image {
    margin: 0 auto; }

  .order-page .cart-block .order-desc, .order-page .cart-block .order-price {
    width: 100%;
    text-align: center; }

  .order-page .cart-block .order-remove {
    padding-top: 0; }

  .order-page .cart-block .order-price {
    padding-top: 10px; }

  .pagination .pages a {
    margin: 0; }

  .catalog-page .sort-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }

  .catalog-page .sort-buttons .sorting {
    margin-top: 15px; }

  .catalog-page .sort-buttons span {
    margin-right: 0; }

  .catalog-page .sort-buttons .item-filter {
    margin-top: 10px; }

  #search-modal .modal-body {
    padding-left: 15px;
    padding-right: 15px; }
    .catalog-page .product-item:nth-child(odd){
    	padding-right: 5px;
    }
    .catalog-page .product-item:nth-child(even){
    	padding-left: 5px;
    }

  #search-modal .modal-search label {
    font-size: 14px; } }

    @media (max-width: 400px) {
		#products .product-image {
	    height: 350px;
	}
}


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

.main-slider .item:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
}
.more-desc{
	font: 500 14px/24px Roboto;
    color: #6a6a76;
    max-width: 400px;
    margin: 0 auto;
    font-style: italic;
    transition: .3s;
}
.more-desc:hover, .more-desc:focus{
	color: #b9a27a;
	transition: .3s;
	text-decoration: none;
}
.product-color{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.product-color span {
    display: inline-block;
    position: relative;
    border: 1px solid #e3e3e3;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.product-question {
    font: 400 14px Georgia;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    background: none;
    display: block;
    margin: 10px auto 0;
}
.product-question:hover, .product-question:focus{
	color: #b9a27a;
	transition: .3s;
	text-decoration: none;
	outline: none;
}
#question-modal label{
	width: 100%;
	max-width: 300px;
}
#question-modal label span{
	display: block;
	font: 400 14px Georgia;
	font-style: italic;
	cursor: pointer;
}
#question-modal h5{
	font: 400 20px Georgia;
    font-style: italic;
    margin-bottom: 10px;
}
#question-modal input{
	display: block;
    width: 100%;
    margin-top: 5px;
    font: 400 14px/28px Roboto;
    border-radius: 5px;
    color: #181817;
    border: none;
    padding: 0 10px;
    outline: none;
}
#question-modal textarea{
	display: block;
    width: 100%;
    margin-top: 5px;
    font: 400 14px/28px Roboto;
    border-radius: 5px;
    color: #181817;
    border: none;
    padding: 0 10px;
    outline: none;
    height: 100px;
    resize: none;
}
#question-modal button{
	display: block;
	margin: 10px auto 0;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#instagram .instagram-photos .half-instagram, #instagram .instagram-photos .full-instagram{
  width: 25%;
}
/*#instagram .instagram-photos .half-instagram iframe, #instagram .instagram-photos .full-instagram iframe{
  height: 100%;
}*/
.instagram-height{
  width: calc(100%  / 6);
}
