/* Add here all your CSS primaryizations */
a {
  color: var(--btn-link);
}
a:hover {
  color: var(--hovers);
}
a:focus {
  color: var(--focuses);
}
a:active {
  color: var(--actives);
}
html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
  color: #362f1c !important;
}
html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: var(--heading-color);
}
html .background-color-primary {
  background-color: #362f1c !important;
}
.alternative-font {
  color: #362f1c;
}
html .blockquote-primary {
  border-color: #362f1c !important;
}
p.drop-caps:first-letter {
  color: #362f1c;
}
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #362f1c;
}
.nav-pills .nav-link.active,
.nav-pills > li.active > a {
  background-color: #362f1c;
}
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #362f1c;
}
.nav-active-style-1 > li > a.active,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a:hover {
  border-bottom-color: #362f1c;
}
html .nav-pills-primary a {
  color: #362f1c;
}
html .nav-pills-primary a:hover {
  color: #5e5e5e;
}
html .nav-pills-primary a:focus {
  color: #5e5e5e;
}
html .nav-pills-primary a:active {
  color: #5e5e5e;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #362f1c;
}
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:focus,
html .nav-pills-primary > li.active > a:hover {
  background-color: #362f1c;
}
.sort-source-wrapper .nav > li.active > a {
  color: #362f1c;
}
.sort-source-wrapper .nav > li.active > a:focus,
.sort-source-wrapper .nav > li.active > a:hover {
  color: #362f1c;
}
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #362f1c;
}
html .badge-primary {
  background-color: #362f1c;
}
.btn-link {
  color: var(--btn-link);
}
.btn-link:hover {
  color: var(--hovers);
}
.btn-link:active {
  color: var(--actives);
}
html .btn-primary {
  background-color: var(--btn-link);
  border-color: var(--btn-link) var(--btn-link) #099;
  color: #fff;
}
html .btn-primary.hover,
html .btn-primary:hover {
  background-color: var(--hovers);
  border-color: var(--focuses) var(--focuses) var(--btn-link);
  color: #fff;
}
html .btn-primary.focus,
html .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: var(--btn-link);
  border-color: var(--btn-link) var(--btn-link) #099;
}
.show > html .btn-primary.dropdown-toggle,
html .btn-primary.active,
html .btn-primary:active {
  background-color: var(--actives) !important;
  background-image: none !important;
  border-color: #099 #099 var(--color2) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}
html .btn-primary-scale-2 {
  background-color: #099;
  border-color: #099 #099 var(--color2);
  color: #fff;
}
html .btn-primary-scale-2.hover,
html .btn-primary-scale-2:hover {
  background-color: var(--hovers);
  border-color: var(--btn-link) var(--btn-link) #099;
  color: #fff;
}
html .btn-primary-scale-2.focus,
html .btn-primary-scale-2:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #099;
  border-color: #099 #099 var(--color2);
}
.show > html .btn-primary-scale-2.dropdown-toggle,
html .btn-primary-scale-2.active,
html .btn-primary-scale-2:active {
  background-color: var(--actives) !important;
  background-image: none !important;
  border-color: var(--color2) var(--color2) #023 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 102, 153, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 153, 0.5) !important;
}
html .btn-outline.btn-primary {
  color: var(--btn-link);
  background-color: transparent;
  background-image: none;
  border-color: var(--btn-link);
}
html .btn-outline.btn-primary.hover,
html .btn-outline.btn-primary:hover {
  color: #fff;
  background-color: var(--btn-link);
  border-color: var(--btn-link);
}
html .btn-outline.btn-primary.focus,
html .btn-outline.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: var(--btn-link);
  background-color: transparent;
}
.show > html .btn-outline.btn-primary.dropdown-toggle,
html .btn-outline.btn-primary.active,
html .btn-outline.btn-primary:active {
  color: #fff !important;
  background-color: var(--btn-link) !important;
  border-color: var(--btn-link) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}
.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #362f1c;
}
.pagination .page-item.active .page-link,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #362f1c !important;
  border-color: #362f1c;
}
body.dark .pagination > li > a,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span,
body.dark .pagination > li > span:focus,
body.dark .pagination > li > span:hover {
  color: #362f1c;
}
body.dark .pagination > .active > a,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span,
body.dark .pagination > .active > span:focus,
body.dark .pagination > .active > span:hover {
  background-color: #362f1c;
  border-color: #362f1c;
}
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #362f1c;
  border-color: #362f1c #362f1c #099;
  color: #fff;
}
.pagination > .active > a.hover,
.pagination > .active > a:hover,
body.dark .pagination > .active > a.hover,
body.dark .pagination > .active > a:hover {
  background-color: var(--hovers);
  border-color: var(--focuses) var(--focuses) #362f1c;
  color: #fff;
}
.pagination > .active > a.focus,
.pagination > .active > a:focus,
body.dark .pagination > .active > a.focus,
body.dark .pagination > .active > a:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a.disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #362f1c;
  border-color: #362f1c #362f1c #099;
}
.pagination > .active > a.active,
.pagination > .active > a:active,
.show > .pagination > .active > a.dropdown-toggle,
.show > body.dark .pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.active,
body.dark .pagination > .active > a:active {
  background-color: var(--actives) !important;
  background-image: none !important;
  border-color: #099 #099 var(--color2) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}
html .alert-primary {
  background-color: #362f1c;
  border-color: #362f1c;
  color: #fff;
}
html .alert-primary .alert-link {
  color: #fff;
}
html .progress-bar-primary {
  background-color: #362f1c;
}
html section.section {
  background-color: var(--section-bg);
}
html section.section-primary {
  background-color: #362f1c !important;
  border-color: #5e5e5e !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #fff;
}
html section.section-primary p {
  color: var(--section-text);
}
html section.section-primary-scale-2 {
  background-color: #099 !important;
  border-color: var(--color2) !important;
}
html
  section.section-primary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #099;
}
section.page-header h1 {
  border-bottom-color: #362f1c;
}
section.page-header.primary-product {
  background-color: #5e5e5e;
  border-top-color: #0081c2;
}
html .page-header-color.page-header-primary {
  background-color: #362f1c;
  border-bottom-color: #362f1c;
  color: #fff;
}
html .page-header-color.page-header-primary h1 {
  color: #fff;
}
html .page-header-color.page-header-primary h1 span {
  color: #fff;
}
html .page-header-color.page-header-primary a {
  color: #fff;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #fff;
}
html .toggle-primary .toggle label {
  color: #362f1c;
  border-left-color: #362f1c;
  border-right-color: #362f1c;
}
html .toggle-primary .toggle.active > label {
  background-color: #362f1c;
  border-color: #362f1c;
  color: #fff;
}
html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #362f1c;
}
.thumb-info .thumb-info-type {
  background-color: #362f1c;
}
.thumb-info .thumb-info-action-icon {
  background-color: #362f1c;
}
.thumb-info-social-icons a {
  background-color: #362f1c;
}
.thumbnail .zoom {
  background-color: #362f1c;
}
.img-thumbnail .zoom {
  background-color: #362f1c;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #362f1c;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #fff;
}
.thumb-info-ribbon {
  background: #362f1c;
}
.thumb-info-ribbon:before {
  border-right-color: var(--color2);
  border-left-color: var(--color2);
}
.inverted {
  background-color: #362f1c;
}
html .inverted-primary {
  background-color: #362f1c;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0074ad;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"] {
  color: #362f1c;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover {
  color: #362f1c;
}
.owl-carousel .owl-nav button[class*="owl-"] {
  color: #fff;
  transform: scale(2.5);
  margin: 0 30px;
}
.owl-carousel .owl-nav button[class*="owl-"].hover,
.owl-carousel .owl-nav button[class*="owl-"]:hover {
  background-color: transparent;
  color: #fff;
}
.owl-carousel .owl-nav button[class*="owl-"].active,
.owl-carousel .owl-nav button[class*="owl-"]:active {
  background-color: var(--actives);
  background-image: none;
  border-color: #099 #099 var(--color2);
}
.owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover {
  color: #362f1c;
}
html body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link:hover {
  color: #362f1c;
}
html body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:hover {
  border-top-color: #362f1c;
}
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  border-top-color: #362f1c;
  color: #362f1c;
}
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover {
  border-top-color: #362f1c;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover {
  border-bottom-color: #362f1c;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark
  body
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:hover {
  border-left-color: #362f1c;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark
  body
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:hover {
  border-right-color: #362f1c;
}
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #362f1c;
  color: #362f1c;
}
html body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #362f1c;
}
html body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #362f1c;
}
html body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover {
  border-top-color: #362f1c;
  color: #362f1c;
}
html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover {
  border-bottom-color: #362f1c;
}
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover {
  border-bottom-color: #362f1c;
}
html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #362f1c;
}
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover {
  border-left-color: #362f1c;
}
html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #362f1c;
}
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover {
  border-right-color: #362f1c;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:focus,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:hover {
  border-right-color: #362f1c;
  border-left-color: transparent;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:focus,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:hover {
  border-right-color: transparent;
  border-left-color: #362f1c;
}
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li a:first-child > .icons:first-child,
.list.list-icons li > .fa:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li > .icons:first-child {
  color: #362f1c;
  border-color: #362f1c;
}
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child,
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #362f1c;
}
.list.list-ordened li:before {
  color: #362f1c;
  border-color: #362f1c;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #362f1c;
}
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fab:first-child,
html .list-primary.list-icons li a:first-child > .fal:first-child,
html .list-primary.list-icons li a:first-child > .far:first-child,
html .list-primary.list-icons li a:first-child > .fas:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child,
html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li > .fab:first-child,
html .list-primary.list-icons li > .fal:first-child,
html .list-primary.list-icons li > .far:first-child,
html .list-primary.list-icons li > .fas:first-child,
html .list-primary.list-icons li > .icons:first-child {
  color: #362f1c;
  border-color: #362f1c;
}
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .fab:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .fal:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .far:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .fas:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #362f1c;
  color: #fff;
}
html .list-primary.list-ordened li:before {
  color: #362f1c;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #362f1c;
  color: #fff;
}
.parallax blockquote i.fa-quote-left {
  color: #362f1c;
}
section.video blockquote i.fa-quote-left {
  color: #362f1c;
}
.accordion .card-header a {
  color: #362f1c;
}
html .accordion.accordion-primary .card-header {
  background-color: #362f1c !important;
}
html .accordion.accordion-primary .card-header a {
  color: #fff;
}
html .divider.divider-primary .fa,
html .divider.divider-primary .fab,
html .divider.divider-primary .fal,
html .divider.divider-primary .far,
html .divider.divider-primary .fas,
html .divider.divider-primary .icons {
  color: #362f1c;
}
html .divider.divider-primary.divider-small hr {
  background: #362f1c;
}
html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .fab,
html .divider.divider-style-2.divider-primary .fal,
html .divider.divider-style-2.divider-primary .far,
html .divider.divider-style-2.divider-primary .fas,
html .divider.divider-style-2.divider-primary .icons {
  background: #362f1c;
  color: #fff;
}
html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .fab,
html .divider.divider-style-3.divider-primary .fal,
html .divider.divider-style-3.divider-primary .far,
html .divider.divider-style-3.divider-primary .fas,
html .divider.divider-style-3.divider-primary .icons {
  border-color: #362f1c;
}
#header .tip {
  background: #362f1c;
  color: #fff;
}
#header .tip:before {
  border-right-color: #362f1c;
  border-left-color: transparent;
}
html #header .tip-primary {
  background: #362f1c !important;
  color: #fff !important;
}
html #header .tip-primary:before {
  border-right-color: #362f1c !important;
}
html[dir="rtl"] #header .tip:before {
  border-left-color: #362f1c;
}
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #362f1c;
}
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #362f1c !important;
  border-right-color: transparent !important;
}
#header .header-btn-collapse-nav {
  background: #362f1c;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    color: #362f1c;
  }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  #header .header-nav-main nav > ul > li > a.active {
    background: #362f1c;
  }
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #362f1c;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #362f1c;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent #362f1c;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > a:before,
  #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #362f1c;
  }
  #header .header-nav-main nav > ul > li .dropdown-menu {
    border-top-color: #362f1c;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li
    .dropdown-menu
    li.dropdown-submenu.dropdown-reverse
    > a:after {
    border-color: transparent #362f1c transparent transparent !important;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #362f1c;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega-signin
    .dropdown-menu
    li
    a {
    color: #362f1c;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a.active {
    color: #362f1c;
  }
  #header
    .header-nav.header-nav-stripe
    nav
    > ul
    > li
    > a.active.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  #header .header-nav.header-nav-stripe nav > ul > li.open > a,
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background-color: #362f1c;
  }
  #header .header-nav.header-nav-top-line nav > ul li > a.active {
    color: #362f1c;
  }
  #header .header-nav.header-nav-top-line nav > ul li > a.active:before {
    background: #362f1c;
  }
  #header
    .header-nav.header-nav-top-line
    nav
    > ul
    li
    > a.active.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  #header .header-nav.header-nav-top-line nav > ul li:hover > a {
    color: #362f1c;
  }
  #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
    background: #362f1c;
  }
  #header
    .header-nav.header-nav-top-line
    nav
    > ul
    li:hover
    > a.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active {
    color: #362f1c;
  }
  #header
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    li
    > a.active.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
    color: #362f1c;
  }
  #header
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    li:hover
    > a.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-left-color: #362f1c;
  }
  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown
    > a.dropdown-toggle:after {
    border-color: transparent transparent transparent #362f1c;
  }
  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown.active
    > a.dropdown-toggle:after,
  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > a.dropdown-toggle:after {
    border-color: transparent transparent transparent #fff;
  }
  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-right-color: #362f1c;
  }
  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown
    > a.dropdown-toggle:after {
    border-color: transparent #362f1c transparent transparent;
  }
  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown.active
    > a.dropdown-toggle:after,
  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > a.dropdown-toggle:after {
    border-color: transparent #fff transparent transparent;
  }
}
@media (min-width: 992px) {
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    background: #362f1c;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    background: #362f1c;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a {
    color: #362f1c;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover {
    background: #362f1c;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:after {
    border-color: #362f1c transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu {
    border-top-color: #362f1c;
    background-color: #362f1c;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #5e5e5e;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li:hover
    > a {
    background: #5e5e5e;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.open
    > a:before,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a:before {
    border-bottom-color: #362f1c;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-primary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #e36159 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #e36159 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #2baab1 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #2baab1 transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    background: #2baab1;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    background: #2baab1;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover {
    background: #2baab1;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:after {
    border-color: #2baab1 transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu {
    border-top-color: #2baab1;
    background-color: #2baab1;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #30bec6;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li:hover
    > a {
    background: #30bec6;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.open
    > a:before,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a:before {
    border-bottom-color: #2baab1;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-tertiary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #383f48 transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #383f48 transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    background: #383f48;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    background: #383f48;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a {
    color: #383f48;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover {
    background: #383f48;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:after {
    border-color: #383f48 transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu {
    border-top-color: #383f48;
    background-color: #383f48;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #434c56;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li:hover
    > a {
    background: #434c56;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.open
    > a:before,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a:before {
    border-bottom-color: #383f48;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-quaternary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #2e353e transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #2e353e transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    background: #2e353e;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    background: #2e353e;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a {
    color: #2e353e;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover {
    background: #2e353e;
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:after {
    border-color: #2e353e transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu {
    border-top-color: #2e353e;
    background-color: #2e353e;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #39424d;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li:hover
    > a {
    background: #39424d;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.open
    > a:before,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a:before {
    border-bottom-color: #2e353e;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-dark
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #fff transparent transparent transparent;
  }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #fff transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    > a.active {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a {
    color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:after {
    border-color: #fff transparent transparent transparent;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu {
    border-top-color: #fff;
    background-color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li
    a {
    color: #777;
    border-bottom-color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li:hover
    > a {
    background: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent #777;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.open
    > a:before,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a:before {
    border-bottom-color: #fff;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-light
    .dropdown-mega-sub-title {
    color: #777;
    opacity: 0.7;
  }
  html[dir="rtl"]
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent #362f1c transparent transparent;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a {
    color: #362f1c;
  }
  #header .header-nav-main nav > ul > li > a:active {
    color: #362f1c;
  }
  #header .header-nav-main nav > ul > li > a.active {
    background: #362f1c;
  }
  #header .header-nav-main nav > ul > li > a.active:focus,
  #header .header-nav-main nav > ul > li > a.active:hover {
    background: #362f1c;
  }
}
@media (max-width: 991px) {
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a {
    color: #362f1c;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    background: #362f1c;
    color: #fff;
  }
}
html #header .header-top.header-top-primary {
  background: #362f1c;
  border-top-color: #5e5e5e;
}
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #5e5e5e;
}
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:focus,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover {
  background: #5e5e5e;
}
html #header .header-top.header-top-primary .dropdown-menu {
  background: #5e5e5e;
  border-color: #5e5e5e;
}
html #header .header-top.header-top-primary .dropdown-menu a:focus,
html #header .header-top.header-top-primary .dropdown-menu a:hover {
  background: var(--focuses) !important;
}
@media (min-width: 992px) {
  html #header .header-nav-bar-primary {
    background: #362f1c !important;
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: #362f1c;
  }
  #header
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.open
    > a.dropdown-toggle:after,
  #header
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li:hover
    > a.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #362f1c;
  }
  #header
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li
    > a.active.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
}
@media (min-width: 992px) {
  html:not(.sticky-header-active)
    #header.header-transparent:not(.header-transparent-not-fixed)
    .header-nav-main
    nav
    > ul
    > li
    > a.active {
    color: #362f1c;
  }
  html:not(.sticky-header-active)
    #header.header-transparent:not(.header-transparent-not-fixed)
    .header-nav-main
    nav
    > ul
    > li
    > a.active.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  html
    #header.header-semi-transparent
    .header-nav-main
    nav
    > ul
    > li
    > a.active {
    color: #362f1c;
  }
  html
    #header.header-semi-transparent
    .header-nav-main
    nav
    > ul
    > li
    > a.active.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
  html:not(.sticky-header-active)
    #header.header-semi-transparent-light
    .header-nav-main
    nav
    > ul
    > li
    > a.active {
    color: #362f1c;
  }
  html:not(.sticky-header-active)
    #header.header-semi-transparent-light
    .header-nav-main
    nav
    > ul
    > li
    > a.active.dropdown-toggle:after {
    border-color: #362f1c transparent transparent transparent;
  }
}
.testimonial blockquote {
  background: #5e5e5e;
}
.testimonial .testimonial-arrow-down {
  border-top-color: #5e5e5e;
}
html .testimonial-primary blockquote {
  background: #5e5e5e;
}
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #5e5e5e;
}
.circular-bar.only-icon .fa,
.circular-bar.only-icon .fab,
.circular-bar.only-icon .fal,
.circular-bar.only-icon .far,
.circular-bar.only-icon .fas,
.circular-bar.only-icon .icons {
  color: #362f1c;
}
html .counters .counter-primary .fa,
html .counters .counter-primary .fab,
html .counters .counter-primary .fal,
html .counters .counter-primary .far,
html .counters .counter-primary .fas,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #362f1c;
}
.icon-featured {
  background-color: #362f1c;
}
.featured-box-primary .icon-featured {
  background-color: #362f1c;
}
.featured-box-primary .icon-featured:after {
  border-color: #362f1c;
}
.featured-box-primary h4 {
  color: #362f1c;
}
.featured-box-primary .box-content {
  border-top-color: #362f1c;
}
html .featured-box-primary .icon-featured {
  background-color: #362f1c;
}
html .featured-box-primary h4 {
  color: #362f1c;
}
html .featured-box-primary .box-content {
  border-top-color: #362f1c;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #362f1c;
  color: #362f1c;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #362f1c;
  color: #362f1c;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #362f1c;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #362f1c;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #362f1c;
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #362f1c;
  box-shadow: 0 0 0 3px #362f1c;
}
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #362f1c;
  box-shadow: 0 0 0 10px #362f1c;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #362f1c !important;
}
.feature-box .feature-box-icon {
  background-color: #362f1c;
}
html .feature-box-primary .feature-box-icon {
  background-color: #362f1c;
}
.feature-box.feature-box-style-2 .feature-box-icon .fa,
.feature-box.feature-box-style-2 .feature-box-icon .fab,
.feature-box.feature-box-style-2 .feature-box-icon .fal,
.feature-box.feature-box-style-2 .feature-box-icon .far,
.feature-box.feature-box-style-2 .feature-box-icon .fas,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #362f1c;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #362f1c;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #362f1c;
}
.feature-box.feature-box-style-3 .feature-box-icon .fa,
.feature-box.feature-box-style-3 .feature-box-icon .fab,
.feature-box.feature-box-style-3 .feature-box-icon .fal,
.feature-box.feature-box-style-3 .feature-box-icon .far,
.feature-box.feature-box-style-3 .feature-box-icon .fas,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #362f1c;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #362f1c;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #362f1c;
}
.feature-box.feature-box-style-4 .feature-box-icon .fa,
.feature-box.feature-box-style-4 .feature-box-icon .fab,
.feature-box.feature-box-style-4 .feature-box-icon .fal,
.feature-box.feature-box-style-4 .feature-box-icon .far,
.feature-box.feature-box-style-4 .feature-box-icon .fas,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #362f1c;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #362f1c;
}
.feature-box.feature-box-style-5 .feature-box-icon .fa,
.feature-box.feature-box-style-5 .feature-box-icon .fab,
.feature-box.feature-box-style-5 .feature-box-icon .fal,
.feature-box.feature-box-style-5 .feature-box-icon .far,
.feature-box.feature-box-style-5 .feature-box-icon .fas,
.feature-box.feature-box-style-5 .feature-box-icon .icons {
  color: #362f1c;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
  color: #362f1c;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
  color: #362f1c;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #099;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #5e5e5e;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #362f1c;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #5e5e5e;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: var(--focuses);
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #1ab2ff;
}
html .featured-boxes-full .featured-box-full-primary {
  background-color: #362f1c;
  color: #fff;
}
.pricing-table .most-popular {
  border-color: #362f1c;
}
.pricing-table .most-popular h3 {
  background-color: #362f1c;
}
.pricing-table.princig-table-flat .plan h3 {
  background-color: #362f1c;
}
.pricing-table.princig-table-flat .plan h3 span {
  background: #362f1c;
}
html .call-to-action.featured.featured-primary {
  border-top-color: #362f1c;
}
html .call-to-action.call-to-action-primary {
  background: #362f1c;
}
html .call-to-action.with-full-borders-primary {
  border-color: #362f1c;
}
html .call-to-action.call-to-action-primary {
  background: #362f1c;
}
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #fff;
}
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #362f1c;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #362f1c;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #362f1c;
}
ul.history li .featured-box .box-content {
  border-top-color: #362f1c;
}
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #362f1c;
}
.recent-posts .date .day,
article.post .post-date .day {
  color: #362f1c;
}
.slider .tp-bannertimer {
  background-color: #362f1c;
}
.home-concept strong {
  color: #362f1c;
}
html .home-intro-primary {
  background: #362f1c;
}
.home-intro p em {
  color: var(--focuses);
}
.hover-effect-1:hover a {
  color: #362f1c !important;
}
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(0, 136, 204, 0.4);
}
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #362f1c;
  border-color: #362f1c #362f1c #099;
  color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover {
  background-color: var(--hovers);
  border-color: var(--focuses) var(--focuses) #362f1c;
  color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
  background-color: #362f1c;
  border-color: #362f1c #362f1c #099;
}
.show > .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.show > .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow:active {
  background-color: var(--actives) !important;
  background-image: none !important;
  border-color: #099 #099 var(--color2) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}
.shop .products .product .onsale {
  background-color: #362f1c;
  border-bottom-color: #006da3;
}
.shop .cart-totals tr.total .amount,
.shop .star-rating span {
  color: #362f1c;
}
#footer .footer-ribbon {
  background: #362f1c;
}
#footer .footer-ribbon:before {
  border-right-color: var(--color2);
  border-left-color: var(--color2);
}
#footer.light a,
#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4 {
  color: #362f1c;
}
#footer.color {
  background: #362f1c;
  border-top-color: #362f1c;
}
#footer.color .footer-ribbon {
  background: #099;
}
#footer.color .footer-ribbon:before {
  border-right-color: #00334d;
}
#footer.color .footer-copyright {
  background: #5e5e5e;
  border-top-color: #5e5e5e;
}
html #footer.color-primary {
  background: #362f1c;
  border-top-color: #362f1c;
}
html #footer.color-primary .footer-ribbon {
  background: #099;
}
html #footer.color-primary .footer-ribbon:before {
  border-right-color: #00334d;
}
html #footer.color-primary .footer-copyright {
  background: #362f1c;
  border-top-color: #362f1c;
}
.sample-icon-list .sample-icon a:hover {
  background-color: #362f1c;
}
html.boxed .body {
  border-top-color: #362f1c;
  background-color: var(--body);
}
html .scroll-to-top {
  bottom: 70px;
  right: 20px;
  border-radius: 5px;
  background: #362f1c;
}
