﻿@charset "UTF-8";
.row::after {
  content: "";
  display: table;
  clear: both; }

/* ==========================================================================
   CSS Reset
   ========================================================================== */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  font-size: 100%; }

/* ==========================================================================
   A basic old school grid
   ========================================================================== */
.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row.row--gutterless {
    margin-left: 0;
    margin-right: 0; }
  .row.row--equal-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: left;
    flex-wrap: wrap; }
    @media screen and (min-width: 767px) {
      .row.row--equal-columns {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .row.fd-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .row.row--35 {
    margin-left: -35px;
    margin-right: -35px; }
    .row.row--35 > .col {
      padding-left: 35px;
      padding-right: 35px; }
  .row.row--explore {
    margin-left: 0px;
    margin-right: 0px; }
    @media screen and (max-width: 575px) {
      .row.row--explore {
        margin-left: 1px; } }
    .row.row--explore > .col:first-child {
      padding-left: 24px;
      padding-right: 32.5px; }
    .row.row--explore > .col:last-child {
      padding-right: 0px;
      padding-left: 56.5px; }
    .row.row--explore > .col {
      padding-left: 39.5px;
      padding-right: 17px; }
  .row.row--25 {
    margin-left: -25px;
    margin-right: -25px; }
    .row.row--25 > .col {
      padding-left: 25px;
      padding-right: 25px; }

.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .row--gutterless .col {
    padding-left: 0; }
  .row--equal-columns .col {
    float: none; }

.col---offset-0 {
  margin-left: 0%; }

.col--1 {
  width: 8.33333%; }

.col--1-gutterless {
  padding-left: 0; }

.col---offset-1 {
  margin-left: 8.33333%; }

.col--2 {
  width: 16.66667%; }

.col--2-gutterless {
  padding-left: 0; }

.col---offset-2 {
  margin-left: 16.66667%; }

.col--3 {
  width: 25%; }

.col--3-gutterless {
  padding-left: 0; }

.col---offset-3 {
  margin-left: 25%; }

.col--4 {
  width: 33.33333%; }

.col--4-gutterless {
  padding-left: 0; }

.col---offset-4 {
  margin-left: 33.33333%; }

.col--5 {
  width: 41.66667%; }

.col--5-gutterless {
  padding-left: 0; }

.col---offset-5 {
  margin-left: 41.66667%; }

.col--6 {
  width: 50%; }

.col--6-gutterless {
  padding-left: 0; }

.col---offset-6 {
  margin-left: 50%; }

.col--7 {
  width: 58.33333%; }

.col--7-gutterless {
  padding-left: 0; }

.col---offset-7 {
  margin-left: 58.33333%; }

.col--8 {
  width: 66.66667%; }

.col--8-gutterless {
  padding-left: 0; }

.col---offset-8 {
  margin-left: 66.66667%; }

.col--9 {
  width: 75%; }

.col--9-gutterless {
  padding-left: 0; }

.col---offset-9 {
  margin-left: 75%; }

.col--10 {
  width: 83.33333%; }

.col--10-gutterless {
  padding-left: 0; }

.col---offset-10 {
  margin-left: 83.33333%; }

.col--11 {
  width: 91.66667%; }

.col--11-gutterless {
  padding-left: 0; }

.col---offset-11 {
  margin-left: 91.66667%; }

.col--12 {
  width: 100%; }

.col--12-gutterless {
  padding-left: 0; }

.col---offset-12 {
  margin-left: 100%; }

@media only screen and (max-width: 1170px) {
  .col--md-offset-0 {
    margin-left: 0%; }
  .col--md-1 {
    width: 8.33333%; }
  .col--md-1-gutterless {
    padding-left: 0; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-2 {
    width: 16.66667%; }
  .col--md-2-gutterless {
    padding-left: 0; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-3 {
    width: 25%; }
  .col--md-3-gutterless {
    padding-left: 0; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-4 {
    width: 33.33333%; }
  .col--md-4-gutterless {
    padding-left: 0; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-5 {
    width: 41.66667%; }
  .col--md-5-gutterless {
    padding-left: 0; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-6 {
    width: 50%; }
  .col--md-6-gutterless {
    padding-left: 0; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-7 {
    width: 58.33333%; }
  .col--md-7-gutterless {
    padding-left: 0; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-8 {
    width: 66.66667%; }
  .col--md-8-gutterless {
    padding-left: 0; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-9 {
    width: 75%; }
  .col--md-9-gutterless {
    padding-left: 0; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-10 {
    width: 83.33333%; }
  .col--md-10-gutterless {
    padding-left: 0; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-11 {
    width: 91.66667%; }
  .col--md-11-gutterless {
    padding-left: 0; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-12 {
    width: 100%; }
  .col--md-12-gutterless {
    padding-left: 0; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 1170px) {
  .hide--md-up {
    display: none !important; } }

@media only screen and (max-width: 1169px) {
  .hide--md-down {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .col--sm-offset-0 {
    margin-left: 0%; }
  .col--sm-1 {
    width: 8.33333%; }
  .col--sm-1-gutterless {
    padding-left: 0; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-2 {
    width: 16.66667%; }
  .col--sm-2-gutterless {
    padding-left: 0; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-3 {
    width: 25%; }
  .col--sm-3-gutterless {
    padding-left: 0; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-4 {
    width: 33.33333%; }
  .col--sm-4-gutterless {
    padding-left: 0; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-5 {
    width: 41.66667%; }
  .col--sm-5-gutterless {
    padding-left: 0; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-6 {
    width: 50%; }
  .col--sm-6-gutterless {
    padding-left: 0; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-7 {
    width: 58.33333%; }
  .col--sm-7-gutterless {
    padding-left: 0; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-8 {
    width: 66.66667%; }
  .col--sm-8-gutterless {
    padding-left: 0; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-9 {
    width: 75%; }
  .col--sm-9-gutterless {
    padding-left: 0; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-10 {
    width: 83.33333%; }
  .col--sm-10-gutterless {
    padding-left: 0; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-11 {
    width: 91.66667%; }
  .col--sm-11-gutterless {
    padding-left: 0; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-12 {
    width: 100%; }
  .col--sm-12-gutterless {
    padding-left: 0; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 767px) {
  .hide--sm-up {
    display: none !important; } }

@media only screen and (max-width: 766px) {
  .hide--sm-down {
    display: none !important; } }

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 700; }

/* ==========================================================================
   reset default browser style 
   ========================================================================== */
:focus {
  outline: none; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-dark {
  display: inline-block;
  text-decoration: none;
  background-color: black;
  font-size: 0.625em;
  color: white !important;
  text-transform: uppercase;
  padding: 10px 70px;
  font-family: "Gotham";
  border: 0;
  letter-spacing: 0.15em;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  position: relative;
  z-index: 0; }
  .btn-dark::after {
    content: "";
    border: 1px solid #a68f54;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    z-index: 1;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
  .btn-dark:hover::after {
    left: 4px;
    top: 4px; }

.btn-light {
  display: inline-block;
  text-decoration: none;
  background-color: #f5f5f5;
  font-size: 0.625em;
  color: #000 !important;
  text-transform: uppercase;
  padding: 10px 70px;
  font-family: "Gotham";
  border: 0;
  letter-spacing: 0.15em;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  position: relative;
  z-index: 0; }
  .btn-light::after {
    content: "";
    border: 1px solid #a68f54;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    z-index: 1;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
  .btn-light:hover::after {
    left: -4px;
    top: 4px; }

.text-btn {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.625em;
  color: #a68f54 !important;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-family: "Gotham";
  border-bottom: 1px solid #a68f54;
  letter-spacing: 0.369em;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .text-btn:hover {
    color: #000 !important;
    border-color: #000; }
  .text-btn--alt {
    color: #000 !important;
    text-decoration: underline;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0.015em;
    font-weight: 500;
    border: 0;
    padding: 0;
    margin: 0; }
    .text-btn--alt:hover {
      text-decoration: none; }

.btn-close {
  position: relative; }
  .btn-close:before, .btn-close:after {
    content: "";
    box-sizing: content-box;
    display: block;
    width: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid #a68f54; }
  .btn-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
    transform: rotate(-45deg); }
  .btn-close:after {
    border-left: none;
    border-top: none;
    right: 18px;
    transform: rotate(45deg); }

/* ==========================================================================
   html body
   ========================================================================== */
body {
  font-family: "Gotham";
  font-weight: 400; }
  body.mm-wrapper_opened {
    overflow-y: hidden !important; }

/* ==========================================================================
   container
   ========================================================================== */
.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto; }
  .container-shop {
    max-width: 1590px;
    width: 100%;
    margin: 0 auto; }
  .container--cart {
    max-width: 1750px;
    padding: 0 25px;
    width: 100%;
    margin: 0 auto; }

/* ==========================================================================
   generic text
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700; }

p {
  font-weight: 400; }

/* ==========================================================================
   icons text
   ========================================================================== */
.header-links {
  display: inline-block; }
  .header-links:not(:last-of-type) {
    padding-right: 19px; }
    @media screen and (max-width: 575px) {
      .header-links:not(:last-of-type) {
        padding-right: 10px; } }
  .header-links:last-of-type {
    padding-right: 8px; }
  .header-links a {
    position: relative; }
    @media screen and (max-width: 575px) {
      .header-links a {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .header-links a:before {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle; }

.g-rose a:before {
  background: url("../images/header/rose.svg"), linear-gradient(-90deg, #716030 0%, #897645 60%, #a68f54 100%);
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .g-rose a:before {
      display: none; } }

.g-rose a:hover:before {
  background-position: 98%;
  width: 169px;
  text-transform: uppercase;
  content: "Exclusive Beauty Club";
  font-size: 9px;
  padding: 7px 0 0 16px;
  color: #fff;
  line-height: 1.33; }

.wishlist a:before {
  background-image: url("/images/html/header/wishlist.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 19px;
  width: 22px; }

.wishlist a:hover:before {
  background-image: url("/images/html/header/wishlist-hover.svg"); }

.account a:before {
    background-image: url(/images/html/header/account.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 19px;
    width: 22px;
}

.account a:hover:before {
  background-image: url("../images/html/header/account-hover.svg"); }

.shopping-cart a:before {
    background-image: url("/images/html/header/cart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 22px;
    width: 20px;
}

.shopping-cart a:hover:before {
  background-image: url("/images/html/header/cart-hover.svg"); }

.cart-items-count,
.wishlist-count {
  position: absolute;
  right: -8px;
  top: 4px;
  font-size: 10px;
  font-family: "Gotham";
  font-weight: 400;
  line-height: 1.4;
  color: #a68f54; }
  @media screen and (max-width: 575px) {
    .cart-items-count,
    .wishlist-count {
      top: unset;
      right: unset; } }

@media screen and (max-width: 575px) {
  .cart-items-count {
    bottom: 0;
    line-height: 15px; }
  .wishlist-count {
    line-height: 19px; } }

.caps {
  text-transform: uppercase; }

/* ==========================================================================
   Text Content
   ========================================================================== */
.text-header {
  max-width: 886px;
  margin: 0 auto;
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .text-header {
      padding: 30px 0; } }
  .text-header h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    color: #a68f54;
    padding-bottom: 15px;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .text-header h2 {
        font-size: 15px;
        line-height: 16px; } }
  .text-header p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .text-header p {
        font-size: 11px;
        line-height: 16px; } }

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
section.breadcrumbs {
  background-color: #000;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 25/2/21 */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* 25/2/21 */
  /* 25/2/21 */ }
  @media screen and (max-width: 1625px) {
    section.breadcrumbs {
      /* 25/2/21 */
      padding-left: 25px;
      /* 25/2/21 */ } }
  section.breadcrumbs.light {
    background-color: #fff; }
    section.breadcrumbs.light a {
      color: #000; }
  section.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative; }
    section.breadcrumbs a:hover {
      text-decoration: underline; }
    section.breadcrumbs a::after {
      content: "\002F";
      position: absolute;
      right: -14px;
      top: 0;
      line-height: 1; }
    section.breadcrumbs a:last-child {
      pointer-events: none;
      cursor: default; }
      section.breadcrumbs a:last-child::after {
        content: ""; }

@media screen and (min-width: 1300px) {
  .hidden--lg-over-up {
    display: none !important; } }

@media screen and (max-width: 1299.9px) {
  .hidden--lg-over-down {
    display: none !important; } }

@media screen and (min-width: 1199px) {
  .hidden--lg-up {
    display: none !important; } }

@media screen and (max-width: 1198.9px) {
  .hidden--lg-down {
    display: none !important; } }

@media screen and (min-width: 991px) {
  .hidden--md-up {
    display: none !important; } }

@media screen and (max-width: 990.9px) {
  .hidden--md-down {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .hidden--sm-up {
    display: none !important; } }

@media screen and (max-width: 766.9px) {
  .hidden--sm-down {
    display: none !important; } }

@media screen and (min-width: 575px) {
  .hidden--xs-up {
    display: none !important; } }

@media screen and (max-width: 574.9px) {
  .hidden--xs-down {
    display: none !important; } }

/* ==========================================================================
   top-bar
   ========================================================================== */
.top-bar {
  padding: 12px 0;
  background-color: #000;
  font-size: 11px;
  letter-spacing: 0.4em;
  line-height: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10001; }
  @media screen and (max-width: 575px) {
    .top-bar {
      padding: 8px 0; } }
  @media screen and (max-width: 991px) {
    .top-bar {
      font-size: 9px; } }
  .top-bar .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .top-bar p {
    color: #fff;
    font-weight: 400;
    margin: 0 auto; }
    @media screen and (max-width: 575px) {
      .top-bar p {
        text-align: center; } }
    @media screen and (max-width: 575px) {
      .top-bar p .minimum-order {
        display: block;
        margin-top: 8px;
        text-align: center; } }
  .top-bar strong {
    color: #a68f54; }
    .top-bar strong.with-pad-left {
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .top-bar strong.delivery-notice {
        display: block;
        margin-left: 0;
        margin: 8px auto 0;
        text-align: center; } }

/* ==========================================================================
   end of top bar
   ========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */
header {
  padding: 25px 0 10px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 33px;
  z-index: 10001; }
  header.shadow:not(.shop-header) {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (min-width: 991px) {
    header.shadow.shop-header {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
  @media screen and (max-width: 767px) {
    header {
      top: 48px; } }
  @media screen and (max-width: 575px) {
    header {
      top: 57px; } }
  @media screen and (max-width: 1300px) {
    header {
      padding-right: 20px;
      padding-left: 20px; } }
  header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    header .container .header-left, header .container .header-center, header .container .header-right {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%; }
      @media screen and (max-width: 991px) {
        header .container .header-left, header .container .header-center, header .container .header-right {
          -webkit-box: 0;
          -moz-box: 0;
          -webkit-flex: 0 0 30%;
          -ms-flex: 0 0 30%;
          flex: 0 0 30%; } }
    header .container .header-left {
      margin-right: auto; }
      @media screen and (max-width: 991px) {
        header .container .header-left {
          min-height: 37px;
          margin-right: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; } }
      header .container .header-left .input-wrapper {
        position: relative;
        border: 0.7px solid rgba(166, 143, 84, 0.5);
        -webkit-border-radius: 0 20px 20px 0;
        -moz-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0;
        max-width: 182px;
        min-height: 37px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 991px) {
          header .container .header-left .input-wrapper {
            border: none; }
            header .container .header-left .input-wrapper.open {
              border: 0.7px solid rgba(166, 143, 84, 0.5);
              position: absolute;
              width: 100%;
              max-width: calc(100% - 70px);
              left: 50px; } }
        header .container .header-left .input-wrapper:hover {
          max-width: 294px; }
          @media screen and (max-width: 991px) {
            header .container .header-left .input-wrapper:hover {
              max-width: calc(100% - 70px); } }
        header .container .header-left .input-wrapper input {
          border: 0;
          padding-left: 12px;
          -webkit-border-radius: 0 20px 20px 0;
          -moz-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0;
          color: #000;
          font-size: 13px;
          font-weight: 400;
          line-height: 1.3;
          max-width: 180px;
          outline: none; }
          @media screen and (max-width: 991px) {
            header .container .header-left .input-wrapper input {
              display: none; } }
          header .container .header-left .input-wrapper input::placeholder {
            color: #707070; }
          header .container .header-left .input-wrapper input:hover {
            max-width: 294px; }
            @media screen and (max-width: 991px) {
              header .container .header-left .input-wrapper input:hover {
                max-width: 100%; } }
          header .container .header-left .input-wrapper input.open {
            display: block;
            width: 100%;
            max-width: 100%;
            z-index: 1; }
        header .container .header-left .input-wrapper img {
          position: absolute;
          right: 8px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          margin-right: 4px;
          cursor: pointer; }
          @media screen and (max-width: 991px) {
            header .container .header-left .input-wrapper img {
              right: unset;
              left: 30px; }
              header .container .header-left .input-wrapper img.open {
                z-index: 3;
                right: 5px;
                left: unset; } }
    header .container .header-center {
      text-align: center; }
      @media screen and (max-width: 991px) {
        header .container .header-center {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; } }
      @media screen and (max-width: 991px) {
        header .container .header-center .logo img {
          max-width: 100px; } }
    header .container .header-right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    header .container nav {
      width: 100%; }
      header .container nav .nav-menu {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }

/* ==========================================================================
   end of Header
   ========================================================================== */
/* ==========================================================================
   search results
   ========================================================================== */
.search-results-container {
  max-width: 1250px;
  margin: 0 auto; }

.search-results {
  position: absolute;
  width: 607px;
  height: 566px;
  background: #fff;
  z-index: 10000;
  top: 90px;
  display: none;
  -webkit-box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.16);
  padding: 20px 18px 25px; }
  @media screen and (max-width: 991px) {
    .search-results {
      padding: 25px;
      top: 71px;
      width: 100%;
      height: 368px;
      left: 0; } }
  .search-results.open {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .search-results a {
    text-decoration: none; }
  .search-results .outter-list {
    list-style: none;
    overflow-y: scroll;
    max-height: 300;
    position: relative;
    scrollbar-color: #B7B7B7 #fff;
    scrollbar-width: thin; }
    .search-results .outter-list::-webkit-scrollbar {
      width: 9px; }
    .search-results .outter-list::-webkit-scrollbar-thumb {
      border-radius: 7px;
      background-color: #B7B7B7;
      width: 9px; }
    .search-results .outter-list h3 {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 18px;
      margin-top: 25px; }
    .search-results .outter-list > li {
      padding-bottom: 10px;
      padding-top: 10px;
      border-bottom: 0.4px solid #a68f54;
      margin-right: 10px;
      text-align: left; }
      @media screen and (max-width: 991px) {
        .search-results .outter-list > li {
          margin-right: 20px; } }
    .search-results .outter-list > li:first-of-type {
      border-bottom: 0.7px solid #a68f54; }
      .search-results .outter-list > li:first-of-type h3 {
        margin-top: 0; }
    @media screen and (max-width: 991px) {
      .search-results .outter-list > li:nth-of-type(2) {
        border-bottom: none; } }
    @media screen and (min-width: 991px) {
      .search-results .outter-list > li:nth-of-type(2) {
        display: none; } }
    @media screen and (max-width: 991px) {
      .search-results .outter-list > li:not(.mobile-visible) {
        display: none; } }
    .search-results .outter-list > li:last-of-type {
      border-bottom: none; }
  .search-results .inner-list {
    list-style: none; }
    .search-results .inner-list li {
      padding-bottom: 20px; }
      .search-results .inner-list li a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        line-height: 1.6; }
      .search-results .inner-list li span {
        display: block;
        text-transform: capitalize; }
  .search-results .search-button-wrapper {
    text-align: center;
    margin-top: 20px; }
  .search-results.scrollable::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 90px);
    top: 25px;
    background: #707070;
    right: 22px;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      .search-results.scrollable::after {
        display: none; } }
  .search-results .search-results__product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .search-results .search-results__product img {
      max-width: 100%;
      height: auto; }
    .search-results .search-results__product .search-results__product-text span {
      display: block;
      line-height: 1.2;
      text-decoration: none;
      color: #000;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 400; }
    .search-results .search-results__product .search-results__product-text span:first-of-type {
      margin-bottom: 10px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px; }
    .search-results .search-results__product .search-results__product-price {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-bottom: 10px; }
      .search-results .search-results__product .search-results__product-price .starting-price {
        color: #a68f54;
        text-decoration: line-through;
        font-size: 18px;
        font-weight: 400; }
      .search-results .search-results__product .search-results__product-price .final-price {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        padding-left: 15px; }

/* ==========================================================================
   end of search results
   ========================================================================== */
/* ==========================================================================
   NAV MENU
   ========================================================================== */
.nav-menu li:hover {
  font-weight: 500;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .nav-menu li:hover .sub-menu-dropdown {
    /*                display: block;*/
    /*                @include transform(translate3d(0,0,0) translateZ(-10px));*/
    visibility: visible;
    opacity: 1;
    min-height: 370px;
    height: 100%;
    margin-top: 116px;
    padding-top: 30px; }

.sub-menu-dropdown {
  /*    display: none;*/
  visibility: hidden;
  padding-top: 30px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*    @include transform(translate3d(0px,-50px,0) translateZ(-10px));*/
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 1;
  background-color: #f5f5f5;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 116px;
  padding-top: 0px;
  z-index: 0;
  height: 0;
  min-height: 0;
  overflow: hidden; }

.sub-menu-dropdown.bigger-dropdown {
  /*  min-height: 360px;*/ }

.menu-level-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }
  .menu-level-1 .menu-column-li {
    flex: 0 0 25%;
    max-width: 294px; }

.menu-level-2.caps .menu-list-item {
  font-size: 15px;
  line-height: 2.33;
  letter-spacing: 0.15em;
  color: #000; }

.menu-item {
  list-style-type: none; }
  .menu-item a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.05em;
    padding-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .menu-item a {
        font-size: 10px; } }
    @media screen and (max-width: 767px) {
      .menu-item a {
        font-size: 15px; } }

.menu-column-li {
  list-style: none; }

.menu-list-header {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.15em;
  color: #000;
  padding-bottom: 8px;
  text-transform: uppercase;
  list-style: none; }
  .menu-list-header.all {
    padding-bottom: 50px; }

.menu-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #000;
  list-style: none; }
  .menu-list-item.shop-all {
    padding: 17px 0 1px;
    margin-bottom: 28px; }
    .menu-list-item.shop-all a {
      padding-bottom: 3px;
      color: #a68f54;
      font-weight: 400;
      font-size: 10px;
      line-height: 1.2;
      letter-spacing: 0.369em;
      text-transform: uppercase;
      border-bottom: 1px solid #a68f54; }

/* ==========================================================================
   BURGER MENU
   ========================================================================== */
@media screen and (max-width: 991px) {
  #desktop-menu {
    display: none; } }

#burger-menu, .mm-menu_position-bottom {
  -moz-transition: transform 0.4s linear;
  -ms-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  -webkit-transition: transform 0.4s linear;
  transition: transform 0.4s linear; }

.burger-menu-btn {
  display: none;
  width: 20px;
  height: 20px;
  background-image: url(../images/header/open-menu.svg);
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .burger-menu-btn {
      display: inline-block; } }
  .burger-menu-btn.open {
    background-image: url(../images/header/close-menu.svg); }
  .burger-menu-btn--cart {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* ==========================================================================
   MMENU
   ========================================================================== */
#cart-burger-menu .mm-navbar.mm-navbar_sticky,
#burger-menu .mm-navbar.mm-navbar_sticky {
  background: #a68f54; }
  #cart-burger-menu .mm-navbar.mm-navbar_sticky span,
  #burger-menu .mm-navbar.mm-navbar_sticky span {
    width: 100%;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    line-height: 1; }

#cart-burger-menu .mm-navbar > span,
#burger-menu .mm-navbar > span {
  flex-wrap: wrap; }

#cart-burger-menu .mm-navbar .top-bar,
#burger-menu .mm-navbar .top-bar {
  width: 100%; }

#cart-burger-menu .mm-navbar header,
#burger-menu .mm-navbar header {
  width: 100%; }

#cart-burger-menu .mm-panel,
#burger-menu .mm-panel {
  padding: 15px 10px 15px 25px;
  background-color: #f5f5f5; }

#cart-burger-menu .mm-listitem,
#burger-menu .mm-listitem {
  padding-left: 15px;
  padding-right: 10px; }
  #cart-burger-menu .mm-listitem-selected,
  #burger-menu .mm-listitem-selected {
    background-color: #f5f5f5; }
    #cart-burger-menu .mm-listitem-selected > .mm-listitem__text,
    #burger-menu .mm-listitem-selected > .mm-listitem__text {
      background-color: #f5f5f5; }

#cart-burger-menu .mm-listitem__text,
#burger-menu .mm-listitem__text {
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase; }
  #cart-burger-menu .mm-listitem__text:hover,
  #burger-menu .mm-listitem__text:hover {
    background-color: #f5f5f5 !important;
    color: #a68f54; }
  #cart-burger-menu .mm-listitem__text.exclusive-menu-link,
  #burger-menu .mm-listitem__text.exclusive-menu-link {
    color: #a68f54;
    font-size: 10px;
    font-weight: 400 !important;
    margin: 20px 0;
    padding-left: 40px;
    position: relative; }
    #cart-burger-menu .mm-listitem__text.exclusive-menu-link::before,
    #burger-menu .mm-listitem__text.exclusive-menu-link::before {
      content: "";
      background-image: url(../images/header/menu/rose.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0; }
  #cart-burger-menu .mm-listitem__text.text-btn,
  #burger-menu .mm-listitem__text.text-btn {
    font-size: 10px;
    font-weight: 400;
    flex-grow: 0;
    flex-basis: auto;
    padding: 4px 10px 2px 0;
    margin-bottom: 5px;
    text-transform: uppercase !important; }

#cart-burger-menu .mm-btn,
#burger-menu .mm-btn {
  border: none; }

#cart-burger-menu .brands-panel li:first-of-type a,
#burger-menu .brands-panel li:first-of-type a {
  margin-bottom: 30px; }

#cart-burger-menu #mm-1 .mm-navbar.mm-navbar_sticky,
#burger-menu #mm-1 .mm-navbar.mm-navbar_sticky {
  display: none !important; }

#cart-burger-menu #mm-1 .mm-listitem__text,
#burger-menu #mm-1 .mm-listitem__text {
  font-weight: 500; }

#cart-burger-menu .third-panel .mm-listitem__text,
#burger-menu .third-panel .mm-listitem__text {
  text-transform: capitalize; }

/* ==========================================================================
   CART
   ========================================================================== */
#cart-menu {
  padding: 10px 25px 25px;
  background-color: #fff; }
  @media screen and (max-width: 575px) {
    #cart-menu {
      padding: 0 0 25px; }
      #cart-menu .mm-panels, #cart-menu .mm-navbars_bottom {
        margin: 0 25px; } }
  @media screen and (max-width: 575px) {
    #cart-menu .mm-navbars_top {
      background-color: #a68f54; } }
  @media screen and (min-width: 575px) {
    #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(1) {
      display: none; } }
  #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(1) span {
    display: flex;
    flex-wrap: wrap; }
  #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(1) .top-bar, #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(1) header {
    width: 100%; }
  #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) {
    flex-direction: column;
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 575px) {
      #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) {
        flex-direction: row-reverse;
        gap: 15px;
        padding: 0 25px; } }
    #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) .mm-btn_close {
      align-self: flex-end;
      margin-right: -20px; }
    #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) .mm-btn_close:after, #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) .mm-btn_close:before {
      width: 10px;
      height: 10px; }
    #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) .mm-btn_close:after {
      right: 32px; }
    #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) .cart-header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) .cart-header .cart-header_left {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase; }
      #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) .cart-header .cart-header_right {
        font-size: 16px;
        color: #a68f54;
        font-weight: 400;
        text-transform: uppercase; }
        @media screen and (max-width: 575px) {
          #cart-menu .mm-navbars_top .mm-navbar:nth-of-type(2) .cart-header .cart-header_right {
            color: #000; } }
  #cart-menu .mm-navbar {
    background-color: #fff; }
    #cart-menu .mm-navbar.mm-navbar_sticky {
      display: none; }
  #cart-menu .mm-listitem__text {
    padding: 15px 15px 20px 0;
    border-bottom: 1px solid #a68f54; }
  #cart-menu .cart-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    #cart-menu .cart-item .remove-cart-item {
      position: absolute;
      right: 0;
      bottom: 0; }
      #cart-menu .cart-item .remove-cart-item img {
        height: 12px;
        max-width: 12px; }
    #cart-menu .cart-item > img {
      max-width: 70px;
      height: auto; }
    #cart-menu .cart-item .cart-item__info {
      display: flex;
      flex-wrap: wrap; }
      #cart-menu .cart-item .cart-item__info .cart-item__title {
        width: 100%;
        flex: 0 0 100%;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #000;
        white-space: normal; }
      #cart-menu .cart-item .cart-item__info .cart-item__desc {
        width: 100%;
        flex: 0 0 100%;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #000;
        white-space: normal;
        max-width: 220px; }
      #cart-menu .cart-item .cart-item__info .cart-item__quantity-edit {
        width: 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 300; }
        #cart-menu .cart-item .cart-item__info .cart-item__quantity-edit span {
          font-weight: 300;
          font-size: 18px;
          color: #000;
          text-transform: uppercase; }
        #cart-menu .cart-item .cart-item__info .cart-item__quantity-edit a {
          font-weight: 400;
          font-size: 24px;
          color: #848484;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 34px;
          width: 34px;
          border: 1px solid #f3f3f3; }
      #cart-menu .cart-item .cart-item__info .cart-item__price {
        display: flex;
        width: 100%;
        flex: 0 0 100%;
        position: relative;
        margin-bottom: 15px; }
        #cart-menu .cart-item .cart-item__info .cart-item__price .starting-price {
          color: #a68f54;
          text-decoration: line-through;
          font-size: 14px;
          font-weight: 700;
          margin-right: 30px; }
        #cart-menu .cart-item .cart-item__info .cart-item__price .final-price {
          color: #000;
          font-size: 14px;
          font-weight: 700; }
  #cart-menu .mm-navbars_bottom .mm-navbar {
    border: none;
    display: flex;
    flex-direction: column; }
  #cart-menu .mm-navbars_bottom .cart-cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px; }
    #cart-menu .mm-navbars_bottom .cart-cost span:first-of-type {
      font-size: 12px;
      font-weight: 500;
      color: #000;
      flex-basis: 65%;
      text-align: left;
      border-right: 1px solid #a68f54; }
    #cart-menu .mm-navbars_bottom .cart-cost span:last-of-type {
      font-size: 16px;
      font-weight: 700;
      color: #000; }
    #cart-menu .mm-navbars_bottom .cart-cost.total {
      border-top: 1px solid #a68f54; }
      #cart-menu .mm-navbars_bottom .cart-cost.total span:first-of-type {
        font-weight: 500; }
      #cart-menu .mm-navbars_bottom .cart-cost.total span:last-of-type {
        font-weight: 700; }
  #cart-menu .mm-navbars_bottom .cart-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px; }
    #cart-menu .mm-navbars_bottom .cart-buttons .btn-dark {
      padding: 10px 40px;
      width: 100%;
      margin-bottom: 30px;
      font-size: 14px; }
    #cart-menu .mm-navbars_bottom .cart-buttons .text-btn {
      padding-bottom: 1px;
      font-size: 12px;
      font-weight: 500; }
  #cart-menu .mm-panel, #cart-menu .mm-panels {
    background-color: #fff; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* ==========================================================================
   Homepage
   ========================================================================== */
.bg-green {
  height: 100vh;
  width: 100%;
  background-color: green; }

/* ==========================================================================
   Hero Section
   ========================================================================== */
.home-hero.with-background-cover .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .home-hero.with-background-cover .owl-dots span {
    background: #A68F54;
    border-radius: 20px;
    display: block;
    height: 1.5px;
    margin: 18px 8px;
    width: 29px;
    opacity: 0.48; }
    @media screen and (max-width: 767px) {
      .home-hero.with-background-cover .owl-dots span {
        width: 19.5px;
        margin: 13px 5px; } }

.home-hero.with-background-cover .owl-dot.active span {
  opacity: 1; }

.home-hero.with-background-cover .owl-image {
  background-image: url("../images/homepage/hero/hero-desktop.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 575px) {
    .home-hero.with-background-cover .owl-image {
      background-image: url("../images/homepage/hero/hero-mobile.jpg");
      background-size: cover; } }

/* ==========================================================================
   End Of Hero Section
   ========================================================================== */
/* ==========================================================================
   Explore Section
   ========================================================================== */
.explore-section {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .text-header-explore {
    max-width: 300px; } }

.explore-item-image {
  position: relative; }
  @media screen and (max-width: 1199px) {
    .explore-item-image {
      width: 360px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .explore-item-image {
      width: 300px;
      margin: 0 auto; } }
  .explore-item-image img {
    width: 100%; }
  .explore-item-image .btn-dark {
    padding: 13.5px 66.64px;
    position: absolute;
    left: -24px;
    bottom: -15.5px; }
    @media screen and (max-width: 767px) {
      .explore-item-image .btn-dark {
        left: -29px; } }

.explore-item-caption {
  padding-top: 45px; }
  @media screen and (max-width: 1199px) {
    .explore-item-caption {
      padding-top: 30px;
      width: 360px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .explore-item-caption {
      width: 300px;
      margin: 0 auto; } }
  .explore-item-caption h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #000; }
    @media screen and (max-width: 767px) {
      .explore-item-caption h3 {
        font-size: 14px; } }
  .explore-item-caption span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
    color: #000;
    max-width: 315px; }
    @media screen and (max-width: 767px) {
      .explore-item-caption span {
        font-size: 11px; } }

.owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .owl-dots span {
    background: #A68F54;
    border-radius: 20px;
    display: block;
    height: 1.5px;
    margin: 18px 8px;
    width: 29px;
    opacity: 0.48; }
    @media screen and (max-width: 767px) {
      .owl-dots span {
        width: 19.5px;
        margin: 13px 5px; } }

.owl-dot.active span {
  opacity: 1; }

.owl-nav {
  position: absolute;
  top: 130px;
  width: 100%; }
  .owl-nav button {
    font-size: 0px !important; }
  .owl-nav .owl-next {
    position: absolute;
    right: 2.5%; }
    .owl-nav .owl-next:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background: url("../images/homepage/next-arrow.png");
      width: 9px;
      height: 14px;
      background-repeat: no-repeat; }
  .owl-nav .owl-prev {
    position: absolute;
    left: 5%; }
    .owl-nav .owl-prev:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background: url("../images/homepage/prev-arrow.png");
      width: 9px;
      height: 14px;
      background-repeat: no-repeat; }

.owl-carousel.explore-wrapper {
  display: block; }

/* ==========================================================================
   End Of Explore Section
   ========================================================================== */
/* ==========================================================================
   Dependent Sliders Section
   ========================================================================== */
.section-padding--80-45 {
  padding: 155px 0 45px; }

.dependent-sliders-wrapper {
  background: linear-gradient(to top, white 43.9%, black 14%); }
  @media screen and (max-width: 767px) {
    .dependent-sliders-wrapper {
      background: linear-gradient(to top, white 37.1%, black 14%); } }
  .dependent-sliders-wrapper .flex-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .dependent-sliders-wrapper .flex-wrapper {
        display: block; } }
    .dependent-sliders-wrapper .flex-wrapper .slider-left-wrapper {
      max-width: 58.5%; }
      @media screen and (max-width: 767px) {
        .dependent-sliders-wrapper .flex-wrapper .slider-left-wrapper {
          max-width: 100%;
          height: 162px; } }
      .dependent-sliders-wrapper .flex-wrapper .slider-left-wrapper img {
        height: 315px; }
        @media screen and (max-width: 767px) {
          .dependent-sliders-wrapper .flex-wrapper .slider-left-wrapper img {
            height: 162px; } }
      .dependent-sliders-wrapper .flex-wrapper .slider-left-wrapper .slider-left-item {
        font-size: 0; }
      .dependent-sliders-wrapper .flex-wrapper .slider-left-wrapper .owl-dots {
        margin-top: 75px; }
        .dependent-sliders-wrapper .flex-wrapper .slider-left-wrapper .owl-dots button:first-of-type {
          margin-left: auto; }
        .dependent-sliders-wrapper .flex-wrapper .slider-left-wrapper .owl-dots button:last-of-type {
          margin-right: 45px; }
    .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper {
      margin-top: -85px;
      max-width: 41.5%;
      border: 1px solid #a68f54; }
      @media screen and (max-width: 767px) {
        .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper {
          max-width: 80%;
          margin: 0 auto;
          margin-top: -235px; } }
      @media screen and (max-width: 450px) {
        .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper {
          margin-top: -235px; } }
      .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .owl-dots {
        padding-top: 5px; }
      .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .owl-item {
        background: url(../images/homepage/dependent-sliders/shiny-product.png); }
        @media screen and (max-width: 767px) {
          .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .owl-item {
            background-size: contain;
            background-position: 50% 60%; } }
      .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item {
        padding-left: 80px;
        padding-right: 40px;
        font-size: 0;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item {
            padding-left: 35px;
            padding-right: 0; } }
        .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .img-wrapper img {
          width: auto; }
          @media screen and (max-width: 767px) {
            .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .img-wrapper img {
              max-width: 175px; } }
        .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .text-header {
          padding: 50px 0 4px; }
          @media screen and (max-width: 767px) {
            .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .text-header {
              padding: 25px 0 180px; } }
          .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .text-header h2 {
            text-align: left;
            padding-bottom: 15px; }
        .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .slider-right-item-caption {
          margin-bottom: 30px; }
          .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .slider-right-item-caption h3 {
            font-size: 18px;
            line-height: 19px;
            font-weight: 400;
            color: #000;
            padding-top: 20px; }
            @media screen and (max-width: 767px) {
              .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .slider-right-item-caption h3 {
                font-size: 14px;
                line-height: 19px; } }
          .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .slider-right-item-caption p {
            font-size: 11px;
            line-height: 16px;
            font-weight: 400;
            color: #000;
            padding-top: 15px; }
            @media screen and (max-width: 767px) {
              .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .slider-right-item-caption p {
                display: none; } }
          .dependent-sliders-wrapper .flex-wrapper .slider-right-wrapper .slider-right-item .slider-right-item-caption .text-btn {
            font-size: 10px;
            padding-top: 25px;
            padding-right: 0; }

/* ==========================================================================
   End Of Dependent Sliders Section
   ========================================================================== */
/* ==========================================================================
   Fluid Carousel Section
   ========================================================================== */
.fluid-carousel-item.mobile .background-card {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 312px; }
  .fluid-carousel-item.mobile .background-card:after {
    content: "SHOP";
    position: absolute;
    bottom: -10px;
    display: inline-block;
    text-decoration: none;
    background-color: black;
    font-size: 0.625em;
    color: white !important;
    text-transform: uppercase;
    padding: 10px 70px;
    font-family: "Gotham";
    border: 0;
    width: 182px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    left: 43.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.fluid-carousel-item.mobile .fluid-carousel-item-cta {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: 241px !important;
  height: 241px;
  left: 0;
  transform: unset;
  top: 0;
  margin-top: -40px; }
  .fluid-carousel-item.mobile .fluid-carousel-item-cta img {
    width: 100%; }
  .fluid-carousel-item.mobile .fluid-carousel-item-cta span {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 64px;
    background: black;
    height: 19px;
    width: 94px;
    text-align: center;
    border-radius: 0 20px 20px 0; }
  .fluid-carousel-item.mobile .fluid-carousel-item-cta:hover:after {
    content: "";
    display: none; }

.fluid-carousel-item.mobile .fluid-carousel-item-text {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 241px;
  padding-right: 0; }
  .fluid-carousel-item.mobile .fluid-carousel-item-text h3 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
    height: 45px; }
  .fluid-carousel-item.mobile .fluid-carousel-item-text span:first-of-type {
    margin-top: 10px;
    font-size: 11px;
    line-height: 12px; }
  .fluid-carousel-item.mobile .fluid-carousel-item-text span:last-of-type {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 18px; }

.fluid-carousel-wrapper {
  padding-bottom: 50px;
  margin-left: 15px; }
  @media screen and (max-width: 767px) {
    .fluid-carousel-wrapper {
      padding-top: 10px;
      padding-bottom: 35px;
      margin-left: 0px;
      margin-right: 0; } }
  .fluid-carousel-wrapper .fluid-carousel-item {
    cursor: pointer; }
  .fluid-carousel-wrapper .fluid-carousel-item:hover h3 + span {
    text-decoration: underline; }
  .fluid-carousel-wrapper .fluid-carousel-item:hover .fluid-carousel-item-cta:before {
    content: "SHOP";
    position: absolute;
    bottom: 14%;
    right: -140px;
    display: inline-block;
    text-decoration: none;
    background-color: black;
    font-size: 0.625em;
    color: white !important;
    text-transform: uppercase;
    padding: 10px 70px;
    font-family: "Gotham";
    border: 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    background-repeat: no-repeat;
    cursor: pointer; }
    @media screen and (max-width: 1199px) {
      .fluid-carousel-wrapper .fluid-carousel-item:hover .fluid-carousel-item-cta:before {
        display: none;
        width: 0;
        height: 0; } }
  .fluid-carousel-wrapper .owl-dots {
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .fluid-carousel-wrapper .owl-dots {
        padding-top: 0px; } }
  .fluid-carousel-wrapper .bg-pink {
    background: #AC798F; }
  .fluid-carousel-wrapper .bg-purple {
    background: #B06871; }
  .fluid-carousel-wrapper .bg-black {
    background: #000; }
  .fluid-carousel-wrapper .owl-stage-outer {
    padding-top: 65px;
    padding-bottom: 65px; }
    @media screen and (max-width: 767px) {
      .fluid-carousel-wrapper .owl-stage-outer {
        padding-bottom: 40px; } }

.fluid-carousel-item-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 204px;
  padding-right: 30px; }
  .fluid-carousel-item-text h3 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 55px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff; }
  .fluid-carousel-item-text span {
    display: block; }
  .fluid-carousel-item-text span:first-of-type {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    margin-top: auto;
    letter-spacing: 0.2em;
    color: #fff; }
  .fluid-carousel-item-text span:last-of-type {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: auto;
    margin-bottom: 40px; }
    .fluid-carousel-item-text span:last-of-type strike {
      padding-right: 15px; }

.fluid-carousel-item-cta {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 360px;
  width: 57.6% !important; }
  .fluid-carousel-item-cta span {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 65px;
    background: black;
    height: 19px;
    width: 94px;
    text-align: center;
    border-radius: 0 20px 20px 0; }
  .fluid-carousel-item-cta img {
    cursor: pointer; }

.fluid-carousel-item .background-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  height: 230px; }
  @media screen and (max-width: 767px) {
    .fluid-carousel-item .background-card {
      width: 312px; } }

.fluid-wrapper {
  background: #F1EDE6; }

/* ==========================================================================
   End Of Fluid Carousel Section
   ========================================================================== */
/* ==========================================================================
   Gift Section
   ========================================================================== */
.big-container {
  max-width: 1590px;
  margin: 0 auto; }

.gift-item-slider .owl-stage-outer {
  padding-bottom: 20px;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .gift-item-slider .owl-stage-outer {
      margin-left: 20px; } }

.gift-item-slider .owl-next {
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.gift-item-slider .owl-nav {
  height: 76%;
  position: absolute;
  top: 0;
  width: 100%; }

.gift-item-slider .owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.gift-item-slider .owl-dot {
  margin-top: 75px;
  margin-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .gift-item-slider .owl-dot {
      margin-top: 20px;
      margin-bottom: 45px; } }

.gift-item-wrapper {
  border: 1px solid #a68f54;
  padding: 45px 50px 60px 35px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .gift-item-wrapper {
      padding: 25px 15px 15px 25px;
      width: 260px; } }
  .gift-item-wrapper h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    padding-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .gift-item-wrapper h3 {
        font-size: 11px;
        line-height: 12px;
        padding-top: 0px; } }
  .gift-item-wrapper p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    padding-top: 25px; }
    @media screen and (max-width: 767px) {
      .gift-item-wrapper p {
        font-size: 11px;
        line-height: 16px;
        padding-top: 0px; } }
  .gift-item-wrapper .btn-dark {
    position: absolute;
    bottom: -15px;
    padding: 10px 76.4px; }
  .gift-item-wrapper img {
    max-width: 343px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .gift-item-wrapper img {
        max-width: 212px; } }

/* ==========================================================================
   End Of Gift Section
   ========================================================================== */
/* ==========================================================================
   Limited Edition Section
   ========================================================================== */
.limited-edition-section img {
  width: 100%; }

/* ==========================================================================
   End Of Limited Edition Section
   ========================================================================== */
/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section {
  padding: 40px 0 65px; }
  @media screen and (max-width: 767px) {
    .blog-section {
      padding: 25px 0 40px; } }

.slider-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  margin-right: 20px; }
  .slider-wrapper .col--6:first-of-type {
    padding-right: 25px;
    padding-left: 20px; }
  .slider-wrapper .col--6:last-of-type {
    padding-left: 25px;
    padding-right: 20px; }

.button-wrapper {
  text-align: center;
  padding-top: 60px; }
  .button-wrapper .btn-dark {
    letter-spacing: 0.15em;
    padding: 13.5px 93.29px; }

.container-blog {
  max-width: 1284px;
  width: 100%;
  margin: 0 auto;
  display: block; }
  @media screen and (max-width: 1330px) {
    .container-blog {
      display: none; } }
  .container-blog .owl-stage-outer {
    padding-bottom: 5px;
    margin-bottom: -5px; }

.blog-carousel .owl-nav {
  top: 345px; }
  .blog-carousel .owl-nav .owl-prev {
    left: -68px; }
  .blog-carousel .owl-nav .owl-next {
    right: -68px; }

.big-blog-wrapper {
  width: 100%; }

.big-blog-item-up {
  font-size: 0; }
  .big-blog-item-up img {
    width: 100%; }

.big-blog-item-down {
  background: #F5F5F5;
  height: 337px;
  padding: 30px 40px 35px 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .big-blog-item-down span {
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    padding-bottom: 40px; }
  .big-blog-item-down h3 {
    font-size: 25px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    padding-bottom: 20px; }
  .big-blog-item-down p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000; }
  .big-blog-item-down a {
    margin-top: auto;
    margin-left: auto;
    padding-right: 0; }

.small-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .small-blog .small-text {
    padding: 60px 40px 35px 20px;
    background: #F5F5F5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .small-blog .small-text span {
      display: block;
      font-size: 11px;
      line-height: 16px;
      font-weight: 400;
      color: #000;
      padding-bottom: 40px; }
    .small-blog .small-text h3 {
      font-size: 25px;
      line-height: 27px;
      font-weight: 400;
      color: #000;
      padding-bottom: 20px; }
    .small-blog .small-text p {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      color: #000; }
    .small-blog .small-text a {
      margin-top: auto;
      margin-left: auto;
      padding-right: 0; }

.small-blog:first-of-type {
  padding-bottom: 30px; }

.blog-small-item-wrapper {
  max-width: 577px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 575px) {
    .blog-small-item-wrapper {
      max-width: 300px; } }
  .blog-small-item-wrapper .small-blog-item-up {
    font-size: 0; }
    .blog-small-item-wrapper .small-blog-item-up img {
      width: 100%; }
  .blog-small-item-wrapper .small-blog-item-down {
    background: #F5F5F5;
    height: 337px;
    padding: 30px 40px 35px 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 575px) {
      .blog-small-item-wrapper .small-blog-item-down {
        padding: 10px 15px 20px 20px;
        height: 175px; } }
    .blog-small-item-wrapper .small-blog-item-down span {
      display: block;
      font-size: 11px;
      line-height: 16px;
      font-weight: 400;
      color: #000;
      padding-bottom: 40px; }
      @media screen and (max-width: 575px) {
        .blog-small-item-wrapper .small-blog-item-down span {
          padding-bottom: 15px; } }
    .blog-small-item-wrapper .small-blog-item-down h3 {
      font-size: 25px;
      line-height: 27px;
      font-weight: 400;
      color: #000;
      padding-bottom: 20px; }
      @media screen and (max-width: 575px) {
        .blog-small-item-wrapper .small-blog-item-down h3 {
          font-size: 14px;
          line-height: 18px;
          padding-bottom: 10px; } }
    .blog-small-item-wrapper .small-blog-item-down p {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      color: #000; }
      @media screen and (max-width: 575px) {
        .blog-small-item-wrapper .small-blog-item-down p {
          font-size: 11px;
          line-height: 16px; } }
    .blog-small-item-wrapper .small-blog-item-down a {
      margin-top: auto;
      margin-left: auto;
      padding-right: 0; }

.blog-small-slider {
  width: 84%;
  margin: 0 auto;
  display: none; }
  @media screen and (max-width: 1330px) {
    .blog-small-slider {
      display: block; } }
  .blog-small-slider .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .blog-small-slider .owl-nav .owl-prev {
      left: -12px; }
    .blog-small-slider .owl-nav .owl-next {
      right: -20px; }

/* ==========================================================================
   End Of Blog Section
   ========================================================================== */
/* ==========================================================================
   Boutique Section
   ========================================================================== */
.boutique-section {
  background-image: url("../images/homepage/boutiques-section/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .boutique-section {
      padding-bottom: 35px; } }
  .boutique-section .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (max-width: 767px) {
      .boutique-section .row {
        margin-left: 0px;
        margin-right: 0px; } }
    .boutique-section .row .col--6:first-of-type {
      padding-right: 35px;
      padding-left: 20px; }
      @media screen and (max-width: 1320px) {
        .boutique-section .row .col--6:first-of-type {
          padding-left: 50px; } }
    .boutique-section .row .col--6:last-of-type {
      padding-left: 35px;
      padding-right: 20px; }
      @media screen and (max-width: 1320px) {
        .boutique-section .row .col--6:last-of-type {
          padding-right: 50px; } }
    .boutique-section .row .col--sm-12 {
      padding-left: 22.5px !important;
      padding-right: 22.5px !important; }
      @media screen and (max-width: 575px) {
        .boutique-section .row .col--sm-12 {
          width: 300px;
          margin: 0 auto;
          padding: 0 !important; } }

.boutique-down-wrapper {
  padding: 50px 40px 25px 40px;
  background: #fff;
  position: relative; }
  .boutique-down-wrapper .btn-dark {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-color: black;
    font-size: 16px;
    line-height: 18px;
    color: #a68f54 !important;
    text-transform: uppercase;
    padding: 15px 60px;
    font-family: "Gotham";
    border: 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    left: -20px;
    top: -24px;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .boutique-down-wrapper .btn-dark {
        font-size: 14px;
        line-height: 15px;
        padding: 11px 60px 11px 30px;
        left: -38px;
        top: -20px; } }
  .boutique-down-wrapper span {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    display: block; }

.mobile-img-wrapper {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-img-wrapper {
      display: block; } }

.boutique-mobile-slider .owl-nav {
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%); }

.boutique-image-slider {
  font-size: 0; }
  .boutique-image-slider img {
    width: 100%; }
  .boutique-image-slider .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .boutique-image-slider .owl-nav .owl-prev {
      left: -12px; }
    .boutique-image-slider .owl-nav .owl-next {
      right: -20px; }

.boutique-slide-right:after {
  content: "Paradise Center"; }

.mobile-img-wrapper {
  position: relative;
  /*    &:after {
            content: "Serdika Center";
            position: absolute;
            bottom: -24px;
            display: inline-block;
            text-decoration: none;
            background-color: black;
    
            color: $gold !important;
            text-transform: uppercase;
    
            font-family: "Gotham";
            border: 0;
            -webkit-border-radius: 0 25px 25px 0;
            -moz-border-radius: 0 25px 25px 0;
            border-radius: 0 25px 25px 0;
            background-repeat: no-repeat;
            cursor: pointer;
    
        }*/ }

/* ==========================================================================
   End Of Boutique Section
   ========================================================================== */
/* ==========================================================================
   Brand Section
   ========================================================================== */
.brand-section {
  background: #000;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/homepage/brand-section/lines-bg.svg);
  background-position: top center;
  background-repeat: repeat-x;
  padding-top: 160px; }
  @media screen and (max-width: 767px) {
    .brand-section {
      padding-bottom: 100px;
      padding-top: 0;
      background-size: 0; } }
  .brand-section .line-bg {
    display: none; }
    @media screen and (max-width: 767px) {
      .brand-section .line-bg {
        max-height: 70px;
        display: block; } }
  .brand-section .text-header {
    padding: 0 0 55px; }
    @media screen and (max-width: 767px) {
      .brand-section .text-header {
        padding: 0 0 25px; } }
  @media screen and (max-width: 1280px) {
    .brand-section .brand-slider {
      width: 95%;
      margin: 0 auto; } }
  .brand-section .brand-slider .brand1 {
    width: auto;
    max-width: 100px; }
    @media screen and (max-width: 767px) {
      .brand-section .brand-slider .brand1 {
        width: auto;
        max-width: 50px; } }
  .brand-section .brand-slider .brand2 {
    width: auto;
    max-width: 118px; }
    @media screen and (max-width: 767px) {
      .brand-section .brand-slider .brand2 {
        width: auto;
        max-width: 45px; } }
  .brand-section .brand-slider .brand3 {
    width: auto;
    max-width: 247px; }
    @media screen and (max-width: 767px) {
      .brand-section .brand-slider .brand3 {
        max-width: 123px;
        width: auto; } }
  .brand-section .brand-slider .brand4 {
    width: auto;
    max-width: 91px; }
    @media screen and (max-width: 767px) {
      .brand-section .brand-slider .brand4 {
        max-width: 46px;
        width: auto; } }
  .brand-section .brand-slider .brand5 {
    width: auto;
    max-width: 82px; }
    @media screen and (max-width: 767px) {
      .brand-section .brand-slider .brand5 {
        max-width: 41px;
        width: auto; } }
  .brand-section .brand-slider .brand6 {
    width: auto;
    max-width: 83px; }
    @media screen and (max-width: 767px) {
      .brand-section .brand-slider .brand6 {
        max-width: 42px;
        width: auto; } }
  .brand-section .brand-slider .brand7 {
    width: auto;
    max-width: 133px; }
    @media screen and (max-width: 767px) {
      .brand-section .brand-slider .brand7 {
        max-width: 50px;
        width: auto; } }
  .brand-section .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .brand-section .owl-dots {
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .brand-section .owl-dots {
        padding-top: 25px; } }
  .brand-section .owl-nav {
    position: absolute;
    top: 12px;
    width: 100%; }
    .brand-section .owl-nav .owl-next {
      right: -100px; }
      .brand-section .owl-nav .owl-next:after {
        content: "";
        background: url("../images/homepage/brand-section/next-arrow.png");
        width: 12px;
        height: 20px;
        background-repeat: no-repeat; }
    .brand-section .owl-nav .owl-prev {
      left: -100px; }
      .brand-section .owl-nav .owl-prev:after {
        content: "";
        background: url("../images/homepage/brand-section/prev-arrow.png");
        width: 12px;
        height: 20px;
        background-repeat: no-repeat; }

/* ==========================================================================
   End Of Brand Section
   ========================================================================== */
/* ==========================================================================
   Newsletter Section
   ========================================================================== */
.newsletter-section {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px; }
  .newsletter-section.home {
    margin-top: -67px; }
    @media screen and (max-width: 767px) {
      .newsletter-section.home {
        margin-top: -60px; } }
  .newsletter-section .newsletter-container {
    background: #a68f54; }
    @media screen and (max-width: 767px) {
      .newsletter-section .newsletter-container {
        width: 95%; } }
    .newsletter-section .newsletter-container .newsletter-wrapper {
      padding-top: 50px;
      padding-bottom: 50px;
      max-width: 775px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .newsletter-section .newsletter-container .newsletter-wrapper {
          padding-top: 20px;
          padding-bottom: 15px; } }
      .newsletter-section .newsletter-container .newsletter-wrapper form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .newsletter-section .newsletter-container .newsletter-wrapper form {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .newsletter-section .newsletter-container .newsletter-wrapper form .text-btn {
          letter-spacing: 0.15em;
          position: absolute;
          bottom: -16px;
          left: 0px;
          color: #fff !important;
          padding-right: 0;
          font-size: 8px;
          line-height: 2px;
          font-weight: 400;
          border-color: #fff !important; }
          .newsletter-section .newsletter-container .newsletter-wrapper form .text-btn:hover {
            border-color: #fff !important; }
          @media screen and (max-width: 767px) {
            .newsletter-section .newsletter-container .newsletter-wrapper form .text-btn {
              display: none; } }
        .newsletter-section .newsletter-container .newsletter-wrapper form label {
          font-family: "Gotham";
          font-size: 17px;
          line-height: 18px;
          font-weight: 300;
          color: #fff;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
            .newsletter-section .newsletter-container .newsletter-wrapper form label {
              margin-right: 0px;
              text-align: center;
              max-width: 240px;
              margin-bottom: 10px;
              font-size: 14px;
              line-height: 15px; } }
        .newsletter-section .newsletter-container .newsletter-wrapper form input {
          font-family: "Gotham";
          padding: 10px 70px 10px 15px;
          font-size: 13px;
          font-weight: 300;
          line-height: 14px;
          width: 100%;
          width: 304px;
          border-radius: 0 25px 25px 0;
          border: none;
          color: #707070; }
          @media screen and (max-width: 767px) {
            .newsletter-section .newsletter-container .newsletter-wrapper form input {
              font-size: 11px;
              line-height: 12px; } }
        .newsletter-section .newsletter-container .newsletter-wrapper form input[type=submit] {
          width: 70px;
          padding: 0;
          font-size: 10px;
          line-height: 11px;
          font-weight: 400;
          color: #a68f54;
          background: transparent;
          border: none;
          cursor: pointer;
          height: 34px;
          position: absolute;
          right: 0;
          top: 0; }
        .newsletter-section .newsletter-container .newsletter-wrapper form .email-form-wrapper {
          position: relative; }
          .newsletter-section .newsletter-container .newsletter-wrapper form .email-form-wrapper span {
            display: none; }
          .newsletter-section .newsletter-container .newsletter-wrapper form .email-form-wrapper .verification-bullet {
            position: absolute;
            width: 6px;
            height: 6px;
            left: 2px;
            border-radius: 18px;
            top: 2px; }
          .newsletter-section .newsletter-container .newsletter-wrapper form .email-form-wrapper.valid .verification-bullet {
            background: #00AD3F; }
          .newsletter-section .newsletter-container .newsletter-wrapper form .email-form-wrapper.invalid {
            color: #FF0000; }
            .newsletter-section .newsletter-container .newsletter-wrapper form .email-form-wrapper.invalid span {
              letter-spacing: 0.15em;
              display: block;
              font-size: 7px;
              font-weight: 400;
              line-height: 18px;
              color: #000;
              position: absolute;
              left: 2px;
              top: -14px; }
            .newsletter-section .newsletter-container .newsletter-wrapper form .email-form-wrapper.invalid .verification-bullet {
              background: #FF0000; }

/* ==========================================================================
   Product Grid Page
   ========================================================================== */
.category-hero {
  position: relative;
  background-color: #000;
  overflow: visible;
  margin: 50px 0 0;
  padding: 0 20px; }
  @media screen and (max-width: 1300px) {
    .category-hero {
      margin-top: 0; } }
  @media screen and (max-width: 991px) {
    .category-hero {
      padding: 0; } }
  @media screen and (max-width: 575px) {
    .category-hero {
      margin-bottom: 30px; } }
  .category-hero .container-shop {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    overflow: visible;
    height: 230px; }
    @media screen and (max-width: 575px) {
      .category-hero .container-shop {
        height: 100px; } }
    .category-hero .container-shop .category-text {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      width: 40%;
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
      @media screen and (max-width: 1300px) {
        .category-hero .container-shop .category-text {
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          text-align: center;
          padding: 0 25px; } }
      @media screen and (max-width: 575px) {
        .category-hero .container-shop .category-text {
          text-align: left;
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          padding: 0 30px; } }
      .category-hero .container-shop .category-text .category-text__title {
        color: #a68f54;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 30px; }
        @media screen and (max-width: 575px) {
          .category-hero .container-shop .category-text .category-text__title {
            font-size: 10px;
            margin-bottom: 0; } }
        .category-hero .container-shop .category-text .category-text__title span {
          display: block;
          color: #fff;
          text-transform: capitalize;
          font-size: 64px;
          font-weight: 500; }
          @media screen and (max-width: 575px) {
            .category-hero .container-shop .category-text .category-text__title span {
              font-size: 29px; } }
      .category-hero .container-shop .category-text .category-text__desc {
        color: #b7b7b7;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 25px; }
        @media screen and (max-width: 575px) {
          .category-hero .container-shop .category-text .category-text__desc {
            display: none; } }
    .category-hero .container-shop .category-image {
      max-width: 778px;
      width: 100%;
      height: auto;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 1300px) {
        .category-hero .container-shop .category-image {
          display: none; } }

.category-products {
  position: relative;
  padding: 30px 25px; }
  @media screen and (max-width: 767px) {
    .category-products {
      padding: 30px 0; } }
  @media screen and (max-width: 991px) {
    .category-products {
      padding: 10px 0 30px; } }
  .category-products .container-shop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 80px;
    padding-bottom: 67px; }
    @media screen and (max-width: 1300px) {
      .category-products .container-shop {
        gap: 40px; } }
    .category-products .container-shop .filters {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; }
      @media screen and (max-width: 991px) {
        .category-products .container-shop .filters {
          display: none; } }
      .category-products .container-shop .filters .filters__title {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase; }
      .category-products .container-shop .filters .filters__special-offers {
        position: relative;
        margin: 25px 0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #000;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        user-select: none;
        background-color: #f5f5f5;
        padding: 12.5px 16px; }
        .category-products .container-shop .filters .filters__special-offers label {
          font-size: 11px;
          font-weight: 400;
          text-transform: uppercase;
          color: #000;
          position: absolute;
          z-index: 10;
          padding-left: 30px;
          cursor: pointer; }
        .category-products .container-shop .filters .filters__special-offers input {
          opacity: 0;
          visibility: hidden;
          position: absolute; }
          .category-products .container-shop .filters .filters__special-offers input:checked ~ .check {
            border-color: #fff;
            -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
            -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
            box-shadow: 0px 0px 0px 15px #a68f54 inset; }
            .category-products .container-shop .filters .filters__special-offers input:checked ~ .check::after {
              opacity: 1;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
        .category-products .container-shop .filters .filters__special-offers .check {
          width: 20px;
          height: 20px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          position: relative;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          background-color: #fff;
          border: 4px solid #fff;
          -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
          -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
          box-shadow: 0px 0px 0px 0px #a68f54 inset;
          transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07); }
          .category-products .container-shop .filters .filters__special-offers .check::after {
            content: "";
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 4;
            position: absolute;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-background-size: 50%;
            -moz-background-size: 50%;
            -o-background-size: 50%;
            background-size: 50%;
            background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
            background-repeat: no-repeat;
            background-position: center;
            transition-delay: 0.2s !important;
            transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
      .category-products .container-shop .filters .filters__brands,
      .category-products .container-shop .filters .filters__format-type,
      .category-products .container-shop .filters .filters__finish-type,
      .category-products .container-shop .filters .filters__price-range {
        border-bottom: 1px solid #000;
        padding: 30px 0; }
      .category-products .container-shop .filters .filters__filter_title {
        font-size: 13px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        cursor: pointer;
        position: relative; }
        .category-products .container-shop .filters .filters__filter_title + ul {
          display: none; }
        .category-products .container-shop .filters .filters__filter_title::after {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          background-image: url(../images/footer/arrow-down.svg);
          background-repeat: no-repeat;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .category-products .container-shop .filters .filters__filter_title.open::after {
          background-image: url(../images/footer/arrow-up.svg); }
        .category-products .container-shop .filters .filters__filter_title.open + ul,
        .category-products .container-shop .filters .filters__filter_title.open + div {
          display: block; }
      .category-products .container-shop .filters .filters__brands {
        position: relative; }
        .category-products .container-shop .filters .filters__brands::after {
          content: "";
          position: absolute;
          width: 1px;
          height: calc(100% - 110px);
          top: 75px;
          background: #707070;
          right: 4px;
          z-index: -1; }
      .category-products .container-shop .filters .filters__price-range .price-range-slider {
        display: none;
        width: 100%;
        float: left;
        margin-top: 30px; }
        .category-products .container-shop .filters .filters__price-range .price-range-slider .range-value {
          margin: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          margin-top: 20px;
          font-size: 11px;
          font-weight: 400;
          color: #000; }
          .category-products .container-shop .filters .filters__price-range .price-range-slider .range-value input {
            width: 100%;
            background: none;
            color: #000;
            font-size: 16px;
            border: none;
            padding-left: 5px;
            font-size: 11px;
            font-weight: 500;
            margin-bottom: 1px; }
        .category-products .container-shop .filters .filters__price-range .price-range-slider .range-bar {
          border: none;
          background: #C0C0C0;
          height: 1px;
          width: 98%; }
          .category-products .container-shop .filters .filters__price-range .price-range-slider .range-bar .ui-slider-range {
            background: #a68f54;
            height: 1px;
            width: 100%;
            position: relative; }
          .category-products .container-shop .filters .filters__price-range .price-range-slider .range-bar .ui-slider-handle {
            border: none;
            border-radius: 50%;
            background: #a68f54;
            border: 2px solid #a68f54;
            height: 11px;
            width: 11px;
            top: -6px;
            cursor: pointer;
            position: relative;
            display: block; }
            .category-products .container-shop .filters .filters__price-range .price-range-slider .range-bar .ui-slider-handle:last-child {
              top: -17px; }
          .category-products .container-shop .filters .filters__price-range .price-range-slider .range-bar .ui-slider-handle + span {
            background: #a68f54; }
      .category-products .container-shop .filters .filters__checkbox-sublist {
        list-style: none;
        margin-top: 30px;
        position: relative;
        overflow-y: scroll;
        max-height: 330px;
        scrollbar-color: #B7B7B7 #fff;
        scrollbar-width: thin; }
        .category-products .container-shop .filters .filters__checkbox-sublist::-webkit-scrollbar {
          width: 9px; }
        .category-products .container-shop .filters .filters__checkbox-sublist::-webkit-scrollbar-thumb {
          border-radius: 7px;
          background-color: #B7B7B7;
          width: 9px; }
        .category-products .container-shop .filters .filters__checkbox-sublist li {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          color: #000;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          user-select: none;
          padding: 5px 0; }
        .category-products .container-shop .filters .filters__checkbox-sublist label {
          text-transform: uppercase;
          text-decoration: none;
          color: #000;
          font-size: 13px;
          font-weight: 400;
          cursor: pointer;
          position: absolute;
          z-index: 10;
          padding-left: 30px; }
        .category-products .container-shop .filters .filters__checkbox-sublist input {
          opacity: 0;
          visibility: hidden;
          position: absolute; }
          .category-products .container-shop .filters .filters__checkbox-sublist input:checked ~ .check {
            border-color: #a68f54;
            -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
            -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
            box-shadow: 0px 0px 0px 15px #a68f54 inset; }
            .category-products .container-shop .filters .filters__checkbox-sublist input:checked ~ .check::after {
              opacity: 1;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
        .category-products .container-shop .filters .filters__checkbox-sublist .check {
          width: 20px;
          height: 20px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          position: relative;
          background-color: #f5f5f5;
          border: 4px solid #f5f5f5;
          -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
          -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
          box-shadow: 0px 0px 0px 0px #a68f54 inset;
          transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07); }
          .category-products .container-shop .filters .filters__checkbox-sublist .check::after {
            content: "";
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 4;
            position: absolute;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-background-size: 50%;
            -moz-background-size: 50%;
            -o-background-size: 50%;
            background-size: 50%;
            background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
            background-repeat: no-repeat;
            background-position: center;
            transition-delay: 0.2s !important;
            transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
    .category-products .container-shop .product-gallery {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; }
      @media screen and (max-width: 991px) {
        .category-products .container-shop .product-gallery {
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }
      .category-products .container-shop .product-gallery .mobile-products-found {
        font-size: 11px;
        font-weight: 400;
        color: #000;
        padding-left: 25px; }
        @media screen and (min-width: 991px) {
          .category-products .container-shop .product-gallery .mobile-products-found {
            display: none; } }
      .category-products .container-shop .product-gallery .mobile-bar {
        background-color: #fff;
        z-index: 10000;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        margin: 15px 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .category-products .container-shop .product-gallery .mobile-bar.is_fixed {
          margin-top: 0; }
          .category-products .container-shop .product-gallery .mobile-bar.is_fixed .filters-mobile {
            overflow: auto; }
        @media screen and (max-width: 767px) {
          .category-products .container-shop .product-gallery .mobile-bar {
            margin: 15px 0 20px;
            top: 118px; } }
        @media screen and (max-width: 575px) {
          .category-products .container-shop .product-gallery .mobile-bar {
            top: 127px; } }
        @media screen and (min-width: 991px) {
          .category-products .container-shop .product-gallery .mobile-bar {
            display: none; } }
        .category-products .container-shop .product-gallery .mobile-bar span {
          position: relative;
          font-size: 11px;
          font-weight: 400;
          color: #000;
          text-decoration: none;
          text-transform: uppercase;
          padding: 15px 60px 15px 25px;
          cursor: pointer;
          letter-spacing: 0.05em; }
          .category-products .container-shop .product-gallery .mobile-bar span::after {
            content: "";
            position: absolute;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-right: 10px; }
          .category-products .container-shop .product-gallery .mobile-bar span:first-of-type::after {
            width: 10px;
            height: 10px;
            background-image: url(../images/footer/arrow-down.svg); }
          .category-products .container-shop .product-gallery .mobile-bar span:first-of-type.open::after {
            background-image: url(../images/footer/arrow-up.svg); }
          .category-products .container-shop .product-gallery .mobile-bar span:last-of-type {
            background-color: #f5f5f5; }
            .category-products .container-shop .product-gallery .mobile-bar span:last-of-type::after {
              width: 20px;
              height: 20px;
              background-image: url(../images/shop-grid/cart-filter-mobile.svg); }
            .category-products .container-shop .product-gallery .mobile-bar span:last-of-type.open::after {
              background-image: url(../images/shop-grid/cart-filter-mobile-close.svg);
              width: 15px;
              height: 15px; }
        .category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs {
          display: none;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          background-color: #fff;
          padding: 25px;
          -webkit-box-ordinal-group: 4;
          -moz-box-ordinal-group: 4;
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3;
          z-index: 1;
          -webkit-box-shadow: inset 0px 6px 5px -2px rgba(0, 0, 0, 0.16);
          -moz-box-shadow: inset 0px 6px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px 6px 5px -2px rgba(0, 0, 0, 0.16); }
          .category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs.open {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
          .category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs a {
            color: #000;
            text-decoration: none;
            font-size: 400;
            margin-bottom: 20px;
            padding-left: 15px;
            text-transform: uppercase; }
          .category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs .top-category {
            font-size: 13px;
            padding-left: 0; }
          .category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs .parent-category {
            font-size: 13px; }
          .category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs .child-category {
            font-size: 10px;
            text-transform: capitalize; }
            .category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs .child-category.current-category {
              color: #a68f54; }
        .category-products .container-shop .product-gallery .mobile-bar .filters-mobile {
          z-index: 1;
          display: none;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          background-color: #f5f5f5;
          padding: 25px;
          -webkit-box-shadow: inset 0px 6px 5px -2px rgba(0, 0, 0, 0.16);
          -moz-box-shadow: inset 0px 6px 5px -2px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px 6px 5px -2px rgba(0, 0, 0, 0.16); }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile.open {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__title {
            font-size: 13px;
            font-weight: 400;
            color: #000;
            text-transform: uppercase; }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__special-offers {
            position: relative;
            margin: 25px 0 15px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            color: #000;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            user-select: none;
            background-color: transparent;
            border-bottom: 1px solid #000;
            padding: 23px 0; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__special-offers label {
              font-size: 11px;
              font-weight: 400;
              text-transform: uppercase;
              color: #000;
              position: absolute;
              z-index: 10;
              padding-left: 30px;
              cursor: pointer; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__special-offers input {
              opacity: 0;
              visibility: hidden;
              position: absolute; }
              .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__special-offers input:checked ~ .check {
                border-color: #fff;
                -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
                -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
                box-shadow: 0px 0px 0px 15px #a68f54 inset; }
                .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__special-offers input:checked ~ .check::after {
                  opacity: 1;
                  -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                  transform: scale(1); }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__special-offers .check {
              width: 20px;
              height: 20px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              position: relative;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              border-radius: 100px;
              background-color: #fff;
              border: 4px solid #fff;
              -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
              -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
              box-shadow: 0px 0px 0px 0px #a68f54 inset;
              transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
              padding: 0; }
              .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__special-offers .check::after {
                content: "";
                width: 100%;
                height: 100%;
                opacity: 0;
                z-index: 4;
                position: absolute;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-background-size: 50%;
                -moz-background-size: 50%;
                -o-background-size: 50%;
                background-size: 50%;
                background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
                background-repeat: no-repeat;
                background-position: center;
                transition-delay: 0.2s !important;
                transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__brands,
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__format-type,
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__finish-type,
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range,
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__sort-by {
            border-bottom: 1px solid #000;
            padding: 23px 0; }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__brands .filters__filter_title {
            position: relative; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__brands .filters__filter_title::before {
              width: 115px;
              content: "La Mer, Bobbi Brown, Estee";
              position: absolute;
              font-size: 8px;
              font-weight: 400;
              right: 40px;
              top: 50%;
              text-overflow: ellipsis;
              -webkit-transform: translateY(-60%);
              -ms-transform: translateY(-60%);
              transform: translateY(-60%);
              overflow: hidden;
              white-space: nowrap; }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__sort-by .filters__filter_title {
            position: relative; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__sort-by .filters__filter_title::before {
              content: "Newest";
              position: absolute;
              font-size: 8px;
              font-weight: 400;
              right: 35px;
              top: 50%;
              -webkit-transform: translateY(-60%);
              -ms-transform: translateY(-60%);
              transform: translateY(-60%); }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider {
            display: none;
            width: 98%;
            float: left;
            margin-top: 30px; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider .range-value {
              margin: 0;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              margin-top: 20px;
              font-size: 11px;
              font-weight: 400;
              color: #000; }
              .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider .range-value input {
                width: 100%;
                background: none;
                color: #000;
                font-size: 16px;
                border: none;
                padding-left: 5px;
                font-size: 11px;
                font-weight: 500;
                margin-bottom: 1px; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider .range-bar {
              border: none;
              background: #C0C0C0;
              height: 1px;
              width: 100%; }
              .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider .range-bar .ui-slider-range {
                background: #a68f54;
                height: 1px;
                position: relative; }
              .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider .range-bar .ui-slider-handle {
                border: none;
                border-radius: 50%;
                background: #a68f54;
                border: 2px solid #a68f54;
                height: 11px;
                width: 11px;
                top: -7px;
                cursor: pointer;
                position: relative;
                display: block;
                padding: 5px; }
                .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider .range-bar .ui-slider-handle::after {
                  display: none; }
                .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider .range-bar .ui-slider-handle:last-child {
                  top: -21px; }
              .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__price-range .price-range-slider .range-bar .ui-slider-handle + span {
                background: #a68f54; }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__filter_title {
            font-size: 13px;
            font-weight: 500;
            color: #000;
            text-transform: uppercase;
            cursor: pointer;
            position: relative; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__filter_title + ul {
              display: none; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__filter_title::after {
              content: "";
              position: absolute;
              width: 8px;
              height: 8px;
              background-image: url(../images/footer/arrow-down.svg);
              background-repeat: no-repeat;
              right: 10px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__filter_title.open::after {
              background-image: url(../images/footer/arrow-up.svg); }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__filter_title.open + div,
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__filter_title.open + ul {
              display: block; }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__checkbox-sublist {
            list-style: none;
            margin-top: 30px;
            position: relative;
            overflow-y: scroll;
            max-height: 315px; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__checkbox-sublist li {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              color: #000;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              user-select: none;
              padding: 10px 0; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__checkbox-sublist label {
              text-transform: uppercase;
              text-decoration: none;
              color: #000;
              font-size: 13px;
              font-weight: 400;
              cursor: pointer;
              position: absolute;
              z-index: 10;
              padding-left: 30px; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__checkbox-sublist input {
              opacity: 0;
              visibility: hidden;
              position: absolute; }
              .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__checkbox-sublist input:checked ~ .check {
                border-color: #a68f54;
                -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
                -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
                box-shadow: 0px 0px 0px 15px #a68f54 inset; }
                .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__checkbox-sublist input:checked ~ .check::after {
                  opacity: 1;
                  -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                  transform: scale(1); }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__checkbox-sublist .check {
              width: 20px;
              height: 20px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              position: relative;
              background-color: #fff;
              border: 4px solid #fff;
              -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
              -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
              box-shadow: 0px 0px 0px 0px #a68f54 inset;
              transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
              padding: 0; }
              .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__checkbox-sublist .check::after {
                content: "";
                width: 100%;
                height: 100%;
                opacity: 0;
                z-index: 4;
                position: absolute;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-background-size: 50%;
                -moz-background-size: 50%;
                -o-background-size: 50%;
                background-size: 50%;
                background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
                background-repeat: no-repeat;
                background-position: center;
                transition-delay: 0.2s !important;
                transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__products-found {
            color: #000;
            font-size: 11px;
            font-weight: 400;
            text-align: center;
            padding: 20px 0; }
          .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__buttons {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            padding-bottom: 25px; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__buttons .btn-dark {
              padding: 13px 57px; }
            .category-products .container-shop .product-gallery .mobile-bar .filters-mobile .filters__buttons .btn-light {
              padding: 13px 43px; }
      .category-products .container-shop .product-gallery .sort-bar {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 37.5px;
        /*the container must be positioned relative:*/
        /*style the arrow inside the select element:*/
        /*point the arrow upwards when the select box is open (active):*/
        /*style the items (options), including the selected item:*/
        /*style items (options):*/
        /*hide the items when the select box is closed:*/ }
        @media screen and (max-width: 991px) {
          .category-products .container-shop .product-gallery .sort-bar {
            display: none; } }
        .category-products .container-shop .product-gallery .sort-bar .custom-select {
          position: relative;
          width: 200px; }
        .category-products .container-shop .product-gallery .sort-bar .custom-select select {
          display: none;
          /*hide original SELECT element:*/ }
        .category-products .container-shop .product-gallery .sort-bar .select-selected {
          background-color: #f5f5f5; }
        .category-products .container-shop .product-gallery .sort-bar .select-selected:after {
          position: absolute;
          content: "";
          top: 20px;
          right: 10px;
          width: 0;
          height: 0;
          border: 6px solid transparent;
          border-color: #a68f54 transparent transparent transparent; }
        .category-products .container-shop .product-gallery .sort-bar .select-selected.select-arrow-active:after {
          border-color: transparent transparent #a68f54 transparent;
          top: 12px; }
        .category-products .container-shop .product-gallery .sort-bar .select-items div,
        .category-products .container-shop .product-gallery .sort-bar .select-selected {
          color: #000;
          font-size: 11px;
          text-transform: uppercase;
          font-weight: 400;
          padding: 17px 16px;
          cursor: pointer;
          user-select: none; }
        .category-products .container-shop .product-gallery .sort-bar .select-items {
          position: absolute;
          background-color: #f5f5f5;
          top: 100%;
          left: 0;
          right: 0;
          z-index: 99; }
        .category-products .container-shop .product-gallery .sort-bar .select-hide {
          display: none; }
        .category-products .container-shop .product-gallery .sort-bar .select-items div:hover,
        .category-products .container-shop .product-gallery .sort-bar .same-as-selected {
          background-color: rgba(0, 0, 0, 0.1); }
        .category-products .container-shop .product-gallery .sort-bar .sort-bar__products-found {
          font-size: 11px;
          font-weight: 400;
          color: #000;
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          padding-left: 30px; }
          .category-products .container-shop .product-gallery .sort-bar .sort-bar__products-found span {
            font-weight: 500; }
      .category-products .container-shop .product-gallery .matched-products {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .category-products .container-shop .product-gallery .matched-products .product-box {
          position: relative;
          max-width: 372px;
          -webkit-box: 0;
          -moz-box: 0;
          -webkit-flex: 0 0 33%;
          -ms-flex: 0 0 33%;
          flex: 0 0 33%;
          text-align: center;
          cursor: pointer;
          margin: 30px 0;
          padding-bottom: 35px;
          /* 25/2/21 */ }
          @media screen and (max-width: 575px) {
            .category-products .container-shop .product-gallery .matched-products .product-box {
              -webkit-box: 0;
              -moz-box: 0;
              -webkit-flex: 0 0 49%;
              -ms-flex: 0 0 49%;
              flex: 0 0 49%;
              padding: 35px 0px;
              margin: 5px 0; } }
          .category-products .container-shop .product-gallery .matched-products .product-box .btn-dark {
            visibility: hidden;
            padding: 14px 76px; }
            @media screen and (max-width: 1199px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .btn-dark {
                visibility: visible;
                font-size: 8px;
                padding: 11px 48px; } }
            .category-products .container-shop .product-gallery .matched-products .product-box .btn-dark::after {
              visibility: hidden;
              transition: all 200ms, left 200ms, right 200ms, visibility 0ms; }
              @media screen and (max-width: 1300px) {
                .category-products .container-shop .product-gallery .matched-products .product-box .btn-dark::after {
                  visibility: hidden; } }
          .category-products .container-shop .product-gallery .matched-products .product-box:hover {
            -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
            @media screen and (max-width: 575px) {
              .category-products .container-shop .product-gallery .matched-products .product-box:hover {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none; } }
            .category-products .container-shop .product-gallery .matched-products .product-box:hover .btn-dark {
              visibility: visible; }
              .category-products .container-shop .product-gallery .matched-products .product-box:hover .btn-dark::after {
                visibility: visible; }
          .category-products .container-shop .product-gallery .matched-products .product-box .product-box__image {
            max-width: 100%;
            height: auto; }
          .category-products .container-shop .product-gallery .matched-products .product-box .product-box__title {
            font-size: 12px;
            font-weight: 600;
            color: #000;
            margin-bottom: 10px;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.2em; }
            @media screen and (max-width: 1199px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__title {
                font-size: 10px; } }
          .category-products .container-shop .product-gallery .matched-products .product-box .product-box_details {
            /* 25/2/21 */
            margin-bottom: 20px;
            /* 25/2/21 */
            min-height: 75px;
            /* 25/2/21 */
            /* 25/2/21 */ }
            @media screen and (max-width: 767px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box_details {
                /* 25/2/21 */
                min-height: 65px;
                /* 25/2/21 */ } }
          .category-products .container-shop .product-gallery .matched-products .product-box .product-box__desc {
            font-size: 13px;
            font-weight: 400;
            color: #000;
            text-transform: uppercase;
            line-height: 1.4;
            margin-bottom: 25px;
            text-align: center;
            min-height: 35px;
            /* 25/2/21 */
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            /* 25/2/21 */
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            /* 25/2/21 */
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            /* 25/2/21 */ }
            @media screen and (max-width: 1199px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__desc {
                font-size: 10px; } }
            @media screen and (max-width: 575px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__desc {
                margin-bottom: 20px; } }
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__desc span {
              display: block;
              text-align: center; }
          .category-products .container-shop .product-gallery .matched-products .product-box .product-box__feature {
            font-size: 12px;
            font-weight: 400;
            color: #000;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 25px;
            letter-spacing: 0.2em; }
            @media screen and (max-width: 1199px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__feature {
                font-size: 8px; } }
            @media screen and (max-width: 575px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__feature {
                margin-bottom: 20px; } }
          .category-products .container-shop .product-gallery .matched-products .product-box .product-box__price {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            gap: 25px;
            margin-bottom: 25px; }
            @media screen and (max-width: 767px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__price {
                gap: 10px; } }
            @media screen and (max-width: 575px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__price {
                margin-bottom: 20px; } }
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__price .starting-price {
              color: #a68f54;
              text-decoration: line-through;
              font-size: 18px;
              font-weight: 400; }
              @media screen and (max-width: 1199px) {
                .category-products .container-shop .product-gallery .matched-products .product-box .product-box__price .starting-price {
                  font-size: 14px; } }
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__price .final-price {
              color: #000;
              font-size: 18px;
              font-weight: 500; }
              @media screen and (max-width: 1199px) {
                .category-products .container-shop .product-gallery .matched-products .product-box .product-box__price .final-price {
                  font-size: 14px; } }
          .category-products .container-shop .product-gallery .matched-products .product-box .product-box__left-badges {
            position: absolute;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: left;
            left: 0;
            top: 10px;
            font-size: 11px;
            text-transform: uppercase;
            -webkit-box-align: start;
            -moz-box-align: start;
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start; }
            @media screen and (max-width: 1199px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__left-badges {
                font-size: 8px; } }
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__left-badges .best-seller,
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__left-badges .new {
              margin-bottom: 5px;
              color: #fff;
              background-color: #a68f54;
              padding: 6px 15px;
              -webkit-border-radius: 0 25px 25px 0;
              -moz-border-radius: 0 25px 25px 0;
              border-radius: 0 25px 25px 0; }
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__left-badges .sale {
              margin-bottom: 5px;
              color: #fff;
              background-color: #000;
              padding: 5px 15px;
              -webkit-border-radius: 0 25px 25px 0;
              -moz-border-radius: 0 25px 25px 0;
              border-radius: 0 25px 25px 0; }
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__left-badges .gift {
              color: #000;
              font-weight: 500;
              background-color: transparent;
              padding: 5px 15px; }
          .category-products .container-shop .product-gallery .matched-products .product-box .product-box__right-badges {
            position: absolute;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: right;
            right: 0;
            top: 10px;
            font-size: 11px;
            text-transform: uppercase;
            -webkit-box-align: end;
            -moz-box-align: end;
            -ms-flex-align: end;
            -webkit-align-items: flex-end;
            align-items: flex-end; }
            @media screen and (max-width: 1199px) {
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__right-badges {
                font-size: 8px; } }
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__right-badges .exclusive {
              margin-bottom: 5px;
              color: #fff;
              background-color: #a68f54;
              padding: 6px 15px;
              -webkit-border-radius: 25px 0 0 25px;
              -moz-border-radius: 25px 0 0 25px;
              border-radius: 25px 0 0 25px; }
            .category-products .container-shop .product-gallery .matched-products .product-box .product-box__right-badges .add-to-wishlist-link {
              position: relative;
              padding: 10px;
              margin-right: 10px;
              z-index: 2; }
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__right-badges .add-to-wishlist-link::after {
                content: "";
                position: absolute;
                z-index: -1;
                width: 20px;
                height: 20px;
                background-image: url(../images/shop-grid/wishlist.svg);
                background-repeat: no-repeat;
                -webkit-background-size: contain;
                -moz-background-size: contain;
                -o-background-size: contain;
                background-size: contain;
                left: 0;
                top: 0;
                transition: all 200ms; }
              .category-products .container-shop .product-gallery .matched-products .product-box .product-box__right-badges .add-to-wishlist-link:hover::after {
                background-image: url(../images/shop-grid/wishlist-hover.svg); }
      .category-products .container-shop .product-gallery .pagination {
        margin: 5px auto;
        max-width: 350px;
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .category-products .container-shop .product-gallery .pagination::before, .category-products .container-shop .product-gallery .pagination::after {
          content: "";
          position: absolute;
          background-repeat: no-repeat;
          background-size: contain;
          width: 14px;
          height: 14px;
          top: 4px;
          cursor: pointer; }
        .category-products .container-shop .product-gallery .pagination::before {
          background-image: url(../images/shop-grid/prev-arrow.svg);
          right: 100%; }
        .category-products .container-shop .product-gallery .pagination::after {
          background-image: url(../images/shop-grid/next-arrow.svg);
          left: 100%; }
        @media screen and (max-width: 767px) {
          .category-products .container-shop .product-gallery .pagination {
            max-width: 300px; } }
        .category-products .container-shop .product-gallery .pagination .pagination__number {
          font-size: 13px;
          font-weight: 400;
          color: #000;
          position: relative;
          margin: 0 20px;
          cursor: pointer;
          padding: 5px; }
          @media screen and (max-width: 767px) {
            .category-products .container-shop .product-gallery .pagination .pagination__number {
              margin: 0 5px; } }
          .category-products .container-shop .product-gallery .pagination .pagination__number.active::after {
            content: "";
            position: absolute;
            background-color: #e2e2e2;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            top: 1px;
            left: -1px;
            z-index: -1; }
        .category-products .container-shop .product-gallery .pagination .pagination__break {
          letter-spacing: 5px; }
        .category-products .container-shop .product-gallery .pagination .pagination__prev-arrow,
        .category-products .container-shop .product-gallery .pagination .pagination__next-arrow {
          width: 20px;
          height: 20px;
          display: block;
          padding: 5px;
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (min-width: 991px) {
            .category-products .container-shop .product-gallery .pagination .pagination__prev-arrow,
            .category-products .container-shop .product-gallery .pagination .pagination__next-arrow {
              display: none; } }
        .category-products .container-shop .product-gallery .pagination .pagination__prev-arrow {
          background-image: url(../images/shop-grid/prev-arrow.svg); }
        .category-products .container-shop .product-gallery .pagination .pagination__next-arrow {
          background-image: url(../images/shop-grid/next-arrow.svg); }
      .category-products .container-shop .product-gallery .mobile-view-all {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 20px;
        font-size: 10px;
        font-weight: 400; }
        @media screen and (min-width: 991px) {
          .category-products .container-shop .product-gallery .mobile-view-all {
            display: none; } }

.newsletter-section .newsletter-container.full-width {
  width: 100% !important; }

/* ==========================================================================
   My Cart Page
   ========================================================================== */
.cart-main {
  margin-top: 30px;
  padding: 0 20px; }
  @media screen and (max-width: 1300px) {
    .cart-main {
      padding: 0; } }
  .cart-main h1 {
    font-size: 60px;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px; }
    @media screen and (max-width: 1300px) {
      .cart-main h1 {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .cart-main h1 {
        font-size: 29px; } }
  .cart-main .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .cart-main .content .main {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 1150px;
      margin-right: 30px;
      overflow-y: hidden; }
      @media screen and (max-width: 1300px) {
        .cart-main .content .main {
          max-width: 100%;
          margin-right: 0; } }
      .cart-main .content .main .shopping-list {
        list-style: none; }
        @media screen and (max-width: 1300px) {
          .cart-main .content .main .shopping-list {
            padding: 0 20px; } }
        .cart-main .content .main .shopping-list li {
          border-top: 0.4px solid #a68f54;
          padding: 10px 0; }
        @media screen and (max-width: 991px) {
          .cart-main .content .main .shopping-list li:first-child {
            border-top: none; } }
        .cart-main .content .main .shopping-list li:last-child {
          border-bottom: 0.4px solid #a68f54; }
        .cart-main .content .main .shopping-list .product {
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          @media screen and (max-width: 991px) {
            .cart-main .content .main .shopping-list .product {
              -webkit-box-align: start;
              -moz-box-align: start;
              -ms-flex-align: start;
              -webkit-align-items: flex-start;
              align-items: flex-start; } }
          .cart-main .content .main .shopping-list .product .product-info {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
            padding: 0 100px; }
            @media screen and (max-width: 1590px) {
              .cart-main .content .main .shopping-list .product .product-info {
                padding: 0 30px; } }
            @media screen and (max-width: 1300px) {
              .cart-main .content .main .shopping-list .product .product-info {
                padding: 0 100px; } }
            @media screen and (max-width: 991px) {
              .cart-main .content .main .shopping-list .product .product-info {
                padding: 10px 30px;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: end;
                -moz-box-align: end;
                -ms-flex-align: end;
                -webkit-align-items: flex-end;
                align-items: flex-end; } }
            @media screen and (max-width: 991px) {
              .cart-main .content .main .shopping-list .product .product-info {
                padding: 10px 0; } }
            .cart-main .content .main .shopping-list .product .product-info .product-text {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: justify;
              -moz-box-pack: justify;
              -ms-flex-pack: justify;
              -webkit-justify-content: space-between;
              justify-content: space-between;
              -webkit-box-align: start;
              -moz-box-align: start;
              -ms-flex-align: start;
              -webkit-align-items: flex-start;
              align-items: flex-start;
              -webkit-box-direction: normal;
              -webkit-box-orient: vertical;
              -moz-box-direction: normal;
              -moz-box-orient: vertical;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-flex-basis: 100%;
              flex-basis: 100%;
              max-width: 300px; }
              @media screen and (max-width: 991px) {
                .cart-main .content .main .shopping-list .product .product-info .product-text {
                  max-width: 100%;
                  margin-bottom: 30px; } }
              @media screen and (max-width: 767px) {
                .cart-main .content .main .shopping-list .product .product-info .product-text {
                  margin-bottom: 20px; } }
              .cart-main .content .main .shopping-list .product .product-info .product-text h3, .cart-main .content .main .shopping-list .product .product-info .product-text h4 {
                text-transform: uppercase;
                color: #000;
                font-weight: 500;
                font-size: 20px; }
                @media screen and (max-width: 767px) {
                  .cart-main .content .main .shopping-list .product .product-info .product-text h3, .cart-main .content .main .shopping-list .product .product-info .product-text h4 {
                    font-size: 12px;
                    margin-bottom: 5px; } }
              .cart-main .content .main .shopping-list .product .product-info .product-text h5 {
                text-transform: uppercase;
                color: #000;
                font-size: 11px;
                font-weight: 400;
                letter-spacing: 0.2em;
                margin: 15px 0 24px; }
                @media screen and (max-width: 767px) {
                  .cart-main .content .main .shopping-list .product .product-info .product-text h5 {
                    font-size: 9px;
                    margin: 5px 0 15px; } }
              .cart-main .content .main .shopping-list .product .product-info .product-text .sale-sticker {
                background-color: #000;
                height: 19px;
                line-height: 15px;
                padding-left: 18px;
                width: 94px;
                -webkit-border-radius: 0 19px 19px 0;
                -moz-border-radius: 0 19px 19px 0;
                border-radius: 0 19px 19px 0;
                margin-bottom: 20px; }
                .cart-main .content .main .shopping-list .product .product-info .product-text .sale-sticker span {
                  color: #fff;
                  font-size: 11px;
                  font-weight: 400; }
              .cart-main .content .main .shopping-list .product .product-info .product-text span {
                color: #000;
                font-size: 13px;
                font-weight: 500;
                text-transform: capitalize;
                margin-bottom: 1px; }
                .cart-main .content .main .shopping-list .product .product-info .product-text span .color-ball {
                  width: 14px;
                  height: 14px;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  border-radius: 50%;
                  display: inline-block;
                  position: relative;
                  top: 3px;
                  left: 5px; }
            .cart-main .content .main .shopping-list .product .product-info .quantity-edit {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: justify;
              -moz-box-pack: justify;
              -ms-flex-pack: justify;
              -webkit-justify-content: space-between;
              justify-content: space-between;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              font-size: 15px;
              font-weight: 400;
              width: 50px;
              /* 26/2/21 */ }
              .cart-main .content .main .shopping-list .product .product-info .quantity-edit span {
                font-weight: 400;
                font-size: 18px;
                color: #000;
                text-transform: uppercase; }
                @media screen and (max-width: 767px) {
                  .cart-main .content .main .shopping-list .product .product-info .quantity-edit span {
                    font-size: 15px; } }
              .cart-main .content .main .shopping-list .product .product-info .quantity-edit a {
                font-weight: 500;
                font-size: 18px;
                color: #000;
                text-decoration: none; }
                @media screen and (max-width: 767px) {
                  .cart-main .content .main .shopping-list .product .product-info .quantity-edit a {
                    font-size: 15px;
                    color: #848484; } }
            .cart-main .content .main .shopping-list .product .product-info .product-price {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -ms-flex-pack: distribute;
              -webkit-justify-content: space-around;
              justify-content: space-around;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-box-direction: normal;
              -webkit-box-orient: vertical;
              -moz-box-direction: normal;
              -moz-box-orient: vertical;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-flex-basis: 100%;
              flex-basis: 100%;
              max-width: 100px; }
              @media screen and (max-width: 767px) {
                .cart-main .content .main .shopping-list .product .product-info .product-price {
                  max-width: 80px; } }
              .cart-main .content .main .shopping-list .product .product-info .product-price .starting-price {
                font-size: 15px;
                font-weight: 400;
                text-decoration: line-through;
                color: #a68f54;
                margin-bottom: 5px; }
                @media screen and (max-width: 767px) {
                  .cart-main .content .main .shopping-list .product .product-info .product-price .starting-price {
                    font-size: 13px; } }
              .cart-main .content .main .shopping-list .product .product-info .product-price .final-price {
                font-size: 18px;
                font-weight: 500;
                color: #000; }
                @media screen and (max-width: 767px) {
                  .cart-main .content .main .shopping-list .product .product-info .product-price .final-price {
                    font-size: 13px; } }
              .cart-main .content .main .shopping-list .product .product-info .product-price .gift-price {
                font-size: 18px;
                font-weight: 500;
                color: #000;
                text-transform: uppercase; }
                @media screen and (max-width: 991px) {
                  .cart-main .content .main .shopping-list .product .product-info .product-price .gift-price {
                    font-size: 13px; } }
            .cart-main .content .main .shopping-list .product .product-info.gift-product a {
              visibility: hidden; }
          .cart-main .content .main .shopping-list .product img {
            border-right: 0.4px solid #a68f54;
            padding-right: 20px;
            max-width: 100%;
            height: auto; }
            @media screen and (max-width: 991px) {
              .cart-main .content .main .shopping-list .product img {
                border-right: 0;
                max-height: 200px;
                padding-right: 0; } }
            @media screen and (max-width: 575px) {
              .cart-main .content .main .shopping-list .product img {
                max-height: 110px; } }
            .cart-main .content .main .shopping-list .product img.remove-product {
              position: absolute;
              border-right: none;
              right: 0;
              top: 0;
              cursor: pointer;
              padding-right: 5px;
              width: auto; }
              @media screen and (max-width: 991px) {
                .cart-main .content .main .shopping-list .product img.remove-product {
                  left: 0;
                  padding-left: 5px;
                  height: 8px; } }
      .cart-main .content .main .text-btn {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.369em;
        margin: 20px 0; }
        @media screen and (max-width: 1300px) {
          .cart-main .content .main .text-btn {
            margin: 25px 0; } }
      .cart-main .content .main .text-right-wrapper {
        text-align: right;
        margin-bottom: 80px; }
        @media screen and (max-width: 1300px) {
          .cart-main .content .main .text-right-wrapper {
            text-align: center;
            margin-bottom: 0; } }
      .cart-main .content .main .free-samples {
        margin-bottom: 80px; }
        .cart-main .content .main .free-samples h2 {
          font-size: 20px;
          color: #a68f54;
          font-weight: 400;
          letter-spacing: 0.15em;
          text-align: center;
          text-transform: uppercase;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-samples h2 {
              font-size: 15px; } }
        .cart-main .content .main .free-samples .free-sample-wrapper {
          text-align: center; }
          .cart-main .content .main .free-samples .free-sample-wrapper h3 {
            font-size: 12px;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            text-align: center;
            margin-bottom: 20px; }
            @media screen and (max-width: 767px) {
              .cart-main .content .main .free-samples .free-sample-wrapper h3 {
                font-size: 10px;
                margin-bottom: 10px; } }
          .cart-main .content .main .free-samples .free-sample-wrapper h4, .cart-main .content .main .free-samples .free-sample-wrapper h5 {
            text-align: center;
            color: #000;
            font-size: 13px;
            font-weight: 400;
            text-transform: uppercase; }
            @media screen and (max-width: 767px) {
              .cart-main .content .main .free-samples .free-sample-wrapper h4, .cart-main .content .main .free-samples .free-sample-wrapper h5 {
                font-size: 10px; } }
          .cart-main .content .main .free-samples .free-sample-wrapper h4 {
            margin-bottom: 5px; }
          .cart-main .content .main .free-samples .free-sample-wrapper h5 {
            margin-bottom: 20px; }
          .cart-main .content .main .free-samples .free-sample-wrapper .btn-select {
            text-transform: uppercase;
            text-decoration: none;
            font-size: 10px;
            font-weight: 400;
            color: #000;
            letter-spacing: 0.15em;
            -webkit-border-radius: 0 25px 25px 0;
            -moz-border-radius: 0 25px 25px 0;
            border-radius: 0 25px 25px 0;
            border: 0.7px solid #a68f54;
            display: block;
            margin: 0 auto;
            padding: 12.5px 0;
            width: 182px;
            -moz-transition: all 300ms;
            -ms-transition: all 300ms;
            -o-transition: all 300ms;
            -webkit-transition: all 300ms;
            transition: all 300ms; }
            @media screen and (max-width: 767px) {
              .cart-main .content .main .free-samples .free-sample-wrapper .btn-select {
                font-size: 8px;
                width: 120px;
                padding: 10px 0; } }
            .cart-main .content .main .free-samples .free-sample-wrapper .btn-select:hover, .cart-main .content .main .free-samples .free-sample-wrapper .btn-select.selected {
              background-color: #a68f54; }
        .cart-main .content .main .free-samples h6 {
          font-size: 11px;
          color: #000;
          letter-spacing: 0.05em;
          text-align: center;
          font-weight: 400; }
          .cart-main .content .main .free-samples h6 span {
            font-weight: 500; }
      .cart-main .content .main .free-delivery h2 {
        font-size: 20px;
        color: #a68f54;
        font-weight: 400;
        letter-spacing: 0.15em;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .cart-main .content .main .free-delivery h2 {
            font-size: 15px; } }
      .cart-main .content .main .free-delivery .product-box {
        position: relative;
        max-width: 372px;
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        text-align: center;
        cursor: pointer;
        margin: 30px 5px;
        padding-bottom: 35px;
        /* 25/2/21 */ }
        @media screen and (max-width: 575px) {
          .cart-main .content .main .free-delivery .product-box {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 49%;
            -ms-flex: 0 0 49%;
            flex: 0 0 49%;
            padding: 35px 0px;
            margin: 5px 0; } }
        .cart-main .content .main .free-delivery .product-box .btn-dark {
          visibility: hidden;
          padding: 14px 76px; }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .btn-dark {
              visibility: visible;
              font-size: 8px;
              padding: 11px 48px; } }
          .cart-main .content .main .free-delivery .product-box .btn-dark::after {
            visibility: hidden;
            transition: all 200ms, left 200ms, right 200ms, visibility 0ms; }
            @media screen and (max-width: 1300px) {
              .cart-main .content .main .free-delivery .product-box .btn-dark::after {
                visibility: hidden; } }
        .cart-main .content .main .free-delivery .product-box:hover {
          -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
          @media screen and (max-width: 575px) {
            .cart-main .content .main .free-delivery .product-box:hover {
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none; } }
          .cart-main .content .main .free-delivery .product-box:hover .btn-dark {
            visibility: visible; }
            .cart-main .content .main .free-delivery .product-box:hover .btn-dark::after {
              visibility: visible; }
        .cart-main .content .main .free-delivery .product-box .product-box__image {
          max-width: 100%;
          height: auto; }
        .cart-main .content .main .free-delivery .product-box .product-box__title {
          font-size: 12px;
          font-weight: 600;
          color: #000;
          margin-bottom: 10px;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 0.2em; }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .product-box__title {
              font-size: 10px; } }
        .cart-main .content .main .free-delivery .product-box .product-box_details {
          /* 25/2/21 */
          margin-bottom: 20px;
          /* 25/2/21 */
          min-height: 75px;
          /* 25/2/21 */
          /* 25/2/21 */ }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .product-box_details {
              /* 25/2/21 */
              min-height: 65px;
              /* 25/2/21 */ } }
        .cart-main .content .main .free-delivery .product-box .product-box__desc {
          font-size: 13px;
          font-weight: 400;
          color: #000;
          text-transform: uppercase;
          line-height: 1.4;
          margin-bottom: 25px;
          text-align: center;
          min-height: 35px;
          /* 25/2/21 */
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          /* 25/2/21 */
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          /* 25/2/21 */
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          /* 25/2/21 */ }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .product-box__desc {
              font-size: 10px; } }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .product-box__desc {
              margin-bottom: 20px; } }
          .cart-main .content .main .free-delivery .product-box .product-box__desc span {
            display: block;
            text-align: center; }
        .cart-main .content .main .free-delivery .product-box .product-box__feature {
          font-size: 12px;
          font-weight: 400;
          color: #000;
          text-transform: uppercase;
          text-align: center;
          margin-bottom: 25px;
          letter-spacing: 0.2em; }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .product-box__feature {
              font-size: 8px; } }
          @media screen and (max-width: 575px) {
            .cart-main .content .main .free-delivery .product-box .product-box__feature {
              margin-bottom: 20px; } }
        .cart-main .content .main .free-delivery .product-box .product-box__price {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          gap: 25px;
          margin-bottom: 25px; }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .product-box__price {
              gap: 10px; } }
          @media screen and (max-width: 575px) {
            .cart-main .content .main .free-delivery .product-box .product-box__price {
              margin-bottom: 20px; } }
          .cart-main .content .main .free-delivery .product-box .product-box__price .starting-price {
            color: #a68f54;
            text-decoration: line-through;
            font-size: 18px;
            font-weight: 400; }
            @media screen and (max-width: 767px) {
              .cart-main .content .main .free-delivery .product-box .product-box__price .starting-price {
                font-size: 14px; } }
          .cart-main .content .main .free-delivery .product-box .product-box__price .final-price {
            color: #000;
            font-size: 18px;
            font-weight: 500; }
            @media screen and (max-width: 767px) {
              .cart-main .content .main .free-delivery .product-box .product-box__price .final-price {
                font-size: 14px; } }
        .cart-main .content .main .free-delivery .product-box .product-box__left-badges {
          position: absolute;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: left;
          left: 0;
          top: 10px;
          font-size: 11px;
          text-transform: uppercase;
          -webkit-box-align: start;
          -moz-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          align-items: flex-start; }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .product-box__left-badges {
              font-size: 8px; } }
          .cart-main .content .main .free-delivery .product-box .product-box__left-badges .best-seller,
          .cart-main .content .main .free-delivery .product-box .product-box__left-badges .new {
            margin-bottom: 5px;
            color: #fff;
            background-color: #a68f54;
            padding: 6px 15px;
            -webkit-border-radius: 0 25px 25px 0;
            -moz-border-radius: 0 25px 25px 0;
            border-radius: 0 25px 25px 0; }
          .cart-main .content .main .free-delivery .product-box .product-box__left-badges .sale {
            margin-bottom: 5px;
            color: #fff;
            background-color: #000;
            padding: 5px 15px;
            -webkit-border-radius: 0 25px 25px 0;
            -moz-border-radius: 0 25px 25px 0;
            border-radius: 0 25px 25px 0; }
          .cart-main .content .main .free-delivery .product-box .product-box__left-badges .gift {
            color: #000;
            font-weight: 500;
            background-color: transparent;
            padding: 5px 15px; }
        .cart-main .content .main .free-delivery .product-box .product-box__right-badges {
          position: absolute;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: right;
          right: 0;
          top: 10px;
          font-size: 11px;
          text-transform: uppercase;
          -webkit-box-align: end;
          -moz-box-align: end;
          -ms-flex-align: end;
          -webkit-align-items: flex-end;
          align-items: flex-end; }
          @media screen and (max-width: 767px) {
            .cart-main .content .main .free-delivery .product-box .product-box__right-badges {
              font-size: 8px; } }
          .cart-main .content .main .free-delivery .product-box .product-box__right-badges .exclusive {
            margin-bottom: 5px;
            color: #fff;
            background-color: #a68f54;
            padding: 6px 15px;
            -webkit-border-radius: 25px 0 0 25px;
            -moz-border-radius: 25px 0 0 25px;
            border-radius: 25px 0 0 25px; }
          .cart-main .content .main .free-delivery .product-box .product-box__right-badges .add-to-wishlist-link {
            position: relative;
            padding: 10px;
            margin-right: 10px;
            z-index: 2; }
            .cart-main .content .main .free-delivery .product-box .product-box__right-badges .add-to-wishlist-link::after {
              content: "";
              position: absolute;
              z-index: -1;
              width: 20px;
              height: 20px;
              background-image: url(../images/shop-grid/wishlist.svg);
              background-repeat: no-repeat;
              -webkit-background-size: contain;
              -moz-background-size: contain;
              -o-background-size: contain;
              background-size: contain;
              left: 0;
              top: 0;
              transition: all 200ms; }
            .cart-main .content .main .free-delivery .product-box .product-box__right-badges .add-to-wishlist-link:hover::after {
              background-image: url(../images/shop-grid/wishlist-hover.svg); }
    .cart-main .content .sidebar {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      background-color: #f5f5f5; }
      .cart-main .content .sidebar.mobile {
        text-align: center;
        padding: 40px 15px 20px;
        margin: auto;
        max-width: 600px;
        margin-bottom: 60px; }
        @media screen and (min-width: 1300px) {
          .cart-main .content .sidebar.mobile {
            display: none; } }
      .cart-main .content .sidebar.desktop {
        padding: 45px 25px 20px;
        height: 100%;
        max-width: 407px;
        position: -webkit-sticky;
        position: sticky;
        top: 110px; }
        @media screen and (max-width: 1300px) {
          .cart-main .content .sidebar.desktop {
            display: none; } }
      .cart-main .content .sidebar .coupon-form label {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block; }
        @media screen and (max-width: 767px) {
          .cart-main .content .sidebar .coupon-form label {
            font-size: 15px; } }
      .cart-main .content .sidebar .coupon-form .input-group {
        position: relative;
        margin-bottom: 45px; }
        .cart-main .content .sidebar .coupon-form .input-group .verification-bullet {
          position: absolute;
          width: 6px;
          height: 6px;
          left: 2px;
          border-radius: 18px;
          top: 2px; }
        .cart-main .content .sidebar .coupon-form .input-group.valid .verification-bullet {
          background: #00AD3F; }
        .cart-main .content .sidebar .coupon-form .input-group.invalid input[type="text"] {
          color: #FF0000; }
        .cart-main .content .sidebar .coupon-form .input-group.invalid .verification-bullet {
          background: #FF0000; }
        .cart-main .content .sidebar .coupon-form .input-group input[type="text"] {
          width: 100%;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-border-radius: 0 24px 24px 0;
          -moz-border-radius: 0 24px 24px 0;
          border-radius: 0 24px 24px 0;
          height: 50px;
          line-height: 50px;
          border: none;
          padding-left: 18px;
          font-size: 15px; }
          @media screen and (max-width: 767px) {
            .cart-main .content .sidebar .coupon-form .input-group input[type="text"] {
              font-size: 13px; } }
          .cart-main .content .sidebar .coupon-form .input-group input[type="text"]::placeholder {
            font-size: 13px;
            font-weight: 400;
            color: #707070; }
            @media screen and (max-width: 767px) {
              .cart-main .content .sidebar .coupon-form .input-group input[type="text"]::placeholder {
                font-size: 13px; } }
          .cart-main .content .sidebar .coupon-form .input-group input[type="text"]::-webkit-input-placeholder {
            font-size: 13px;
            font-weight: 400;
            color: #707070; }
            @media screen and (max-width: 767px) {
              .cart-main .content .sidebar .coupon-form .input-group input[type="text"]::-webkit-input-placeholder {
                font-size: 13px; } }
        .cart-main .content .sidebar .coupon-form .input-group input[type="submit"] {
          position: absolute;
          right: 0;
          background-color: transparent;
          color: #a68f54;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border: none;
          font-size: 10px;
          font-weight: 400;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          height: 50px;
          line-height: 50px;
          cursor: pointer;
          padding: 1px 22px 1px 0; }
      .cart-main .content .sidebar h3 {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .cart-main .content .sidebar h3 {
            font-size: 15px; } }
      .cart-main .content .sidebar .gift-wrapping {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 1300px) {
          .cart-main .content .sidebar .gift-wrapping {
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; } }
        .cart-main .content .sidebar .gift-wrapping .gift-bag {
          margin-right: 10px; }
        .cart-main .content .sidebar .gift-wrapping .gift-box {
          margin-left: 10px; }
        .cart-main .content .sidebar .gift-wrapping .gift-bag,
        .cart-main .content .sidebar .gift-wrapping .gift-box {
          background-color: #fff;
          width: 160px;
          padding: 22.5px;
          text-align: center;
          position: relative; }
          .cart-main .content .sidebar .gift-wrapping .gift-bag label,
          .cart-main .content .sidebar .gift-wrapping .gift-box label {
            font-size: 11px;
            font-weight: 400;
            color: #000;
            text-transform: uppercase; }
          .cart-main .content .sidebar .gift-wrapping .gift-bag input,
          .cart-main .content .sidebar .gift-wrapping .gift-box input {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            cursor: pointer; }
            .cart-main .content .sidebar .gift-wrapping .gift-bag input:hover ~ .check-img::after,
            .cart-main .content .sidebar .gift-wrapping .gift-box input:hover ~ .check-img::after {
              content: url(../images/my-cart/plus-hover.svg); }
            .cart-main .content .sidebar .gift-wrapping .gift-bag input:checked ~ .check-img::after,
            .cart-main .content .sidebar .gift-wrapping .gift-box input:checked ~ .check-img::after {
              content: url(../images/my-cart/minus.svg); }
          .cart-main .content .sidebar .gift-wrapping .gift-bag span,
          .cart-main .content .sidebar .gift-wrapping .gift-box span {
            margin-top: 8px;
            margin-bottom: 15px;
            display: block;
            font-size: 18px;
            font-weight: 500; }
          .cart-main .content .sidebar .gift-wrapping .gift-bag .check-img::after,
          .cart-main .content .sidebar .gift-wrapping .gift-box .check-img::after {
            content: url(../images/my-cart/plus.svg); }
      .cart-main .content .sidebar .gift-box-wish {
        margin-bottom: 10px;
        position: relative; }
        .cart-main .content .sidebar .gift-box-wish textarea {
          border: none;
          width: 100% !important;
          padding: 15px 15px 5px 15px;
          font-family: "Gotham";
          font-size: 13px;
          resize: none;
          outline: none;
          overflow: auto;
          -moz-transition: all 300ms;
          -ms-transition: all 300ms;
          -o-transition: all 300ms;
          -webkit-transition: all 300ms;
          transition: all 300ms;
          opacity: 0;
          height: 0 !important; }
          .cart-main .content .sidebar .gift-box-wish textarea.show {
            display: block;
            position: relative;
            opacity: 1;
            height: 130px !important; }
        .cart-main .content .sidebar .gift-box-wish .word-count {
          display: none;
          position: absolute;
          bottom: 8px;
          right: 10px;
          font-size: 11px; }
      .cart-main .content .sidebar .cost {
        margin-top: 30px;
        margin-bottom: 50px; }
        @media screen and (max-width: 991px) {
          .cart-main .content .sidebar .cost {
            margin-bottom: 20px; } }
        .cart-main .content .sidebar .cost table {
          width: 100%; }
        .cart-main .content .sidebar .cost td {
          width: 50%; }
          .cart-main .content .sidebar .cost td:first-child {
            font-size: 16px;
            font-weight: 400;
            color: #000;
            text-align: right;
            padding: 5px 25px 5px 0;
            border-right: 0.4px solid #a68f54; }
            @media screen and (max-width: 991px) {
              .cart-main .content .sidebar .cost td:first-child {
                padding-right: 20px; } }
          .cart-main .content .sidebar .cost td:last-child {
            font-size: 18px;
            font-weight: 500;
            color: #000;
            text-align: left;
            padding: 5px 0 5px 25px; }
            @media screen and (max-width: 991px) {
              .cart-main .content .sidebar .cost td:last-child {
                padding-left: 20px; } }
        .cart-main .content .sidebar .cost tr:last-child td {
          font-weight: 500; }
          .cart-main .content .sidebar .cost tr:last-child td:first-child {
            padding: 15px 25px 15px 0; }
          .cart-main .content .sidebar .cost tr:last-child td:last-child {
            padding: 15px 0 15px 25px; }
        .cart-main .content .sidebar .cost .table-break-first td {
          border: none;
          border-bottom: 0.4px solid #a68f54; }
        .cart-main .content .sidebar .cost .table-break-last td {
          border: none; }
        .cart-main .content .sidebar .cost::after {
          content: "all prices include 19% VAT";
          font-size: 11px;
          font-weight: 400;
          color: #000;
          text-transform: uppercase;
          text-align: center;
          display: block;
          margin-top: 10px; }
          @media screen and (max-width: 1300px) {
            .cart-main .content .sidebar .cost::after {
              margin-top: 25px;
              margin-bottom: 35px; } }
      .cart-main .content .sidebar .sidebar-buttons {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .cart-main .content .sidebar .sidebar-buttons .text-btn {
          letter-spacing: 0.3em;
          font-size: 10px;
          font-weight: 400;
          margin-bottom: 20px; }
          @media screen and (max-width: 991px) {
            .cart-main .content .sidebar .sidebar-buttons .text-btn {
              margin: 0 0 20px; } }
        .cart-main .content .sidebar .sidebar-buttons .btn-dark {
          letter-spacing: 0.15em;
          font-size: 10px;
          font-weight: 400;
          padding: 13.5px 59px;
          margin-bottom: 30px; }
        .cart-main .content .sidebar .sidebar-buttons h4 {
          font-size: 11px;
          font-weight: 500;
          color: #000;
          margin-bottom: 20px;
          text-transform: uppercase; }
    .cart-main .content .owl-nav {
      visibility: visible; }
      @media screen and (max-width: 1300px) {
        .cart-main .content .owl-nav {
          visibility: hidden; } }
      .cart-main .content .owl-nav .owl-prev::after {
        background: url("../images/my-cart/prev-arrow.png");
        top: 65px;
        right: 40px; }
      .cart-main .content .owl-nav .owl-next::after {
        background: url("../images/my-cart/next-arrow.png");
        top: 65px;
        right: -20px; }
    .cart-main .content .owl-dot {
      visibility: hidden; }
      @media screen and (max-width: 1300px) {
        .cart-main .content .owl-dot {
          visibility: visible; } }

/* ==========================================================================
   My Cart Page ( 2nd Design )
   ========================================================================== */
.cart-header {
  background-color: #fff;
  padding: 20px 0; }
  .cart-header__wrapper {
    position: relative;
    width: 100%;
    text-align: center; }

.cart-subheader {
  background-color: #a68f54;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.cart-content {
  padding: 50px 0 100px; }
  @media screen and (max-width: 600px) {
    .cart-content {
      padding-top: 25px;
      padding-bottom: 0; } }
  .cart-content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 45px;
    letter-spacing: 0.01em; }
    @media screen and (max-width: 767px) {
      .cart-content h1 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 25px; } }

.cart-footer {
  background-color: #000; }
  .cart-footer__top {
    padding: 45px 0 40px; }
    @media screen and (max-width: 767px) {
      .cart-footer__top {
        padding: 30px 0 25px; } }
  .cart-footer__bottom {
    border-top: 1px solid #a68f54; }
  .cart-footer__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    @media screen and (max-width: 1300px) {
      .cart-footer__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .cart-footer__row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap; } }
  .cart-footer__column {
    position: relative;
    padding: 0 80px; }
    @media screen and (max-width: 1650px) {
      .cart-footer__column {
        padding: 0 40px; } }
    @media screen and (max-width: 1300px) {
      .cart-footer__column {
        padding: 0px 50px 0 0; } }
    @media screen and (max-width: 991px) {
      .cart-footer__column {
        margin-bottom: 40px;
        -webkit-flex-basis: 40%;
        flex-basis: 40%; } }
    @media screen and (max-width: 767px) {
      .cart-footer__column {
        margin-bottom: 0px;
        padding: 0; } }
    @media screen and (max-width: 450px) {
      .cart-footer__column {
        -webkit-flex-basis: unset;
        flex-basis: unset; } }
    .cart-footer__column--logo {
      padding: 0 20px 0 90px; }
      @media screen and (max-width: 1300px) {
        .cart-footer__column--logo {
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          text-align: center;
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        .cart-footer__column--logo {
          display: none; } }
    .cart-footer__column--border-right::after {
      content: "";
      position: absolute;
      height: 130px;
      width: 1px;
      background-color: #a68f54;
      right: 0;
      top: 0; }
      @media screen and (max-width: 767px) {
        .cart-footer__column--border-right::after {
          height: 105px; } }
    @media screen and (max-width: 450px) {
      .cart-footer__column--border-right {
        padding-right: 40px;
        margin-right: 40px; } }
    @media screen and (max-width: 991px) {
      .cart-footer__column--border-right:nth-of-type(3)::after {
        display: none; } }
    @media screen and (max-width: 767px) {
      .cart-footer__column--hide-mobile {
        display: none; } }
  .cart-footer__heading {
    color: #a68f54;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .cart-footer__heading {
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 10px; } }
  .cart-footer__list {
    list-style: none; }
  .cart-footer__link {
    color: #a68f54;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .cart-footer__link {
        font-size: 10px; } }
    .cart-footer__link:hover {
      text-decoration: underline; }
  .cart-footer__copyright {
    color: #a68f54;
    font-size: 9px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 18px 0; }

.cart-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 60px; }
  @media screen and (max-width: 767px) {
    .cart-content-wrapper {
      gap: 30px; } }
  @media screen and (max-width: 1200px) {
    .cart-content-wrapper {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
.cart-content-wrapper .main {
    max-width: calc(100% - 480px - 60px);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex: 1;
    flex-shrink: 1;
}
    @media screen and (max-width: 1200px) {
      .cart-content-wrapper .main {
        max-width: 100%; } }
  .cart-content-wrapper .cart-sidebar {
    background-color: #f5f5f5;
    padding: 45px 20px 60px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    width: 480px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .cart-content-wrapper .cart-sidebar {
        margin: 0 auto;
        width: 100%;
        max-width: 600px; } }
    @media screen and (max-width: 600px) {
      .cart-content-wrapper .cart-sidebar {
        width: calc(100% + 50px);
        margin: 0 -25px;
        padding: 45px 20px 0; } }
    @media screen and (max-width: 600px) {
      .cart-content-wrapper .cart-sidebar--checkout {
        background-color: #fff; } }

.gift-wrapping-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 600px) {
    .gift-wrapping-title {
      font-size: 14px;
      text-align: left;
      padding-right: 50px;
      position: relative;
      padding-bottom: 25px;
      border-bottom: 1px solid #a68f54;
      cursor: pointer; }
      .gift-wrapping-title::after {
        content: url(../images/my-cart/gift-plus-black.png);
        position: absolute;
        right: 0;
        top: calc(50% - 12.5px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

.gift-wrapping {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 40px; }
  @media screen and (max-width: 600px) {
    .gift-wrapping {
      display: none;
      height: 0;
      transition: all 300ms ease; }
      .gift-wrapping.is_open {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }

.gift-bag,
.gift-box {
  background-color: #fff;
  width: 100%;
  padding: 22.5px;
  text-align: center;
  position: relative; }
  .gift-bag label,
  .gift-box label {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .gift-bag input,
  .gift-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer; }
    .gift-bag input:checked ~ .check-img::after,
    .gift-box input:checked ~ .check-img::after {
      content: url(../images/my-cart/gift-minus.png); }
  .gift-bag span,
  .gift-box span {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 700; }
  .gift-bag img,
  .gift-box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .gift-bag .check-img::after,
  .gift-box .check-img::after {
    content: url(../images/my-cart/gift-plus.png); }

.gift-box-wish {
  position: relative; }
  .gift-box-wish textarea {
    border: none;
    width: 100% !important;
    padding: 15px 15px 5px 15px;
    font-family: "Gotham";
    font-size: 13px;
    resize: none;
    outline: none;
    overflow: auto;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    height: 0 !important;
    margin: 0; }
    .gift-box-wish textarea.show {
      display: block;
      position: relative;
      opacity: 1;
      height: 130px !important;
      margin-top: 20px;
      margin-bottom: 30px; }
  .gift-box-wish .word-count {
    display: none;
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 11px; }

.coupon-form label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .coupon-form label {
      font-size: 14px; } }

.coupon-form .input-group {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #a68f54;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .coupon-form .input-group {
      border-bottom: 0;
      margin-bottom: 0px; } }
  .coupon-form .input-group .verification-bullet {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 2px;
    border-radius: 18px;
    top: 2px; }
  .coupon-form .input-group.valid .verification-bullet {
    background: #00ad3f; }
  .coupon-form .input-group.invalid input[type="text"] {
    color: #ff0000; }
  .coupon-form .input-group.invalid .verification-bullet {
    background: #ff0000; }
  .coupon-form .input-group input[type="text"] {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    border-radius: 0 24px 24px 0;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e9e9e9;
    padding-left: 18px;
    font-size: 12px; }
    .coupon-form .input-group input[type="text"]::placeholder {
      font-size: 12px;
      font-weight: 500;
      color: #000; }
    .coupon-form .input-group input[type="text"]::-webkit-input-placeholder {
      font-size: 12px;
      font-weight: 500;
      color: #000; }
  .coupon-form .input-group input[type="submit"] {
    position: absolute;
    right: 0;
    background-color: transparent;
    color: #a68f54;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    padding: 1px 22px 1px 0; }

.cost-wrapper {
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .cost-wrapper {
      background-color: #fff;
      width: calc(100% + 40px);
      margin: 0 -20px;
      padding: 20px; } }

.cost-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px; }
  .cost-item span:first-of-type {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-flex-basis: 65%;
    flex-basis: 65%;
    text-align: left;
    border-right: 1px solid #a68f54;
    padding: 6px 0;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 600px) {
      .cost-item span:first-of-type {
        -webkit-flex-basis: 60%;
        flex-basis: 60%; } }
  .cost-item span:last-of-type {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: right;
    padding: 6px 0;
    letter-spacing: 0.01em; }
  .cost-item--total {
    border-top: 1px solid #a68f54;
    padding-top: 10px; }

.sidebar-buttons {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .sidebar-buttons {
      background-color: #fff;
      width: calc(100% + 40px);
      margin: 0 -20px;
      padding: 20px; } }
  .sidebar-buttons .btn-dark {
    padding: 21px 58px;
    font-size: 14px; }
    @media screen and (max-width: 600px) {
      .sidebar-buttons .btn-dark {
        width: 90%;
        padding: 15px 0px; } }

.payment-options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .payment-options {
      background-color: #fff;
      width: calc(100% + 40px);
      margin: 0 -20px;
      padding: 20px;
      padding-bottom: 40px; } }
  .payment-options img {
    filter: grayscale(100%); }

.shopping-list {
  list-style: none;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .shopping-list {
      margin-bottom: 40px; } }

.flex-img-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 1400px) {
    .flex-img-wrapper {
        width: 255px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .flex-img-wrapper {
        width: 200px;
    }
}


.shopping-list-item {
  border-top: 1px solid #a68f54;
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .shopping-list-item {
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      padding-bottom: 20px; } }
  @media screen and (max-width: 991px) {
    .shopping-list-item:first-child {
      border-top: none; } }
  .shopping-list-item:last-child {
    border-bottom: 1px solid #a68f54; }
  .shopping-list-item__image {
    border-right: 1px solid #a68f54;
    max-width: 100%;
    height: auto; }

    @media screen and (max-width: 1200px) {
      .shopping-list-item__image {
        max-width: 100% !important; } }
    @media screen and (max-width: 991px) {
      .shopping-list-item__image {
        border-right: 0; } }
    @media screen and (max-width: 767px) {
      .shopping-list-item__image {
        max-width: 80px; } }
  .shopping-list-item__content {
    padding: 0 250px 0 100px; }
    @media screen and (max-width: 1650px) {
      .shopping-list-item__content {
        padding: 0 250px 0 50px; } }
    @media screen and (max-width: 1400px) {
        .shopping-list-item__content {
            padding: 0 50px 0 25px;
        }
    }

    @media screen and (max-width: 991px) {
      .shopping-list-item__content {
        padding: 0 40px; } }
    @media screen and (max-width: 767px) {
      .shopping-list-item__content {
        padding: 0; } }
  .shopping-list-item__brand {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .shopping-list-item__brand {
        font-size: 12px; } }
  .shopping-list-item__title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .shopping-list-item__title {
        font-size: 12px; } }
  .shopping-list-item__controls {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 100px; }
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .shopping-list-item__controls {
        top: calc(100% - 40px);
        -webkit-transform: translateY(unset);
        -ms-transform: translateY(unset);
        transform: translateY(unset);
    }
}

@media screen and (max-width: 991px) {
    .shopping-list-item__controls {
        top: unset;
        -webkit-transform: translateY(unset);
        -ms-transform: translateY(unset);
        transform: translateY(unset);
        bottom: 10px;
    }
}

  .shopping-list-item__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px; }
    .shopping-list-item__price .starting-price,
    .shopping-list-item__price .final-price {
      text-decoration: line-through;
      font-size: 18px;
      letter-spacing: 0.01em;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .shopping-list-item__price .starting-price,
        .shopping-list-item__price .final-price {
          font-size: 14px; } }
    .shopping-list-item__price .starting-price {
      color: #a68f54; }
    .shopping-list-item__price .final-price {
      color: #000; }
  .shopping-list-item__size {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .shopping-list-item__size {
        font-size: 8px; } }
  .shopping-list-item__color {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .shopping-list-item__color .color-ball {
      margin-left: 10px;
      width: 11px;
      height: 11px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .shopping-list-item__color .color-ball {
          margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .shopping-list-item__color {
        font-size: 8px; } }
  .shopping-list-item .quantity-edit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 25px; }
    .shopping-list-item .quantity-edit span {
      font-weight: 300;
      font-size: 25px;
      color: #000;
      text-transform: uppercase; }
      @media screen and (max-width: 991px) {
        .shopping-list-item .quantity-edit span {
          font-size: 18px; } }
    .shopping-list-item .quantity-edit a {
      font-weight: 400;
      font-size: 40px;
      color: #848484;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 34px;
      width: 34px;
      border: 1px solid #f3f3f3;
      text-decoration: none; }
      @media screen and (max-width: 991px) {
        .shopping-list-item .quantity-edit a {
          font-size: 30px; } }
  .shopping-list-item .remove-product {
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .shopping-list-item .remove-product {
        position: absolute;
        right: 0; }
        .shopping-list-item .remove-product img {
          max-width: 15px; } }

.free-samples__title {
  color: #a68f54;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .free-samples__title {
      font-size: 14px;
      margin-bottom: 25px; } }

.free-sample-wrapper {
  text-align: center; }

.free-sample__brand {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .free-sample__brand {
      font-size: 12px; } }

.free-sample__name {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .free-sample__name {
      font-size: 10px; } }

.btn-select {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  border: 1px solid #a68f54;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 62px;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  @media screen and (max-width: 767px) {
    .btn-select {
      font-size: 10px;
      padding: 10px 36px; } }
  .btn-select:hover, .btn-select.selected {
    background-color: #a68f54; }

.container.container--product {
  max-width: 1590px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .container.container--product {
      padding: 0 10px; } }

.single-product {
  padding: 30px 0 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .single-product {
      padding-top: 15px; } }
  .single-product .single-product-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .single-product .single-product-left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 155px;
    padding-right: 55px; }
    @media screen and (max-width: 1300px) {
      .single-product .single-product-left {
        padding-left: 0; } }
    @media screen and (max-width: 1199px) {
      .single-product .single-product-left {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
        padding-right: 15px; } }
  .single-product .single-product-right {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
    @media screen and (max-width: 1199px) {
      .single-product .single-product-right {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%; } }
    @media screen and (max-width: 767px) {
      .single-product .single-product-right {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .single-product .single-product-featured {
    margin-bottom: 17px;
    padding-bottom: 23px;
    position: relative; }
    .single-product .single-product-featured .single-product-featured-inner a {
      display: none; }
      .single-product .single-product-featured .single-product-featured-inner a.is_visible {
        display: block; }
    .single-product .single-product-featured img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .single-product .single-product-featured .single-product-featured-zoom {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1; }
  .single-product .single-product-thumbnails {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .single-product .single-product-thumbnails a {
      margin-right: 15px; }
      .single-product .single-product-thumbnails a:last-child {
        margin-right: 0; }
      .single-product .single-product-thumbnails a img {
        max-width: 100%; }
  .single-product .single-product-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .single-product .single-product-rating {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 5px; } }
    .single-product .single-product-rating .rating-stars {
      margin-right: 7px; }
    .single-product .single-product-rating .rating-text {
      color: #a68f54;
      font-size: 9px;
      letter-spacing: 0.15em;
      line-height: 12px; }
  .single-product .single-product-title {
    max-width: 400px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .single-product .single-product-title {
        display: block;
        max-width: 100%; } }
    .single-product .single-product-title h1 {
      font-size: 20px;
      font-weight: 500;
      line-height: 27px; }
  .single-product .single-product-cat {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 15px;
    margin-bottom: 12px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .single-product .single-product-cat {
        margin-bottom: 5px; } }
  .single-product .single-product-sku {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 2px;
    text-transform: uppercase; }
  .single-product .single-product-desc {
    margin-bottom: 16px; }
    .single-product .single-product-desc p {
      font-size: 11px;
      font-weight: 300;
      line-height: 16px; }
  .single-product .single-product-available {
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 27px; }
  .single-product .single-product-price {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 30px; }
    .single-product .single-product-price del {
      color: #a68f54;
      font-weight: 300; }
    .single-product .single-product-price ins {
      color: #000;
      font-weight: 500;
      margin-left: 15px;
      text-decoration: none; }
  .single-product .single-product-addtocart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .single-product .single-product-addtocart .btn-dark {
      padding: 14px 73px 13px; }
    .single-product .single-product-addtocart .btn-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-left: 170px; }
      @media screen and (max-width: 991px) {
        .single-product .single-product-addtocart .btn-container {
          margin-left: 100px; } }
      @media screen and (max-width: 767px) {
        .single-product .single-product-addtocart .btn-container {
          margin-left: auto; } }
      .single-product .single-product-addtocart .btn-container .btn-wishlist {
        margin-left: 30px; }
        @media screen and (max-width: 767px) {
          .single-product .single-product-addtocart .btn-container .btn-wishlist {
            margin-left: 15px; } }
  @media screen and (max-width: 767px) {
    .single-product .single-product-content-top {
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; } }
  .single-product .single-product-content-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 45px 0;
    padding-top: 10px;
    border-top: 1px solid #a68f54; }
    @media screen and (max-width: 991px) {
      .single-product .single-product-content-middle {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 25px 0 20px; } }
    .single-product .single-product-content-middle .accordion-wrapper {
      border-right: 1px solid #a68f54;
      flex: 0 0 490px;
      max-width: 490px; }
      @media screen and (max-width: 1300px) {
        .single-product .single-product-content-middle .accordion-wrapper {
          -webkit-flex-basis: 60%;
          flex-basis: 60%;
          max-width: 60%; } }
      @media screen and (max-width: 991px) {
        .single-product .single-product-content-middle .accordion-wrapper {
          border-right: none;
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          max-width: 100%; } }

.single-product-notes {
  padding: 10px 15px; }
  @media screen and (max-width: 991px) {
    .single-product-notes {
      margin: 0 auto;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .single-product-notes {
      padding-bottom: 0;
      padding-top: 17px; } }
  .single-product-notes figure {
    margin-bottom: 8px; }
  .single-product-notes .single-product-notes-title {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase; }
  .single-product-notes .single-product-notes-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px; }

.single-product-gift-wrapper {
  background-color: #f5f5f5;
  padding: 12px 10px; }
  @media screen and (max-width: 767px) {
    .single-product-gift-wrapper {
      padding: 10px; } }

.single-product-gift {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .single-product-gift {
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
  .single-product-gift .single-product-gift-left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 26%;
    flex-basis: 26%;
    max-width: 26%; }
    @media screen and (max-width: 767px) {
      .single-product-gift .single-product-gift-left {
        -webkit-flex-basis: 39%;
        flex-basis: 39%;
        max-width: 39%; } }
  .single-product-gift .single-product-gift-right {
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .single-product-gift .single-product-gift-right {
        padding-left: 13px; } }
  .single-product-gift .single-product-gift-thumb img {
    max-width: 100%; }
  .single-product-gift .single-product-gift-title {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .single-product-gift .single-product-gift-title {
        margin-bottom: 5px; } }
    .single-product-gift .single-product-gift-title h2 {
      color: #a68f54;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0.15em;
      line-height: 27px; }
      @media screen and (max-width: 767px) {
        .single-product-gift .single-product-gift-title h2 {
          font-size: 15px;
          line-height: 20px; } }
  .single-product-gift .single-product-gift-brand {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px; }
    @media screen and (max-width: 767px) {
      .single-product-gift .single-product-gift-brand {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 5px; } }
  .single-product-gift .single-product-gift-text {
    margin-bottom: 5px; }
    .single-product-gift .single-product-gift-text p {
      font-size: 11px;
      font-weight: 300;
      line-height: 16px;
      max-width: 75%; }
      @media screen and (max-width: 767px) {
        .single-product-gift .single-product-gift-text p {
          max-width: 100%; } }
  .single-product-gift .single-product-gift-more {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .single-product-gift .single-product-gift-more {
        margin-bottom: 10px; } }
    .single-product-gift .single-product-gift-more a {
      border-bottom: 1px solid #a68f54;
      color: #a68f54;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.369em;
      line-height: 14px;
      padding-bottom: 5px;
      text-decoration: none;
      transition: all 0.3s ease; }
      .single-product-gift .single-product-gift-more a:hover {
        border-bottom: 1px solid #000;
        color: #000; }

.rating-stars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .rating-stars img {
    margin-right: 3px; }
    .rating-stars img:last-child {
      margin-right: 0; }

.custom-input.custom-input--number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300; }
  .custom-input.custom-input--number input {
    border: none;
    text-align: center;
    line-height: 17px;
    font-weight: 500; }

.product-att {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
  /* 25/2/21 */ }
  .product-att .product-att-left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 110px;
    flex-basis: 110px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase; }
  .product-att .custom-dropdown {
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    text-align: right;
    position: relative; }
    .product-att .custom-dropdown:hover .custom-dropdown-options {
      opacity: 1;
      pointer-events: all; }
    .product-att .custom-dropdown .custom-dropdown-value {
      padding-right: 18px;
      position: relative;
      background-image: url("../images/icon-angle-down.svg");
      background-position: top 50% right 0;
      background-repeat: no-repeat;
      font-weight: 500; }
    .product-att .custom-dropdown .custom-dropdown-options {
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
      padding: 5px 18px;
      min-width: 80px;
      opacity: 0;
      pointer-events: none;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      right: 0;
      top: 100%;
      background-color: #fff;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .product-att .custom-dropdown .custom-dropdown-options {
          opacity: 1;
          pointer-events: all; } }
      @media screen and (max-width: 767px) {
        .product-att .custom-dropdown .custom-dropdown-options {
          display: none; }
          .product-att .custom-dropdown .custom-dropdown-options.is_visible {
            display: block; } }
      .product-att .custom-dropdown .custom-dropdown-options .option {
        margin-bottom: 4px; }
        .product-att .custom-dropdown .custom-dropdown-options .option:hover {
          font-weight: 500; }
        .product-att .custom-dropdown .custom-dropdown-options .option:last-child {
          margin-bottom: 0; }
  .product-att .product-att-right {
    /* 25/2/21 */
    /* 25/2/21 */ }
    @media screen and (max-width: 767px) {
      .product-att .product-att-right {
        /* 25/2/21 */
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        flex-grow: 1;
        /* 25/2/21 */
        padding-right: 35px;
        /* 25/2/21 */ } }
  .product-att.product-att--color .product-att-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 25/2/21 */ }
    @media screen and (max-width: 991px) {
      .product-att.product-att--color .product-att-right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .product-att.product-att--color .product-att-right {
        width: 125px;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
  .product-att.product-att--color .color-circles-wrapper {
    max-width: 380px;
    /* 25/2/21 */
    margin-top: 20px;
    /* 25/2/21 */ }
    @media screen and (max-width: 991px) {
      .product-att.product-att--color .color-circles-wrapper {
        margin-left: 0;
        margin-top: 10px;
        min-width: 100%; } }
  @media screen and (max-width: 767px) {
    .product-att.product-att--color .custom-dropdown .custom-dropdown-value {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .product-att.product-att--color .custom-dropdown .custom-dropdown-value .circle {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0; }
        .product-att.product-att--color .custom-dropdown .custom-dropdown-value .circle figure {
          margin-left: 7px; }
    .product-att.product-att--color .custom-dropdown .custom-dropdown-options {
      min-width: 200px;
      padding: 10px 18px;
      max-height: 150px;
      overflow: auto; }
      .product-att.product-att--color .custom-dropdown .custom-dropdown-options .circle {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin: 0 0 10px; }
        .product-att.product-att--color .custom-dropdown .custom-dropdown-options .circle figure {
          margin-left: 7px; } }
  @media screen and (min-width: 767px) {
    .product-att.product-att--color .custom-dropdown {
      cursor: auto;
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      /* 25/2/21 */
      text-align: left; }
      .product-att.product-att--color .custom-dropdown .custom-dropdown-value {
        background: none; }
      .product-att.product-att--color .custom-dropdown .custom-dropdown-options {
        display: none; } }

.color-circles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.circle {
  cursor: pointer;
  margin-right: 13px;
  margin-bottom: 13px;
  position: relative; }
  .circle::before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #707070;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    opacity: 0;
    pointer-events: none; }
  .circle.is_active::before {
    opacity: 1;
    pointer-events: all; }
  .circle:hover .tooltip {
    opacity: 1;
    pointer-events: all; }
  .circle figure {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 16px;
    width: 16px; }
  .circle .tooltip {
    background-color: #f5f5f5;
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    position: absolute;
    bottom: calc(100% + 7px);
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    padding: 3px 10px;
    width: max-content;
    opacity: 0;
    pointer-events: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .circle .tooltip::before {
      content: "";
      position: absolute;
      height: 7px;
      width: 7px;
      left: 50%;
      transform: translate(-50%, 50%) rotate(45deg);
      bottom: 0;
      background-color: #f5f5f5;
      display: block; }
    .circle .tooltip span {
      margin-left: 7px; }

.single-product .ui-spinner {
  border: none;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  position: relative; }
  .single-product .ui-spinner .ui-spinner-button {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    .single-product .ui-spinner .ui-spinner-button.ui-spinner-up {
      right: 0; }
    .single-product .ui-spinner .ui-spinner-button.ui-spinner-down {
      left: 0; }
    .single-product .ui-spinner .ui-spinner-button .ui-icon {
      background-image: url("https://download.jqueryui.com/themeroller/images/ui-icons_000000_256x240.png"); }
  .single-product .ui-spinner .ui-spinner-input {
    margin: 0;
    padding: 0 15px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .single-product .ui-spinner .ui-spinner-input {
        padding: 0 25px; } }

@media screen and (max-width: 767px) {
  .single-product .single-products-atts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 25/2/21 */ }
    .single-product .single-products-atts .product-att {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      /* 25/2/21 */ }
      .single-product .single-products-atts .product-att .product-att-left {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-right: 25px; } }

.single-featured-carousel-wrapper {
  margin-bottom: 25px; }
  .single-featured-carousel-wrapper .product-item .product-item-img {
    padding: 0 75px; }
  .single-featured-carousel-wrapper .owl-carousel .owl-stage-outer {
    overflow: visible; }
    .single-featured-carousel-wrapper .owl-carousel .owl-stage-outer .owl-item {
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease; }
      .single-featured-carousel-wrapper .owl-carousel .owl-stage-outer .owl-item.active {
        opacity: 1;
        pointer-events: all; }
      .single-featured-carousel-wrapper .owl-carousel .owl-stage-outer .owl-item .product-box__left-badges {
        left: -20px; }
      .single-featured-carousel-wrapper .owl-carousel .owl-stage-outer .owl-item .product-box__right-badges {
        right: -20px; }

.is_black {
  color: #000; }

.is_gold {
  color: #a68f54; }

.newsletter-section--fullwidth {
  background-color: #a68f54;
  margin-top: 0; }
  .newsletter-section--fullwidth .container {
    background: none; }

.btn-wishlist {
  display: inline-block;
  height: 21px;
  width: 21px;
  background-image: url(../images/icon-heart-empty.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-wishlist:hover {
    background-image: url(../images/icon-heart-full.svg); }

.accordion {
  padding: 25px 0; }
  @media screen and (max-width: 991px) {
    .accordion {
      min-width: 100%; } }
  @media screen and (max-width: 767px) {
    .accordion {
      padding-left: 45px;
      padding-right: 45px;
      border-bottom: 1px solid #a68f54; } }
  .accordion .accordion-item {
    margin-bottom: 15px; }
    .accordion .accordion-item.is_active .accordion-title span::after {
      height: 1px; }
    .accordion .accordion-item .accordion-title {
      cursor: pointer;
      font-size: 11px;
      line-height: 15px;
      font-weight: 500;
      text-transform: uppercase; }
      .accordion .accordion-item .accordion-title span {
        display: inline-block;
        min-width: 110px;
        padding-right: 14px;
        position: relative; }
        @media screen and (max-width: 991px) {
          .accordion .accordion-item .accordion-title span {
            min-width: 100%; } }
        .accordion .accordion-item .accordion-title span::before, .accordion .accordion-item .accordion-title span::after {
          content: "";
          position: absolute;
          right: 0;
          background-color: #000;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .accordion .accordion-item .accordion-title span::before {
          height: 1px;
          width: 7px;
          top: 50%;
          transform: translate(0, -50%); }
        .accordion .accordion-item .accordion-title span::after {
          height: 7px;
          width: 1px;
          top: 50%;
          transform: translate(-3px, -50%); }
    .accordion .accordion-item .accordion-text {
      display: none;
      font-size: 11px;
      font-weight: 300;
      line-height: 16px;
      padding-top: 5px;
      padding-right: 15px; }
      @media screen and (max-width: 767px) {
        .accordion .accordion-item .accordion-text {
          padding-right: 0; } }

.section.section--padding {
  padding: 110px 0; }
  @media screen and (max-width: 767px) {
    .section.section--padding {
      padding: 65px 0 45px; } }

.section-title {
  text-align: center;
  text-transform: uppercase; }
  .section-title--padding-bottom {
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .section-title--padding-bottom {
        padding-bottom: 25px; } }
  .section-title h2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 27px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .section-title h2 {
        font-size: 15px;
        letter-spacing: 0.15em;
        line-height: 20px; } }

.products-carousel {
  padding: 0 35px; }
  @media screen and (max-width: 767px) {
    .products-carousel {
      padding: 0; } }
  .products-carousel .owl-stage-outer {
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      .products-carousel .owl-stage-outer {
        padding-bottom: 0; } }
  .products-carousel .owl-nav {
    top: 40%; }
    .products-carousel .owl-nav .owl-prev::after,
    .products-carousel .owl-nav .owl-next::after {
      background-repeat: no-repeat;
      background-size: 100%;
      height: 20px;
      width: 12px; }
    .products-carousel .owl-nav .owl-prev {
      left: -90px; }
      @media screen and (max-width: 1300px) {
        .products-carousel .owl-nav .owl-prev {
          left: 0; } }
      .products-carousel .owl-nav .owl-prev::after {
        background-image: url("../images/icon-arrow-prev-gold.svg"); }
    .products-carousel .owl-nav .owl-next {
      right: -20px; }
      @media screen and (max-width: 1300px) {
        .products-carousel .owl-nav .owl-next {
          right: 60px; } }
      .products-carousel .owl-nav .owl-next::after {
        background-image: url("../images/icon-arrow-next-gold.svg"); }
  .products-carousel .product-item {
    padding: 0 30px;
    text-align: center; }
    .products-carousel .product-item:hover {
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
      @media screen and (max-width: 767px) {
        .products-carousel .product-item:hover {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; } }
    @media screen and (max-width: 767px) {
      .products-carousel .product-item {
        padding: 0;
        text-align: center; } }
    @media screen and (max-width: 575px) {
      .products-carousel .product-item {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }

.product-item:hover .btn-dark {
  opacity: 1;
  pointer-events: all; }

.product-item .product-item-img {
  display: block;
  margin-bottom: 10px; }

.product-item .product-item-text {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  /* 25/2/21 */ }
  @media screen and (max-width: 767px) {
    .product-item .product-item-text {
      font-size: 10px; } }
  .product-item .product-item-text strong {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .product-item .product-item-text .product-box_details {
    /* 25/2/21 */
    margin-bottom: 20px;
    /* 25/2/21 */
    min-height: 80px;
    /* 25/2/21 */ }
  .product-item .product-item-text h3 {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 12px;
    text-transform: uppercase;
    min-height: 50px;
    /* 25/2/21 */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 25/2/21 */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 25/2/21 */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* 25/2/21 */ }
  .product-item .product-item-text p {
    display: block;
    margin-bottom: 21px;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .product-item .product-item-text p {
        font-size: 8px;
        line-height: 11px; } }
  .product-item .product-item-text del,
  .product-item .product-item-text ins {
    font-size: 18px;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      .product-item .product-item-text del,
      .product-item .product-item-text ins {
        font-size: 14px;
        line-height: 19px; } }
  .product-item .product-item-text del {
    color: #a68f54;
    font-weight: 300; }
  .product-item .product-item-text ins {
    font-weight: 500;
    margin-left: 15px;
    text-decoration: none; }

.product-item .btn-dark {
  margin: 25px 0;
  padding-left: 45px;
  padding-right: 45px;
  padding: 14px 73px 13px;
  opacity: 0;
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    .product-item .btn-dark {
      padding: 10px 42px;
      opacity: 1;
      pointer-events: all; } }

.section--reviews {
  background: #f5f5f5;
  padding: 97px 0 92px; }
  @media screen and (max-width: 767px) {
    .section--reviews {
      padding: 40px 0 75px; } }
  .section--reviews .section-title {
    padding-bottom: 25px; }
  .section--reviews .rating-stars img {
    margin-right: 6px;
    height: auto;
    width: 16px; }
  .section--reviews .reviews-rating .rating-stars {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 12px; }
  .section--reviews .reviews-rating .rating-text {
    font-size: 9px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .section--reviews .reviews-rating .rating-link {
    margin-bottom: 45px;
    text-align: center; }
    .section--reviews .reviews-rating .rating-link a {
      color: #a68f54;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.369em;
      line-height: 14px;
      text-decoration: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      transition: all 0.3s ease; }
      .section--reviews .reviews-rating .rating-link a:hover {
        color: #000; }
        .section--reviews .reviews-rating .rating-link a:hover span {
          color: #000;
          border-bottom-color: #000; }
        .section--reviews .reviews-rating .rating-link a:hover svg path {
          stroke: #000; }
      .section--reviews .reviews-rating .rating-link a span {
        border-bottom: 1px solid #a68f54;
        padding-bottom: 3px;
        transition: all 0.3s ease; }
      .section--reviews .reviews-rating .rating-link a img {
        margin-left: 5px; }
      .section--reviews .reviews-rating .rating-link a svg {
        margin-left: 5px; }
        .section--reviews .reviews-rating .rating-link a svg path {
          transition: all 0.3s ease; }
  .section--reviews .review-items-pagination {
    border-top: 1px solid #a68f54;
    padding: 25px 11% 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .section--reviews .review-items-pagination {
        padding-left: 0;
        padding-right: 0; } }
    .section--reviews .review-items-pagination a {
      border-bottom: 1px solid #a68f54;
      color: #a68f54;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.369em;
      line-height: 14px;
      padding-bottom: 3px;
      text-decoration: none;
      transition: all 0.3s ease; }
      .section--reviews .review-items-pagination a:hover {
        border-color: #000;
        color: #000; }
    .section--reviews .review-items-pagination small {
      font-size: 9px;
      letter-spacing: 0.15em;
      text-transform: uppercase; }
      .section--reviews .review-items-pagination small strong {
        font-weight: 500; }

.review-item {
  border-top: 1px solid #a68f54;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .review-item {
      padding: 15px 0 25px; } }
  .review-item .review-item-flex {
    padding: 0 11%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .review-item .review-item-flex {
        padding: 0 10px; } }
    .review-item .review-item-flex .review-item-left {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 64%;
      flex-basis: 64%;
      max-width: 64%; }
      @media screen and (max-width: 767px) {
        .review-item .review-item-flex .review-item-left {
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          max-width: 100%; } }
    .review-item .review-item-flex .review-item-right {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 36%;
      flex-basis: 36%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    @media screen and (max-width: 767px) {
      .review-item .review-item-flex .review-item-left-top {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .review-item .review-item-flex .review-item-left-top .review-meta {
      text-align: right; }
    .review-item .review-item-flex .review-meta span {
      color: #a68f54;
      display: block;
      font-size: 12px;
      font-weight: 300;
      line-height: 16px; }
  .review-item p {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 5px; }
  .review-item .rating-stars {
    margin-bottom: 10px; }
  .review-item .review-item-title {
    margin-bottom: 18px; }
    .review-item .review-item-title h4 {
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; }
  .review-item .review-item-text {
    margin-bottom: 15px;
    max-height: 48px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease; }
    .review-item .review-item-text.is_open {
      display: block;
      max-height: none; }
  .review-item .review-item-more {
    margin-bottom: 28px; }
    .review-item .review-item-more.reverse a img,
    .review-item .review-item-more.reverse a svg {
      transform: rotate(180deg); }
    .review-item .review-item-more.reverse a .less {
      display: inline-block; }
    .review-item .review-item-more.reverse a .more {
      display: none; }
    .review-item .review-item-more a {
      color: #a68f54;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.369em;
      line-height: 14px;
      text-decoration: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: all 0.3s ease; }
      .review-item .review-item-more a:hover {
        color: #000; }
        .review-item .review-item-more a:hover > span {
          border-color: #000;
          color: #000; }
        .review-item .review-item-more a:hover svg path {
          fill: #000; }
      .review-item .review-item-more a > span {
        border-bottom: 1px solid #a68f54;
        padding-bottom: 3px;
        transition: all 0.3s ease; }
      .review-item .review-item-more a .more {
        display: inline-block; }
      .review-item .review-item-more a .less {
        display: none; }
      .review-item .review-item-more a img,
      .review-item .review-item-more a svg {
        margin-left: 5px; }
      .review-item .review-item-more a svg path {
        transition: all 0.3s ease; }
    .review-item .review-item-more .review-item-more-text {
      display: none;
      padding-top: 15px; }
  .review-item .review-item-recommended {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .review-item .review-item-radios {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .review-item .review-item-radios .review-item-radios-label {
      font-size: 13px;
      font-weight: 500;
      line-height: 17px;
      min-width: 215px;
      padding-right: 15px;
      text-transform: uppercase;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .review-item .review-item-radios .review-item-radios-label {
          min-width: auto; } }
    .review-item .review-item-radios .review-item-radios-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .review-item .review-item-radios .review-item-radios-wrapper .custom-radio {
        min-width: 80px; }

.custom-radio {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 300;
  line-height: 16px;
  position: relative; }
  .custom-radio label {
    cursor: pointer;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    z-index: 10;
    margin-left: 7px; }
  .custom-radio input {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
    .custom-radio input:checked ~ .check {
      border-color: #fff;
      -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
      -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
      box-shadow: 0px 0px 0px 15px #a68f54 inset; }
      .custom-radio input:checked ~ .check::after {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .custom-radio .check {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
    -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
    box-shadow: 0px 0px 0px 0px #a68f54 inset;
    height: 18px;
    width: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    border: 1px solid #707070;
    border: 3px solid #fff;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07); }
    .custom-radio .check::before {
      content: "";
      width: calc(100% + 6px);
      height: calc(100% + 6px);
      opacity: 1;
      z-index: 4;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #707070;
      left: -3px;
      top: -3px; }
    .custom-radio .check::after {
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 4;
      position: absolute;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-background-size: 50%;
      -moz-background-size: 50%;
      -o-background-size: 50%;
      background-size: 50%;
      background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
      background-repeat: no-repeat;
      background-position: center;
      transition-delay: 0.2s !important;
      transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }

.custom-radio.custom-radio--square .check {
  height: 14px;
  width: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .custom-radio.custom-radio--square .check::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px); }

.section-questions {
  background-color: #000;
  color: #fff;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .section-questions {
      padding: 50px 0 40px; } }
  .section-questions .section-title {
    padding-bottom: 20px; }
  .section-questions .section-desc {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 20px;
    text-align: center; }
    .section-questions .section-desc p {
      max-width: 50%;
      margin: 0 auto; }
      @media screen and (max-width: 1300px) {
        .section-questions .section-desc p {
          max-width: 75%; } }
      @media screen and (max-width: 1199px) {
        .section-questions .section-desc p {
          max-width: 85%; } }
  .section-questions .questions-carousel-wrapper {
    max-width: 50%;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      .section-questions .questions-carousel-wrapper {
        max-width: 75%; } }
    @media screen and (max-width: 1199px) {
      .section-questions .questions-carousel-wrapper {
        max-width: 100%; } }
  .section-questions .questions-carousel .owl-nav {
    top: 0; }
    .section-questions .questions-carousel .owl-nav .owl-prev::after,
    .section-questions .questions-carousel .owl-nav .owl-next::after {
      background-repeat: no-repeat;
      background-size: 100%;
      height: 20px;
      width: 12px; }
    .section-questions .questions-carousel .owl-nav .owl-prev {
      left: -18%; }
      @media screen and (max-width: 1300px) {
        .section-questions .questions-carousel .owl-nav .owl-prev {
          left: 0; } }
      @media screen and (max-width: 767px) {
        .section-questions .questions-carousel .owl-nav .owl-prev {
          left: 25px; } }
      .section-questions .questions-carousel .owl-nav .owl-prev.disabled {
        display: none; }
      .section-questions .questions-carousel .owl-nav .owl-prev::after {
        background-image: url("../images/icon-arrow-prev-gold.svg"); }
    .section-questions .questions-carousel .owl-nav .owl-next {
      right: -18%; }
      @media screen and (max-width: 1300px) {
        .section-questions .questions-carousel .owl-nav .owl-next {
          right: 0; } }
      @media screen and (max-width: 767px) {
        .section-questions .questions-carousel .owl-nav .owl-next {
          right: 19px; } }
      .section-questions .questions-carousel .owl-nav .owl-next.disabled {
        display: none; }
      .section-questions .questions-carousel .owl-nav .owl-next::after {
        background-image: url("../images/icon-arrow-next-gold.svg"); }
  .section-questions .questions-carousel .owl-dots {
    padding-top: 30px; }

.question-item .question-item-title {
  color: #a68f54;
  margin-bottom: 20px;
  text-align: center; }
  .question-item .question-item-title span {
    font-size: 20px;
    font-weight: 300;
    line-height: 16px; }
  .question-item .question-item-title h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px; }

.question-item .question-item-answers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .question-item .question-item-answers {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }

.question-item .custom-radio {
  background-color: #a68f54;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  margin-right: 10px;
  min-width: 210px;
  padding: 10px 12px; }
  @media screen and (max-width: 767px) {
    .question-item .custom-radio {
      min-width: 220px;
      width: 220px;
      margin: 0 0 10px; } }
  .question-item .custom-radio .check::before {
    display: none; }
  .question-item .custom-radio label {
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    margin-left: 20px;
    text-transform: none; }

.product-item a,
.single-product a {
  text-decoration: none; }

.product-item .product-box__left-badges,
.single-product .product-box__left-badges {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  left: 0;
  top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 1199px) {
    .product-item .product-box__left-badges,
    .single-product .product-box__left-badges {
      font-size: 8px; } }
  .product-item .product-box__left-badges .best-seller,
  .product-item .product-box__left-badges .new,
  .single-product .product-box__left-badges .best-seller,
  .single-product .product-box__left-badges .new {
    margin-bottom: 5px;
    color: #fff;
    background-color: #a68f54;
    padding: 6px 15px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0; }
  .product-item .product-box__left-badges .sale,
  .single-product .product-box__left-badges .sale {
    margin-bottom: 5px;
    color: #fff;
    background-color: #000;
    padding: 5px 15px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0; }
  .product-item .product-box__left-badges .gift,
  .single-product .product-box__left-badges .gift {
    color: #000;
    font-weight: 500;
    background-color: transparent;
    padding: 5px 15px; }

.product-item .product-box__right-badges,
.single-product .product-box__right-badges {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  right: 0;
  top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  @media screen and (max-width: 1199px) {
    .product-item .product-box__right-badges,
    .single-product .product-box__right-badges {
      font-size: 8px; } }
  .product-item .product-box__right-badges .exclusive,
  .single-product .product-box__right-badges .exclusive {
    margin-bottom: 5px;
    color: #fff;
    background-color: #a68f54;
    padding: 6px 15px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px; }
  .product-item .product-box__right-badges .months,
  .single-product .product-box__right-badges .months {
    margin-bottom: 5px;
    color: #a68f54;
    background-color: #f5f5f5;
    padding: 6px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px; }
    .product-item .product-box__right-badges .months img,
    .single-product .product-box__right-badges .months img {
      width: 12px;
      height: auto;
      margin-left: 8px; }
  .product-item .product-box__right-badges .add-to-wishlist-link,
  .single-product .product-box__right-badges .add-to-wishlist-link {
    position: relative;
    padding: 10px;
    margin-right: 10px;
    z-index: 2; }
    .product-item .product-box__right-badges .add-to-wishlist-link::after,
    .single-product .product-box__right-badges .add-to-wishlist-link::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 20px;
      height: 20px;
      background-image: url(../images/shop-grid/wishlist.svg);
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      left: 0;
      top: 0;
      transition: all 200ms; }
    .product-item .product-box__right-badges .add-to-wishlist-link:hover::after,
    .single-product .product-box__right-badges .add-to-wishlist-link:hover::after {
      background-image: url(../images/shop-grid/wishlist-hover.svg); }

a.hover--dark:hover {
  color: #000;
  transition: all 0.3s ease; }
  a.hover--dark:hover span {
    border-color: #000;
    color: #000;
    transition: all 0.3s ease; }
  a.hover--dark:hover svg path {
    stroke: #000;
    transition: all 0.3s ease; }

.fancybox-infobar {
  /* 25/2/21 */
  display: none;
  /* 25/2/21 */ }

/* 25/2/21 */
/* ==========================================================================
   Order Completion Page
   ========================================================================== */
.order-completion-main {
  margin-top: 30px;
  padding: 0 20px; }
  @media screen and (max-width: 1300px) {
    .order-completion-main {
      padding: 0;
      margin-bottom: -20px; } }
  .order-completion-main h1 {
    font-size: 60px;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px; }
    @media screen and (max-width: 1300px) {
      .order-completion-main h1 {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .order-completion-main h1 {
        font-size: 29px; } }
  .order-completion-main .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .order-completion-main .content .main {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 1150px;
      margin-right: 30px;
      overflow-y: hidden; }
      @media screen and (max-width: 1300px) {
        .order-completion-main .content .main {
          max-width: 100%;
          margin-right: 0; } }
      .order-completion-main .content .main .wrapper-title {
        text-transform: uppercase;
        color: #000;
        font-size: 20px;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .order-completion-main .content .main .wrapper-title {
            font-size: 15px; } }
        .order-completion-main .content .main .wrapper-title.form-title {
          margin-bottom: 30px; }
        .order-completion-main .content .main .wrapper-title.button-title {
          margin-bottom: 15px; }
      .order-completion-main .content .main .form-submit-btn-wrapper {
        margin-bottom: 60px; }
        .order-completion-main .content .main .form-submit-btn-wrapper.flex-btn-wrapper {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          margin-bottom: 45px; }
          @media screen and (max-width: 991px) {
            .order-completion-main .content .main .form-submit-btn-wrapper.flex-btn-wrapper .text-btn {
              letter-spacing: 0.2em; } }
          @media screen and (max-width: 575px) {
            .order-completion-main .content .main .form-submit-btn-wrapper.flex-btn-wrapper .text-btn {
              text-align: center;
              border: none;
              text-decoration: underline;
              text-underline-offset: 4px;
              line-height: 1.6; } }
      .order-completion-main .content .main .flex-wrapper-left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 15px; }
        .order-completion-main .content .main .flex-wrapper-left a {
          letter-spacing: 0.3em; }
        .order-completion-main .content .main .flex-wrapper-left img {
          margin-left: 10px; }
      .order-completion-main .content .main .btn-dark {
        width: 182px;
        padding: 13.5px 0;
        text-align: center; }
      .order-completion-main .content .main .select-account-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        @media screen and (max-width: 1300px) {
          .order-completion-main .content .main .select-account-wrapper {
            padding: 0 20px; } }
        @media screen and (max-width: 991px) {
          .order-completion-main .content .main .select-account-wrapper {
            flex-wrap: wrap; } }
        .order-completion-main .content .main .select-account-wrapper .login-form-wrapper,
        .order-completion-main .content .main .select-account-wrapper .register-form-wrapper {
          -webkit-flex-basis: 48.5%;
          flex-basis: 48.5%; }
          @media screen and (max-width: 991px) {
            .order-completion-main .content .main .select-account-wrapper .login-form-wrapper,
            .order-completion-main .content .main .select-account-wrapper .register-form-wrapper {
              -webkit-flex-basis: 100%;
              flex-basis: 100%; } }
        @media screen and (max-width: 991px) {
          .order-completion-main .content .main .select-account-wrapper .login-form-wrapper {
            margin-bottom: 45px; } }
      .order-completion-main .content .main .options {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 45px; }
        @media screen and (max-width: 1300px) {
          .order-completion-main .content .main .options {
            padding: 0 20px; } }
        @media screen and (max-width: 991px) {
          .order-completion-main .content .main .options {
            flex-wrap: wrap; } }
        .order-completion-main .content .main .options h3 {
          display: inline-block;
          min-width: 210px; }
          @media screen and (max-width: 991px) {
            .order-completion-main .content .main .options h3 {
              flex-basis: 100%;
              margin-bottom: 20px; } }
        .order-completion-main .content .main .options .options-checkbox {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          margin-left: 40px;
          position: relative; }
          @media screen and (max-width: 991px) {
            .order-completion-main .content .main .options .options-checkbox {
              margin-left: 0;
              margin-right: 20px;
              margin-bottom: 5px; } }
          .order-completion-main .content .main .options .options-checkbox label {
            font-size: 11px;
            font-weight: 400;
            text-transform: uppercase;
            color: #000;
            cursor: pointer;
            padding-left: 10px;
            letter-spacing: -0.8px; }
          .order-completion-main .content .main .options .options-checkbox input {
            opacity: 0;
            width: 100%;
            position: absolute;
            left: 0;
            cursor: pointer;
            z-index: 11; }
            .order-completion-main .content .main .options .options-checkbox input:checked ~ .check {
              border-color: #fff;
              -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
              -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
              box-shadow: 0px 0px 0px 15px #a68f54 inset; }
              .order-completion-main .content .main .options .options-checkbox input:checked ~ .check::after {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1); }
          .order-completion-main .content .main .options .options-checkbox .check {
            width: 20px;
            height: 20px;
            position: relative;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            background-color: #fff;
            border: 4px solid #fff;
            -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
            -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
            box-shadow: 0px 0px 0px 0px #a68f54 inset;
            transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07); }
            .order-completion-main .content .main .options .options-checkbox .check::after {
              content: "";
              width: 100%;
              height: 100%;
              opacity: 0;
              z-index: 4;
              position: absolute;
              -webkit-transform: scale(0);
              -ms-transform: scale(0);
              transform: scale(0);
              -webkit-background-size: 50%;
              -moz-background-size: 50%;
              -o-background-size: 50%;
              background-size: 50%;
              background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
              background-repeat: no-repeat;
              background-position: center;
              transition-delay: 0.2s !important;
              transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
            .order-completion-main .content .main .options .options-checkbox .check::before {
              content: "";
              width: 20px;
              height: 20px;
              opacity: 1;
              z-index: 4;
              position: absolute;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              border: 1px solid #707070;
              left: -4px;
              top: -4px; }
      @media screen and (max-width: 1300px) {
        .order-completion-main .content .main .billing-address-form-wrapper {
          padding: 0 20px; } }
      .order-completion-main .content .main .form-group--two-elements {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (max-width: 991px) {
          .order-completion-main .content .main .form-group--two-elements {
            flex-wrap: wrap; } }
        .order-completion-main .content .main .form-group--two-elements .form-input-wrapper {
          -webkit-flex-basis: 48.5%;
          flex-basis: 48.5%; }
          @media screen and (max-width: 991px) {
            .order-completion-main .content .main .form-group--two-elements .form-input-wrapper {
              -webkit-flex-basis: 100%;
              flex-basis: 100%; }
              .order-completion-main .content .main .form-group--two-elements .form-input-wrapper:first-child {
                margin-bottom: 15px; } }
      .order-completion-main .content .main .vat-verification {
        flex-wrap: wrap; }
        .order-completion-main .content .main .vat-verification .text-btn {
          letter-spacing: 0.3em;
          position: relative;
          top: 10px; }
        .order-completion-main .content .main .vat-verification .required-fields {
          flex-basis: 100%; }
          .order-completion-main .content .main .vat-verification .required-fields span {
            text-transform: none; }
          @media screen and (max-width: 991px) {
            .order-completion-main .content .main .vat-verification .required-fields {
              text-align: left;
              max-width: 295px;
              margin-bottom: 0; } }
        @media screen and (max-width: 991px) {
          .order-completion-main .content .main .vat-verification .verification-button-desktop {
            display: none; } }
        .order-completion-main .content .main .vat-verification .verification-button-mobile {
          text-align: right;
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          margin-bottom: 10px; }
          @media screen and (min-width: 991px) {
            .order-completion-main .content .main .vat-verification .verification-button-mobile {
              display: none; } }
      .order-completion-main .content .main .required-fields {
        margin-top: 20px;
        margin-bottom: 40px; }
        .order-completion-main .content .main .required-fields span {
          font-size: 13px;
          font-weight: 400;
          color: #AEAEAE;
          text-transform: capitalize; }
        @media screen and (max-width: 991px) {
          .order-completion-main .content .main .required-fields {
            text-align: right; } }
      .order-completion-main .content .main .order-comments {
        margin-bottom: 45px; }
        @media screen and (max-width: 1300px) {
          .order-completion-main .content .main .order-comments {
            padding: 0 20px; } }
      .order-completion-main .content .main .shipping-address-form-wrapper {
        display: none; }
        @media screen and (max-width: 1300px) {
          .order-completion-main .content .main .shipping-address-form-wrapper {
            padding: 0 20px; } }
      .order-completion-main .content .main #invoice {
        display: none; }
    .order-completion-main .content .sidebar {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      background-color: #f5f5f5; }
      .order-completion-main .content .sidebar.mobile {
        text-align: center;
        padding: 40px 15px 20px;
        margin: auto;
        max-width: 600px;
        margin-bottom: 0; }
        @media screen and (min-width: 1300px) {
          .order-completion-main .content .sidebar.mobile {
            display: none; } }
      .order-completion-main .content .sidebar.desktop {
        padding: 45px 25px 20px;
        height: 100%;
        max-width: 407px;
        position: -webkit-sticky;
        position: sticky;
        top: 110px; }
        @media screen and (max-width: 1300px) {
          .order-completion-main .content .sidebar.desktop {
            display: none; } }
      .order-completion-main .content .sidebar .coupon-form label {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block; }
        @media screen and (max-width: 767px) {
          .order-completion-main .content .sidebar .coupon-form label {
            font-size: 15px; } }
      .order-completion-main .content .sidebar .coupon-form .input-group {
        position: relative;
        margin-bottom: 45px; }
        .order-completion-main .content .sidebar .coupon-form .input-group .verification-bullet {
          position: absolute;
          width: 6px;
          height: 6px;
          left: 2px;
          border-radius: 18px;
          top: 2px; }
        .order-completion-main .content .sidebar .coupon-form .input-group.valid .verification-bullet {
          background: #00AD3F; }
        .order-completion-main .content .sidebar .coupon-form .input-group.invalid input[type="text"] {
          color: #FF0000; }
        .order-completion-main .content .sidebar .coupon-form .input-group.invalid .verification-bullet {
          background: #FF0000; }
        .order-completion-main .content .sidebar .coupon-form .input-group input[type="text"] {
          width: 100%;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-border-radius: 0 24px 24px 0;
          -moz-border-radius: 0 24px 24px 0;
          border-radius: 0 24px 24px 0;
          height: 50px;
          line-height: 50px;
          border: none;
          padding-left: 18px;
          font-size: 15px; }
          @media screen and (max-width: 767px) {
            .order-completion-main .content .sidebar .coupon-form .input-group input[type="text"] {
              font-size: 13px; } }
          .order-completion-main .content .sidebar .coupon-form .input-group input[type="text"]::placeholder {
            font-size: 13px;
            font-weight: 400;
            color: #707070; }
            @media screen and (max-width: 767px) {
              .order-completion-main .content .sidebar .coupon-form .input-group input[type="text"]::placeholder {
                font-size: 13px; } }
          .order-completion-main .content .sidebar .coupon-form .input-group input[type="text"]::-webkit-input-placeholder {
            font-size: 13px;
            font-weight: 400;
            color: #707070; }
            @media screen and (max-width: 767px) {
              .order-completion-main .content .sidebar .coupon-form .input-group input[type="text"]::-webkit-input-placeholder {
                font-size: 13px; } }
        .order-completion-main .content .sidebar .coupon-form .input-group input[type="submit"] {
          position: absolute;
          right: 0;
          background-color: transparent;
          color: #a68f54;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border: none;
          font-size: 10px;
          font-weight: 400;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          height: 50px;
          line-height: 50px;
          cursor: pointer;
          padding: 1px 22px 1px 0; }
      .order-completion-main .content .sidebar h3 {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .order-completion-main .content .sidebar h3 {
            font-size: 15px; } }
      .order-completion-main .content .sidebar .gift-wrapping {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 1300px) {
          .order-completion-main .content .sidebar .gift-wrapping {
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; } }
        .order-completion-main .content .sidebar .gift-wrapping .gift-bag {
          margin-right: 10px; }
        .order-completion-main .content .sidebar .gift-wrapping .gift-box {
          margin-left: 10px; }
        .order-completion-main .content .sidebar .gift-wrapping .gift-bag,
        .order-completion-main .content .sidebar .gift-wrapping .gift-box {
          background-color: #fff;
          width: 160px;
          padding: 22.5px;
          text-align: center;
          position: relative; }
          .order-completion-main .content .sidebar .gift-wrapping .gift-bag label,
          .order-completion-main .content .sidebar .gift-wrapping .gift-box label {
            font-size: 11px;
            font-weight: 400;
            color: #000;
            text-transform: uppercase; }
          .order-completion-main .content .sidebar .gift-wrapping .gift-bag input,
          .order-completion-main .content .sidebar .gift-wrapping .gift-box input {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            cursor: pointer; }
            .order-completion-main .content .sidebar .gift-wrapping .gift-bag input:hover ~ .check-img::after,
            .order-completion-main .content .sidebar .gift-wrapping .gift-box input:hover ~ .check-img::after {
              content: url(../images/my-cart/plus-hover.svg); }
            .order-completion-main .content .sidebar .gift-wrapping .gift-bag input:checked ~ .check-img::after,
            .order-completion-main .content .sidebar .gift-wrapping .gift-box input:checked ~ .check-img::after {
              content: url(../images/my-cart/minus.svg); }
          .order-completion-main .content .sidebar .gift-wrapping .gift-bag span,
          .order-completion-main .content .sidebar .gift-wrapping .gift-box span {
            margin-top: 8px;
            margin-bottom: 15px;
            display: block;
            font-size: 18px;
            font-weight: 500; }
          .order-completion-main .content .sidebar .gift-wrapping .gift-bag .check-img::after,
          .order-completion-main .content .sidebar .gift-wrapping .gift-box .check-img::after {
            content: url(../images/my-cart/plus.svg); }
      .order-completion-main .content .sidebar .gift-box-wish {
        margin-bottom: 10px;
        position: relative; }
        .order-completion-main .content .sidebar .gift-box-wish textarea {
          border: none;
          width: 100% !important;
          padding: 15px 15px 5px 15px;
          font-family: "Gotham";
          font-size: 13px;
          resize: none;
          outline: none;
          overflow: auto;
          -moz-transition: all 300ms;
          -ms-transition: all 300ms;
          -o-transition: all 300ms;
          -webkit-transition: all 300ms;
          transition: all 300ms;
          opacity: 0;
          height: 0 !important; }
          .order-completion-main .content .sidebar .gift-box-wish textarea.show {
            display: block;
            position: relative;
            opacity: 1;
            height: 130px !important; }
        .order-completion-main .content .sidebar .gift-box-wish .word-count {
          display: none;
          position: absolute;
          bottom: 8px;
          right: 10px;
          font-size: 11px; }
      .order-completion-main .content .sidebar .sidebar-checkbox {
        position: relative;
        margin-bottom: 10px;
        color: #000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        user-select: none;
        background-color: #f5f5f5;
        padding: 0; }
        .order-completion-main .content .sidebar .sidebar-checkbox label {
          font-size: 11px;
          font-weight: 400;
          text-transform: uppercase;
          color: #000;
          z-index: 10;
          cursor: pointer;
          padding-left: 10px;
          text-align: center; }
        .order-completion-main .content .sidebar .sidebar-checkbox input {
          opacity: 0;
          width: 100%;
          position: absolute;
          left: 0;
          cursor: pointer;
          z-index: 11; }
          .order-completion-main .content .sidebar .sidebar-checkbox input:checked ~ .check {
            border-color: #fff;
            -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
            -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
            box-shadow: 0px 0px 0px 15px #a68f54 inset; }
            .order-completion-main .content .sidebar .sidebar-checkbox input:checked ~ .check::after {
              opacity: 1;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
        .order-completion-main .content .sidebar .sidebar-checkbox .check {
          width: 20px;
          height: 20px;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          background-color: #fff;
          border: 4px solid #fff;
          -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
          -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
          box-shadow: 0px 0px 0px 0px #a68f54 inset;
          transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07); }
          .order-completion-main .content .sidebar .sidebar-checkbox .check::after {
            content: "";
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 4;
            position: absolute;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-background-size: 50%;
            -moz-background-size: 50%;
            -o-background-size: 50%;
            background-size: 50%;
            background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
            background-repeat: no-repeat;
            background-position: center;
            transition-delay: 0.2s !important;
            transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
          .order-completion-main .content .sidebar .sidebar-checkbox .check::before {
            content: "";
            width: 20px;
            height: 20px;
            opacity: 1;
            z-index: 4;
            position: absolute;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid #707070;
            left: -4px;
            top: -4px; }
      .order-completion-main .content .sidebar .cost {
        margin: 30px 0; }
        @media screen and (max-width: 991px) {
          .order-completion-main .content .sidebar .cost {
            margin-bottom: 20px; } }
        .order-completion-main .content .sidebar .cost table {
          width: 100%; }
        .order-completion-main .content .sidebar .cost td {
          width: 50%; }
          .order-completion-main .content .sidebar .cost td:first-child {
            font-size: 16px;
            font-weight: 400;
            color: #000;
            text-align: right;
            padding: 5px 25px 5px 0;
            border-right: 0.4px solid #a68f54; }
            @media screen and (max-width: 991px) {
              .order-completion-main .content .sidebar .cost td:first-child {
                padding-right: 20px; } }
          .order-completion-main .content .sidebar .cost td:last-child {
            font-size: 18px;
            font-weight: 500;
            color: #000;
            text-align: left;
            padding: 5px 0 5px 25px; }
            @media screen and (max-width: 991px) {
              .order-completion-main .content .sidebar .cost td:last-child {
                padding-left: 20px; } }
        .order-completion-main .content .sidebar .cost tr:last-child td {
          font-weight: 500; }
          .order-completion-main .content .sidebar .cost tr:last-child td:first-child {
            padding: 15px 25px 15px 0; }
          .order-completion-main .content .sidebar .cost tr:last-child td:last-child {
            padding: 15px 0 15px 25px; }
        .order-completion-main .content .sidebar .cost .table-break-first td {
          border: none;
          border-bottom: 0.4px solid #a68f54; }
        .order-completion-main .content .sidebar .cost .table-break-last td {
          border: none; }
        .order-completion-main .content .sidebar .cost::after {
          content: "all prices include 19% VAT";
          font-size: 11px;
          font-weight: 400;
          color: #000;
          text-transform: uppercase;
          text-align: center;
          display: block;
          margin-top: 10px; }
          @media screen and (max-width: 1300px) {
            .order-completion-main .content .sidebar .cost::after {
              margin-top: 25px;
              margin-bottom: 25px; } }
      .order-completion-main .content .sidebar .sidebar-buttons {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .order-completion-main .content .sidebar .sidebar-buttons .text-btn {
          letter-spacing: 0.3em;
          font-size: 10px;
          font-weight: 400;
          margin-bottom: 20px; }
          @media screen and (max-width: 991px) {
            .order-completion-main .content .sidebar .sidebar-buttons .text-btn {
              margin: 0 0 20px; } }
        .order-completion-main .content .sidebar .sidebar-buttons .btn-dark {
          letter-spacing: 0.15em;
          font-size: 10px;
          font-weight: 400;
          padding: 13.5px 59px;
          margin-bottom: 30px;
          width: auto; }
        .order-completion-main .content .sidebar .sidebar-buttons h4 {
          font-size: 11px;
          font-weight: 500;
          color: #000;
          margin-bottom: 20px;
          text-transform: uppercase; }

textarea.input-style {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  padding: 20px;
  height: 170px;
  resize: none;
  width: 100% !important; }
  @media screen and (max-width: 991px) {
    textarea.input-style {
      height: 150px; } }

/* ==========================================================================
   Order Completion Page ( 2nd Design )
   ========================================================================== */
.user-option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #a68f54;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .user-option {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 25px;
      padding-bottom: 25px; } }

.user-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .user-checkbox {
      margin-left: 0; } }
  .user-checkbox label {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    padding-left: 10px;
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .user-checkbox label {
        font-size: 12px; } }
    .user-checkbox label img {
      margin-left: 10px; }
  .user-checkbox input {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 11; }
    .user-checkbox input:checked ~ .check {
      border-color: #fff;
      -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
      -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
      box-shadow: 0px 0px 0px 15px #a68f54 inset; }
      .user-checkbox input:checked ~ .check::after {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .user-checkbox .check {
    width: 20px;
    height: 20px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    background-color: #fff;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
    -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
    box-shadow: 0px 0px 0px 0px #a68f54 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07); }
    .user-checkbox .check::after {
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 4;
      position: absolute;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-background-size: 50%;
      -moz-background-size: 50%;
      -o-background-size: 50%;
      background-size: 50%;
      background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
      background-repeat: no-repeat;
      background-position: center;
      transition-delay: 0.2s !important;
      transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
    .user-checkbox .check::before {
      content: "";
      width: 20px;
      height: 20px;
      opacity: 1;
      z-index: 4;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #707070;
      left: -4px;
      top: -4px; }
  .user-checkbox--sidebar {
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .user-checkbox--sidebar label {
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .user-checkbox--sidebar label {
          font-size: 12px; } }

.user-option-title {
  font-size: 24px;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .user-option-title {
      font-size: 12px; } }

.working-hours {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .working-hours {
      font-size: 12px;
      margin-bottom: 25px; } }
  .working-hours a {
    color: #000;
    font-weight: 400;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .working-hours a {
        font-size: 12px; } }

.form-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .form-title {
      font-size: 12px;
      margin-bottom: 25px; } }
  .form-title--delivery-note {
    position: relative; }
    .form-title--delivery-note::after {
      content: "Доставките се извършват от Speedy";
      position: absolute;
      font-size: 12px;
      left: 0;
      top: calc(100% + 10px);
      font-weight: 400;
      letter-spacing: 0em;
      text-transform: none; }
      @media screen and (max-width: 767px) {
        .form-title--delivery-note::after {
          position: relative;
          display: block;
          margin-top: 10px; } }

.form-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .form-checkbox label {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    padding-left: 15px; }
  .form-checkbox input {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 11; }
    .form-checkbox input:checked ~ .check {
      border-color: #a68f54;
      -webkit-box-shadow: 0px 0px 0px 15px #a68f54 inset;
      -moz-box-shadow: 0px 0px 0px 15px #a68f54 inset;
      box-shadow: 0px 0px 0px 15px #a68f54 inset; }
      .form-checkbox input:checked ~ .check::after {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .form-checkbox .check {
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0px 0px 0px 0px #a68f54 inset;
    -moz-box-shadow: 0px 0px 0px 0px #a68f54 inset;
    box-shadow: 0px 0px 0px 0px #a68f54 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07); }
    .form-checkbox .check::after {
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 4;
      position: absolute;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-background-size: 50%;
      -moz-background-size: 50%;
      -o-background-size: 50%;
      background-size: 50%;
      background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
      background-repeat: no-repeat;
      background-position: center;
      transition-delay: 0.2s !important;
      transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07); }
  .form-checkbox--sidebar {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .form-checkbox--sidebar label {
      font-size: 18px;
      font-weight: 400;
      color: #000; }
      @media screen and (max-width: 767px) {
        .form-checkbox--sidebar label {
          font-size: 12px; } }
    .form-checkbox--sidebar .check {
      background-color: #fff;
      border: 1px solid #000; }
  .form-checkbox--last {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .form-checkbox--last {
        margin-bottom: 25px; } }

#create-account-wrapper,
#order-comments-wrapper,
#invoice-fields-wrapper {
  display: none; }

#invoice-fields-wrapper .form-group:last-child {
  margin-bottom: 20px; }

.cart-forms-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 50px; }
  @media screen and (max-width: 991px) {
    .cart-forms-wrapper {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 25px; } }

.personal-info-form-wrapper,
.billing-address-form-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1; }
  @media screen and (max-width: 991px) {
    .personal-info-form-wrapper,
    .billing-address-form-wrapper {
      width: 100%; } }

.payment-method-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .payment-method-title {
      font-size: 12px;
      text-align: left;
      margin-bottom: 25px; } }

#account-form-wrapper {
  display: none;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #a68f54; }
  #account-form-wrapper form {
    width: 50%;
    float: right; }
    @media screen and (max-width: 767px) {
      #account-form-wrapper form {
        width: 100%;
        float: unset; } }
  #account-form-wrapper::after {
    content: "";
    clear: both;
    display: table; }
  #account-form-wrapper .btn-dark {
    padding: 15px 60px; }

.section-create-account {
  margin-bottom: 70px; }
  @media screen and (max-width: 991px) {
    .section-create-account {
      margin-bottom: 60px; } }

.form-group {
  color: #000;
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .form-group {
      margin-bottom: 15px; } }
  .form-group:last-child {
    margin-bottom: 0; }
  .form-group.form-group--inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -23px;
    margin-right: -23px; }
    @media screen and (max-width: 991px) {
      .form-group.form-group--inline {
        display: block; } }
    .form-group.form-group--inline > div {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding: 0 23px; }
    @media screen and (max-width: 991px) {
      .form-group.form-group--inline .form-input-wrapper {
        margin-bottom: 15px; } }

.form-input-wrapper {
  position: relative; }
  .form-input-wrapper.form-input-wrapper--inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .form-input-wrapper .invalid-email {
    display: block;
    letter-spacing: 0.15em;
    font-size: 7px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    position: absolute;
    top: 100%;
    right: 24px;
    opacity: 0;
    pointer-events: none; }
  .form-input-wrapper.has_input .invalid-email {
    opacity: 1;
    pointer-events: all; }
  .form-input-wrapper.has_input.is_valid .invalid-email {
    opacity: 0;
    pointer-events: none; }
  .form-input-wrapper.has_input.is_valid::before {
    background: #00ad3f; }
  .form-input-wrapper.has_input.is_valid input.input-style {
    color: #00ad3f; }
  .form-input-wrapper.has_input input.input-style {
    color: #ff0000; }
  .form-input-wrapper.has_input::before {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    top: 32px;
    left: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff0000; }
  .form-input-wrapper .input-style {
    display: block;
    width: 100%; }

.form-input-label {
  display: block;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .form-input-label {
      margin-bottom: 3px; } }

input.input-style, select.input-style {
    background: #f5f5f5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    height: 49px;
    padding: 0 20px;
}

textarea.textarea-style {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  padding: 20px;
  width: 100%; }

.rating-form textarea.textarea-style {
  min-height: 150px; }
  @media screen and (max-width: 991px) {
    .rating-form textarea.textarea-style {
      min-height: 160px; } }

.account-title {
  padding: 15px 0 30px; }
  @media screen and (max-width: 991px) {
    .account-title {
      padding: 10px 0 30px; } }
  @media screen and (max-width: 767px) {
    .account-title {
      padding-bottom: 5px; } }
  .account-title h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 89px; }
    @media screen and (max-width: 991px) {
      .account-title h1 {
        font-size: 29px;
        line-height: 41px; } }

.form-radios-group .custom-radio {
  margin-bottom: 15px; }
  .form-radios-group .custom-radio:last-child {
    margin-bottom: 0; }

.form-radios-group .custom-radios-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px; }
  @media screen and (max-width: 991px) {
    .form-radios-group .custom-radios-wrapper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .form-radios-group .custom-radios-wrapper .custom-radio {
    margin-bottom: 0;
    margin-right: 40px; }
    @media screen and (max-width: 991px) {
      .form-radios-group .custom-radios-wrapper .custom-radio {
        margin-right: 15px; } }

.custom-radios-wrapper.is_nested {
  display: none;
  padding-left: 25px; }
  .custom-radios-wrapper.is_nested.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.create-account-form .form-submit-btn-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 991px) {
    .create-account-form .form-submit-btn-wrapper {
      display: block;
      padding-top: 15px; } }
  .create-account-form .form-submit-btn-wrapper .btn {
    margin-top: auto;
    padding: 14px 75px 13px; }
    @media screen and (max-width: 767px) {
      .create-account-form .form-submit-btn-wrapper .btn {
        padding: 14px 67px 13px; } }
  .create-account-form .form-submit-btn-wrapper .error-msg {
    color: #ff0000;
    display: none;
    letter-spacing: 0.15em;
    font-size: 7px;
    font-weight: 300;
    line-height: 18px;
    margin-right: 22px;
    margin-top: auto;
    text-transform: uppercase;
    transform: translate(0, -50%); }
    .create-account-form .form-submit-btn-wrapper .error-msg.is_visible {
      display: block; }

.rating-form-wrapper {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 25px; }
  @media screen and (max-width: 767px) {
    .rating-form-wrapper {
      margin-left: -10px;
      margin-right: -10px;
      padding: 15px 10px 30px; } }

.rating-form {
  position: relative; }
  .rating-form .rating-form-close {
    position: absolute;
    right: 0;
    top: -5px;
    color: #a68f54;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .rating-form .rating-form-close {
        top: 0;
        right: 3px; } }
  .rating-form .form-input-wrapper.form-input-wrapper--inline .form-input-label {
    margin: 0; }
  .rating-form .rating-stars {
    margin: 0 0 3px 15px; }
    .rating-form .rating-stars img {
      cursor: pointer; }
  .rating-form .form-submit-btn-wrapper {
    text-align: center; }
    @media screen and (max-width: 991px) {
      .rating-form .form-submit-btn-wrapper {
        padding-top: 10px; } }
    .rating-form .form-submit-btn-wrapper a {
      border-bottom: 1px solid #a68f54;
      color: #a68f54;
      display: inline-block;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.369em;
      line-height: 14px;
      padding-bottom: 5px;
      text-decoration: none; }

.form-input-wrapper .invalid-email.invalid-edit {
  right: 25px; }

.date-select-wrapper {
  flex-basis: 50% !important; }
  .date-select-wrapper .select-date-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .date-select-wrapper .select-date-flex :not(:last-of-type) {
      border-right: 1px solid #A68F54; }
    .date-select-wrapper .select-date-flex select {
      position: relative;
      vertical-align: middle;
      font-size: 13px;
      font-weight: 400;
      line-height: 15px;
      flex-basis: calc(33.3333%);
      border: 0;
      -webkit-appearance: none;
      padding: 17px 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      background-image: url("../images/my-account/arrow.svg");
      background-repeat: no-repeat;
      background-position: 90% 50%;
      background-color: #f5f5f5; }
      @media screen and (max-width: 991px) {
        .date-select-wrapper .select-date-flex select {
          flex-basis: calc(33.3333%); } }
    .date-select-wrapper .select-date-flex select::-ms-expand {
      display: none; }
  .date-select-wrapper .select-date-block select {
    position: relative;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    flex-basis: calc(33.3333% - 16px);
    border: 0;
    width: 100%;
    -webkit-appearance: none;
    padding: 17.5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-image: url("../images/my-account/arrow.svg");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.45); }
  .date-select-wrapper .select-date-block select::-ms-expand {
    display: none; }

.edit-save-changes {
  cursor: pointer;
  margin-left: auto;
  padding: 13px 0 !important;
  line-height: 11px;
  max-width: 198px;
  margin-right: 23px;
  text-align: center;
  width: 198px;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 991px) {
    .edit-save-changes {
      margin-left: 23px; } }

.change-password.d-none {
  display: none !important; }

.form-input-wrapper.has_input.edit-email::before {
  left: 30px; }

.container--acount {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.data-block-header {
  border-bottom: 1px solid rgba(166, 143, 84, 0.3); }
  @media screen and (max-width: 1300px) {
    .data-block-header {
      display: none; } }
  .data-block-header ul {
    padding-top: 24px;
    padding-bottom: 13px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .data-block-header ul li {
      font-size: 11px;
      font-weight: 400;
      line-height: 20px;
      color: #000;
      text-transform: uppercase; }

.data-block-history {
  background: #F5F5F5;
  margin-top: 19px; }
  .data-block-history ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 75px;
    list-style: none; }
    @media screen and (max-width: 1300px) {
      .data-block-history ul {
        height: 100%;
        padding: 13px 0 13px; } }
    .data-block-history ul li {
      font-size: 16px;
      font-weight: 500;
      line-height: 18px; }
      @media screen and (max-width: 1300px) {
        .data-block-history ul li {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
      .data-block-history ul li .mobile {
        display: none; }
        @media screen and (max-width: 1300px) {
          .data-block-history ul li .mobile {
            display: inline-block;
            font-size: 11px;
            font-weight: 400;
            line-height: 20px;
            width: 55px;
            text-align: right;
            margin-right: 25px; }
            .data-block-history ul li .mobile.text-btn {
              letter-spacing: 0.3em;
              padding-bottom: 0px;
              border-bottom: 1px solid #a68f54;
              margin-left: 25px;
              margin-right: 0;
              width: auto;
              font-size: 10px;
              line-height: 18px;
              font-weight: 400; } }
      @media screen and (max-width: 1300px) {
        .data-block-history ul li {
          font-size: 15px;
          line-height: 16px; } }

.data-block-history.active {
  padding-bottom: 15px; }
  .data-block-history.active .text-btn.show-purchase {
    letter-spacing: 0.3em;
    border-bottom: 1px solid #a68f54;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    float: right;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-right: 10px; }

.data-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none; }
  @media screen and (max-width: 1300px) {
    .data-block ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 1300px) {
    .data-block ul li:not(:last-of-type) {
      margin-bottom: 20px; } }
  .data-block ul li {
    text-align: center;
    color: #000;
    padding: 0 1%; }
    @media screen and (max-width: 1300px) {
      .data-block ul li {
        text-align: left; } }
    .data-block ul li.c1 {
      flex-basis: 14.5%;
      max-width: 14.5%;
      width: 14.5%; }
      @media screen and (max-width: 1300px) {
        .data-block ul li.c1 {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
    .data-block ul li.c2 {
      flex-basis: 22.5%;
      max-width: 22.5%;
      width: 22.5%; }
      @media screen and (max-width: 1300px) {
        .data-block ul li.c2 {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
    .data-block ul li.c3 {
      flex-basis: 13.5%;
      max-width: 13.5%;
      width: 13.5%; }
      @media screen and (max-width: 1300px) {
        .data-block ul li.c3 {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
    .data-block ul li.c4 {
      flex-basis: 25.5%;
      max-width: 25.5%;
      width: 25.5%; }
      @media screen and (max-width: 1300px) {
        .data-block ul li.c4 {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
    .data-block ul li.c5 {
      flex-basis: 13.5%;
      max-width: 13.5%;
      width: 13.5%; }
      @media screen and (max-width: 1300px) {
        .data-block ul li.c5 {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%;
          margin-bottom: 0; } }
    .data-block ul li.c6 {
      flex-basis: 9.5%;
      max-width: 9.5%;
      width: 9.5%;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1300px) {
        .data-block ul li.c6 {
          display: none; } }
      .data-block ul li.c6 .text-btn {
        padding-bottom: 0px;
        border-bottom: 1px solid #a68f54;
        margin-right: 1%;
        letter-spacing: 0.3em; }
      .data-block ul li.c6 .show-purchase {
        margin-left: auto;
        margin-right: 6%;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
        -webkit-transition: all 400ms;
        transition: all 400ms; }
        .data-block ul li.c6 .show-purchase.active {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .data-block ul li.c7 {
      display: none; }
      @media screen and (max-width: 1300px) {
        .data-block ul li.c7 {
          display: block;
          margin-left: auto;
          margin-right: 13px; }
          .data-block ul li.c7 .text-btn {
            letter-spacing: 0.3em;
            border-bottom: 1px solid #a68f54;
            font-size: 10px;
            line-height: 11px;
            font-weight: 400; } }

.data-block-history-items {
  padding: 0 17px;
  background: #F5F5F5;
  padding: 0 15px;
  display: none; }
  @media screen and (max-width: 1300px) {
    .data-block-history-items {
      padding: 0 10px; } }
  .data-block-history-items .data-block-history-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border-bottom: 1px solid #A68F54;
    padding: 25px 0 27px  0;
    text-align: center; }
    .data-block-history-items .data-block-history-item.total {
      border-bottom: none; }
      @media screen and (max-width: 1300px) {
        .data-block-history-items .data-block-history-item.total .history-img, .data-block-history-items .data-block-history-item.total .history-quantity {
          display: none; }
        .data-block-history-items .data-block-history-item.total .history-desc {
          flex-basis: 46%;
          max-width: 46%;
          width: 46%;
          padding-right: 2%;
          padding-left: 2%; }
        .data-block-history-items .data-block-history-item.total .history-price {
          flex-basis: 33%;
          max-width: 33%;
          width: 33%;
          padding-right: 2%;
          padding-left: 2%;
          margin-left: auto; } }
    .data-block-history-items .data-block-history-item.subtotal {
      padding: 20px 0 20px; }
      @media screen and (max-width: 1300px) {
        .data-block-history-items .data-block-history-item.subtotal .history-img {
          display: none; } }
      @media screen and (max-width: 1300px) {
        .data-block-history-items .data-block-history-item.subtotal .history-desc {
          font-size: 13px;
          line-height: 26px;
          flex-basis: 50%;
          max-width: 50%;
          width: 50%; } }
      .data-block-history-items .data-block-history-item.subtotal .history-desc span {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 0; }
        @media screen and (max-width: 1300px) {
          .data-block-history-items .data-block-history-item.subtotal .history-desc span {
            font-size: 13px;
            line-height: 26px; } }
      @media screen and (max-width: 1300px) {
        .data-block-history-items .data-block-history-item.subtotal .history-quantity {
          display: none; } }
      @media screen and (max-width: 1300px) {
        .data-block-history-items .data-block-history-item.subtotal .history-price {
          margin-left: auto; } }
  .data-block-history-items .history-img {
    flex-basis: 22%;
    max-width: 22%;
    width: 22%;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 1300px) {
      .data-block-history-items .history-img {
        padding-right: 0;
        max-width: 100px;
        padding-left: 28px; }
        .data-block-history-items .history-img img {
          width: 100%; } }
  .data-block-history-items .history-desc {
    flex-basis: 22%;
    max-width: 22%;
    width: 22%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left; }
    @media screen and (max-width: 1300px) {
      .data-block-history-items .history-desc {
        flex-basis: 68%;
        max-width: 68%;
        width: 68%;
        padding-right: 0;
        padding-left: 0;
        margin-left: auto; } }
    .data-block-history-items .history-desc h3 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.2em;
      line-height: 12px;
      color: #000;
      margin-top: 13px;
      margin-bottom: 13px; }
    .data-block-history-items .history-desc span {
      display: block;
      font-size: 12px;
      font-weight: 400;
      line-height: 13px;
      color: #000;
      margin-bottom: 13px; }
      .data-block-history-items .history-desc span.total {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 27px;
        font-weight: 700;
        color: #000; }
    .data-block-history-items .history-desc .btn-dark {
      font-size: 11px;
      font-weight: 400;
      line-height: 12px;
      padding: 4.5px 18px; }
  .data-block-history-items .history-quantity {
    flex-basis: 32%;
    max-width: 32%;
    width: 32%;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 1300px) {
      .data-block-history-items .history-quantity {
        flex-basis: 33%;
        max-width: 33%;
        width: 33%;
        margin-left: 22%;
        padding-right: 2%;
        padding-left: 2%;
        margin-left: auto; } }
  .data-block-history-items .history-price {
    flex-basis: 19%;
    max-width: 19%;
    width: 19%;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 1300px) {
      .data-block-history-items .history-price {
        flex-basis: 33%;
        max-width: 33%;
        width: 33%;
        padding-right: 2%;
        padding-left: 2%; } }
    .data-block-history-items .history-price .history-old-price {
      color: #a68f54;
      text-decoration: line-through;
      margin-bottom: 0; }
    .data-block-history-items .history-price span:not(:last-of-type) {
      margin-bottom: 15px; }
    .data-block-history-items .history-price span {
      display: block;
      font-size: 15px;
      font-weight: 400;
      line-height: 16px;
      color: #000; }
    .data-block-history-items .history-price .final-price {
      font-weight: 500; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.show-purchase.view-less {
  display: none; }

.show-purchase {
  cursor: pointer; }

.account-block .account-block-title.account-block-title--margin {
  margin-bottom: 0px; }

@media screen and (max-width: 991px) {
  .form-group--inline .address-wrapper:last-of-type {
    margin-top: 15px; } }

.address-wrapper {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 140px;
  background: #F5F5F5;
  margin: 0 23px;
  padding: 0; }
  @media screen and (max-width: 1199px) {
    .address-wrapper {
      height: 100px; } }
  .address-wrapper .address--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .address-wrapper .address--left .address-text {
      font-size: 17px;
      line-height: 22px;
      font-weight: 400;
      color: #000;
      min-width: 165px; }
      @media screen and (max-width: 1199px) {
        .address-wrapper .address--left .address-text {
          font-size: 11px;
          line-height: 12px;
          min-width: 110px; } }
  .address-wrapper .address--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto; }
    .address-wrapper .address--right .address--right-top {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-top: 15px; }
      .address-wrapper .address--right .address--right-top span {
        letter-spacing: 0.3em;
        font-size: 10px;
        line-height: 28px;
        font-weight: 400;
        color: #a68f54; }
    .address-wrapper .address--right .address--right-bottom {
      margin-top: auto;
      margin-bottom: 15px; }

.communication-text {
  max-width: 698px; }
  .communication-text p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #000; }

.data-block-flex.data-block--padding {
  padding-top: 10px;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .data-block-flex.data-block--padding {
      padding-bottom: 30px; } }

.section-account-communication-right {
  margin-left: 35px;
  flex-basis: 1150px; }
  @media screen and (max-width: 767px) {
    .section-account-communication-right {
      margin-left: 0px; } }

.form-group.form-communication-wrapper {
  display: block; }
  .form-group.form-communication-wrapper .form-input-wrapper:last-of-type {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1199px) {
      .form-group.form-communication-wrapper .form-input-wrapper:last-of-type {
        display: block; } }
    .form-group.form-communication-wrapper .form-input-wrapper:last-of-type .form-submit-btn-wrapper {
      flex-basis: 338px;
      margin-left: auto; }

.submit-communication {
  letter-spacing: 0.15em;
  padding: 13px 0;
  line-height: 11px;
  min-width: 198px;
  width: 198px;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .submit-communication {
      margin-top: 25px;
      margin-bottom: 30px; } }

.section-account {
  padding-bottom: 47px; }
  @media screen and (max-width: 767px) {
    .section-account {
      padding-bottom: 10px; } }

.section-account-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.section-account-left {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 407px;
  flex-basis: 407px;
  max-width: 407px; }
  @media screen and (max-width: 991px) {
    .section-account-left {
      -webkit-flex-basis: 30%;
      flex-basis: 30%;
      max-width: 30%; } }

.section-account-right {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 35px; }
  @media screen and (max-width: 767px) {
    .section-account-right {
      margin-left: 0; } }

.account-sidebar {
  background: #f5f5f5;
  padding: 30px 40px 65px 45px;
  position: sticky;
  top: 85px; }
  @media only screen and (max-width: 767px) {
    .account-sidebar {
      padding: 14px 14px 14px 14px; } }
  @media screen and (min-width: 991px) {
    .account-sidebar {
      padding: 25px;
      top: 105px; } }
  .account-sidebar a {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase; }
  .account-sidebar .account-sidebar-top {
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .account-sidebar .account-sidebar-top {
        margin-bottom: 0; } }
  .account-sidebar .account-sidebar-welcome {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .account-sidebar .account-sidebar-welcome h3 {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px; }
      @media only screen and (max-width: 767px) {
        .account-sidebar .account-sidebar-welcome h3 {
          font-size: 15px;
          line-height: 16px; } }
    .account-sidebar .account-sidebar-welcome figure {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 124px;
      flex-basis: 124px;
      max-width: 124px; }
      @media screen and (max-width: 991px) {
        .account-sidebar .account-sidebar-welcome figure {
          -webkit-flex-basis: 31px;
          flex-basis: 31px;
          max-width: 31px; } }
      .account-sidebar .account-sidebar-welcome figure img {
        max-width: 100%; }
  .account-sidebar .account-sidebar-menu ul {
    list-style-type: none;
    margin-bottom: 57px; }
    @media only screen and (max-width: 767px) {
      .account-sidebar .account-sidebar-menu ul {
        margin-bottom: 21px; } }
    .account-sidebar .account-sidebar-menu ul li {
      display: block;
      margin-bottom: 21px; }
      .account-sidebar .account-sidebar-menu ul li.is_active a {
        color: #a68f54; }
  .account-sidebar .account-sidebar-logout a {
    position: relative;
    padding-right: 22px;
    background-image: url("../images/icon-logout.svg");
    background-repeat: no-repeat;
    background-position: center right; }

.hide--sm-up .account-sidebar-welcome h3 {
  position: relative; }

.hide--sm-up .account-sidebar-welcome h3.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.hide--sm-up .account-sidebar-welcome h3:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url(../images/footer/arrow-down.svg);
  background-repeat: no-repeat;
  margin-left: 15px;
  bottom: 0;
  cursor: pointer;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms; }

@media only screen and (max-width: 767px) {
  .hide--sm-up .account-sidebar-bottom {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 14px 14px 14px 14px;
    width: calc(100% - 20px);
    background: #fff;
    z-index: 20; }
    .hide--sm-up .account-sidebar-bottom .account-sidebar-logout a {
      font-size: 11px;
      line-height: 12px;
      color: #000;
      font-weight: 300;
      text-decoration: none;
      padding-top: 3px;
      text-transform: uppercase;
      position: relative;
      padding-right: 22px;
      background-image: url("../images/icon-logout.svg");
      background-repeat: no-repeat;
      background-position: center right; }
    .hide--sm-up .account-sidebar-bottom ul {
      list-style-type: none; }
      .hide--sm-up .account-sidebar-bottom ul li {
        margin-bottom: 16px; }
        .hide--sm-up .account-sidebar-bottom ul li.is_active a {
          color: #a68f54; }
        .hide--sm-up .account-sidebar-bottom ul li a {
          font-size: 11px;
          line-height: 12px;
          color: #000;
          font-weight: 300;
          text-decoration: none;
          text-transform: uppercase; } }

.account-block .account-block-title {
  background: rgba(166, 143, 84, 0.3);
  margin-bottom: 34px;
  padding: 13px 13px 12px; }
  @media screen and (max-width: 991px) {
    .account-block .account-block-title {
      margin-bottom: 20px;
      padding: 11px; } }
  .account-block .account-block-title--margin-top {
    margin-top: 34px; }
    @media screen and (max-width: 991px) {
      .account-block .account-block-title--margin-top {
        margin-top: 20px; } }
  .account-block .account-block-title h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .account-block .account-block-title h4 {
        font-size: 15px;
        line-height: 18px; } }

.data-block {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .data-block {
      margin-bottom: 0; } }
  .data-block .data-block-title h5 {
    border-bottom: 1px solid #a68f54;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .data-block .data-block-text {
    max-width: 360px;
    padding-right: 30px; }
    @media screen and (max-width: 1300px) {
      .data-block .data-block-text {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .data-block .data-block-text {
        padding-right: 0; } }
    .data-block .data-block-text strong {
      display: block;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 10px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .data-block .data-block-text strong {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px;
          margin-bottom: 14px; } }
      .data-block .data-block-text strong.is_mail {
        text-transform: none; }
    .data-block .data-block-text small {
      display: block;
      font-size: 15px;
      font-weight: 300;
      line-height: 18px; }
      @media screen and (max-width: 1300px) {
        .data-block .data-block-text small {
          font-size: 11px;
          line-height: 14px; } }
    .data-block .data-block-text .btn.btn--icon {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-top: 15px; }
      @media screen and (max-width: 1300px) {
        .data-block .data-block-text .btn.btn--icon {
          margin-top: 10px; } }
      @media screen and (max-width: 767px) {
        .data-block .data-block-text .btn.btn--icon {
          margin-bottom: 15px; } }

.data-block-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px 0; }
  @media screen and (max-width: 991px) {
    .data-block-flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 991px) {
    .data-block-flex {
      padding: 15px 0; } }
  .data-block-flex .data-block-left,
  .data-block-flex .data-block-right {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }
    @media screen and (max-width: 1300px) {
      .data-block-flex .data-block-left,
      .data-block-flex .data-block-right {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 991px) {
      .data-block-flex .data-block-left,
      .data-block-flex .data-block-right {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

.btn.btn--icon {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.3em;
  line-height: 12px;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .btn.btn--icon img {
    display: inline-block;
    margin-left: 9px; }
    .btn.btn--icon img.img-hover {
      display: none; }
  .btn.btn--icon:hover img {
    display: none; }
    .btn.btn--icon:hover img.img-hover {
      display: inline-block; }

.btn.btn--gold {
  color: #a68f54; }
  .btn.btn--gold:hover {
    color: #000; }

.add-address-form .form-submit-btn-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 991px) {
    .add-address-form .form-submit-btn-wrapper {
      display: block;
      padding-top: 15px; } }
  .add-address-form .form-submit-btn-wrapper .btn {
    margin-top: auto;
    padding: 14px 75px 13px; }
    @media screen and (max-width: 767px) {
      .add-address-form .form-submit-btn-wrapper .btn {
        padding: 14px 67px 13px; } }
  .add-address-form .form-submit-btn-wrapper .error-msg {
    color: #ff0000;
    display: none;
    letter-spacing: 0.15em;
    font-size: 7px;
    font-weight: 300;
    line-height: 18px;
    margin-right: 22px;
    margin-top: auto;
    text-transform: uppercase;
    transform: translate(0, -50%); }
    .add-address-form .form-submit-btn-wrapper .error-msg.is_visible {
      display: block; }

.shipping-title,
.billing-title,
.shipping-form,
.billing-form {
  display: none; }

.btn--gold.open {
  color: #000; }

.category-hero .container-shop .category-text .category-text__title.text__title--search {
  margin-bottom: 72px; }
  @media screen and (max-width: 575px) {
    .category-hero .container-shop .category-text .category-text__title.text__title--search {
      font-size: 10px;
      margin-bottom: 0; } }
  @media screen and (max-width: 575px) {
    .category-hero .container-shop .category-text .category-text__title.text__title--search span {
      margin-top: 5px; } }

@media screen and (max-width: 991px) {
  .category-products.category-products--search {
    padding: 0px 0 30px; } }

.category-products.category-products--search .container-shop .filters .filters__brands {
  border-bottom: none; }

.category-products.category-products--search .container-shop .product-gallery > .mobile-products-found {
  display: none; }

@media screen and (max-width: 767px) {
  .category-products.category-products--search .container-shop .product-gallery .mobile-bar {
    margin: 0px 0 20px; } }

.category-products.category-products--search .container-shop .product-gallery .mobile-bar span.mobile-products-found {
  text-transform: none;
  padding: 15px 20px 15px 25px; }

.category-products.category-products--search .container-shop .product-gallery .mobile-bar span:first-of-type::after {
  display: none; }

@media screen and (max-width: 575px) {
  .category-hero.category-hero--search {
    margin-bottom: 0px; } }

/* ==========================================================================
   Whishlist
   ========================================================================== */
.category-hero .container-shop .category-text .text__title--whishlist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 72px; }
  @media screen and (max-width: 575px) {
    .category-hero .container-shop .category-text .text__title--whishlist {
      font-size: 10px;
      margin-bottom: 0; } }
  @media screen and (max-width: 575px) {
    .category-hero .container-shop .category-text .text__title--whishlist span {
      margin-top: 5px; } }
  .category-hero .container-shop .category-text .text__title--whishlist img {
    width: 63px;
    height: 54px;
    margin-left: 16px; }
    @media screen and (max-width: 575px) {
      .category-hero .container-shop .category-text .text__title--whishlist img {
        width: 31px;
        height: 34px;
        margin-left: 6px; } }

.category-products.category-products--search .add-to-wishlist-link::after {
  background-image: url(../images/shop-grid/wishlist-hover.svg) !important; }

.category-products.whishlist .container-shop .product-gallery .mobile-bar span:last-of-type {
  background: #FFFFFF; }

/* ==========================================================================
   Category Page
   ========================================================================== */
.category-submenu {
  list-style: none;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px; }
  .category-submenu li:first-of-type {
    margin-bottom: 25px; }
    .category-submenu li:first-of-type a {
      font-size: 13px;
      font-weight: 500;
      line-height: 14px;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
  .category-submenu li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-transform: capitalize; }
    .category-submenu li a:hover {
      color: #a68f54; }
  .category-submenu li.is_active a {
    color: #a68f54; }

@media screen and (max-width: 991px) {
  .product-gallery .subcategory-entree-wrapper {
    display: none; } }

.product-gallery .subcategory-entree-wrapper.mobile {
  display: none; }
  @media screen and (max-width: 991px) {
    .product-gallery .subcategory-entree-wrapper.mobile {
      display: block;
      margin-bottom: 30px; } }
  @media screen and (max-width: 991px) and (min-width: 767px) {
    .product-gallery .subcategory-entree-wrapper.mobile {
      margin-top: 15px; } }

.product-gallery .subcategory-entree-wrapper .promoted-brand {
  position: relative;
  background: url(../images/category-page/promoted-brand.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 150px 0; }
  @media screen and (max-width: 991px) {
    .product-gallery .subcategory-entree-wrapper .promoted-brand {
      padding: 130px 0; } }
  .product-gallery .subcategory-entree-wrapper .promoted-brand .btn-dark {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 17%;
    padding: 13px 73.42px;
    line-height: 11px; }
    @media screen and (max-width: 991px) {
      .product-gallery .subcategory-entree-wrapper .promoted-brand .btn-dark {
        bottom: 30px; } }

.product-gallery .subcategory-entree-wrapper .subcategory-button-wrapper .row {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .product-gallery .subcategory-entree-wrapper .subcategory-button-wrapper .row {
      margin-top: 0px; } }
  @media screen and (max-width: 767px) {
    .product-gallery .subcategory-entree-wrapper .subcategory-button-wrapper .row .col {
      margin-top: 15px; } }

.product-gallery .subcategory-entree-wrapper .subcategory-button-wrapper img {
  width: 100%; }
  .product-gallery .subcategory-entree-wrapper .subcategory-button-wrapper img:hover {
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.26);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.26); }

/* ==========================================================================
   Brand Page
   ========================================================================== */
.breadcrumbs.negative--margin {
  margin-bottom: -40px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .breadcrumbs.negative--margin {
      margin-bottom: 0px; } }

.brand-hero .brand-hero-wrapper .brand-hero--left {
  width: 50%;
  display: inline-block;
  background: #000;
  height: 600px; }
  @media screen and (max-width: 991px) {
    .brand-hero .brand-hero-wrapper .brand-hero--left {
      display: block;
      width: 100%;
      height: 260px;
      text-align: center; } }
  .brand-hero .brand-hero-wrapper .brand-hero--left .flex-basis {
    width: calc(((100vw - 1590px)/2) - 15px);
    min-width: 20px;
    padding: 200px 0 200px;
    display: inline-block; }
    @media screen and (max-width: 1199px) {
      .brand-hero .brand-hero-wrapper .brand-hero--left .flex-basis {
        padding-top: 0px;
        min-width: 0; } }
  .brand-hero .brand-hero-wrapper .brand-hero--left .left-content {
    padding-top: 208px;
    margin: 0 auto;
    display: inline-block;
    /*style the arrow inside the select element:*/
    /*point the arrow upwards when the select box is open (active):*/
    /*style the items (options), including the selected item:*/
    /*style items (options):*/
    /*hide the items when the select box is closed:*/ }
    @media screen and (min-width: 991px) and (max-width: 1075px) {
      .brand-hero .brand-hero-wrapper .brand-hero--left .left-content {
        padding-top: 0; } }
    @media screen and (max-width: 991px) {
      .brand-hero .brand-hero-wrapper .brand-hero--left .left-content {
        width: fit-content;
        width: -moz-fit-content;
        padding-top: 25px;
        text-align: center; } }
    @media screen and (max-width: 991px) {
      .brand-hero .brand-hero-wrapper .brand-hero--left .left-content img {
        width: 209px; } }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .custom-select {
      position: relative;
      width: 200px; }
      @media screen and (max-width: 991px) {
        .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .custom-select {
          margin: 0 auto; } }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .custom-select select {
      display: none;
      /*hide original SELECT element:*/ }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .select-selected {
      background-color: #f5f5f5; }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .select-selected:after {
      position: absolute;
      content: "";
      top: 20px;
      right: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #a68f54 transparent transparent transparent; }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .select-selected.select-arrow-active:after {
      border-color: transparent transparent #a68f54 transparent;
      top: 12px; }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .select-items div,
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .select-selected {
      color: #000;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 400;
      padding: 17px 16px;
      cursor: pointer;
      user-select: none; }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .select-items {
      position: absolute;
      background-color: #f5f5f5;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      -moz-transition-duration: 400ms;
      -o-transition-duration: 400ms;
      -webkit-transition-duration: 400ms;
      transition-duration: 400ms; }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .select-hide {
      height: 0;
      opacity: 0;
      overflow: hidden; }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .select-items div:hover,
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .same-as-selected {
      background-color: rgba(0, 0, 0, 0.1); }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content p {
      padding-top: 25px;
      padding-bottom: 40px;
      font-size: 11px;
      font-weight: 400;
      line-height: 16px;
      color: #B7B7B7;
      max-width: 523px; }
      @media screen and (max-width: 991px) {
        .brand-hero .brand-hero-wrapper .brand-hero--left .left-content p {
          text-align: center;
          max-width: 300px;
          padding-top: 15px; }
          .brand-hero .brand-hero-wrapper .brand-hero--left .left-content p span {
            display: none; } }
    .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .text-btn {
      padding-top: 15px;
      color: #FFFFFF !important;
      border-bottom: 1px solid #FFFFFF; }
      .brand-hero .brand-hero-wrapper .brand-hero--left .left-content .text-btn:hover {
        color: #a68f54 !important;
        border-bottom: 1px solid #a68f54; }

.brand-hero .brand-hero-wrapper .brand-hero--right {
  width: 50%;
  display: inline-block;
  float: right; }
  @media screen and (max-width: 991px) {
    .brand-hero .brand-hero-wrapper .brand-hero--right {
      float: none;
      display: block;
      width: 100%; } }
  .brand-hero .brand-hero-wrapper .brand-hero--right .owl-item div {
    height: 600px; }
    @media screen and (max-width: 991px) {
      .brand-hero .brand-hero-wrapper .brand-hero--right .owl-item div {
        height: 260px; } }
  .brand-hero .brand-hero-wrapper .brand-hero--right .owl-nav {
    top: 50%;
    transform: translateY(-50%); }
  .brand-hero .brand-hero-wrapper .brand-hero--right .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/brand-page/prev-arrow.svg);
    width: 12px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain; }
  .brand-hero .brand-hero-wrapper .brand-hero--right .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/brand-page/next-arrow.svg);
    width: 12px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain; }
  .brand-hero .brand-hero-wrapper .brand-hero--right .brand-hero-img {
    background: url("../images/brand-page/right-brand-hero.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover; }

.category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs .child-category.is_active {
  color: #a68f54; }

.category-products .container-shop .product-gallery .mobile-bar .mobile-breadcrumbs .child-category:hover {
  color: #a68f54; }

.category-products.brand-products .container-shop .product-gallery {
  width: 75%; }

.category-products.brand-products .container-shop {
  padding-bottom: 0; }

.category-products.brand-products {
  padding: 80px 25px 30px 25px; }
  @media screen and (max-width: 991px) {
    .category-products.brand-products {
      padding: 10px 0 30px; } }

.category-products.brand-products .category-submenu li:first-of-type a {
  text-transform: uppercase; }

.category-products.brand-products .category-submenu li a {
  text-transform: capitalize; }
  .category-products.brand-products .category-submenu li a:hover {
    color: #a68f54; }

.category-products.brand-products .category-submenu {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px; }

@media screen and (max-width: 991px) and (min-width: 767px) {
  .brand-entree-wrapper {
    margin-top: 15px; } }

.brand-entree-wrapper .text-header {
  padding: 0; }

.brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper {
  width: calc(100% - 80px);
  margin: 0 auto; }
  @media screen and (max-width: 575px) {
    .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper {
      width: 100%; } }
  .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .brand-carousel-item a {
    text-decoration: none; }
    .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .brand-carousel-item a h3 {
      font-size: 16px;
      line-height: 18px;
      font-weight: 400;
      color: #000;
      padding-top: 20px;
      padding-bottom: 15px; }
      @media screen and (max-width: 575px) {
        .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .brand-carousel-item a h3 {
          font-size: 14px;
          line-height: 15px;
          padding-top: 15px;
          padding-bottom: 10px; } }
  @media screen and (max-width: 575px) {
    .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .brand-carousel-item {
      max-width: 238px; } }
  @media screen and (max-width: 575px) {
    .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .owl-stage-outer {
      overflow: visible;
      transform: translate3d(-49px, 0px, 0px) !important;
      -webkit-transform: translate3d(-49px, 0px, 0px) !important; } }
  .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 30px; }
    @media screen and (max-width: 575px) {
      .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .owl-dots {
        padding-top: 25px; } }
  .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .owl-nav {
    display: block;
    top: 33%; }
    .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .owl-nav .owl-prev {
      left: -20px; }
    .brand-entree-wrapper .brand-wrapper .brand-carousel-wrapper .owl-nav .owl-next {
      right: -20px; }

.video-wrapper {
  margin-top: 85px; }
  @media screen and (max-width: 991px) {
    .video-wrapper {
      margin-top: 50px; } }
  .video-wrapper video {
    width: 100%;
    max-height: 100%; }

.product-gallery .brand-categorizes.brand-categorizes--padding {
  padding-top: 120px; }
  @media screen and (max-width: 1199px) {
    .product-gallery .brand-categorizes.brand-categorizes--padding {
      padding-top: 20px; } }

.product-gallery .brand-categorizes {
  padding-top: 40px; }
  @media screen and (max-width: 1199px) {
    .product-gallery .brand-categorizes {
      padding-top: 20px; } }
  .product-gallery .brand-categorizes .view-all-wrapper {
    text-align: center; }
  .product-gallery .brand-categorizes .product-box:last-of-type {
    display: none; }
    @media screen and (max-width: 767px) {
      .product-gallery .brand-categorizes .product-box:last-of-type {
        display: block; } }

.product-gallery .banner-img {
  padding-top: 50px; }
  @media screen and (max-width: 991px) {
    .product-gallery .banner-img {
      padding-top: 40px; } }
  .product-gallery .banner-img img {
    width: 100%; }

html {
  scroll-behavior: smooth; }

@media screen and (max-width: 767px) {
  .brands-list .top-brands .container-shop {
    padding-left: 4px;
    padding-right: 4px; } }

@media screen and (max-width: 767px) {
  .brands-list .top-brands .col {
    padding-left: 4px;
    padding-right: 4px; } }

.brands-list .top-brands .brand-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 101px;
  background: #000; }
  @media screen and (max-width: 767px) {
    .brands-list .top-brands .brand-item {
      height: 57px; } }

@media screen and (max-width: 767px) {
  .brands-list .top-brands .brand-item.mobile--margin-top {
    margin-top: 8px; } }

.brands-list .brands-A-Z-wrapper .container-shop {
  padding-left: 15px;
  padding-right: 15px; }

.brands-list .brands-A-Z-wrapper .brands-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1625px) {
    .brands-list .brands-A-Z-wrapper .brands-inline {
      padding-left: 15px;
      padding-right: 15px; } }
  .brands-list .brands-A-Z-wrapper .brands-inline span {
    margin-right: 13px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #000;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .brands-list .brands-A-Z-wrapper .brands-inline span {
        font-size: 15px;
        line-height: 21px; } }
    .brands-list .brands-A-Z-wrapper .brands-inline span:hover {
      color: #a68f54; }
    .brands-list .brands-A-Z-wrapper .brands-inline span a {
      color: inherit;
      text-decoration: none; }
    .brands-list .brands-A-Z-wrapper .brands-inline span a.active {
      color: #a68f54; }

.brands-list .brands-A-Z-wrapper .masonry-layout-wrapper {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper {
      margin-top: 55px; } }
  .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .row {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .row {
        margin-bottom: 0px; } }
    .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .row .col:first-of-type {
      padding-left: 0px; }
      @media screen and (max-width: 1625px) {
        .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .row .col:first-of-type {
          padding-left: 15px; } }
    .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .row .col:last-of-type {
      padding-right: 0px; }
      @media screen and (max-width: 1625px) {
        .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .row .col:last-of-type {
          padding-right: 15px; } }
  .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .brand-item::before {
    display: block;
    content: " ";
    margin-top: -285px;
    height: 285px;
    visibility: hidden;
    pointer-events: none; }
  .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .brand-item.active {
    color: #a68f54; }
  .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .brand-item {
    color: #000; }
    .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .brand-item h3 {
      font-size: 78px;
      line-height: 109px;
      font-weight: 500; }
    .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .brand-item ul {
      list-style: none;
      margin: 0; }
      .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .brand-item ul li {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.05em; }
        .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .brand-item ul li a {
          color: #000;
          text-decoration: none;
          text-transform: uppercase; }
          .brands-list .brands-A-Z-wrapper .masonry-layout-wrapper .brand-item ul li a:hover {
            color: #a68f54; }

@media screen and (max-width: 1625px) {
  .row-brand {
    margin-left: 0px;
    margin-right: 0px; } }

/* ==========================================================================
   Blog Article
   ========================================================================== */
.blog-article-hero {
  margin-top: 20px;
  margin-bottom: 30px; }
  .blog-article-hero .blog-article-hero-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .blog-article-hero .blog-article-hero-wrapper img {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      max-width: 100%;
      height: auto;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .blog-article-hero .blog-article-hero-wrapper img {
          -webkit-box-ordinal-group: 3;
          -moz-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin-bottom: 20px; } }
    .blog-article-hero .blog-article-hero-wrapper .date-posted {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      color: #a68f54;
      font-size: 12px;
      font-weight: 400; }
      @media screen and (max-width: 1300px) {
        .blog-article-hero .blog-article-hero-wrapper .date-posted {
          padding-left: 25px; } }
      @media screen and (max-width: 767px) {
        .blog-article-hero .blog-article-hero-wrapper .date-posted {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          padding-bottom: 20px; } }
    .blog-article-hero .blog-article-hero-wrapper .tags {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      position: relative;
      padding-left: 25px; }
      .blog-article-hero .blog-article-hero-wrapper .tags::before {
        content: "Tags";
        position: absolute;
        color: #000;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.15em;
        left: 0;
        top: 5px; }
      @media screen and (max-width: 1300px) {
        .blog-article-hero .blog-article-hero-wrapper .tags {
          padding-right: 25px; } }
      @media screen and (max-width: 767px) {
        .blog-article-hero .blog-article-hero-wrapper .tags {
          padding-left: 25px;
          margin-left: 25px; } }
      .blog-article-hero .blog-article-hero-wrapper .tags a {
        margin-left: 20px; }
        @media screen and (max-width: 767px) {
          .blog-article-hero .blog-article-hero-wrapper .tags a {
            margin-bottom: 10px; } }

@media screen and (max-width: 1300px) {
  .blog-article-content {
    padding: 0 25px; } }

.blog-article-content h1 {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .blog-article-content h1 {
      font-size: 22px; } }

.blog-article-content h2 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .blog-article-content h2 {
      font-size: 15px; } }

.blog-article-content p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .blog-article-content p {
      font-size: 11px; } }

.blog-article-content a {
  text-decoration: underline;
  color: #a68f54; }

.blog-article-content .blog-article-content-top {
  margin-bottom: 20px; }

.blog-article-content .blog-article-content-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .blog-article-content .blog-article-content-middle {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-box-direction: reverse;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .blog-article-content .blog-article-content-middle .blog-article-text-wrapper {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding-right: 35px; }
    @media screen and (max-width: 991px) {
      .blog-article-content .blog-article-content-middle .blog-article-text-wrapper {
        padding-right: 0; } }
  .blog-article-content .blog-article-content-middle .blog-article-img-wrapper {
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
    .blog-article-content .blog-article-content-middle .blog-article-img-wrapper img {
      max-width: 100%;
      height: auto; }

.blog-article-content .blog-article-content-buttons {
  text-align: right; }
  .blog-article-content .blog-article-content-buttons a {
    margin-left: 15px; }

@media screen and (max-width: 1300px) {
  .comments-section {
    padding: 0 15px; } }

.comments-section .comments-items-wrapper {
  border-top: 1px solid #a68f54;
  padding-top: 40px; }
  .comments-section .comments-items-wrapper .new-comment {
    position: relative;
    margin-bottom: 80px;
    display: none; }
    .comments-section .comments-items-wrapper .new-comment.show {
      display: block; }
    .comments-section .comments-items-wrapper .new-comment textarea {
      border: none;
      width: 100% !important;
      padding: 40px 20px 10px 30px;
      font-family: "Gotham";
      font-size: 13px;
      resize: none;
      outline: none;
      background-color: #f5f5f5;
      height: 256px !important; }
      @media screen and (max-width: 767px) {
        .comments-section .comments-items-wrapper .new-comment textarea {
          height: 370px !important; } }
      .comments-section .comments-items-wrapper .new-comment textarea::placeholder {
        color: #000; }
    .comments-section .comments-items-wrapper .new-comment input {
      border: none;
      background: transparent;
      color: #a68f54;
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 0.369em;
      text-transform: uppercase;
      border-bottom: 1px solid #a68f54;
      position: absolute;
      padding: 0;
      padding-bottom: 2px;
      right: 30px;
      bottom: 20px;
      z-index: 1;
      cursor: pointer; }
  .comments-section .comments-items-wrapper .comments-title {
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-left: 2%; }

.comments-section .comment-item {
  border-bottom: 1px solid #a68f54;
  padding: 50px 0 20px;
  margin: 0 2%; }
  @media screen and (max-width: 767px) {
    .comments-section .comment-item {
      padding: 15px 0 25px;
      margin: 0 10px; } }
  .comments-section .comment-item:last-child {
    border-bottom: none; }
  .comments-section .comment-item .comment-item-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .comments-section .comment-item .comment-item-flex .comment-item-left {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 72%;
      flex-basis: 72%;
      max-width: 72%; }
      @media screen and (max-width: 767px) {
        .comments-section .comment-item .comment-item-flex .comment-item-left {
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          max-width: 100%; } }
    .comments-section .comment-item .comment-item-flex .comment-item-right {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 28%;
      flex-basis: 28%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .comments-section .comment-item .comment-item-flex .comment-item-left-top {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .comments-section .comment-item .comment-item-flex .comment-item-left-top .comment-meta {
      text-align: right; }
    .comments-section .comment-item .comment-item-flex .comment-meta span {
      color: #a68f54;
      display: block;
      font-size: 12px;
      font-weight: 300;
      line-height: 16px; }
  .comments-section .comment-item p {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 5px; }
  .comments-section .comment-item .rating-stars {
    margin-bottom: 10px; }
  .comments-section .comment-item .comment-item-title {
    margin-bottom: 18px; }
    .comments-section .comment-item .comment-item-title h4 {
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; }
  .comments-section .comment-item .comment-item-text {
    margin-bottom: 15px;
    max-height: 48px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease; }
    .comments-section .comment-item .comment-item-text.is_open {
      display: block;
      max-height: none; }
  .comments-section .comment-item .comment-item-more {
    margin-bottom: 28px; }
    .comments-section .comment-item .comment-item-more.reverse a img,
    .comments-section .comment-item .comment-item-more.reverse a svg {
      transform: rotate(180deg); }
    .comments-section .comment-item .comment-item-more.reverse a .less {
      display: inline-block; }
    .comments-section .comment-item .comment-item-more.reverse a .more {
      display: none; }
    .comments-section .comment-item .comment-item-more a {
      color: #a68f54;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.369em;
      line-height: 14px;
      text-decoration: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: all 0.3s ease; }
      .comments-section .comment-item .comment-item-more a:hover {
        color: #000; }
        .comments-section .comment-item .comment-item-more a:hover > span {
          border-color: #000;
          color: #000; }
        .comments-section .comment-item .comment-item-more a:hover svg path {
          fill: #000; }
      .comments-section .comment-item .comment-item-more a > span {
        border-bottom: 1px solid #a68f54;
        padding-bottom: 3px;
        transition: all 0.3s ease; }
      .comments-section .comment-item .comment-item-more a .more {
        display: inline-block; }
      .comments-section .comment-item .comment-item-more a .less {
        display: none; }
      .comments-section .comment-item .comment-item-more a img,
      .comments-section .comment-item .comment-item-more a svg {
        margin-left: 5px; }
      .comments-section .comment-item .comment-item-more a svg path {
        transition: all 0.3s ease; }
    .comments-section .comment-item .comment-item-more .comment-item-more-text {
      display: none;
      padding-top: 15px; }
  .comments-section .comment-item .comment-item-recommended {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .comments-section .comment-item .comment-item-radios {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .comments-section .comment-item .comment-item-radios .comment-item-radios-label {
      font-size: 13px;
      font-weight: 500;
      line-height: 17px;
      min-width: 215px;
      padding-right: 15px;
      text-transform: uppercase;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .comments-section .comment-item .comment-item-radios .comment-item-radios-label {
          min-width: auto; } }
    .comments-section .comment-item .comment-item-radios .comment-item-radios-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .comments-section .comment-item .comment-item-radios .comment-item-radios-wrapper .custom-radio {
        min-width: 80px; }

.comments-section .comments-item-pagination {
  padding: 25px 2% 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .comments-section .comments-item-pagination {
      padding-left: 0;
      padding-right: 0; } }
  .comments-section .comments-item-pagination a {
    border-bottom: 1px solid #a68f54;
    color: #a68f54;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.369em;
    line-height: 14px;
    padding-bottom: 3px;
    text-decoration: none;
    transition: all 0.3s ease; }
    .comments-section .comments-item-pagination a:hover {
      border-color: #000;
      color: #000; }
  .comments-section .comments-item-pagination small {
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .comments-section .comments-item-pagination small strong {
      font-weight: 500; }

.btn-comment {
  display: inline-block;
  height: 21px;
  width: 21px;
  background-image: url(../images/blog-article/icon-comments-gold.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-comment:hover {
    background-image: url(../images/blog-article/icon-comments-black.svg); }

.btn-share {
  display: inline-block;
  height: 21px;
  width: 21px;
  background-image: url(../images/blog-article/icon-share.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* ==========================================================================
   Static page
   ========================================================================== */
.static-page-content {
  margin-bottom: 80px;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .static-page-content {
      margin-top: 20px; } }
  @media screen and (max-width: 1300px) {
    .static-page-content {
      padding: 0 25px; } }
  .static-page-content h1 {
    color: #a68f54;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .static-page-content h1 {
        font-size: 15px; } }
  .static-page-content h2 {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .static-page-content h2 {
        font-size: 15px; } }
  .static-page-content h3 {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .static-page-content h3 {
        font-size: 11px; } }
  .static-page-content p {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .static-page-content p {
        font-size: 11px; } }
    .static-page-content p + ul {
      margin-top: -30px; }
  .static-page-content ul {
    list-style: none;
    margin-bottom: 30px; }
    .static-page-content ul li {
      color: #000;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.6;
      padding-left: 10px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .static-page-content ul li {
          font-size: 11px; } }
      .static-page-content ul li::before {
        content: "-";
        position: absolute;
        left: 0; }
  .static-page-content span,
  .static-page-content a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    display: block;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .static-page-content span,
      .static-page-content a {
        font-size: 11px; } }

/* ==========================================================================
   About
   ========================================================================== */
.about-background {
  background: url("../images/about/about.jpg") #000;
  background-repeat: no-repeat;
  background-position: center -155px; }
  @media screen and (max-width: 767px) {
    .about-background {
      background-position: center -60px;
      background-size: 330px; } }
  .about-background section.breadcrumbs {
    background: transparent; }
  .about-background .about-text {
    max-width: 894px;
    width: 100%;
    margin: 0 auto;
    padding-top: 640px; }
    @media screen and (max-width: 767px) {
      .about-background .about-text {
        padding-top: 380px; } }
    @media screen and (max-width: 767px) {
      .about-background .about-text .mobile-d-none {
        display: none; } }
    .about-background .about-text p {
      font-size: 15px;
      line-height: 28px;
      font-weight: 400;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 991px) {
        .about-background .about-text p {
          padding-left: 40px;
          padding-right: 40px; } }
      @media screen and (max-width: 767px) {
        .about-background .about-text p {
          font-size: 11px;
          line-height: 19px; } }
    .about-background .about-text p:not(:last-of-type) {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .about-background .about-text p:not(:last-of-type) {
          margin-bottom: 30px; } }
    .about-background .about-text .btn-wrapper {
      width: 100%;
      text-align: center;
      padding-top: 90px;
      padding-bottom: 90px; }
      @media screen and (max-width: 767px) {
        .about-background .about-text .btn-wrapper {
          padding-top: 60px;
          padding-bottom: 60px; } }
      .about-background .about-text .btn-wrapper .btn-dark {
        padding: 13px 39px;
        line-height: 11px; }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-section {
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .contact-section {
      padding-bottom: 30px; } }
  .contact-section .text-header h2 {
    padding-bottom: 0; }
  .contact-section .contact-btns-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .contact-section .contact-btns-wrapper {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    .contact-section .contact-btns-wrapper > a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-radius: 0 25px 25px 0;
      text-decoration: none;
      border: 1px solid #a68f54;
      padding: 10px 44px 10px 25px;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-btns-wrapper > a {
          padding: 4px 44px 4px 20px; } }
      .contact-section .contact-btns-wrapper > a:hover {
        background: #a68f54;
        border: 1px solid #000; }
        .contact-section .contact-btns-wrapper > a:hover span {
          color: #fff; }
        .contact-section .contact-btns-wrapper > a:hover .mail-ico {
          background: url("../images/contact/mail-ico-hover.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 767px) {
            .contact-section .contact-btns-wrapper > a:hover .mail-ico {
              background-size: 24px 26px;
              width: 24px;
              height: 26px; } }
        .contact-section .contact-btns-wrapper > a:hover .phone1-ico {
          background: url("../images/contact/phone1-ico-hover.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 767px) {
            .contact-section .contact-btns-wrapper > a:hover .phone1-ico {
              background-size: 18.5px 18.5px;
              width: 18.5px;
              height: 18.5px; } }
        .contact-section .contact-btns-wrapper > a:hover .phone2-ico {
          background: url("../images/contact/phone2-ico-hover.svg");
          background-repeat: no-repeat; }
          @media screen and (max-width: 767px) {
            .contact-section .contact-btns-wrapper > a:hover .phone2-ico {
              background-size: 18.5px 18.5px;
              width: 18.5px;
              height: 18.5px; } }
    .contact-section .contact-btns-wrapper a:not(:last-of-type) {
      margin-right: 55px; }
      @media screen and (max-width: 991px) {
        .contact-section .contact-btns-wrapper a:not(:last-of-type) {
          margin-right: 0;
          margin-bottom: 15px; } }
    @media screen and (max-width: 991px) {
      .contact-section .contact-btns-wrapper a:last-of-type {
        margin-bottom: 10px; } }
    .contact-section .contact-btns-wrapper .mail-ico {
      width: 31px;
      height: 21px;
      background: url("../images/contact/mail-ico.svg");
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-btns-wrapper .mail-ico {
          background-size: 24px 26px;
          width: 24px;
          height: 26px; } }
    .contact-section .contact-btns-wrapper .phone1-ico {
      width: 26px;
      height: 26px;
      background: url("../images/contact/phone1-ico.svg");
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-btns-wrapper .phone1-ico {
          background-size: 18.5px 18.5px;
          width: 18.5px;
          height: 18.5px; } }
    .contact-section .contact-btns-wrapper .phone2-ico {
      width: 26px;
      height: 26px;
      background: url("../images/contact/phone2-ico.svg");
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-btns-wrapper .phone2-ico {
          background-size: 18.5px 18.5px;
          width: 18.5px;
          height: 18.5px; } }
    .contact-section .contact-btns-wrapper span {
      padding-left: 15px;
      font-size: 15px;
      font-weight: 500;
      line-height: 20px;
      color: #000; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-btns-wrapper span {
          font-size: 11px;
          line-height: 15px; } }
    .contact-section .contact-btns-wrapper .contact-mail-btn {
      padding: 10px 34px 10px 25px; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-btns-wrapper .contact-mail-btn {
          padding: 4px 34px 4px 22px; } }
  .contact-section .contact-form-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .contact-section .contact-form-wrapper {
        padding-bottom: 35px; } }
    .contact-section .contact-form-wrapper .contact-form .form-submit-btn-wrapper {
      text-align: right; }
      @media screen and (max-width: 991px) {
        .contact-section .contact-form-wrapper .contact-form .form-submit-btn-wrapper {
          text-align: left; } }
    .contact-section .contact-form-wrapper .contact-form input.input-style {
      background: #fff; }
    .contact-section .contact-form-wrapper .contact-form textarea.input-style {
      height: 147px;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-form-wrapper .contact-form textarea.input-style {
          height: 280px; } }
    .contact-section .contact-form-wrapper .contact-form .contact-privacy {
      display: block;
      text-decoration: underline;
      font-size: 11px;
      font-weight: 400;
      line-height: 20px;
      color: #000;
      padding-top: 15px; }
    .contact-section .contact-form-wrapper .btn-dark {
      padding: 13px 82px; }
      @media screen and (max-width: 767px) {
        .contact-section .contact-form-wrapper .btn-dark {
          padding: 13px 74px; } }
  @media screen and (max-width: 991px) {
    .contact-section .text-header-contact {
      padding: 25px 0; } }
  .contact-section .text-header-contact h2 {
    padding-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .contact-section .text-header-contact h2 {
        padding-bottom: 0px;
        max-width: 80%;
        margin: 0 auto; } }
  @media screen and (max-width: 991px) {
    .contact-section .text-header-contact p {
      display: none; } }
  .contact-section .boutique-section.contact {
    background: transparent;
    padding-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .contact-section .boutique-section.contact {
        padding-bottom: 10px; } }
  .contact-section .socials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .contact-section .socials {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    .contact-section .socials a:first-of-type {
      margin-right: 40px; }
      @media screen and (max-width: 767px) {
        .contact-section .socials a:first-of-type {
          margin-right: 0px;
          margin-bottom: 10px; } }
    .contact-section .socials a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      text-decoration: none;
      color: #000; }
      .contact-section .socials a:hover {
        color: #a68f54; }
      .contact-section .socials a i {
        margin-right: 15px;
        font-size: 20px; }

/* ==========================================================================
   Blog List
   ========================================================================== */
.blog-list {
  padding-bottom: 10px; }
  .blog-list .blog-small-item-wrapper {
    max-width: 100%; }
    .blog-list .blog-small-item-wrapper:hover {
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.26); }
  .blog-list .row:not(:last-of-type) {
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .blog-list .row:not(:last-of-type) {
        padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .blog-list .row {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .blog-list .row .col:not(:last-of-type) {
      padding-bottom: 20px; } }
  .blog-list .hide-mobile {
    display: block; }
    @media screen and (max-width: 767px) {
      .blog-list .hide-mobile {
        display: none; } }
  .blog-list .mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .blog-list .mobile {
        display: block; } }
  .blog-list .pagination {
    margin: 5px auto;
    max-width: 350px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .blog-list .pagination::before, .blog-list .pagination::after {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      width: 14px;
      height: 14px;
      top: 4px;
      cursor: pointer; }
    .blog-list .pagination::before {
      background-image: url(../images/shop-grid/prev-arrow.svg);
      right: 100%; }
    .blog-list .pagination::after {
      background-image: url(../images/shop-grid/next-arrow.svg);
      left: 100%; }
    @media screen and (max-width: 767px) {
      .blog-list .pagination {
        max-width: 300px; } }
    .blog-list .pagination .pagination__number {
      font-size: 13px;
      font-weight: 400;
      color: #000;
      position: relative;
      margin: 0 20px;
      cursor: pointer;
      padding: 5px; }
      @media screen and (max-width: 767px) {
        .blog-list .pagination .pagination__number {
          margin: 0 5px; } }
      .blog-list .pagination .pagination__number.active::after {
        content: "";
        position: absolute;
        background-color: #e2e2e2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        top: 1px;
        left: -1px;
        z-index: -1; }
    .blog-list .pagination .pagination__break {
      letter-spacing: 5px; }
    .blog-list .pagination .pagination__prev-arrow,
    .blog-list .pagination .pagination__next-arrow {
      width: 20px;
      height: 20px;
      display: block;
      padding: 5px;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (min-width: 991px) {
        .blog-list .pagination .pagination__prev-arrow,
        .blog-list .pagination .pagination__next-arrow {
          display: none; } }
    .blog-list .pagination .pagination__prev-arrow {
      background-image: url(../images/shop-grid/prev-arrow.svg); }
    .blog-list .pagination .pagination__next-arrow {
      background-image: url(../images/shop-grid/next-arrow.svg); }
  .blog-list .view-all-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px; }

/* ==========================================================================
   Pop Up
   ========================================================================== */
.pop-up-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.6); }
  .pop-up-wrapper .pop-up {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 750px;
    background: url("../images/pop-up/pop-up-background.png"), #a68f54;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center right; }
    @media screen and (max-width: 767px) {
      .pop-up-wrapper .pop-up {
        height: 240px;
        background-size: 40%; } }
    .pop-up-wrapper .pop-up .pop-up-content-wrapper {
      max-width: 552px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .pop-up-wrapper .pop-up .pop-up-content-wrapper {
          max-width: 304px; } }
      .pop-up-wrapper .pop-up .pop-up-content-wrapper > * {
        padding-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .pop-up-wrapper .pop-up .pop-up-content-wrapper > * {
            padding-bottom: 5px; } }
      .pop-up-wrapper .pop-up .pop-up-content-wrapper h3 {
        font-size: 54px;
        line-height: 75px;
        font-weight: 500;
        color: #000;
        letter-spacing: -0.05em; }
        @media screen and (max-width: 767px) {
          .pop-up-wrapper .pop-up .pop-up-content-wrapper h3 {
            font-size: 33px;
            line-height: 46px; } }
      .pop-up-wrapper .pop-up .pop-up-content-wrapper .subtitle {
        display: block;
        font-size: 15px;
        line-height: 16px;
        font-weight: 400;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .pop-up-wrapper .pop-up .pop-up-content-wrapper .subtitle {
            font-size: 8px;
            line-height: 8px; } }
      .pop-up-wrapper .pop-up .pop-up-content-wrapper .subtitle:last-of-type {
        padding-bottom: 35px; }
        @media screen and (max-width: 767px) {
          .pop-up-wrapper .pop-up .pop-up-content-wrapper .subtitle:last-of-type {
            padding-bottom: 10px; } }
      .pop-up-wrapper .pop-up .pop-up-content-wrapper .discound {
        display: inline-block;
        font-size: 54px;
        font-weight: 400;
        line-height: 58px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .pop-up-wrapper .pop-up .pop-up-content-wrapper .discound {
            font-size: 35px;
            line-height: 38px; } }
      .pop-up-wrapper .pop-up .pop-up-content-wrapper .discound-sub {
        display: inline-block;
        font-size: 42px;
        line-height: 45px;
        font-weight: 400;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .pop-up-wrapper .pop-up .pop-up-content-wrapper .discound-sub {
            font-size: 27px;
            line-height: 28px; } }
      .pop-up-wrapper .pop-up .pop-up-content-wrapper .close-pop-up {
        position: absolute;
        top: 0;
        right: 0;
        width: 22px;
        height: 22px;
        padding-top: 5px;
        cursor: pointer; }
      .pop-up-wrapper .pop-up .pop-up-content-wrapper form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .pop-up-wrapper .pop-up .pop-up-content-wrapper form {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .pop-up-wrapper .pop-up .pop-up-content-wrapper form .text-btn {
          letter-spacing: 0.15em;
          position: absolute;
          bottom: -16px;
          left: 0px;
          color: #fff !important;
          padding-right: 0;
          font-size: 8px;
          line-height: 2px;
          font-weight: 400;
          border-color: #fff !important; }
          .pop-up-wrapper .pop-up .pop-up-content-wrapper form .text-btn:hover {
            border-color: #fff !important; }
          @media screen and (max-width: 767px) {
            .pop-up-wrapper .pop-up .pop-up-content-wrapper form .text-btn {
              display: block; } }
        .pop-up-wrapper .pop-up .pop-up-content-wrapper form label {
          font-family: "Gotham";
          font-size: 17px;
          line-height: 18px;
          font-weight: 300;
          color: #fff;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
            .pop-up-wrapper .pop-up .pop-up-content-wrapper form label {
              margin-right: 0px;
              text-align: center;
              max-width: 240px;
              margin-bottom: 10px;
              font-size: 14px;
              line-height: 15px; } }
        .pop-up-wrapper .pop-up .pop-up-content-wrapper form input {
          font-family: "Gotham";
          padding: 10px 70px 10px 15px;
          font-size: 13px;
          font-weight: 300;
          line-height: 14px;
          width: 100%;
          border-radius: 0 25px 25px 0;
          border: none;
          color: #707070; }
          @media screen and (max-width: 767px) {
            .pop-up-wrapper .pop-up .pop-up-content-wrapper form input {
              font-size: 11px;
              line-height: 12px; } }
        .pop-up-wrapper .pop-up .pop-up-content-wrapper form input[type=submit] {
          width: 70px;
          padding: 0;
          font-size: 10px;
          line-height: 11px;
          font-weight: 400;
          color: #a68f54;
          background: transparent;
          border: none;
          cursor: pointer;
          height: 34px;
          position: absolute;
          right: 0;
          top: 0; }
        .pop-up-wrapper .pop-up .pop-up-content-wrapper form .email-form-wrapper {
          position: relative;
          width: 100%; }
          .pop-up-wrapper .pop-up .pop-up-content-wrapper form .email-form-wrapper span {
            display: none; }
          .pop-up-wrapper .pop-up .pop-up-content-wrapper form .email-form-wrapper .verification-bullet {
            position: absolute;
            width: 6px;
            height: 6px;
            left: 2px;
            border-radius: 18px;
            top: 2px; }
          .pop-up-wrapper .pop-up .pop-up-content-wrapper form .email-form-wrapper.valid .verification-bullet {
            background: #00AD3F; }
          .pop-up-wrapper .pop-up .pop-up-content-wrapper form .email-form-wrapper.invalid {
            color: #FF0000; }
            .pop-up-wrapper .pop-up .pop-up-content-wrapper form .email-form-wrapper.invalid span {
              letter-spacing: 0.15em;
              display: block;
              font-size: 7px;
              font-weight: 400;
              line-height: 18px;
              color: #000;
              position: absolute;
              left: 2px;
              top: -14px; }
            .pop-up-wrapper .pop-up .pop-up-content-wrapper form .email-form-wrapper.invalid .verification-bullet {
              background: #FF0000; }

/* ==========================================================================
   The Boutiques
   ========================================================================== */
.gradient-background {
  background: url("../images/the-boutiques/background.jpg"); }
  .gradient-background .breadcrumbs.light {
    background: transparent; }
  @media screen and (max-width: 991px) {
    .gradient-background .the-boutiques {
      padding-left: 40px;
      padding-right: 40px; } }
  .gradient-background .the-boutiques .boutique-wrapper {
    padding-bottom: 100px; }
    @media screen and (max-width: 991px) {
      .gradient-background .the-boutiques .boutique-wrapper {
        padding-bottom: 65px; } }
    .gradient-background .the-boutiques .boutique-wrapper .boutique-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 45px; }
      @media screen and (max-width: 991px) {
        .gradient-background .the-boutiques .boutique-wrapper .boutique-item {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          margin-bottom: 35px; } }
      @media screen and (max-width: 991px) {
        .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-left img {
          width: 100%; } }
      .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
        @media screen and (max-width: 991px) {
          .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right {
            width: 100%;
            max-width: 580px; } }
        @media screen and (max-width: 991px) {
          .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right > .text-header {
            display: none; } }
        .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right > .text-header h2 {
          text-align: left;
          padding-left: 25px; }
        .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right .boutique-down-wrapper {
          padding: 60px 40px 58px 40px; }
          @media screen and (max-width: 991px) {
            .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right .boutique-down-wrapper {
              padding: 20px 15px 20px 15px; } }
          .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right .boutique-down-wrapper .text-header {
            display: none; }
            @media screen and (max-width: 991px) {
              .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right .boutique-down-wrapper .text-header {
                display: block;
                padding: 0; } }
            .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right .boutique-down-wrapper .text-header h2 {
              text-align: left; }
          .gradient-background .the-boutiques .boutique-wrapper .boutique-item .boutique-item-right .boutique-down-wrapper .text-btn {
            float: right; }
  .gradient-background .boutique-slider {
    width: calc(100% - 80px);
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .gradient-background .boutique-slider {
        width: 100%; } }
    .gradient-background .boutique-slider .boutique-slider-item video {
      width: 100%; }
    .gradient-background .boutique-slider .owl-nav {
      display: block;
      top: 50%;
      transform: translateY(-50%); }
      .gradient-background .boutique-slider .owl-nav .owl-prev {
        left: -20px; }
      .gradient-background .boutique-slider .owl-nav .owl-prev:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/the-boutiques/prev-arrow.png);
        width: 7px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain; }
      .gradient-background .boutique-slider .owl-nav .owl-next {
        right: -20px; }
      .gradient-background .boutique-slider .owl-nav .owl-next:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/the-boutiques/next-arrow.png);
        width: 7px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain; }

.newsletter-section.margin-top-0 {
  margin-top: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-main {
  background-color: #fff;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px; }
  @media screen and (max-width: 1300px) {
    .footer-main {
      padding-right: 20px;
      padding-left: 20px; } }
  .footer-main img {
    max-width: 100%;
    height: auto; }
  .footer-main .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative; }
    @media screen and (max-width: 767px) {
      .footer-main .container {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-direction: reverse;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    .footer-main .container ul.footer-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      list-style: none; }
      @media screen and (max-width: 767px) {
        .footer-main .container ul.footer-list {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-bottom: 30px; } }
      .footer-main .container ul.footer-list > li {
        margin-right: 70px; }
        @media screen and (max-width: 991px) {
          .footer-main .container ul.footer-list > li {
            margin-right: 50px; }
            .footer-main .container ul.footer-list > li > .footer-logo {
              display: none; } }
        @media screen and (max-width: 767px) {
          .footer-main .container ul.footer-list > li {
            margin-right: 0;
            text-align: center; } }
        .footer-main .container ul.footer-list > li h3 {
          font-size: 10px;
          font-weight: 500;
          color: #000;
          text-transform: uppercase;
          margin-bottom: 20px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .footer-main .container ul.footer-list > li h3::after {
              content: "";
              position: absolute;
              width: 8px;
              height: 8px;
              background-image: url(../images/footer/arrow-down.svg);
              background-repeat: no-repeat;
              margin-left: 15px;
              bottom: 0; }
            .footer-main .container ul.footer-list > li h3.open::after {
              background-image: url(../images/footer/arrow-up.svg); }
            .footer-main .container ul.footer-list > li h3.open + .footer-sublist {
              display: block; } }
        .footer-main .container ul.footer-list > li ul.footer-sublist {
          list-style: none; }
          @media screen and (max-width: 767px) {
            .footer-main .container ul.footer-list > li ul.footer-sublist {
              margin-bottom: 30px;
              display: none; } }
          .footer-main .container ul.footer-list > li ul.footer-sublist a {
            font-size: 10px;
            font-weight: 400;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
            margin-bottom: 5px; }
            .footer-main .container ul.footer-list > li ul.footer-sublist a:hover {
              color: #a68f54; }
    .footer-main .container .socials {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      width: 25%; }
      @media screen and (max-width: 767px) {
        .footer-main .container .socials {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          width: 100%;
          margin-bottom: 40px; } }
      .footer-main .container .socials span {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
        color: #000;
        margin-right: 15px; }
      .footer-main .container .socials i {
        margin-left: 10px;
        color: #000;
        font-size: 20px; }
        .footer-main .container .socials i:hover {
          color: #a68f54; }
    .footer-main .container .payment {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      right: 0;
      bottom: -20px; }
      @media screen and (max-width: 767px) {
        .footer-main .container .payment {
          left: 0;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .footer-main .container .payment img {
        margin-left: 30px;
        filter: grayscale(100%); }
        @media screen and (max-width: 767px) {
          .footer-main .container .payment img {
            margin-right: 15px;
            margin-left: 15px;
            margin-top: 10px; } }

.copyright {
  position: relative;
  background-color: #000;
  height: 100%;
  padding-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .copyright {
      padding-bottom: 25px; } }
  .copyright .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 20px; }
    @media screen and (max-width: 991px) {
      .copyright .container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding-top: 25px; } }
    .copyright .container .gdpr-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      list-style: none;
      margin-left: 10px; }
      @media screen and (max-width: 991px) {
        .copyright .container .gdpr-list {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          margin-left: 0;
          margin-bottom: 15px; }
          .copyright .container .gdpr-list > li {
            margin-bottom: 5px; } }
      .copyright .container .gdpr-list a {
        text-decoration: none;
        text-transform: uppercase;
        color: #a68f54;
        line-height: 1;
        font-size: 10px;
        opacity: 0.8;
        margin-right: 65px; }
        .copyright .container .gdpr-list a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 991px) {
          .copyright .container .gdpr-list a {
            margin-right: 0; } }
    .copyright .container .copyright-text {
      color: #a68f54;
      line-height: 1;
      font-size: 10px;
      opacity: 0.8;
      margin-right: 25px; }
      @media screen and (max-width: 991px) {
        .copyright .container .copyright-text {
          margin-right: 0;
          line-height: 1.8; }
          .copyright .container .copyright-text > span {
            display: block; } }
