@charset "UTF-8";
/* ------------------------------------------------------------------
 * [Table of contents]
 *
 * ------------------------------------------------------------------ */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible;
    text-transform: none;
    outline: none;
}

select {
    text-transform: none
}

button,
html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input,
textarea {
    line-height: normal;
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

ul,
ol {
    margin: 0 0 1.5rem;
    padding: 0 0 0 2rem
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #434346;
    margin: 0;
}

p {
    color: #aeaeae;
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0 0 0.60em;
  font-weight: 400;
  color: black;
}

h3 {
    font-size: 24px;
    line-height: 40px;
}

h5 {
    font-size: 17px;
    line-height: 35px;
}

a,
.widget ul li a:before {
    -webkit-transition: all 175ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 175ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: inherit;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

a:hover {
    color: #c2b495;
}

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

.container-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.row-fit {                   
  margin: 0; 
}

.row-fit > [class*="col-"] {
  padding: 0;
}

.row-fit-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-fit-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-fit-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-fit-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-fit-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.row-fit-50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.row-fit-100 {
    margin-left: -50px;
    margin-right: -50px;
}

.row-fit-100 > [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}

.row [class*="col-"].border-right {
  border-right: 1px solid #dcdcdc;
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
}

.custom-container {
    padding: 0;
}

.custom-container > .row {
    margin: 0;
}

.custom-container > .row > [class*="col-"] {
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

.container.no-padding {
    overflow: hidden;
}

.no-margin {
    margin: 0 !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.align-left {
  text-align: left;
}

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

.center-block {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.clean-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.responsive-media {
    position: relative;
    margin: 0 0 30px;
}

.responsive-media iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border: 0;
}
.responsive-media.ratio16by9 {
    padding-bottom: 56.25%;
}

.no-m-top {
    margin-top: 0 !important;
}

.no-p-top {
    padding-top: 0 !important;
}

.no-bg {
    background: none !important;
}

.middle-content {
    position: relative;
}

.middle-content > div,
.centered-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered-content {
    width: 100%;
    padding: 0 15px;
}

.clean-list {
    list-style-type: none;
    letter-spacing: 0em;
    padding: 0;
    margin: 0;
}

.text-gradient {
    background: -webkit-linear-gradient(left, #e61e65, #6d2763, #6d2763);
    background: linear-gradient(90deg, #e61e65, #6d2763, #6d2763);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e61e65;
}

.bg-gradient {
    background: -webkit-linear-gradient(left, #e61e65, #9b3a8b);
    background: linear-gradient(90deg, #e61e65, #9b3a8b);
}

#page {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page.dom-ready {
    opacity: 1;
    overflow: auto;
}

button,
.main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .remove-product-from-cart i,
.main-search-form,
.main-header .search-form-toggle i,
.main-header .shopping-cart-wrapper .cart-items-wrapper,
.main-nav ul li.menu-item-has-children > ul,
.main-header .shopping-cart-wrapper .cart-toggle i,
.main-header .user-profile-block .profile-block-toggle i,
.main-search-form .input-line .close-search-form,
.slick-prev:before, 
.slick-next:before,
.hero-section .scroll-next,
.portfolio-item img,
.portfolio-item:before,
.portfolio-item .hover,
.portfolio-item .hover .title:after,
.team-member .cover a img,
.team-member .cover a:before,
.news-list > li,
form input,
.action-box a:before,
.action-box img,
.partners-section .partners-list img,
.slick-dots li button:before,
.shop-category img,
.shop-category:before,
.shop-product .cover:before,
.shop-product img,
.photo-slider li img,
.tabbed-content .tabs li:after,
.cart-table .coupon input[type="text"],
.checkbox .label:before,
.blog-post-q .post-footer .read-more span,
.blog-post-q .post-footer .read-more:before,
.blog-post-q .post-footer .read-more:after,
.subscribe-form .input-line button:before,
.share-block li i,
.mobile-menu-toggle i,
.main-header .main-nav .close-mobile-menu {
    -webkit-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* ----------------- Buttons ---------------- */
    .btn {
        display: inline-block;
        position: relative;
        /* max-width: 230px; */
        background: #eeeeee;
        color: #7a7a7a;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 36px;
        letter-spacing: 0.05em;
        text-align: center;
        border-radius: 50px;
        padding: 1px 28px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .outline-btn {
      display: inline-block;
      position: relative;
      color: #ffffff;
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      border: 2px solid #fff;
      padding: 22px 20px;
      width: 100%;
      max-width: 220px;
    }

    .outline-btn:hover {
      background: #fff;
    }

    .btn.large {
        padding: 18px 28px;
    }

    .btn.medium {
      padding: 6px 52px;
    }

    .btn:hover {
        color: #7a7a7a;
        background: #e0e0e0
    }

    .btn.dark {
        color: #ffffff;
        background: #212121;
    }

    .btn.dark:hover {
        color: #fff;
        background: #3c3c3c;
    }

    .btn.brown {
        color: #ffffff;
        background: #c2b495;
    }

    .btn.brown:hover {
        color: #fff;
        background: #b6a98b;
    }

    .btn-2 {
      color: #4f4f4f;
      font-size: 13px;
      line-height: 36px;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      border-top: 1px solid #aeaeae;
      border-bottom: 1px solid #aeaeae;
      padding: 15px 25px;
    }

    .btn-2:hover {
      border-color: #c2b495;
    }

    .btn-3 {
      position: relative;
      color: #ffffff;
      font-size: 13px;
      line-height: 36px;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      background: #4f4f4f;
      padding: 6px 13px 6px 50px;
    }

    .btn-3:hover {
      background: #383838
    }
/* ----------------- Forms ------------------ */
    .main-search-form {
      -webkit-transform: translate(0, -100%);
              transform: translate(0, -100%);
      background: #c2b495;
      position: absolute;
      visibility: hidden;
      display: block;
      height: 100%;
      width: 100%;
      z-index: 2;
      opacity: 0;
      left: 0;
      top: 0;
    }
    .main-search-form > .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
    }

    @media (min-width: 992px) {
        .main-search-form > .container-fluid {
            padding-left: 60px;
            padding-right: 60px;
        }
    }

    .main-search-form .input-line {
      position: relative;
      display: block;
      width: 100%;
    }
    .main-search-form .input-line .form-input {
      font-family: 'Montserrat', sans-serif;
      font-size: 27px;
      display: block;
      background: 0;
      width: 100%;
      color: #fff;
      border: 0;
    }
    .main-search-form .input-line .form-input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }
    .main-search-form .input-line .form-input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }
    .main-search-form .input-line .form-input.placeholder {
      color: rgba(255, 255, 255, 0.5);
    }
    .main-search-form .input-line .close-search-form {
        transform: translate(0,-50%);
        display: inline-block;
        position: absolute;
        cursor: pointer;
        color: #fff;
        font-size: 23px;
        padding: 3px;
        opacity: .5;
        right: 0;
        top: 50%;
    }

    .main-search-form .input-line .close-search-form:hover {
        opacity: 1;
    }

    .main-search-form.form-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      visibility: visible;
      opacity: 1;
    }
    .header-profile-form {
      position: absolute;
      -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transform: translate(0, -50px);
              transform: translate(0, -50px);
      top: 60px;
      background: #fff;
      border-top: 2px solid #c2b495;
      visibility: hidden;
      display: block;
      padding: 30px 20px;
      width: 360px;
      right: -20px;
      opacity: 0;
    }
    .header-profile-form .close-form-btn {
      position: absolute;
      display: inline-block;
      cursor: pointer;
      right: 20px;
      top: 20px;
    }
    .header-profile-form .close-form-btn:hover {
        color: #c2b495;
    }
    .header-profile-form .form-title {
      text-transform: uppercase;
      letter-spacing: .05em;
      text-align: center;
      line-height: 1em;
      color: black;
      font-size: 15px;
      margin: 0 0 25px;
    }
    .header-profile-form .input-line {
      position: relative;
      display: block;
    }
    .header-profile-form .input-line .form-input {
        display: block;
        border: 2px solid #dcdcdc;
        position: relative;
        background: #f8f8f8;
        font-size: 16px;
        color: #a6a6a6;
        letter-spacing: 0.05em;
        padding: 15px 16px;
        margin: 0 0 5px;
        width: 100%;
    }
    .header-profile-form .input-line .form-input:focus {
      border-color: #c2b495;
    }
    .header-profile-form .input-line .form-input::-webkit-input-placeholder {
      color: #a6a6a6;
    }
    .header-profile-form .input-line .form-input:-moz-placeholder {
      color: #a6a6a6;
    }
    .header-profile-form .input-line .form-input.placeholder {
      color: #a6a6a6;
    }
    .header-profile-form .actions {
        margin: 27px 0 0 0;
    }

    form.header-profile-form.login-form .forgot-password {
        font-size: 13px;
        color: black;
        padding: 6px 0;
        margin: 5px 0 0 0;
    }
    .header-profile-form .forgot-password:hover {
        color: #c2b495;
    }
    .header-profile-form .register-link {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        margin: 20px 0 0;
        font-size: 14px;
    }
    .header-profile-form .register-link i {
        padding-right: 3px;
    }
    .header-profile-form .register-link a {
        color: black;
    }
    .header-profile-form .register-link a:hover {
        color: #c2b495; 
    }

    .header-profile-form.form-visible {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      visibility: visible;
      opacity: 1;
    }

    .contact-form .input-line {
      margin: 0 0 24px;
    }

    .contact-form .input-line.label {
      display: flex;
      align-items: center;
    }

    .contact-form .input-line span {
      color: #a6a6a6;
      font-size: 16px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      white-space: nowrap;
      padding-right: 20px;
    }

    .contact-form .input-line.label input {
      width: auto;
      flex-grow: 1;
    }

    .contact-form .form-input {
      color: #fff;
      font-size: 16px;
      letter-spacing: 0.05em;
      width: 100%;
      border: 2px solid #fff;
      background: transparent;
      padding: 23px 16px;
      outline: none;
    }

    .contact-form.dark .form-input {
      color: #a6a6a6;
      border-color: #dcdcdc;
    }

    .contact-form .form-input:focus,
    .subscribe-form .input-line input:focus {
      border-color: #c2b495;
    }

    .contact-form textarea.form-input {
      min-height: 145px;
    }

    .contact-form .form-input::-webkit-input-placeholder {
      color: #fff;
    }

    .contact-form .form-input:-moz-placeholder {
      color: #fff;
    }

    .contact-form.dark .form-input::-webkit-input-placeholder {
      color: #a6a6a6;
    }

    .contact-form.dark .form-input:-moz-placeholder {
       color: #a6a6a6;
    }

    .contact-form .btn {
      display: table;
      margin: 40px auto 0;
    }

    .comment-form.contact-form .btn {
      margin: 40px 0 0;
    }

    .subscribe-form .input-line {
      position: relative;
    }

    .subscribe-form .input-line input {
      color: #a6a6a6;
      font-size: 16px;
      letter-spacing: 0.05em;
      width: 100%;
      border: 1px solid #aeaeae;
      background: transparent;
      padding: 23px 70px 22px 16px;
      outline: none;
    }

    .subscribe-form .input-line button {
      position: absolute;
      display: block;
      width: 48px;
      height: 48px;
      background: #e6e6e6;
      border-radius: 50%;
      top: 10px;
      right: 10px;
    }

    .subscribe-form .input-line button:before {
      content: "\e91f";
      font-family: 'icomoon';
      position: absolute;
      font-size: 25px;
      line-height: 1em;
      color: #8e8e8e;
      left: 12px;
      top: 13px;
    }

    .subscribe-form .input-line button:hover {
      background: #c2b495;
    }

    .subscribe-form .input-line button:hover:before {
      color: #fff;
    }

    form.login-form h4.title,
    form.register-form h4.title  {
      color: #212121;
      font-size: 24px;
      margin: 10px 0 20px;
    }

    form.login-form .btn,
    form.register-form .btn {
      margin: 0;
      padding: 6px 40px;
    }

    form.login-form .forgot-password {
      display: block;
      color: #a6a6a6;
      font-size: 16px;
      letter-spacing: 0.05em;
      text-decoration: underline;
      margin: 25px 0 0 0;
    }

    .checkbox {
      display: inline-block;
    }

    .checkbox .label {
      display: inline-block;
      letter-spacing: 0.05em;
      cursor: pointer;
      font-size: 16px;
      color: #a6a6a6;
    }

    .checkbox .label:before {
      border: 4px solid #d3d3d3;
      display: inline-block;
      border-radius: 50%;
      position: relative;
      margin-right: 15px;
      height: 16px;
      content: "";
      width: 16px;
      top: 2px;
    }

    .checkbox input:checked+.label:before {
      border-color: #ac9a70;
    }

    .checkbox-notice {
      display: flex;
      margin: 0 0 28px;
    }

    .checkbox-notice label {
      white-space: nowrap;
      padding-right: 20px;
    }

    .checkbox-notice .note {
      color: #a6a6a6;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.05em;
    }

    @media(max-width: 500px) {
      .checkbox-notice {
        display: block;
      }

      .contact-form .input-line.label {
        display: block;
      }

      .contact-form .input-line.label input {
        width: 100%;
      }

      .contact-form .input-line span {
        display: block;
        padding-bottom: 10px;
      }
    }
/* ----------------- Header ----------------- */
    .main-header {
      position: absolute;
      display: block;
      z-index: 9;
      right: 0;
      left: 0;
      top: 0;
    }

    .main-header.sticky {
      background: #fff;
    }

    .main-header.sticky + .content-wrapper {
      padding-top: 94px;
    }

    .main-header.bottom {
      position: relative;
      background: #ffffff;
    }
    @media(min-width: 1200px) {
        .main-header .container-fluid {
            padding-left: 60px;
            padding-right: 60px;
        }
    }
    .main-header .site-identity {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      width: 242px;
      margin-right: auto;
    }
    .main-header .header-inner {
      display: block;
    }
    .main-header .header-inner .select-box {
      margin-right: 30px;
    }
    .main-header .header-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .main-header .right-block {
        position: relative;
        margin-left: auto;
        width: 242px;
    }
    .main-header .right-block-inner {
        position: relative;
        padding-left: 28px;
        float: right;
    }
    .main-header .right-block-inner:before {
        content: "";
        display: inline-block;
        background: #fff;
        position: absolute;
        height: 20px;
        width: 1px;
        top: 3px;
        left: 0;
    }
    .main-header .main-nav {
        position: relative;
    }
    .main-header .search-form-toggle {
      display: inline-block;
      margin-left: 25px;
    }
    .main-header .search-form-toggle i {
      position: relative;
      line-height: 1em;
      font-size: 21px;
      color: #fff;
      font-weight: 700;
      cursor: pointer;
      top: 2px;
    }

    .main-header.bottom .search-form-toggle i,
    .main-header.sticky .search-form-toggle i {
      color: black;
    }

    .main-header .search-form-toggle i:hover {
      color: #c2b495;
    }

    .main-header .shopping-cart-wrapper {
        display: inline-block;
        position: relative;
    }

    .main-header .shopping-cart-wrapper .cart-toggle {
        position: relative;
        display: inline-block;
        text-align: center;
        padding-right: 5px;
    }

    .main-header .shopping-cart-wrapper .cart-toggle:hover i,
    .main-header .shopping-cart-wrapper.active .cart-toggle i {
        cursor: pointer;
        color: #c2b495;
    }

    .main-header .shopping-cart-wrapper .cart-toggle i {
        position: relative;
        line-height: 1em;
        font-size: 21px;
        color: #fff;
        top: 2px;
    }

    .main-header.bottom .shopping-cart-wrapper .cart-toggle i,
    .main-header.sticky .shopping-cart-wrapper .cart-toggle i {
      color: black;
    }

    .main-header.bottom .shopping-cart-wrapper .cart-toggle i:hover,
    .main-header.sticky .shopping-cart-wrapper .cart-toggle i:hover  {
      color: #c2b495;
    }

    .main-header .shopping-cart-wrapper .cart-toggle span {
        display: inline-block;
        position: absolute;
        font-size: 11px;
        color: #fff;
        top: -7px;
        right: -2px;
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper {
        background: #fff;
        visibility: hidden;
        position: absolute;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
        border-top: 2px solid #c2b495;
        padding: 20px;
        font-size: 0;
        width: 270px;
        opacity: 0;
        top: 60px;
        right: -20px
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items {
        line-height: 1em;
        font-size: 0;
        margin-bottom: 23px
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item {
        position: relative;
        min-height: 48px;
        margin-bottom: 25px;
        padding-left: 58px
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .image {
        position: absolute;
        width: 48px;
        left: 0;
        top: 0
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .image img {
        width: 100%
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .remove-product-from-cart {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        position: absolute;
        line-height: 1em;
        padding: 4px;
        top: 50%;
        margin-top: -2px;
        right: -12px;
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .remove-product-from-cart i {
        font-weight: 400;
        font-size: 9px;
        color: black
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .remove-product-from-cart:hover i {
        color: #e66868;
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .product-title {
        letter-spacing: 0;
        font-weight: 400;
        margin: 0 0 7px;
        font-size: 16px;
        color: black
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .meta {
        letter-spacing: 0.1em;
        line-height: 1em;
        font-size: 12px;
        color: #a6a6a6;
        padding: 0 0 0 2px;
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item .meta sub {
        padding: 0 5px;
        font-size: 0.8em;
        bottom: 0
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-items .cart-item:last-of-type {
        margin: 0
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .subtotal {
        padding: 22px 0 25px;
        border-top: 1px solid #eaeaea;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        color: #a6a6a6;
        display: block;
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .subtotal span {
        float: right;
    }

    .main-header .shopping-cart-wrapper .cart-items-wrapper .cart-action li a {
        display: block;
        margin: 0 auto 12px;
    }

    .main-header .shopping-cart-wrapper.active .cart-items-wrapper {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    @media (max-width: 1200px) {
      .main-header .site-identity {
        max-width: 150px;
        margin-right: 50px;
      }

      .main-header .right-block {
        width: auto;
        margin-left: 50px;
      }
    }

    .main-nav > ul > li {
      padding: 40px 0;
    }
    .main-nav ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }
    .main-nav ul li {
      list-style-type: none;
    }
    .main-nav ul li {
      text-transform: uppercase;
      display: inline-block;
      letter-spacing: .15em;
      line-height: 1em;
      font-size: 14px;
    }
    .main-nav ul li a {
      color: #fff;
    }
    .main-header.bottom .main-nav ul li a,
    .main-header.sticky .main-nav ul li a  {
      color: black;
    }
    .main-nav ul li a:hover,
    .main-header.bottom .main-nav ul li a:hover,
    .main-header.sticky .main-nav ul li a:hover {
      color: #c2b495;
    }
    .main-nav ul li:not(:last-of-type) {
      margin-right: 50px;
    }
    .main-nav ul li.menu-item-has-children {
      position: relative;
    }
    .main-nav ul li.menu-item-has-children > a {
      position: relative;
    }
    .main-nav ul li.menu-item-has-children > a:after {
      content: "";
      -webkit-transition: inherit;
      transition: inherit;
      display: inline-block;
      position: absolute;
      border-color: #d5d5d5 transparent transparent transparent;
      border-width: 4px 4px 0 4px;
      border-style: solid;
      height: 0;
      width: 0;
      right: -15px;
      top: calc(50% - 2px);
    }
    .main-nav ul li.menu-item-has-children > a:hover:after {
      border-color: #171132 transparent transparent transparent;
    }
    .main-nav ul li.menu-item-has-children > ul {
      visibility: hidden;
      background: #fff;
      position: absolute;
      display: block;
      opacity: 0;
      width: 260px;
      left: -20px;
      top: 100%;
    }

    .main-nav ul li.menu-item-has-children > ul:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #c2b495;
    }
    .main-nav ul li.menu-item-has-children > ul li {
      display: block;
      margin: 0;
      text-align: center;
    }
    .main-nav ul li.menu-item-has-children > ul li:not(:last-of-type) {
      border-bottom: 1px solid #e0e0e0;
    }
    .main-nav ul li.menu-item-has-children > ul li:last-of-type a:after {
      display: none;
    }
    .main-nav ul li.menu-item-has-children > ul li a {
      position: relative;
      padding: 16px 30px;
      display: block;
      width: 100%;
      color: black;
    }
    .main-nav ul li.menu-item-has-children > ul li a:hover {
        color: #c2b495;
    }
    .main-nav ul li.menu-item-has-children > ul li a:after {
      content: "";
      -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      position: absolute;
      background: #eaeaea;
      opacity: 0;
      height: 1px;
      z-index: 2;
      right: 0;
      left: 0;
    }
    .main-nav ul li.menu-item-has-children > ul li a:before {
      top: -1px;
    }
    .main-nav ul li.menu-item-has-children > ul li a:after {
      bottom: -1px;
    }
    .main-nav ul li.menu-item-has-children:hover > a {
      color: #c2b495;
    }
    .main-nav ul li.menu-item-has-children:hover > a:after {
      border-color: #c2b495 transparent transparent transparent;
    }
    .main-nav ul li.menu-item-has-children:hover > ul {
      visibility: visible;
      opacity: 1;
    }
    @media (max-width: 1200px) {
      .main-nav ul li:not(:last-of-type) {
        margin-right: 35px;
      }
    }

    .main-header .user-profile-block {
        display: inline-block;
        position: relative;
        margin-left: 23px;
    }

    .main-header .user-profile-block .profile-block-toggle {
        position: relative;
        top: 2px;
        color: #fff;
        font-size: 21px;
        cursor: pointer;
    }

    .main-header.bottom .user-profile-block .profile-block-toggle,
    .main-header.sticky .user-profile-block .profile-block-toggle,
    .main-header.sticky .mobile-menu-toggle,
    .main-header.bottom .mobile-menu-toggle {
      color: black;
    }

    .main-header .user-profile-block .profile-block-toggle:hover i {
        color: #c2b495;
    }

    .main-header .main-nav .close-mobile-menu {
      cursor: pointer;
      position: absolute;
      top: 15px;
      left: -30px;
      color: #fff;
      opacity: 0;
      visibility: hidden;
    }

    .main-header.bottom .main-nav .close-mobile-menu,
    .main-header.sticky .main-nav .close-mobile-menu {
      color: black;
    }

    .mobile-menu-toggle {
      color: #fff;
      font-size: 21px;
      padding-top: 5px;
      margin-right: 24px;
      vertical-align: middle;
      cursor: pointer;
    }

    .mobile-menu-toggle:hover i {
      color: #c2b495;
    }

    @media(min-width: 992px) {
      .mobile-menu-toggle {
        display: none;
      }
    }

    @media(max-width: 992px) {
      .main-header .header-inner {
        padding: 25px 0;
      }

      .main-header .main-nav {
        transition: all 350ms cubic-bezier(.455,.03,.515,.955);
        transform: translate(100%,0);
        position: fixed;
        background: #f7f7f7;
        max-width: 350px;
        display: block;
        height: 100%;
        width: 100%;
        z-index: 120;
        right: 0;
        top: 0;
      }

      .mobile-menu-visible .main-header .main-nav {
        transform: translate(0,0);
      }

      .mobile-menu-visible .main-header .main-nav .close-mobile-menu {
        visibility: visible;
        opacity: 1;
      }

      .main-header .main-nav ul {
        padding: 30px 0;
      }

      .main-header .main-nav ul li {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        color: black;
        font-size: 13px;
      }

      .main-header .main-nav ul li a {
        position: relative;
        display: block;
        color: black;
        padding: 17px 10px;
      }

      .main-header .main-nav ul li a:hover {
        background: #eceff1;
      }

      .main-nav ul li.menu-item-has-children:hover > ul {
        visibility: hidden;
        opacity: 0;
      }

      .main-nav ul li.menu-item-has-children > a:after,
      .main-nav ul li.menu-item-has-children:hover > a:after {
        border-color: #c1c1c1 transparent transparent transparent;
        right: 10px;
      }

      .main-nav ul li.menu-item-has-children:hover > a {
        color: inherit;
      }

      .main-nav ul li.menu-item-has-children > ul {
        display: none;
        visibility: visible !important;
        transition: none;
        background: #fff;
        position: relative;
        opacity: 1 !important;
        width: 100%;
        left: 0;
        top: 100%;
        background: none;
        padding: 4px 0 10px;
      }

      .main-nav ul li.menu-item-has-children > ul:before {
        content: none;
      }

      .main-nav ul li.menu-item-has-children > ul li {
        border: none !important;
      }

      .main-nav ul li.menu-item-has-children > ul li a {
        position: relative;
        padding: 6px 10px;
        display: block;
        width: 100%;
        color: black;
        font-size: 11px;
      }

      .main-nav ul li.menu-item-has-children > ul li a:hover {
        background: none;
      }

      .main-header .site-identity,
      .main-header .right-block {
        margin: 0;
      }

      .main-header.sticky + .content-wrapper {
        padding-top: 79px;
      }

      .main-nav ul li a:hover, 
      .main-header.bottom .main-nav ul li a:hover, 
      .main-header.sticky .main-nav ul li a:hover {
        color: black;
      }

      .main-nav ul li ul li a:hover {
        color: #c2b495 !important;
      }
    }

    @media(max-width: 420px) {
      .main-header .header-content {
        display: block;
      }
      .main-header .site-identity {
        display: block;
        margin: 0 auto;
      }
      .main-header .right-block .right-block-inner {
        display: table;
        float: none;
        margin: 20px auto 0;
        padding: 0;
      }

      .main-header .right-block .right-block-inner:before {
        content: none;
      }

      .main-header .shopping-cart-wrapper .cart-items-wrapper {
        right: -140px;
      }

      .header-profile-form {
        width: 260px;
        right: -95px;
      }

      .main-header .main-nav {
        width: 230px;
      }

      form.header-profile-form.login-form .forgot-password {
        text-align: center;
        margin: 0 auto;
      }

      .main-header.bottom .site-identity {
        display: none;
      }

      .main-header.bottom .right-block .right-block-inner {
        margin-top: 0;
      }

      .main-header.sticky + .content-wrapper {
        padding-top: 127px;
      }
    }

/* ----------------- Footer ----------------- */
    footer {
        color: black;
        background: #242427;
        padding: 77px 0 42px;
    }

    footer .copyright {
      color: black;
      margin: 0;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      text-align: center;
    }
/* ----------------- Widgets ----------------- */
  .sidebar .widget {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 20px;
    margin: 0 0 22px;
  }

  .sidebar .widget:last-child {
    border: none;
  }

  .widget .widget-title {
    position: relative;
    color: #4f4f4f;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 0 0 12px;
    margin: 0 0 15px;
  }

  .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #aeaeae;
    height: 2px;
    width: 30px;
  }

  .widget.widget-about .logo {
    margin: 0 0 30px;
  }

  .widget.widget-about .meta li {
    color: black;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
  }

  .widget.widget-about .meta li span {
    color: #fff;
    text-transform: uppercase;
  }

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

  .widget.widget-about .social li:last-child {
    margin: 0;
  }

  .widget.widget-about .social li a {
    display: inline-block;
    font-size: 16px;
    color: #adadab;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 2px solid #adadab;
    border-radius: 50%;
  }

  .widget.widget-about .social li a:hover {
    color: #c2b495;
    border-color: #c2b495;
  }

  .widget.widget-colors .color-group .color {
    display: inline-block;
    margin: 0 5px 0 0;
  }

  .widget.widget-colors .color-group .color .color-option {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: red;
    border: 1px solid transparent;
  }

  .widget.widget-colors .color-group .color.white .color-option {
    background: #fff;
    border-color: #eee;
  }

  .widget.widget-colors .color-group .color.brown .color-option {
    background: #cec4ab;
  }

  .widget.widget-colors .color-group .color.green .color-option {
    background: #b8e0c9;
  }

  .widget.widget-colors .color-group .color.pink .color-option {
    background: #f0d3ca;
  }

  .widget.widget-colors .color-group .color.yellow .color-option {
    background: #ebebcd;
  }

  .widget.widget-colors .color-group .color.silver .color-option {
    background: #dfd7d0;
  }

  .widget.widget-colors .color-group .color.dark-brown .color-option {
    background: #efb88f;
  }

  .widget.widget-colors .choosed {
    display: inline-block;
    border-top: 1px solid #eaeaea;
    color: #a6a6a6;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 12px;
    padding-top: 12px;
  }

  .widget.widget-colors .choosed span.color {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f3e5db;
    vertical-align: middle;
    margin: 0px 0 2px 20px;
  }

  .widget.widget-colors .choosed span i {
    font-size: 9px;
    padding-right: 8px;
  }

  .widget.popular-items ul li img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 140px
  }

  .widget.popular-items ul li {
    position: relative;
    padding-left: 160px;
    min-height: 144px;
    margin: 0 0 25px;
  }

  .widget.popular-items ul li h4 {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
  }

  .widget.popular-items ul li a:hover {
    padding: 0;
  }

  .widget.popular-items ul li a:before {
    content: none;
  }

  .widget.popular-items ul li .price {
    color: #b3a176;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .widget.popular-posts ul {
    padding: 8px 0 5px 0;
  }

  .widget.popular-posts ul li img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 140px
  }

  .widget.popular-posts ul li {
    position: relative;
    padding-left: 160px;
    min-height: 144px;
    margin: 0 0 25px;
    text-transform: none;
  }

  .widget.popular-posts ul li h4 {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 2px;
  }

  .widget.popular-posts ul li a:hover {
    padding: 0;
  }

  .widget.popular-posts ul li a:before {
    content: none;
  }

  .widget.popular-posts ul li .date {
    color: #a6a6a6;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .widget.subscribe-widget form {
    padding: 10px 0 0 0;
  }

  .widget.widget-instagram .tt-instagram {
    padding-top: 5px;
    margin-left: -3px;
    margin-right: -3px;
  }

  .widget.widget-instagram .tt-instagram li {
    position: relative;
    float: left;
    width: 33.3333333%;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0 0 10px;
  }

  .widget.widget-instagram .tt-instagram li img {
    display: table;
    margin: 0 auto;
  }

  .widget_pricefilter .price-slider {
    padding: 14px 0 0; 
  }

  .widget_pricefilter .price-slider .noUi-target {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: #b3a176;
    height: 2px;
  }

  .widget_pricefilter .price-slider .noUi-connect {
    box-shadow: none;
    opacity: 0.7;
    height: 12px;
    top: -5px;
    background: #eaeaea
  }
  
  .widget_pricefilter .price-slider .noUi-horizontal .noUi-handle {
    width: 21px;
    height: 21px;
    border: 1px solid #b3a176;
    border-radius: 0;
    top: -9px;
  }

  .widget_pricefilter .price-slider .noUi-handle:before, 
  .widget_pricefilter .price-slider .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 6px;
    background: #b3a176;
    left: 6px;
    top: 7px;
  }

  .widget_pricefilter .price-slider .noUi-handle:after {
    top: 11px;
  }

  .widget_pricefilter .price-slider .values-wrapper {
    margin: 20px 0 0 0;
  }

  .widget_pricefilter .price-slider .values-wrapper span {
    position: relative;
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .widget_pricefilter .price-slider .values-wrapper span:before {
    content: attr(data-currency);
    display: inline-block;
  }

  .widget_pricefilter .price-slider .values-wrapper .slider-snap-value-lower {
    padding-right: 13px;
  }

  .widget_pricefilter .price-slider .values-wrapper .slider-snap-value-lower:after {
    position: absolute;
    content: "-";
    right: 0;
  }

  .widget.widget-tags .tagcloud a {
    display: inline-block;
    color: #4f4f4f;
    background: #e6e6e6;
    font-size: 12px !important;
    border-radius: 5px;
    padding: 0px 12px;
    margin: 0 4px 8px 0;
  }

  .widget.widget-tags .tagcloud a:hover {
    background: #c2b495;
    color: #fff;
  }

  .widget ul {
    padding: 0;
    margin: 0;
  }

  .widget ul li {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0 0 10px;
  }

  .widget ul li:last-child {
    margin: 0;
  }

  .widget ul li a {
    position: relative;
  }

  .widget ul li a:hover {
    padding: 0 0 0 18px;
  }

  .widget ul li a:hover:before {
    left: 0;
    opacity: 1;
  }

  .widget ul li a:before {
    display: inline-block;
    content: "\e96f";
    font-family: 'Icomoon';
    position: absolute;
    line-height: 1em;
    top: 5px;
    left: -10px;
    font-size: 8px;
    font-weight: bold;
    opacity: 0;
  }

  footer .widget {
    margin: 0 0 45px;
  }

  footer .widget ul {
    padding: 0;
    margin: 0;
  }

  footer .widget .widget-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 48px;
  }

  footer .widget ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: black;
    font-size: 16px;
    line-height: 24px;
  }

  footer .widget.widget-categories ul li {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }

  footer .widget.widget-posts ul li:not(:last-child) {
    margin: 0 0 25px;
  }

  @media(max-width:  992px) {
    .sidebar {
      margin-bottom: 50px;
    }
  }

  @media(max-width: 420px) {
    .widget.popular-posts ul li,
    .widget.popular-items ul li {
      padding-left: 75px;
    }

    .widget.popular-items ul li {
      min-height: 80px;
    }

    .widget.popular-posts ul li img,
    .widget.popular-items ul li img {
      max-width: 60px;
    }

    .widget.popular-posts ul li h4,
    .widget.popular-items ul li h4 {
      padding: 0;
      font-size: 14px;
      line-height: 21px;
    }

    .widget.popular-posts ul li .date,
    .widget.popular-items ul li .price {
      font-size: 12px;
    }
  }
/* ----------------- Page Content ----------- */
    .hero-section,
    section {
      position: relative;
    }

    .hero-section .hero-content,
    section .aligned-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        height: 100vh;
        z-index: 5;
    }

    @media(max-height: 700px) {
      .hero-section .hero-content {
        display: block;
        padding: 120px 0 70px;
        height: 100%;
      }

      .hero-section .scroll-next {
        display: none;
      }

      section .aligned-content {
        display: block;
        height: 100%;
      }
    }

    @media(max-width: 992px) {
      .hero-section .hero-content {
        display: block;
        padding: 120px 0 70px;
        height: 100%;
      }

      section .aligned-content {
        display: block;
        height: 100%;
      }

      .hero-section .scroll-next {
        display: none;
      }

      .hero-section .carousel-items .hero-content {
        display: flex;
        height: 100vh;
      }
    }

    .hero-section .hero-content.align-bottom > .container {
      flex-grow: 1;
      margin-top: auto;
      margin-bottom: 100px;
    }

    .hero-section .hero-content.simple {
      display: block !important;
      height: auto;
      padding: 80px 0 100px;
    }

    .hero-section .hero-content.more-padding {
      padding: 185px 0 75px;
    }

    .hero-section .slider {
        text-align: center;
    }

    .hero-section .slider .slider-image {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        left: 0;
    }

    .hero-section .slider .intro {
        color: #fff;
        margin: 0 0 5px;
    }

    .hero-section .slider .title {
        font-size: 128px;
        color: #fff;
        line-height: 1.36em;
        margin: 0;
    }

    .hero-section .slider .description {
        color: #f1f1f1;
        font-size: 16px;
        line-height: 36px;
        max-width: 580px;
        margin: 0 auto 54px;
    }

    .hero-section .slider .hero-logo {
      display: table;
      margin: 0 auto 75px;
    }

    .hero-section .slider .btn {
        display: block;
        width: 100%;
    }

    .hero-section .scroll-next {
      position: absolute;
      color: #fff;
      font-size: 42px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 90px;
      padding: 5px;
      opacity: 0.7;
      cursor: pointer;
      z-index: 10;
    }

    .hero-section .scroll-next:hover {
      opacity: 1;
    }

    section .section-title {
      color: #ffffff;
      font-size: 128px;
      text-align: center;
      padding: 65px 0 45px;
      margin: 0;
      line-height: 1.2em;
    }


    section .section-title.small {
      color: #212121;
      font-size: 48px;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    section .section-title.small-two {
      color: #4f4f4f;
      font-size: 32px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 0.15em;
      padding: 65px 0 36px;
    }

    section .title-area .subtitle {
      color: #aeaeae;
      font-size: 24px;
      letter-spacing: 0;
      margin: 0;
      padding: 0 0 36px;
      text-align: center;
    }

    section .title-area .section-title {
      padding: 65px 0 10px;
    }

    section .page-title {
      position: relative;
      text-align: center;
      z-index: 5;
    }

    section .page-title.bg-color {
      background: #71726b
    }

    section .page-title img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      left: 0;
      z-index: -1;
    }

    section .page-title h2 {
      color: #ffffff;
      font-size: 32px;
      text-transform: uppercase;
      padding: 75px 0;
      margin: 0;
    }

    section .page-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 40px 0;
    }

    section .page-nav .breadcrumbs {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 30%;
      margin-right: auto;
    }

    section .page-nav .select-order {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 30%;
      margin-left: auto;
    }

    section .page-nav .select-order select {
      float: right;
    }

    section .page-nav .title {
      color: #4f4f4f;
      font-size: 32px;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin: 0;
    }

    section .page-nav .select-order select {
      outline: none;
      min-width: 0;
      cursor: pointer;
      color: #a6a6a6;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

    section .breadcrumbs li {
      position: relative;
      display: inline-block;
      color: #a6a6a6;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding: 0 13px 0 0;
    }

    section .breadcrumbs li a:hover {
      color: #a6a6a6;
      text-decoration: underline; 
    }

    section .breadcrumbs li:not(:last-of-type):after {
      content: "-";
      position: absolute;
      top: 0;
      right: 0;
    }

    section .page-nav .back-to-shop {
      color: #a6a6a6;
      font-size: 12px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    section .page-nav .back-to-shop:hover {
      text-decoration: underline;
    }

    @media(max-width: 992px) {
      section .section-title {
        font-size: 75px;
        padding: 40px 0 40px;
      }

      .hero-section .slider .title {
        font-size: 75px;
      }

      .hero-section .slider .intro {
        font-size: 19px;
      }

      section .page-nav {
        display: block;
      }

      section .page-nav .select-order {
        margin-left: 0;
        width: 100%;
      }

      section .page-nav .select-order select {
        float: none;
      }

      section .page-nav .title {
        margin: 10px 0;
      }

      section .page-nav .breadcrumbs {
        margin-right: 0;
        width: 100%;
      }
    } 

    @media(max-width: 440px) {
      .hero-section .slider .title,
      section .section-title {
        font-size: 60px;
      }

      section .section-title.small {
        font-size: 28px;
      }

      section .section-title.small-two {
        font-size: 25px;
      }

      section .title-area .subtitle {
        font-size: 20px;
      }
    }
  /* ---------------- Services Section ------------------ */
    .services-section {
      background: url(../img/about-section.jpg);
      background-size: cover;
    }

    .service-item {
      text-align: center;
      margin: 45px 0 50px;
    }

    .service-item .s-icon {
      display: inline-block;
      color: #fff;
      font-size: 28px;
      border: 1px solid #fff;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      line-height: 120px;
      padding: 0 0 0 2px;
      margin: 0 0 10px;
    }

    .service-item h3 {
      color: #fff;
    }

    .service-item p {
      color: #ededed;
      font-size: 16px;
      line-height: 24px;
    }

/* ---------------- Message Section ------------------ */
  .message-section {
    padding: 80px 0 140px;
  }

  .message-section .title {
    color: #4f4f4f;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
  }

  .message-section .subtitle {
    display: table;
    color: #aeaeae;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
  }


/* ---------------- Partners Section ------------------ */
  .partners-section {
    background: #f0f0f0;
    padding: 52px 0 20px
  }

  .partners-section .partners-list {
    display: block;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .partners-section .partners-list img {
    display: table;
    margin: 0 auto 20px;
    opacity: 0.3;
  }

  .partners-section .partners-list a:hover img {
    opacity: 0.7;
  }

/* ---------------- About Section ------------------ */
    .about-section {
      background: url(../img/about-section-text.jpg);
      background-size: cover;
      padding: 0 0 50px;
    }

    .about-section .description {
      max-width: 800px;
      margin: 0 auto;
    }

    .about-section .description p {
      color: #ededed;
      line-height: 24px;
    }

    .about-section .description p.big {
      font-size: 24px;
      line-height: 48px;
      margin: 10px 0 30px;
    }

/* ---------------- Testimonials Section ------------------ */
  .testimonials-section {
    padding: 48px 0 100px;
    background: #f8f8f8;
  }

  .testimonial {
    display: table;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .testimonial .message {
    color: #aeaeae;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 18px;
  }

  .testimonial .name {
    color: #a6a6a6;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
  }

/* ---------------- Portfolio Section ------------------ */
  .portfolio-section {
    background: url(../img/portfolio-section.jpg);
    background-size: cover;
  }

  .portfolio-section.v2 {
    background: #fff;
  }

  .portfolio-section .section-title {
    padding-bottom: 12px;
  }

  .portfolio-section.v2 .section-title {
    padding-bottom: 42px;
  }

  .portfolio-section.v3 {
    background: #f8f8f8;
    padding: 65px 0 160px;
    border-bottom: 1px solid #e1e1e1;
  }

  .portfolio-section.v3 {
    background: #f8f8f8;
  }

  .isotope-filters {
    display: table;
    margin: 0 auto 35px;
  }

  .isotope-filters ul li {
    display: inline-block;
    text-align: center;
    padding: 0 19px 10px;
  }

  .isotope-filters ul li a {
    color: #e9e9e9;
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid transparent;
  }

  .isotope-filters.dark ul li a {
    color: #aeaeae;
  }

  .isotope-filters ul li a:hover,
  .isotope-filters ul li a.current {
    color: #fff;
    border-color: #dbdbdb;
  }

  .isotope-filters.dark ul li a:hover,
  .isotope-filters.dark ul li a.current {
    color: #c2b495;
  } 

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

  .portfolio-item img {
    transform: scale(1.05);
    backface-visibility: hidden;
    width: 100%;
  }

  .portfolio-item:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background:rgb(193, 163, 137, .5);;
    z-index: 2;
  }

  .portfolio-item .hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 3;
  }

  .portfolio-item .hover .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 22px;
    padding: 0 0 22px;
  }

  .portfolio-item .hover .title:after {
    content: "";
    position: absolute;
    background: #959595;
    height: 1px;
    width: 2%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .portfolio-item .hover .category {
    color: #a7a7a7;
    font-size: 16px;
  }

  .portfolio-item:hover img {
    transform: scale(1);
  }

  .portfolio-item:hover:before {
    opacity: 1;
  }

  .portfolio-item:hover .hover {
    opacity: 1;
  }

  .portfolio-item:hover .hover .title:after {
    width: 70%;
  }

  .single-portfolio-wrapper {
    padding-top: 50px;
    padding-bottom: 58px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e1e1e1;
  }

  .single-portfolio-wrapper .cover {
    margin: 0 0 38px;
  } 

  .single-portfolio-wrapper .cover img {
    max-height: 600px;
    min-height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .single-portfolio-wrapper .post-title {
    color: #4f4f4f;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
  }

  .single-portfolio-wrapper .description {
    color: #aeaeae;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 50px;8p78p;oy8
  }

  .single-portfolio-wrapper .share-block li {
    display: inline-block;
    color: #212121;
    font-size: 16px;
    margin-right: 5px;
  }

  .single-portfolio-wrapper .share-block li:last-child {
    margin: 0;
  }

  .single-portfolio-wrapper .share-block li.title {
    padding-right: 10px;
  }

  .single-portfolio-wrapper .share-block li i {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    color: #d6d6d6;
    text-align: center;
    line-height: 28px;
  }

  .single-portfolio-wrapper .share-block li a:hover i {
    border-color: #c2b495;
    color: #c2b495;
  }

  .related-projects {
    margin-bottom: 70px;
  }

  .related-projects .related-title {
    color: #aeaeae;
    font-size: 24px;
    text-align: center;
    margin: 0 0 45px;
  }
  
  @media(max-width: 992px) {
    .related-projects .portfolio-item {
      margin-bottom: 20px;
    }
  }
  @media(max-width: 600px) {
    .isotope-container > [class*="col-"] {
      width: 100%;
      padding-bottom: 10px;
    }
  }
/* ---------------- Team Section ------------------ */
  .team-section {
    background: url(../img/team-section.jpg);
    background-size: cover;
    padding: 0 0 60px;
  }

  .team-section.v2 {
    background: #f7f7f7;
    padding: 75px 0 30px;
  }

  .team-section.v3 {
    background: #f8f8f8;
    padding: 0 0 130px;
    border-bottom: 1px solid #e1e1e1;
  }

  .team-section.v3 .section-title {
    padding-top: 0;
  }

  .team-member {
    text-align: center;
    margin: 0 0 60px;
  }

  .team-member .cover {
    margin: 0 0 32px;
  }

  .team-member .cover a {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

  .team-member .cover a img {
    transform: scale(1.05);
    backface-visibility: hidden;
  }

  .team-member .cover a:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(53,54,55,0.8);
    z-index: 2;
  }

  .team-member.small .cover a:before {
    background: rgba(53,54,55,0.6);
  }

  .team-member .cover a:hover img {
    transform: scale(1);
  }

  .team-member .cover a:hover:before {
    opacity: 1; 
  }

  .team-member .name {
    color: #fff;
    font-size: 32px;
    margin: 0;
  }

  .team-member.small .name {
    color: #212121;
    font-size: 16px;
  }

  .team-member .position {
    color: #fff;
    font-size: 24px;
  }

  .team-member.small .position {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .team-member .social {
    margin: 34px 0 0;
  }

  .team-member.small .social {
    margin: 10px 0 0;
  }

  .team-member .social li {
    display: inline-block;
  }

  .team-member .social li a {
    display: inline-block;
    font-size: 16px;
    color: #adadab;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 2px solid #adadab;
    border-radius: 50%;
    margin: 0 5px;
  }

  .team-member.small .social li a {
    color: #a1a1a1;
    border: none;
    border-radius: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .team-member .social li a:hover {
    color: #fff;
    border-color: #fff;
  }

  .team-member.small .social li a:hover {
    color: #c2b495;
  }

/* ---------------- Blog Elements ------------------ */
  .news-section {
    background: url(../img/news-section.jpg);
    background-size: cover;
  }

  .blog-section {
    background: #f7f7f7;
    padding: 0 0 10px;
  }

  .blog-area {
    padding: 0 0 110px 0;
  }

  .news-section .section-title {
    padding: 24px 0 10px;
  }

  .news-list {
    margin: 0 0 48px;
  }

  .news-list li {
    text-align: center;
  }

  .news-list > li {
    padding: 28px 0 25px;
    border-bottom: 1px solid #88817a;
  }

  .news-list > li:hover {
    background: rgba(36,36,36,0.5);
  }

  .news-list li .title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 18px;
  }

  .news-list li .meta li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0px 18px 0 0;
    padding: 0px 30px 0 0;
  }

  .news-list li .meta li:last-child {
    margin: 0;
    padding: 0;
  }

  .news-list li .meta li:before {
    content: "/";
    position: absolute;
    right: 0;
  }

  .news-list li .meta li:last-child:before {
    content: none;
  }

  .news-block {
    padding: 0 0 25px;
  }

  .news-block .navigation {
    display: table;
    margin: 0 auto;
    padding: 0 0 48px;
  }

  .news-block .navigation li {
    display: inline-block;
    padding: 0 15px;
  }

  .news-block .navigation li a {
    display: block;
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 72px;
    height: 72px;
    line-height: 71px;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  .news-block .navigation li a:hover {
    background: #fff;
    color: #797979;
  }

  .blog-post-item {
    position: relative;
  }

  .blog-post-item img {
    width: 100%;
  }

  .blog-post-item .date {
    position: absolute;
    color: #ededed;
    font-size: 16px;
    letter-spacing: 0.1em;
    top: 35px;
    right: 35px;
  }

  .blog-post-item .description {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
  }

  .blog-post-item .description h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 25px;
  }

  .blog-post-item .description p {
    color: #ededed;
    font-size: 16px;
  }

  .blog-post-item .description ul {
    margin: 4px 0 0;
    padding: 0;
  }

  .blog-post-item .description ul li {
    display: inline-block;
    list-style-type: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-right: 8px;
  }

  .blog-post-item .description ul li:last-child {
    margin: 0;
  }

  .row.custom {
    margin-left: -3px;
    margin-right: -3px;
  }

  .row.custom > .column {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 3px;
    width: 20%;
  }

  .big-post-section {
    padding: 70px 0;
    background: #f8f8f8
  }

  .big-post-section.with-shadow {
    padding: 140px 0 155px;
  }

  .blog-post-big img.with-shadow {
    -webkit-box-shadow: -43px 82px 159px -36px rgba(173,173,173,1);
    -moz-box-shadow: -43px 82px 159px -36px rgba(173,173,173,1);
    box-shadow: -43px 82px 159px -36px rgba(173,173,173,1);
  }

  .blog-post-big .post-title {
    color: #4f4f4f;
    font-size: 32px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 0 2px;
  }

  .blog-post-big .subtitle {
    position: relative;
    color: #aeaeae;
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 25px;
  }

  .blog-post-big .subtitle:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #aeaeae;
    bottom: 0;
    left: 0;
  }

  .blog-post-big .description {
    color: #aeaeae;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
  }

  .blog-post-big > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-area ul.navigation {
    padding: 90px 200px 0 0;
  }


  .blog-area .blog-posts {
    padding-left: 50px;
  }

  .blog-area.fullwidth .blog-posts {
    padding-left: 0;
  }

  .blog-post-q {
    text-align: center;
    margin: 0 0 55px;
  }

  .blog-post-q .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }

  .blog-post-q .cover {
    margin: 0 0 30px;
  }

  .blog-post-q .cover img {
    width: 100%;
    max-height: 420px;
    min-height: 250px;
    object-fit: cover;
  }

  .blog-post-q .category {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .blog-post-q .post-title {
    color: #4f4f4f;
    font-size: 32px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 0 12px;
  }

  .blog-post-q .meta {
    display: block;
    color: #4f4f4f;
    font-size: 12px;
    margin: 0 0 20px;
  }

  .blog-post-q .description {
    color: #aeaeae;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 25px;
  }

  .blog-post-q .post-footer {
    color: #4f4f4f;
    font-size: 12px;
    text-align: left;
  }

  .blog-post-q .post-footer .comments {
    position: relative;
    padding: 0 0 0 28px;
  }

  .blog-post-q .post-footer .comments:before {
    content: "\e921";
    font-family: 'icomoon';
    color: #848484;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    left: 0;
  }

  .blog-post-q .post-footer .read-more {
    position: relative;
    padding: 3px 13px;
    text-indent: -9999px;
    float: right;
    top: 5px;
  }

  .blog-post-q .post-footer .read-more span {
    display: block;
    position: relative;
    background: #a6a6a6;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .blog-post-q .post-footer .read-more:before,
  .blog-post-q .post-footer .read-more:after {
    position: absolute;
    content: "";
    background: #a6a6a6;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 3px;
  }

  .blog-post-q .post-footer .read-more:after {
    left: auto;
    right: 0;
  }

  .blog-post-q .post-footer .read-more:hover span,
  .blog-post-q .post-footer .read-more:hover:before,
  .blog-post-q .post-footer .read-more:hover:after {
    background: #c2b495
  }

  .single-blog-post .wrapper {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 70px;
  }

  .single-blog-post .wrapper .wrapper-content {
    max-width: 1100px;
    margin: 0 auto;
  }

  .single-blog-post .cover {
    margin: 0 0 30px;
  }

  .single-blog-post .cover img {
    width: 100%;
    max-height: 420px;
    min-height: 220px;
    object-fit: cover;
  }

  .single-blog-post .category {
    display: block;
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
  }

  .single-blog-post .post-title {
    color: #4f4f4f;
    font-size: 32px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 0 12px;
    text-align: center;
  }

  .single-blog-post .meta {
    display: block;
    color: #4f4f4f;
    font-size: 12px;
    margin: 0 0 20px;
    text-align: center;
  }

  .single-blog-post .description {
    color: #aeaeae;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .single-blog-post .description p {
    color: #aeaeae;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
  }

  .single-blog-post .description ul {
    margin: 0 0 5px 20px;
  }

  .single-blog-post .description ul li {
    position: relative;
    padding: 0 0 20px 30px;
  }

  .single-blog-post .description ul li:before {
    content: "\e91f";
    font-family: 'icomoon';
    position: absolute;
    font-size: 15px;
    line-height: 1em;
    color: #c7ba9e;
    left: 0;
    top: 5px;
  }

  .single-blog-post .description blockquote {
    position: relative;
    color: #7f7f7f;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    font-style: italic;
    border-left: 3px solid #c2b495;
    margin: 40px 0 30px;
    padding: 0 0 0 40px;
  }

  .single-blog-post .description blockquote:before {
    content: '"';
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: 4px;
    color: #c2b495;
    line-height: 1em;
    transform: translateY(-50%);
  }

  .single-blog-post .post-footer {
    padding: 30px 0 42px;
  }

  .single-blog-post .post-footer .tags {
    position: relative;
    display: inline-block;
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 5px;
  }

  .single-blog-post .post-footer .tags:before {
    content: "#";
    color: #8d8d8d;
  }

  .single-blog-post .post-footer .share-block li {
    display: inline-block;
    color: #212121;
    font-size: 16px;
    margin-right: 5px;
  }

  .single-blog-post .post-footer .share-block li:last-child {
    margin: 0;
  }

  .single-blog-post .post-footer .share-block li.title {
    padding-right: 10px;
  }

  .single-blog-post .post-footer .share-block li i {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    color: #d6d6d6;
    text-align: center;
    line-height: 28px;
  }

  .single-blog-post .post-footer .share-block li a:hover i {
    border-color: #c2b495;
    color: #c2b495;
  }

  .single-blog-post .respond-area {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 70px;
    margin: 0 0 50px;
  }

  .single-blog-post .respond-area .respond-wrapper {
    display: table;
    margin: 0 auto;
    max-width: 770px;
  }

  .single-blog-post .comments-area {
    display: table;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  }

  .single-blog-post .comments-area .area-title {
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 45px;
  }

  .single-blog-post .comments-area .area-title span {
    color: #c6c6c6;
    font-size: 15px;
  }

  .single-blog-post  .comments-list .comment .comment-body {
    position: relative;
    padding: 0 0 20px 68px;
  }

  .single-blog-post .comments-list .comment .comment-body .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
  }

  .single-blog-post .comments-list .comment .comment-body .message {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }

  .single-blog-post .comments-list .comment .comment-body .user-title {
    display: inline-block;
    color: #212121;
    font-size: 16px;
    margin: 0;
  }

  .single-blog-post .comments-list .comment .comment-body .comment-date {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-left: 40px;
  }

  .single-blog-post .comments-list .comment .comment-body .comment-reply-link {
    float: right;
    color: #212121;
    font-size: 16px;
  }

  .single-blog-post .comments-list .comment .comment-body .comment-reply-link:hover {
    color: #c2b495;
  }

  .single-blog-post .comments-list .comment {
    margin: 0 0 25px;
    border-bottom: 1px solid #f4f4f4;
  }

  .single-blog-post .comments-list .comment:last-child {
    border-bottom: 1px solid transparent;
    margin: 0;
  }

  .single-blog-post .comments-list .comment ul li {
    border-top: 1px solid #f4f4f4;
    padding: 25px 0 0 20px;
    margin: 0;
  }

  .single-blog-post .comments-list .comment ul li:last-child {
    border-bottom: 1px solid transparent;
  }

  .article-area {
    padding: 0 0 100px;
  }

  .article-area .page-title {
    margin: 0 0 50px;
  }

  .article-area .navigation {
    margin: 100px 0 20px;
  }

  ul.navigation {
    text-align: right;
  }

  .blog-area .navigation {
    margin: 100px 0 0 0;
  }

  ul.navigation li {
    display: inline-block;
    color: #aeaeae;
    font-size: 16px;
    padding: 0 7px;
  }

  ul.navigation li .current {
    color: #000000;
    text-decoration: underline;
  }

  ul.navigation li .next {
    position: relative;
    padding-right: 15px;
  }

  ul.navigation li .next:after {
    display: inline-block;
    content: "\e96f";
    font-family: 'Icomoon';
    position: absolute;
    line-height: 1em;
    top: 5px;
    right: 0px;
    font-size: 9px;
    font-weight: bold;
  }


  @media(max-width: 1700px) {
    .row.custom > .column {
      width: 25%;
      padding-bottom: 6px;
    }
  }

  @media(max-width: 1300px) {
    .row.custom > .column {
      width: 33.33333%;
      padding-bottom: 6px;
    }
  }

  @media(max-width: 992px) {
    .row.custom > .column {
      width: 50%;
      padding-bottom: 6px;
    }

    .single-blog-post .respond-area .respond-wrapper {
      width: 100%;
    }
  }

  @media(max-width: 992px) {
    .blog-post-big > .row {
      display: block;
    }

    .blog-post-big > .row > [class*="col-"]:first-child {
      padding-bottom: 60px;
    }

    .single-blog-post .post-title {
      font-size: 28px;
    }
  }

  @media(max-width: 670px) {
    .row.custom > .column {
      width: 100%;
      padding-bottom: 6px;
    }

    .single-blog-post .comments-list .comment .comment-body .user-title,
    .single-blog-post .comments-list .comment .comment-body .comment-date,
    .single-blog-post .comments-list .comment .comment-body .comment-reply-link {
      display: block;
      padding: 0;
      float: none;
    }

    .single-blog-post .post-footer .share-block {
      float: none;
      padding-top: 15px;
    }
  }

  @media(max-width: 440px) {
    .blog-post-item .description {
      right: 10px;
      left: 10px;
      bottom: 10px;
    }

    .blog-post-item .description h3 {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 5px;
    }

    .blog-post-item .description p {
      font-size: 13px;
      margin: 0 0 10px;
    }

    .blog-post-item .description ul li {
      font-size: 10px;
    }

    .blog-post-q .post-title {
      font-size: 24px;
    }

    .single-blog-post .description blockquote {
      font-size: 20px;
      line-height: 30px;
    }

    .single-blog-post  .comments-list .comment .comment-body {
      padding-left: 58px;
    }
  }

  @media(max-width: 1300px) {
    .blog-area .container-50 {
      padding-left: 15px;
      padding-right: 15px;
    }

    .blog-area .row-fit-50 {
      margin-left: -15px;
      margin-right: -15px;
    }

    .blog-area .row-fit-50 > [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
    }

    .blog-area .blog-posts {
      padding: 0;
    }
  }

/* ---------------- Contact Section ------------------ */
  #map-canvas {
    min-height: 530px
  }

  .contact-section {
    background: url(../img/contact-section.jpg);
    background-size: cover;
  }

  .contact-area {
    background: #f8f8f8;
  }

  .contact-area .contact-wrapper  {
    margin: 75px 0 0 0;
  }

  .contact-area .contact-blocks {
    border-top: 1px solid #d7d7d7;
    padding: 60px 0 35px;
  }

  .contact-area .contact-blocks .contact-block {
    position: relative;
    color: #a6a6a6;
    font-size: 14px;
    padding: 18px 10px 18px 50px;
  }

  .contact-area .contact-blocks .contact-block i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #a6a6a6;
    font-size: 35px;
    vertical-align: middle;
    padding: 0 18px 0 0;
  }

  .contact-section .contact-form,
  .contact-area .contact-wrapper .contact-form {
    display: table;
    max-width: 780px;
    width: 100%;
    margin: 0 auto 82px;
  }

  .contact-section .lower-block {
    border-top: 1px solid #bfc0bf;
    padding: 75px 0 105px;
  }

  .contact-info {
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
  }

  .contact-info .icon {
    font-size: 35px;
    vertical-align: middle;
    padding-right: 17px;
  }

  .contact-info .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    vertical-align: middle;
  }

  .social-links-block {
    margin: 34px 0 0;
  }

  .social-links-block li {
    display: inline-block;
    text-align: center;
  }

  .social-links-block li a {
    display: inline-block;
    font-size: 16px;
    color: #adadab;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 2px solid #adadab;
    border-radius: 50%;
    margin: 0 5px;
  }

  .social-links-block li a:hover {
    color: #fff;
    border-color: #fff;
  }

  .lower-block .social-links-block {
    display: table;
    border-top: 1px solid #fff;
    margin: 18px auto 0;
    padding: 38px 25px 10px;
  }

/* ---------------- 404 Section ------------------ */
  .error-404 {
    position: relative;
    background: url(../img/error-404.jpg);
    background-size: cover;
    text-align: center;
  }

  .error-404 h1 {
    color: #ffffff;
    font-size: 128px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 0 25px;
  }

  .error-404 h4 {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin: 0 0 90px;
  }

  .error-404 .btn {
    max-width: none;
    padding: 18px 48px;
  }

  @media(max-width: 992px) {
    section.error-404 .aligned-content {
      display: flex;
      height: 100vh;
    }
  }

  @media(max-width: 650px) {
    .error-404 h1 {
      font-size: 70px;
    }
  }

/* ---------------- Stats Section ------------------ */
  .stats-section {
    padding: 90px 0 57px;
    background: #242427;
  }

  .stats-item {
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
  }

  .stats-item .number,
  .stats-item .caption {
    display: block;
  }

  .stats-item .number {
    font-size: 64px;
    line-height: 1em;
    padding: 0 0 16px;
  }

  .stats-item .caption {
    font-size: 24px;
    line-height: 1em;
  }

/* ---------------- Features Section ------------------ */
  .features-row {
    background: #242427;
  }

  .features-row > [class*="col-"]:first-child {
    padding-left: 0;
  } 

  .features-row > [class*="col-"]:last-child {
    padding-top: 112px;
  } 

  .features-row .features-img {
    width: 100%;
  }

  .feature-item {
    position: relative;
    padding: 0 0 92px 92px;
  }

  .feature-item i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #48484b;
    font-size: 61px;
  }

  .feature-item .title {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 18px;
  }

  .feature-item .description {
    color: #ededed;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }

  @media(max-width: 992px) {
    .features-row > [class*="col-"]:first-child {
      padding-left: 15px;
    }

    .features-row.row-eq-height {
      display: block;
    }
  }

/* ---------------- Skills Section ------------------ */
  .skills-section {
    padding: 100px 0 115px;
    background: #f8f8f8;
  }

  .skill-item {
    text-align: center;
    background: #fff;
    padding: 25px;
    margin: 0 0 30px;
  }

  .skill-item .s-icon {
    display: block;
    font-size: 47px;
    color: #c3b492;
    margin: 0 0 10px;
  }

  .skill-item .title {
    color: #4f4f4f;
    font-size: 24px;
    line-height: 48px;
    margin: 0 0 12px;
  }

  .skill-item .description {
    color: #aeaeae;
    font-size: 14px;
    line-height: 24px;
  }

/* ---------------- Gallery Section ------------------ */
  .gallery-section {
    position: relative;
    padding: 170px 0 210px;
  }

/* ---------------- Action Section ------------------ */
  .action-box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .action-box a:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(53,54,55,0.6);
    z-index: 2;
  }

  .action-box img {
    width: 100%;
    object-fit:cover;
    transform: scale(1.05);
    backface-visibility: hidden;
  }

  .action-box a:hover:before {
    opacity: 1;
  }

   .action-box a:hover img {
    transform: scale(1);
   }

  .action-box .description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 3;
  }

  .action-box .description h3 {
    color: #fff;
    font-size: 32px;
  }

  .action-box .description p {
    color: #e7e7e7;
    font-size: 16px;
    margin: 0;
  }

/* ---------------- Shop Section ------------------ */
  .shop-area {
    padding: 0 0 100px;
  }

  .shop-area.single {
    padding: 0 0 32px;
  }

  section.shop-categories .section-title {
    padding: 90px 0 60px;
  }

  .shop-products {
    padding: 0 0 60px;
  }

  .shop-products.small {
    background: #f0f0f0;
    padding: 120px 0 20px;
  }

  .shop-category {
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
  }

  .shop-category:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(53,54,55,0.3);
    z-index: 2;
  }

  .shop-category:hover:before {
    opacity: 1;
  }

  .shop-category img {
    width: 100%;
    transform: scale(1.04);
    backface-visibility: hidden;
  }

  .shop-category:hover img {
    transform: scale(1);
  } 

  .shop-category .description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 48%;
    right: 15px;
  }

  .shop-category.center .description {
    left: 50%;
    right: auto;
    transform: translate(-50%,-50%);
    text-align: center;
  }

  .shop-category .description h3 {
    position: relative;
    color: black;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 21px;
  }

  .shop-category.center .description h3 {
    color: #ffffff;
    padding: 0;
    margin: 0 0 15px;
  }

  .shop-category .description h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #aeaeae;
  }

  .shop-category.center h3:before {
    content: none;
  }

  .shop-category .description span {
    color: #aeaeae;
    font-size: 24px;
  }

  .big-sale-product {
    position: relative;
    margin: 0 0 25px;
  }

  .big-sale-product img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
  }

  .big-sale-product .wrapper {
    padding: 40px 0;
  }

  .big-sale-product .description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .big-sale-product .description h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    text-align: center;
    max-width: 320px;
    margin: 0 0 45px;
  }

  .sale-btn {
    display: inline-block;
    position: relative;
    background: #c5a68e;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.05em;
    border-radius: 37px;
    text-align: right;
    padding: 16px 20px;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
  }

  .sale-btn span {
    color: #000000;
    font-size: 20px;
    text-decoration: line-through;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sale-btn:hover {
    color: #fff;
    background: #b69a84;
  }

  .shop-product {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
  }

  .shop-product .cover {
    position: relative;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
  }

  .shop-product .cover:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(53,54,55,0.5);
    z-index: 2;
  }

  .shop-product .cover:hover:before {
    opacity: 1;
  }

  .shop-product img {
    width: 100%;
    transform: scale(1.04);
    backface-visibility: hidden;
  }

  .shop-product .cover:hover img {
    transform: scale(1);
  }

  .shop-product .add-to-cart {
    position: absolute;
    text-align: center;
    line-height: 47px;
    font-size: 23px;
    color: #aeaeae;
    display: block;
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #aeaeae;
    z-index: 5;
  }

  .shop-product .cover:hover .add-to-cart {
    color: #fff;
    border-color: #fff;
  }

  .shop-product .cover:hover .add-to-cart:hover {
    color: #aeaeae;
    background: #fff;
    border-color: #fff;
  }

  .shop-product h3 {
    color: #212121;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
  }

  .shop-product h3 a:hover {
    color: #212121;
    text-decoration: underline;
  }

  .shop-product .price {
    color: #b3a176;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .shop-product.small {
    text-align: left;
    margin: 0 0 98px;
  }

  .shop-product.small .cover {
    float: left;
    margin: 0 30px 0 0;
  }

  .shop-product.small .cover img {
    max-width: 170px;
  }

  .shop-product.small h3 {
    line-height: 24px;
    margin: 0 0 20px;
  }

  .shop-product.small .add-to-cart {
    width: 38px;
    height: 38px;
    top: 10px;
    right: 10px;
    line-height: 37px;
    font-size: 19px;
  }

  @media(max-width: 1200px) {
    .shop-area .container-50 {
      padding-left: 15px;
      padding-right: 15px;
    }

    .shop-area .row-fit-50 {
      margin-left: -15px;
      margin-right: -15px;
    }

    .shop-area .row-fit-50 > [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media(min-width: 992px) and (max-width: 1700px) {
    .shop-category .description h3 {
      font-size: 21px;
      line-height: 28px;
    }

    .shop-category .description {
      left: 45%;
    }

    .shop-category .description span {
      font-size: 18px;
    }
  }

  @media(max-width: 550px) {
    .shop-category img {
      min-height: 360px;
      object-fit: cover;
    }

    .shop-category .description {
      left: 15px;
    }

    .big-sale-product .description h3 {
      font-size: 20px;
      line-height: 26px;
    }

    .sale-btn span {
      left: 30%;
    }

    .shop-category .description h3 {
      font-size: 26px;
      line-height: 32px;
    }
  }

/* ---------------- Cart Section ------------------ */
  .cart-table {
    margin: 50px 0 90px;
  }

  .cart-table .products-table {
    width: 100%;
  }

  .cart-table .products-table thead tr {
    border: 1px solid #aeaeae;
  }

  .cart-table .products-table thead th {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    padding: 25px 0;
    border-right: 1px solid #aeaeae;
  }

  .cart-table .products-table tbody tr {
    border-bottom: 1px solid #aeaeae;
  }

  .cart-table .products-table tbody td {
    padding: 23px 0;
    color: black;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    border-right: 1px solid #aeaeae;
  }

  .cart-table .products-table tbody td:last-child {
    border: none;
  }

  .cart-table .products-table tbody td.product-item {
    position: relative;
  }

  .cart-table .products-table tbody td.product-item img {
    display: inline-block;
    max-width: 72px;
    max-height: 72px;
  }

  .cart-table .products-table tbody td.product-item .title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 0 0 0 40px;
  }

  .cart-table .products-table tbody .product-price,
  .cart-table .products-table tbody .product-quantity {
    width: 17.1%
  }

  .cart-table .products-table tbody .product-subtotal {
    width: 14.529914%;
  }

  .cart-table .products-table tbody .remove_products {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
  }

  .cart-table .products-table tbody .remove_products:after,
  .cart-table .products-table tbody .remove_products:before {
    content: '';
    position: absolute;
    background-color: #9da1ad;
  }

  .cart-table .products-table tbody .remove_products:hover:before,
  .cart-table .products-table tbody .remove_products:hover:after {
    background: #e66969;
  }


  .cart-table .products-table tbody .remove_products:before {
    width: 1px;
    height: 12px;
    left: 7px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cart-table .products-table tbody .remove_products:after {
    width: 12px;
    height: 1px;
    left: 2px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .cart-table .products-table tbody .product-quantity .quantity input {
    text-align: center;
    font-size: 12px;
    color: #a6a6a6;
    letter-spacing: 0.1em;
    max-width: 80px;
    padding: 17px 8px;
    background: #e3e3e3;
  }

  .cart-table .coupon {
    padding: 25px 0;
    border-bottom: 1px solid #aeaeae;
  }

  .cart-table .coupon .enter-coupon {
    display: inline-block;
  }

  .cart-table .coupon .enter-coupon .title {
    color: black;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 45px 0 0;
  }

  .coupon-line input[type="text"] {
    display: inline-block;
    color: #a6a6a6;
    font-size: 16px;
    letter-spacing: 0.05em;
    width: 330px;
    border: 2px solid #dcdcdc;
    background: transparent;
    padding: 24px 80px 23px 20px;
    outline: none;
  }

  .coupon-line input[type="text"]:focus {
    border-color: #c2b495;
  }

  .coupon-line {
    position: relative;
    display: inline-block;
  }

  .coupon-line button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    background: none;
    color: #bdbdbd;
  }

  .coupon-line input:focus + button,
  .coupon-line button:hover {
    color: #c2b495;
  }

  .coupon-line input::-webkit-input-placeholder {
    color: #9da1ad;
  }

  .coupon-line input:-moz-placeholder {
    color: #9da1ad;
  }

  .coupon-line input::-moz-placeholder {
    color: #9da1ad;
  }
  .coupon-line input:-ms-input-placeholder {
    color: #9da1ad;
  }

  .coupon-line input[type="submit"]:hover {
    background: #515359;
    color: #fff;
  }

  .cart-table .coupon .update-cart,
  .cart-table .coupon .continue-btn {
    float: right;
    max-width: none;
    padding: 6px 21px;
    margin-top: 11px;
  }

  .cart-table .coupon .update-cart {
    margin-left: 30px;
  }

  .cart-table .cart-totals {
    float: right;
    width: 100%;
    max-width: 470px;
    margin: 50px 0 0 0;
  }

  .cart-table .cart-totals .heading {
    border: 1px solid #aeaeae;
    text-align: center;
    padding: 25px 10px;
  }

  .cart-table .cart-totals .heading h4 {
    color: #212121;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
  }

  .cart-table .cart-totals .checkout-btn {
    max-width: none;
    padding: 7px 20px;
  }

  .cart-table .cart-totals table {
    width: 100%;
    margin: 28px 0 25px;
    border-bottom: 1px solid #aeaeae;
  }

  .cart-table .cart-totals table tr td {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 20px 28px 0;
  }

  .cart-table .cart-totals table tr td:last-child {
    text-align: right;
  }

  @media(max-width: 1200px) {
    .cart-table .coupon .enter-coupon {
      display: block;
    }

    .cart-table .coupon .update-cart, .cart-table .coupon .continue-btn {
      float: left;
    }

    .cart-table .coupon .update-cart {
      margin-left: 0;
      margin-right: 30px;
    }

    .checkout-section .container-50 {
      padding-left: 15px;
      padding-right: 15px;
    }

    .checkout-section .row-fit-50 {
      margin-left: -15px;
      margin-right: -15px;
    }

    .checkout-section .row-fit-50 > [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media(max-width: 620px) {
    .cart-table .products-table tbody td.product-item img {
      display: none;
    }

    .cart-table .products-table tbody td.product-item .title {
      margin: 0;
    }
  }

  @media(max-width: 350px) {
    .coupon-line input[type="text"] {
      width: 100%;
    }
  }

/* ---------------- Checkout Section ------------------ */
  .checkout-wrapper {
    margin: 58px 0 125px;
  }

  .checkout-heading-block {
    margin: 0 0 50px;
  }

  .checkout-heading-block .heading {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }

  .checkout-heading-block a {
    color: #b3a176;
  }

  .checkout-heading-block a:hover {
    text-decoration: underline;
  }

  .main-checkout-form .form-side-title {
    color: #212121;
    font-size: 24px;
    margin: 0 0 20px;
  }

  .main-checkout-form .form-box {
    padding: 0 0 48px;
    margin: 0 0 48px;
    border-bottom: 1px solid #aeaeae;
  }

  .main-checkout-form .coupon-line {
    display: block;
  }

  .main-checkout-form .coupon-line input {
    width: 100%;
  }

  .main-checkout-form .coupon-form-input .note {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin: 14px 0 0 0;
  }

  .main-checkout-form .form-box .order-summary li:first-child {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: 0;
    border-bottom: 1px solid #dcdcdc;
  }

  .main-checkout-form .form-box .order-summary li {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    padding: 11px 0;
  }

  .main-checkout-form .form-box .order-summary li span {
    float: right;
  }

  .main-checkout-form .form-box .payment-options li {
    border-bottom: 1px solid #dcdcdc;
    padding: 11px 0;
  }

  .main-checkout-form .form-box .payment-options li:last-child {
    border: none;
  }

  .main-checkout-form .form-box .payment-options li .btn {
    margin: 20px 0 0 0;
  }

  .main-checkout-form div .form-box:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }

/* ---------------- Account Section ------------------ */
  .register-wrapper {
    margin: 60px 0 140px;
  }

  .account-wrapper {
    margin: 47px 0 93px;
  }

  .account-wrapper .account-note {
    display: block;
    color: #a6a6a6;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 28px;
  }

  .account-wrapper .products-table {
    width: 100%;
    margin: 0 0 50px;
  }

  .account-wrapper .products-table thead tr {
    border: 1px solid #aeaeae;
  }

  .account-wrapper .products-table thead th {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    padding: 25px 10px;
  }

  .account-wrapper .products-table thead th:first-child,
  .account-wrapper .products-table tbody td:first-child {
    padding-left: 30px;
  }

  .account-wrapper .products-table thead th:last-child,
  .account-wrapper .products-table tbody td:last-child {
    padding-right: 30px;
  }

  .account-wrapper .products-table tbody td {
    padding: 23px 10px;
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .account-wrapper .products-table tbody td.order a {
    color: #c2b495;
    text-decoration: underline;
  }

  .account-wrapper .products-table tbody td.order a:hover {
    text-decoration: none;
  }

  .account-wrapper .products-table tbody td.status .view-btn {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 2px solid #aeaeae;
    padding: 5px 7px 5px 9px;
    float: right;
  }

  .account-wrapper .products-table tbody td.status .view-btn:hover {
    color: #fff;
    background: #c2b495;
    border-color: transparent;
  }

  .account-wrapper .products-table tbody tr {
    border-bottom: 1px solid #aeaeae;
  }

  .account-wrapper .account-title {
    color: #212121;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 25px;
  }

  .account-wrapper .address-block h4 {
    text-align: left;
  }

  .account-wrapper .address-block p {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .account-wrapper .address-block p a {
    color: #c2b495;
    text-decoration: underline;
    padding-left: 15px;
  }

  .account-wrapper .address-block p a:hover {
    text-decoration: none;
  }

  @media(max-width: 992px) {
    .register-wrapper .row-eq-height {
      display: block;
    }
  }

  @media(max-width: 540px) {
    .account-wrapper .products-table thead th:nth-child(4),
    .account-wrapper .products-table tbody td:nth-child(4) {
      display: none;
    }
  }

  @media(max-width: 420px) {
    .account-wrapper .products-table thead th:nth-child(3),
    .account-wrapper .products-table tbody td:nth-child(3) {
      display: none;
    }
  }
/* ---------------- Single Product Section ------------------ */
  .photo-slider {
    padding: 0 0 47px;
  }

  .photo-slider .cover-photos-slider {
    margin: 0 0 25px;
  }

  .photo-slider .nav-carousel .carousel-items {
    position: relative;
    margin: 0 -5px;
  }

  .photo-slider .nav-carousel .carousel-items li {
    padding: 0 5px;
  }

  .photo-slider li img:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .single-product-description {
    padding: 0 0 45px;
  }

  .single-product-description .title {
    color: #4f4f4f;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 20px;
  }

  .single-product-description .price {
    display: block;
    color: #b3a176;
    font-size: 32px;
    letter-spacing: 0.1em;
    margin: 0 0 25px;
  }

  .single-product-description .description p {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 40px;
  }

  .single-product-description .add-to-cart-form {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 24px 0 10px;
    margin: 0 0 25px;
  }

  .single-product-description .add-to-cart-form input,
  .single-product-description .add-to-cart-form button {
    margin-bottom: 15px;
  }

  .single-product-description .add-to-cart:before {
    position: absolute;
    content: "\e926";
    font-family: 'icomoon';
    left: 20px;
    font-size: 15px;
    font-weight: 300;
  }

  .single-product-description .quantity-input {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 16px 0 0;
    border: 1px solid #dcdcdc;
    padding: 11px 6px 11px 20px;
    margin: 0 16px 0 0;
  }

  .single-product-description .categories {
    color: #aeaeae;
    font-size: 16px;
    line-height: 24px;
  }

  .reviews-wrapper {
    border-top: 1px solid #dcdcdc;
    padding: 30px 0 70px;
  }

  .tabbed-content .tabs,
  .tabbed-content .tabbed-body {
    position: relative;
    float: left;
  }

  .tabbed-content .tabs {
    width: 25%;
    padding: 0 30px 0 0;
  }

  .tabbed-content .tabbed-body {
    width: 75%;
  }

  .tabbed-content .tabs li {
    position: relative;
    color: #212121;
    font-size: 24px;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    cursor: pointer;
  }

  .tabbed-content .tabs li:after {
    display: inline-block;
    content: "\e96f";
    font-family: 'Icomoon';
    position: absolute;
    line-height: 1em;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-size: 12px;
    color: #b3a176;
    font-weight: bold;
    opacity: 0;
  }

  .tabbed-content .tabs li.current:after {
    opacity: 1;
  }

  .tabbed-content .tab-content {
    display: none;
    padding: 5px 0 0 0;
  }

  .tabbed-content .tab-content.current {
    display: inherit;
  }

  .tabbed-content .tab-content .tab-title {
    color: #b3a176;
    font-size: 24px;
  }

  .tabbed-content .tab-content .comments-area .heading {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }

  .tabbed-content .tab-content .comments-area .subheading {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }

  .tabbed-content .tab-content .comments-area .rating {
    padding: 25px 0 22px;
  }

  .tabbed-content .tab-content .comments-area .rating .heading {
    margin: 0 0 20px;
  }

  .tabbed-content .tab-content .comments-area .rating .rating-box {
    display: inline-block;
    line-height: 1em;
    font-size: 17px;
    color: #cdc2aa;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #dcdcdc;
  }

  .tabbed-content .tab-content .comments-area .rating .rating-box:last-child {
    border: none;   
  }

  .related-products {
    padding: 55px 0;
    border-top: 1px solid #dcdcdc;
  }

  .related-products .related-title {
    text-align: center;
    color: #4f4f4f;
    font-size: 32px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 50px;
  }

  @media(max-width: 992px) {
    .photo-slider {
      display: block;
      max-width: 470px;
      margin: 0 auto;
    }

    .tabbed-content .tabs {
      width: 28%;
    }

    .tabbed-content .tabbed-body {
      width: 72%;
    }
  }

  @media(max-width: 992px) {
    .tabbed-content .tabs {
      display: none;
    }

    .tabbed-content .tabbed-body {
      width: 100%;
    }

    .tabbed-content .tab-content {
      display: block !important
    }

    .related-products .related-title {
      font-size: 28px;
      line-height: 35px;
    }

    .single-product-description .title {
      font-size: 36px;
      line-height: 42px;
    }
  }
/* ---------------- Slick Carousel ------------------ */
    .slick-carousel {
      position: relative;
    }

    .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
      margin: 0;
      padding: 0;
    }

    .slick-slider * {
      outline: none !important;
    }

    .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
    }

    .slick-list:focus {
      outline: none;
    }
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }

    .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
    }

    .slick-track:before,
    .slick-track:after {
      display: table;
      content: '';
    }

    .slick-track:after {
      clear: both;
    }

    .slick-loading .slick-track {
      visibility: hidden;
    }

    .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
    }

    .slick-slide img {
      display: block;
    }

    .slick-slide.slick-loading img {
      display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
      display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
      display: none;
    }

    .slick-dots {
      display: table;
      margin: 0 auto;
      padding: 30px 0 0;
    }

    .slick-dots li {
      display: inline-block;
      margin: 0 7px 0;
    }

    .slick-dots li button {
      position: relative;
      display: block;
      width: 24px;
      height: 24px;
      border: 1px solid #b3a176;
      font-size: 0;
      background: none;
    }

    .slick-dots li button:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #b3a176;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }

    .slick-dots li.slick-active button:before {
      opacity: 1;
    }

    .slick-prev, .slick-next {
      position: absolute;
      cursor: pointer;
      background: none;
      z-index: 99;
      font-size: 0;
      border: none;
      line-height: 1em;
    }

    .slick-prev:before, .slick-next:before {
      font-family: Icomoon;
      color: #fff;
      display: inline-block;
      font-size: 62px;
      opacity: .5;
      line-height: 1em;
    }

    .slick-prev:before {
      content: "\e92b";
    }

    .slick-next:before {
      content: "\e952";
    }

    .slick-prev {
      left: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    .slick-next {
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    .slick-prev:hover:before,.slick-next:hover:before {
        opacity: 1;
    }

    @media(max-width: 440px) {
      .slick-prev, .slick-next {
        display: none !important;
      }
    }

/* ---------------- noUiSlider  ------------------ */

.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
  touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
  user-select: none;
-moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,
        inset 0 1px 7px #EBEBEB,
        0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF,
        inset 0 1px 7px #DDD,
        0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}


/* ---------------- Preview Page  ------------------ */
  .preview-hero {
    background: url(../img/preview-hero.jpg);
    background-size: cover;
    padding: 74px 0 45px;
  }

  .preview-hero .hero-logo {
    display: table;
    margin: 0 auto 45px;
  }

  .preview-hero .intro {
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
  }

  .pages-section {
    padding-top: 25px;
  }

  .pages-section .container-fluid {
    max-width: 1700px;
    padding: 0 50px;
  }

  .other-pages {
    background: #f8f8f8;
    padding: 65px 0 45px;
  }

  .other-pages .container-fluid {
    max-width: 1500px;
  }

  .page-item {
    text-align: center;
    margin: 0 0 45px;
  }

  .page-item h3 {
    position: relative;
    color: #62615c;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding-bottom: 4px;
    margin-bottom: 12px;
  }

  .page-item h3:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 30px;
    background: #aeaeae;
  }

  .page-item .cover {
    margin-bottom: 18px;
    display: block;
  }

  .page-item .cover img {
    width: 100%;
  }

  .other-page-item > a {
    position: relative;
    display: inline-block;
  }

  .other-page-item > a:before,
  .page-item .cover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .other-page-item > a:hover:before,
  .page-item .cover:hover:before {
    opacity: 1;
  }

  .other-page-item {
    margin: 0 0 70px;
  }

  .other-page-item img {
    width: 100%;
  }

  .page-item .description {
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .other-pages .other-title {
    color: #62615c;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
  }

  .services-wrapper {
    padding: 82px 0 100px;
  }

  .services-wrapper .services-title {
    color: #4f4f4f;
    font-size: 32px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin: 0 0 95px;
  }

  .preview-service-item .title {
    position: relative;
    color: #4f4f4f;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 17px 58px;
  }

  .preview-service-item .title i {
    position: absolute;
    font-size: 25px;
    color: #c1b393;
    border-right: 2px solid #c1b393;
    padding-right: 17px;
    top: 1px;
    left: 0;
  }

  .preview-service-item .description {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }

  .services-wrapper .container-fluid {
    max-width: 1300px;
  }

  @media(max-width: 1200px) {
    .pages-section .container-fluid {
      padding: 0  15px;
    }

    .row-fit-100,
    .row-fit-50 {
      margin-left: -15px;
      margin-right: -15px;
    }

    .row-fit-50 > [class*="col-"],
    .row-fit-100 > [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }