@import url('https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:500,400');
@import url('https://fonts.googleapis.com/css?family=Poppins:700');
@font-face {
  font-family: "Trebuchet MS";
  src: url(''); }

body {
  font-family: "Roboto", Roboto, "Helvetica Neue", Arial, cursive !important; }

/* colors */
/* blue */
/* dark blue */
/* light blue */
/* red */
/* green */
.bg-primary {
  background-color: #124C78 !important; }

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

.fa-stack {
  transition: all 0.3s ease; }
  .fa-stack:hover .text-main {
    transition: all 0.3s ease;
    color: #1968a4 !important; }

#navigation {
  transition: all 0.3s ease; }

#navigation.fixed-top {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.09) !important; }

.navbar-brand, .navbar-cart {
  display: none; }

.logo {
  font-family: "Trebuchet MS" !important; }

.nav-logo {
  color: #1E2B45;
  transition: all 0.3s ease; }
  .nav-logo:hover {
    text-decoration: none;
    color: #124C78; }
  .nav-logo img {
    height: 64px;
    width: 64px; }

@media (max-width: 575.98px) {
  .nav-logo .logo {
    font-size: 18px !important; }
  .nav-logo img {
    height: 32px;
    width: 32px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-logo .logo {
    font-size: 2rem !important; } }

.logo {
  font-size: 2.5rem;
  font-weight: 700; }

#navigation .nav-link {
  font-family: 'Poppins';
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease; }
  #navigation .nav-link:hover {
    color: #F1F2F6;
    text-decoration: none; }

#navigation .nav-link.link-secondary {
  font-weight: 500; }

.navbar-nav:hover .nav-link:not(:hover) {
  opacity: 0.4; }

.product-configure-custom-option {
  margin-bottom: 1rem; }
  .product-configure-custom-option label {
    display: inline !important;
    font-weight: 500; }
  .product-configure-custom-option select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .product-configure-custom-option select:not([size]):not([multiple]) {
      height: calc(2.25rem + 2px); }

.card-category-title {
  font-family: 'Poppins';
  font-size: 1rem;
  font-weight: 600;
  color: #1E2B45;
  transition: all ease 0.3s; }
  .card-category-title:hover {
    text-decoration: none;
    color: #124C78; }

.card-category-title-lg {
  font-family: 'Poppins';
  font-size: 1.375rem;
  font-weight: 600;
  color: #1E2B45;
  transition: all ease 0.3s; }
  .card-category-title-lg:hover {
    text-decoration: none;
    color: #124C78; }

@media (max-width: 991.98px) {
  .card-category-title-lg {
    font-size: 1.1rem; } }

.headline-title {
  font-weight: 600; }

@media (max-width: 767.98px) {
  .headline-title {
    font-size: 2rem !important; } }

.carousel-indicators li {
  height: 15px !important;
  width: 15px !important;
  border-radius: 50px; }

.nav-link {
  font-family: 'Poppins';
  font-size: 1.1rem;
  transition: all ease 0.3s; }

.card, .border {
  border-width: 1px !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .gui-page-title {
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
  font-weight: 700; }

h1, .h1 {
  font-size: 1.6875em; }

.product-title {
  color: #1E2B45;
  font-size: 2rem;
  font-weight: 600; }

.card-title {
  font-family: 'Poppins';
  color: #1E2B45;
  font-size: 1rem;
  font-weight: 600;
  transition: all ease 0.3s; }
  .card-title:hover {
    text-decoration: none;
    color: #124C78; }
  .card-title.title-lg {
    font-size: 1.2rem; }

.text-price {
  color: #1E2B45;
  font-size: 1.125rem;
  font-weight: 600; }

.thumb {
  transition: all 0.3s ease; }
  .thumb:hover {
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.09);
    cursor: pointer; }

a, .page-link {
  color: #124c78; }
  a:hover, .page-link:hover {
    color: #1968a4; }

.list-group-item.active .list-item, .list-group-item.active, .page-item.active .page-link {
  background-color: #124c78;
  border-color: #124c78;
  color: #ffffff; }
  .list-group-item.active .list-item:hover, .list-group-item.active:hover, .page-item.active .page-link:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: white; }

.bg-main, .alert-main, .badge-main {
  background-color: #124c78;
  color: #ffffff; }
  .bg-main a, .alert-main a, .badge-main a {
    color: #ffffff !important; }
    .bg-main a:hover, .alert-main a:hover, .badge-main a:hover {
      color: white !important; }

.btn.btn-main {
  background-color: #124c78;
  color: #ffffff !important; }
  .btn.btn-main:hover {
    background-color: #1968a4 !important;
    color: #ffffff !important; }

.btn.btn-outline-main {
  border: 1px solid transparent;
  border-top-color: #124c78;
  border-left-color: #124c78;
  border-right-color: #124c78;
  border-bottom-color: #124c78;
  color: #124c78;
  background-color: transparent; }
  .btn.btn-outline-main:hover {
    background-color: #1968a4;
    color: #ffffff; }

.text-main {
  color: #124c78 !important; }

a.text-main {
  color: #124c78 !important; }
  a.text-main:hover {
    color: #1968a4 !important; }

.border-main {
  border-color: #124c78 !important; }

.bg-action, .alert-action, .badge-action {
  background-color: #124c78;
  color: #ffffff; }
  .bg-action a, .alert-action a, .badge-action a {
    color: #000000 !important; }
    .bg-action a:hover, .alert-action a:hover, .badge-action a:hover {
      color: #1a1a1a !important; }

.btn.btn-action {
  background-color: #124c78;
  color: #ffffff !important; }
  .btn.btn-action:hover {
    background-color: #1968a4 !important;
    color: #ffffff !important; }

.btn.btn-outline-action {
  border: 1px solid transparent;
  border-top-color: #124c78;
  border-left-color: #124c78;
  border-right-color: #124c78;
  border-bottom-color: #124c78;
  color: #124c78;
  background-color: transparent; }
  .btn.btn-outline-action:hover {
    background-color: #1968a4;
    color: #ffffff; }

.text-action {
  color: #124c78 !important; }

a.text-action {
  color: #124c78 !important; }
  a.text-action:hover {
    color: #1968a4 !important; }

.border-action {
  border-color: #124c78 !important; }

.bg-trust, .alert-trust, .badge-trust {
  background-color: #16a085;
  color: #FBFDFD; }
  .bg-trust a, .alert-trust a, .badge-trust a {
    color: #FBFDFD !important; }
    .bg-trust a:hover, .alert-trust a:hover, .badge-trust a:hover {
      color: white !important; }

.btn.btn-trust {
  background-color: #16a085;
  color: #FBFDFD !important; }
  .btn.btn-trust:hover {
    background-color: #1ccdaa !important;
    color: #FBFDFD !important; }

.btn.btn-outline-trust {
  border: 1px solid transparent;
  border-top-color: #16a085;
  border-left-color: #16a085;
  border-right-color: #16a085;
  border-bottom-color: #16a085;
  color: #16a085;
  background-color: transparent; }
  .btn.btn-outline-trust:hover {
    background-color: #1ccdaa;
    color: #FBFDFD; }

.text-trust {
  color: #16a085 !important; }

a.text-trust {
  color: #16a085 !important; }
  a.text-trust:hover {
    color: #1ccdaa !important; }

.border-trust {
  border-color: #16a085 !important; }

html, body {
  height: 100%; }

body {
  display: table;
  width: 100%;
  height: 100%; }

.content {
  height: auto; }

footer {
  height: 1px;
  display: table-row; }

html {
  font-size: 0.9rem; }

/*========================MENU========================*/
.mainmenu {
  font-size: 1.1rem; }

.dropdown-menu .dropdown-item:hover {
  background-color: inherit; }

.mainmenu {
  overflow-y: visible; }
@media (max-width: 991.98px) {
  .mainmenu {
    overflow-y: auto;
    max-height: 100vh; } }
.mainmenu .navbar-dark .navbar-nav .nav-link a {
  opacity: 0.8; }

@media (max-width: 991.98px) {
  .mainmenu .dropdown-menu, .mainmenu .dropdown-cart {
    box-shadow: none !important;
    border: 0 !important;
    background-color: #124c78;
    color: #ffffff; }
    .mainmenu .dropdown-menu .text-info, .mainmenu .dropdown-cart .text-info, .mainmenu .dropdown-menu .text-muted, .mainmenu .dropdown-cart .text-muted, .mainmenu .dropdown-menu a, .mainmenu .dropdown-cart a {
      color: #ffffff !important; } }

@media (min-width: 992px) {
  .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 100vw;
    width: 100%;
    left: 50% !important;
    transform: translate(-50%, 0); }
  .dropdown-cart {
    width: 45%;
    right: 30%;
    transform: translate(0%, 0); }
    .dropdown-cart .container .products {
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 70vh; } }

.suggestions {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh; }

@media (max-width: 992px) {
  .dropdown-toggle::after {
    display: none; } }

/* menu niet meer grayed out */
#toggleSearch {
  display: block; }

.js-is-sticky--change #toggleSearch {
  display: block; }

.hideSearch {
  display: flex; }

.showSearch {
  display: none; }

/*========================SLIDERS========================*/
.slider.slider-horizontal {
  width: 100% !important; }

.slider-handle {
  background-image: linear-gradient(to bottom, #124c78 0, #124c78 100%) !important; }

/*========================BUNDLES========================*/
.bundle-item::before {
  position: absolute;
  left: -10px;
  top: 40%;
  font-size: 2.3rem;
  font-weight: bold;
  color: #dee2e6;
  background: #fff;
  content: "+";
  font-weight: 900; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* temp */
/*========================CAROUSEL========================*/
@media (max-width: 992px) {
  #indexCarouselContainer, #indexHeadlinesContainer, #indexMosaicContainer {
    max-width: 991.98px;
    padding: 0px; } }

.overlay-gradient-dark {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: radial-gradient(circle at bottom center, black, transparent);
  transition: all ease 0.3s; }

#indexCarousel:hover .overlay-gradient-dark {
  opacity: 0.4; }

.overlay-dark {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: all ease-in-out 0.2s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent); }

.content-overlay {
  position: absolute;
  z-index: 10; }

.content-overlay:hover ~ .overlay-dark {
  opacity: 0; }

.bottom {
  position: absolute;
  bottom: 0;
  z-index: 10; }

.cursor-pointer {
  cursor: pointer; }

/*========================PRODUCT IMAGE GALLERY========================*/
.fullscreen {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: #ffffff;
  cursor: zoom-out; }

@media (pointer: fine) {
  #gallery div.carousel-item.active > img:hover {
    opacity: 0; } }

/*========================PRODUCT LIST ITEMS========================*/
.card-product {
  overflow: hidden; }
  .card-product img {
    transform: scale(0.95);
    transition: ease-in-out 0.1s; }

.card-product:hover {
  overflow: hidden; }
  .card-product:hover img {
    transform: scale(1); }

/* FIXES */
.card-img-overlay {
  bottom: auto !important; }

.card-img-link {
  height: 100%; }

/* super script rule for old prices */
.sup {
  vertical-align: super;
  font-size: 60%; }

.breadcrumb-item + .breadcrumb-item::before {
  content: '>'; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #124c78 !important; }

/*========================COUNTDOWN========================*/
#days, #hours, #minutes, #seconds {
  width: 60px;
  font-size: 1.2rem; }

/*========================BRANDS CAROUSEL========================*/
#brandCarousel .carousel-inner .carousel-item-right.active, #brandCarousel .carousel-inner .carousel-item-next {
  transform: translateX(33.33%); }

#brandCarousel .carousel-inner .carousel-item-left.active, #brandCarousel .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%); }

#brandCarousel .carousel-inner .carousel-item-right, #brandCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0); }

#brandCarousel a.carousel-control-next, #brandCarousel a.carousel-control-prev, a.carousel-control-next, a.carousel-control-prev {
  width: 5%; }

#brandCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

#brandCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

/*========================TEXT PAGE========================*/
#textpage img {
  max-width: 100%;
  height: auto; }

/*========================FEATURED CAT THUMBS========================*/
.category-thumb:hover .overlay-dark {
  opacity: 0; }

/*=========================Mosaic=======================*/
.mosaic {
  background-size: cover;
  background-position: center; }
  .mosaic-large {
    height: 390px; }
  .mosaic-small {
    height: 210px; }

@media (max-width: 767px) {
  .mosaic-small {
    height: 390px; } }

/*=========================REVIEWS=======================*/
.review-star-muted {
  color: #F0F1F2; }

/*=========================IE10/11=======================*/
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #gallery div.carousel-item.active > img:hover {
    opacity: 0; }
  #mainMenu {
    z-index: 10; }
  .content {
    z-index: 1; } }

/*=========================DARK THEME=======================*/
/*
 body {
 background-color: #101010;
 color: white;
 }
 .card {
 background-color: #101010 !important;
 }
 */
/* test edits 
 .mainmenu {
 padding: 1.5rem !important;
 }
 .nav-link {
 font-size: 2rem;
 }
 */
/*=========================SYSTEM=======================*/
.gui-messages {
  display: none; }

/* usp mobile */
.usp-mask {
  width: 100%;
  height: 36px;
  overflow: hidden; }

.usp-inner {
  width: 100%;
  height: 144px;
  position: relative;
  -webkit-animation-name: usp-three;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 10s;
  /* Safari 4.0 - 8.0 */
  animation-name: usp-three;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  font-size: 0.9rem !important; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes usp-three {
  0% {
    top: 0px; }
  28.33% {
    top: 0px; }
  33.33% {
    top: -36px; }
  61.66% {
    top: -36px; }
  66.66% {
    top: -72px; }
  94.99% {
    top: -72px; }
  99.99% {
    top: -108px; } }
/* Standard syntax */
@keyframes usp-three {
  0% {
    top: 0px; }
  28.33% {
    top: 0px; }
  33.33% {
    top: -36px; }
  61.66% {
    top: -36px; }
  66.66% {
    top: -72px; }
  94.99% {
    top: -72px; }
  99.99% {
    top: -108px; } }
/* embed fix */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.control {
  width: 100%;
  position: relative;
  margin-bottom: 1rem; }

.control__input {
  border: 1px solid #999999;
  padding: 1rem;
  width: 100%;
  transition: all 300ms ease;
  position: relative;
  display: block;
  font-family: inherit;
  background: transparent;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03)); }

.control__input:focus, .control__input:active {
  border-color: blue;
  background: transparent;
  box-shadow: 0px 0px 0px 4px rgba(60, 179, 113, 0.2);
  outline: 0; }

.control__input:focus + .control__icon, .control__input:active + .control__icon, .control__input.is-not-empty + .control__icon {
  -webkit-transform: translate(-95%, -50%);
  transform: translate(-95%, -50%);
  right: 95%;
  transition: all 300ms ease; }

.control__input--search {
  padding-left: 2.2rem;
  width: 3rem; }

.control__input--search:focus, .control__input--search:active, .control__input--search.is-not-empty {
  width: 100%;
  padding-left: 1rem;
  transition: all 300ms ease; }

.control__icon {
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  top: 50%;
  left: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  color: mediumseagreen;
  transition: all 300ms ease; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.carousel__container {
  min-width: 250px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative; }

.carousel__activator {
  display: none; }

.carousel__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  bottom: 0; }

.carousel__controls:first-of-type {
  justify-content: flex-end; }

.carousel__controls:last-of-type {
  justify-content: flex-start; }

.carousel__control {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #22587a;
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  font-size: 24px;
  height: 48px;
  justify-content: center;
  transition: 0.3s all;
  width: 48px;
  z-index: 1; }

.carousel__control:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: flex; }

.carousel__activator:nth-of-type(1):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: flex; }

.carousel__activator:nth-of-type(2):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: flex; }

.carousel__activator:nth-of-type(3):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%); }

.carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
  display: flex; }

.carousel__activator:nth-of-type(4):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%); }

.carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
  display: flex; }

.carousel__activator:nth-of-type(5):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%); }

.carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
  display: flex; }

.carousel__activator:nth-of-type(6):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%); }

.carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
  display: flex; }

.carousel__activator:nth-of-type(7):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%); }

.carousel__activator:nth-of-type(8):checked ~ .carousel__controls:nth-of-type(8) {
  display: flex; }

.carousel__activator:nth-of-type(8):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%); }

.carousel__activator:nth-of-type(9):checked ~ .carousel__controls:nth-of-type(9) {
  display: flex; }

.carousel__activator:nth-of-type(9):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-800%);
  transform: translateX(-800%); }

.carousel__activator:nth-of-type(10):checked ~ .carousel__controls:nth-of-type(10) {
  display: flex; }

.carousel__activator:nth-of-type(10):checked ~ .carousel__screen .carousel__track {
  -webkit-transform: translateX(-900%);
  transform: translateX(-900%); }

.carousel__screen {
  overflow: visible; }

.carousel__track {
  font-size: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.carousel__item {
  display: inline-flex;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
  white-space: normal; }
  .carousel__item:first-child {
    padding-left: 0px; }
  .carousel__item:last-child {
    padding-right: 0px; }

.carousel__item .card-body {
  font-size: 1rem; }

.carousel__item--desktop-in-1 {
  width: 100%; }

.carousel__item--desktop-in-2 {
  width: 50%; }

.carousel__item--desktop-in-3 {
  width: 33.3333333333%; }

.carousel__item--desktop-in-4 {
  width: 25%; }

.carousel__item--desktop-in-5 {
  width: 20%; }

/*@media screen and (max-width: 1023px) {*/
@media (max-width: 767.98px) {
  .carousel__container {
    padding-left: 0;
    padding-right: 0; }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
    display: none; }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: none;
    transform: none; }
  .carousel__screen {
    margin-left: 0;
    margin-right: 0; }
  .carousel__track {
    overflow-x: auto;
    width: auto;
    /*padding-left: 48px;
     padding-right: 48px;*/ }
  .carousel__item--tablet-in-1 {
    width: 90%; }
  .carousel__item--tablet-in-2 {
    width: 45%; }
  .carousel__item--tablet-in-3 {
    width: 30%; } }

/*@media screen and (max-width: 650px) {*/
@media (max-width: 575.98px) {
  .carousel__track {
    padding-left: 0;
    padding-right: 0; }
  .carousel__item--mobile-in-1 {
    width: 90%; }
  .carousel__item--mobile-in-2 {
    width: 45%; }
  .carousel__item--mobile-in-3 {
    width: 30%; } }

.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.09); }

.shadow-lg {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2); }

.card-category {
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .card-category:hover {
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    border-color: #124C78; }

.card-extra {
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .card-extra:hover {
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    border-color: #124C78; }

.tilt-card {
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.09); }

.tilt-card:hover, .card-category:hover {
  z-index: 3;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2); }

/***
 .show,
 .hide {
 position: absolute;
 z-index: 100;
 bottom: 0px;
 }
 ***/
.hide {
  display: none; }

.show:target {
  display: none; }

.show:target ~ .hide {
  display: block; }

.show:target ~ .readmore-content {
  max-height: 120px; }

.show:target ~ .fade {
  margin-top: 0; }

.readmore-content {
  position: relative;
  margin-bottom: 2rem;
  max-height: 25px;
  overflow: hidden;
  transition: max-height 0.3s ease; }

.btn-nav {
  color: white;
  transition: all ease 0.3s; }

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -310px;
  height: 100vh;
  z-index: 1999;
  background: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

#sidebar.active {
  left: 0; }

.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1998;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.2s ease-in-out; }

.overlay.active {
  visibility: visible;
  opacity: 1; }

.btn-collapse.collapsed:before {
  content: "+";
  display: block;
  width: 15px; }

.btn-collapse:before {
  content: "-";
  display: block;
  width: 15px; }

.accordion .collapse.show {
  position: relative; }
