  /* compiled by scssphp v0.3.2 on Thu, 22 May 2025 21:50:07 +0000 (0.0891s) */

/* !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%;
}
.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;
}
.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;
}
.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-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-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, body.body-store h2, body.body-store h3, body.body-store h4, body.body-store h5, body.body-store h6 {
  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 .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;
  font-family: 'Poppins', sans-serif;
}
body.body-store .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;
}
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 .main-title {
  color: #fff;
  font-size: calc(25px + (48 - 25) * (100vw - 400px) / (1440 - 400));
  text-transform: none;
  font-weight: 300;
  line-height: 0.9;
  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: 21.5vw;
  margin-left: -0.06em;
}
body.body-store .collections-intro .content p {
  font-size: 17px;
  color: #fff;
}
body.body-store .collections-intro .content p:first-of-type {
  font-size: 24px;
}
body.body-store .shop .main-title {
  font-size: calc(50px + (90 - 50) * (100vw - 400px) / (1440 - 400));
  text-transform: none;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (min-width: 1440px) {
  body.body-store .shop .main-title {
    font-size: 90px;
  }
}
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;
  }
}
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, section.product-details h1, section.cart h1 {
  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, section.product-details h1, section.cart h1 {
    font-size: 42px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 992px) {
  section.shop h1, section.product-details h1, section.cart h1 {
    font-size: 38px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  section.shop h1, section.product-details h1, section.cart h1 {
    font-size: 32px;
    letter-spacing: 1px;
  }
}
section.shop h2, section.product-details h2, section.cart h2 {
  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, section.product-details h2, section.cart h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 992px) {
  section.shop h2, section.product-details h2, section.cart h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  section.shop h2, section.product-details h2, section.cart h2 {
    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;
}
.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;
}
.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;
}
/****
 pc28¹ÙÍø 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;
}
