/* compiled by scssphp v0.3.2 on Mon, 14 Jul 2025 21:05:38 +0000 (0.1315s) */

/* !Start Variables */
/* Site Wide */
body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625rem;
  overflow-x: clip;
  color: #7b7979;
  font-family: 'Roboto', sans-serif;
}
.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%;
}
.container-semi-fluid.bleed-right {
  margin-right: 0px;
  padding-right: 0px;
}
@media (min-width: 1400px) {
  .container-semi-fluid.bleed-right {
    max-width: calc(100vw - (100vw - 1400px) / 2);
    margin-left: calc((100vw - 1400px) / 2);
  }
}
.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.flash.alert {
  margin-bottom: 0;
}
.alert {
  border-radius: 0;
  border: none;
  color: #fff;
}
.alert.alert-danger {
  background-color: #901315;
}
.alert.alert-danger a:not(.btn) {
  color: #fff;
}
.alert.alert-success {
  background-color: #4caf50;
}
.alert.alert-info {
  background-color: #03a9f4;
}
.alert.alert-warning {
  background-color: #ff5722;
}
img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0;
}
img.responsive.pull-left, .img-responsive.pull-left {
  padding: 2rem 2rem 2rem 0;
}
img.responsive.pull-right, .img-responsive.pull-right {
  padding: 2rem 0 2rem 2rem;
}
.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.flex, .flex-sp {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flex, .flex-sp {
    flex-direction: column;
  }
}
.flex.flex-center, .flex-sp.flex-center {
  justify-content: center;
}
.pad, .padded, .padding {
  padding: 2.75rem 0 3rem;
}
.well-pad-top {
  padding-top: 1.25rem;
}
.pad-bottom {
  padding-bottom: 2.75rem;
}
.pad-top {
  padding-top: 2.75rem;
}
.extra-pad {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.extra-pad-top {
  padding-top: 4rem;
}
@media screen and (max-width: 1100px) {
  .extra-pad-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .extra-pad-top {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .extra-pad-top {
    padding-top: 3rem;
  }
}
.extra-pad-bottom {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .extra-pad-bottom {
    padding-bottom: 3rem;
  }
}
.no-pad {
  padding: 0;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7b7979;
  opacity: 0.75;
}
.bg-img {
  background-size: cover;
  background-position: center;
}
.gradient {
  background: #b92022;
  background: -moz-linear-gradient(-45deg, #b92022 0%, #b92022 100%);
  background: -webkit-linear-gradient(-45deg, #b92022 0%, #b92022 100%);
  background: linear-gradient(135deg, #b92022 0%, #b92022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorAlt',GradientType=1);
}
.gradient.primary {
  background: #b92022;
  background: -moz-linear-gradient(-45deg, #b92022 0%, #901315 100%);
  background: -webkit-linear-gradient(-45deg, #b92022 0%, #901315 100%);
  background: linear-gradient(135deg, #b92022 0%, #901315 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorDark',GradientType=1);
}
.gradient.secondary {
  background: #b92022;
  background: -moz-linear-gradient(-45deg, #b92022 0%, #901315 100%);
  background: -webkit-linear-gradient(-45deg, #b92022 0%, #901315 100%);
  background: linear-gradient(135deg, #b92022 0%, #901315 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColorAlt', endColorstr='$accentColorAltDark',GradientType=1);
}
.gradient.light {
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #7b7979 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #7b7979 100%);
  background: linear-gradient(135deg, #fff 0%, #7b7979 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryLightColor', endColorstr='$secondaryLightColor',GradientType=1);
}
.gradient.dark {
  background: #7b7979;
  background: -moz-linear-gradient(-45deg, #7b7979 0%, #2e3b44 100%);
  background: -webkit-linear-gradient(-45deg, #7b7979 0%, #2e3b44 100%);
  background: linear-gradient(135deg, #7b7979 0%, #2e3b44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryDarkColor', endColorstr='$secondaryDarkColor',GradientType=1);
}
.well {
  border: solid 1px #f2f2f2;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0;
}
.item {
  margin-bottom: 2rem;
}
.social .fa {
  font-size: 1.25rem;
}
address ul, address .fa-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
address ul li .fa, address .fa-ul li .fa {
  padding-right: 0.5em;
}
/* Tables */
table, .table {
  width: 100%;
  margin: 2rem 0;
}
table tr th, .table tr th, table tr td, .table tr td {
  vertical-align: middle !important;
}
table tr th, .table tr th, table tr td:first-child, .table tr td:first-child {
  font-size: 1rem;
}
table tr td, .table tr td {
  border: 1px #f2f2f2 solid;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  line-height: 1.3;
}
table tr td strong, .table tr td strong {
  color: #b92022;
}
table > thead > tr > th, .table > thead > tr > th {
  border-bottom-color: #901315;
}
table.table-striped > tbody > tr:nth-child(odd), .table.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #b92022;
  font-family: 'Poppins', sans-serif;
  margin: 1em 0 0.5em 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
  font-size: 50%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #7b7979;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.45rem;
}
h3 {
  font-size: 1.15rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.9rem;
}
h6 {
  font-size: 0.8rem;
}
h3 {
  margin: 1em 0 1.25em 0;
}
p, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination), ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills):not(.nav-tabs) {
  font-size: 0.92rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 1em;
}
p big, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) big, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills):not(.nav-tabs) big, p .lead, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) .lead, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills):not(.nav-tabs) .lead {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: -0.03em;
}
p:last-of-type, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):last-of-type, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills):not(.nav-tabs):last-of-type {
  margin-bottom: 0;
}
.mid-size-title {
  font-size: calc(50px + (90 - 50) * (100vw - 400px) / (1440 - 400));
  font-weight: 700;
  letter-spacing: -0.06em !important;
}
@media (min-width: 1440px) {
  .mid-size-title {
    font-size: 90px;
  }
}
.small-size-title {
  font-size: calc(35px + (45 - 35) * (100vw - 400px) / (1440 - 400));
  line-height: 1;
}
@media (min-width: 1440px) {
  .small-size-title {
    font-size: 45px;
  }
}
.p-18 p, p.p-18 {
  color: #fff;
  font-size: calc(16px + (18 - 16) * (100vw - 400px) / (1440 - 400));
}
@media (min-width: 1440px) {
  .p-18 p, p.p-18 {
    font-size: 18px;
  }
}
.p-21 p, p.p-21 {
  color: #fff;
  font-size: calc(18px + (21 - 18) * (100vw - 400px) / (1440 - 400));
}
@media (min-width: 1440px) {
  .p-21 p, p.p-21 {
    font-size: 21px;
  }
}
.p-24 p, p.p-24 {
  color: #fff;
  font-size: calc(18px + (24 - 18) * (100vw - 400px) / (1440 - 400));
}
@media (min-width: 1440px) {
  .p-24 p, p.p-24 {
    font-size: 24px;
  }
}
.font-greycliff {
  letter-spacing: -0.06em !important;
  font-weight: 700;
  font-family: 'greycliff-cf', sans-serif !important;
}
.font-krul {
  font-family: "krul", sans-serif;
}
.font-ivymode {
  font-family: "ivymode", sans-serif;
}
.elite-logo {
  color: #fff;
  font-family: "krul", sans-serif !important;
  text-transform: none;
  letter-spacing: 0 !important;
  margin: 0;
  line-height: 0.5;
  font-size: calc(50px + (96 - 50) * (100vw - 400px) / (1440 - 400));
}
@media (min-width: 1440px) {
  .elite-logo {
    font-size: 96px;
  }
}
.elite-logo span {
  font-family: "ivymode", sans-serif;
  font-size: calc(20px + (29 - 20) * (100vw - 400px) / (1440 - 400));
  line-height: 1;
}
@media (min-width: 1440px) {
  .elite-logo span {
    font-size: 29px;
  }
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #b92022;
  color: #fff;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills) li {
  margin-bottom: 0;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills) li a {
  color: #7b7979;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a:hover, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills) li a:hover, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a:focus, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills) li a:focus {
  color: #b92022;
}
ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills):not(.nav-tabs) {
  list-style: none;
  padding-left: 1rem;
}
ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills):not(.nav-tabs) li:before {
  content: '\f105';
  display: inline-block;
  font-family: fontAwesome;
  color: #b92022;
  font-weight: 900;
  margin-right: 0.5rem;
}
a {
  color: #b92022;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #901315;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #901315;
  color: #fff;
}
.text-inner-pad {
  padding: 5% 0 7%;
}
/* Buttons */
.btn {
  border-radius: 0;
  padding: 0.75em 2em;
  font-size: 0.9rem;
  border: 2px #7b7979 solid;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s;
  border-radius: 3px;
}
.btn .fa {
  margin-left: 0.5rem;
  font-weight: 900;
}
.btn-small, .btn-sm {
  font-size: 0.6rem;
}
.btn-large, btn-lg, .btn-lrg {
  font-size: 1rem;
}
.btn-default {
  background-color: #7b7979;
  color: #fff;
  border-color: #7b7979;
}
.btn-default:hover, .btn-default:focus {
  background-color: #2e3b44;
  color: #fff;
  border-color: #2e3b44;
}
.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-primary {
  background-color: transparent;
  color: #b92022;
  border-color: #b92022;
  transition: all 0.25s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #b92022;
  color: #fff;
  border-color: #901315;
}
.btn-secondary {
  background-color: #b92022;
  color: #fff;
  border-color: #b92022;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #901315;
  color: #fff;
  border-color: #901315;
}
.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost.active {
  background-color: #fff;
  color: #7b7979;
  border-color: #fff;
}
.btn-ghost-gold {
  font-family: 'greycliff-cf', sans-serif !important;
  font-weight: 400;
  padding: 0.75em 4em;
  background: transparent;
  color: #fff;
  transition: none;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(135.34deg, #856220 15.43%, #f4e683 34.91%, #bf923d 50.85%, #4e341b 68.56%, #f1ea82 86.26%);
}
.btn-ghost-gold:hover, .btn-ghost-gold:focus {
  background: linear-gradient(135.34deg, #856220 15.43%, #f4e683 34.91%, #bf923d 50.85%, #4e341b 68.56%, #f1ea82 86.26%);
  color: #fff !important;
}
.btn-ghost-gold.text-gold {
  color: #856220;
}
.btn-grey {
  background-color: #7b7979;
  color: #fff !important;
  border-color: #7b7979;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey.active {
  background-color: transparent;
  color: #7b7979 !important;
  border-color: #7b7979;
}
.btn-inverse {
  background-color: #fff;
  color: #7b7979;
  border-color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #7b7979;
  color: #7b7979;
  border-color: #7b7979;
}
.application-columns {
  column-count: 3;
  column-gap: 30px;
}
.application-columns p {
  margin: 0 0 7px;
}
/* Header */
header {
  padding: 0.2rem 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
}
header .logo {
  max-height: 60px;
  animation: 0.7s ease-in-out 0s 1 slideInFromLeft;
}
.navbar-nav > li > a {
  padding: 5px 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 7px;
}
#product-aside .btn-ghost {
  padding: 0.75em 0.75em;
  white-space: normal;
  font-size: 0.7rem;
}
#product-aside .btn-buy {
  padding: 0.75em 0.75em;
  white-space: normal;
  font-size: 0.7rem;
  background: #820a1d;
  border-color: #fff;
  color: #fff;
}
#product-aside .btn-buy:hover {
  background: #820a1d;
  color: #fff;
}
#desktop-menu .navbar-collapse .navbar-inner > ul > li:not(:first-child):before {
  content: '|';
  position: relative;
  left: -2px;
  color: #f2f2f2;
  font-size: 15px;
  font-weight: 400;
  float: left;
  top: 7px;
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Navigation */
.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  margin-top: 5px;
  transform: translateX(100%);
  animation: 0.8s ease-in-out 0.4s 1 slideInFromRight;
  animation-fill-mode: forwards;
}
.navbar-default .navbar-nav > li > a {
  color: #4f4f4f;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .navbar-default .navbar-nav > li > a {
    letter-spacing: 0;
    padding: 5px 7px;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #7a7a7a;
  border-bottom: 1px solid #6f3238;
}
.navbar-default .navbar-nav > li > a .fa {
  color: #7a7a7a;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #7b7979;
  margin-top: 22px;
}
.navbar-default .navbar-nav > li > .dropdown-menu li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6rem;
  font-family: 'Roboto', sans-serif;
  padding: 6px 10px;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #7b7979;
  border-bottom: 1px solid #b92022;
  font-weight: 300;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #7a7a7a;
}
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #b92022;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #b92022;
}
.navbar-default .navbar-nav.navbar-right .dropdown-menu {
  right: auto;
}
.navbar-default .navbar-toggle {
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #7b7979;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #7b7979;
  margin-top: 5px;
  margin-right: -10px;
}
/* MM Menu */
.mm-slideout {
  box-shadow: none !important;
}
#mobile-menu.mm-menu {
  background-color: #fff;
}
#mobile-menu.mm-menu .mm-panel {
  border: none;
  border-radius: 0;
}
#mobile-menu.mm-menu .mm-panel.mm-highest {
  box-shadow: none;
}
#mobile-menu.mm-menu > .mm-list {
  padding: 0;
  margin-top: 0 !important;
}
#mobile-menu.mm-menu > .mm-list > li {
  width: 100%;
  border-left: 5px #fff solid;
}
#mobile-menu.mm-menu > .mm-list > li a {
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #7b7979;
  padding: 1em 1.5em !important;
  border: none;
  font-size: 1rem;
}
#mobile-menu.mm-menu > .mm-list > li a .fa {
  display: none;
}
#mobile-menu.mm-menu > .mm-list > li a:hover, #mobile-menu.mm-menu > .mm-list > li a:focus {
  background: transparent;
}
#mobile-menu.mm-menu > .mm-list > li:hover, #mobile-menu.mm-menu > .mm-list > li:focus {
  background: #fff;
  border-left-color: #b92022;
}
#mobile-menu.mm-menu > .mm-list > li:hover a, #mobile-menu.mm-menu > .mm-list > li:focus a {
  color: #b92022;
}
#mobile-menu.mm-menu > .mm-list > li:hover a:hover, #mobile-menu.mm-menu > .mm-list > li:focus a:hover, #mobile-menu.mm-menu > .mm-list > li:hover a:focus, #mobile-menu.mm-menu > .mm-list > li:focus a:focus {
  background: transparent;
}
#mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:focus, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:focus {
  background: #901315;
}
#mobile-menu.mm-menu > .mm-list > li a.mm-subclose {
  background: #b92022;
  color: #fff;
  margin: 0;
}
#mobile-menu.mm-menu > .mm-list > li a.mm-subclose:before {
  border-color: #fff;
  bottom: 70%;
}
#mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-color: #2e3b44;
  opacity: 0.5;
}
#mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border-color: #7b7979;
  opacity: 0.7;
}
#mobile-menu.mm-menu > .mm-list > li.mm-selected.open {
  border-color: #b92022;
}
#mobile-menu.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
  background: transparent;
  color: #b92022;
  border-color: #b92022;
}
#mobile-menu.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
  background: #b92022;
}
#mobile-menu.mm-menu > .mm-list > li.active {
  border-color: #b92022;
}
#mobile-menu.mm-menu > .mm-list > li.active > a {
  color: #b92022;
}
#mobile-menu.mm-menu > .mm-list > li.mm-subtitle {
  border-color: #b92022;
  transition: all 0.3s;
}
#mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus {
  border-color: #901315;
}
#mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
  background: #901315;
}
#mobile-menu.mm-menu > .mm-list .mm-subopen {
  background: #b92022;
}
#mobile-menu.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 45%;
}
#mobile-menu.mm-menu > .mm-list .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list .mm-subopen:focus {
  background: #901315;
}
/* Carousel */
.carousel .carousel-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0;
  z-index: 5;
}
.carousel .carousel-caption.left {
  text-align: left;
}
.carousel .carousel-caption.right {
  text-align: right;
}
.carousel .carousel-caption.center {
  text-align: center;
  justify-content: center;
}
.carousel .carousel-caption h3 {
  margin: 0 0 1rem 0;
  font-size: 3rem;
  color: #fff;
  line-height: 0.9;
}
.carousel .carousel-caption p {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.carousel .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 1px !important;
  border-width: 2px;
}
.carousel .carousel-control {
  background: transparent;
  width: 8%;
}
.carousel .carousel-control.left .fa {
  right: 100%;
}
.carousel .carousel-control.right .fa {
  left: 100%;
}
.carousel .carousel-control .fa {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  font-size: 3rem;
  text-shadow: none;
  transition: all 0.3s;
}
.carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
  right: 50%;
}
.carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
  left: 50%;
}
.carousel .carousel-inner .item {
  margin-bottom: 0;
}
.photo-caption {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 10;
  padding: 15px 35px 10px;
  width: 600px;
  max-width: 100%;
  background: rgba(255, 255, 255, .8);
  text-align: left;
  color: #7b7979;
  border-left: 5px solid #b92022;
}
.photo-caption p {
  margin-bottom: 5px;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
}
.intro {
  background: #fff;
}
.intro h3 {
  color: #b92022;
}
/* Shoutout */
.shoutout {
  background: #efefef;
  padding: 2% 0;
}
.shoutout .item {
  margin-bottom: 0;
  background: #fff;
  padding: 2rem 1.25rem;
}
/* Blog */
.blog-image {
  display: block;
  background-color: #7b7979;
  background-position: center;
  background-origin: border-box;
  background-size: cover;
  width: 100%;
  height: 350px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/* CTA */
.red-contact {
  background: #b92022;
  color: #fff;
  padding: 1.5% 0 2%;
}
.red-contact p {
  color: #fff;
}
.red-contact h1, .red-contact h2, .red-contact h3, .red-contact h4, .red-contact h5 {
  color: #fff;
}
.mini-map {
  opacity: 0.7;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
  filter: grayscale(100%);
}
.mini-map:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.cta {
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
  padding: 10% 0 9%;
}
.cta h4, .cta h2, .cta h3, .cta h1 {
  color: #fff;
  font-size: 2.7em;
}
.cta p {
  color: #fff;
}
.cta .overlay {
  opacity: 0.85;
}
.cta.light h4 {
  color: #7b7979;
}
.cta.light p {
  color: #7b7979;
}
.cta.no-photo .overlay {
  opacity: 1;
}
/* Child Pages */
/* Special Content */
.spec-content .item {
  margin-bottom: 0;
  /* Main styles for all layouts */
  /* Layouts */
}
.spec-content .item img {
  width: 100%;
}
.spec-content .item h3 {
  color: #fff;
  font-size: 2.25em;
  font-weight: 200;
}
.spec-content .item h3 small {
  color: #7b7979;
}
.spec-content .item p {
  color: #fff;
}
.spec-content .item.primary h3 small {
  color: #fff;
}
.spec-content .item.secondary h3 small {
  color: #fff;
}
.spec-content .item.dark {
  background-color: #7b7979;
}
.spec-content .item.dark h3 {
  color: #fff;
}
.spec-content .item.dark h3 small {
  color: #fff;
}
.spec-content .item.light {
  background-color: #f2f2f2;
}
.spec-content .item.light h3 {
  color: #b92022;
}
.spec-content .item.white {
  background-color: #fff;
  box-shadow: inset 0 0 43px rgba(0, 0, 0, .25);
}
.spec-content .item.white h3 {
  color: #7b7979;
}
.spec-content .item.white h3 small {
  color: #b92022;
}
.spec-content .item.white p {
  color: #7b7979;
}
.spec-content .item.reg.primary, .spec-content .item.bg-img .overlay.primary {
  background-color: #b92022;
}
.spec-content .item.reg.secondary, .spec-content .item.bg-img .overlay.secondary {
  background-color: #b92022;
}
.spec-content .item.reg.dark, .spec-content .item.bg-img .overlay.dark {
  background-color: #7b7979;
}
.spec-content .item.reg.light, .spec-content .item.bg-img .overlay.light {
  background-color: #f2f2f2;
}
.spec-content .item.reg.light h3 small, .spec-content .item.bg-img .overlay.light h3 small {
  color: #7b7979;
}
.spec-content .item.reg.light p, .spec-content .item.bg-img .overlay.light p {
  color: #7b7979;
}
.spec-content .item.reg.white, .spec-content .item.bg-img .overlay.white {
  background-color: #fff;
}
.spec-content .item .overlay {
  opacity: 0.85;
}
/* FAQ */
.faq a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7b7979;
  font-weight: 400;
  border-bottom: 1px solid #7b7979;
}
.faq a:hover, .faq a:hover::after {
  cursor: pointer;
  color: #b92022;
}
.faq a:hover::after {
  border: 1px solid #b92022;
}
.faq a::after {
  font-family: FontAwesome;
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 0.8rem;
  color: #7b7979;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #7b7979;
  text-align: center;
}
.faq a.active {
  color: #b92022;
  border-bottom: 1px solid #b92022;
}
.faq a.active::after {
  font-family: 'FontAwesome';
  content: '\f068';
  color: #b92022;
  border: 1px solid #b92022;
}
.faq .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #7b7979;
  overflow: hidden;
}
/* Gallery */
.gallery .item {
  margin: 0;
  padding: 2px;
}
/* Footer */
footer.footer {
  background: #fff;
  color: #7b7979;
  padding: 3% 0;
}
footer.footer a {
  color: #b92022;
}
footer.footer .fa-ul {
  margin: 0;
  padding: 0;
}
footer.footer .logo {
  width: 300px;
}
.share-horizontal-mini {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #901315;
}
.share-horizontal-mini .csek-hidden-tablet {
  display: none;
}
.share-horizontal-mini .csek-share-horizontal a, .share-horizontal-mini .csek-share-horizontal a:hover {
  background: transparent !important;
  border: none;
  box-shadow: none;
  padding: 4px 7px 6px;
  height: 21px;
}
.share-horizontal-mini .csek-share-horizontal a:hover {
  background: #88061a !important;
}
.share-horizontal-mini .csek-share-horizontal a img {
  height: 20px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #901315;
  border-color: #901315;
}
/* Media Queries */
@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%;
  }
}
@media (max-width: 1199px) {
  body, html {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .pad {
    padding: 4rem 0;
  }
  body, html {
    font-size: 14px;
  }
  header .logo {
    margin: 0 auto;
  }
  .navbar-default {
    text-align: center;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
  }
  div#projectDetailsForm iframe {
    height: 3100px;
  }
}
@media (max-width: 767px) {
  .same {
    height: auto !important;
  }
  .flex {
    display: block !important;
  }
  .pad {
    padding: 2rem 0;
  }
  .text-inner-pad {
    padding: 2% 5% 5%;
  }
  .text-inner-pad.product {
    padding-right: 10%;
  }
  .item, .shoutout .item {
    margin-bottom: 2rem;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
  }
  header .logo {
    margin: 0;
  }
  .carousel {
    margin-top: 50px;
  }
  .carousel .carousel-caption {
    position: static;
    background: #b92022;
    display: block;
    text-shadow: none;
    padding: 1rem 0rem;
  }
  .carousel .carousel-caption.left, .carousel .carousel-caption.right, .carousel .carousel-caption.center {
    text-align: left;
  }
  .carousel .carousel-caption h3 {
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  h1 {
    margin-bottom: 0;
  }
  .scrim, .carousel-control, .carousel-indicators {
    display: none;
  }
  .cta {
    text-align: left;
  }
  .spec-content .item .bg-img, .spec-content .item.bg-img {
    background-image: none !important;
  }
  .spec-content .item .overlay {
    display: none;
  }
  div#projectDetailsForm iframe {
    height: 3300px;
  }
  .fa {
    padding: 2%;
  }
}
.product-aside {
  top: 20%;
  width: 200px;
  position: fixed;
  right: -200px;
  z-index: 200;
  background: rgba(51, 51, 51, 0.65);
  min-height: 250px;
  padding: 15px 10px;
  border-bottom-left-radius: 5px;
  box-shadow: -2px 1px 12px #000;
  transition: right ease-in-out 0.5s;
}
.product-aside.open {
  right: 0 !important;
}
.product-aside.closed {
  right: -200px !important;
}
#product-info-button {
  content: "Product Information";
  background: #901315;
  transform: rotate(270deg);
  position: absolute;
  left: -136px;
  top: 103px;
  height: 34px;
  padding: 0px 15px 3px;
  display: block;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 18px;
  box-shadow: -2px -5px 11px #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .product-aside {
    right: 0;
  }
}
.product-aside {
  transition: right ease-in-out 0.5s, width ease-in-out 0.75s, background ease-in-out 0.5s;
}
.product-aside.full-open {
  width: 96%;
  background: rgba(51, 51, 51, 0.84);
}
.product-aside.half-open {
  width: 96%;
  background: rgba(51, 51, 51, 0.84);
}
@media (min-width: 1000px) {
  .product-aside.half-open {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .product-aside.half-open {
    width: 60%;
  }
}
.product-aside-container {
  overflow: hidden;
  max-height: 423px;
}
.product-aside.full-open .product-aside-container {
  max-height: none;
}
.product-aside-menu {
  width: 180px;
  float: left;
  margin-right: 30px;
}
.product-aside-content {
  margin-left: 225px;
}
.product-aside-content p, .product-aside-content h1, .product-aside-content h2 {
  color: #fff;
  margin: 0px 0px 15px 0px;
}
.species-item {
  display: block;
  float: left;
  width: 90px;
  height: 125px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.species-item-link {
  display: block;
}
.species-name {
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 18px;
  font-weight: normal;
}
.species-photo {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #fff no-repeat;
  background-size: cover;
}
#product-aside-species {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 486px;
}
.circle-photo {
  border-radius: 1000px;
  border: solid 1px #475661;
}
/*
 @media (max-width:1566px){
 #product-aside-species {
 overflow-y: auto;
 }
 }
 */
.stains-item {
  display: block;
  float: left;
  width: 90px;
  height: 125px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.stains-item-link {
  display: block;
}
.stains-name {
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 18px;
  font-weight: normal;
}
.stains-photo {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #fff no-repeat;
  background-size: cover;
}
#product-aside-stains {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 486px;
}
.explore-stains {
  background: #901315;
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-transform: uppercase;
  font-size: 0.8rem;
}
.fancybox-bg {
  background: #fff !important;
}
/*
 .stains-container {
 filter: grayscale(80%);
 opacity: 0.5;
 transition: all 1s;
 }
 .stains-container.show {
 filter: grayscale(0%);
 opacity: 1;
 }
 */
/***** General Structure - Tailwind Style *****/
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 650px) {
  .grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 650px) {
  .grid-cols-5 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid-cols-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 650px) {
  .grid-cols-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid {
  display: grid;
}
@media screen and (max-width: 768px) {
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.content-start {
  align-content: flex-start;
}
.content-center {
  align-content: center;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-evenly {
  align-content: space-evenly;
}
.items-stretch {
  align-items: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-baseline {
  align-items: baseline;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-quarter {
  width: 25%;
}
.w-half {
  width: 50%;
}
.w-three-quarters {
  width: 75%;
}
.w-third {
  width: 33.2%;
}
.w-full {
  width: 100%;
}
.gap-12 {
  gap: 3rem;
}
.my-8 {
  margin: 2rem 0;
}
.mr-2 {
  margin-right: 0.5rem;
}
/***** Shop Styles *****/
.elite-header {
  display: block;
  color: #d8a226;
  letter-spacing: 4px;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(181, 128, 24, 1) 0%, rgba(250, 227, 85, 1) 50%, rgba(181, 128, 24, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.elite-header.elite-header-solid {
  color: #d8a226;
}
.elite-carousel {
  display: block;
  color: #d8a226;
  font-size: 0.7em;
  margin-bottom: 15px;
}
.price-heading {
  font-size: 1.5rem;
  margin-top: -1rem;
}
body.body-store h1:not(.font-greycliff):not(.elite-logo):not(.title-full-width), body.body-store h2:not(.font-greycliff):not(.elite-logo):not(.title-full-width), body.body-store h3:not(.font-greycliff):not(.elite-logo):not(.title-full-width), body.body-store h4:not(.font-greycliff):not(.elite-logo):not(.title-full-width), body.body-store h5:not(.font-greycliff):not(.elite-logo):not(.title-full-width), body.body-store h6:not(.font-greycliff):not(.elite-logo):not(.title-full-width) {
  letter-spacing: 0.08em !important;
  font-family: 'Roboto', sans-serif;
}
body.body-store p, body.body-store li {
  font-family: 'Roboto', sans-serif;
}
body.body-store .bg-dark {
  background: #000;
}
body.body-store .opacity-55 {
  opacity: 0.55;
}
body.body-store header .navbar-nav .elite-nav-item a {
  transition: all 1s;
}
body.body-store header .navbar-nav .elite-nav-item:hover a {
  background: linear-gradient(135.34deg, #856220 15.43%, #f4e683 34.91%, #bf923d 50.85%, #4e341b 68.56%, #f1ea82 86.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.body-store .title-full-width {
  display: block;
  font-weight: 800;
  letter-spacing: -0.03em;
  /*background: linear-gradient(135.34deg, #856220 15.43%, #F4E683 34.91%, #BF923D 50.85%, #4E341B 68.56%, #F1EA82 86.26%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;*/
  text-transform: uppercase;
}
body.body-store header {
  background-color: #000;
}
body.body-store header .navbar-default .navbar-nav > li:not(:first-child):before {
  color: #393939 !important;
}
body.body-store header .navbar-default .navbar-nav > li > a {
  color: #fff;
  border: none;
}
body.body-store .collections-intro {
  padding-top: 8rem;
}
body.body-store .collections-intro .elite-logo-intro {
  max-width: 50vw;
}
body.body-store .collections-intro .main-title {
  color: #fff;
  font-size: calc(20px + (48 - 20) * (100vw - 400px) / (1440 - 400));
  text-transform: none;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2.75rem;
}
@media (min-width: 1440px) {
  body.body-store .collections-intro .main-title {
    font-size: 48px;
  }
}
body.body-store .collections-intro .title-full-width {
  font-size: 21vw;
  margin-left: -0.06em;
  line-height: 0.9;
}
body.body-store .collections-intro .content p {
  color: #fff;
  font-size: calc(18px + (24 - 18) * (100vw - 400px) / (1440 - 400));
}
@media (min-width: 1440px) {
  body.body-store .collections-intro .content p {
    font-size: 24px;
  }
}
body.body-store .collections-intro .content p:first-of-type {
  font-size: calc(18px + (24 - 18) * (100vw - 400px) / (1440 - 400));
}
@media (min-width: 1440px) {
  body.body-store .collections-intro .content p:first-of-type {
    font-size: 24px;
  }
}
body.body-store .collections-intro-finishes .mid-size-title {
  color: #fff;
  margin: 0 0 30px 0;
}
body.body-store .collections-intro-finishes .finishes-slider-nav .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px) !important;
}
body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item {
  padding-top: 5px;
  opacity: 0.5;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  margin-right: auto;
}
body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item svg.elite-logo-svg {
  width: 150px;
  display: block;
}
body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item.slick-current {
  opacity: 1;
  mix-blend-mode: normal;
  filter: grayscale(0%);
}
body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item h3 {
  font-size: 28px;
  margin: 0 !important;
}
body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item .elite-logo {
  font-size: 28px;
}
body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item .elite-logo span {
  font-size: 17px;
}
body.body-store .collections-intro-finishes .item .content {
  padding-bottom: 75px;
  padding-top: 30px;
}
body.body-store .collections-intro-finishes .item .content svg.elite-logo-svg {
  width: 350px;
  max-width: 70%;
  display: block;
}
body.body-store .collections-intro-finishes .item .row {
  display: flex;
}
body.body-store .collections-intro-finishes .item .row figure {
  position: relative;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 4rem;
}
body.body-store .collections-intro-finishes .item .row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.body-store .collections-intro-finishes .item .row p {
  color: #fff;
  font-weight: 200;
}
body.body-store .collections-intro-finishes .slick-arrow {
  position: absolute;
  bottom: 30px;
  left: calc(50% + 15px);
  right: auto;
  top: auto;
}
body.body-store .intro-shop .mid-size-title {
  margin-top: 0;
  margin-bottom: 2rem;
}
body.body-store .intro-shop .content-intro p {
  color: #000;
}
body.body-store .intro-shop .content-intro p strong {
  font-family: 'greycliff-cf', sans-serif;
  letter-spacing: -0.03em;
}
body.body-store .intro-shop .elite-logo {
  color: #000;
  font-size: 36px;
  margin-bottom: 5px;
}
body.body-store .intro-shop .elite-logo span {
  font-size: 16px;
}
body.body-store .intro-shop .product-card .product-card-content {
  padding: 0 0 0 25px;
}
body.body-store .intro-shop .product-card .product-card-content svg.elite-logo-svg {
  display: block;
  width: 150px;
}
body.body-store .intro-shop .product-card .product-card-content .description {
  aspect-ratio: auto;
  overflow: visible;
  color: #1e1e1e;
}
body.body-store .intro-shop .product-card .product-card-content .btn {
  background: linear-gradient(135.34deg, #856220 15.43%, #f4e683 34.91%, #bf923d 50.85%, #4e341b 68.56%, #f1ea82 86.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0;
  text-align: left;
  display: flex;
  gap: 10px;
  align-items: center;
}
body.body-store .intro-shop .product-card .product-card-content .btn:hover, body.body-store .intro-shop .product-card .product-card-content .btn:focus {
  gap: 15px;
}
body.body-store .intro-shop .product-card .product-card-content .btn:after {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='8' viewBox='0 0 42 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4C0 4.24546 0.206638 4.44444 0.461538 4.44444L40.4242 4.44444L37.5198 7.24128C37.3396 7.41485 37.3396 7.69626 37.5198 7.86982C37.7 8.04339 37.9923 8.04339 38.1725 7.86982L41.8648 4.31427C42.0451 4.1407 42.0451 3.8593 41.8648 3.68573L38.1725 0.130175C37.9923 -0.0433916 37.7 -0.0433916 37.5198 0.130175C37.3396 0.303741 37.3396 0.585148 37.5198 0.758715L40.4242 3.55556L0.461538 3.55556C0.206638 3.55556 0 3.75454 0 4Z' fill='url(%23paint0_linear_128_426)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_426' x1='7.35' y1='1.06667' x2='9.46858' y2='12.0591' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23856220'/%3E%3Cstop offset='0.275' stop-color='%23F4E683'/%3E%3Cstop offset='0.5' stop-color='%23BF923D'/%3E%3Cstop offset='0.75' stop-color='%234E341B'/%3E%3Cstop offset='1' stop-color='%23F1EA82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  content: '';
  display: block;
  width: 42px;
  height: 8px;
}
body.body-store .intro-shop .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  row-gap: 5rem;
}
body.body-store .intro-shop .grid-wrap .product-card {
  width: calc(50% - 1.5rem);
  grid-template-columns: 2fr 3fr;
}
body.body-store .how-it-works.bg-dark .mid-size-title {
  color: #fff;
}
body.body-store .how-it-works.bg-dark p {
  color: #fff;
}
body.body-store .how-it-works.bg-dark .item .small-size-title {
  color: #fff;
}
body.body-store .how-it-works.bg-dark .item .subtitle {
  color: #fff;
}
body.body-store .how-it-works.bg-dark:after {
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
body.body-store .how-it-works.bg-white .mid-size-title {
  color: #000;
}
body.body-store .how-it-works.bg-white p {
  color: #000;
}
body.body-store .how-it-works.bg-white .item .small-size-title {
  color: #000;
}
body.body-store .how-it-works.bg-white .item .subtitle {
  color: #000;
}
body.body-store .how-it-works:after {
  content: '';
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  pointer-events: none;
}
body.body-store .how-it-works .mid-size-title {
  margin-top: 0;
}
body.body-store .how-it-works .slick-list {
  padding: 0 20% 0 0 !important;
}
body.body-store .how-it-works .slick-list .slick-track {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}
body.body-store .how-it-works .item .number {
  font-size: calc(50px + (100 - 50) * (100vw - 400px) / (1440 - 400));
  margin-right: 35px;
  letter-spacing: -0.06em;
}
body.body-store .how-it-works .item .small-size-title {
  font-size: calc(35px + (50 - 35) * (100vw - 400px) / (1440 - 400));
  letter-spacing: -0.06em;
}
body.body-store .how-it-works .item .subtitle {
  text-transform: none;
  font-size: calc(25px + (40 - 25) * (100vw - 400px) / (1440 - 400));
  font-weight: 200;
  letter-spacing: -0.03em !important;
}
@media (min-width: 1440px) {
  body.body-store .how-it-works .item .subtitle {
    font-size: 40px;
  }
}
body.body-store .how-it-works .item p a {
  color: #bf923d;
}
body.body-store .how-it-works .arrow-container-posts {
  position: relative;
}
body.body-store .how-it-works .slick-arrow {
  left: calc(50% - 42px);
  bottom: 0;
  position: absolute;
}
body.body-store .how-it-works .slick-arrow.slick-next {
  transform: translateX(60px);
}
body.body-store .how-it-works .slick-arrow.slick-next:hover {
  transform: translateX(70px);
}
body.body-store .how-it-works .slick-arrow.slick-prev {
  transform: translateX(-60px);
}
body.body-store .how-it-works .slick-arrow.slick-prev:hover {
  transform: translateX(-70px);
}
body.body-store .carousel .carousel-caption h3 {
  font-family: "amandine", sans-serif;
}
@media screen and (max-width: 768px) {
  body.body-store .legalese {
    margin-top: 1rem;
  }
}
body.body-store .product-details-intro {
  position: relative;
}
body.body-store .product-details-intro figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.body-store .product-details-intro figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #000 10.58%, rgba(0, 0, 0, 0) 76.44%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 52.4%, #000 100%);
}
body.body-store .product-details-intro figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.body-store .product-details-intro .mainn-title {
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'greycliff-cf', sans-serif;
  letter-spacing: -0.06em;
  color: #fff;
}
body.body-store .product-details-intro .mainn-title .title-full-width {
  letter-spacing: 0.33em !important;
}
body.body-store .product-intro svg.elite-logo-svg {
  width: 270px;
  display: block;
  max-width: 30%;
  margin-top: 10px;
}
body.body-store .product-intro h4 {
  color: #fff;
  margin: 0;
}
body.body-store .product-intro figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 100%);
}
body.body-store .product-intro figure img {
  width: 150%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.2;
  max-width: 150%;
}
body.body-store .product-intro + .carousel .carousel-caption h3 {
  position: relative;
  letter-spacing: -0.06em !important;
  font-family: 'greycliff-cf', sans-serif !important;
  font-size: calc(50px + (90 - 50) * (100vw - 400px) / (1440 - 400));
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1440px) {
  body.body-store .product-intro + .carousel .carousel-caption h3 {
    font-size: 90px;
  }
}
body.body-store .product-intro + .carousel .carousel-caption h3:before {
  content: attr(data-text);
  position: absolute;
  top: 7px;
  left: 1px;
  right: 0;
  z-index: -1;
  color: rgba(0, 0, 0, 0.4);
  filter: blur(1px);
  font-size: 1em;
  letter-spacing: -0.06em !important;
  font-weight: 700;
  font-family: 'greycliff-cf', sans-serif !important;
  text-align: center;
}
body.body-store .product-details a {
  color: #856220;
}
body.body-store .product-details h1.mid-size-title {
  margin-top: 0;
}
body.body-store .product-details .elite-logo {
  color: #000;
}
body.body-store .product-details svg.elite-logo-dark {
  width: 270px;
  display: block;
}
body.body-store .product-details .banner-slider .form-group {
  margin-top: 15px;
  text-align: center;
}
body.body-store .product-details .banner-slider .form-group .attributes-select img {
  width: 70px;
  height: 70px;
}
body.body-store .product-details .banner-slider .slick-arrow {
  left: 0;
}
body.body-store .product-details .banner-slider .slick-arrow:after {
  display: none;
}
body.body-store .product-details .banner-slider .slick-arrow.slick-next {
  transform: translate(0);
}
body.body-store .product-details .banner-slider .slider.slider-nav {
  max-width: 80px;
}
body.body-store .product-details .banner-slider .slider.slider-nav .slick-slide {
  width: auto !important;
}
body.body-store .product-details .banner-slider .slick-current .thumbnail-image {
  border-color: #bf923d;
}
body.body-store .product-details .banner-slider .slick-arrow:before {
  color: #bf923d;
}
body.body-store .product-details .flex-nav li:hover {
  border-bottom-color: #856220;
}
body.body-store .product-details .flex-nav li.active {
  border-bottom-color: #856220;
}
body.body-store .product-details ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a:hover, body.body-store .product-details ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills) li a:hover, body.body-store .product-details ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a:focus, body.body-store .product-details ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills) li a:focus, body.body-store .product-details ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.nav-pills):not(.nav-tabs) li:before {
  color: #bf923d;
}
body.body-store .product-details .tab-pane p strong {
  color: #000;
}
body.body-store .product-details form .price {
  font-weight: 400;
  padding-top: 25px;
}
body.body-store .product-details form .attributes-label {
  margin-bottom: 15px;
}
body.body-store .product-details form .attributes-label .square-feet {
  color: #7b7979;
}
body.body-store .product-details form .attributes-selected img {
  border-color: #856220;
}
body.body-store .product-details form p.legalese {
  margin-top: 15px;
}
body.body-store .product-details form p.legalese strong {
  color: #856220;
}
body.body-store .product-details form .btn-ghost-gold {
  padding-left: 0;
  padding-right: 0;
}
body.body-store .product-detail-gallery .slick-track {
  display: flex;
  height: 550px;
  gap: 30px;
}
body.body-store .product-detail-gallery .slick-track .slick-slide {
  height: inherit !important;
}
body.body-store .product-detail-gallery .slick-track .slick-slide img {
  height: 100%;
}
body.body-store .product-detail-gallery .slick-track .slick-slide > div {
  height: 100%;
}
body.body-store .product-detail-gallery .slick-dots {
  bottom: 15px;
}
body.body-store .product-detail-gallery .slick-dots li:before {
  display: none !important;
}
body.body-store .product-detail-gallery .slick-dots li button {
  background: #bf923d;
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.3s;
}
body.body-store .product-detail-gallery .slick-dots li button:before {
  display: none !important;
}
body.body-store .product-detail-gallery .slick-dots li.slick-active button, body.body-store .product-detail-gallery .slick-dots li:hover button {
  opacity: 1;
}
body.body-store .product-detail-gallery .slick-arrow {
  width: 47px;
  height: 48px;
  transform: translate(0%) !important;
}
body.body-store .product-detail-gallery .slick-arrow:before {
  display: none;
}
body.body-store .product-detail-gallery .slick-arrow:after {
  width: 47px;
  height: 48px;
}
body.body-store .product-detail-gallery .slick-arrow.slick-next {
  right: 30px;
}
body.body-store .product-detail-gallery .slick-arrow.slick-next:hover {
  transform: translate(0%) !important;
}
body.body-store .product-detail-gallery .slick-arrow.slick-next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='49' viewBox='0 0 47 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='46.9897' height='48' rx='23.4948' fill='url(%23paint0_linear_128_120)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9463 24.5C16.9463 24.2239 17.1701 24 17.4463 24H29.2392L26.0927 20.8536C25.8975 20.6583 25.8975 20.3417 26.0927 20.1464C26.288 19.9512 26.6046 19.9512 26.7998 20.1464L30.7998 24.1464C30.9951 24.3417 30.9951 24.6583 30.7998 24.8536L26.7998 28.8536C26.6046 29.0488 26.288 29.0488 26.0927 28.8536C25.8975 28.6583 25.8975 28.3417 26.0927 28.1464L29.2392 25H17.4463C17.1701 25 16.9463 24.7761 16.9463 24.5Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_120' x1='6.26529' y1='8.9' x2='40.0661' y2='42.3809' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23856220'/%3E%3Cstop offset='0.275' stop-color='%23F4E683'/%3E%3Cstop offset='0.5' stop-color='%23BF923D'/%3E%3Cstop offset='0.75' stop-color='%234E341B'/%3E%3Cstop offset='1' stop-color='%23F1EA82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
body.body-store .product-detail-gallery .slick-arrow.slick-prev {
  left: 30px;
}
body.body-store .product-detail-gallery .slick-arrow.slick-prev:hover {
  transform: translate(0%) !important;
}
body.body-store .product-detail-gallery .slick-arrow.slick-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='49' viewBox='0 0 47 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='46.9897' height='48' rx='23.4948' fill='url(%23paint0_linear_128_115)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.0532 24.5C30.0532 24.7761 29.8294 25 29.5532 25L17.7603 25L20.9068 28.1464C21.102 28.3417 21.102 28.6583 20.9068 28.8536C20.7115 29.0488 20.3949 29.0488 20.1997 28.8536L16.1997 24.8536C16.0044 24.6583 16.0044 24.3417 16.1997 24.1464L20.1997 20.1464C20.3949 19.9512 20.7115 19.9512 20.9068 20.1464C21.102 20.3417 21.102 20.6583 20.9068 20.8536L17.7603 24L29.5532 24C29.8294 24 30.0532 24.2239 30.0532 24.5Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_115' x1='6.26529' y1='8.9' x2='40.0661' y2='42.3809' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23856220'/%3E%3Cstop offset='0.275' stop-color='%23F4E683'/%3E%3Cstop offset='0.5' stop-color='%23BF923D'/%3E%3Cstop offset='0.75' stop-color='%234E341B'/%3E%3Cstop offset='1' stop-color='%23F1EA82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
body.body-store .carousel.secondary .carousel-caption {
  text-shadow: none;
}
body.body-store .carousel.secondary .carousel-caption .col-md-8 {
  margin-left: 0;
  width: 100%;
}
body.body-store .carousel.secondary .scrim {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #000 10.58%, rgba(0, 0, 0, 0) 76.44%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 52.4%, #fff 100%);
}
body.body-store .carousel.secondary:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #000, rgba(255, 255, 255, 0));
  top: 0;
  bottom: 70%;
  z-index: 1;
}
body.body-store .cart-carousel .carousel.secondary {
  background-color: #000;
}
body.body-store .cart-carousel .carousel.secondary .scrim {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #000 10.58%, rgba(0, 0, 0, 0) 76.44%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 52.4%, #000 100%);
}
body.body-store .cart-carousel .carousel.secondary .breadcrumb > li + li:before {
  color: #bf923d;
}
body.body-store .cart-carousel .carousel.secondary .item img {
  opacity: 0.5;
}
body.body-store .cart-carousel .carousel.secondary .item p {
  letter-spacing: 0.08em;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  font-size: 24px;
}
body.body-store .cart .container-fluid > .row {
  display: flex;
  align-items: stretch;
}
body.body-store .cart .cart-wrap {
  padding: 5vw;
}
body.body-store .cart .cart-wrap h3 {
  color: #7b7979;
  text-transform: none;
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em !important;
}
body.body-store .cart .cart-wrap .btn {
  color: #7b7979;
}
body.body-store .cart .cart-wrap .form-control {
  border-radius: 0;
  border-color: #7b7979;
  color: #7b7979;
}
body.body-store .cart .cart-wrap .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 146, 61, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 146, 61, .6);
  border-color: #bf923d !important;
}
body.body-store .cart .cart-wrap label {
  color: #7b7979;
}
body.body-store .cart .cart-headings {
  background: transparent;
  font-family: 'greycliff-cf', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 12px;
}
body.body-store .cart .cart-row svg.elite-logo-svg {
  width: 100px;
  display: block;
}
body.body-store .cart .cart-row .product-title {
  font-family: 'greycliff-cf', sans-serif;
  color: #bf923d;
  font-weight: 600;
}
body.body-store .cart .cart-row .product-title > a {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-family: 'greycliff-cf', sans-serif !important;
}
body.body-store .cart .cart-row .product-title > a:hover {
  color: #856220;
}
body.body-store .cart .cart-row .product-title .elite-logo {
  color: #000;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 2px;
}
body.body-store .cart .cart-row .product-title .elite-logo span {
  font-size: 16px;
}
body.body-store .cart .cart-row .form-inline .input-group .input-group-addon, body.body-store .cart .cart-row .form-inline .input-group .input-group-btn, body.body-store .cart .cart-row .form-inline .input-group .form-control {
  border-color: #7b7979;
}
body.body-store .cart .cart-row .form-inline .input-group .input-group-addon a, body.body-store .cart .cart-row .form-inline .input-group .input-group-btn a, body.body-store .cart .cart-row .form-inline .input-group .form-control a {
  color: #7b7979;
}
body.body-store .cart .cart-row .label.label-primary {
  background: transparent;
  border-color: #bf923d;
  color: #bf923d;
  font-weight: 400;
}
body.body-store .cart .cart-row .label.label-primary:hover, body.body-store .cart .cart-row .label.label-primary:focus {
  background: #bf923d;
  border-color: #bf923d;
  color: #fff;
}
body.body-store .cart .well:not(.total-well) {
  padding: 0;
}
body.body-store .cart .well.not-ready h3 {
  font-size: 12px;
  margin: 25px 0 0 0;
}
body.body-store .cart .well.not-ready .btn {
  font-size: 12px;
  border: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  height: auto;
}
body.body-store .cart .well.not-ready .btn:hover, body.body-store .cart .well.not-ready .btn:focus {
  background: transparent;
  color: #000 !important;
  text-decoration: none;
}
body.body-store .cart .sidebar {
  background: #7b7979;
  padding: 5vw 3vw;
  min-width: 450px;
}
body.body-store .cart .sidebar .total-well, body.body-store .cart .sidebar .well.subtotal {
  border: none;
  border-radius: 0;
  background: transparent !important;
}
body.body-store .cart .sidebar .total-well *, body.body-store .cart .sidebar .well.subtotal * {
  color: #fff;
}
body.body-store .cart .sidebar .total-well h3, body.body-store .cart .sidebar .well.subtotal h3 {
  font-weight: 800;
  margin-top: 0;
  line-height: 1;
}
body.body-store .cart .sidebar .total-well .alert.alert-danger, body.body-store .cart .sidebar .well.subtotal .alert.alert-danger {
  background: #bf923d;
  line-height: 1.5;
}
body.body-store .cart .sidebar .total-well .checkout-row, body.body-store .cart .sidebar .well.subtotal .checkout-row {
  background: #686868;
  border-radius: 0;
}
body.body-store .cart .sidebar .total-well .checkout-row svg.elite-logo-svg, body.body-store .cart .sidebar .well.subtotal .checkout-row svg.elite-logo-svg {
  width: 100px;
  display: block;
  margin-bottom: 5px;
}
body.body-store .cart .sidebar .total-well .checkout-row .att-title, body.body-store .cart .sidebar .well.subtotal .checkout-row .att-title {
  text-transform: uppercase;
  font-weight: 800;
}
body.body-store .product-intro h2 {
  margin: 0 0 25px;
}
body.body-store .product-intro p {
  color: #fff;
}
@media (min-width: 1440px) {
  body.body-store .product-intro p {
    font-size: 24px;
  }
}
body.body-store .slick-arrow {
  font-size: 0;
  height: 18px;
  width: 84px;
  padding: 0;
  background: none;
  border: none;
  z-index: 1;
  transition: all 0.3s;
}
body.body-store .slick-arrow:after {
  content: '';
  display: block;
  height: 16px;
  width: 84px;
  position: absolute;
  top: 0;
  left: 0;
}
body.body-store .slick-arrow.slick-next {
  transform: translateX(140%);
}
body.body-store .slick-arrow.slick-next:hover {
  transform: translateX(145%);
}
body.body-store .slick-arrow.slick-next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='16' viewBox='0 0 84 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 8.49092 0.413276 8.88889 0.923077 8.88889L80.8484 8.88889L75.0396 14.4826C74.6791 14.8297 74.6791 15.3925 75.0396 15.7396C75.4001 16.0868 75.9845 16.0868 76.345 15.7396L83.7296 8.62854C84.0901 8.28141 84.0901 7.71859 83.7296 7.37146L76.345 0.26035C75.9845 -0.0867832 75.4001 -0.0867832 75.0396 0.26035C74.6791 0.607482 74.6791 1.1703 75.0396 1.51743L80.8484 7.11111L0.923077 7.11111C0.413276 7.11111 0 7.50908 0 8Z' fill='url(%23paint0_linear_128_392)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_392' x1='14.7' y1='2.13333' x2='18.9372' y2='24.1183' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23856220'/%3E%3Cstop offset='0.275' stop-color='%23F4E683'/%3E%3Cstop offset='0.5' stop-color='%23BF923D'/%3E%3Cstop offset='0.75' stop-color='%234E341B'/%3E%3Cstop offset='1' stop-color='%23F1EA82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
body.body-store .slick-arrow.slick-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='16' viewBox='0 0 84 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84 8C84 7.50908 83.5867 7.11111 83.0769 7.11111L3.15158 7.11112L8.9604 1.51743C9.32089 1.1703 9.32089 0.607486 8.9604 0.260354C8.59992 -0.0867792 8.01546 -0.0867791 7.65498 0.260355L0.270362 7.37146C-0.0901188 7.7186 -0.0901187 8.28141 0.270363 8.62854L7.65498 15.7397C8.01546 16.0868 8.59992 16.0868 8.9604 15.7397C9.32089 15.3925 9.32089 14.8297 8.9604 14.4826L3.15158 8.88889L83.0769 8.88889C83.5867 8.88889 84 8.49092 84 8Z' fill='url(%23paint0_linear_128_393)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_393' x1='69.3' y1='13.8667' x2='65.0628' y2='-8.11828' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23856220'/%3E%3Cstop offset='0.275' stop-color='%23F4E683'/%3E%3Cstop offset='0.5' stop-color='%23BF923D'/%3E%3Cstop offset='0.75' stop-color='%234E341B'/%3E%3Cstop offset='1' stop-color='%23F1EA82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
body.body-store .slick-arrow.slick-prev:hover {
  transform: translateX(-5%);
}
body.body-store footer {
  background: #000;
}
body.body-store footer p, body.body-store footer * {
  color: #fff;
}
body.body-store footer p a, body.body-store footer * a {
  color: #856220;
}
body.body-store .sample-attributes div.attributes-select {
  display: flex;
  gap: 25px;
  padding: 15px 0;
  border: 1px transparent solid;
  align-items: flex-start;
  /*&.attributes-selected {
   border: 1px #856220 solid;
   background: #F5F5F5;				
   }*/
}
body.body-store .sample-attributes div.attributes-select span {
  color: #7b7979;
  font-weight: 300;
  margin-top: 10px;
}
body.body-store .sample-attributes div.attributes-select img {
  border: none;
}
@media (max-width: 1440px) {
  body.body-store .product-detail-gallery .slick-track {
    height: 350px;
  }
  body.body-store .cart .cart-wrap {
    padding: 3vw;
  }
  body.body-store .cart .sidebar {
    padding: 3vw 0;
  }
  body.body-store .cart .sidebar .total-well h3, body.body-store .cart .sidebar .well.subtotal h3 {
    font-size: 30px;
  }
  body.body-store .cart .sidebar .total-well div, body.body-store .cart .sidebar .well.subtotal div {
    font-size: 15px;
  }
  body.body-store .cart .sidebar .well.subtotal {
    padding: 0 37px;
  }
}
@media (max-width: 1199px) {
  body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item h3 {
    font-size: 21px;
  }
  body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item .elite-logo {
    font-size: 19px;
  }
  body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item .elite-logo span {
    font-size: 14px;
  }
  body.body-store .collections-intro-finishes .item .row figure {
    margin-right: 2rem;
  }
  body.body-store .how-it-works .item .number {
    margin-right: 15px;
  }
  body.body-store .intro-shop .grid-wrap .product-card {
    grid-template-columns: 1fr 2fr;
  }
  body.body-store .product-details {
    padding-top: 1rem;
  }
  body.body-store .product-details form .attributes-select img:not(.sample-image) {
    width: 30px;
    height: 30px;
  }
  body.body-store .product-details .elite-logo {
    margin-top: 75px;
  }
  body.body-store .cart .container-fluid > .row {
    display: block;
  }
}
@media (max-width: 991px) {
  body.body-store .collections-intro-finishes .item .row figure {
    margin-right: 0;
  }
  body.body-store .collections-intro-finishes .finishes-slider-nav .slider-nav-item h3 {
    font-size: 18px;
  }
  body.body-store .product-intro img {
    max-width: 50vw;
    margin: 0 0 50px;
  }
  body.body-store .product-detail-gallery .slick-track {
    height: 300px;
  }
  body.body-store .product-detail-gallery .slick-dots li, body.body-store .product-detail-gallery .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  body.body-store .product-details form img.sample-image {
    width: 100% !important;
    margin-bottom: 15px;
  }
  body.body-store .product-details .sample-attributes a {
    display: block;
    padding: 7.5px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 15px;
  }
  body.body-store .product-details .container-semi-fluid > .pad {
    padding: 0;
  }
  body.body-store .product-details .product-slider .slick-track {
    height: 400px;
    display: flex;
    align-items: stretch;
  }
  body.body-store .product-details .product-slider .slick-track .slick-slide.slick-active {
    opacity: 1 !important;
  }
  body.body-store .product-details .product-slider .slick-track .slick-slide > div {
    height: 100%;
  }
  body.body-store .product-details .product-slider .slick-track .slider-banner-image {
    height: 100%;
  }
  body.body-store .product-details .product-slider .slick-track .slider-banner-image img {
    object-fit: contain;
  }
  body.body-store .product-details .product-slider .slick-arrow {
    font-size: 0;
    height: 18px;
    width: 84px;
    padding: 0;
    background: none;
    border: none;
    z-index: 1;
    transition: all 0.3s;
    background: transparent !important;
    transform: translate(0);
  }
  body.body-store .product-details .product-slider .slick-arrow:after {
    content: '';
    display: block;
    height: 16px;
    width: 84px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.body-store .product-details .product-slider .slick-arrow:before {
    content: none;
  }
  body.body-store .product-details .product-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
  body.body-store .product-details .product-slider .slick-arrow.slick-next:after {
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='16' viewBox='0 0 84 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8C0 8.49092 0.413276 8.88889 0.923077 8.88889L80.8484 8.88889L75.0396 14.4826C74.6791 14.8297 74.6791 15.3925 75.0396 15.7396C75.4001 16.0868 75.9845 16.0868 76.345 15.7396L83.7296 8.62854C84.0901 8.28141 84.0901 7.71859 83.7296 7.37146L76.345 0.26035C75.9845 -0.0867832 75.4001 -0.0867832 75.0396 0.26035C74.6791 0.607482 74.6791 1.1703 75.0396 1.51743L80.8484 7.11111L0.923077 7.11111C0.413276 7.11111 0 7.50908 0 8Z' fill='url(%23paint0_linear_128_392)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_392' x1='14.7' y1='2.13333' x2='18.9372' y2='24.1183' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23856220'/%3E%3Cstop offset='0.275' stop-color='%23F4E683'/%3E%3Cstop offset='0.5' stop-color='%23BF923D'/%3E%3Cstop offset='0.75' stop-color='%234E341B'/%3E%3Cstop offset='1' stop-color='%23F1EA82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  body.body-store .product-details .product-slider .slick-arrow.slick-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='16' viewBox='0 0 84 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84 8C84 7.50908 83.5867 7.11111 83.0769 7.11111L3.15158 7.11112L8.9604 1.51743C9.32089 1.1703 9.32089 0.607486 8.9604 0.260354C8.59992 -0.0867792 8.01546 -0.0867791 7.65498 0.260355L0.270362 7.37146C-0.0901188 7.7186 -0.0901187 8.28141 0.270363 8.62854L7.65498 15.7397C8.01546 16.0868 8.59992 16.0868 8.9604 15.7397C9.32089 15.3925 9.32089 14.8297 8.9604 14.4826L3.15158 8.88889L83.0769 8.88889C83.5867 8.88889 84 8.49092 84 8Z' fill='url(%23paint0_linear_128_393)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_393' x1='69.3' y1='13.8667' x2='65.0628' y2='-8.11828' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23856220'/%3E%3Cstop offset='0.275' stop-color='%23F4E683'/%3E%3Cstop offset='0.5' stop-color='%23BF923D'/%3E%3Cstop offset='0.75' stop-color='%234E341B'/%3E%3Cstop offset='1' stop-color='%23F1EA82'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  body.body-store .product-details .product-slider .slick-arrow.slick-prev:hover {
    transform: translateX(-5%);
  }
  body.body-store .product-details .row.hidden-xs + .pad-top {
    padding-top: 0;
  }
  body.body-store .product-details form .price {
    padding-top: 0;
  }
  body.body-store .product-details .nav-tabs {
    padding-top: 25px;
  }
  body.body-store .cart-row p {
    font-size: 15px;
  }
  body.body-store .cart-row .price {
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  body.body-store .collections-intro .title-full-width {
    margin-left: -0.15em;
    font-size: 23vw;
  }
  body.body-store .collections-intro-finishes .item .content svg.elite-logo-svg {
    margin-left: auto;
    margin-right: auto;
  }
  body.body-store .collections-intro-finishes .mid-size-title {
    margin-bottom: 0;
  }
  body.body-store .collections-intro-finishes .mid-size-title + p {
    margin-top: 25px;
  }
  body.body-store .collections-intro-finishes .content {
    text-align: center;
  }
  body.body-store .collections-intro-finishes .content .btn-wrapper {
    justify-content: center;
  }
  body.body-store .collections-intro-finishes .finishes-slider-nav {
    display: none !important;
  }
  body.body-store .collections-intro-finishes .slick-arrow {
    left: calc(50% - 42px);
  }
  body.body-store .collections-intro-finishes .slick-arrow.slick-next {
    transform: translateX(45px);
  }
  body.body-store .collections-intro-finishes .slick-arrow.slick-prev {
    transform: translateX(-45px);
  }
  body.body-store .collections-intro-finishes .item .row {
    display: block;
  }
  body.body-store .collections-intro-finishes .item .row figure {
    margin-bottom: 25px;
  }
  body.body-store .collections-intro-finishes .item .row figure img {
    height: 200px;
    position: static;
  }
  body.body-store .intro-shop .grid-wrap .product-card {
    display: block;
  }
  body.body-store .intro-shop .grid-wrap .product-card img {
    max-width: 200px;
  }
  body.body-store .intro-shop .product-card .product-card-content {
    padding: 15px 0 0 0;
  }
  body.body-store .intro-shop .elite-logo {
    font-size: 25px;
  }
  body.body-store .intro-shop .elite-logo span {
    font-size: 13px;
  }
  body.body-store .product-details-intro .mainn-title {
    margin-top: 0;
    font-size: 40px;
  }
  body.body-store .how-it-works {
    padding-bottom: 4rem;
  }
  body.body-store .how-it-works .slick-list .slick-track {
    padding-bottom: 15px;
  }
  body.body-store .product-intro + .carousel {
    margin-top: 0;
  }
  body.body-store .product-intro + .carousel .carousel-caption {
    background: transparent;
    position: absolute;
    display: flex !important;
    align-items: center;
  }
  body.body-store .product-intro + .carousel .scrim {
    display: block;
  }
  body.body-store .product-detail-gallery .slick-dots {
    padding: 0;
    bottom: -1rem;
  }
  body.body-store .product-detail-gallery .slick-dots li {
    margin: 0 2px;
  }
  body.body-store .product-detail-gallery .slick-dots li button {
    margin: 0;
  }
  body.body-store .product-details h1.mid-size-title {
    margin-bottom: 25px;
  }
  body.body-store .product-details .product-slider .slick-track {
    height: 300px;
  }
  body.body-store .cart-carousel .carousel.secondary .carousel-caption {
    position: absolute;
    background: transparent;
    display: flex !important;
    text-align: center;
  }
  body.body-store .cart-carousel .carousel.secondary .carousel-caption h3 {
    margin-bottom: 15px;
  }
  body.body-store .cart-carousel .carousel.secondary .carousel-caption h3 .elite-carousel-title {
    font-size: 45px;
  }
  body.body-store .cart-carousel .carousel.secondary .carousel-caption p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  body.body-store .cart .cart-wrap {
    padding: 2rem 15px;
  }
  body.body-store .cart .sidebar {
    padding: 2rem 30px;
  }
  body.body-store .cart .sidebar .total-well {
    padding: 0;
  }
  body.body-store .cart .sidebar .well.subtotal {
    margin: 0 -15px;
    padding: 0;
  }
  body.body-store .cart .sidebar .well.subtotal h3 {
    font-size: 20px;
  }
  body.body-store .cart .checkout-forms .cart-wrap {
    padding: 0 0 30px;
  }
  body.body-store .cart .checkout-label {
    margin-bottom: 5px;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  body.body-store .collections-intro .title-full-width {
    font-size: 22.5vw;
    margin-top: 15px;
  }
  body.body-store .collections-intro .elite-logo-intro {
    max-width: 80vw;
  }
  body.body-store .intro-shop .grid-wrap {
    display: block;
    text-align: center;
  }
  body.body-store .intro-shop .grid-wrap .product-card {
    width: 100%;
  }
  body.body-store .intro-shop .grid-wrap .product-card img {
    max-width: 250px;
    margin: 0 auto;
  }
  body.body-store .intro-shop .grid-wrap .product-card .btn {
    justify-content: center;
  }
  body.body-store .intro-shop .grid-wrap .product-card .product-card-content {
    padding: 25px 0;
  }
  body.body-store .intro-shop .grid-wrap .slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  body.body-store .intro-shop .grid-wrap .slick-dots li:before {
    content: none !important;
  }
  body.body-store .intro-shop .grid-wrap .slick-dots li button {
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px #bf923d solid;
    background: transparent;
    padding: 0;
  }
  body.body-store .intro-shop .grid-wrap .slick-dots li.slick-active button {
    background: #bf923d;
  }
  body.body-store .how-it-works .slick-list {
    padding: 0 !important;
  }
  body.body-store .how-it-works .slick-list .slick-track {
    gap: 0;
    padding-bottom: 20px;
  }
  body.body-store .product-details-intro .mainn-title {
    font-size: 30px;
  }
  body.body-store .product-intro img {
    max-width: 100%;
  }
  body.body-store .product-detail-gallery .slick-track {
    height: 200px;
    gap: 0;
  }
  body.body-store .product-details .product-slider {
    padding-bottom: 50px;
  }
  body.body-store .product-details .product-slider .slick-track {
    height: 200px;
  }
  body.body-store .product-details .product-slider .slick-arrow {
    top: auto;
    bottom: 0;
  }
  body.body-store .product-details .product-slider .slick-arrow.slick-next {
    right: calc(50% - 94px);
  }
  body.body-store .product-details .product-slider .slick-arrow.slick-prev {
    left: calc(50% - 94px);
  }
  body.body-store .product-details .tab-content {
    padding: 15px 0;
  }
  body.body-store .product-details .pad > .pad-bottom {
    padding-bottom: 0;
  }
  body.body-store .product-details .pad > .pad-top {
    padding-top: 15px;
  }
  body.body-store .flex-nav li a {
    font-size: 13px;
  }
  body.body-store .cart-carousel .carousel.secondary .carousel-caption h3 .elite-carousel-title {
    font-size: 35px;
  }
  body.body-store .cart .sidebar {
    min-width: 0;
  }
}
section {
  /**** FORMS ****/
}
section.shop, section.product-details, section.cart {
  background: #fff;
}
section.shop hr, section.product-details hr, section.cart hr {
  border-color: #d9d9d9;
  margin: 10px 0 !important;
}
section.shop h1:not(.mid-size-title), section.product-details h1:not(.mid-size-title), section.cart h1:not(.mid-size-title) {
  color: #b92022;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: "amandine", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 1150px) {
  section.shop h1:not(.mid-size-title), section.product-details h1:not(.mid-size-title), section.cart h1:not(.mid-size-title) {
    font-size: 42px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 992px) {
  section.shop h1:not(.mid-size-title), section.product-details h1:not(.mid-size-title), section.cart h1:not(.mid-size-title) {
    font-size: 38px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  section.shop h1:not(.mid-size-title), section.product-details h1:not(.mid-size-title), section.cart h1:not(.mid-size-title) {
    font-size: 32px;
    letter-spacing: 1px;
  }
}
section.shop h2:not(.mid-size-title), section.product-details h2:not(.mid-size-title), section.cart h2:not(.mid-size-title) {
  color: #b92022;
  font-family: "amandine", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.58px;
  text-transform: uppercase;
}
@media screen and (max-width: 1150px) {
  section.shop h2:not(.mid-size-title), section.product-details h2:not(.mid-size-title), section.cart h2:not(.mid-size-title) {
    font-size: 32px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 992px) {
  section.shop h2:not(.mid-size-title), section.product-details h2:not(.mid-size-title), section.cart h2:not(.mid-size-title) {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  section.shop h2:not(.mid-size-title), section.product-details h2:not(.mid-size-title), section.cart h2:not(.mid-size-title) {
    font-size: 26px;
    letter-spacing: 0.5px;
  }
}
section.shop h3, section.product-details h3, section.cart h3 {
  color: #b92022;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "amandine", sans-serif;
  letter-spacing: 1.72px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1150px) {
  section.shop h3, section.product-details h3, section.cart h3 {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  section.shop h3, section.product-details h3, section.cart h3 {
    font-size: 22px;
    letter-spacing: 0.25px;
  }
}
section .form-inline .input-group .input-group-addon, section .form-inline .input-group .input-group-btn, section .form-inline .input-group .form-control {
  background: #fff;
  border-color: #efefef;
}
section input, section .form-control {
  border-radius: 5px;
  border: 1px solid #9f9f9f;
  background: #fff;
  height: 54px;
}
section input svg, section .form-control svg {
  width: 26px;
}
section .form-group label {
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.33px;
  text-transform: uppercase;
}
section select {
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  height: 52px;
  margin: 0;
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section select {
  background-image: linear-gradient(45deg, transparent 50%, #b92022 50%), linear-gradient(135deg, #b92022 50%, transparent 50%), linear-gradient(to right, #dfdfdf, #dfdfdf) !important;
  background-position: calc(100% - 20px) calc(1em + 9px), calc(100% - 15px) calc(1em + 9px), calc(100% - 2.5em) 1em !important;
  background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
  background-repeat: no-repeat !important;
}
section select:focus {
  background-image: linear-gradient(45deg, #b92022 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #b92022 50%), linear-gradient(to right, #dfdfdf, #dfdfdf) !important;
  background-position: calc(100% - 15px) calc(1em + 9px), calc(100% - 20px) calc(1em + 9px), calc(100% - 2.5em) 1em !important;
  background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
  background-repeat: no-repeat !important;
  border-color: #b92022 !important;
  outline: 0 !important;
}
section select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}
section .label {
  padding: 3px 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  transition: all 0.2s ease-in-out;
}
section .label.label-default {
  border: 1px solid #b92022;
  color: #b92022;
  background: #fff;
}
section .label.label-default:hover {
  border: 1px solid #b92022;
  background: #b92022;
  color: #fff;
}
section .label.label-primary {
  border: 1px solid #b92022;
  color: #fff;
  background: #b92022;
}
section .label.label-primary:hover {
  border: 1px solid #901315;
  background: #901315;
  color: #fff;
}
.regional-pricing {
  margin: 0 0 2rem 0;
}
.regional-pricing select {
  width: 200px;
}
.regional-pricing-img {
  float: left;
  display: block;
  margin-right: 2rem;
  max-width: 100%;
  height: auto;
}
.checkout-forms input[type=radio], .checkout-forms input[type=checkbox] {
  margin-top: -13px;
}
.checkout-img {
  border-radius: 10px;
}
.checkout-label {
  border-radius: 5px;
  background: #7b7979;
  color: #fff;
  padding: 3px 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.checkout-row {
  padding: 15px 7px;
  border-radius: 10px;
  color: #7b7979;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.checkout-row p {
  color: #7b7979;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.checkout-row p strong {
  font-weight: 700;
}
.checkout-totals {
  color: #7b7979;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1.8;
}
.checkout-totals p {
  color: #7b7979;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1.8;
}
.checkout-total-label {
  color: #7b7979;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: Capitalize;
  margin-top: 5px !important;
}
.checkout-total {
  color: #b92022;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: Capitalize;
  margin-top: 5px !important;
}
.cart-body {
  font-size: 70% !important;
}
.cart-body .item {
  margin-bottom: 0;
  padding: 10px 0;
}
.cart-body .item:nth-child(odd) {
  background: white;
  border: 0px solid transparent;
  border-radius: 15px;
}
.strikethrough {
  text-decoration-line: strikethrough;
}
.my-2 {
  margin: 0.5rem 0;
}
.my-4 {
  margin: 1rem 0;
}
.text-xl {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text-xl strong, .text-xl b {
  color: #b92022;
}
.cart-headings {
  background: #b92022;
  padding: 5px 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.product-title a {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
@media screen and (max-width: 768px) {
  .product-title {
    margin-top: 0 !important;
  }
}
.product-card .product-card-content {
  padding: 25px;
  background: #fff;
}
.product-card .product-card-content p, .product-card .product-card-content h2, .product-card .product-card-content h3, .product-card .product-card-content h4, .product-card .product-card-content h5 {
  margin-bottom: 15px;
}
.product-card .product-card-content .description {
  aspect-ratio: 2.9;
  overflow: hidden;
}
.product-card .btn.btn-primary {
  border: none;
}
.product-card p.info {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  display: inline-block;
  padding: 15px 35px;
}
.product-card img {
  border-radius: 22px;
}
.total-well {
  background: white !important;
  padding: 15px 37px;
  margin-bottom: 25px;
}
.well-pad-top {
  position: sticky;
  top: 4rem;
}
@media screen and (max-width: 992px) {
  .well-pad-top {
    position: relative;
    top: auto;
  }
}
.checkout-sticky {
  position: sticky;
  top: 2rem;
  padding-top: 3rem;
}
@media screen and (max-width: 992px) {
  .checkout-sticky {
    position: relative;
    top: auto;
    padding-top: 1.5rem;
  }
}
p.legalese {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 142.857% */
}
p.legalese strong {
  color: #b92022;
  font-weight: 700;
}
p.attributes {
  color: #7b7979;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
/** Product Slider **/
.product-details {
  /*End USE CSS for Slider*/
}
.product-details .slider.product-slider {
  max-width: 84%;
  padding-left: 35px;
}
.product-details .slider.slider-nav {
  max-width: 16%;
  height: 610px;
  overflow: visible;
}
.product-details .slider.slider-nav .slick-list {
  height: 610px !important;
  overflow: hidden;
}
.product-details .slider.product-slider, .product-details .slider.slider-nav {
  width: 100%;
  float: left;
}
.product-details .slider-banner-image {
  height: 610px;
}
.product-details .slider.slider-nav {
  padding: 0px;
}
.product-details .slider-banner-image img, .product-details .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-details .slick-current .thumbnail-image {
  border: 1px solid #b92022;
}
.product-details .thumbnail-image {
  padding: 5px;
  max-width: 80px;
}
.product-details .slick-vertical .slick-slide:active, .product-details .slick-vertical .slick-slide:focus, .product-details .slick-arrow:hover, .product-details .slick-arrow:focus {
  border: 0;
  outline: 0;
}
.product-details .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196db6;
}
.product-details .slider-nav .slick-slide.slick-current span {
  color: #196db6;
}
.product-details .slider-nav .slick-slide {
  text-align: center;
}
.product-details .slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.product-details .slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  z-index: 10;
}
.product-details .slick-prev {
  top: -25px;
  color: #b92022;
  background: #fff !important;
}
.product-details .slick-next {
  bottom: -25px;
  color: #b92022;
  display: block;
  background: #fff !important;
  transform: translateY(0);
}
.product-details .slick-prev:before {
  font-family: 'FontAwesome', 'Font Awesome';
  content: "\f077";
}
.product-details .slick-next:before {
  font-family: 'FontAwesome', 'Font Awesome';
  content: "\f078";
}
.product-details .slick-next:before, .product-details .slick-prev:before {
  color: #b92022;
}
.product-details .attributes-label .attributes-selected-label {
  color: #901315;
}
@media screen and (max-width: 991px) {
  .product-details .slider.product-slider, .product-details .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .product-details .slider.product-slider {
    padding-left: 0;
  }
  .product-details .slider.slider-nav {
    height: auto;
  }
  .product-details .slider-banner-image {
    height: 500px;
  }
  .product-details .slider.slider-nav.thumb-image {
    padding: 10px 30px 0;
  }
  .product-details .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .product-details .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .product-details .slick-prev {
    left: 0;
    right: unset;
  }
  .product-details .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .product-details .bid-tag {
    padding: 10px 0 15px;
  }
  .product-details .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }
  .product-details .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .product-details .slider-banner-image {
    height: 400px;
  }
  .product-details .slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
  }
  .product-details .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .product-details .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .product-details .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .product-details .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
}
@media screen and (max-width: 580px) {
  .product-details .slider-banner-image {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .slider-banner-image {
    height: 280px;
  }
}
/** Shop NAVS ***/
.flex-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0 !important;
}
.flex-nav.nav-tabs > li.active > a, .flex-nav.nav-tabs > li.active > a:hover, .flex-nav.nav-tabs > li.active > a:focus {
  background: transparent;
  border: 0px solid transparent;
}
.flex-nav li {
  border-bottom: 1px solid white;
  padding: 12px 0;
  transition: all 0.2s ease-in-out;
}
.flex-nav li a {
  color: #9f9f9f;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .flex-nav li a {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .flex-nav li a {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.flex-nav li:hover {
  border-color: #b92022;
  text-decoration: none !important;
}
.flex-nav li:before {
  display: none !important;
}
.flex-nav li.active {
  color: #b92022;
  background: transparent;
  border-bottom: 5px solid #b92022;
}
.flex-nav li.active a {
  color: #b92022;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content {
  padding: 25px 0;
}
.breadcrumb {
  background: transparent;
  padding: 10px 0 !important;
}
.breadcrumb > li + li:before {
  padding: 0 14px;
  font-size: 14px;
  color: #ccc;
  font-family: "FontAwesome", "Font Awesome";
  content: "\f054";
  color: #b92022;
}
.breadcrumb a {
  color: #b92022 !imporant;
}
@media (max-width: 568px) {
  div#projectDetailsForm iframe {
    height: 3900px;
  }
}
@media (max-width: 480px) {
  .photo-caption {
    position: static;
    background: #901315;
    color: #fff;
    border-left: none;
    border-top: solid 5px #fff;
  }
  .photo-caption p {
    color: #fff !important;
  }
  div#projectDetailsForm iframe {
    height: 4150px;
  }
}
@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #7b7979;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #7b7979;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: right;
    width: 100%;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 15px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
.card {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 1rem;
}
@media (max-width: 992px) {
  .banner-slider .slider-nav .thumbnail-image {
    margin-right: 15px;
  }
}
#faq-popover {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
#faq-popover.hide-faq #faq-popover-message {
  display: none;
}
#faq-popover-message {
  z-index: -1;
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  overflow: visible;
  margin: auto;
  width: 200px;
  box-shadow: 1px 1px 10px -1px #aaa;
  border-radius: 5px;
  padding: 10px 15px;
  height: 60px;
  color: #333;
  line-height: 20px;
  background-color: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  min-width: 200px;
  position: absolute;
  right: 70px;
}
#faq-popover-message:after {
  display: inline-block;
  content: '';
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
  border-radius: 0 3px 0 0;
  box-shadow: 1px -1px 4px 0 #eee;
}
#faq-popover-message p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#faq-popover-message p a {
  color: #333;
}
#faq-popover-icon {
  position: relative;
  padding: 3px;
  width: 60px;
  border-radius: 60px;
  height: 60px;
  font-size: 14px;
  background-color: #901315;
  line-height: 100%;
  display: inline-block;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
#faq-popover-icon .fa {
  color: #fff;
  font-size: 30px;
}
.item-red {
  background: #b92022 !important;
}
.header-cart {
  display: block;
  position: relative;
}
.header-cart .badge {
  background: #b92022;
  padding: 3px 6px;
  font-size: 11px;
  position: relative;
  top: -2px;
}
.shop.shop-alt {
  background: url('/files/geometrik-glass-morphism-bg.png') no-repeat center center;
  background-size: cover;
}
.shop.shop-alt .product-card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 5px;
}
.shop.shop-alt .product-card img {
  border-radius: 0;
}
.product-details .attributes-selection input {
  width: 0px;
  height: 0px;
  opacity: 0;
  border: none;
  padding: 0;
}
.product-details .attributes-selected img {
  border: solid 3px #a11229;
}
.product-details .tab-content {
  background: #fff;
  padding: 15px;
}
/***
 .shop.shop-alt {
 background: rgba(0, 0, 0, 0.6);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 position: relative;
 overflow: hidden;
 .product-card {
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 }
 &::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: url('/img/white-carbon.png');
 // /img/rough-cloth.png
 opacity: 1; /* Adjust the intensity 
 z-index: -1;
 }
 }
 */
.modal .modal-dialog {
  top: 10%;
  /* transform: translateY(-100%) !important; */
}
#countrySelectModal .regional-pricing select {
  min-width: 50%;
  margin-top: 1rem;
}
#countrySelectModal .regional-pricing {
  margin-bottom: 0px;
}
body.modal-open #view-container, body.modal-open header {
  filter: blur(50px);
}
.modal.fancy-modal {
  z-index: 10000;
}
.modal.fancy-modal .modal-backdrop.in {
  background: #000 url('/files/geometrik-glass-morphism-bg.png') no-repeat center center;
  background-size: cover;
  opacity: 0.9;
}
.modal.fancy-modal .modal-dialog {
  top: 20%;
}
.modal.fancy-modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
  text-align: center;
}
.modal.fancy-modal .modal-title {
  color: #fff;
  font-family: "amandine", sans-serif;
}
.modal.fancy-modal .modal-header {
  border: none;
}
.modal.fancy-modal .modal-header button {
  display: none;
}
.modal.fancy-modal .modal-body p {
  color: #fff;
}
.modal.fancy-modal button.close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  color: #fff;
  z-index: 100000;
  display: block;
  opacity: 1;
  font-size: 2rem;
}
.modal.cant-close .modal-backdrop {
  pointer-events: none;
}
.modal.cant-close button.close {
  display: none;
}
.elite-modal .modal-backdrop.in {
  background: black !important;
  opacity: 0.8 !important;
}
.elite-modal .modal-content:not(.text-center) {
  text-align: left !important;
}
.elite-modal .modal-content:not(.text-center) .popover-logo {
  margin: 15px 0 25px;
}
.elite-modal .modal-content .popover-logo {
  margin: 15px auto 25px;
}
.elite-modal .modal-content h2 {
  font-size: calc(25px + (48 - 25) * (100vw - 400px) / (1440 - 400));
  background: linear-gradient(135.34deg, #856220 15.43%, #f4e683 34.91%, #bf923d 50.85%, #4e341b 68.56%, #f1ea82 86.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .elite-modal .modal-content h2 {
    font-size: 48px;
  }
}
.elite-modal .modal-content p {
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .elite-modal .modal-content .or-select {
    display: block;
  }
}
@media (min-width: 991px) {
  .elite-modal .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 1440px) {
  .elite-modal .modal-dialog {
    width: 1200px;
  }
}
.square-feet {
  color: #901315;
}
.regional-pricing {
  background: rgba(0, 0, 0, .05);
  padding: 30px;
  border-radius: 100px;
}
.checkout-breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.checkout-breadcrumbs ol.breadcrumb > li > a {
  color: #fff !important;
}
.checkout-breadcrumbs ol.breadcrumb > li.active {
  color: #fff !important;
}
/*******************
 Geometrik Elite Styles
 ********************/
@font-face {
  font-family: 'Kunstler Script';
  src: url('/fonts/KunstlerScript.woff2') format('woff2'), url('/fonts/KunstlerScript.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vladimir Script';
  src: url('/fonts/VladimirScript.woff2') format('woff2'), url('/fonts/VladimirScript.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.kunstler-script {
  font-family: 'Kunstler Script', cursive !important;
  text-transform: none !important;
}
.vladimir-script {
  font-family: 'Vladimir Script', cursive !important;
  text-transform: none !important;
}
.gold-gradient {
  background: linear-gradient(135.34deg, #856220 15.43%, #f4e683 34.91%, #bf923d 50.85%, #4e341b 68.56%, #f1ea82 86.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  background-size: 300%;
  background-position: -100%;
  animation: animatedGradient 15s infinite alternate-reverse;
}
@keyframes animatedGradient {
  from {
    background-position: 0;
  }
  to {
    background-position: 100%;
  }
}
a:focus {
  outline: none !important;
}
