@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/* START OF STRUCTURE */
* {
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body, html {
  height: 100%;
  margin: 0px;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  position: relative;
}

.page-container {
  min-height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1370px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  background-color: #fefefe;
}

body, body p, body li, body td {
  color: #000000;
}

a {
  color: #222222;
}

a:hover, a:focus {
  color: #111111;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  body {
    background-color: #fefefe !important;
  }
  body, body p, body li, body td {
    color: #000000 !important;
  }
  a {
    color: #222222 !important;
  }
  a:hover, a:focus {
    color: #111111 !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
  }
  body, h1, h2, h3, h4, h5, h6, p, a, span, li, td, input, button {
    font-family: "Lato", sans-serif !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  body {
    background-color: #fefefe !important;
  }
  body, body p, body li, body td {
    color: #000000 !important;
  }
  a {
    color: #222222 !important;
  }
  a:hover, a:focus {
    color: #111111 !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
  }
  body, h1, h2, h3, h4, h5, h6, p, a, span, li, td, input, button {
    font-family: "Lato", sans-serif !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  body {
    background-color: #fefefe !important;
  }
  body, body p, body li, body td {
    color: #000000 !important;
  }
  a {
    color: #222222 !important;
  }
  a:hover, a:focus {
    color: #111111 !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
  }
  body, h1, h2, h3, h4, h5, h6, p, a, span, li, td, input, button {
    font-family: "Lato", sans-serif !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  body {
    background-color: #fefefe !important;
  }
  body, body p, body li, body td {
    color: #000000 !important;
  }
  a {
    color: #222222 !important;
  }
  a:hover, a:focus {
    color: #111111 !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
  }
  body, h1, h2, h3, h4, h5, h6, p, a, span, li, td, input, button {
    font-family: "Lato", sans-serif !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
body {
  background-color: #fefefe !important;
}

body, body p, body li, body td {
  color: #000000 !important;
}

a {
  color: #222222 !important;
}

a:hover, a:focus {
  color: #111111 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000 !important;
}

@media (width >= 0px) {
  body, h1, h2, h3, h4, h5, h6, p, a, span, li, td, input, button {
    font-family: "Lato", sans-serif !important;
  }
}
@media (width >= 1200px) {
  body, h1, h2, h3, h4, h5, h6, p, a, span, li, td, input, button {
    font-family: "Lato", sans-serif !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.floating-button {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 25px;
  color: #efefef;
  border-radius: 50px;
  text-align: center;
  padding-top: 10px;
  background: #222222;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.34);
}

.floating-button-1 {
  right: 25px;
}

.floating-button-2 {
  right: 75px;
}

.floating-button-3 {
  right: 125px;
}

.btn {
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.05);
}

.btn-sm {
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid transparent;
}

.btn-lg {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
  border: 2px solid transparent;
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  font-size: 14px;
}

.btn-facebook:hover {
  background-color: #2d4373;
  color: #fff;
  font-size: 14px;
}

.btn-twitter {
  background-color: #1da1f2;
  color: #fff;
  font-size: 14px;
}

.btn-twitter:hover {
  background-color: #1a91da;
  color: #fff;
  font-size: 14px;
}

.btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  font-size: 14px;
}

.btn-whatsapp:hover {
  background-color: #128C7E;
  color: #fff;
  font-size: 14px;
}

.btn-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  font-size: 14px;
}

.btn-instagram:hover {
  background-color: #af2f78;
  color: #fff;
  font-size: 14px;
}

.btn-youtube {
  background-color: #ff0000;
  color: #fff;
  font-size: 14px;
}

.btn-youtube:hover {
  background-color: #cc0000;
  color: #fff;
  font-size: 14px;
}

.btn-pinterest {
  background-color: #bd081c;
  color: #fff;
  font-size: 14px;
}

.btn-pinterest:hover {
  background-color: #a30518;
  color: #fff;
  font-size: 14px;
}

.btn-linkedin {
  background-color: #0077b5;
  color: #fff;
  font-size: 14px;
}

.btn-linkedin:hover {
  background-color: #006097;
  color: #fff;
  font-size: 14px;
}

.btn-tumblr {
  background-color: #35465c;
  color: #fff;
  font-size: 14px;
}

.btn-tumblr:hover {
  background-color: #2d3b4d;
  color: #fff;
  font-size: 14px;
}

.btn-reddit {
  background-color: #ff4500;
  color: #fff;
  font-size: 14px;
}

.btn-reddit:hover {
  background-color: #e63f00;
  color: #fff;
  font-size: 14px;
}

.btn-telegram {
  background-color: #0088cc;
  color: #fff;
  font-size: 14px;
}

.btn-telegram:hover {
  background-color: #006799;
  color: #fff;
  font-size: 14px;
}

.btn-google-plus {
  background-color: #dd4b39;
  color: #fff;
  font-size: 14px;
}

.btn-google-plus:hover {
  background-color: #c23321;
  color: #fff;
  font-size: 14px;
}

.btn-google {
  background-color: #4285f4;
  color: #fff;
  font-size: 14px;
}

.btn-google:hover {
  background-color: #3367d6;
  color: #fff;
  font-size: 14px;
}

.btn-primary {
  background-color: #222222;
  color: #fff;
  font-size: 14px;
  border: 1px solid #222222;
}

.btn-primary:hover {
  background-color: #111111;
  color: #fff;
  font-size: 14px;
  border: 1px solid #111111;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #222222 !important;
  color: #fff;
  font-size: 14px;
  border: 1px solid #222222;
}

.btn-secondary {
  background-color: #2c3e50;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2c3e50;
}

.btn-secondary:hover {
  background-color: #1e2a35;
  color: #fff;
  font-size: 14px;
  border: 1px solid #1e2a35;
}

.btn-secondary:active, .btn-secondary:focus {
  background-color: #2c3e50 !important;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2c3e50;
}

.btn-default {
  background-color: #95a5a6;
  color: #fff;
  font-size: 14px;
  border: 1px solid #95a5a6;
}

.btn-default:hover {
  background-color: #7f8c8d;
  color: #fff;
  font-size: 14px;
  border: 1px solid #7f8c8d;
}

.btn-success {
  background-color: #18bc9c;
  color: #fff;
  font-size: 14px;
  border: 1px solid #18bc9c;
}

.btn-success:hover {
  background-color: #149a7b;
  color: #fff;
  font-size: 14px;
  border: 1px solid #149a7b;
}

.btn-danger {
  background-color: #e74c3c;
  color: #fff;
  font-size: 14px;
  border: 1px solid #e74c3c;
}

.btn-danger:hover {
  background-color: #c0392b;
  color: #fff;
  font-size: 14px;
  border: 1px solid #c0392b;
}

.btn-warning {
  background-color: #f39c12;
  color: #fff;
  font-size: 14px;
  border: 1px solid #f39c12;
}

.btn-warning:hover {
  background-color: #d68910;
  color: #fff;
  font-size: 14px;
  border: 1px solid #d68910;
}

.btn-info {
  background-color: #3498db;
  color: #fff;
  font-size: 14px;
  border: 1px solid #3498db;
}

.btn-info:hover {
  background-color: #2980b9;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2980b9;
}

.btn-light {
  background-color: #ecf0f1;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ecf0f1;
}

.btn-light:hover {
  background-color: #bdc3c7;
  color: #fff;
  font-size: 14px;
  border: 1px solid #bdc3c7;
}

.btn-dark {
  background-color: #2c3e50;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2c3e50;
}

.btn-dark:hover {
  background-color: #1e2a35;
  color: #fff;
  font-size: 14px;
  border: 1px solid #1e2a35;
}

.btn-link {
  background-color: #efefef;
  color: #fff;
  font-size: 14px;
  border: 1px solid #efefef;
}

.btn-link:hover {
  background-color: #dcdcdc;
  color: #fff;
  font-size: 14px;
  border: 1px solid #dcdcdc;
}

.btn-outline-primary {
  background-color: transparent;
  color: #222222;
  font-size: 14px;
  border: 1px solid #222222;
}

.btn-outline-primary:hover {
  background-color: #222222;
  color: #fff;
  font-size: 14px;
  border: 1px solid #222222;
}

.btn-outline-secondary {
  background-color: transparent;
  color: #2c3e50;
  font-size: 14px;
  border: 1px solid #2c3e50;
}

.btn-outline-secondary:hover {
  background-color: #2c3e50;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2c3e50;
}

.btn-outline-default {
  background-color: transparent;
  color: #95a5a6;
  font-size: 14px;
  border: 1px solid #95a5a6;
}

.btn-outline-default:hover {
  background-color: #95a5a6;
  color: #fff;
  font-size: 14px;
  border: 1px solid #95a5a6;
}

.btn-outline-success {
  background-color: transparent;
  color: #18bc9c;
  font-size: 14px;
  border: 1px solid #18bc9c;
}

.btn-outline-success:hover {
  background-color: #18bc9c;
  color: #fff;
  font-size: 14px;
  border: 1px solid #18bc9c;
}

.btn-outline-danger {
  background-color: transparent;
  color: #e74c3c;
  font-size: 14px;
  border: 1px solid #e74c3c;
}

.btn-outline-danger:hover {
  background-color: #e74c3c;
  color: #fff;
  font-size: 14px;
  border: 1px solid #e74c3c;
}

.btn-outline-warning {
  background-color: transparent;
  color: #f39c12;
  font-size: 14px;
  border: 1px solid #f39c12;
}

.btn-outline-warning:hover {
  background-color: #f39c12;
  color: #fff;
  font-size: 14px;
  border: 1px solid #f39c12;
}

.btn-outline-info {
  background-color: transparent;
  color: #3498db;
  font-size: 14px;
  border: 1px solid #3498db;
}

.btn-outline-info:hover {
  background-color: #3498db;
  color: #fff;
  font-size: 14px;
  border: 1px solid #3498db;
}

.btn-outline-light {
  background-color: transparent;
  color: #ecf0f1;
  font-size: 14px;
  border: 1px solid #ecf0f1;
}

.btn-outline-light:hover {
  background-color: #ecf0f1;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ecf0f1;
}

.btn-outline-dark {
  background-color: transparent;
  color: #2c3e50;
  font-size: 14px;
  border: 1px solid #2c3e50;
}

.btn-outline-dark:hover {
  background-color: #2c3e50;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2c3e50;
}

.btn-outline-link {
  background-color: transparent;
  color: #efefef;
  font-size: 14px;
  border: 1px solid #efefef;
}

.btn-outline-link:hover {
  background-color: #efefef;
  color: #fff;
  font-size: 14px;
  border: 1px solid #efefef;
}

.pagination li a {
  color: #222222;
  border: 1px solid #aaaaaa;
  font-weight: bold;
  font-size: 16px;
}
.pagination li a:hover {
  background-color: #aaaaaa;
  color: #efefef;
}
.pagination li a:focus {
  background-color: #aaaaaa;
  color: #efefef;
}
.pagination li.active a {
  background-color: #efefef;
  color: #222222;
  font-weight: bold;
  border: 1px solid #aaaaaa;
}
.pagination li.active a:hover {
  background-color: #efefef;
  color: #222222;
  font-weight: bold;
  border: 1px solid #aaaaaa;
}
.pagination li.active a:focus {
  background-color: #efefef;
  color: #222222;
  font-weight: bold;
  border: 1px solid #aaaaaa;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .btn {
    font-family: "Quicksand", sans-serif !important;
    border-radius: 6px !important;
  }
  .btn-primary {
    background-color: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #111111 !important;
    border-color: #111111 !important;
  }
  .btn-info {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .btn {
    font-family: "Quicksand", sans-serif !important;
    border-radius: 6px !important;
  }
  .btn-primary {
    background-color: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #111111 !important;
    border-color: #111111 !important;
  }
  .btn-info {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .btn {
    font-family: "Quicksand", sans-serif !important;
    border-radius: 6px !important;
  }
  .btn-primary {
    background-color: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #111111 !important;
    border-color: #111111 !important;
  }
  .btn-info {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .btn {
    font-family: "Quicksand", sans-serif !important;
    border-radius: 6px !important;
  }
  .btn-primary {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #435327 !important;
    border-color: #435327 !important;
  }
  .btn-info {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
.btn-primary {
  background-color: #222222 !important;
  border-color: #222222 !important;
}

.btn-primary {
  color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
}

.btn-secondary {
  background-color: #2c3e50 !important;
  border-color: #2c3e50 !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1e2a35 !important;
  border-color: #1e2a35 !important;
}

.btn-default {
  background-color: #95a5a6 !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #7f8c8d !important;
  border-color: #7f8c8d !important;
}

.btn-info {
  background-color: #3498db !important;
  border-color: #3498db !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #2980b9 !important;
  border-color: #2980b9 !important;
}

.btn-success {
  background-color: #18bc9c !important;
  border-color: #18bc9c !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #149a7b !important;
  border-color: #149a7b !important;
}

.btn-danger {
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #c0392b !important;
  border-color: #c0392b !important;
}

.btn-warning {
  background-color: #f39c12 !important;
  border-color: #f39c12 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: #d68910 !important;
  border-color: #d68910 !important;
}

@media (width >= 0px) {
  .btn-info {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
}
@media (width >= 1200px) {
  .btn-primary {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #435327 !important;
    border-color: #435327 !important;
  }
  .btn-info {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.form-control {
  background-color: #ffffff;
  color: #333333;
  border-color: #cccccc;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control:focus {
  border-color: #222222;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaaaaa;
  opacity: 1;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .form-control {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #8f8f8f !important;
    border-radius: 4px !important;
  }
  .form-control:focus {
    border-color: #4b6321 !important;
  }
  .form-control::-moz-placeholder {
    color: #a3a3a3 !important;
  }
  .form-control::placeholder {
    color: #a3a3a3 !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .form-control {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #8f8f8f !important;
    border-radius: 4px !important;
  }
  .form-control:focus {
    border-color: #4b6321 !important;
  }
  .form-control::-moz-placeholder {
    color: #a3a3a3 !important;
  }
  .form-control::placeholder {
    color: #a3a3a3 !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .form-control {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #8f8f8f !important;
    border-radius: 4px !important;
  }
  .form-control:focus {
    border-color: #4b6321 !important;
  }
  .form-control::-moz-placeholder {
    color: #a3a3a3 !important;
  }
  .form-control::placeholder {
    color: #a3a3a3 !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .form-control {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #8f8f8f !important;
    border-radius: 4px !important;
  }
  .form-control:focus {
    border-color: #4b6321 !important;
  }
  .form-control::-moz-placeholder {
    color: #a3a3a3 !important;
  }
  .form-control::placeholder {
    color: #a3a3a3 !important;
  }
}
/* START OF STRUCTURE */
.topbar {
  display: none;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  padding: 8px;
  min-height: 30px;
  line-height: calc(30px - 8px * 2);
}
.topbar a {
  color: #000000;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .topbar {
    display: block !important;
    background-color: #556b2f !important;
    color: #ffffff !important;
    min-height: 30px !important;
    padding: 8px !important;
    font-size: 16px !important;
  }
  .topbar a {
    color: #ffffff !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .topbar {
    display: block !important;
    background-color: #556b2f !important;
    color: #ffffff !important;
    min-height: 30px !important;
    padding: 8px !important;
    font-size: 16px !important;
  }
  .topbar a {
    color: #ffffff !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .topbar {
    display: block !important;
    background-color: #556b2f !important;
    color: #ffffff !important;
    min-height: 30px !important;
    padding: 8px !important;
    font-size: 16px !important;
  }
  .topbar a {
    color: #ffffff !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .topbar {
    display: block !important;
    background-color: #556b2f !important;
    color: #ffffff !important;
    min-height: 30px !important;
    padding: 8px !important;
    font-size: 16px !important;
  }
  .topbar a {
    color: #ffffff !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
@media (width >= 0px) {
  .topbar {
    display: block !important;
  }
}
@media (width >= 576px) {
  .topbar {
    display: block !important;
  }
}
@media (width >= 768px) {
  .topbar {
    display: block !important;
  }
}
@media (width >= 1200px) {
  .topbar {
    display: block !important;
  }
  .topbar {
    position: static !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.navbar {
  background-color: #222222 !important;
  border-color: #222222;
  border-radius: 0px;
  line-height: calc(60px - 16px * 2);
  margin-bottom: 0px;
}
.navbar .navbar-header {
  height: 60px;
}
.navbar .navbar-header .navbar-brand {
  height: 60px;
}
.navbar .navbar-header .navbar-brand .navbar-logo {
  max-width: 100%;
  max-height: 36px;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .navbar .navbar-header .navbar-brand .navbar-logo {
    display: none;
  }
}
.navbar li a.navbar-link {
  height: 60px;
  font-size: 16px;
  line-height: calc(60px - 16px * 2);
  color: #ffffff;
}
.navbar li a.navbar-link:hover {
  color: #ffffff;
  background-color: #111111;
}
.navbar li a.navbar-link .cart-item-count {
  position: relative;
  background-color: #ff3636;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.navbar .navbar-toggle {
  height: 40px;
  width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: calc(60px - 16px * 2);
  text-align: center;
}
.navbar .navbar-toggle:hover {
  color: #ffffff;
  background-color: #111111;
}
.navbar .navbar-toggle .icon-bar {
  width: 100%;
  background-color: #ffffff;
}
.navbar .navbar-toggle-cart {
  font-size: 28px;
  padding-top: 6px;
  border: none;
  color: #ffffff;
  padding-right: 0px;
  padding-left: 0px;
}
.navbar .navbar-toggle-cart:hover {
  color: #ffffff;
  background-color: #111111;
}
.navbar .navbar-toggle-cart .cart-item-count {
  position: absolute;
  top: 0px;
  right: -5px;
  background-color: #ff3636;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .navbar {
    background-color: #fefefe !important;
    border-color: #fefefe !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    box-shadow: none !important;
  }
  .navbar {
    min-height: 60px !important;
  }
  .navbar .navbar-header {
    min-height: 60px !important;
    height: 60px !important;
  }
  .navbar .navbar-collapse {
    background-color: #fefefe !important;
  }
  .navbar .navbar-brand {
    height: 60px !important;
    line-height: 60px !important;
  }
  .navbar .navbar-toggle {
    margin-top: calc((60px - 40px) / 2) !important;
    margin-bottom: calc((60px - 40px) / 2) !important;
    background-color: transparent !important;
    border-color: #000000 !important;
    border-radius: 8px !important;
  }
  .navbar .navbar-toggle-cart {
    padding-top: calc((60px - 40px) / 2) !important;
    color: #556b2f !important;
    font-size: 39px !important;
  }
  .navbar li a.navbar-link {
    color: #556b2f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
  }
  .navbar .navbar-nav > li > a.navbar-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #556b2f !important;
  }
  .navbar li a.navbar-link:hover,
  .navbar li a.navbar-link:focus {
    color: #ffffff !important;
    background-color: #ffffff !important;
  }
  .navbar .navbar-toggle:hover,
  .navbar .navbar-toggle:focus {
    background-color: #ffffff !important;
  }
  .navbar .navbar-toggle:hover .icon-bar {
    background-color: #ffffff !important;
  }
  .navbar .navbar-toggle-cart:hover,
  .navbar .navbar-toggle-cart:focus {
    color: #ffffff !important;
    background-color: #ffffff !important;
  }
  .navbar li a.navbar-link .cart-item-count,
  .navbar .navbar-toggle-cart .cart-item-count {
    background-color: #556b2f !important;
    color: #ffffff !important;
  }
  .navbar .navbar-logo {
    max-height: 27px !important;
    margin-top: -2px !important;
  }
  .navbar .navbar-header .navbar-brand {
    display: block !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .navbar {
    background-color: #fefefe !important;
    border-color: #fefefe !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    box-shadow: none !important;
  }
  .navbar {
    min-height: 60px !important;
  }
  .navbar .navbar-header {
    min-height: 60px !important;
    height: 60px !important;
  }
  .navbar .navbar-collapse {
    background-color: #fefefe !important;
  }
  .navbar .navbar-brand {
    height: 60px !important;
    line-height: 60px !important;
  }
  .navbar .navbar-toggle {
    margin-top: calc((60px - 40px) / 2) !important;
    margin-bottom: calc((60px - 40px) / 2) !important;
    background-color: transparent !important;
    border-color: #dddddd !important;
    border-radius: 4px !important;
  }
  .navbar .navbar-toggle-cart {
    padding-top: calc((60px - 40px) / 2) !important;
    color: #556b2f !important;
    font-size: 39px !important;
  }
  .navbar li a.navbar-link {
    color: #556b2f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
  }
  .navbar .navbar-nav > li > a.navbar-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #556b2f !important;
  }
  .navbar li a.navbar-link:hover,
  .navbar li a.navbar-link:focus {
    color: #ffffff !important;
    background-color: #111111 !important;
  }
  .navbar .navbar-toggle:hover,
  .navbar .navbar-toggle:focus {
    background-color: #111111 !important;
  }
  .navbar .navbar-toggle:hover .icon-bar {
    background-color: #ffffff !important;
  }
  .navbar .navbar-toggle-cart:hover,
  .navbar .navbar-toggle-cart:focus {
    color: #ffffff !important;
    background-color: #111111 !important;
  }
  .navbar li a.navbar-link .cart-item-count,
  .navbar .navbar-toggle-cart .cart-item-count {
    background-color: #556b2f !important;
    color: #ffffff !important;
  }
  .navbar .navbar-logo {
    max-height: 36px !important;
    margin-top: -2px !important;
  }
  .navbar .navbar-header .navbar-brand {
    display: block !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .navbar {
    background-color: #fefefe !important;
    border-color: #fefefe !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    box-shadow: none !important;
  }
  .navbar {
    min-height: 60px !important;
  }
  .navbar .navbar-header {
    min-height: 60px !important;
    height: 60px !important;
  }
  .navbar .navbar-brand {
    height: 60px !important;
    line-height: 60px !important;
  }
  .navbar .navbar-toggle {
    margin-top: calc((60px - 40px) / 2) !important;
    margin-bottom: calc((60px - 40px) / 2) !important;
    background-color: transparent !important;
    border-color: #dddddd !important;
    border-radius: 4px !important;
  }
  .navbar .navbar-toggle-cart {
    padding-top: calc((60px - 40px) / 2) !important;
    color: #556b2f !important;
    font-size: 39px !important;
  }
  .navbar li a.navbar-link {
    color: #556b2f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
  }
  .navbar .navbar-nav > li > a.navbar-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #556b2f !important;
  }
  .navbar li a.navbar-link:hover,
  .navbar li a.navbar-link:focus {
    color: #ffffff !important;
    background-color: #111111 !important;
  }
  .navbar .navbar-toggle:hover,
  .navbar .navbar-toggle:focus {
    background-color: #111111 !important;
  }
  .navbar .navbar-toggle:hover .icon-bar {
    background-color: #ffffff !important;
  }
  .navbar .navbar-toggle-cart:hover,
  .navbar .navbar-toggle-cart:focus {
    color: #ffffff !important;
    background-color: #111111 !important;
  }
  .navbar li a.navbar-link .cart-item-count,
  .navbar .navbar-toggle-cart .cart-item-count {
    background-color: #556b2f !important;
    color: #ffffff !important;
  }
  .navbar .navbar-logo {
    max-height: 36px !important;
    margin-top: -2px !important;
  }
  .navbar .navbar-header .navbar-brand {
    display: block !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .navbar {
    background-color: #fefefe !important;
    border-color: #fefefe !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    box-shadow: none !important;
  }
  .navbar {
    min-height: 60px !important;
  }
  .navbar .navbar-header {
    min-height: 60px !important;
    height: 60px !important;
  }
  .navbar .navbar-brand {
    height: 60px !important;
    line-height: 60px !important;
  }
  .navbar .navbar-toggle {
    margin-top: calc((60px - 40px) / 2) !important;
    margin-bottom: calc((60px - 40px) / 2) !important;
    background-color: transparent !important;
    border-color: #dddddd !important;
    border-radius: 4px !important;
  }
  .navbar .navbar-toggle-cart {
    padding-top: calc((60px - 40px) / 2) !important;
    color: #556b2f !important;
    font-size: 39px !important;
  }
  .navbar li a.navbar-link {
    color: #556b2f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
  }
  .navbar .navbar-nav > li > a.navbar-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #556b2f !important;
  }
  .navbar li a.navbar-link:hover,
  .navbar li a.navbar-link:focus {
    color: #556b2f !important;
    background-color: #fefefe !important;
  }
  .navbar .navbar-toggle:hover,
  .navbar .navbar-toggle:focus {
    background-color: #fefefe !important;
  }
  .navbar .navbar-toggle:hover .icon-bar {
    background-color: #556b2f !important;
  }
  .navbar .navbar-toggle-cart:hover,
  .navbar .navbar-toggle-cart:focus {
    color: #556b2f !important;
    background-color: #fefefe !important;
  }
  .navbar li a.navbar-link .cart-item-count,
  .navbar .navbar-toggle-cart .cart-item-count {
    background-color: #556b2f !important;
    color: #ffffff !important;
  }
  .navbar .navbar-logo {
    max-height: 36px !important;
    margin-top: -2px !important;
  }
  .navbar .navbar-header .navbar-brand {
    display: block !important;
  }
}
/* Hamburger breakpoint override
 * Cuando $nb-hamburger-bp = 768px (Bootstrap default), el primer bloque
 * genera una condición imposible (min 768 AND max 767) y se ignora.
 * Cambiar a 992px activa el hamburger también en tablets (768-991px).
 */
@media (min-width: 768px) and (max-width: 767px) {
  .navbar-header {
    float: none;
  }
  .navbar .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-toggle {
    display: none !important;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
@media (width >= 0px) and (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none !important;
  }
}
@media (width >= 0px) and (min-width: 992px) {
  .navbar .navbar-toggle {
    display: none !important;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (width >= 576px) and (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none !important;
  }
}
@media (width >= 576px) and (min-width: 992px) {
  .navbar .navbar-toggle {
    display: none !important;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (width >= 768px) and (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none !important;
  }
}
@media (width >= 768px) and (min-width: 992px) {
  .navbar .navbar-toggle {
    display: none !important;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (width >= 1200px) and (min-width: 768px) {
  .navbar .navbar-toggle {
    display: none !important;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (width >= 1200px) {
  .navbar {
    display: block !important;
  }
  .navbar {
    position: static !important;
  }
  .navbar {
    z-index: 18px !important;
  }
  .navbar {
    border-top-width: 1px !important;
  }
  .navbar {
    border-color: transparent !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.middlebar {
  top: 30px;
  width: 100%;
  z-index: 1000;
  padding: 18px;
  background-color: #ffffff;
  color: #222222;
}
.middlebar .middlebar-logo-container {
  padding-left: 1px;
  padding-right: 1px;
}
.middlebar .middlebar-logo-container .middlebar-logo {
  max-width: 100%;
  max-height: 48px;
}
@media (max-width: 767px) {
  .middlebar .middlebar-logo-container, .middlebar .middlebar-right-container {
    display: none;
  }
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .middlebar {
    background-color: #ffffff !important;
    color: #222222 !important;
  }
  .middlebar .middlebar-logo {
    max-height: 48px !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .middlebar {
    background-color: #ffffff !important;
    color: #222222 !important;
  }
  .middlebar .middlebar-logo {
    max-height: 48px !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .middlebar {
    background-color: #ffffff !important;
    color: #222222 !important;
  }
  .middlebar .middlebar-logo {
    max-height: 48px !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .middlebar {
    background-color: #fefefe !important;
    color: #556b2f !important;
  }
  .middlebar .middlebar-logo {
    max-height: 70px !important;
    margin-top: -10px !important;
    margin-left: -5px !important;
    max-width: 100% !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
@media (width >= 1200px) {
  .middlebar .middlebar-logo {
    margin-top: -10px !important;
  }
  .middlebar .middlebar-logo {
    margin-left: -5px !important;
  }
  .middlebar .middlebar-logo {
    max-width: 100% !important;
  }
  .middlebar {
    position: static !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.footer {
  background-color: #111111;
  width: 100%;
}
.footer .footer-box {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #efefef;
}
.footer .footer-box-title {
  color: #efefef;
}
.footer .footer-link {
  color: #efefef;
  text-decoration: none;
  line-height: 2.2;
}
.footer .footer-link:hover {
  color: #efefef;
}
.footer .footer-link:active {
  color: #efefef;
}
.footer .footer-text {
  color: #efefef;
  line-height: 1.8;
}
.footer .footer-logo {
  width: 100%;
  margin-bottom: 20px;
}

.post-footer-container {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2c3e50;
  color: #efefef;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .footer {
    background-color: #556b2f !important;
    color: #efefef !important;
  }
  .footer-link {
    color: #efefef !important;
  }
  .footer-link:hover {
    color: #ffffff !important;
  }
  .footer .footer-box-title {
    color: #ffffff !important;
  }
  .post-footer-container, .footer-copyright, #footer-copyright {
    background-color: #2c3e50 !important;
    color: #efefef !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .footer {
    background-color: #556b2f !important;
    color: #efefef !important;
  }
  .footer-link {
    color: #efefef !important;
  }
  .footer-link:hover {
    color: #ffffff !important;
  }
  .footer .footer-box-title {
    color: #ffffff !important;
  }
  .post-footer-container, .footer-copyright, #footer-copyright {
    background-color: #2c3e50 !important;
    color: #efefef !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .footer {
    background-color: #556b2f !important;
    color: #efefef !important;
  }
  .footer-link {
    color: #efefef !important;
  }
  .footer-link:hover {
    color: #ffffff !important;
  }
  .footer .footer-box-title {
    color: #ffffff !important;
  }
  .post-footer-container, .footer-copyright, #footer-copyright {
    background-color: #2c3e50 !important;
    color: #efefef !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .footer {
    background-color: #556b2f !important;
    color: #efefef !important;
  }
  .footer-link {
    color: #efefef !important;
  }
  .footer-link:hover {
    color: #efefef !important;
  }
  .footer .footer-box-title {
    color: #efefef !important;
  }
  .post-footer-container, .footer-copyright, #footer-copyright {
    background-color: #efefef !important;
    color: #efefef !important;
  }
}
/* START OF STRUCTURE */
.category-list-group-title {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
.category-list-group-title a {
  color: #222222 !important;
  text-decoration: none;
}

.category-list-group .category-list-group-item {
  background-color: #ffffff;
  border-color: #dddddd;
}
.category-list-group .category-list-group-item a {
  color: #222222;
  text-decoration: none;
}
.category-list-group .category-list-group-item a:hover {
  color: #222222;
  background-color: #f5f5f5;
  text-decoration: underline;
}
.category-list-group .category-list-group-item.active {
  background-color: #222222;
  border-color: #222222;
}
.category-list-group .category-list-group-item.active a {
  color: #ffffff !important;
  text-decoration: none;
}

.section-list-group-title {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
.section-list-group-title a {
  color: #222222 !important;
  text-decoration: none;
}

.section-list-group .section-list-group-item {
  background-color: #ffffff;
  border-color: #dddddd;
}
.section-list-group .section-list-group-item a {
  color: #222222;
  text-decoration: none;
}
.section-list-group .section-list-group-item a:hover {
  color: #222222;
  background-color: #f5f5f5;
  text-decoration: underline;
}
.section-list-group .section-list-group-item.active {
  background-color: #222222;
  border-color: #222222;
}
.section-list-group .section-list-group-item.active a {
  color: #ffffff !important;
  text-decoration: none;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .category-list-group-title,
  .section-list-group-title {
    color: #222222 !important;
    font-size: 20px !important;
    font-family: inherit !important;
  }
  .category-list-group-title a,
  .section-list-group-title a {
    color: #222222 !important;
  }
  .category-list-group .category-list-group-item,
  .category-list-group a.list-group-item,
  .section-list-group .section-list-group-item,
  .section-list-group a.list-group-item {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
  }
  .category-list-group .category-list-group-item a,
  .category-list-group a.list-group-item,
  .section-list-group .section-list-group-item a,
  .section-list-group a.list-group-item {
    color: #222222 !important;
    font-family: inherit !important;
  }
  .category-list-group .category-list-group-item a:hover,
  .category-list-group a.list-group-item:hover,
  .section-list-group .section-list-group-item a:hover,
  .section-list-group a.list-group-item:hover {
    color: #222222 !important;
    background-color: #f5f5f5 !important;
  }
  .category-list-group .category-list-group-item.active,
  .category-list-group a.list-group-item.active,
  .section-list-group .section-list-group-item.active,
  .section-list-group a.list-group-item.active {
    background-color: #222222 !important;
    border-color: #222222 !important;
  }
  .category-list-group .category-list-group-item.active a,
  .section-list-group .section-list-group-item.active a {
    color: #ffffff !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .category-list-group-title,
  .section-list-group-title {
    color: #222222 !important;
    font-size: 20px !important;
    font-family: inherit !important;
  }
  .category-list-group-title a,
  .section-list-group-title a {
    color: #222222 !important;
  }
  .category-list-group .category-list-group-item,
  .category-list-group a.list-group-item,
  .section-list-group .section-list-group-item,
  .section-list-group a.list-group-item {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
  }
  .category-list-group .category-list-group-item a,
  .category-list-group a.list-group-item,
  .section-list-group .section-list-group-item a,
  .section-list-group a.list-group-item {
    color: #222222 !important;
    font-family: inherit !important;
  }
  .category-list-group .category-list-group-item a:hover,
  .category-list-group a.list-group-item:hover,
  .section-list-group .section-list-group-item a:hover,
  .section-list-group a.list-group-item:hover {
    color: #222222 !important;
    background-color: #f5f5f5 !important;
  }
  .category-list-group .category-list-group-item.active,
  .category-list-group a.list-group-item.active,
  .section-list-group .section-list-group-item.active,
  .section-list-group a.list-group-item.active {
    background-color: #222222 !important;
    border-color: #222222 !important;
  }
  .category-list-group .category-list-group-item.active a,
  .section-list-group .section-list-group-item.active a {
    color: #ffffff !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .category-list-group-title,
  .section-list-group-title {
    color: #222222 !important;
    font-size: 20px !important;
    font-family: inherit !important;
  }
  .category-list-group-title a,
  .section-list-group-title a {
    color: #222222 !important;
  }
  .category-list-group .category-list-group-item,
  .category-list-group a.list-group-item,
  .section-list-group .section-list-group-item,
  .section-list-group a.list-group-item {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
  }
  .category-list-group .category-list-group-item a,
  .category-list-group a.list-group-item,
  .section-list-group .section-list-group-item a,
  .section-list-group a.list-group-item {
    color: #222222 !important;
    font-family: inherit !important;
  }
  .category-list-group .category-list-group-item a:hover,
  .category-list-group a.list-group-item:hover,
  .section-list-group .section-list-group-item a:hover,
  .section-list-group a.list-group-item:hover {
    color: #222222 !important;
    background-color: #f5f5f5 !important;
  }
  .category-list-group .category-list-group-item.active,
  .category-list-group a.list-group-item.active,
  .section-list-group .section-list-group-item.active,
  .section-list-group a.list-group-item.active {
    background-color: #222222 !important;
    border-color: #222222 !important;
  }
  .category-list-group .category-list-group-item.active a,
  .section-list-group .section-list-group-item.active a {
    color: #ffffff !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .category-list-group-title,
  .section-list-group-title {
    color: #222222 !important;
    font-size: 20px !important;
    font-family: inherit !important;
  }
  .category-list-group-title a,
  .section-list-group-title a {
    color: #222222 !important;
  }
  .category-list-group .category-list-group-item,
  .category-list-group a.list-group-item,
  .section-list-group .section-list-group-item,
  .section-list-group a.list-group-item {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
  }
  .category-list-group .category-list-group-item a,
  .category-list-group a.list-group-item,
  .section-list-group .section-list-group-item a,
  .section-list-group a.list-group-item {
    color: #222222 !important;
    font-family: inherit !important;
  }
  .category-list-group .category-list-group-item a:hover,
  .category-list-group a.list-group-item:hover,
  .section-list-group .section-list-group-item a:hover,
  .section-list-group a.list-group-item:hover {
    color: #222222 !important;
    background-color: #f5f5f5 !important;
  }
  .category-list-group .category-list-group-item.active,
  .category-list-group a.list-group-item.active,
  .section-list-group .section-list-group-item.active,
  .section-list-group a.list-group-item.active {
    background-color: #222222 !important;
    border-color: #222222 !important;
  }
  .category-list-group .category-list-group-item.active a,
  .section-list-group .section-list-group-item.active a {
    color: #ffffff !important;
  }
}
/* START OF STRUCTURE */
.form-search-libros {
  background-color: transparent;
}

.form-search-libros .form-control {
  background-color: #ffffff;
  color: #333333;
}

.form-search-libros .btc-search,
.form-search-libros button[type=submit] {
  background-color: #222222;
  border-color: #222222;
}

.form-search-libros .btc-search {
  color: #ffffff;
}

.form-search-libros .btc-search:hover,
.form-search-libros button[type=submit]:hover {
  background-color: #111111;
  border-color: #111111;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .form-search-libros {
    background-color: transparent !important;
  }
  .form-search-libros .form-control {
    background-color: #ffffff !important;
    color: #333333 !important;
  }
  .form-search-libros .btc-search,
  .form-search-libros button[type=submit] {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .form-search-libros .btc-search {
    color: #ffffff !important;
  }
  .form-search-libros .btc-search:hover,
  .form-search-libros button[type=submit]:hover {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .form-search-libros {
    text-align: left !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .form-search-libros {
    background-color: transparent !important;
  }
  .form-search-libros .form-control {
    background-color: #ffffff !important;
    color: #333333 !important;
  }
  .form-search-libros .btc-search,
  .form-search-libros button[type=submit] {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .form-search-libros .btc-search {
    color: #ffffff !important;
  }
  .form-search-libros .btc-search:hover,
  .form-search-libros button[type=submit]:hover {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .form-search-libros {
    text-align: left !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .form-search-libros {
    background-color: transparent !important;
  }
  .form-search-libros .form-control {
    background-color: #ffffff !important;
    color: #333333 !important;
  }
  .form-search-libros .btc-search,
  .form-search-libros button[type=submit] {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .form-search-libros .btc-search {
    color: #ffffff !important;
  }
  .form-search-libros .btc-search:hover,
  .form-search-libros button[type=submit]:hover {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .form-search-libros {
    text-align: left !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .form-search-libros {
    background-color: transparent !important;
  }
  .form-search-libros .form-control {
    background-color: #ffffff !important;
    color: #333333 !important;
  }
  .form-search-libros .btc-search,
  .form-search-libros button[type=submit] {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .form-search-libros .btc-search {
    color: #ffffff !important;
  }
  .form-search-libros .btc-search:hover,
  .form-search-libros button[type=submit]:hover {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .form-search-libros {
    text-align: left !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
@media (width >= 0px) {
  .form-search-libros .form-control {
    border-top-right-radius: 0px !important;
  }
  .form-search-libros .form-control {
    border-bottom-right-radius: 0px !important;
  }
  .form-search-libros .btc-search, .form-search-libros button[type=submit] {
    border-top-left-radius: 0px !important;
  }
  .form-search-libros .btc-search, .form-search-libros button[type=submit] {
    border-bottom-left-radius: 0px !important;
  }
}
@media (width >= 1200px) {
  .form-search-libros {
    text-align: left !important;
  }
  .form-search-libros {
    letter-spacing: 1px !important;
  }
  .form-search-libros {
    text-transform: uppercase !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #222222;
  border-color: #222222;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #ffffff;
}

.pagination > li > a,
.pagination > li > span {
  color: #222222;
  background-color: #ffffff;
  border-color: #dddddd;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover {
    background-color: #222222 !important;
    border-color: #222222 !important;
  }
  .pagination > .active > a,
  .pagination > .active > span {
    color: #ffffff !important;
  }
  .pagination > li > a,
  .pagination > li > span {
    color: #222222 !important;
    background-color: #ffffff !important;
    border-color: #dddddd !important;
  }
  .pagination {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    text-transform: none !important;
    text-decoration: none !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover {
    background-color: #222222 !important;
    border-color: #222222 !important;
  }
  .pagination > .active > a,
  .pagination > .active > span {
    color: #ffffff !important;
  }
  .pagination > li > a,
  .pagination > li > span {
    color: #222222 !important;
    background-color: #ffffff !important;
    border-color: #dddddd !important;
  }
  .pagination {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    text-transform: none !important;
    text-decoration: none !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover {
    background-color: #222222 !important;
    border-color: #222222 !important;
  }
  .pagination > .active > a,
  .pagination > .active > span {
    color: #ffffff !important;
  }
  .pagination > li > a,
  .pagination > li > span {
    color: #222222 !important;
    background-color: #ffffff !important;
    border-color: #dddddd !important;
  }
  .pagination {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    text-transform: none !important;
    text-decoration: none !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .pagination > .active > a,
  .pagination > .active > span {
    color: #ffffff !important;
  }
  .pagination > li > a,
  .pagination > li > span {
    color: #556b2f !important;
    background-color: #ffffff !important;
    border-color: #dddddd !important;
  }
  .pagination {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    text-transform: none !important;
    text-decoration: none !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
@media (width >= 1200px) {
  .pagination {
    font-size: 14px !important;
  }
  .pagination {
    font-weight: 400 !important;
  }
  .pagination {
    text-align: left !important;
  }
  .pagination {
    text-transform: none !important;
  }
  .pagination {
    text-decoration: none !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.results-widget {
  padding-top: 40px;
}

.column-product-box {
  margin-bottom: 30px;
}
.column-product-box .product-image-container .product-image {
  aspect-ratio: 0.66;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}
.column-product-box .product-list-data-container .product-list-title-container {
  height: 4em;
}
.column-product-box .product-list-data-container .product-list-title-container .product-list-title {
  color: #222222;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column-product-box .product-list-data-container .product-list-autor-container {
  height: 3em;
}
.column-product-box .product-list-data-container .product-list-autor-container .product-list-autor {
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column-product-box .product-list-data-container .product-list-price-container .product-list-price {
  text-align: center;
  color: #222222;
  font-weight: bold;
  font-size: 16px;
}
.column-product-box .product-list-data-container .product-list-price-before-container .product-list-price-before {
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
  text-decoration: line-through;
}
.column-product-box .product-list-data-container .product-list-button-container .product-list-detail-button {
  display: block;
  margin-bottom: 10px;
}
.column-product-box .product-list-data-container .product-list-button-container .product-list-add-to-cart-button {
  display: block;
  margin-bottom: 10px;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .column-product-box {
    background-color: #ffffff !important;
    border-color: #d7d8d8 !important;
    border-width: 0px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 16px !important;
  }
  .column-product-box .product-image {
    border-radius: 16px !important;
  }
  .column-product-box .product-list-data-container .product-list-title-container .product-list-title,
  .column-product-box .product-list-data-container .product-list-title-container .product-list-title a {
    color: #525252 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
  }
  .column-product-box .product-list-data-container .product-list-autor-container .product-list-autor {
    color: #aaaaaa !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .column-product-box .product-list-data-container .product-list-price-container .product-list-price {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .column-product-box .product-list-data-container .product-list-price-before-container .product-list-price-before {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .column-product-box .product-list-data-container .product-list-button-container .product-list-detail-button {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #333333 !important;
  }
  .column-product-box .product-list-data-container .product-list-button-container .product-list-add-to-cart-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .column-product-box {
    background-color: #ffffff !important;
    border-color: #d7d8d8 !important;
    border-width: 0px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 15px !important;
  }
  .column-product-box .product-image {
    border-radius: 16px !important;
  }
  .column-product-box .product-list-data-container .product-list-title-container .product-list-title,
  .column-product-box .product-list-data-container .product-list-title-container .product-list-title a {
    color: #525252 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
  }
  .column-product-box .product-list-data-container .product-list-autor-container .product-list-autor {
    color: #aaaaaa !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .column-product-box .product-list-data-container .product-list-price-container .product-list-price {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .column-product-box .product-list-data-container .product-list-price-before-container .product-list-price-before {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .column-product-box .product-list-data-container .product-list-button-container .product-list-detail-button {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #333333 !important;
  }
  .column-product-box .product-list-data-container .product-list-button-container .product-list-add-to-cart-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .column-product-box {
    background-color: #ffffff !important;
    border-color: #d7d8d8 !important;
    border-width: 0px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 15px !important;
  }
  .column-product-box .product-image {
    border-radius: 16px !important;
  }
  .column-product-box .product-list-data-container .product-list-title-container .product-list-title,
  .column-product-box .product-list-data-container .product-list-title-container .product-list-title a {
    color: #525252 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
  }
  .column-product-box .product-list-data-container .product-list-autor-container .product-list-autor {
    color: #aaaaaa !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .column-product-box .product-list-data-container .product-list-price-container .product-list-price {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .column-product-box .product-list-data-container .product-list-price-before-container .product-list-price-before {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .column-product-box .product-list-data-container .product-list-button-container .product-list-detail-button {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #333333 !important;
  }
  .column-product-box .product-list-data-container .product-list-button-container .product-list-add-to-cart-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .column-product-box {
    background-color: #ffffff !important;
    border-color: #d7d8d8 !important;
    border-width: 0px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 15px !important;
  }
  .column-product-box .product-image {
    border-radius: 16px !important;
  }
  .column-product-box .product-list-data-container .product-list-title-container .product-list-title,
  .column-product-box .product-list-data-container .product-list-title-container .product-list-title a {
    color: #525252 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
  }
  .column-product-box .product-list-data-container .product-list-autor-container .product-list-autor {
    color: #aaaaaa !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .column-product-box .product-list-data-container .product-list-price-container .product-list-price {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .column-product-box .product-list-data-container .product-list-price-before-container .product-list-price-before {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .column-product-box .product-list-data-container .product-list-button-container .product-list-detail-button {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #333333 !important;
  }
  .column-product-box .product-list-data-container .product-list-button-container .product-list-add-to-cart-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
}
/* START OF STRUCTURE */
.row-product-box {
  margin-bottom: 30px;
}
.row-product-box:after {
  content: "";
  height: 0px;
  border-top: 1px solid #ecf0f1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.row-product-box .product-image-container {
  width: 240px;
  padding: 0px;
}
@media (max-width: 767px) {
  .row-product-box .product-image-container {
    width: 140px;
  }
}
.row-product-box .product-image-container .product-image {
  aspect-ratio: 0.66;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.row-product-box .product-list-data-container {
  width: calc(100% - 240px);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .row-product-box .product-list-data-container {
    width: calc(100% - 140px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row-product-box .product-list-data-container .product-list-title-container .product-list-title {
  color: #222222;
  text-align: left;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  margin-top: 0px;
}
.row-product-box .product-list-data-container .product-list-autor-container .product-list-autor {
  text-align: left;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.row-product-box .product-list-data-container .product-list-price-container .product-list-price {
  color: #222222;
  font-weight: bold;
  font-size: 16px;
}
.row-product-box .product-list-data-container .product-list-price-before-container .product-list-price-before {
  color: #aaaaaa;
  font-size: 14px;
  text-decoration: line-through;
}
.row-product-box .product-list-data-container .product-list-description-container .product-list-description {
  color: #aaaaaa;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .row-product-box .product-list-data-container .product-list-description-container .product-list-description {
    display: none;
  }
}
.row-product-box .product-list-data-container .product-list-button-container .product-list-detail-button {
  margin-bottom: 10px;
}
.row-product-box .product-list-data-container .product-list-button-container .product-list-add-to-cart-button {
  margin-bottom: 10px;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .row-product-box:after {
    border-top-color: #ecf0f1 !important;
  }
  .row-product-box .product-image-container {
    width: 140px !important;
  }
  .row-product-box .product-image {
    border-radius: 4px !important;
  }
  .row-product-box .product-list-title,
  .row-product-box .product-list-title a {
    color: #222222 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
  }
  .row-product-box .product-list-autor {
    color: #aaaaaa !important;
    font-size: 14px !important;
    font-weight: bold !important;
  }
  .row-product-box .product-list-price {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .row-product-box .product-list-price-before {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .row-product-box .product-list-description {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .row-product-box .product-list-detail-button {
    background-color: #ffffff !important;
    color: #333333 !important;
  }
  .row-product-box .product-list-add-to-cart-button {
    background-color: #1f1f1f !important;
    border-color: #1f1f1f !important;
    color: #ffffff !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .row-product-box:after {
    border-top-color: #ecf0f1 !important;
  }
  .row-product-box .product-image-container {
    width: 240px !important;
  }
  .row-product-box .product-image {
    border-radius: 4px !important;
  }
  .row-product-box .product-list-title,
  .row-product-box .product-list-title a {
    color: #222222 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
  }
  .row-product-box .product-list-autor {
    color: #aaaaaa !important;
    font-size: 14px !important;
    font-weight: bold !important;
  }
  .row-product-box .product-list-price {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .row-product-box .product-list-price-before {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .row-product-box .product-list-description {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .row-product-box .product-list-detail-button {
    background-color: #ffffff !important;
    color: #333333 !important;
  }
  .row-product-box .product-list-add-to-cart-button {
    background-color: #1f1f1f !important;
    border-color: #1f1f1f !important;
    color: #ffffff !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .row-product-box:after {
    border-top-color: #ecf0f1 !important;
  }
  .row-product-box .product-image-container {
    width: 240px !important;
  }
  .row-product-box .product-image {
    border-radius: 4px !important;
  }
  .row-product-box .product-list-title,
  .row-product-box .product-list-title a {
    color: #222222 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
  }
  .row-product-box .product-list-autor {
    color: #aaaaaa !important;
    font-size: 14px !important;
    font-weight: bold !important;
  }
  .row-product-box .product-list-price {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .row-product-box .product-list-price-before {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .row-product-box .product-list-description {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .row-product-box .product-list-detail-button {
    background-color: #ffffff !important;
    color: #333333 !important;
  }
  .row-product-box .product-list-add-to-cart-button {
    background-color: #1f1f1f !important;
    border-color: #1f1f1f !important;
    color: #ffffff !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .row-product-box:after {
    border-top-color: #ecf0f1 !important;
  }
  .row-product-box .product-image-container {
    width: 240px !important;
  }
  .row-product-box .product-image {
    border-radius: 4px !important;
  }
  .row-product-box .product-list-title,
  .row-product-box .product-list-title a {
    color: #6e1111 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
  }
  .row-product-box .product-list-autor {
    color: #aaaaaa !important;
    font-size: 14px !important;
    font-weight: bold !important;
  }
  .row-product-box .product-list-price {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .row-product-box .product-list-price-before {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .row-product-box .product-list-description {
    color: #aaaaaa !important;
    font-size: 14px !important;
  }
  .row-product-box .product-list-detail-button {
    background-color: #ffffff !important;
    color: #333333 !important;
  }
  .row-product-box .product-list-add-to-cart-button {
    background-color: #1f1f1f !important;
    border-color: #1f1f1f !important;
    color: #ffffff !important;
  }
}
/* START OF STRUCTURE */
.product-detail-images-container {
  width: 100%;
}
.product-detail-images-container .product-detail-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  aspect-ratio: 0.66;
}
.product-detail-images-container .secondary-images-slick {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-detail-images-container .secondary-images-slick .slick-slide {
  margin: 0px 5px;
}
.product-detail-images-container .secondary-images-slick .slick-slide .product-detail-subimage {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  aspect-ratio: 0.66;
}

.product-detail-data-container .product-detail-title-container .product-detail-title {
  font-size: 28px;
  font-weight: bold;
}
.product-detail-data-container .product-detail-autor-container .product-detail-autor {
  font-size: 24px;
}
.product-detail-data-container .product-detail-info-container .product-detail-info-table {
  margin-top: 30px;
}

.product-detail-price-container .product-detail-price {
  font-size: 28px;
  font-weight: bold;
  color: #222222;
}

.product-detail-social-widget {
  text-align: center;
  padding-top: 30px;
}
.product-detail-social-widget .product-detail-social-title {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
.product-detail-social-widget .product-detail-social-container {
  text-align: center;
}

.product-detail-tags-widget {
  text-align: center;
  padding-top: 30px;
}
.product-detail-tags-widget .product-detail-tags-title {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
.product-detail-tags-widget .product-detail-tags-container {
  text-align: center;
}
.product-detail-tags-widget .product-detail-tags-container .product-detail-tag {
  margin-bottom: 15px;
  background-color: #18bc9c;
}

@media (width <= 767px) {
  .product-detail-add-to-cart-button {
    display: none;
  }
}

.product-detail-bottom-bar {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-detail-bottom-bar .add-to-cart-button {
  padding: 14px 20px;
}
@media (width <= 767px) {
  .product-detail-bottom-bar {
    display: block;
  }
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .product-detail-title {
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  .product-detail-autor {
    color: #707070 !important;
    font-size: 30px !important;
  }
  .product-detail-price {
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  .product-detail-bottom-bar {
    background-color: #db3d3d !important;
  }
  .product-detail-data-container {
    padding: 0px !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .product-detail-title {
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  .product-detail-autor {
    color: #707070 !important;
    font-size: 30px !important;
  }
  .product-detail-price {
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  .product-detail-bottom-bar {
    background-color: #db3d3d !important;
  }
  .product-detail-data-container {
    padding: 0px !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .product-detail-title {
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  .product-detail-autor {
    color: #707070 !important;
    font-size: 30px !important;
  }
  .product-detail-price {
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  .product-detail-bottom-bar {
    background-color: #db3d3d !important;
  }
  .product-detail-data-container {
    padding: 0px !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .product-detail-title {
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  .product-detail-autor {
    color: #707070 !important;
    font-size: 30px !important;
  }
  .product-detail-price {
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  .product-detail-bottom-bar {
    background-color: #db3d3d !important;
  }
  .product-detail-data-container {
    padding: 0px !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
@media (width >= 0px) {
  .product-detail-title {
    font-size: 30px !important;
  }
  .product-detail-title {
    font-weight: 500 !important;
  }
  .product-detail-autor {
    color: #707070 !important;
  }
  .product-detail-autor {
    font-size: 30px !important;
  }
  .product-detail-price {
    font-size: 30px !important;
  }
  .product-detail-price {
    font-weight: 500 !important;
  }
  .product-detail-bottom-bar {
    background-color: #db3d3d !important;
  }
  .product-detail-data-container {
    padding: 0px !important;
  }
  .product-detail-data-container {
    text-transform: none !important;
  }
  .product-detail-data-container {
    border-width: 0px !important;
  }
  .product-detail-data-container {
    opacity: 1px !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.square {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  border-radius: 16px;
  aspect-ratio: 1/1;
  transition: transform 0.3s;
  background-color: #222222;
  text-align: center;
}

.square:hover {
  transform: scale(1.05);
}

.square-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #eeeeee;
  font-family: inherit;
}

.circle {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: transform 0.8s;
}

.circle:hover {
  transform: scale(1.1);
}

.circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
}
.category-list .category-list-item .category-list-link {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-family: inherit;
}
.category-list .category-list-item .category-list-description {
  font-size: 12px;
  color: #555555;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .square {
    background-color: #222222 !important;
    border-radius: 16px !important;
  }
  .square-content {
    color: #eeeeee !important;
    font-size: 16px !important;
    font-family: inherit !important;
  }
  .category-list-link {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: inherit !important;
  }
  .category-list-description {
    color: #555555 !important;
    font-size: 12px !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .square {
    background-color: #222222 !important;
    border-radius: 16px !important;
  }
  .square-content {
    color: #eeeeee !important;
    font-size: 16px !important;
    font-family: inherit !important;
  }
  .category-list-link {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: inherit !important;
  }
  .category-list-description {
    color: #555555 !important;
    font-size: 12px !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .square {
    background-color: #222222 !important;
    border-radius: 16px !important;
  }
  .square-content {
    color: #eeeeee !important;
    font-size: 16px !important;
    font-family: inherit !important;
  }
  .category-list-link {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: inherit !important;
  }
  .category-list-description {
    color: #555555 !important;
    font-size: 12px !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .square {
    background-color: #222222 !important;
    border-radius: 16px !important;
  }
  .square-content {
    color: #eeeeee !important;
    font-size: 16px !important;
    font-family: inherit !important;
  }
  .category-list-link {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: inherit !important;
  }
  .category-list-description {
    color: #555555 !important;
    font-size: 12px !important;
  }
}
/* START OF STRUCTURE */
.column-catalog-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
.column-catalog-box .catalog-image {
  aspect-ratio: 3/4;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px 4px 0 0;
}
.column-catalog-box .catalog-list-data-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.column-catalog-box .catalog-list-data-container .catalog-list-title {
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.column-catalog-box .catalog-list-data-container .catalog-list-button-container {
  margin-top: 15px;
}
.column-catalog-box .catalog-list-data-container .catalog-list-button-container .catalog-list-detail-button {
  display: block;
  margin-bottom: 10px;
}
.column-catalog-box .catalog-list-data-container .catalog-list-button-container .catalog-list-download-button {
  display: block;
  margin-bottom: 10px;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .catalog-list-title {
    color: #1a1a1a !important;
    font-size: 15px !important;
  }
  .catalog-image {
    border-radius: 4px 4px 0 0 !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .catalog-list-title {
    color: #1a1a1a !important;
    font-size: 15px !important;
  }
  .catalog-image {
    border-radius: 4px 4px 0 0 !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .catalog-list-title {
    color: #1a1a1a !important;
    font-size: 15px !important;
  }
  .catalog-image {
    border-radius: 4px 4px 0 0 !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .catalog-list-title {
    color: #1a1a1a !important;
    font-size: 15px !important;
  }
  .catalog-image {
    border-radius: 4px 4px 0 0 !important;
  }
}
/* START OF STRUCTURE */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list-item {
  display: inline-block;
}

.tag-list-link {
  display: inline-block;
  color: #556b2f;
  background-color: transparent;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid currentColor;
  transition: background-color 0.2s, color 0.2s;
}
.tag-list-link:hover {
  color: #ffffff;
  background-color: #556b2f;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .tag-list-link {
    color: #556b2f !important;
    background-color: transparent !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tag-list-link:hover {
    color: #ffffff !important;
    background-color: #556b2f !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .tag-list-link {
    color: #556b2f !important;
    background-color: transparent !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tag-list-link:hover {
    color: #ffffff !important;
    background-color: #556b2f !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .tag-list-link {
    color: #556b2f !important;
    background-color: transparent !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tag-list-link:hover {
    color: #ffffff !important;
    background-color: #556b2f !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .tag-list-link {
    color: #556b2f !important;
    background-color: transparent !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tag-list-link:hover {
    color: #ffffff !important;
    background-color: #556b2f !important;
  }
}
/* START OF STRUCTURE */
.main-carousel-container {
  width: 100% !important;
  padding: 0;
  margin-top: 0;
}
.main-carousel-container .main-carousel {
  max-height: 500px;
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.main-carousel-container .main-carousel .carousel-inner {
  max-height: 500px;
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main-carousel-container .main-carousel .carousel-inner .main-carousel-item {
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
}
.main-carousel-container .main-carousel .carousel-inner .main-carousel-item.active {
  position: relative;
  z-index: 2;
}
.main-carousel-container .main-carousel .carousel-inner .main-carousel-item .main-carousel-item-image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
  display: block;
  filter: blur(1px) brightness(0.95);
  transform: scale(1.05);
}
.main-carousel-container .main-carousel-caption {
  padding: 30px 50px;
  background-color: #a09898;
  border-radius: 10px;
  text-align: left;
  z-index: 3;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 40px !important;
  right: auto !important;
  max-width: 60%;
}
.main-carousel-container .main-carousel-caption .main-carousel-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.main-carousel-container .main-carousel-caption .main-carousel-subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.main-carousel-container .main-carousel-caption .main-carousel-cta {
  margin-top: 0;
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  background-color: #222222;
  color: #ffffff;
  border: none;
  border-radius: 5px;
}
.main-carousel-container .main-carousel-caption .main-carousel-cta:hover {
  background-color: rgb(8.5, 8.5, 8.5);
  text-decoration: none;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .main-carousel-container .main-carousel,
  .main-carousel-container .main-carousel .carousel-inner,
  .main-carousel-container .main-carousel-item {
    max-height: 550px !important;
    height: 550px !important;
  }
  .main-carousel-container .main-carousel-caption {
    background-color: rgba(0, 0, 0, 0.35) !important;
    padding: 15px 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100%;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-title {
    color: #ffffff !important;
    font-size: 24px !important;
    margin-bottom: 6px;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-subtitle {
    color: #ffffff !important;
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-cta {
    background-color: #222222 !important;
    color: #ffffff !important;
    font-size: 13px;
    padding: 6px 12px;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-cta:hover,
  .main-carousel-container .main-carousel-caption .main-carousel-cta:focus {
    background-color: #111111 !important;
    border-color: #111111 !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .main-carousel-container .main-carousel,
  .main-carousel-container .main-carousel .carousel-inner,
  .main-carousel-container .main-carousel-item {
    max-height: 550px !important;
    height: 550px !important;
  }
  .main-carousel-container .main-carousel-caption {
    background-color: rgba(0, 0, 0, 0.35) !important;
    padding: 20px 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100%;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-title {
    color: #ffffff !important;
    font-size: 30px !important;
    margin-bottom: 8px;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-subtitle {
    color: #ffffff !important;
    font-size: 16px !important;
    margin-bottom: 12px;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-cta {
    background-color: #222222 !important;
    color: #ffffff !important;
    font-size: 15px;
    padding: 7px 14px;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-cta:hover,
  .main-carousel-container .main-carousel-caption .main-carousel-cta:focus {
    background-color: #111111 !important;
    border-color: #111111 !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .main-carousel-container .main-carousel,
  .main-carousel-container .main-carousel .carousel-inner,
  .main-carousel-container .main-carousel-item {
    max-height: 550px !important;
    height: 550px !important;
  }
  .main-carousel-container .main-carousel-caption {
    background-color: rgba(0, 0, 0, 0.35) !important;
    padding: 25px 40px;
    left: 0 !important;
    right: auto !important;
    margin-left: 30px !important;
    max-width: 80%;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-title {
    color: #ffffff !important;
    font-size: 35px !important;
    margin-bottom: 8px;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-subtitle {
    color: #ffffff !important;
    font-size: 18px !important;
    margin-bottom: 12px;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-cta {
    background-color: #222222 !important;
    color: #ffffff !important;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-cta:hover,
  .main-carousel-container .main-carousel-caption .main-carousel-cta:focus {
    background-color: #111111 !important;
    border-color: #111111 !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 992px) {
  .main-carousel-container .main-carousel,
  .main-carousel-container .main-carousel .carousel-inner,
  .main-carousel-container .main-carousel-item {
    max-height: 500px !important;
    height: 500px !important;
  }
  .main-carousel-container .main-carousel-caption {
    background-color: #a09898 !important;
    padding: 30px 50px;
    left: 40px !important;
    right: auto !important;
    max-width: 60%;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-title {
    color: #ffffff !important;
    font-size: 40px !important;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-subtitle {
    color: #ffffff !important;
    font-size: 20px !important;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-cta {
    background-color: #222222 !important;
    color: #ffffff !important;
  }
  .main-carousel-container .main-carousel-caption .main-carousel-cta:hover,
  .main-carousel-container .main-carousel-caption .main-carousel-cta:focus {
    background-color: #111111 !important;
    border-color: #111111 !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
.main-carousel-cta {
  background-color: #222222 !important;
  border-color: #222222 !important;
}

.main-carousel-cta:hover, .main-carousel-cta:focus {
  background-color: #111111 !important;
  border-color: #111111 !important;
}

@media (width >= 0px) {
  .main-carousel-container .main-carousel, .main-carousel-container .main-carousel .carousel-inner, .main-carousel-container .main-carousel-item {
    max-height: 550px !important;
    height: 550px !important;
  }
}
@media (width >= 1200px) {
  .main-carousel-container .main-carousel, .main-carousel-container .main-carousel .carousel-inner, .main-carousel-container .main-carousel-item {
    max-height: 500px !important;
    height: 500px !important;
  }
  .main-carousel-caption {
    background-color: #a09898 !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.slick-prev,
.slick-next {
  background: transparent;
}

.slick-prev:before,
.slick-next:before {
  color: #222222;
}

.slick-dots li button:before {
  color: #cccccc;
}

.slick-dots li.slick-active button:before {
  color: #222222;
}

.slick-title {
  color: #2c3e50;
}

.slick-show-more-container {
  margin-top: 15px;
}

@media (width <= 786px) {
  #toast-container {
    top: 5px;
    right: 0px;
    left: 0px;
    padding: 0;
    margin: 5px;
    z-index: 999999;
  }
  #toast-container .toast {
    width: 100%;
    padding: 20px 10px 20px 50px;
    opacity: 1;
  }
  #toast-container .toast-message {
    font-size: 16px;
    font-weight: 400;
  }
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .slick-title {
    color: #556b2f !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    font-family: "Quicksand", sans-serif !important;
    text-align: left !important;
    text-transform: none !important;
  }
  .slick-title:after {
    background-color: #a88c24 !important;
  }
  .slick-prev:before, .slick-next:before {
    color: #556b2f !important;
  }
  .slick-dots li.slick-active button:before {
    color: #556b2f !important;
  }
  .slick-show-more-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
  .slick-show-more-button:hover, .slick-show-more-button:focus {
    background-color: #435327 !important;
    border-color: #435327 !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .slick-title {
    color: #556b2f !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    font-family: "Quicksand", sans-serif !important;
    text-align: left !important;
    text-transform: none !important;
  }
  .slick-title:after {
    background-color: #a88c24 !important;
  }
  .slick-prev:before, .slick-next:before {
    color: #556b2f !important;
  }
  .slick-dots li.slick-active button:before {
    color: #556b2f !important;
  }
  .slick-show-more-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
  .slick-show-more-button:hover, .slick-show-more-button:focus {
    background-color: #435327 !important;
    border-color: #435327 !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .slick-title {
    color: #556b2f !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    font-family: "Quicksand", sans-serif !important;
    text-align: left !important;
    text-transform: none !important;
  }
  .slick-title:after {
    background-color: #a88c24 !important;
  }
  .slick-prev:before, .slick-next:before {
    color: #556b2f !important;
  }
  .slick-dots li.slick-active button:before {
    color: #556b2f !important;
  }
  .slick-show-more-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
  .slick-show-more-button:hover, .slick-show-more-button:focus {
    background-color: #435327 !important;
    border-color: #435327 !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .slick-title {
    color: #556b2f !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    font-family: "Quicksand", sans-serif !important;
    text-align: left !important;
    text-transform: none !important;
  }
  .slick-title:after {
    background-color: #a88c24 !important;
  }
  .slick-prev:before, .slick-next:before {
    color: #556b2f !important;
  }
  .slick-dots li.slick-active button:before {
    color: #556b2f !important;
  }
  .slick-show-more-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
    color: #ffffff !important;
  }
  .slick-show-more-button:hover, .slick-show-more-button:focus {
    background-color: #435327 !important;
    border-color: #435327 !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
.slick-title {
  color: #000000 !important;
}

.slick-title:after {
  background-color: #222222 !important;
}

.slick-prev:before, .slick-next:before {
  color: #222222 !important;
}

.slick-dots li.slick-active button:before {
  color: #222222 !important;
}

.slick-show-more-button {
  background-color: #222222 !important;
  border-color: #222222 !important;
}

.slick-show-more-button {
  color: #ffffff !important;
}

.slick-show-more-button:hover, .slick-show-more-button:focus {
  background-color: #111111 !important;
  border-color: #111111 !important;
}

@media (width >= 0px) {
  .slick-title {
    color: #556b2f !important;
  }
  .slick-title {
    font-size: 40px !important;
  }
  .slick-title {
    font-family: "Quicksand", sans-serif !important;
  }
  .slick-title:after {
    background-color: #a88c24 !important;
  }
  .slick-title:after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    margin-bottom: 30px !important;
  }
  .slick-title:after {
    margin-top: 15px !important;
  }
  .slick-prev:before, .slick-next:before {
    color: #556b2f !important;
  }
  .slick-show-more-button {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  .slick-show-more-button:hover, .slick-show-more-button:focus {
    background-color: #556b2f !important;
    border-color: #556b2f !important;
  }
  [id^=slick_] {
    font-weight: 400 !important;
  }
  [id^=slick_] {
    text-align: left !important;
  }
  [id^=slick_] {
    text-transform: none !important;
  }
  [id^=slick_] {
    text-decoration: underline !important;
  }
  [id^=slick_] {
    display: block !important;
  }
  [id^=slick_] {
    border-width: 0px !important;
  }
  [id^=slick_] {
    border-color: #cf1717 !important;
  }
  [id^=slick_] {
    box-shadow: none !important;
  }
  [id^=slick_] {
    cursor: default !important;
  }
  [id^=slick_] {
    visibility: visible !important;
  }
  [id^=slick_] {
    transition: none !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
.page-container {
  position: relative;
  padding-top: 30px;
  min-height: 60vh;
}

.section-title {
  font-weight: bold;
  color: #222222;
  margin-bottom: 30px;
}

.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222222;
  margin-top: 10px;
  margin-bottom: 30px;
}

.section-description {
  font-size: 16px;
  color: #555555;
  margin-bottom: 30px;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .page-container {
    font-weight: 400 !important;
    line-height: 1.4em !important;
    letter-spacing: 0px !important;
  }
  .section-title {
    color: #556b2f !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    font-family: "Quicksand", sans-serif !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
    text-align: left !important;
  }
  .section-title:after {
    background-color: #222222 !important;
  }
  .section-description {
    color: #222222 !important;
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
    line-height: 1.55em !important;
    letter-spacing: 0px !important;
    text-align: justify !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .page-container {
    font-weight: 400 !important;
    line-height: 1.4em !important;
    letter-spacing: 0px !important;
  }
  .section-title {
    color: #556b2f !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    font-family: "Quicksand", sans-serif !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
    text-align: left !important;
  }
  .section-title:after {
    background-color: #222222 !important;
  }
  .section-description {
    color: #222222 !important;
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
    line-height: 1.55em !important;
    letter-spacing: 0px !important;
    text-align: justify !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .page-container {
    font-weight: 400 !important;
    line-height: 1.4em !important;
    letter-spacing: 0px !important;
  }
  .section-title {
    color: #556b2f !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    font-family: "Quicksand", sans-serif !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
    text-align: left !important;
  }
  .section-title:after {
    background-color: #222222 !important;
  }
  .section-description {
    color: #222222 !important;
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
    line-height: 1.55em !important;
    letter-spacing: 0px !important;
    text-align: justify !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .page-container {
    font-weight: 400 !important;
    line-height: 1.4em !important;
    letter-spacing: 0px !important;
  }
  .section-title {
    color: #556b2f !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    font-family: "Quicksand", sans-serif !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
    text-align: left !important;
  }
  .section-title:after {
    background-color: #222222 !important;
  }
  .section-description {
    color: #222222 !important;
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
    line-height: 1.55em !important;
    letter-spacing: 0px !important;
    text-align: justify !important;
  }
}
/* EYRA LEGACY OVERRIDES - START */
.section-title {
  color: #222222 !important;
}

.section-title:after {
  background-color: #222222 !important;
}

@media (width >= 0px) {
  .section-title {
    color: #556b2f !important;
  }
  .section-title {
    font-size: 40px !important;
  }
  .section-title {
    font-weight: 500 !important;
  }
  .section-title {
    font-family: "Quicksand", sans-serif !important;
  }
  .section-title {
    line-height: 1.2em !important;
  }
  .section-title {
    letter-spacing: 0px !important;
  }
  .section-title {
    text-align: left !important;
  }
  .section-description {
    color: #222222 !important;
  }
  .section-description {
    font-size: 15px !important;
  }
  .section-description {
    font-family: "Inter", sans-serif !important;
  }
  .section-description {
    line-height: 1.55em !important;
  }
  .section-description {
    letter-spacing: 0px !important;
  }
  .section-description {
    text-align: justify !important;
  }
  .page-container {
    font-weight: 400 !important;
  }
  .page-container {
    line-height: 1.4em !important;
  }
  .page-container {
    letter-spacing: 0px !important;
  }
  .page-container {
    text-decoration: none !important;
  }
}
/* EYRA LEGACY OVERRIDES - END */
/* START OF STRUCTURE */
/* END OF STRUCTURE */
/* START OF STRUCTURE */
.column-libros-title {
  font-weight: bold;
  color: #222222;
  margin-bottom: 30px;
}

.column-libros-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222222;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .column-libros-title {
    color: #9ef20d !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    margin-bottom: 30px !important;
    font-family: "Quicksand", sans-serif !important;
    text-align: left !important;
  }
  .column-libros-title:after {
    background-color: #556b2f !important;
    height: 2px !important;
    margin-top: 19px !important;
    margin-bottom: 26px !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .column-libros-title {
    color: #556b2f !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    margin-bottom: 30px !important;
    font-family: "Quicksand", sans-serif !important;
    text-align: left !important;
  }
  .column-libros-title:after {
    background-color: #556b2f !important;
    height: 2px !important;
    margin-top: 19px !important;
    margin-bottom: 26px !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .column-libros-title {
    color: #556b2f !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    margin-bottom: 30px !important;
    font-family: "Quicksand", sans-serif !important;
    text-align: left !important;
  }
  .column-libros-title:after {
    background-color: #556b2f !important;
    height: 2px !important;
    margin-top: 19px !important;
    margin-bottom: 26px !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .column-libros-title {
    color: #556b2f !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    margin-bottom: 30px !important;
    font-family: "Quicksand", sans-serif !important;
    text-align: left !important;
  }
  .column-libros-title:after {
    background-color: #556b2f !important;
    height: 2px !important;
    margin-top: 19px !important;
    margin-bottom: 26px !important;
  }
}
/* START OF STRUCTURE */
.view-mode-widget {
  display: inline-block;
  margin-left: 5px;
}

.order-widget {
  display: inline-block;
  margin-left: 5px;
}

.per-page-widget {
  display: inline-block;
  margin-left: 5px;
}

/* END OF STRUCTURE */
/* BREAKPOINT XS */
@media (width >= 0px) {
  .view-mode-widget {
    margin-left: 5px !important;
  }
  .order-widget {
    margin-left: 5px !important;
  }
  .per-page-widget {
    margin-left: 5px !important;
  }
}
/* BREAKPOINT SM */
@media (width >= 576px) {
  .view-mode-widget {
    margin-left: 5px !important;
  }
  .order-widget {
    margin-left: 5px !important;
  }
  .per-page-widget {
    margin-left: 5px !important;
  }
}
/* BREAKPOINT MD */
@media (width >= 768px) {
  .view-mode-widget {
    margin-left: 5px !important;
  }
  .order-widget {
    margin-left: 5px !important;
  }
  .per-page-widget {
    margin-left: 5px !important;
  }
}
/* BREAKPOINT LG */
@media (width >= 1200px) {
  .view-mode-widget {
    margin-left: 5px !important;
  }
  .order-widget {
    margin-left: 5px !important;
  }
  .per-page-widget {
    margin-left: 5px !important;
  }
}
.text-danger {
  color: #e74c3c;
}

.list-group-item.active {
  background-color: #222222;
  border-color: #222222;
}
.list-group-item.active:hover {
  background-color: #111111;
  border-color: #111111;
}

.list-group-option.active {
  background-color: #222222;
  border-color: #222222;
}
.list-group-option.active:hover {
  background-color: #222222;
  border-color: #222222;
}
.list-group-option.active:focus {
  background-color: #222222;
  border-color: #222222;
}

.img-responsive-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  background-color: transparent;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb a:hover {
  color: #333333;
  text-decoration: none;
}
.breadcrumb li:not(:first-child)::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 8px;
  color: #000000;
}
.breadcrumb li.active {
  color: #000000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/* START OF STRUCTURE */
.stripe {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gray-stripe {
  background-color: #f7f7f7;
  color: #222222;
}

/* END OF STRUCTURE *//*# sourceMappingURL=theme.css.map */