/*
=========================================
=========================================

     M I N I M A L  T E M P L A T E

=========================================
========================================= */
/*
   /////////////////////////////////////////////////////
     NAVBAR
   /////////////////////////////////////////////////////
*/
.navbar {
  background: #1e2125;
  border-bottom: solid 1px #343a40;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  /*  content of the megamenu */
  /* search area */
}

.navbar .dropdown-menu {
  border-radius: 0;
  margin-top: .5rem;
  border-color: #343a40;
}

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    border: none;
  }
}

.navbar .nav-item.active .nav-link {
  font-weight: bold;
}

.navbar .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.navbar .yamm-fw .dropdown-menu {
  padding: 0;
}

.navbar .normal-dropdown .dropdown-item {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.navbar .footer {
  background: #e0a92e;
  padding: 30px 30px;
}

.navbar .footer h4 {
  font-size: 1.496rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 5px 0 0 0;
}

.navbar .footer .buttons .btn,
.navbar .footer .buttons .btn.btn-default {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e6e6e6;
}

.navbar .yamm-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-top: 5px;
  border-bottom: dotted 1px #343a40;
}

@media (max-width: 991.98px) {
  .navbar .yamm-content h3 {
    font-size: 0.88rem;
  }
}

.navbar .yamm-content h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: solid 1px #343a40;
}

.navbar .yamm-content ul {
  margin-bottom: 1.5rem;
  padding: 0;
}

.navbar .yamm-content ul li {
  list-style-type: none;
  border-bottom: solid 1px #343a40;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px 0;
}

.navbar .yamm-content ul li a {
  color: #9aa0a6;
  font-size: 0.77rem;
  display: block;
}

.navbar .yamm-content ul li a:hover {
  color: #e0a92e;
  text-decoration: none;
}

.navbar .yamm-content ul li:last-of-type {
  border-bottom: 0;
}

.navbar .yamm-content .banner {
  margin-bottom: 10px;
}

.navbar .search-area {
  display: none;
}

.navbar .search-area-inner {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.navbar .search-area-inner form {
  width: 100%;
  max-width: 700px;
  margin: 20px;
}

.navbar .search-area-inner .form-group {
  position: relative;
}

.navbar .search-area-inner input {
  background: none;
  border: none;
  border-bottom: 1px solid #343a40;
  width: 100%;
  padding: 15px 0;
  font-family: "Roboto", serif;
  outline: none;
  font-size: 1.2em;
  font-weight: 300;
}

.navbar .search-area-inner button {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: none;
  border: none;
  outline: none;
}

.navbar .search-area-inner .close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
  color: #c8ccd0;
}

.fixed-top .navbar-collapse {
  max-height: 340px;
  overflow-y: auto;
}

/*
   /////////////////////////////////////////////////////
     MODAL LOGIN
   /////////////////////////////////////////////////////
*/
#login-modal {
  overflow: hidden;
}

#login-modal .modal-header h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#login-modal form {
  margin-bottom: 1.5rem;
}

#login-modal a {
  color: #e0a92e;
}

#login-modal p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-size: -0.12rem;
}

.modal-backdrop {
  z-index: 1035;
}

/*
   /////////////////////////////////////////////////////
     GENERIC STYLING
   /////////////////////////////////////////////////////
*/
body {
  padding-top: 110px;
}

body.no-padding {
  padding-top: 0;
}

a,
button {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a i.fa,
button i.fa {
  margin: 0 5px;
}

.clickable {
  cursor: pointer !important;
}

.required {
  color: #e0a92e;
}

.accent {
  color: #e0a92e;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.card-header a:focus {
  color: #fff;
}

.input-group-btn .btn {
  font-size: 14px;
}

.badge {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form-control:focus {
  color: #c8ccd0;
  background-color: #1e2125;
  border-color: #e0a92e;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* universal box */
.box {
  background: #1e2125;
  margin: 0 0 30px;
  border: solid 1px #343a40;
  padding: 30px 20px 20px;
  border-left: none;
  border-right: none;
}

.box .box-header {
  background: #23272b;
  margin: -30px -20px 20px;
  padding: 30px 20px 10px;
  border-bottom: solid 1px #343a40;
}

.box .box-header::after {
  display: block;
  clear: both;
  content: "";
}

.box .box-footer {
  background: #23272b;
  margin: 30px -20px -20px;
  padding: 20px;
  border-top: solid 1px #343a40;
}

.box .box-footer::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 991.98px) {
  .box .box-footer .btn {
    margin-bottom: 20px;
  }
}

.box.no-border {
  border: none;
}

/* ribbons for product sales etc. */
.ribbon {
  position: absolute;
  top: 50px;
  padding-left: 51px;
}

.ribbon .ribbon-background {
  position: absolute;
  top: 0;
  right: 0;
}

.ribbon .theribbon {
  position: relative;
  /*width: 80px;*/
  padding: 6px 20px 6px 20px;
  margin: 0 10px 10px -71px;
  color: #fff;
  background-color: #e0a92e;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: .8rem;
}

.ribbon .mounts-bg {
  background-color: #f25f5c;
}

.ribbon .pets-bg {
    background-color: #70c1b3;
}

.ribbon .toys-bg {
    background-color: #f29f4d;
}

.ribbon .wardrobe-bg {
    background-color: #247ba0;
}


.ribbon .theribbon:before, .ribbon .theribbon:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

.ribbon .theribbon:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: black black transparent transparent;
}

/* category ribbon folds: darker shade of each ribbon colour (was generic black) */
.ribbon .theribbon.mounts-bg:after {
  border-color: #b8423f #b8423f transparent transparent;
}

.ribbon .theribbon.pets-bg:after {
  border-color: #3f8b7e #3f8b7e transparent transparent;
}

.ribbon .theribbon.toys-bg:after {
  border-color: #c27a2a #c27a2a transparent transparent;
}

.ribbon .theribbon.wardrobe-bg:after {
  border-color: #185b78 #185b78 transparent transparent;
}

.ribbon.ribbon-quick-view {
  padding-left: 36px;
}

.ribbon.ribbon-quick-view .theribbon {
  margin-left: -59px;
}

.ribbon.ribbon-quick-view .theribbon:after {
  border-width: 4px 4px;
}

.ribbon.sale {
  top: 0;
}

.ribbon.new {
  top: 50px;
}

.ribbon.new .theribbon {
  background-color: #5bc0de;
  text-shadow: 0px 1px 2px #bbb;
}

.ribbon.new .theribbon:after {
  border-color: #2390b0 #2390b0 transparent transparent;
}

.ribbon.gift {
  top: 100px;
}

.ribbon.gift .theribbon {
  background-color: #5cb85c;
  text-shadow: 0px 1px 2px #bbb;
}

.ribbon.gift .theribbon:after {
  border-color: #357935 #357935 transparent transparent;
}

.icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #fff;
  line-height: 80px;
  border-radius: 40px;
  border: solid 1px #fff;
  font-size: 20px;
  margin-bottom: 1rem;
  text-align: center;
  vertical-align: middle;
}

.icon.icon-lg {
  font-size: 30px;
  border-width: 2px;
}

.bar {
  position: relative;
  padding: 50px 0;
  margin: 50px 0 80px;
}

.bar.background-gray {
  background: #2a2e33;
}

.bar.background-gray-dark {
  background: #23272b;
}

.bar.background-white {
  background: #1e2125;
}

.bar.background-image-fixed-1 {
  background: url("../img/backgrounds/tcg_artwork_1.jpg") center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bar.background-image-fixed-2 {
  background: url("../img/backgrounds/tcg_artwork_2.jpg") center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bar.background-image-fixed-3 {
    background: url("../img/backgrounds/tcg_artwork_3.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bar.background-image-fixed-4 {
    background: url("../img/backgrounds/tcg_artwork_4.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bar.background-image-fixed-5 {
    background: url("../img/backgrounds/tcg_artwork_5.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bar.background-image-fixed-6 {
    background: url("../img/backgrounds/tcg_artwork_6.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bar.background-image-fixed-7 {
    background: url("../img/backgrounds/tcg_artwork_7.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bar.background-image-fixed-9 {
    background: url("../img/backgrounds/tcg_artwork_9.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bar.color-white h1,
.bar.color-white h2,
.bar.color-white h3,
.bar.color-white h4,
.bar.color-white h5,
.bar.color-white h6,
.bar.color-white p {
  color: #fff;
}

.bar.padding-big {
  padding: 50px 0;
}

.bar.padding-horizontal {
  padding-left: 30px;
  padding-right: 30px;
}

.bar.margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bar .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}

#intro {
  background: url("../img/home.jpg") no-repeat center top;
  height: calc(100vh - 60px);
  min-height: 650px;
  background-size: cover !important;
  background-position: center center !important;
}

#intro .intro-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#intro .intro-content h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  #intro .intro-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  #intro .intro-content h1 {
    font-size: 25px;
  }
}

#intro .intro-content h3 {
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  #intro .intro-content h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

#intro .intro-content .btn {
  text-shadow: none;
}

@media (max-width: 991.98px) {
  #intro .intro-content .btn {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  #intro .intro-content .carousel-caption {
    left: 10%;
    right: 10%;
  }
}

#intro .container,
#intro .row {
  position: relative;
}

/* advantages homepage */
#advantages {
  margin-top: 30px;
  margin-bottom: 30px;
}

#advantages p {
  clear: both;
  color: #e6e6e6;
  text-align: center;
  margin-bottom: 40px;
  font-style: italic;
  font-size: 1.1rem;
}

#advantages p strong {
  color: #e0a92e;
}

#advantages .box.no-border {
  background: none;
  text-align: left;
  margin: 0;
}

#advantages .box.no-border .icon {
  color: #fff;
  font-size: 2rem;
  margin-right: 1rem;
  border: none;
}

#advantages .box.no-border h4 {
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

#advantages .box.no-border h4 a {
  color: #fff;
}

#advantages .box.no-border h4 a:hover {
  text-decoration: none;
}

/* homepage slider */
#slider .item {
  margin: 0 15px;
}

#slider a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#slider a:hover img {
  opacity: .8;
}

/* Homepage fullscreen slider */
.hero {
  margin-top: -30px;
  color: #fff;
  background: none;
  padding: 0 !important;
}

.hero::before {
  display: none;
}

.hero .item {
  padding: 10px 0;
  min-height: calc(100vh - 60px);
  background-size: cover !important;
  background-position: center center !important;
  color: #fff;
}

.hero h5 {
  font-family: "Roboto", serif !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.hero h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 3em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.hero p {
  font-family: "Roboto", serif !important;
  font-style: italic;
  font-size: 1.2em;
  padding: 0 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.hero .owl-prev,
.hero .owl-next {
  width: 40px;
  height: 40px;
  background: #1e2125;
  text-align: center;
  color: #e6e6e6;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 18px;
  position: absolute;
}

.hero .owl-prev:hover,
.hero .owl-next:hover {
  background: #e0a92e;
  color: #fff;
}

.hero .owl-prev {
  left: 20px;
}

.hero .owl-next {
  right: 20px;
}

.hero .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.hero .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.hero .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.hero .owl-dots .owl-dot.active span,
.hero .owl-dots .owl-dot:hover span {
  background: #e0a92e;
}

/* breadcrumbs */
.breadcrumb {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #1e2125;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #9aa0a6;
  content: ">";
}

/*
   /////////////////////////////////////////////////////
     ECOMMERCE PAGES
   /////////////////////////////////////////////////////
*/
.sidebar-menu {
  background: #1e2125;
  margin: 0 0 1.5rem;
  border-left: none !important;
  border-right: none !important;
}

.sidebar-menu .card-body .custom-control-label::before {
  top: 0;
}

.sidebar-menu .card-body .custom-control-label::after {
  top: 0;
}

.sidebar-menu .card-body span.colour {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #343a40;
  vertical-align: top;
  margin-right: 5px;
}

.sidebar-menu .card-body span.colour.white {
  background: #1e2125;
}

.sidebar-menu .card-body span.colour.red {
  background: red;
}

.sidebar-menu .card-body span.colour.green {
  background: green;
}

.sidebar-menu .card-body span.colour.blue {
  background: blue;
}

.sidebar-menu .card-body span.colour.yellow {
  background: yellow;
}

.sidebar-menu .card-body label {
  color: #9aa0a6;
  font-size: 0.77rem;
}

.sidebar-menu .card-body label:hover {
  color: #e6e6e6;
}

.sidebar-menu ul.nav.category-menu {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.sidebar-menu ul.nav.category-menu > li > a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.sidebar-menu ul.nav.category-menu > li > a .badge {
  font-weight: bold;
  background: #2a2e33;
  margin-top: .2rem;
}

.sidebar-menu ul.nav.category-menu > li > a.active .badge, .sidebar-menu ul.nav.category-menu > li > a:hover .badge {
  color: #e0a92e;
  background: #1e2125;
}

.sidebar-menu ul.nav.category-menu > li > a:hover {
  background: #e0a92e;
  color: #fff;
}

.sidebar-menu ul.nav ul {
  list-style: none;
  padding-left: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.sidebar-menu ul.nav ul li {
  display: block;
}

.sidebar-menu ul.nav ul li a {
  position: relative;
  font-weight: normal;
  display: block;
  padding: .35rem 1rem .35rem 8px;
  font-size: 0.78rem;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: normal;
  color: #9aa0a6;
}

.sidebar-menu ul.nav ul li a:hover,
.sidebar-menu ul.nav ul li a:focus .sidebar-menu ul.nav ul li a.active {
  text-decoration: none;
  background-color: #23272b;
}

.info-bar {
  line-height: 32px;
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .info-bar .products-showing {
    text-align: center;
  }
}

.info-bar .products-number-sort {
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .info-bar .products-number-sort {
    text-align: center;
    margin-top: 10px;
  }
}

.info-bar .products-number {
  text-align: center;
}

.info-bar .products-number strong {
  margin-right: 10px;
}

.info-bar .products-sort-by {
  text-align: right;
}

.info-bar .products-sort-by select {
  margin-left: 10px;
  width: 100px;
}

.product {
  background: #1e2125;
  border-bottom: solid 1px #343a40;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}

.product .image {
  overflow: hidden;
  position: relative;
}

.product .image img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 767.98px) {
  .product .image img.img-fluid {
    min-width: 100%;
  }
}

.product .image .quick-view-button {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product .image .quick-view-button .btn {
  opacity: 0;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .product .image .quick-view-button {
    display: none;
  }
}

.product .text {
  padding: 10px;
}

.product .text h3 {
  font-size: 1.1rem;
  font-weight: 700;
  height: 2.42rem;
}

.product .text h3 a {
  color: #e6e6e6;
}

.product .text p.price {
  font-size: 1.1rem;
}

.product .text p.price del {
  color: #9aa0a6;
}

.product .buttons {
  clear: both;
  position: absolute;
  display: none;
  bottom: 0;
  width: 100%;
  border: solid 1px transparent;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}

.product .buttons .btn {
  margin-bottom: 20px;
}

.product:hover {
  border-bottom: solid 1px #5a6066;
  top: 0;
}

.product:hover .quick-view-button .btn {
  opacity: .8;
}

.product:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.banner {
  margin-bottom: 30px;
  text-align: center;
}

.banner img {
  margin: 0 auto;
}

.banner a:hover img {
  opacity: .8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.pages {
  text-align: center;
}

.pages .loadMore {
  text-align: center;
}

.quick-view-main-image {
  text-align: center;
}

.quick-view-main-image img {
  min-height: 350px;
  max-height: 350px;
  height: auto;
  margin: 0 auto;
}

#productMain,
.quick-view {
  margin-bottom: 30px;
}

#productMain .goToDescription,
.quick-view .goToDescription {
  font-size: 0.77rem;
  text-align: center;
}

#productMain .goToDescription a,
.quick-view .goToDescription a {
  color: #9aa0a6;
  text-decoration: underline;
}

#productMain .sizes,
.quick-view .sizes {
  text-align: center;
}

#productMain .sizes a,
.quick-view .sizes a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #2a2e33;
  margin-right: 10px;
  line-height: 40px;
  color: #e6e6e6;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

#productMain .sizes a.active, #productMain .sizes a:hover,
.quick-view .sizes a.active,
.quick-view .sizes a:hover {
  background: #e0a92e;
  color: #fff;
}

#productMain .sizes input,
.quick-view .sizes input {
  display: none;
}

#productMain .price,
.quick-view .price {
  font-size: 40px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.quick-view {
  margin-bottom: 20px;
}

.quick-view .box {
  margin-top: 20px;
}

.quick-view h2 {
  margin-top: 1rem;
  text-align: center;
}

.quick-view .sizes h3 {
  font-size: 1.1rem;
  margin-top: 10px;
}

.quick-view .sizes a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
}

.quick-view .price {
  font-size: 28px;
  margin: 20px 0;
}

.thumbs a,
#thumbs a {
  display: block;
  border: solid 1px transparent;
  margin-bottom: 10px;
}

.thumbs a.active,
#thumbs a.active {
  border-color: #e0a92e;
}

.quick-view .thumbs {
  margin-top: 30px;
}

.quick-view-social,
#product-social {
  text-align: center;
}

.quick-view-social h4,
#product-social h4 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.88rem;
}

.quick-view-social p,
#product-social p {
  line-height: 26px;
}

.quick-view-social p a,
#product-social p a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}

.quick-view-social p a i,
#product-social p a i {
  vertical-align: bottom;
  line-height: 26px;
}

.quick-view-social p a.facebook,
#product-social p a.facebook {
  background-color: #4460ae;
}

.quick-view-social p a.gplus,
#product-social p a.gplus {
  background-color: #c21f25;
}

.quick-view-social p a.twitter,
#product-social p a.twitter {
  background-color: #3cf;
}

.quick-view-social p a.instagram,
#product-social p a.instagram {
  background-color: #cd4378;
}

.quick-view-social p a.email,
#product-social p a.email {
  background-color: #4a7f45;
}

@media (max-width: 991.98px) {
  .quick-view-social,
  #product-social {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1000px;
  }
}

/*
   /////////////////////////////////////////////////////
     CONTENT PAGES
   /////////////////////////////////////////////////////
*/
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6,
.text-content ul,
.text-content ol,
.text-content p {
  margin-bottom: 2rem;
}

.text-content p {
  color: #c8ccd0;
}

#error-page {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

#error-page h4 {
  margin-bottom: 40px;
}

#error-page p.buttons {
  margin-top: 40px;
}

#map {
  height: 400px;
}

/*
   /////////////////////////////////////////////////////
    ACCORDION
   /////////////////////////////////////////////////////
*/
.accordion h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
}

/*
   /////////////////////////////////////////////////////
     TEAM MEMBERS
   /////////////////////////////////////////////////////
*/
.team {
  margin-top: 40px;
}

.team-member {
  text-align: center;
  margin-bottom: 3rem;
}

.team-member .image {
  margin-bottom: 1rem;
}

.team-member h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
}

.team-member h3 a {
  color: #e6e6e6;
}

.team-member p.role {
  color: #9aa0a6;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.team-member .social {
  margin-bottom: 1.5rem;
}

.team-member .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}

.team-member .social a i {
  vertical-align: bottom;
  line-height: 26px;
}

.team-member .social a.facebook {
  background-color: #4460ae;
}

.team-member .social a.gplus {
  background-color: #c21f25;
}

.team-member .social a.twitter {
  background-color: #3cf;
}

.team-member .social a.instagram {
  background-color: #cd4378;
}

.team-member .social a.email {
  background-color: #4a7f45;
}

.team-member .text p {
  color: #9aa0a6;
  font-size: 0.77rem;
}

/*
   /////////////////////////////////////////////////////
     BLOG
   /////////////////////////////////////////////////////
*/
.post {
  margin-bottom: 60px;
}

.post h2 a,
.post h4 a {
  color: #e6e6e6;
}

.post h2 a:hover,
.post h4 a:hover {
  color: #e0a92e;
}

.post .author-category {
  color: #9aa0a6;
  font-style: italic;
}

.post .date-comments a {
  color: #9aa0a6;
  margin-right: 20px;
}

.post .date-comments a:hover {
  color: #e0a92e;
}

.post .intro {
  text-align: left;
}

.post .image {
  margin-bottom: 10px;
  overflow: hidden;
}

.post .image img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 767.98px) {
  .post .image img.img-responsive {
    min-width: 100%;
  }
}

.post .read-more {
  text-align: right;
}

.post:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#blog-homepage .post {
  margin-bottom: 60px;
}

#blog-homepage .post h2,
#blog-homepage .post h4,
#blog-homepage .post .author-category,
#blog-homepage .post .read-more {
  text-align: center;
}

#blog-homepage .post .read-more {
  margin-top: 20px;
}

#blog-post #post-content {
  margin-bottom: 20px;
}

#blog-post .comment {
  margin-bottom: 25px;
}

#blog-post .comment::after {
  display: block;
  clear: both;
  content: "";
}

#blog-post .comment .posted {
  color: #9aa0a6;
  font-size: 0.77rem;
}

#blog-post .comment .reply {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

#blog-post .comment.last {
  margin-bottom: 0;
}

#blog-post #comments,
#blog-post #comment-form {
  padding: 20px 0;
  margin-top: 20px;
  border-top: solid 1px #343a40;
}

#blog-post #comments::after,
#blog-post #comment-form::after {
  display: block;
  clear: both;
  content: "";
}

#blog-post #comments h4,
#blog-post #comment-form h4 {
  margin-bottom: 20px;
}

#blog-post #comment-form {
  margin-bottom: 20px;
}

/*
   /////////////////////////////////////////////////////
     CHECKOUT + CUSTOMER ZONE
   /////////////////////////////////////////////////////
*/
#checkout .nav {
  margin-bottom: 20px;
  border-bottom: solid 1px #e0a92e;
}

#checkout .nav .nav-item .nav-link {
  border-radius: 0;
}

#order-summary table {
  margin-top: 20px;
}

#order-summary table td {
  color: #9aa0a6;
}

#order-summary table tr.total td,
#order-summary table tr.total th {
  font-size: 1.1rem;
  color: #e6e6e6;
  font-weight: 700;
}

#checkout .table tbody tr td,
#basket .table tbody tr td,
#customer-order .table tbody tr td {
  vertical-align: middle;
}

#checkout .table tbody tr td input,
#basket .table tbody tr td input,
#customer-order .table tbody tr td input {
  width: 50px;
  text-align: right;
}

#checkout .table tbody tr td img,
#basket .table tbody tr td img,
#customer-order .table tbody tr td img {
  width: 50px;
}

#checkout .table tfoot,
#basket .table tfoot,
#customer-order .table tfoot {
  font-size: 1.1rem;
}

#customer-orders table tr th,
#customer-orders table tr td {
  vertical-align: baseline;
}

#customer-order .table tfoot th {
  font-size: 1.1rem;
  font-weight: 300;
}

#customer-order .addresses {
  text-align: right;
  margin-bottom: 30px;
}

#customer-order .addresses p {
  font-weight: 300;
}

#customer-account {
  margin-bottom: 30px;
}

/*
   /////////////////////////////////////////////////////
     FOOTER
   /////////////////////////////////////////////////////
*/
#footer {
  background: #23272b;
  padding: 60px 0;
}

#footer ul {
  padding-left: 0;
  list-style: none;
}

#footer ul a {
  color: #e0a92e;
}

#footer ul a:hover {
  color: #f4cb5e;
  text-decoration: none;
}

#footer .social a {
  color: #e6e6e6;
  font-size: 25px;
  margin: 0 10px 0 0;
}

#footer .social a:hover {
  color: #e0a92e;
}

#copyright {
  background: #0f1113;
  color: #7d8389;
  padding: 20px 0;
  font-size: 0.77rem;
  line-height: 18px;
}

#copyright p {
  margin: 0;
}

@media (max-width: 991.98px) {
  #copyright p {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 120px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
}

#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  left: 0;
  background: #1e2125;
  border: solid 1px #343a40;
  z-index: 2000;
}

#style-switch h4 {
  color: #e6e6e6;
}

/* =========================================
   THEMING OF BOOTSTRAP COMPONENTS
   ========================================= */
/*
 * 1. NAVBAR
 */
.navbar {
  padding: 0 1rem 0 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.1rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.navbar-light .navbar-brand {
  color: #000;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.65);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #000;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.65);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.65)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.65);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/*
 * 2. BUTTONS
 */
.btn {
  font-weight: 400;
  border: 1px solid transparent;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #e0a92e;
  border-color: #e0a92e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d29e26;
  border-color: #c4901f;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #e0a92e;
  border-color: #e0a92e;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c4901f;
  border-color: #b3851c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
}

.btn-secondary {
  color: #e6e6e6;
  background-color: #495057;
  border-color: #3a3f44;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #868686;
  border-color: gray;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #e6e6e6;
  background-color: #495057;
  border-color: #3a3f44;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: gray;
  border-color: #797979;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #e6e6e6;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #e6e6e6;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #e6e6e6;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #e6e6e6;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #e6e6e6;
  background-color: #23272b;
  border-color: #343a40;
}

.btn-light:hover {
  color: #e6e6e6;
  background-color: #2a2e33;
  border-color: #343a40;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #e6e6e6;
  background-color: #23272b;
  border-color: #343a40;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #e6e6e6;
  background-color: #2a2e33;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #23272b;
  border-color: #3a3f44;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #23272b;
  border-color: #3a3f44;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #e0a92e;
  background-color: transparent;
  background-image: none;
  border-color: #e0a92e;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #e0a92e;
  border-color: #e0a92e;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e0a92e;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e0a92e;
  border-color: #e0a92e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
}

.btn-outline-white-primary {
  color: #e0a92e;
  background-color: #1e2125;
  background-image: none;
  border-color: #e0a92e;
}

.btn-outline-white-primary:hover {
  color: #fff;
  background-color: #e0a92e;
  border-color: #e0a92e;
}

.btn-outline-white-primary:focus, .btn-outline-white-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
}

.btn-outline-white-primary.disabled, .btn-outline-white-primary:disabled {
  color: #e0a92e;
  background-color: transparent;
}

.btn-outline-white-primary:not(:disabled):not(.disabled):active, .btn-outline-white-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #e0a92e;
  border-color: #e0a92e;
}

.btn-outline-white-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-white-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 169, 46, 0.5);
}

.btn-outline-secondary {
  color: #9aa0a6;
  background-color: transparent;
  background-image: none;
  border-color: #3a3f44;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #495057;
  border-color: #3a3f44;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #9aa0a6;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #e6e6e6;
  background-color: #495057;
  border-color: #3a3f44;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-white-secondary {
  color: #9aa0a6;
  background-color: #1e2125;
  background-image: none;
  border-color: #3a3f44;
}

.btn-outline-white-secondary:hover {
  color: #fff;
  background-color: #495057;
  border-color: #3a3f44;
}

.btn-outline-white-secondary:focus, .btn-outline-white-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-white-secondary.disabled, .btn-outline-white-secondary:disabled {
  color: #9aa0a6;
  background-color: transparent;
}

.btn-outline-white-secondary:not(:disabled):not(.disabled):active, .btn-outline-white-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-secondary.dropdown-toggle {
  color: #e6e6e6;
  background-color: #495057;
  border-color: #3a3f44;
}

.btn-outline-white-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-white-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-white-success {
  color: #28a745;
  background-color: #1e2125;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-white-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-white-success:focus, .btn-outline-white-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-white-success.disabled, .btn-outline-white-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-white-success:not(:disabled):not(.disabled):active, .btn-outline-white-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-white-success:not(:disabled):not(.disabled):active:focus, .btn-outline-white-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-white-info {
  color: #17a2b8;
  background-color: #1e2125;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-white-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-white-info:focus, .btn-outline-white-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-white-info.disabled, .btn-outline-white-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-white-info:not(:disabled):not(.disabled):active, .btn-outline-white-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-white-info:not(:disabled):not(.disabled):active:focus, .btn-outline-white-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #e6e6e6;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-white-warning {
  color: #ffc107;
  background-color: #1e2125;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-white-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-white-warning:focus, .btn-outline-white-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-white-warning.disabled, .btn-outline-white-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-white-warning:not(:disabled):not(.disabled):active, .btn-outline-white-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-warning.dropdown-toggle {
  color: #e6e6e6;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-white-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-white-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-white-danger {
  color: #dc3545;
  background-color: #1e2125;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-white-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-white-danger:focus, .btn-outline-white-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-white-danger.disabled, .btn-outline-white-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-white-danger:not(:disabled):not(.disabled):active, .btn-outline-white-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-white-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-white-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #343a40;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #e6e6e6;
  background-color: #23272b;
  border-color: #343a40;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-white-light {
  color: #f8f9fa;
  background-color: #1e2125;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-white-light:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #343a40;
}

.btn-outline-white-light:focus, .btn-outline-white-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-white-light.disabled, .btn-outline-white-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-white-light:not(:disabled):not(.disabled):active, .btn-outline-white-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-light.dropdown-toggle {
  color: #e6e6e6;
  background-color: #23272b;
  border-color: #343a40;
}

.btn-outline-white-light:not(:disabled):not(.disabled):active:focus, .btn-outline-white-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  border-color: #3a3f44;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #3a3f44;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #e6e6e6;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #23272b;
  border-color: #3a3f44;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-white-dark {
  color: #e6e6e6;
  background-color: #1e2125;
  background-image: none;
  border-color: #3a3f44;
}

.btn-outline-white-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #3a3f44;
}

.btn-outline-white-dark:focus, .btn-outline-white-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-white-dark.disabled, .btn-outline-white-dark:disabled {
  color: #e6e6e6;
  background-color: transparent;
}

.btn-outline-white-dark:not(:disabled):not(.disabled):active, .btn-outline-white-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-dark.dropdown-toggle {
  color: #fff;
  background-color: #23272b;
  border-color: #3a3f44;
}

.btn-outline-white-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-white-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #000;
  background-color: #1e2125;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #e6e6e6;
  background-color: #1e2125;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/*
 * 3. TYPE
 */
body {
  font-family: "Roboto", serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c8ccd0;
  background-color: #1e2125;
}

a {
  color: #e0a92e;
  text-decoration: none;
}

a:hover, a:focus {
  color: #a87b18;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #e6e6e6;
}

h1,
.h1 {
  font-size: 2.288rem;
}

h2,
.h2 {
  font-size: 1.892rem;
}

h3,
.h3 {
  font-size: 1.496rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 0.88rem;
}

h6,
.h6 {
  font-size: 0.792rem;
}

.lead {
  font-size: 1.1rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

blockquote,
.blockquote {
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  border-left: 5px solid #e0a92e;
  font-weight: 300;
}

blockquote :last-child,
.blockquote :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  color: #9aa0a6;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.text-primary {
  color: #e0a92e !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #c4901f !important;
}

/*
 * 4. PAGINATION
 */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #e0a92e;
  border-color: #e0a92e;
}

.page-item.disabled .page-link {
  color: #9aa0a6;
  background-color: #1e2125;
  border-color: #343a40;
}

.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #e0a92e;
  background-color: #1e2125;
  border: 1px solid #343a40;
}

.page-link:hover, .page-link:focus {
  color: #a87b18;
  text-decoration: none;
  background-color: #2a2e33;
  border-color: #343a40;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/*
* 5. UTILITIES
*/
.bg-primary {
  background-color: #e0a92e !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c4901f !important;
}

.bg-secondary {
  background-color: #495057 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: gray !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #23272b !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #2a2e33 !important;
}

.bg-dark {
  background-color: #23272b !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.border-primary {
  border-color: #e0a92e !important;
}

.border-secondary {
  border-color: #3a3f44 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #343a40 !important;
}

.border-dark {
  border-color: #3a3f44 !important;
}

.text-primary {
  color: #e0a92e !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #c4901f !important;
}

.text-secondary {
  color: #9aa0a6 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: gray !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #e6e6e6 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.badge-primary {
  color: #fff;
  background-color: #e0a92e;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c4901f;
}

.badge-secondary {
  color: #e6e6e6;
  background-color: #495057;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: gray;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #e6e6e6;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #e6e6e6;
  background-color: #23272b;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: #2a2e33;
}

.badge-dark {
  color: #fff;
  background-color: #23272b;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/*
* 6. NAV
*/
.nav-link {
  padding: 0.5rem 1rem;
}

.nav-link.disabled {
  color: #9aa0a6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #343a40 #343a40;
}

.nav-tabs .nav-link.disabled {
  color: #9aa0a6;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #c8ccd0;
  background-color: #1e2125;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e0a92e;
}

/*
* 7. CARD
*/
.card {
  background-color: #1e2125;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-header-transparent {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #23272b;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  padding: 1.25rem;
}

.card-img-overlay-opacity {
  background: rgba(0, 0, 0, 0.2);
}

.card-img {
  border-radius: 0;
}

.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/*
* 10. DROPDOWNS
*/
.dropdown-menu {
  min-width: 10rem;
  top: 90%;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 0.88rem;
  color: #c8ccd0;
  background-color: #1e2125;
  border: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.dropdown-item {
  padding: 1rem 1.5rem;
  font-weight: 400;
  color: #e6e6e6;
  width: 100%;
  font-size: 0.85rem;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  background-color: #23272b;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #e0a92e;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #9aa0a6;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3a3f44;
  background-color: #23272b;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3a3f44;
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #88939e;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #9aa0a6;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #2a2e33;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #2a2e33;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #23272b;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #e0a92e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 58, 64, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 58, 64, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #23272b;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 58, 64, 0.5);
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 *
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

@media (max-width: 1199.98px) {
  .yamm .yamm-content {
    padding: 10px 20px;
  }
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* ============================================================
   Dark mode base-component overrides (appended)
   Recolors the Bootstrap base components that style.default.css
   never styled (their light colors came from vendor bootstrap.min.css).
   Sits after vendor bootstrap in the cascade, so plain selectors win
   on source order; rgba()/specific vendor rules are matched here.
   ============================================================ */
body { background-color:#15171a; color:#e6e6e6; }
hr { border-top-color:#343a40; }

.form-control { color:#e6e6e6; background-color:#1b1e22; border-color:#343a40; }
.form-control:focus { color:#e6e6e6; background-color:#1b1e22; border-color:#e0a92e; }
.form-control::placeholder { color:#7d8389; }
.form-control:disabled, .form-control[readonly] { background-color:#23272b; }
.custom-select { color:#e6e6e6; background-color:#1b1e22; border-color:#343a40; }
.input-group-text { color:#e6e6e6; background-color:#23272b; border-color:#343a40; }
.custom-control-label::before { background-color:#1b1e22; border-color:#3a3f44; }

.table { color:#e6e6e6; }
.table td, .table th { border-top-color:#343a40; }
.table thead th { border-bottom-color:#3a3f44; }
.table-striped tbody tr:nth-of-type(odd) { background-color:rgba(255,255,255,0.04); }
.table-hover tbody tr:hover { background-color:rgba(255,255,255,0.06); color:#fff; }

.card { background-color:#1e2125; border-color:#343a40; }
.card-header { background-color:rgba(255,255,255,0.03); border-bottom-color:#343a40; }
.list-group-item { background-color:#1e2125; color:#e6e6e6; border-color:#343a40; }

.dropdown-menu { background-color:#1e2125; color:#c8ccd0; border-color:#343a40; }
.dropdown-item { color:#c8ccd0; }
.dropdown-item:hover, .dropdown-item:focus { background-color:#2a2e33; color:#fff; }
.dropdown-divider { border-top-color:#343a40; }

.modal-content { background-color:#1e2125; color:#e6e6e6; border-color:#343a40; }
.modal-header { border-bottom-color:#343a40; }
.modal-footer { border-top-color:#343a40; }
.close { color:#e6e6e6; text-shadow:none; }
.close:hover, .close:focus { color:#fff; }

.breadcrumb { background-color:#23272b; }
.page-link { color:#e0a92e; background-color:#1e2125; border-color:#343a40; }
.page-link:hover { background-color:#2a2e33; }
.page-item.disabled .page-link { color:#6c757d; background-color:#1e2125; border-color:#343a40; }
.bg-light { background-color:#1e2125 !important; }
.bg-white { background-color:#1e2125 !important; }

/* Alerts: dark-tinted instead of pale pastel */
.alert-success { color:#9be0b4; background-color:#16301f; border-color:#1e4d31; }
.alert-info    { color:#a3dbe6; background-color:#163036; border-color:#1e4d57; }
.alert-warning { color:#ffe39a; background-color:#3a3220; border-color:#5a4d28; }
.alert-danger  { color:#f1a7ad; background-color:#3a1d20; border-color:#5a2a2f; }

/* Navbar markup uses .navbar-light; relight its dark-on-light vendor defaults */
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus { color:#fff; }
.navbar-light .navbar-nav .nav-link { color:rgba(255,255,255,0.65); }
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus { color:#fff; }
.navbar-light .navbar-nav .nav-link.disabled { color:rgba(255,255,255,0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active { color:#fff; }
.navbar-light .navbar-text { color:rgba(255,255,255,0.65); }
.navbar-light .navbar-toggler { color:rgba(255,255,255,0.65); border-color:rgba(255,255,255,0.1); }
.navbar-light .navbar-toggler-icon { background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

/* The gold accent (#e0a92e) is light — dark text on gold-accent backgrounds for legibility */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.bg-primary,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.sidebar-menu ul.nav.category-menu > li > a.active,
.sidebar-menu ul.nav.category-menu > li > a:hover,
.dropdown-item.active,
.dropdown-item:active,
.page-item.active .page-link,
.navbar .footer,
.navbar .footer h1, .navbar .footer h2, .navbar .footer h3, .navbar .footer h4, .navbar .footer h5,
.navbar .footer a { color: #1f2123 !important; }

/* sidebar category menu — tidy vertical rhythm */
.sidebar-menu .card-body { padding: 0.75rem 1.25rem 1rem; }
.sidebar-menu ul.nav.category-menu > li + li > a.nav-link { margin-top: 0.35rem; }
.sidebar-menu ul.nav ul { margin-top: 0.35rem; margin-bottom: 0; }

/* --- sidebar: full-width gold category bars; items aligned under the header text --- */
.sidebar-menu ul.nav.category-menu > li > a.nav-link {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.sidebar-menu ul.nav ul li a { padding-left: 0; }

/* --- header megamenu: heavier item text + gap after the wowhead icon --- */
.navbar .yamm-content ul li a { font-weight: 600; }
.navbar .yamm-content ul li a ins,
.navbar .yamm-content ul li a img { margin-right: 6px; }

/* header megamenu: space the wowhead icon wrapper (span.iconinline) from the label */
.navbar .yamm-content ul li a > span,
.navbar .yamm-content ul li a .iconinline,
.navbar .yamm-content ul li a > ins,
.navbar .yamm-content ul li a > img { margin-right: 8px; }

/* Unified top-menu icon->label gap (wowhead icon is a background on the link, so the
   gap is the link's padding-left). Applies to ALL megamenu dropdowns; overrides
   wowhead's inline padding. The child-margin is a no-op fallback for an element icon. */
.navbar .yamm-content ul li a { padding-left: 24px !important; }
.navbar .yamm-content ul li a > * { margin-right: 8px; }

/* gold-filled button states need dark text (white-on-gold ~2:1 is unreadable) */
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle { color: #1f2123 !important; }

/* megamenu items: flex row so the wowhead icon (span.iconsmall) and the label have an
   exact, controllable gap (ignores the template whitespace), and left-align the line.
   Overrides the earlier padding/margin attempts. */
.navbar .yamm-content ul li a {
  display: flex !important;
  align-items: center;
  gap: 3px;
  padding-left: 0 !important;
}
.navbar .yamm-content ul li a > * { margin-right: 0 !important; }
.navbar .yamm-content ul li a .iconsmall { margin: 0 !important; flex: 0 0 auto; }

/* quick-view modal: product info should use the regular body text colour, not muted gray */
.quick-view .text-muted { color: #e6e6e6 !important; }

/* heavier weight: the add-to-cart button and the header cart button contents */
.btn-primary { font-weight: 700; }
#navbar .btn-outline-primary { font-weight: 700; }
