@media only screen and (max-width: 1024px) {
  .balloonsimg {
    top: -70%;
  }
  .textcol {
    width: 60%;
  }

  .toyimgcol {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 20%;
    top: auto;
  }
  .featuredproductswrap .toyimgcol2 {
    width: 20%;
  }
  .toyimgcol3 {
    position: absolute;
    top: 31%;
    left: 0;
    width: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .nav-item a.active {
    border: none !important;
    padding-left: 0px !important;
  }
  .nav-item a {
    border: none !important;
    padding-left: 0px !important;
  }
  .cart-countwrap {
    display: inline-block;
  }

  .cart-count {
    right: -10px;
  }

  .navbar-nav {
    align-items: start;
    margin-top: 30px;
    gap: 5px;
  }

  .nav-item {
    border-bottom: var(--border-lightgray);
    width: 100%;
  }

  .active {
    border: var(--border-none);
    padding: 0.5rem 0rem !important;
  }

  .headerleft h1 {
    font-size: var(--font-title-40);
    margin-top: 30px;
  }

  .arrowimg {
    display: none;
  }

  .headerright::before {
    background-size: contain;
  }

  .imagecolumn {
    text-align: center;
  }

  .arrowimg2 {
    display: none;
  }

  .imgtextcolright {
    padding-left: 20px;
  }
  .balloonsimg {
    display: none;
  }
  .toyimgcol3 {
    display: none;
  }
  .operationhourscol h5 {
    padding-left: 0px !important;
  }
  .operationhourscol ul {
    padding-left: 0px !important;
  }
    .operationhourscol h2{
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
  .toyimgcol {
    display: none;
  }

  .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
  }
  .textcol {
    width: 80%;
  }

  .prodcatwrap {
    padding-top: 30px;
    text-align: center;
  }
  .prodcatwrap .prod-info h6 {
    height: 100px;
  }

  .bluepatternbg {
    background-size: cover !important;
  }

  .listbtnstyle a {
    font-size: var(--font-body-sm);
  }
  .featuredproductswrap .toyimgcol2 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

.fea-prod-info img{
    height: auto;
}

  .textcol {
    width: 58%;
  }
  .headerleft {
    text-align: center;
    z-index: 99;
  }

  .headerleft h1 {
    text-align: center;
    margin-top: 0;
    line-height: 45px;
  }

  .headerleft h6 {
    text-align: center;
  }

  .headerright img {
    width: 78%;
  }
  .imgtextcolright {
    padding-left: 20px !important;
  }

  .balloonimg2 {
    display: none;
  }

  .operationhourswrap {
    padding-top: 30px;
  }
  .operationhourscol ul li {
    display: block !important;
  }

  .footernav ul li {
    margin-right: 17px;
  }
  .carousel-caption h5 {
    font-size: var(--font-body-xl);
    padding: 0px 25px;
  }

  .testinobualwrap {
    padding: 40px 0px;
  }

  .daycol,
  .timecol {
    font-size: var(--font-body-lg);
  }

  .operationhourscol {
    padding: 25px;
  }
  .operationhourscol ul {
    margin-bottom: 0px;
  }
}


@media only screen and (max-width: 786px) {

    .navbar-wrapper ul {
        align-items: start;
        margin-top: 30px;
        gap: 5px;
        flex-direction: column !important;
    }

    .navbar-wrapper ul li {
        position: relative;
        border-bottom: var(--border-lightgray);
        width: 100%;
        padding: 7px 0px !important;
    }

    .navbar-wrapper ul li:last-child {
        border: none;
    }

    .navbar-wrapper ul li a{
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .navbar-wrapper ul li > ul {
        position: unset !important;
        display: block !important;
        margin-left: 0;
        padding-left: 15px;
    }

    .navbar-wrapper ul li > ul a {
        padding: 0 10px !important;
    }

    .navbar-wrapper ul li > ul::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        top: 30px;
        right: 13px;
    }

}
