@charset "UTF-8";



.search-body-box {

  overflow-y: auto;

  overflow-x: hidden;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;



  background-color: #000000d4;

  backdrop-filter: blur(16px);

  -webkit-transition: 0.5s ease-in-out;

  -moz-transition: 0.5s ease-in-out;

  -o-transition: 0.5s ease-in-out;

  -ms-transition: 0.5s ease-in-out;

  transition: 0.5s ease-in-out;

  opacity: 0;

  visibility: hidden;

  z-index: 999999;

}

.search-body-box.open {

  height: 100%;

  opacity: 1;

  visibility: visible;

}

.search-body-box .close {

  position: fixed;

  top: 1rem;

  left: 2rem;

  color: #ffffff4f;

  z-index: 10;

  opacity: 1;

  cursor: pointer;

  border-radius: 5px;

  padding: 0 !important;

  transition: 0.3s;

  background: none !important;

  border: none;

}

.search-body-box .close:hover {

  color: #fff;

}

#search-by-json-form {

  min-width: 320px;

  /* display: flex; */

  /* flex-direction: column; */

  /* align-items: center; */

  /* justify-content: center; */

  height: 100%;

}



.search-by-json {

  /* border-bottom: 11px solid red; */

  /* display: flex; */

  /* flex-direction: column; */

  /* align-items: center; */

  /* justify-content: center; */

  /* border-radius: 12px; */

  transition: all 0.3s;

  padding: 10rem 2rem 4rem;

  position: relative;

  width: min(75rem, 75%);

  margin-inline: auto;

}



.fast-search-field {

  padding-top: 120px;

}



.search-by-json .d-none {

  display: none !important;

}



.search-by-json .show-hide {

  transition: all 0.7s;

}



.search-by-json .fast-hide {

  opacity: 0;

  overflow: hidden;

  visibility: hidden;

}



.search-by-json .fast-show {

  opacity: 1;

  visibility: visible;

}



.search-by-json .input {

  position: relative;

}



.search-by-json .input input {

  width: 100%;

  height: 63px;

  outline: none;

  padding: 0.5rem;

  padding: 0 2.7rem 0 6rem !important;

  transition: 500ms;

  margin: 0;

  text-align: right;

  color: #2c2c2c;

  border-bottom: 1px solid #ffffff57;

  background: white;

  border-radius: 16px;

  border: 3px solid #00000029;

  font-size: 16px;

}

.search-by-json .input input::placeholder {

  font-size: 16px !important;

}

.search-by-json .input {

  width: 100%;

}

/*.search-by-json .input:after {*/

/*    content: '';*/

/*    width: 100%;*/

/*    height: 2px;*/

/*    background-image: linear-gradient(to right, transparent, var(--color1), transparent);*/

/*    display: block;*/

/*}*/



.search-by-json .input input::placeholder {

  color: gray;

}



.search-by-json .input .empty:hover {

  color: var(--c-red);

}

.list-category {

  margin-block: 1.5rem;

}

.search-by-json .input .empty {

  position: absolute;

  top: 51%;

  transform: translateY(-50%);

  cursor: pointer;

  left: 2rem;

  transition: 500ms;

  line-height: 1;

  color: #000000eb;

}



.search-by-json .input .empty:hover {

  color: #1354a7;

}

.search-by-json .input .empty i {

  vertical-align: middle;

}

.search-by-json .icon-search {

  position: absolute;

  right: 14px;

  top: 46%;

  transform: translateY(-50%);

  font-size: 3rem;

}

.search-by-json .icon-search > svg path {

  stroke: #2c2c2c;

}

.search-by-json .input .icon {

  position: absolute;

  transition: 500ms;

  background-color: #cfd6db;

  border: 1px solid #cfd6db;

  top: 0.5rem;

  left: 0.5rem;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 2rem;

  height: 2rem;

  border-radius: 0.25rem;

  flex-shrink: 0;

}



.search-by-json .input .icon img {

  width: 1.125rem;

  object-fit: scale-down;

}



.search-by-json .body {

  /* top: 3rem; */

  /* position: absolute; */

  z-index: 99999;

  width: 100%;

  /* width: 600px; */

  /* background-color: #fff; */

  /* border: 1px solid #e9ecef; */

  /* border-radius: 0.25rem; */

  margin-block: 0.25rem;

  text-align: center;

  padding: 0.5rem;

  overflow-y: auto;

  height: 100%;

  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */

  color: #fff;

}

.titleAndPrice {

  display: flex;

  flex-direction: column;

  color: #fff !important;

  height: 100%;

  justify-content: space-evenly;

}

.search-by-json .body .default p {

  text-align: center;

  padding-top: 2.5rem;

  color: #fff;

  font-size: 16px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 5px;

}



.search-by-json .body .default img {

  width: 200px;

  margin-top: 25px;

  opacity: 0.8;

  margin-inline: auto;

  width: 10rem !important;

  display: none;

}



.search-by-json .body .default .popular,

.search-by-json .body .is-search {

  text-align: right;

}



.search-by-json .body .default .popular .title-popular {

  margin-top: 4rem;

  margin-bottom: 1rem;

  font-weight: bold;

  font-size: var(--fs-15);

  color: #fff;

}



.search-by-json .body .default .popular .menu-popular ul,

.search-by-json .body .is-search .list-category ul {

  display: block;

}



.search-by-json .body .default .popular .menu-popular ul li,

.search-by-json .body .is-search .list-category ul li {

  text-align: center;

  display: inline-block;

  margin: 0.2rem 0.125rem;

}



.search-by-json .body .default .popular .menu-popular ul li:first-child,

.search-by-json .body .is-search .list-category ul li:first-child {

  margin-right: 0;

}



.search-by-json .body .default .popular .menu-popular ul li:last-child,

.search-by-json .body .is-search .list-category ul li:last-child {

  margin-left: 0;

}



.search-by-json .body .default .popular .menu-popular ul li a,

.search-by-json .body .is-search .list-category ul li a {

  display: block;

  font-size: var(--fs-14);

  border: 1px solid #e2e3e547;

  /* background-color: #e9ecef; */

  padding: 1rem 1.75rem;

  border-radius: 10px;

  font-weight: 500;

  border-radius: 4px;

  transition: 400ms;

  line-height: 1.5;

  border-radius: 10px;

  color: #fff;

}



.search-by-json .body .default .popular .menu-popular ul li a:hover,

.search-by-json .body .is-search .list-category ul li a:hover {

  background-color:#1354a7 ;

  color: #fff;

}



.search-by-json .body .not-found {

  font-size: 1.2rem;

  margin-top: 3rem;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 5px;

}



.search-by-json .body .is-search {

  padding: 1.25rem;

}



.search-by-json .body .is-search .category {

  margin-bottom: 1.5rem;

}



.search-by-json .body .is-search .title-category,

.search-by-json .body .is-search .title-posts,

.search-by-json .body .is-search .title-games {

  font-weight: bold;

  font-size: var(--fs-20);

  color: #fff;

}



.search-by-json .body .is-search .posts {

  margin-top: 1.5rem;

}



.search-by-json .body .is-search .list-posts .item:hover,

.search-by-json .body .is-search .list-games .item:hover {

  transform: translateY(-6px);

}



.search-by-json .body .is-search .list-posts .item,

.search-by-json .body .is-search .list-games .item {

  transition: 500ms;

  background-color: #fff;

  border-radius: 12px !important;

  border: 0.8px solid #ffffff45;

  display: grid;

  grid-template-columns: 4rem 8fr 3fr;

  padding: 10px;

  align-items: center;

  gap: 15px;

  border-radius: 4px;

  margin: 0;

  text-decoration: none;

}

.search-by-json .body .is-search .list-posts .item,

.search-by-json .body .is-search .list-games .item {

  grid-template-columns: 6rem 11fr;

}



.search-by-json .body .is-search .list-posts .item:hover,

.search-by-json .body .is-search .list-games .item:hover {

  color: inherit;

}



.search-by-json .body .is-search .list-posts .item .img,

.search-by-json .body .is-search .list-games .item .img {

  display: flex;

  justify-content: center;

  align-items: center;

  /* padding: 0.5rem; */

  border-radius: 4px;

  width: 6rem;

  height: 6rem;

  overflow: hidden;

}



.search-by-json .body .is-search .list-posts .item .img img,

.search-by-json .body .is-search .list-games .item .img img {

  width: 100%;

  transition: all ease-in-out 0.3s;

}

.search-by-json .body .is-search .list-posts .item:hover .img img,

.search-by-json .body .is-search .list-games .item:hover .img img {

  scale: 1.1;

}

.search-by-json .body .is-search .list-posts .item:hover .title,

.search-by-json .body .is-search .list-games .item:hover .title {

  color: #1354a7;

}



.search-by-json .body .is-search .list-posts .item .title,

.search-by-json .body .is-search .list-games .item .title {

  font-size: 14.5px;

  text-align: right;

  color: #2c2c2c;

  transition: all ease-in-out 0.3s;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  overflow: hidden;

  text-overflow: ellipsis;

  line-height: 2em;

  word-wrap: break-word;

  font-weight: 600;

  /* padding-left: 2rem; */

}

.search-by-json .body .is-search .list-posts .item > .Parents > .Txtx {

  color: #404040;

  font-size: 13px;

  line-height: 2em;

  text-align: justify;

  padding-top: 1em;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  text-overflow: ellipsis;

  line-height: 2em;

  word-wrap: break-word;

  font-weight: 400;

}

.search-by-json .body .is-search .list-products .item .price {

  line-height: 1.5;

  text-align: left;

  position: relative;

  width: max-content;

  display: flex;

  color: #2c2c2c;

  flex-direction: row;

  margin-right: auto;

}



.search-by-json .body .is-search .list-products .item .price .discount {

  display: inline;

  background: #d53343;

  color: #fff;

  padding: 0.25rem;

  border-radius: 0.25rem;

  font-size: 0.75rem;

  font-weight: 500;

  position: absolute;

  bottom: 0;

  left: 106%;

}



.search-by-json .body .is-search .list-products .item .price del {

  font-size: 0.875rem;

  font-weight: bold;

  text-decoration-color: #999;

}



.search-by-json .body .is-search .list-products .item .price ins {

  display: inline-block;

  font-size: 1rem;

  font-weight: bold;

  text-decoration: none;

}



.search-by-json .body::-webkit-scrollbar {

  width: 0.5rem;

}



/* Track */

.search-by-json .body::-webkit-scrollbar-track {

  background: #f1f1f1;

  border-radius: 0.5rem;

}



/* Handle */

.search-by-json .body::-webkit-scrollbar-thumb {

  background: #888;

  border-radius: 0.5rem;

}



/* Handle on hover */

.search-by-json .body::-webkit-scrollbar-thumb:hover {

  background: #555;

}



.search-by-json .list-posts,

.search-by-json .list-games {

  display: grid;

  grid-template-columns: 1fr 1fr;

  /* grid-template-columns: 1fr; */

  gap: 1.5rem;

  margin-block: 1.5rem;

}



#search-by-json-form img {

  user-select: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  object-fit: cover;

  border-radius: 10px;

  width: 100%;

  height: 100%;

}



#search-by-json-form a {

  text-decoration: none !important;

}



#search-by-json-form .amount bdi {

  font-size: 1rem;

  font-weight: 500;

  color: var(--color1);

}



#search-by-json-form del .amount bdi {

  font-size: 0.8125rem;

}



@media (max-width: 1199.98px) {

  .search-by-json .list-posts,

  .search-by-json .list-games {

    grid-template-columns: 1fr;

  }



  #search-by-json-form .amount bdi {

    color: var(--color1);

    font-size: 0.875rem;

  }



  #search-by-json-form del .amount bdi {

    font-size: 0.75rem;

  }



  .search-by-json .body .is-search .list-products .item .price .discount {

    font-size: 10px;

  }



  .search-by-json

    .body

    .is-search

    .list-products

    .item

    .price

    span.woocommerce-Price-currencySymbol {

    font-size: 0.75rem;

  }

}



@media (max-width: 991.98px) {

  .search-by-json .body {

    min-width: 100%;

  }

}



@media (max-width: 767.98px) {

  .search-by-json .body .is-search .list-posts .item > .Parents > .Txtx{

   text-align: right;

   font-size: 11px; 

  }

  .search-body-box .close {

    left: 1rem;

  }

  .search-by-json {

    padding: 8rem 1rem 4rem;

    width: 100%;

  }

}



@media (max-width: 575.98px) {

  .search-by-json .body .is-search .list-posts .item .title, .search-by-json .body .is-search .list-games .item .title{

    font-size: 13.5px;

  }

  .search-by-json .body .default .popular .menu-popular ul li a, .search-by-json .body .is-search .list-category ul li a{

    font-size: 12.5px;

    padding: 1rem 0.6rem;

  }

  .search-by-json .body .is-search{

    padding: 0.25rem;

  }

 .search-by-json .body .default .popular .menu-popular ul, .search-by-json .body .is-search .list-category ul{

    padding: 0;

  }

  .search-by-json .body .default p{

    font-size: 14px;

  }

}



@-webkit-keyframes shake-top {

  0%,

  100% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transform-origin: 50% 0;

    transform-origin: 50% 0;

  }

  10% {

    -webkit-transform: rotate(2deg);

    transform: rotate(2deg);

  }

  20%,

  40%,

  60% {

    -webkit-transform: rotate(-4deg);

    transform: rotate(-4deg);

  }

  30%,

  50%,

  70% {

    -webkit-transform: rotate(4deg);

    transform: rotate(4deg);

  }

  80% {

    -webkit-transform: rotate(-2deg);

    transform: rotate(-2deg);

  }

  90% {

    -webkit-transform: rotate(2deg);

    transform: rotate(2deg);

  }

}

@keyframes shake-top {

  0%,

  100% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transform-origin: 50% 0;

    transform-origin: 50% 0;

  }

  10% {

    -webkit-transform: rotate(2deg);

    transform: rotate(2deg);

  }

  20%,

  40%,

  60% {

    -webkit-transform: rotate(-4deg);

    transform: rotate(-4deg);

  }

  30%,

  50%,

  70% {

    -webkit-transform: rotate(4deg);

    transform: rotate(4deg);

  }

  80% {

    -webkit-transform: rotate(-2deg);

    transform: rotate(-2deg);

  }

  90% {

    -webkit-transform: rotate(2deg);

    transform: rotate(2deg);

  }

}



.shake-top,

.search-by-json .body .default p > svg,

.search-by-json .body .not-found > svg {

  -webkit-animation: shake-top 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s

    infinite both;

  animation: shake-top 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite

    both;

}

