.container {
  padding-left: 24px;
  padding-right: 24px; }

.container-fluid {
  padding-left: 24px;
  padding-right: 24px; }

.row {
  margin-left: -24px;
  margin-right: -24px; }

.col, [class*="col-"] {
  padding-left: 24px;
  padding-right: 24px; }

.row .col, .row [class*="col-"] {
  padding-left: 24px;
  padding-right: 24px; }

.box {
  padding-bottom: 72px;
  padding-top: 72px; }
  .box:first-child {
    margin-top: 0; }
  .box:last-child {
    margin-bottom: 0; }

@media (min-width: 1600px) {
  .container {
    padding-left: 36px;
    padding-right: 36px; }

  .container-fluid {
    padding-left: 36px;
    padding-right: 36px; }

  .row {
    margin-left: -36px;
    margin-right: -36px; }

  .row .col, .row [class*="col-"] {
    padding-left: 36px;
    padding-right: 36px; }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .box {
    padding-bottom: 96px;
    padding-top: 96px; } }
@media (min-width: 1921px) {
  .container-fluid {
    max-width: 1920px; }
    .container-fluid.full-width {
      max-width: none; } }
section {
  padding-top: 4rem; }

a, .btn, .button, button, input, textarea {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/* ANIMATIONS */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.color {
  color: #987943; }

::selection {
  background: #987943;
  color: #ffffff; }

::-moz-selection {
  background: #987943;
  color: #ffffff; }

p, ul, ol, iframe, table, address, form {
  margin-bottom: 1.5rem; }

ol, ul {
  padding-left: 1.5rem; }
  ol li, ul li {
    margin-bottom: 0.25rem; }
    ol li ol, ol li ul, ul li ol, ul li ul {
      margin-top: 0.25rem; }

ul {
  list-style-type: square; }
  ul.no-style {
    list-style-type: none;
    padding-left: 0; }

/*article li {margin-bottom: 6px;
    &:last-child {margin-bottom: 0;}
}*/
a {
  color: #987943;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:active {
    background-color: transparent;
    box-shadow: none !important;
    outline: 0;
    text-decoration: none; }
  a:focus {
    color: #987943;
    outline: 0;
    text-decoration: none; }
  a:hover {
    color: #987943;
    text-decoration: none; }

button:focus {
  outline: none; }

.btn, .button, button:not(.menu-toggler) {
  background-color: #987943;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lora", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  opacity: 1;
  padding: 12px 24px;
  text-transform: none; }
  .btn:focus, .btn:hover, .button:focus, .button:hover, button:not(.menu-toggler):focus, button:not(.menu-toggler):hover {
    background-color: #1a1a1a;
    border-color: transparent;
    box-shadow: none !important;
    color: #ffffff;
    opacity: 1; }
  .btn:disabled[disabled], .button:disabled[disabled], button:not(.menu-toggler):disabled[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }

.btn:after {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-size: 0.6875rem;
  font-weight: 900;
  margin-left: 12px; }
.btn.back:after {
  display: none; }
.btn.back:before {
  content: "\f30a";
  font-family: 'Font Awesome 5 Free';
  font-size: 0.6875rem;
  font-weight: 900;
  margin-right: 12px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .headline {
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: 1.614em;
  position: relative;
  text-transform: none; }

h1, .h1, h2, .h2 {
  font-size: 40px;
  font-weight: 700; }

h3, .h3 {
  font-size: 30px;
  font-weight: 700; }

h4, .h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase; }

strong, b {
  color: #1a1a1a;
  font-weight: 700; }

p em {
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: 400; }

article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4, article h5, article .h5 {
  text-transform: none; }

table {
  border: none;
  border-top: 3px #987943 solid;
  width: 100%; }

th, td {
  border-bottom: 1px #d9d9d9 solid;
  border-top: 1px #d9d9d9 solid; }

th, td, .table th, .table td {
  padding: 14px; }

th {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 900;
  padding-bottom: 18px;
  padding-top: 18px;
  text-transform: uppercase; }

.nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 16px; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
    .nav-tabs .nav-item .show .nav-link {
      color: #987943; }
  .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #bfbfbf;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 24px;
    position: relative;
    text-transform: uppercase; }
    .nav-tabs .nav-link:before {
      background-color: #987943;
      content: "";
      display: block;
      height: 1px;
      left: 24px;
      position: absolute;
      opacity: 0;
      right: 24px;
      top: -18px; }
    .nav-tabs .nav-link.active {
      color: #1a1a1a; }
      .nav-tabs .nav-link.active:before {
        opacity: 1; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      color: #1a1a1a; }
      .nav-tabs .nav-link:focus:before, .nav-tabs .nav-link:hover:before {
        opacity: 1; }

hr {
  border-top-color: #ebebeb;
  border-top-style: solid;
  margin-bottom: 36px;
  margin-top: 36px; }

.read-more {
  color: #1a1a1a;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  top: -12px; }
  .read-more:before {
    background-color: #987943;
    content: "";
    width: 30px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }
  .read-more:focus, .read-more:hover {
    color: #1a1a1a; }

.dark {
  background: #1a1a1a url(../images/layout/bg.jpg) right center repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: none;
  color: #bfbfbf; }
  .dark a:focus, .dark a:hover {
    color: #ffffff; }
  .dark .btn, .dark .button {
    color: #ffffff;
    border-color: #808080; }
    .dark .btn:focus, .dark .btn:hover, .dark .button:focus, .dark .button:hover {
      border-color: transparent; }
  .dark h1, .dark .h1, .dark h2, .dark .h2, .dark h3, .dark .h3, .dark h4, .dark .h4, .dark h5, .dark .h5 {
    color: #ffffff; }
  .dark .lead, .dark strong {
    color: #ffffff; }

.mark, mark {
  background-color: #987943;
  color: #ffffff;
  padding: .2em; }

i {
  margin-right: 4px; }

input[type=checkbox], input[type=radio] {
  display: inline-block;
  margin-right: 0.25rem;
  position: relative;
  top: 2px;
  width: auto; }

body {
  background-color: #ffffff;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative; }
  body.slide-from-left-open {
    overflow: hidden; }
    body.slide-from-left-open header.header, body.slide-from-left-open main, body.slide-from-left-open aside, body.slide-from-left-open footer.footer, body.slide-from-left-open .slide-from-left {
      -webkit-transform: translateX(260px);
      transform: translateX(260px); }
    body.slide-from-left-open .slide-from-left-wrap {
      opacity: 1;
      pointer-events: all;
      visibility: visible; }
  body.slide-from-right-open {
    overflow: hidden; }
    body.slide-from-right-open header.header, body.slide-from-right-open main, body.slide-from-right-open aside, body.slide-from-right-open footer.footer, body.slide-from-right-open .slide-from-right {
      -webkit-transform: translateX(-260px);
      transform: translateX(-260px); }
    body.slide-from-right-open .slide-from-right-wrap {
      opacity: 1;
      pointer-events: all;
      visibility: visible; }

header.header, main, aside, footer.footer, .slide-from-left, .slide-from-right {
  -webkit-transition: padding 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out, transform 0.3s ease-in-out; }

/* HEADER */
header.header {
  background-color: #ffffff;
  color: #1a1a1a;
  left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10; }
  header.header.sticky {
    box-shadow: 0px 4px 63px -32px rgba(0, 0, 0, 0.9);
    padding-bottom: 15px;
    padding-top: 15px; }
    header.header.sticky .navbar-expand-lg li.current-menu-item a, header.header.sticky .navbar-expand-lg li.current_page_parent a, header.header.sticky .navbar-expand-lg li.current-menu-parent > a {
      color: #987943; }
    header.header.sticky .navbar-expand-lg li .navbar-nav .nav-link {
      color: #1a1a1a; }
      header.header.sticky .navbar-expand-lg li .navbar-nav .nav-link:focus, header.header.sticky .navbar-expand-lg li .navbar-nav .nav-link:hover {
        color: #1a1a1a; }
    header.header.sticky .logo img {
      height: 48px;
      width: 48px; }
    header.header.sticky .user-bar li:first-child {
      margin-left: 0; }
    header.header.sticky .user-bar li a {
      color: #1a1a1a; }
      header.header.sticky .user-bar li a:focus, header.header.sticky .user-bar li a:hover {
        color: #1a1a1a; }

/* LOGO */
.logo {
  display: inline-block;
  margin-right: 15px;
  text-align: center; }
  .logo img {
    height: 48px;
    width: 48px;
    transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transform-origin: left center; -webkit-transform-origin: left center;}

/* NAVBAR */
.navbar-expand-lg .navbar-nav li.current-menu-item a, .navbar-expand-lg .navbar-nav li.current_page_parent a, .navbar-expand-lg .navbar-nav li.current-menu-parent > a {
  color: #987943; }
.navbar-expand-lg .navbar-nav li .nav-link {
  color: #1a1a1a; }
  .navbar-expand-lg .navbar-nav li .nav-link:focus, .navbar-expand-lg .navbar-nav li .nav-link:hover {
    color: #987943; }

.navbar {
  font-weight: 900;
  padding: 0;
  text-transform: uppercase; }

.navbar-expand-lg .navbar-nav {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin-bottom: 16px;
  margin-top: 16px; }

.dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 0.8125rem;
  margin: 0 0 8px 0;
  min-width: 200px;
  padding: 12px;
  text-transform: none; }

.dropdown-item {
  color: #1a1a1a;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  padding: 0;
  text-align: left; }
  .dropdown-item:last-child {
    border-bottom: none; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #987943; }

.dropdown-toggle:after {
  -webkit-transition: none;
  transition: none; }

.navbar-toggler {
  border: none;
  color: #1a1a1a;
  font-size: 1rem; }
  .navbar-toggler.collapsed {
    color: #987943; }

.menu-toggler {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0; }
  .menu-toggler span {
    font-size: 0.8125rem; }
    .menu-toggler span.menu-toggler-span {
      font-weight: 700;
      margin-right: 12px;
      text-transform: uppercase;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
    .menu-toggler span.menu-toggler-icon i {
      margin-right: 0; }
  .menu-toggler:focus .menu-toggler-span, .menu-toggler:hover .menu-toggler-span {
    color: #987943; }

/* USER TOP BAR */
.user-bar {
  font-size: 0.875rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0; }
  .user-bar li {
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 16px; }
    .user-bar li:first-child {
      margin-left: 0; }
    .user-bar li a {
      color: #ffffff;
      color: #1a1a1a;
      position: relative; }
      .user-bar li a:focus, .user-bar li a:hover {
        color: #ffffff;
        color: #1a1a1a;
        opacity: 0.7; }
  .user-bar i {
    margin-right: 0; }
  .user-bar .cart-customlocation {
    background-color: #987943;
    border-radius: 50%;
    bottom: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 0.5625rem;
    font-weight: 700;
    left: 100%;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 16px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }

/* WRAPPER */
.wrapper {
  background: url("../images/layout/bg.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  padding-top: 78px; }

/* BREADCRUMBS */
.breadcrumbs {
  color: #808080;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase; }
  .breadcrumbs a {
    color: #987943; }
    .breadcrumbs a:focus, .breadcrumbs a:hover {
      color: #1a1a1a; }

/* WRAPPER TOP */
.content-area {
  padding-top: 0; }
  .content-area.post .page-content {
    margin-bottom: 3rem;
    margin-top: 3rem; }
  .content-area.post div:not(.post-content) > .breadcrumbs {
    color: #eeeeee; }
    .content-area.post div:not(.post-content) > .breadcrumbs a {
      color: #ffffff; }
      .content-area.post div:not(.post-content) > .breadcrumbs a:focus, .content-area.post div:not(.post-content) > .breadcrumbs a:hover {
        color: #ffffff; }
  .content-area.post div.post-content > .breadcrumbs {
    margin-bottom: 3rem; }
  .content-area.page .page-content {
    margin-bottom: 3rem;
    margin-top: 0; }

.entry-page {
  margin-bottom: 3rem;
  margin-top: 3rem;
  text-align: center; }
  .entry-page h1 {
    font-size: 44px;
    font-family: "Lora", sans-serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 0;
    text-transform: none; }
  .entry-page .entry-page a {
    color: #1a1a1a; }
    .entry-page .entry-page a:focus, .entry-page .entry-page a:hover {
      opacity: 0.7; }

article > *:first-child {
  margin-top: 0; }

article > div:first-child > *:first-child {
  margin-top: 0; }

article > *:last-child {
  margin-bottom: 0; }

article > div:last-child > *:last-child {
  margin-bottom: 0; }

.page-content > div:last-child *:last-child {
  margin-bottom: 0; }

/* POST CATEGORIES */
.categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0; }
  .categories-list li {
    font-size: 0.75rem;
    font-weight: 700;
    margin: 0 1rem;
    text-transform: uppercase; }
    .categories-list li a {
      color: #1a1a1a;
      opacity: 1;
      position: relative; }
      .categories-list li a:after {
        background-color: #987943;
        content: "";
        height: 2px;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 100%;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      .categories-list li a:focus:after, .categories-list li a:hover:after {
        opacity: 1; }

/* POSTS LIST */
.blog-posts {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 2rem;
  margin-left: -24px;
  margin-right: -24px;
  padding: 0; }

.blog-post {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%; }
  .blog-post .image-wrapper {
    display: block;
    overflow: hidden;
    position: relative; }
    .blog-post .image-wrapper:before {
      background: rgba(255, 255, 255, 0.6);
      content: "";
      display: block;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .blog-post .image-wrapper:focus, .blog-post .image-wrapper:hover {
      opacity: 1; }
      .blog-post .image-wrapper:focus:before, .blog-post .image-wrapper:hover:before {
        opacity: 1; }
  .blog-post img {
    transform: translateZ(0); }
  .blog-post h3 {
    font-family: "Lora", sans-serif;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem; }
    .blog-post h3 a {
      color: #1a1a1a; }
      .blog-post h3 a:focus, .blog-post h3 a:hover {
        color: #1a1a1a; }
  .blog-post small {
    color: #987943;
    display: block;
    font-weight: 700;
    margin-bottom: 0.75rem;
    position: relative; }
  .blog-post p {
    margin-bottom: 1rem; }
  .blog-post .read-more {
    top: 0; }

/* SINGLE POST */
.post .header {
  background-color: #333333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 66vh;
  position: relative; }
  .post .header .mask {
    opacity: 0.3;
    background-color: rgba(26, 26, 26, 0.9);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  .post .header .row {
    align-items: center;
    height: 100%; }
    .post .header .row .row {
      height: auto; }
.post .entry-page {
  color: #ffffff;
  margin-bottom: 3rem;
  margin-top: 3rem; }
  .post .entry-page h1 {
    color: #ffffff; }
    .post .entry-page h1:after {
      background-color: #ffffff;
      content: "";
      display: block;
      height: 2px;
      margin: 0.5em auto;
      width: 36px; }
  .post .entry-page .post-meta span {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase; }
  .post .entry-page .post-meta *:last-child {
    margin-bottom: 0; }
  .post .entry-page a {
    color: #ffffff;
    position: relative; }
    .post .entry-page a:after {
      background-color: #ffffff;
      content: "";
      height: 2px;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 100%;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .post .entry-page a:focus:after, .post .entry-page a:hover:after {
      opacity: 1; }

.post-wrapper {
  margin-top: 3rem; }

.post-content {
  font-size: 14px; }
  .post-content > *:first-child {
    margin-top: 0; }

/* POST NAVIGATION */
.post-navigation {
  padding-bottom: 4rem;
  padding-top: 4rem; }
  .post-navigation nav {
    margin-bottom: 0; }
    .post-navigation nav ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin-bottom: 0;
      margin-left: -24px;
      margin-right: -24px;
      padding: 0; }
      .post-navigation nav ul li {
        margin-bottom: 1.5rem;
        padding: 0 24px;
        width: 100%; }
        .post-navigation nav ul li:last-child {
          margin-bottom: 0; }
        .post-navigation nav ul li a {
          display: inline-block; }
          .post-navigation nav ul li a.next-and-prev span {
            color: #808080;
            display: block;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase; }
            .post-navigation nav ul li a.next-and-prev span.next-and-prev-prev {
              position: relative; }
              .post-navigation nav ul li a.next-and-prev span.next-and-prev-prev:before {
                content: "\f053";
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-weight: 900;
                margin-right: 12px; }
            .post-navigation nav ul li a.next-and-prev span.next-and-prev-next {
              position: relative; }
              .post-navigation nav ul li a.next-and-prev span.next-and-prev-next:after {
                content: "\f054";
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-weight: 900;
                margin-left: 12px; }
            .post-navigation nav ul li a.next-and-prev span.next-and-prev-title {
              color: #1a1a1a;
              font-size: 0.875rem;
              font-weight: 900;
              line-height: 1.4;
              text-transform: none; }
          .post-navigation nav ul li a.next-and-prev:focus .next-and-prev-title, .post-navigation nav ul li a.next-and-prev:hover .next-and-prev-title {
            color: #987943; }

/* POST COMMENTS */
.post-comments {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  margin-bottom: 2.5rem;
  padding-top: 4rem; }
  .post-comments h3 {
    margin-top: 0; }
  .post-comments li {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    list-style: none;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .post-comments li .comment-metadata {
      font-size: 12px;
      margin-bottom: 12px;
      opacity: 0.7; }
    .post-comments li .comment-awaiting-moderation {
      color: #987943;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 12px; }
    .post-comments li .says {
      opacity: 0.7; }
    .post-comments li .edit-link {
      margin-left: 6px;
      text-decoration: underline; }
    .post-comments li .comment-content {
      color: #1a1a1a; }
      .post-comments li .comment-content *:last-child {
        margin-bottom: 24px; }
    .post-comments li .children {
      margin-bottom: 0;
      margin-top: 24px; }
      .post-comments li .children li {
        border-bottom-style: dashed; }
        .post-comments li .children li:last-child {
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; }

.page-content > *:first-child {
  margin-top: 0; }

/* WIDGETS */
.widget {
  margin-bottom: 50px; }
  .widget h3, .widget h4 {
    margin-top: 0; }
  .widget ul, .widget ol {
    font-size: 0.875rem;
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
    .widget ul li, .widget ol li {
      line-height: 14px;
      margin-bottom: 14px; }
  .widget.recent-entries {
    font-weight: 700; }
    .widget.recent-entries li {
      padding-left: 24px;
      position: relative; }
      .widget.recent-entries li:before {
        color: #987943;
        content: "\f15c";
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: normal;
        height: 20px;
        left: 0px;
        position: absolute;
        top: 0;
        width: 24px; }
      .widget.recent-entries li span {
        display: block;
        font-family: "Lora", sans-serif;
        font-size: 0.75rem;
        font-weight: 400; }
  .widget .search-form {
    position: relative; }
    .widget .search-form label, .widget .search-form input {
      margin-top: 0; }
    .widget .search-form input[type="submit"] {
      border: none;
      bottom: 0;
      background-color: transparent;
      outline: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px; }
    .widget .search-form:after {
      color: #1a1a1a;
      content: "\f002";
      cursor: pointer;
      font-family: 'Font Awesome 5 Free';
      font-style: normal;
      font-size: 16px;
      font-weight: 900;
      height: 40px;
      line-height: 40px;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      right: 0px;
      text-align: center;
      top: 0px;
      width: 40px;
      z-index: 2; }
  .widget .price_slider_wrapper .price_slider {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 3px;
    position: relative; }
  .widget .price_slider_wrapper .ui-slider-range {
    background-color: #987943;
    border: 0px;
    border-radius: 0;
    height: 3px;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1; }
  .widget .price_slider_wrapper .ui-slider-handle {
    background-color: #ffffff;
    border: 3px #987943 solid;
    border-radius: 50%;
    cursor: ew-resize;
    height: 13px;
    outline: 0px;
    position: absolute;
    top: 50%;
    width: 13px;
    z-index: 2;
    transform: translateY(-50%); }
  .widget .price_slider_wrapper .button {
    margin-bottom: 20px;
    margin-top: 30px; }
  .widget .price_slider_wrapper .price_label {
    font-size: 13px; }

/* SIDEBAR */
.sidebar {
  border-top: 3px #987943 solid;
  margin-top: 50px;
  padding-top: 50px; }

.sidebar .widget, .slide-from-left .widget, .slide-from-right .widget {
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative; }
  .sidebar .widget h3, .slide-from-left .widget h3, .slide-from-right .widget h3 {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase; }
  .sidebar .widget li a, .slide-from-left .widget li a, .slide-from-right .widget li a {
    color: #808080; }
    .sidebar .widget li a:focus, .sidebar .widget li a:hover, .slide-from-left .widget li a:focus, .slide-from-left .widget li a:hover, .slide-from-right .widget li a:focus, .slide-from-right .widget li a:hover {
      opacity: 0.7; }
  .sidebar .widget *:last-child, .slide-from-left .widget *:last-child, .slide-from-right .widget *:last-child {
    margin-bottom: 0; }
  .sidebar .widget:after, .slide-from-left .widget:after, .slide-from-right .widget:after {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
    left: 24px;
    position: absolute;
    right: 24px; }
  .sidebar .widget:last-child, .slide-from-left .widget:last-child, .slide-from-right .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .sidebar .widget:last-child:after, .slide-from-left .widget:last-child:after, .slide-from-right .widget:last-child:after {
      display: none; }

/* ASIDE */
aside {
  background-color: #0d0d0d;
  color: #a6a6a6;
  font-size: 12px;
  padding-bottom: 30px;
  padding-top: 80px; }
  aside h4 {
    color: #ffffff;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase; }
  aside a {
    color: #ffffff; }
    aside a:focus, aside a:hover {
      color: #bfbfbf; }
  aside .widget ul, aside .widget ol {
    font-size: 0.875rem;
    font-weight: 700; }
    aside .widget ul li, aside .widget ol li {
      line-height: 18px;
      margin-bottom: 18px; }
      aside .widget ul li.current-menu-item a, aside .widget ul li.current_page_parent:not(.menu-item-46) a, aside .widget ul li.current-product-parent a, aside .widget ol li.current-menu-item a, aside .widget ol li.current_page_parent:not(.menu-item-46) a, aside .widget ol li.current-product-parent a {
        color: #987943; }
  aside .widget .textwidget p {
    font-family: "Lora", sans-serif; }
  aside .widget *:last-child {
    margin-bottom: 0; }

.widget-about {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* FOOTER */
.footer {
  background-color: #0d0d0d;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  color: #808080;
  font-size: 13px;
  padding-bottom: 56px;
  padding-top: 56px; }
  .footer a {
    color: #808080; }
    .footer a:focus, .footer a:hover {
      color: #987943; }
    .footer a.facebook {
      color: #4267b2; }
      .footer a.facebook:focus, .footer a.facebook:hover {
        color: #1a1a1a; }

.social-media {
  margin-bottom: 0; }
  .social-media ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 30px; }
    .social-media ul li {
      border-right: 1px rgba(255, 255, 255, 0.2) solid;
      list-style: none;
      margin-bottom: 0;
      padding: 0 15px; }
      .social-media ul li:last-child {
        border-right: none; }
      .social-media ul li a {
        color: #ffffff;
        display: block;
        text-align: center; }
        .social-media ul li a:focus, .social-media ul li a:hover {
          color: #ffffff;
          opacity: 0.7; }
        .social-media ul li a i {
          margin: 0 auto; }

.copyright {
  font-size: 11px;
  margin-bottom: 0;
  text-align: center; }

.copyright span {
  display: block; }

.ic {
  position: relative;
  top: -1px; }
  .ic img {
    height: 12px;
    width: 14px; }

/* FIXED PRODUCTS FILTER */
.slide-from-left-wrap, .slide-from-right-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.slide-from-left, .slide-from-right {
  background-color: #ffffff;
  bottom: 0;
  position: fixed !important;
  overflow: hidden;
  top: 0;
  width: 260px !important;
  z-index: 12;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }
  .slide-from-left .inner, .slide-from-right .inner {
    padding: 30px 24px; }
  .slide-from-left .widget li.current-menu-item a, .slide-from-left .widget li.current_page_parent a, .slide-from-left .widget li.current-cat a, .slide-from-right .widget li.current-menu-item a, .slide-from-right .widget li.current_page_parent a, .slide-from-right .widget li.current-cat a {
    color: #987943; }
  .slide-from-left .widget.nav-menu, .slide-from-right .widget.nav-menu {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateZ(0); }
    .slide-from-left .widget.nav-menu ul li a, .slide-from-right .widget.nav-menu ul li a {
      color: #1a1a1a; }
      .slide-from-left .widget.nav-menu ul li a:focus, .slide-from-left .widget.nav-menu ul li a:hover, .slide-from-right .widget.nav-menu ul li a:focus, .slide-from-right .widget.nav-menu ul li a:hover {
        color: #987943; }
    .slide-from-left .widget.nav-menu ul li ul, .slide-from-right .widget.nav-menu ul li ul {
      font-weight: 300;
      margin-bottom: 24px;
      margin-top: 14px;
      padding-left: 14px;
      text-transform: none; }
      .slide-from-left .widget.nav-menu ul li ul li, .slide-from-right .widget.nav-menu ul li ul li {
        margin-bottom: 4px; }
    .slide-from-left .widget.nav-menu ul li.menu-item-object-product_cat, .slide-from-right .widget.nav-menu ul li.menu-item-object-product_cat {
      display: none; }
  .slide-from-left .widget.product-categories-nav, .slide-from-right .widget.product-categories-nav {
    transform: translateZ(0); }
    .slide-from-left .widget.product-categories-nav ul li, .slide-from-right .widget.product-categories-nav ul li {
      margin-bottom: 1.5rem; }
      .slide-from-left .widget.product-categories-nav ul li a, .slide-from-right .widget.product-categories-nav ul li a {
        color: #808080;
        display: inline-block;
        padding-left: 18px;
        position: relative; }
        .slide-from-left .widget.product-categories-nav ul li a:before, .slide-from-right .widget.product-categories-nav ul li a:before {
          border: 2px #d9d9d9 solid;
          border-radius: 50%;
          content: " ";
          height: 12px;
          left: 0;
          position: absolute;
          width: 12px; }
        .slide-from-left .widget.product-categories-nav ul li a:focus, .slide-from-left .widget.product-categories-nav ul li a:hover, .slide-from-right .widget.product-categories-nav ul li a:focus, .slide-from-right .widget.product-categories-nav ul li a:hover {
          color: #1a1a1a; }
          .slide-from-left .widget.product-categories-nav ul li a:focus:before, .slide-from-left .widget.product-categories-nav ul li a:hover:before, .slide-from-right .widget.product-categories-nav ul li a:focus:before, .slide-from-right .widget.product-categories-nav ul li a:hover:before {
            border-color: #987943; }
      .slide-from-left .widget.product-categories-nav ul li ul, .slide-from-right .widget.product-categories-nav ul li ul {
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 1rem;
        padding-left: 18px;
        text-transform: none; }
        .slide-from-left .widget.product-categories-nav ul li ul li, .slide-from-right .widget.product-categories-nav ul li ul li {
          margin-bottom: 1rem; }
          .slide-from-left .widget.product-categories-nav ul li ul li:last-child, .slide-from-right .widget.product-categories-nav ul li ul li:last-child {
            margin-bottom: 0; }
      .slide-from-left .widget.product-categories-nav ul li.current-cat > a, .slide-from-right .widget.product-categories-nav ul li.current-cat > a {
        font-weight: 700; }
        .slide-from-left .widget.product-categories-nav ul li.current-cat > a:before, .slide-from-right .widget.product-categories-nav ul li.current-cat > a:before {
          background-color: #987943;
          border-color: transparent; }
      .slide-from-left .widget.product-categories-nav ul li:last-child, .slide-from-right .widget.product-categories-nav ul li:last-child {
        margin-bottom: 0; }
    .slide-from-left .widget.product-categories-nav > ul > li > a, .slide-from-right .widget.product-categories-nav > ul > li > a {
      color: #1a1a1a;
      font-weight: 700; }
  .slide-from-left .widget:last-child, .slide-from-right .widget:last-child {
    margin-bottom: 0; }

.slide-from-left {
  left: -260px; }

.slide-from-right {
  right: -260px; }

/* FIXED SEARCHBAR */
.site-search {
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s; }
  .site-search.open {
    z-index: 9999;
    opacity: 1;
    -webkit-transition: opacity .5s, z-index 0s;
    transition: opacity .5s, z-index 0s; }
    .site-search.open .widget .search-form {
      transform: translateY(0); }
  .site-search .widget {
    margin-bottom: 0; }
    .site-search .widget .search-form {
      border: none;
      margin: 0 auto;
      position: relative;
      transform: translateY(200%);
      width: 100%;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .site-search .widget .search-form input {
        background-color: transparent;
        border-bottom-width: 2px;
        border-left: none;
        border-right: none;
        border-top-color: transparent;
        border-top-width: 2px;
        color: #808080;
        font-size: 24px;
        height: 54px;
        font-weight: 900;
        padding: 12px 0; }
      .site-search .widget .search-form input[type="submit"] {
        width: 54px; }
      .site-search .widget .search-form:after {
        height: 54px;
        line-height: 54px;
        width: 54px; }

/* OWL CAROUSEL */
.owl-dots {
  bottom: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-dots .owl-dot span {
      background: transparent;
      border: 1px #ffffff solid;
      display: block;
      height: 10px;
      margin: 0 0.5rem;
      width: 10px;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:focus span, .owl-dots .owl-dot:hover span {
      background: #ffffff; }

/* HOME PAGE SLIDER */
#slider {
  padding: 0; }
  #slider .slide {
    background-position: 50% 45%;
    background-size: cover;
    min-height: calc(100vh - 126px);
    padding-bottom: 100px;
    padding-top: 100px; }
    #slider .slide h2, #slider .slide .h2 {
      font-size: 3rem;
      font-family: "Lora", sans-serif;
      margin-bottom: 2.5rem;
      margin-top: 0;
      text-transform: none;
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    #slider .slide span {
      border-bottom: 2px #ffffff solid;
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 700;
      margin-bottom: 2rem;
      margin-top: 0;
      text-transform: uppercase;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    #slider .slide .btn {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }

/* HOME PAGE CATEGORIES LIST */
.categories-home {
  padding-bottom: 6rem; }
  .categories-home ul {
    list-style: none;
    margin: 0 -12px -24px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .categories-home ul li {
      margin-bottom: 24px;
      padding: 0 12px;
      position: relative;
      text-align: left;
      width: 50%;
      width: 100%; }
      .categories-home ul li:nth-child(1) a .box h3 {
        font-size: 24px; }
      .categories-home ul li:nth-child(1) a .box span {
        font-size: 13px; }
      .categories-home ul li a {
        background-position: 90% 50%;
        background-position: 0 50% !important;
        background-size: 110% auto;
        background-size: cover !important;
        color: #ffffff;
        display: block;
        height: 100%;
        opacity: 1;
        padding-top: 3rem;
        width: 100%; }
        .categories-home ul li a:after {
          background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
          background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
          background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#80000000',GradientType=0 );
          bottom: 0;
          content: '';
          display: block;
          left: 0;
          position: absolute;
          right: 0;
          top: 66%; }
        .categories-home ul li a:before {
          background-color: rgba(0, 0, 0, 0.5);
          bottom: 0;
          content: "";
          display: block;
          left: 0;
          opacity: 0;
          position: absolute;
          right: 0;
          top: 0;
          transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .categories-home ul li a:focus, .categories-home ul li a:hover {
          background-position: 0% 50%; }
          .categories-home ul li a:focus:before, .categories-home ul li a:hover:before {
            opacity: 1; }
        .categories-home ul li a img {
          display: none;
          opacity: 0;
          width: 100%; }
        .categories-home ul li a .box {
          bottom: 0;
          left: 0;
          padding: 24px;
          position: relative;
          z-index: 2; }
          .categories-home ul li a .box h3 {
            color: #ffffff;
            font-family: "Lora", sans-serif;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 0.75rem; }
          .categories-home ul li a .box span {
            display: block;
            font-size: 13px;
            font-weight: 300;
            line-height: 1.2; }

/* HOME PAGE ABOUT */
.home-about {
  font-family: "Lora", sans-serif;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  .home-about img {
    margin: 0 auto 3rem;
    width: 140px; }
  .home-about > *:last-child {
    margin-bottom: 0; }

/* HOME PAGE FEATURED PRODUCTS */
.featured-products {
  padding-bottom: 4rem; }
  .featured-products .title {
    margin-top: 0;
    margin-bottom: 4rem; }
  .featured-products > *:last-child {
    margin-bottom: 0; }

/* HOME PAGE NEWS */
.news {
  padding-top: 0; }
  .news .bg {
    background-color: #1a1a1a;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .news .bg:nth-child(1) {
      background-image: url(../images/layout/18193042_245873062486776_5994380686054798983_o.jpg); }
    .news .bg:nth-child(2) {
      background-image: url(../images/layout/13350399_137289410011809_2077314639958604391_o.jpg); }
    .news .bg > .row {
      background-color: rgba(0, 0, 0, 0.5); }
  .news .box {
    color: #ffffff;
    font-size: 0.8125rem; }
    .news .box h3 {
      font-size: 1.5rem; }

/* REGULAMIN */
ol.regulamin {
  counter-reset: item;
  list-style-position: outside;
  padding: 0; }
  ol.regulamin li {
    display: block;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative; }
    ol.regulamin li span {
      font-weight: 700;
      left: 0;
      position: absolute; }
    ol.regulamin li ol {
      margin-bottom: 16px;
      margin-top: 16px;
      padding-left: 0px; }
      ol.regulamin li ol li {
        padding-left: 35px; }
        ol.regulamin li ol li ol li {
          padding-left: 45px; }
          ol.regulamin li ol li ol li ol li {
            padding-left: 55px; }

/* ASIDE BOX */
.box *:first-child {
  margin-top: 0; }

.box *:last-child {
  margin-bottom: 0; }

.box p {
  line-height: 1.4; }

.dark a.read-more {
  color: #ffffff;
  opacity: 1; }

.dark a.read-more:hover {
  color: #987943; }

/* FORMS */
form p {
  margin-bottom: 1.5rem; }

form button {
  cursor: pointer;
  margin-top: 1rem; }

.form-group {
  margin-bottom: 1.5rem; }

.form-control {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding: 8px 12px; }

.form-control:focus {
  border-color: #987943;
  box-shadow: none; }

label {
  color: #808080;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase; }

textarea {
  height: 200px; }

input, textarea {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 0;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.25rem;
  padding: 8px 12px;
  width: 100%; }
  input:focus, input:hover, textarea:focus, textarea:hover {
    border-color: #987943;
    box-shadow: none;
    outline: 0 !important; }

input[type="submit"] {
  cursor: pointer;
  width: auto; }

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.25rem; }

@media (min-width: 576px) {
  /* HOME PAGE CATEGORIES LIST */
  .categories-home ul li {
    width: 50%; } }
@media (min-width: 768px) {
  body.slide-from-left-open header.header, body.slide-from-left-open main, body.slide-from-left-open aside, body.slide-from-left-open footer.footer, body.slide-from-left-open .slide-from-left {
    transform: translateX(320px); }
  body.slide-from-right-open header.header, body.slide-from-right-open main, body.slide-from-right-open aside, body.slide-from-right-open footer.footer, body.slide-from-right-open .slide-from-right {
    transform: translateX(-320px); }

  /* WRAPPER TOP */
  .entry-page {
    margin-bottom: 3rem;
    margin-top: 3rem; }
    .entry-page h1 {
      font-size: 72px;
      margin-bottom: 24px; }

  /* POSTS LIST */
  .blog-posts {
    margin-bottom: 0; }

  .blog-post {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 4rem;
    width: 50%; }
    .blog-post h3 {
      font-size: 1.5rem; }

  /* SINGLE POST */
  .post-content {
    font-size: 1rem; }

  /* POST NAVIGATION */
  .post-navigation nav ul li {
    margin-bottom: 0;
    width: 50%; }
    .post-navigation nav ul li:nth-child(2) {
      text-align: right; }

  /* POST COMMENTS */
  .post-comments {
    border-top: 1px rgba(0, 0, 0, 0.1) solid; }

  /* FIXED PRODUCTS FILTER */
  .slide-from-left, .slide-from-right {
    background-color: #ffffff;
    bottom: 0;
    padding: 30px 24px;
    position: fixed;
    top: 0;
    width: 320px !important;
    z-index: 12; }

  .slide-from-left {
    left: -320px; }

  .slide-from-right {
    right: -320px; } }
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px; }

    /*h1, .h1, h2, .h2, .product-price {font-size: 24px;}
    h3, .h3, {font-size: 18px;}
    h4, .h4 {font-size: 16px;}

    

    .category-description {
        font-size: 13px;
    }

    .title {font-size: 24px;}
    .entry-page h1, .product-title {font-size: 30px;}*/ }
@media (min-width: 992px) {
  header.header {
    padding-bottom: 30px;
    padding-top: 30px; }

  /* LOGO */
  .logo img {
    height: 66px;
    width: 66px; }

  .navbar-expand-lg .navbar-nav {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0; }
    .navbar-expand-lg .navbar-nav li {
      margin-bottom: 0;
      margin-right: 12px;
      position: relative;
      text-align: center; }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 0;
      padding-right: 0;
      text-transform: none; }

  .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-top: 3px #987943 solid;
    border-radius: 0;
    box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
    font-size: 0.8125rem;
    left: 50%;
    margin: 0;
    max-width: 280px;
    min-width: 200px;
    padding: 40px 30px;
    transform: translateX(-50%); }
    .dropdown-menu:before {
      border-bottom: 6px #987943 solid;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      content: "";
      display: inline-block;
      left: 50%;
      position: absolute;
      top: -8px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .dropdown-menu li {
      margin-bottom: 6px; }
      .dropdown-menu li:last-child {
        margin-bottom: 0; }

  .dropdown-item {
    font-size: 0.875rem;
    padding-left: 0;
    padding-right: 0; }
    .dropdown-item:after {
      background-color: #1a1a1a;
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .dropdown-item:focus, .dropdown-item:hover {
      background-color: #ffffff;
      opacity: 1; }
      .dropdown-item:focus:after, .dropdown-item:hover:after {
        opacity: 1; }

  .menu-toggler {
    display: none; }

  /* HOME PAGE CATEGORIES */
  .categories-home ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 66vh;
    margin-bottom: -12px;
    margin-top: -12px; }
    .categories-home ul li {
      margin-bottom: 0;
      padding: 12px;
      padding: 0;
      position: relative;
      text-align: left;
      width: 25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .categories-home ul li:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 50%; }
        .categories-home ul li:nth-child(1) a .box h3 {
          font-size: 36px; }
        .categories-home ul li:nth-child(1) a .box span {
          font-size: 14px; }
      .categories-home ul li:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
        .categories-home ul li:nth-child(2) a {
          background-size: auto 110%;
          background-position: 30% 90%; }
          .categories-home ul li:nth-child(2) a:focus, .categories-home ul li:nth-child(2) a:hover {
            background-position: 20% 90%; }
      .categories-home ul li:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
      .categories-home ul li:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
      .categories-home ul li a {
        height: auto;
        margin: 12px;
        padding-top: 0; }
        .categories-home ul li a .box {
          padding: 36px;
          position: absolute; }

  /* WRAPPER */
  .wrapper {
    padding-top: 126px; }

  /* WRAPPER TOP */
  .content-area.post .page-content {
    margin-bottom: 4rem;
    margin-top: 4rem; }
  .content-area.page .page-content {
    margin-bottom: 4rem; }

  .entry-page {
    margin-bottom: 4rem;
    margin-top: 4rem; }
    .entry-page h1 {
      font-size: 72px;
      font-weight: 900;
      margin-bottom: 1.5rem;
      margin-top: 0;
      text-transform: none; }
    .entry-page .entry-page a {
      color: #1a1a1a; }
      .entry-page .entry-page a:focus, .entry-page .entry-page a:hover {
        opacity: 0.7; }
    .entry-page p {
      margin-left: auto;
      margin-right: auto;
      width: 75%; }

  .post .entry-page {
    margin-bottom: 4rem;
    margin-top: 4rem; }

  .post-wrapper {
    margin-top: 4rem; }

  .sidebar {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

  .news p {
    width: 66.666666%; }

  .widget-about {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
@media (max-width: 1199px) {
  header.header {
    box-shadow: 0px 4px 63px -32px rgba(0, 0, 0, 0.9); }

  .blog-post:first-child .image-wrapper {
    height: auto !important; } }
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav li {
    margin-right: 0; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase; }

  /* USER TOP BAR */
  .user-bar li {
    margin-left: 16px; }

  /* ASIDE */
  aside.aside .widget .textwidget p {
    width: 66.666666%; }

  .blog-post {
    width: 25%; }
    .blog-post:first-child:not(:last-child) {
      width: 50%; }
      .blog-post:first-child:not(:last-child) .image-wrapper {
        overflow: hidden;
        padding-bottom: 45%; }
        .blog-post:first-child:not(:last-child) .image-wrapper img {
          left: 0;
          position: absolute;
          right: 0;
          top: 0; } }
@media (min-width: 1280px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem; }

  /* FIXED SEARCHBAR */
  .site-search .widget .search-form {
    width: 50%; } }
@media (min-width: 1340px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 1.125rem; } }
/* POST AND WOO PAGINATION */
.blog-pagination, .woocommerce-pagination {
  clear: both;
  margin-bottom: 4rem; }
  .blog-pagination ul, .blog-pagination ol, .woocommerce-pagination ul, .woocommerce-pagination ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin-bottom: -0.5rem;
    padding: 0; }
    .blog-pagination ul li, .blog-pagination ol li, .woocommerce-pagination ul li, .woocommerce-pagination ol li {
      margin-bottom: 0.5rem;
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
      .blog-pagination ul li a, .blog-pagination ul li span, .blog-pagination ol li a, .blog-pagination ol li span, .woocommerce-pagination ul li a, .woocommerce-pagination ul li span, .woocommerce-pagination ol li a, .woocommerce-pagination ol li span {
        background-color: #987943;
        color: #ffffff;
        cursor: pointer;
        display: block;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 2rem;
        text-align: center;
        width: 2rem;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .blog-pagination ul li a:focus, .blog-pagination ul li a:hover, .blog-pagination ul li span:focus, .blog-pagination ul li span:hover, .blog-pagination ol li a:focus, .blog-pagination ol li a:hover, .blog-pagination ol li span:focus, .blog-pagination ol li span:hover, .woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span:focus, .woocommerce-pagination ul li span:hover, .woocommerce-pagination ol li a:focus, .woocommerce-pagination ol li a:hover, .woocommerce-pagination ol li span:focus, .woocommerce-pagination ol li span:hover {
          background-color: #1a1a1a; }
        .blog-pagination ul li a.current, .blog-pagination ul li span.current, .blog-pagination ol li a.current, .blog-pagination ol li span.current, .woocommerce-pagination ul li a.current, .woocommerce-pagination ul li span.current, .woocommerce-pagination ol li a.current, .woocommerce-pagination ol li span.current {
          background-color: #1a1a1a; }
        .blog-pagination ul li a.prev, .blog-pagination ul li a.next, .blog-pagination ul li span.prev, .blog-pagination ul li span.next, .blog-pagination ol li a.prev, .blog-pagination ol li a.next, .blog-pagination ol li span.prev, .blog-pagination ol li span.next, .woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li a.next, .woocommerce-pagination ul li span.prev, .woocommerce-pagination ul li span.next, .woocommerce-pagination ol li a.prev, .woocommerce-pagination ol li a.next, .woocommerce-pagination ol li span.prev, .woocommerce-pagination ol li span.next {
          position: relative;
          text-indent: -99999px; }
          .blog-pagination ul li a.prev::after, .blog-pagination ul li a.next::after, .blog-pagination ul li span.prev::after, .blog-pagination ul li span.next::after, .blog-pagination ol li a.prev::after, .blog-pagination ol li a.next::after, .blog-pagination ol li span.prev::after, .blog-pagination ol li span.next::after, .woocommerce-pagination ul li a.prev::after, .woocommerce-pagination ul li a.next::after, .woocommerce-pagination ul li span.prev::after, .woocommerce-pagination ul li span.next::after, .woocommerce-pagination ol li a.prev::after, .woocommerce-pagination ol li a.next::after, .woocommerce-pagination ol li span.prev::after, .woocommerce-pagination ol li span.next::after {
            cursor: pointer;
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-size: 0.5625rem;
            font-weight: 900;
            left: 50%;
            line-height: 1;
            position: absolute;
            text-indent: 0;
            top: 50%;
            transform: translate(-50%, -50%); }
        .blog-pagination ul li a.prev::after, .blog-pagination ul li span.prev::after, .blog-pagination ol li a.prev::after, .blog-pagination ol li span.prev::after, .woocommerce-pagination ul li a.prev::after, .woocommerce-pagination ul li span.prev::after, .woocommerce-pagination ol li a.prev::after, .woocommerce-pagination ol li span.prev::after {
          content: '\f100'; }
        .blog-pagination ul li a.next::after, .blog-pagination ul li span.next::after, .blog-pagination ol li a.next::after, .blog-pagination ol li span.next::after, .woocommerce-pagination ul li a.next::after, .woocommerce-pagination ul li span.next::after, .woocommerce-pagination ol li a.next::after, .woocommerce-pagination ol li span.next::after {
          content: '\f101'; }

/* CUSTOMIZE SUPPORT */
.customize-support header.header {
  top: 32px; }
.customize-support .slide-from-left-wrap .container-fluid {
  padding-top: 32px; }
.customize-support .slide-from-right-wrap .container-fluid {
  padding-top: 32px; }

@media screen and (max-width: 782px) {
  .customize-support header.header {
    top: 46px; }
  .customize-support .slide-from-left-wrap .container-fluid {
    padding-top: 46px; }
  .customize-support .slide-from-right-wrap .container-fluid {
    padding-top: 46px; } }
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; }

  .customize-support header.header {
    top: 46px; }
  .customize-support .slide-from-left-wrap .container-fluid {
    padding-top: 46px; }
  .customize-support .slide-from-right-wrap .container-fluid {
    padding-top: 46px; } }
/* PRODUCTS LIST */
.products {
  list-style: none;
  margin-bottom: 2.65rem;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products li {
    color: #808080;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    text-align: left;
    width: 50%; }
    .products li a {
      color: #808080;
      display: block; }
      .products li a:focus, .products li a:hover {
        color: #808080; }
    .products li .product-info {
      position: relative; }
    .products li .onsale {
      background-color: #987943;
      color: #ffffff;
      display: inline-block;
      font-size: 9px;
      font-weight: 700;
      left: 16px;
      line-height: 16px;
      padding: 4px 12px;
      position: absolute;
      text-transform: uppercase;
      top: 16px;
      z-index: 1; }
    .products li .newproduct {
      background-color: #1a1a1a;
      color: #ffffff;
      display: inline-block;
      font-size: 9px;
      font-weight: 700;
      right: 16px;
      line-height: 16px;
      padding: 4px 12px;
      position: absolute;
      text-transform: uppercase;
      top: 16px;
      z-index: 1; }
    .products li .image-wrapper {
      overflow: hidden;
      position: relative; }
      .products li .image-wrapper:before {
        background: rgba(255, 255, 255, 0.6);
        content: "";
        display: block;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      .products li .image-wrapper:focus, .products li .image-wrapper:hover {
        opacity: 1; }
        .products li .image-wrapper:focus:before, .products li .image-wrapper:hover:before {
          opacity: 1; }
    .products li img {
      height: auto;
      width: 100%;
      transform: translateZ(0); }
    .products li h2, .products li h3 {
      font-size: 0.875rem;
      font-family: "Lora", sans-serif;
      font-weight: 700;
      margin-bottom: 0.25rem;
      margin-top: 1.25rem; }
      .products li h2 a, .products li h3 a {
        color: #1a1a1a; }
        .products li h2 a:focus, .products li h2 a:hover, .products li h3 a:focus, .products li h3 a:hover {
          color: #987943;
          opacity: 1; }
    .products li .price {
      display: block;
      font-weight: 700;
      margin-bottom: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .products li .price del {
        margin-right: 4px; }
      .products li .price ins {
        color: #987943;
        text-decoration: none; }
    .products li .button {
      font-family: inherit;
      line-height: inherit; }
    .products li .button.product_type_simple {
      background: none;
      padding: 0; }
      .products li .button.product_type_simple:focus, .products li .button.product_type_simple:hover {
        color: #987943; }
    .products li a.quick-view-button {
      background-color: #ffffff;
      color: #987943;
      display: block;
      font-size: inherit;
      font-weight: 700;
      left: 10px;
      line-height: 21px;
      opacity: 0;
      padding: 8px 16px;
      position: absolute;
      right: 10px;
      text-align: center;
      text-transform: uppercase;
      z-index: 1;
      transform: translateY(-100%); }
    .products li a.add_to_cart_button {
      background-color: transparent;
      color: #987943;
      display: inline-block;
      font-size: inherit;
      font-weight: 700;
      opacity: 0;
      padding: 0;
      position: relative;
      text-transform: uppercase; }
    .products li a.added_to_cart.wc-forward {
      color: #1a1a1a;
      font-family: "Lora", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      position: relative;
      top: -20px; }
    .products li:focus .quick-view-button, .products li:hover .quick-view-button {
      opacity: 1; }
    .products li:focus .quick-view-button:hover, .products li:hover .quick-view-button:hover {
      color: #1a1a1a; }
    .products li:focus .price, .products li:hover .price {
      opacity: 0;
      transform: translate3d(0, -100%, 0); }
    .products li:focus .add_to_cart_button, .products li:hover .add_to_cart_button {
      opacity: 1;
      transform: translate3d(0, -100%, 0); }

.button-offcanvas-sidebar-left {
  margin-bottom: 1.5rem; }
  .button-offcanvas-sidebar-left i {
    color: #1a1a1a; }

.catalog-ordering select {
  background-color: transparent;
  border: 1px #d9d9d9 solid;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }
  .catalog-ordering select option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }

/* SINGLE PRODUCT GALERRY */
.product-images-wrapper {
  margin-bottom: 4rem; }
  .product-images-wrapper img {
    display: block;
    height: auto;
    width: 100%; }
  .product-images-wrapper .newproduct {
    display: none; }

.images.woocommerce-product-gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.woocommerce-product-gallery__trigger {
  text-indent: -99999em;
  background-color: transparent;
  border: 2px #ffffff solid;
  border-radius: 100%;
  color: #ffffff;
  font-size: 0.875rem;
  height: 36px;
  line-height: 32px;
  opacity: 1;
  position: absolute;
  right: 24px;
  text-align: center;
  top: 24px;
  width: 36px;
  z-index: 9; }
  .woocommerce-product-gallery__trigger:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 32px; }
  .woocommerce-product-gallery__trigger:focus, .woocommerce-product-gallery__trigger:hover {
    color: #ffffff;
    opacity: 1; }
  .woocommerce-product-gallery__trigger img {
    display: none !important; }

.flex-viewport {
  width: 100%; }
  .flex-viewport figure {
    margin: 0;
    width: 100%; }

.flex-control-thumbs {
  list-style: none;
  margin: 0 -6px 0;
  padding: 12px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-control-thumbs li {
    margin: 0;
    padding: 0 6px;
    width: 25%; }

/* SINGLE PRODUCT DESCRIPTION */
.product-info-box {
  margin-bottom: 4rem; }
  .product-info-box .product_title {
    font-family: "Lora", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 2rem; }
  .product-info-box .price {
    color: #987943;
    font-family: "Lora", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem; }
    .product-info-box .price del {
      color: #808080;
      margin-right: 6px;
      opacity: 0.7; }
    .product-info-box .price ins {
      text-decoration: none; }
  .product-info-box .woocommerce-product-details__short-description {
    border-bottom: 1px #d9d9d9 solid;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
    .product-info-box .woocommerce-product-details__short-description p {
      margin-bottom: 1rem; }
  .product-info-box .stock {
    color: #987943;
    font-size: 0.6875rem;
    font-weight: 900;
    margin-bottom: 2.5rem;
    text-transform: uppercase; }
  .product-info-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-info-box form .quantity {
      background-color: transparent;
      border-width: 2px 0 2px 0;
      border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
      border-style: solid;
      float: left;
      margin: 0 0.5rem 0 0; }
      .product-info-box form .quantity.hidden {
        display: none; }
      .product-info-box form .quantity label {
        display: none; }
      .product-info-box form .quantity input {
        background-color: transparent;
        border: none;
        font-size: 1rem;
        font-weight: 700;
        height: 38px;
        line-height: 38px;
        margin-top: 0;
        padding: 0 0 0 16px;
        text-align: center;
        width: 72px; }
    .product-info-box form button {
      background-color: #1a1a1a;
      margin-top: 0; }
      .product-info-box form button:focus, .product-info-box form button:hover {
        background-color: #987943; }
  .product-info-box .product_meta {
    color: #808080;
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    margin-top: 1rem;
    opacity: 0.7;
    text-transform: uppercase;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out; }
    .product-info-box .product_meta:focus, .product-info-box .product_meta:hover {
      opacity: 1; }
    .product-info-box .product_meta a {
      color: #808080; }
      .product-info-box .product_meta a:focus, .product-info-box .product_meta a:hover {
        color: #987943;
        opacity: 1; }
    .product-info-box .product_meta .product-meta .posted-in {
      opacity: 0.7; }

/* PRODUCT TABS */
.woocommerce-tabs .tabs {
  list-style: none;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0;
  padding-top: 16px;
  position: relative;
  text-align: center; }
  .woocommerce-tabs .tabs li {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0; }
    .woocommerce-tabs .tabs li.active a {
      color: #1a1a1a; }
      .woocommerce-tabs .tabs li.active a:before {
        opacity: 1; }
    .woocommerce-tabs .tabs li a {
      color: #808080;
      display: inline-block;
      font-size: 12px;
      font-weight: 900;
      padding: 16px 24px;
      position: relative;
      text-transform: uppercase; }
      .woocommerce-tabs .tabs li a:before {
        background-color: #987943;
        content: "";
        display: block;
        display: none;
        height: 2px;
        left: 24px;
        opacity: 0;
        position: absolute;
        right: 24px;
        top: -16px; }
      .woocommerce-tabs .tabs li a:focus, .woocommerce-tabs .tabs li a:hover {
        color: #1a1a1a;
        opacity: 1; }

.woocommerce-tabs .woocommerce-Tabs-panel h2:first-of-type {
  font-size: 1rem; }
.woocommerce-tabs table {
  border-top-width: 0; }
  .woocommerce-tabs table th {
    font-size: inherit;
    padding-left: 0; }
.woocommerce-tabs *:last-child {
  margin-bottom: 0; }

.woocommerce-tabs .comment-reply-title {
  color: #987943;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.woocommerce-tabs .form-submit input {
  background-color: #987943;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lora", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  opacity: 1;
  padding: 12px 24px;
  text-transform: none; }
  .woocommerce-tabs .form-submit input:focus, .woocommerce-tabs .form-submit input:hover {
    background-color: #1a1a1a; }

/* RATING PRODUCT */
.woocommerce p.stars a {
  display: inline-block;
  height: 1em;
  position: relative;
  text-decoration: none;
  text-indent: -999em;
  width: 1em; }
  .woocommerce p.stars a:focus ~ a:before, .woocommerce p.stars a:hover ~ a:before {
    content: '\f005';
    font-weight: 400;
    color: #987943; }
  .woocommerce p.stars a:before {
    content: '\f005';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 1em;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    text-indent: 0;
    width: 1em; }

.woocommerce p.stars:focus a:before, .woocommerce p.stars:hover a:before {
  content: '\f005';
  font-weight: 900;
  color: #1a1a1a; }
.woocommerce p.stars.selected a:not(.active):before {
  content: '\f005';
  font-weight: 900;
  color: #1a1a1a; }
.woocommerce p.stars.selected a.active:before {
  content: '\f005';
  font-weight: 900;
  color: #1a1a1a; }
.woocommerce p.stars.selected a.active ~ a:before {
  content: '\f006';
  font-weight: 400;
  color: #987943; }

/* WOOCOMMERCE MESSAE */
.woocommerce-message {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .woocommerce-message .button {
    margin-right: 1rem; }

/* BOOTSTRAP IN WOO */
.screen-reader-text {
  display: none; }

.col2-set {
  margin-left: -24px;
  margin-right: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .col2-set .col-1, .col2-set .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

p.form-row {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  p.form-row label {
    margin-bottom: 0; }
    p.form-row label.inline {
      display: inline-block;
      margin-left: 0.5rem; }

/*.woocommerce-MyAccount-content h2,.woocommerce-MyAccount-content h3,.woocommerce-order h2,.woocommerce-order h3,.woocommerce-shipping-fields h2,.woocommerce-shipping-fields h3,.woocommerce-billing-fields h2,.woocommerce-billing-fields h3,.cart-collaterals h2,.cart-collaterals h3,form.checkout h2,form.checkout h3 {
    font-size: 30px;
    margin-top: 0
}*/
/* CART */
.woocommerce-cart-form {
  overflow-x: auto;
  width: 100%; }

table.cart a.remove {
  background-color: transparent;
  border-radius: 50%;
  display: block;
  height: 1.618em;
  font-weight: 400;
  line-height: 1.618;
  margin: 0 auto;
  text-indent: -9999px;
  width: 1.618em; }
  table.cart a.remove:before {
    bottom: 0;
    color: #e2401c;
    content: "\f00d";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    font-weight: 700;
    left: 0;
    line-height: 1.618;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  table.cart a.remove:focus, table.cart a.remove:hover {
    background-color: #e2401c; }
    table.cart a.remove:focus:before, table.cart a.remove:hover:before {
      color: #ffffff; }
table.cart .product-thumbnail {
  text-align: center; }
  table.cart .product-thumbnail img {
    height: 56px;
    max-width: none;
    width: auto; }
table.cart input {
  margin-top: 0;
  text-align: center;
  width: 4rem; }
table.cart button {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem; }

#shipping_method {
  list-style: none;
  margin-top: 1.5rem;
  padding-left: 0; }
  #shipping_method label {
    display: inline-block; }
  #shipping_method .amount {
    color: #1a1a1a; }

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-order h2, .woocommerce-order h3, .woocommerce-shipping-fields h2, .woocommerce-shipping-fields h3, .woocommerce-billing-fields h2, .woocommerce-billing-fields h3, .cart-collaterals h2, .cart-collaterals h3, form.checkout h2, form.checkout h3 {
  font-size: 30px;
  margin-top: 0; }

.woocommerce-shipping-fields h3 label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: inherit; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0.25rem 0 0 0;
  position: relative;
  vertical-align: middle; }

.select2-container--default .select2-selection--single {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: auto;
  margin: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1a1a1a;
  line-height: 1.6;
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 400; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(0, 0, 0, 0.1); }

.wc_payment_methods.payment_methods.methods {
  list-style: none;
  padding: 0; }
  .wc_payment_methods.payment_methods.methods label {
    display: inline-block; }

#payment {
  margin-top: 2.5rem; }

.payment_box {
  background-color: transparent;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: .5rem;
  overflow: hidden;
  padding: 1rem 1rem 0 1rem; }
  .payment_box p {
    margin-bottom: 1rem; }

.form-row.place-order {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* MY ACCOUNT */
.woocommerce-MyAccount-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 -4px 2.5rem;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      margin: 0 4px .5rem; }
      .woocommerce-MyAccount-navigation ul li.is-active a {
        background-color: #1a1a1a;
        color: #ffffff; }
      .woocommerce-MyAccount-navigation ul li a {
        background-color: #987943;
        color: #ffffff;
        display: block;
        font-size: 0.8125rem;
        font-weight: 700;
        line-height: 36px;
        padding: 0 1rem; }
        .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-MyAccount-navigation ul li a:hover {
          background-color: #1a1a1a;
          color: #ffffff; }

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  border: 1px #d9d9d9 solid;
  clear: both;
  font-size: 0.8125rem;
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem !important; }

.woocommerce-error {
  border: 1px #cc2323 solid; }

.woocommerce-error button, .woocommerce-info button, .woocommerce-message button, .woocommerce-noreviews button, p.no-comments button {
  margin-right: 1rem; }
.woocommerce-error > *:last-child, .woocommerce-info > *:last-child, .woocommerce-message > *:last-child, .woocommerce-noreviews > *:last-child, p.no-comments > *:last-child {
  margin-bottom: 0; }
.woocommerce-error ul li:last-child, .woocommerce-info ul li:last-child, .woocommerce-message ul li:last-child, .woocommerce-noreviews ul li:last-child, p.no-comments ul li:last-child {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .catalog-ordering {
    text-align: right; }

  *:not(.woocommerce) > .woocommerce-message {
    top: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: calc(91.666667% - 48px); }

  .col2-set .col-1, .col2-set .col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .woocommerce-cart-form {
    overflow-x: hidden; }

  table.cart td.actions {
    text-align: right; } }
@media (min-width: 768px) {
  .products li {
    width: 25%; }

  .images.woocommerce-product-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .flex-viewport {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 85%; }

  .flex-control-thumbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 12px 0 0;
    width: 15%; }
    .flex-control-thumbs li {
      margin-bottom: 12px;
      padding: 0;
      width: 100%; } }
@media (min-width: 1280px) {
  .listing .products li {
    width: 16.666667%; } }
@media (min-width: 1600px) {
  .col2-set {
    margin-left: -24px;
    margin-right: -24px; } }

/*# sourceMappingURL=style.css.map */
