/*------------------------------------------------------------------*
*/
/* 1. IMPORT RESET STYLES */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
:root {
  --base-color-grey: #bbb;
  --base-color-darkgrey: #aaa;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}
b,
strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 2. IMPORT TEXT STYLES */
.style_1 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .style_1 {
    font-size: 22px;
  }
}
.style_2 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .style_2 {
    font-size: 16px;
  }
}
.style_3 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .style_3 {
    font-size: 20px;
  }
}
.style_4 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Great Vibes', handwriting;
  color: #ffffff;
  font-size: 200px;
  line-height: 0.5;
  letter-spacing: 0px;
}
@media (max-width: 1280px) {
  .style_4 {
    font-size: 125px;
  }
}
@media (max-width: 1039px) {
  .style_4 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .style_4 {
    font-size: 50px;
  }
}
.style_5 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Great Vibes', handwriting;
  color: #caa462;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_5 {
    font-size: 22px;
  }
}
.style_6 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_6 {
    font-size: 20px;
  }
}
.style_7 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_7 {
    font-size: 16px;
  }
}
.style_8 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: var(--base-color-darkgrey); /* old: 848484 */
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1039px) {
  .style_8 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .style_8 {
    font-size: 16px;
  }
}
.style_9 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #cccccc;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_9 {
    font-size: 16px;
  }
}
.style_10 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: var(--base-color-grey); /* old: 919191 */
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_10 {
    font-size: 14px;
  }
}
.style_11 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: #caa462;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_11 {
    font-size: 14px;
  }
}
.style_12 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #caa462;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_12 {
    font-size: 16px;
  }
}
.style_13 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: #adadad;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.style_14 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: var(--base-color-darkgrey); /* old: 848484 */
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .style_14 {
    font-size: 20px;
  }
}
.style_15 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: var(--base-color-darkgrey); /* old: 848484 */
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_15 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .style_15 {
    font-size: 16px;
  }
}
.style_16 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: #caa462;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.style_17 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: var(--base-color-grey); /* old: 919191 */
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.style_18 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: var(--base-color-grey); /* old: 919191 */
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.style_19 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
}
/* 3. THEME COLORS */
/* THEME COLORS */
/* 4. DEFAULT STYLES */
body {
  height: 100%;
  background-size: auto;
  background-position: left top;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-image: url(../images/body-bg.jpg);
}
body *:focus {
  outline: none;
}
input:hover,
button:hover,
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
p,
span,
h2,
a {
  display: block;
  transition: 0.3s;
}
p,
span,
h2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  transition: 0.3s;
  outline: 0;
}
img {
  max-width: 100%;
}
.wow {
  visibility: hidden;
}
.tc {
  text-align: center;
}
.jfe {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.tl {
  text-align: left;
}
.jc {
  -ms-flex-pack: center;
      justify-content: center;
}
.ac {
  -ms-flex-align: center;
      align-items: center;
}
.tr {
  text-align: right;
}
.container {
  line-height: 0;
}
/* POPUP VIDEO STYLES */
.section_popup {
  display: none;
  position: fixed;
  z-index: 1040;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}
.section_popup .table {
  padding: 0px 15px;
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section_popup .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0px;
}
.section_popup__close {
  position: absolute;
  top: -30px;
  right: 0px;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.section_popup__close i {
  color: #fff;
}
.section_popup__close:hover {
  opacity: 1;
}
.section_popup__content {
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section_popup__content_video {
  width: 100%;
  padding: 0;
}
.section_popup__content_video iframe {
  width: 100%;
  height: 480px;
}
/* DEFAULT BUTTON STYLES */
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
  border-radius: 0;
  line-height: 24px;
  border: 3px solid;
  font-family: 'Playfair Display', serif;
  /* Button size classes */
}
.btn:focus {
  box-shadow: none;
}
.btn-sm {
  font-size: 16px;
  padding: 9px 15px;
}
.btn-md {
  padding: 12px 30px;
  font-size: 14px;
}
.btn-lg {
  font-size: 16px;
  padding: 16px 53px;
}
.btn--preset-1 {
  color: #caa462;
  background: transparent;
  border-color: #caa462;
}
.btn--preset-1:hover,
.btn--preset-1:focus {
  color: #ffffff;
  background: #caa462;
  border-color: #caa462;
}
.btn--preset-2 {
  letter-spacing: 0.6px;
  color: #caa462;
  background: transparent;
  border-color: #caa462;
}
.btn--preset-2:hover,
.btn--preset-2:focus {
  color: #caa462;
  background: #252525;
  border-color: #252525;
}
.btn--preset-3 {
  color: #ffffff;
  background: #caa462;
  border-color: #caa462;
}
.btn--preset-3:hover,
.btn--preset-3:focus {
  color: #ffffff;
  background: #adadad;
  border-color: #adadad;
}
.btn--preset-4 {
  color: #ffffff;
  background: #252525;
  border-color: transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  padding: 18px 32px;
}
.btn--preset-4:before {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 7px;
  line-height: inherit;
  font-size: 14px;
  transition: 0.3s;
  content: '\f07a';
  color: #ffffff;
  font-family: 'FontAwesome';
  font-weight: 400;
}
.btn--preset-4:hover,
.btn--preset-4:focus {
  color: #ffffff;
  background: #caa462;
}
.btn--preset-4:hover:before,
.btn--preset-4:focus:before {
  color: #ffffff;
}
.btn--preset-5 {
  color: #ffffff;
  background: #252525;
  border-color: transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  padding: 18px 32px;
}
.btn--preset-5:before {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 7px;
  line-height: inherit;
  font-size: 14px;
  transition: 0.3s;
  content: '\f24e';
  color: #ffffff;
  font-family: 'FontAwesome';
  font-weight: 400;
}
.btn--preset-5:hover,
.btn--preset-5:focus {
  color: #ffffff;
  background: #caa462;
}
.btn--preset-5:hover:before,
.btn--preset-5:focus:before {
  color: #ffffff;
}
/* DEFAULT SOCIAL BUTTON STYLES */
.socials li {
  display: inline-block;
}
.socials li:not(:first-child) {
  margin-left: 30px;
}
.socials li a {
  color: #cccccc;
  width: auto;
  height: auto;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.socials li a:hover,
.socials li a:focus {
  color: #caa462;
}
/* DEFAULT NAVBAR STYLES */
.dropdown-toggle {
  display: none;
}
.navbar {
  padding: 0;
  transition: 0.3s;
}
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  outline: none !important;
  background: #ffffff;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #caa462;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}
.navbar-toggler-invert {
  background: #ffffff;
}
.navbar .lnr-menu {
  display: none;
}
.navbar-expand-md .navbar-nav {
  -ms-flex-pack: center;
      justify-content: center;
}
.navbar-expand-md .navbar-nav li {
  position: relative;
}
.navbar-expand-md .navbar-nav li:not(:last-child) {
  margin-right: 30px;
}
.navbar-expand-md .navbar-nav li .nav-link {
  display: block;
  color: var(--base-color-grey); /* old: 919191 */
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  white-space: nowrap;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}
.navbar-expand-md .navbar-nav li:hover .nav-link,
.navbar-expand-md .navbar-nav li:focus .nav-link {
  color: #caa462;
}
.navbar-expand-md .navbar-nav li.active .nav-link {
  color: #caa462;
}
.dropdown-menu {
  transition: 0.3s;
  top: calc(100% + 13px);
  margin: 0;
  padding: 10px 0;
  border-radius: 0;
  background: #000000;
  min-width: 200px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  border: 1px solid transparent;
}
.dropdown-menu:before {
  position: absolute;
  top: -15px;
  height: 15px;
  left: 0;
  width: 100%;
  content: "";
}
.dropdown-menu li {
  width: 100%;
  margin: 0;
}
.dropdown-menu li a {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 30px;
  color: var(--base-color-darkgrey); /* old: 848484 */
  position: relative;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  color: #caa462;
}
.breadcrumbs {
  padding: 40px 0;
  background-image: url(../images/bread-bg.jpg);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}
.breadcrumbs .breadcrumb {
  padding: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb-item {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #cccccc;
  line-height: 17px;
  margin-right: 10px;
  padding-left: 0;
}
.breadcrumbs .breadcrumb-item.active {
  color: #caa462;
}
.breadcrumbs .breadcrumb-item:before {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #cccccc;
  margin-right: 10px;
  padding-right: 0;
}
.breadcrumbs .breadcrumb-item a {
  color: #cccccc;
  line-height: 17px;
}
.breadcrumbs .breadcrumb-item a:hover {
  color: #caa462;
}
.section-shop-divider {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #36373e;
}
/* DEFAULT WRAPPER STYLES */
/* HEADER STYLES */
.header {
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 1000;
}
.header-top {
  padding: 20px 0;
  background-size: auto;
  background-position: left top;
  background-repeat: repeat-y;
  background-image: url(../images/header-top-bg.jpg);
}
.header-top__box {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.header-top__box--text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.2;
  color: #6a6a6a;
  font-family: 'Titillium Web', sans-serif;
}
.header-top__box--link {
  font-size: 14px;
  line-height: 1.2;
  color: #6a6a6a;
  font-family: 'Titillium Web', sans-serif;
  padding-right: 5px;
}
.header-top__box--link:hover {
  color: #ffffff;
}
.header-top__box p {
  margin: 0;
}
.header-top__box--icon {
  font-size: 14px;
  line-height: 1.2;
  color: #6a6a6a;
  padding-right: 5px;
}
.header-bottom {
  transition: 0.3s;
  padding: 60px 0 40px;
}
.header-bottom_search {
  position: relative;
  width: 70%;
}
.header-bottom_search-field {
  height: 41px;
  padding: 5px 50px 5px 20px;
  background: transparent;
  border: none;
  font: 400 14px/1 'Titillium Web';
  color: var(--base-color-darkgrey); /* old: 848484 */
  border: 1px solid #848484;
  position: relative;
  width: 100%;
}
.header-bottom_search-field-icon {
  top: 0;
  right: 0;
  left: auto;
  width: 40px;
  height: 100%;
  font: 20px/40px 'FontAwesome';
  cursor: pointer;
  color: #6a6a6a;
  transition: 0.3s;
  text-align: center;
  background: transparent;
  position: absolute;
}
.header-bottom_search-field-icon:hover {
  color: #caa462;
}
.header-bottom_search-field-icon:before {
  content: "\f002";
}
.header-bottom_logo {
  text-align: center;
  transition: 0.3s;
  /* padding-bottom: 40px; */
}
.header-bottom_store li {
  display: inline-block;
  position: relative;
}
.header-bottom_store li:not(:first-child) {
  margin-left: 27px;
}
.header-bottom_store li span:not(.fa, .fab, .fal, .far, .fas) {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  right: -26px;
  top: -3px;
  background: #36373e;
  color: #ffffff;
  text-align: center;
  font-family: 'Titillium', sans-serif;
  line-height: 23px;
  font-weight: 500;
  font-size: 12px;
  transition: 0.3s;
  letter-spacing: 0;
}
.header-bottom_store li a {
  color: #6a6a6a;
  font-size: 16px;
  text-align: center;
}
.header-bottom_store li a:hover,
.header-bottom_store li a:focus {
  color: #caa462;
}
.header-bottom .ac {
  -ms-flex-align: center;
      align-items: center;
}
.section-products {
  padding: 60px 0 30px;
}
.section-products__title {
  text-align: center;
  padding-bottom: 40px;
}
.section-products__title .style_8 {
  padding-bottom: 10px;
}
.section-products__product {
  margin-bottom: 40px;
}
.section-products__product--image {
  position: relative;
}
.section-products__product--image:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1%;
  background-color: transparent;
  transition: 0.3s;
}
.section-products__product--image:after {
  z-index: 5;
  left: 50%;
  top: 50%;
  opacity: 1;
  font: 26px/1 'FontAwesome';
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  content: "\f06e";
  color: transparent;
  transition: 0.3s;
}
.section-products__product--image_label {
  top: 10px;
  background: #36373e;
  right: auto;
  left: 10px;
  text-align: center;
  min-width: 0;
  position: absolute;
  padding: 5px 7px 6px;
  line-height: 12px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0px;
  z-index: 2;
}
.section-products__product--image:hover:before {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-products__product--image:hover:after {
  color: #caa462;
}
.section-products__product--title {
  font-weight: 400;
  font-style: normal;
  /* font-family: 'Playfair Display', serif; */
  color: #6a6a6a;
  /* font-size: 14px; */
  font-size: 16px;
  /* line-height: 1.4; */
  line-height: calc(21 / 16);
  letter-spacing: 0px;
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
  transition: 0.3s;
}
.section-products__product--title:hover {
  color: #caa462;
}
.section-products__product--price {
  margin-top: 10px;
  font-weight: 600;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: var(--base-color-darkgrey); /* old: 848484 */
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.section-products__product .btn {
  margin-top: 15px;
}
/*. PAGE HOME STYLES */
.wrapper-home .section-slider--carousel.owl-carousel {
  width: 100%;
  margin: 0 auto;
}
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-prev,
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-next {
  background-color: #36373e;
  border-color: transparent;
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: 0.4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
}
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-prev span,
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-prev:hover,
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #1f1f23;
}
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-prev:before {
  font-size: 24px;
  content: "\f104";
  font-family: FontAwesome;
}
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.wrapper-home .section-slider--carousel.owl-carousel .owl-nav button.owl-next:before {
  font-size: 24px;
  content: "\f105";
  font-family: FontAwesome;
}
.wrapper-home .section-slider--carousel.owl-carousel .owl-dots {
  display: none;
}
.wrapper-home .section-slider--carousel.owl-carousel .slide-item {
  padding: 180px 0 200px;
}
.wrapper-home .section-slider--carousel.owl-carousel .slide1 {
  width: 100%;
  background-image: url(../images/slide1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-home .section-slider--carousel.owl-carousel .slide2 {
  width: 100%;
  background-image: url(../images/slide2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-home .section-slider--carousel.owl-carousel .slide3 {
  width: 100%;
  background-image: url(../images/slide3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-home .section-slider__content {
  text-align: center;
}
.wrapper-home .section-slider__content .style_1 {
  padding-bottom: 20px;
}
.wrapper-home .section-slider__content .style_2 {
  padding-top: 20px;
}
.wrapper-home .section-slider__content .style_3 {
  padding-top: 30px;
}
.wrapper-home .section-slider__content img {
  width: auto;
  margin: 0 auto;
}
.wrapper-home .section-slider__content .btn {
  margin-top: 30px;
}
.wrapper-home .section-brand {
  padding: 40px 0;
}
.wrapper-home .section-brand__image {
  text-align: center;
}
.wrapper-home .section-brand__image img {
  filter: grayscale(1);
  transition: 0.3s;
}
.wrapper-home .section-brand__image:hover img {
  filter: grayscale(0);
}
.wrapper-home .section-sales__layout {
  display: -ms-flexbox;
  display: flex;
}
.wrapper-home .section-sales__wrap {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 648px;
}
.wrapper-home .section-sales__block1 {
  padding: 15px;
  background-image: url(../images/sales_banner1.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100%;
}
.wrapper-home .section-sales__block1:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  background: rgba(31, 31, 35, 0.6);
  position: absolute;
  z-index: -1;
}
.wrapper-home .section-sales__block1:hover:before {
  background: transparent;
}
.wrapper-home .section-sales__block1--content {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.34);
  text-align: center;
  padding: 215px 170px 140px;
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
}
.wrapper-home .section-sales__block1--content .style_3 {
  text-align: right;
}
.wrapper-home .section-sales__block1--content .style_3:hover,
.wrapper-home .section-sales__block1--content .style_4:hover {
  color: #ffffff;
}
.wrapper-home .section-sales__block1--content .btn {
  margin-top: 30px;
}
.wrapper-home .section-sales__block2 {
  padding: 130px 60px;
  background-image: url(../images/sales_banner2.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100%;
}
.wrapper-home .section-sales__block2:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  background: rgba(31, 31, 35, 0.6);
  position: absolute;
  z-index: -1;
}
.wrapper-home .section-sales__block2:hover:before {
  background: transparent;
}
.wrapper-home .section-sales__block2--content {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid;
  border-color: #525252;
  text-align: center;
  padding: 75px 20px;
}
.wrapper-home .section-sales__block2--content .style_5 {
  margin-bottom: 20px;
}
.wrapper-home .section-sales__block2--content .style_5:hover {
  color: #caa462;
}
.wrapper-home .section-sales__block2--content .style_6 {
  margin-bottom: 20px;
}
.wrapper-home .section-sales__block2--content .style_7:hover,
.wrapper-home .section-sales__block2--content .style_6:hover {
  color: #ffffff;
}
.wrapper-home .section-sales__block2--content .btn {
  margin-top: 40px;
}
.wrapper-home .section-products {
  padding: 60px 0 30px;
}
.wrapper-home .section-products__title {
  text-align: center;
  padding-bottom: 40px;
}
.wrapper-home .section-products__title .style_8 {
  padding-bottom: 10px;
}
.wrapper-home .section-products__product {
  margin-bottom: 40px;
}
.wrapper-home .section-products__product--image {
  position: relative;
}
.wrapper-home .section-products__product--image:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1%;
  background-color: transparent;
  transition: 0.3s;
}
.wrapper-home .section-products__product--image:after {
  z-index: 5;
  left: 50%;
  top: 50%;
  opacity: 1;
  font: 26px/1 'FontAwesome';
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  content: "\f06e";
  color: transparent;
  transition: 0.3s;
}
.wrapper-home .section-products__product--image_label {
  top: 10px;
  background: #36373e;
  right: auto;
  left: 10px;
  text-align: center;
  min-width: 0;
  position: absolute;
  padding: 5px 7px 6px;
  line-height: 12px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0px;
  z-index: 2;
}
.wrapper-home .section-products__product--image:hover:before {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper-home .section-products__product--image:hover:after {
  color: #caa462;
}
.wrapper-home .section-products__product--title {
  font-weight: 400;
  font-style: normal;
  font-family: 'Playfair Display', serif;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s;
}
.wrapper-home .section-products__product--title:hover {
  color: #caa462;
}
.wrapper-home .section-products__product--price {
  margin-top: 10px;
  font-weight: 600;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: var(--base-color-darkgrey); /* old: 848484 */
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.wrapper-home .section-products__product .btn {
  margin-top: 15px;
}
.wrapper-home .section-blog {
  background-image: url(../images/home-blog-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 30px;
}
.wrapper-home .section-blog__title {
  text-align: center;
  padding-bottom: 40px;
}
.wrapper-home .section-blog__title .style_8 {
  padding-bottom: 10px;
}
.wrapper-home .section-blog__info {
  padding: 50px 0 40px;
}
.wrapper-home .section-blog__info a {
  margin-bottom: 16px;
  transition: 0.3s;
}
.wrapper-home .section-blog__info a:hover {
  color: #caa462;
}
.wrapper-home .section-blog__info span {
  margin-top: 16px;
}
.wrapper-home .section-choose {
  background-image: url(../images/home-choose-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 30px;
}
.wrapper-home .section-choose__title {
  text-align: center;
  padding-bottom: 40px;
}
.wrapper-home .section-choose__title .style_8 {
  padding-bottom: 10px;
}
.wrapper-home .section-choose__icon {
  font-size: 32px;
  color: #adadad;
}
.wrapper-home .section-choose__info {
  padding: 25px 0 30px;
}
.wrapper-home .section-choose__info .style_12 {
  margin-bottom: 25px;
}
.wrapper-home .section-testimonials {
  padding: 60px 0 30px;
}
.wrapper-home .section-testimonials__title {
  text-align: center;
  padding-bottom: 40px;
}
.wrapper-home .section-testimonials__title .style_8 {
  padding-bottom: 10px;
}
.wrapper-home .section-testimonials__icon {
  font-size: 24px;
  color: #caa462;
}
.wrapper-home .section-testimonials__info {
  padding: 30px;
  background: #252525;
}
.wrapper-home .section-testimonials__info .style_10 {
  margin-top: 24px;
}
.wrapper-home .section-testimonials__profile {
  padding: 30px 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.wrapper-home .section-testimonials__profile--pic {
  border-radius: 50%;
  margin-right: 23px;
}
.wrapper-home .section-testimonials__profile--info .style_12 {
  color: #cccccc;
}
.wrapper-team-member .section-member {
  padding: 80px 0;
}
.wrapper-team-member .section-member .style_14 {
  margin: 20px 0;
}
.wrapper-team-member .section-member .style_15 {
  margin-bottom: 25px;
}
.wrapper-team-member .section-member__socials {
  padding: 10px 0 30px;
}
.wrapper-team-member .section-member__form {
  margin: 30px 0;
}
.wrapper-team-member .section-member__form-group {
  position: relative;
}
.wrapper-team-member .section-member__form-group:not(:last-child) {
  margin-bottom: 10px;
}
.wrapper-team-member .section-member__form-field {
  color: var(--base-color-grey); /* old: 919191 */
  background-color: #000000;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid;
  border-color: #36373e;
  padding: 9px 15px;
  font-size: 16px;
  line-height: 28px;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  width: 100%;
  height: auto;
}
.wrapper-team-member .section-member__form-field-textarea {
  height: 118px;
  resize: none;
}
.wrapper-team-member .section-member__form-field.form-control {
  box-shadow: none;
}
.wrapper-team-member .section-member__form-field.form-control:focus {
  box-shadow: none;
  border-color: #36373e;
}
.wrapper-team-member .section-member__form-error {
  border-color: #1f1f23;
}
.wrapper-team-member .section-member__form-group label {
  font-size: 11px;
  text-align: left;
  display: block;
  top: 2px;
  right: 10px;
  position: absolute;
  color: #1f1f23;
  transition: 0.3s;
  padding-top: 3px;
  border: none;
}
.wrapper-team-member .section-member__form ::-webkit-input-placeholder {
  color: var(--base-color-grey); /* old: 919191 */
  opacity: 1;
}
.wrapper-team-member .section-member__form :-ms-input-placeholder {
  color: var(--base-color-grey); /* old: 919191 */
  opacity: 1;
}
.wrapper-team-member .section-member__form ::placeholder {
  color: var(--base-color-grey); /* old: 919191 */
  opacity: 1;
}
.wrapper-team-member .section-member__form :-ms-input-placeholder {
  color: var(--base-color-grey); /* old: 919191 */
}
.wrapper-team-member .section-member__form ::-ms-input-placeholder {
  color: var(--base-color-grey); /* old: 919191 */
}
.wrapper-team-member .section-member__form .btn {
  float: left;
}
.wrapper-team-member .section-member__form .result-success {
  color: #cccccc;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.wrapper-team-member .section-member__form .result-error {
  color: #1f1f23;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.wrapper-shop .section-shop {
  padding: 60px 0 30px;
}
.wrapper-shop .section-shop .style_9 {
  color: var(--base-color-grey); /* old: 919191 */
}
.wrapper-shop .section-shop .categories-list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.wrapper-shop .section-shop .categories-list-active {
  color: #caa462;
}
.wrapper-shop .section-shop .categories-list li {
  padding: 5px 0;
}
.wrapper-shop .section-shop .categories-list li a:hover {
  color: #caa462;
}
.wrapper-shop .section-shop__space {
  padding-top: 40px;
  padding-bottom: 30px;
}
.wrapper-shop .section-shop-divider {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #36373e;
}
.wrapper-shop .section-shop__filters {
  padding: 10px;
  border-bottom: 1px solid #36373e;
  margin-bottom: 40px;
}
.wrapper-shop .section-shop__filters--wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}
.wrapper-shop .section-shop__filters--wrap input {
  box-sizing: border-box;
  line-height: 27px;
  min-height: 27px;
  padding: 0px 0px 0px 10px;
  border: 0px;
  box-shadow: 0px 0px 0px 1px #848484;
  background: transparent;
  width: 112px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: #adadad;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.wrapper-shop .section-shop__filters--wrap .input-spacer {
  font-weight: 400;
  font-style: normal;
  font-family: 'Titillium Web', sans-serif;
  color: #adadad;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  padding: 0 5px;
}
.wrapper-shop .section-shop__filters--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.wrapper-shop .section-shop__filters--buttons .btn {
  margin: 10px;
}
.wrapper-shop .section-shop__product--list {
  padding: 0 10px 0 30px;
  border-left: 1px solid #36373e;
}
.wrapper-shop .section-shop__product--list h3 {
  margin-bottom: 40px;
}
.wrapper-shop .section-shop__product--list .items_per_page {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
}
.wrapper-shop .section-shop__product--list .items_per_page--bottom {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.wrapper-shop .section-shop__product--list .items_per_page--show,
.wrapper-shop .section-shop__product--list .items_per_page--sort {
  width: 50%;
}
.wrapper-shop .section-shop__product--list .items_per_page--show span,
.wrapper-shop .section-shop__product--list .items_per_page--sort span {
  display: inline-block;
  margin-right: 5px;
}
.wrapper-shop .section-shop__product--list .items_per_page--show select,
.wrapper-shop .section-shop__product--list .items_per_page--sort select {
  display: inline-block;
  position: relative;
  top: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  padding: 10px 14px;
  background: #252525;
  font: 400 14px/1 'Titillium Web';
  color: var(--base-color-grey); /* old: 919191 */
  border: 1px solid #36373e;
}
.wrapper-single-product .section-product {
  padding: 80px 0;
}
.wrapper-single-product .section-product__detail {
  padding: 10px 0;
  margin-bottom: 10px;
}
.wrapper-single-product .section-product__detail li {
  display: inline-block;
}
.wrapper-single-product .section-product__detail li:last-child {
  margin-left: 20px;
}
.wrapper-single-product .section-product .style_9 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.wrapper-single-product .section-product .style_7 {
  color: #caa462;
  padding-bottom: 50px;
}
.wrapper-single-product .section-product .style_10 {
  margin-bottom: 10px;
}
.wrapper-single-product .section-product__quantity {
  line-height: normal;
  outline: none;
  width: 54px;
  height: 54px;
  background: #252525;
  border: 1px solid #36373e;
  color: var(--base-color-grey); /* old: 919191 */
  text-align: center;
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.wrapper-single-product .section-product__buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.wrapper-single-product .section-product__buttons--wrap {
  width: 50%;
}
.wrapper-single-product .section-product__gallery {
  height: 100%;
}
.wrapper-single-product .section-product__gallery--mobile {
  display: none;
}
.wrapper-single-product .section-history__tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  border-bottom: none;
}
.wrapper-single-product .section-history__tabs--content {
  padding: 35px 0;
  background-color: transparent;
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-color: #393939;
}
.wrapper-single-product .section-history__tabs--content .container {
  padding: 0;
}
.wrapper-single-product .section-history__tabs--content .style_9 {
  color: var(--base-color-grey); /* old: 919191 */
  padding-bottom: 30px;
}
.wrapper-single-product .section-history__tabs--content .style_10 {
  padding-bottom: 25px;
}
.wrapper-single-product .section-history__item:not(:last-child) {
  margin-right: 3px;
}
.wrapper-single-product .section-history__link {
  font-size: 12px;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-color: #393939;
  background-color: #141414;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  line-height: 17px;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 700;
  color: #6a6a6a;
  letter-spacing: 1px;
}
.wrapper-single-product .section-history__link.active {
  background-color: transparent;
  color: #caa462;
}
.wrapper-single-product .section-history__link:hover {
  background-color: transparent;
  color: #caa462;
}
.wrapper-single-product .section-related {
  padding: 60px 0 50px;
}
.wrapper-single-product .section-related .style_9 {
  text-align: left;
  color: var(--base-color-grey); /* old: 919191 */
  padding-bottom: 40px;
}
.wrapper-blog .section-posts {
  padding: 65px 0;
}
.wrapper-blog .section-posts-list .btn:before {
  display: none;
}
.wrapper-blog .section-posts-list li:not(.tags__item,.nav-item) { border-bottom: 1px solid #36373e; padding: 0 0 20px; }
.wrapper-blog .section-posts-list li:not(.tags__item,.nav-item):not(:first-child) { padding-top: 20px; }
.wrapper-blog .section-posts-list li:not(.tags__item,.nav-item) a { margin-bottom: 10px; }
.wrapper-blog .section-posts-list li:not(.tags__item,.nav-item) a:hover { color: #caa462; }
.wrapper-blog .section-posts-list li:not(.tags__item) span {
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 26px;
}
.wrapper-blog .section-posts-list li:not(.tags__item) span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: '\f073';
  font-family: 'FontAwesome';
  display: inline-block;
  line-height: 1;
}
.wrapper-blog .section-posts-list li:not(.tags__item) img {
  margin-bottom: 20px;
}
.wrapper-blog .section-posts-list li:not(.tags__item) p {
  margin-bottom: 20px;
}
.wrapper-blog .section-posts-list li:not(.tags__item) .btn {
  margin: 0;
}
.wrapper-blog .section-posts-list li:not(.tags__item) .btn:hover {
  color: #ffffff;
}
.wrapper-blog .section-posts .recent-posts-list {
  margin-top: 20px;
}
.wrapper-blog .section-posts .recent-posts-list li:not(:last-child) {
  margin-bottom: 20px;
}
.wrapper-blog .section-posts .recent-posts-list li img {
  margin-bottom: 20px;
}
.wrapper-blog .section-posts .recent-posts-list li a a:hover {
  color: #caa462;
}
.wrapper-blog .section-posts .categories-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wrapper-blog .section-posts .categories-list li:not(:last-child) {
  margin-bottom: 13px;
}
.wrapper-blog .section-posts .categories-list li a:hover {
  color: #caa462;
}
.wrapper-single-post .section-post {
  padding: 65px 0;
}
/* .wrapper-single-post */
.section-post-content a { margin-bottom: 20px; }
.section-post-content a:hover { color: #caa462; }
.section-post-content img { margin-bottom: 20px; }
.section-post-content p { margin-bottom: 22px; }
.section-post-content .btn { margin: 0; }
.section-post-content .btn:hover { color: #ffffff; }
.wrapper-single-post .section-post-date {
  margin-bottom: 30px;
}
.wrapper-single-post .section-post-date li {
  position: relative;
  display: inline-block;
}
.wrapper-single-post .section-post-date li:not(:last-child) {
  margin-right: 63px;
}
.wrapper-single-post .section-post-date li span {
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 26px;
}
.wrapper-single-post .section-post-date li span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: '\f073';
  font-family: 'FontAwesome';
  display: inline-block;
  line-height: 1;
}
.wrapper-single-post .section-post-share {
  margin-bottom: 40px;
}
.wrapper-single-post .section-post-share li {
  display: inline-block;
}
.wrapper-single-post .section-post-share li:not(:last-child) {
  margin-right: 12px;
}
.wrapper-single-post .section-post-share li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 0px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
  text-align: center;
  margin-bottom: 0;
}
.wrapper-single-post .section-post-share li a i {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.wrapper-single-post .section-post-share li a:hover {
  opacity: 1;
  color: #ffffff;
}
.wrapper-single-post .section-post-share li a.facebook {
  background: #3b5998;
}
.wrapper-single-post .section-post-share li a.twitter {
  background: #55acee;
}
.wrapper-single-post .section-post-share li a.googleplus {
  background: #dd4b39;
}
.wrapper-single-post .section-post-share li a.linkedin {
  background: #0077b5;
}
.wrapper-single-post .section-post-share li a.pinterest {
  background: #cb2027;
}
.wrapper-single-post .section-post-discus {
  margin-top: 150px;
}
.wrapper-single-post .section-post .style_2 {
  color: #000000;
}
.wrapper-single-post .section-post .categories-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wrapper-single-post .section-post .categories-list li:not(:last-child) {
  margin-bottom: 13px;
}
.wrapper-single-post .section-post .categories-list li a:hover {
  color: #caa462;
}
.wrapper-single-post .section-post .recent-posts-list {
  margin-top: 40px;
}
.wrapper-single-post .section-post .recent-posts-list .style_5 {
  color: var(--base-color-darkgrey); /* old: 848484 */
}
.wrapper-single-post .section-post .recent-posts-list li:not(:last-child) {
  margin-bottom: 40px;
}
.wrapper-single-post .section-post .recent-posts-list li img {
  margin-bottom: 20px;
}
.wrapper-single-post .section-post .recent-posts-list li a a:hover {
  color: #caa462;
}
/* 18. FOOTER */
.footer {
  padding: 80px 0;
  background: #6a6a6a;
  text-align: center;
  background-image: url(../images/footer_bg.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: auto;
}
.footer .navbar {
  padding: 40px 0 20px;
}
.footer_logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: 0.3s;
  -ms-flex-align: center;
      align-items: center;
}
.to-top {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  text-align: center;
  z-index: 1200;
  cursor: pointer;
  background: #caa462;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 50%;
}
.to-top:before {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 400;
  color: #ffffff;
}
.to-top:hover,
.to-top:focus {
  text-decoration: none;
  background: #919191;
}
.to-top:hover:before,
.to-top:focus:before {
  color: #ffffff;
}
.to-top-visible {
  opacity: 1;
  visibility: visible;
  bottom: 80px;
}
