.details_bath {
  background-color: #2692D0;
  margin: 0 5px 0 0;
  max-width: fit-content;
  color: white;
  border-radius: 14px 0 0 0;
}

.details_playset {
  background-color: #D02633;
  margin: 0 5px 0 0;
  max-width: fit-content;
  color: white;
  border-radius: 14px 0 0 0;
}

.details_wooden {
  background-color: #D07226;
  margin: 0 5px 0 0;
  max-width: fit-content;
  color: white;
  border-radius: 14px 0 0 0;
}

@media (min-width: 992px) {
  .col-lg-6_show_products {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* Thumbnails */
.row .thumbnail {
  cursor: pointer;
  transition: opacity 0.3s;
}

.row .thumbnail:hover {
  opacity: 0.7;
}

.row .thumbnail.clickable-thumbnail {
  opacity: 0.7;
}

.row .thumbnail.clickable-thumbnail:hover {
  opacity: 1;
}

.card-text {
  color: black;
  font-size: 13px;
}

.links-sites {
  position: relative;
  color: white;
  background-color: #2692D0;
  max-width: fit-content;
  border-radius: 10px 10px 10px 0;
  padding: 5px;
  margin: 10px 0 0 0;
  display: block !important;
}

.airflow {
  margin-top: 10px;
}

.included-item {
  display: inline-block;
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  margin: 5px;
}

.info-item {
  display: flex;
  align-items: center;
  background-color: #FF9C16;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 5px;
  padding-right: 2px;
  border-radius: 10px 10px 10px 0;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.info-item:hover {
  transform: scale(1.1);
}

.badge {
  background-color: #FF9C16;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: bold;
  font-size: 12px;
}

.info-text {
  margin: 0;
  padding: 5px;
  font-size: 11px;
  background-color: #E1E1E1;
  text-transform: uppercase;
  border-radius: 10px 10px 10px 0;
}

.badge_1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.sidebar-fga {
  font-size: 10px;
}

.show_list_Products_Grid {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
}

.show_list_Products_Item-regular {
  flex-basis: 25%;
  /* margin-bottom: 15px; */
  /* position: relative; */
  /* display: flex; */
  /* justify-content: center; */
  /* flex-direction: row; */
  /* align-items: center; */
  /* text-align: center; */
}

.show_list_Products_Item-regular a {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border-radius: 15px;
}

.show_list_Products_Image {
  width: 300px;
  max-width: 300px;
  height: auto;
  background-color: #ec960000;
  border-radius: 15px;
}

.show_list_Products_Title {
  max-width: 300px;
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.show_list_Products_Sku {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  margin-top: -25px;
}

p.show_list_Products_age {
  font-size: 12px;
  margin-top: -16px;
  color: black;
}

p.show_list_Products_descr {
  max-width: 315px;
  font-size: 15px;
  color: black;
  padding-bottom: 15px;
  line-height: 1.5;
  padding-left: 5px;
  padding-right: 5px;
}

.shadow2 {
  box-shadow: 0 6px 0px rgb(40 40 40 / 10%);
}

.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 8px;
  padding-left: 15px;
}

.FGA_TOP_SECT_container {
  width: 100%;
  background-color: black;
  color: white;
  text-align: right;
  position: fixed;
  top: 0;
  z-index: 9999;
  font-size: 12px;
  padding: 5px;
}

.FGA_TOP_SECT_leftText {
  float: left;
  font-family: 'Engagement', cursive;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.FGA_TOP_SECT_rightText {
  float: right;
}

.fga-centered {
  align-items: center;
  justify-content: center;
}

.logo_broandsis_FGA {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo_broandsis_FGA img {
  margin: 5px;
}

#search-container {
  margin-top: -60px;
  margin-bottom: 50px;
  text-align: center;
}

#search-input {
  width: 550px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: white;
  background-color: #2a2a2a;
}

#search-input:focus {
  outline: none;
  border-color: #66afe9;
  box-shadow: 0 0 8px #66afe9;
}







#panels *,
#panels a:before,
#panels a:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#panels {
  /* min-width: 540px; */
  width: 100%;
  /* max-width: 313px; */
  margin: 21px auto;
  -webkit-perspective-origin: 50% 50%;
  -webkit-perspective: 1300px;
  perspective-origin: 50% 50%;
  perspective: 1500px;
  text-align: -webkit-center;
}

#panels > * {
  display: inline-block;
  /* height: 500px; */
  overflow: hidden;
  border: 1px solid rgb(213 213 213 / 50%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  outline: 1px solid rgb(0 0 0 / 0%);
}



#panels > *:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#panels .icon {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

#panels .legend {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
  opacity: 0.5;
}

/* #panels a {
  z-index: 2;
  position: relative;
  display: block;
  height: 286px;
  padding: 200px 28px 14px 14px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: white; */
}

#panels .title {
  display: block;
  margin-bottom: 21px;
  font-family: "Titillium Web", sans-serif;
  font-size: 2em;
  font-weight: 600;
}
/*
#panels a:hover {
  height: 416px;
  padding: 70px 28px 14px 14px;
} */

#panels .icon {
  z-index: 1;
  position: absolute;
  height: 100%;
  background-size: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.1;
}

#panels > *:nth-child(1) .icon {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/950358/YQGZvW_icon_brick-blue.svg");
}

#panels > *:nth-child(2) .icon {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/950358/YQGZvW_icon_paint-roller-pink.svg");
}

#panels > *:nth-child(3) .icon {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/950358/YQGZvW_icon_puzzle-green.svg");
  transform: rotateZ(-10deg) scale(1.1);
}

#panels > *:nth-child(4) .icon {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/950358/YQGZvW_icon_book-yellow.svg");
}

#panels > *:hover .icon {
  opacity: 1;
  background-size: 100%;
  background-position: 50% 66.6666%;
}

#panels a:before {
  /* content: ""; */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#panels > *:nth-child(1) a:before {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.125) 33.3333%, rgba(0, 0, 0, 0.05) 50%, rgba(255, 255, 255, 0.5) 100%);
}

#panels > *:nth-child(2) a:before {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(0, 0, 0, 0.125) 45%, rgba(0, 0, 0, 0.05) 65%, rgba(255, 255, 255, 0.5) 100%);
}

#panels > *:nth-child(3) a:before {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.4) 100%);
}

#panels > *:nth-child(4) a:before {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.8) 100%);
}

#panels a:hover:before {
  opacity: 0;
}

#panels a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/950358/YQGZvW_background_openspace-reflect.png");
  background-size: cover;
  opacity: 0.05;
}

/* #panels > *:nth-child(1) a:after {
  background-position: 100%;
}

#panels > *:nth-child(2) a:after {
  background-position: 70%;
}

#panels > *:nth-child(3) a:after {
  background-position: 30%;
}

#panels > *:nth-child(4) a:after {
  background-position: 0;
}

#panels > *:nth-child(1) a:hover:after {
  background-position: 80%;
}

#panels > *:nth-child(2) a:hover:after {
  background-position: 50%;
}

#panels > *:nth-child(3) a:hover:after {
  background-position: 50%;
}

#panels > *:nth-child(4) a:hover:after {
  background-position: 20%;
} */

#panels a:hover:after {
  opacity: 0.5;
}

#panels > *:nth-child(1) a:hover,
#panels > *:nth-child(3) a:hover,
#panels > *:nth-child(4) a:hover {
  background-color: rgba(46, 177, 229, 0);
}

#panels > *:nth-child(1) a:hover .title {
  color: #00a5ec;
}

#panels > *:nth-child(2) a:hover .title {
  color: #ed308a;
}

#panels > *:nth-child(2) a:hover {
  background-color: rgba(237, 48, 138, 0);
}

#panels > *:nth-child(3) a:hover .title {
  color: #84bf1d;
}

#panels > *:nth-child(4) a:hover .title {
  color: #ffc000;
}

#panels a:hover .legend {
  opacity: 1;
}

.rotate_PPCL {
  transform: rotate(318deg);
  filter: blur(0px);
  will-change: transform;
  transition: transform 1s ease-out, filter 0.3s ease-out;
}

.parallax-scroll {
  filter: blur(4px);
}




#page_show {
    padding: 0;
    position: inherit;
    z-index: 777;
    background-color: #FFF;
    top: 5px;
    border-radius: 50px;
}

.txt_OVER {
    position: relative;
    z-index: 777;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
