/*override font, color, etc*/
html body {
  background-color: #fff;
  font: 16px/22px "Museo Sans", Arial, Helvetica, Verdana, sans-serif;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #444;
}
.page {
  top: 141px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.header-cta-open .page {
  top: 145px;
}
.page-title {
  margin-top: 30px;
}
.col-main .page-title h1,
.col-main .page-title h2 {
  color: #444;
  text-transform: none;
}
#logo .store-link {
  background-image: url(https://icdn.kiwico.com/logos/kiwico-logo-store.svg);
  /* width:97px; */
  margin-top: 6px;
}

.section-title,
#awards h2 {
  font-family: "Archer";
  font-weight: bold;
  color: #444;
  margin-bottom: 30px;
  font-size: 28px;
}
.all-link {
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  padding: 1em;
  color: #ff8f32;
}
.all-link:hover,
.all-link:focus,
.all-link:active {
  color: #e26e17;
}

/*logo icons*/
.logo.logo-small.logo-icon {
  width: 20px;
}

.logo.logo-small.logo-icon.doodle,
.logo.logo-small.logo-icon.koala,
.logo.logo-small.logo-icon.tinker,
.logo.logo-small.logo-icon.maker,
.logo.logo-small.logo-icon.eureka {
  width: 18px;
}

.logo.logo-small.logo-icon.maker {
  background-position: -511px -98px;
  background-size: 575px auto;
}
.logo.logo-small.logo-icon.kiwi {
  width: 15px;
}
.logo.logo-small.logo-icon.atlas {
  width: 17px;
}
.logo-icon.kiwico {
  background: url(//icdn.kiwico.com/site/all-brands/kiwico-icon-60x60.png) top
    left no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  margin-bottom: 3px;
}
.logo-icon.atlas {
  background-position: -237px 0;
  width: 17px;
}
/* hiding line logos in store */
.product-name .logo {
  display: none;
}
.product-info h1:before {
  display: none !important;
}
#slideshow section {
  margin-bottom: 30px;
}
/*for about us since it has the background doodles*/
#slideshow section:last-child {
  margin-bottom: 0;
}
/*navigation*/
.sticky-page-nav {
  overflow: visible;
  height: auto;
}
.sticky-page-nav .nav-level-1 {
  display: flex;
  position: relative;
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
}
.sticky-page-nav .nav-level-1 > li {
  flex-grow: 1;
}
.sticky-page-nav .nav-level-1 > li:not(:last-child) > a:before {
  content: "";
  height: 40%;
  top: 30%;
  right: 0;
  position: absolute;
  width: 0px;
  display: block;
  border: 0;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  transform: none;
  margin: 0;
}
.sticky-page-nav .nav-level-1 > li.open > a,
.sticky-page-nav:not(.no-hover) .nav-level-1 > li.hover > a {
  background: #fff;
}
.sticky-page-nav .nav-level-1 > li.open > a:before,
.sticky-page-nav .nav-level-1 > li > a:focus:before,
.sticky-page-nav .nav-level-1 > li > a:active:before {
  display: none;
}
.sticky-page-nav li {
  margin: 0;
  height: auto;
  font-size: 16px;
  border: 0;
}
.sticky-page-nav a {
  margin: 0;
  line-height: 45px;
  padding: 0 8px;
  position: relative;
}
.sticky-page-nav .has-subnav a:after,
.sticky-page-nav .has-subnav a:before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #25bdbe;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 0 2px 2px;
  margin: 0 8px;
  position: relative;
  top: -2px;
  -webkit-transition: -webkit-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  transition: transform 0.2s;
}
.sticky-page-nav .nav-level-1 > li a:before,
.sticky-page-nav .nav-level-2 a:after {
  display: none;
}
.sticky-page-nav .nav-level-2 .has-subnav > a:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-width: 0 0 1px 1px;
}
.sticky-page-nav a:hover,
.sticky-page-nav a:focus,
.sticky-page-nav a:active,
.sticky-page-nav a.active {
  background: #fff;
  color: #25bdbe;
}

.sticky-page-nav .has-subnav.open a:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sticky-page-nav ol ol li {
  font-size: 0.9em;
  display: block;
  text-align: left;
}
.sticky-page-nav .nav-level-2 li:not(:last-child) {
  border-bottom: solid 2px #efefef;
}

.sticky-page-nav .nav-level-1 ol {
  max-height: 0px;
  -webkit-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  max-width: 350px;
}
.sticky-page-nav .open > ol {
  max-height: 500px;
  -webkit-transition: max-height 0.7s;
  -ms-transition: max-height 0.7s;
  transition: max-height 0.7s;
  border-top: solid 2px #efefef;
}

.sticky-page-nav ol.nav-level-2 {
  position: absolute;
  width: 100%;
  display: block;
  overflow-y: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.sticky-page-nav .open .nav-level-2 {
  max-height: 150px;
}
.sticky-page-nav .nav-level-2 a {
  background: #fff;
  font-weight: normal;
  padding-left: 30px;
}
.sticky-page-nav .nav-level-2 a:hover,
.sticky-page-nav .nav-level-2 a:focus,
.sticky-page-nav .nav-level-2 a:active,
.sticky-page-nav .nav-level-2 a.active {
  background: #efefef;
  color: #25bdbe;
}
.sticky-page-nav .nav-level-2 .has-subnav a:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sticky-page-nav .nav-level-2 .has-subnav.open a:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sticky-page-nav .nav-level-2 ol {
  display: block;
}

.sticky-page-nav .nav-level-2 ol a {
  padding-left: 70px;
}
.sticky-page-nav .logo {
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.sticky-page-nav .logo.atlas {
  margin-right: 13px;
}
.sticky-page-nav .logo.kiwi {
  margin-right: 15px;
}
.sticky-page-nav .logo.tinker,
.sticky-page-nav .logo.doodle,
.sticky-page-nav .logo.koala,
.sticky-page-nav .logo.maker,
.sticky-page-nav .logo.eureka {
  margin-right: 12px;
}
.sticky-page-nav .label {
  line-height: 1em;
  color: #f05824;
  position: relative;
  right: -5px;
  margin: 0;
  z-index: 1;
  font-size: 0.9em;
  font-weight: normal;
}
.sticky-page-nav .nav-level-1 > li > a .label {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 0.7em;
  text-align: center;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}
#store-search-form {
  width: 350px;
  max-width: 90%;
  display: flex;
  margin: 6px auto;
  position: relative;
}
#store-search-form .form-input-icon-overlay {
  color: #25bdbe;
  right: 4px;
}
/* remove later when stuff is less id-dependent */
#search.border-darken {
  border-color: #ddd;
}
#search.has-btn {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
#search.has-btn:focus {
  box-shadow: inset 2px 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(178, 178, 178, 0.6);
}
.corner-icon-search {
  background: url(https://icdn.kiwico.com/site/corner/icon-search.png) no-repeat
    center center;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-size: 100%;
  -ms-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn:hover .corner-icon-search,
.form-control:focus + .btn .corner-icon-search {
  opacity: 1;
}
.sticky-page-nav .btn-form-control {
  margin: 0;
  padding: 5px 7px;
  font-size: 18px;
  line-height: 18px;
  color: #25bdbe;
  font-weight: normal;
  text-align: center;
  height: 34px;
}
.sticky-page-nav .btn-form-control:hover,
.sticky-page-nav .btn-form-control:active,
.sticky-page-nav .btn-form-control:focus {
  color: #015b5c;
  background: #fff;
  border-color: #ddd;
}

.has-btn {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.has-btn:focus {
  box-shadow: inset 2px 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(178, 178, 178, 0.6);
}
.has-btn:focus + .btn {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    3px 0 8px rgba(178, 178, 178, 0.6);
}
.has-btn-square {
  width: calc(100% - 34px);
}
.btn-square {
  height: 34px;
  width: 34px;
  display: inline-block;
}
.btn-form-control {
  background: #fff;
  border-color: #efefef;
  border-width: 1px;
  border-left: none;
  border-radius: 0 4px 4px 0;
  color: #25bdbe;
}
.btn-form-control.border-darken {
  border-color: #ddd;
}
.btn-form-control:hover,
.btn-form-control:active,
.btn-form-control:focus {
  color: #015b5c;
}
.form-input-icon-overlay {
  position: absolute;
  right: 5px;
  top: 50%;
  height: 1.5em;
  width: 1.5em;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: -0.75em;
  pointer-events: none;
}
.sticky-page-nav .container {
  padding: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .sticky-page-nav .container {
    display: flex;
  }
  .sticky-page-nav .nav-level-1 {
    max-width: 70%;
  }
  #store-search-form {
    width: 250px;
    max-width: 100%;
    order: 2;
  }
  .sticky-page-nav.sticky-nav-store .container ol {
    float: none;
    padding: 0;
  }
}
/*hero*/
.homepage-grid-banner .grid1:before,
.homepage-grid-banner .grid2:before,
.homepage-grid-banner .grid3:before,
.homepage-grid-banner .grid4:before {
  display: none;
}
.homepage-grid-banner .container .col-md-6,
.homepage-grid-banner .container .col-md-3 {
  padding: 0;
}
.homepage-grid-banner .grid-item {
  margin-bottom: 10px;
  position: relative;
}
.homepage-grid-banner .container {
  padding: 0;
}
.homepage-grid-banner .container img {
  margin-bottom: 0;
}
.homepage-grid-banner a {
  display: block;
  background: #000;
}
.homepage-grid-banner img {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.homepage-grid-banner a:hover img {
  opacity: 0.8;
}
.homepage-grid-banner {
  margin-bottom: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .homepage-grid-banner .container .col-sm-6 {
    padding-right: 5px;
  }
  .homepage-grid-banner .container .col-sm-6:last-child {
    padding-left: 5px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .homepage-grid-banner .grid-item {
    margin-bottom: 6px;
  }
  .homepage-grid-banner .container .col-md-6 {
    padding-right: 6px;
  }
  .homepage-grid-banner .container .col-md-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .homepage-grid-banner .container .col-md-3:last-child {
    padding-left: 6px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .homepage-grid-banner .grid-item {
    margin-bottom: 8px;
  }
  .homepage-grid-banner .container .col-md-6 {
    padding-right: 8px;
  }
  .homepage-grid-banner .container .col-md-3 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .homepage-grid-banner .container .col-md-3:last-child {
    padding-left: 8px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .homepage-grid-banner .grid-item {
    margin-bottom: 8px;
  }
}

/*banner beneath hero*/
#why-kiwico {
  background: #efefef;
  text-align: center;
  padding: 20px 10px 10px;
}
#why-kiwico .container {
  width: 250px;
  font-size: 0;
}
#why-kiwico li {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 40px;
  vertical-align: top;
  color: #015475;
  line-height: 1.2;
  font-size: 16px;
}
#why-kiwico li:before {
  content: "";
  display: inline-block;
  background: transparent
    url(https://icdn.kiwico.com/site/home/home-why-icons.png) no-repeat top left;
  background-size: auto 30px;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  margin: 0;
  top: 0;
}
#why-kiwico .educational:before {
  width: 25px;
  background-position: 0 0;
}
#why-kiwico .creative:before {
  width: 24px;
  background-position: 25% 0;
}
#why-kiwico .convenient:before {
  width: 37px;
  background-position: 58% 0;
  margin-left: -5px;
}
#why-kiwico .fun:before {
  width: 35px;
  background-position: 100% 0;
  margin-left: -3px;
}
#why-kiwico h3 {
  font-family: "Archer", "Museo", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
#why-kiwico p {
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 480px) {
  #why-kiwico .container {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #why-kiwico li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #why-kiwico .container {
    width: 960px;
  }
  #why-kiwico li {
    width: auto;
    padding-left: 45px;
    padding-right: 5px;
    max-width: 25%;
  }
  #why-kiwico li:before {
    background-size: auto 45px;
    height: 45px;
  }
  #why-kiwico .educational:before,
  #why-kiwico .creative:before {
    width: 35px;
  }
  #why-kiwico .convenient:before {
    width: 55px;
  }
  #why-kiwico .fun:before {
    width: 51px;
    margin-left: 0;
  }
  #why-kiwico .convenient,
  #why-kiwico .fun {
    padding-left: 60px;
  }
}
@media (min-width: 960px) {
  #why-kiwico li {
    padding-right: 0;
  }
}

/*shop by age/line/price*/
#shop-by-category ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
#shop-by-category li {
  width: 100%;
  margin-bottom: 15px;
  background: #000;
}
#shop-by-category a {
  font-size: 28px;
  font-family: "Archer";
  color: #fff;
  display: block;
  padding: 1.5em 0.5em;
  background: #f05824;
}
#shop-by-category .age a {
  background: #2a7093;
}
#shop-by-category .price a {
  background: #3ebdaa;
}
#shop-by-category a:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #shop-by-category ul {
    width: auto;
  }
  #shop-by-category li {
    width: 30%;
  }
}
/*about*/
#about-kiwico {
  background: white url("https://icdn.kiwico.com/site/about/about-icons.jpg")
    70% 0 no-repeat;
  text-align: left;
  color: #444;
  font-size: 16px;
  line-height: 1.2;
  background-size: 200%;
  padding-top: 25%;
}

#about-kiwico .text-container {
  width: 17em;
  font-size: 16px;
  margin: 0 auto;
  max-width: 100%;
}

#about-kiwico h2 {
  font-weight: bold;
  font-family: "Archer";
  color: inherit;
  font-size: 28px;
  line-height: inherit;
}

#about-kiwico h3 {
  font-weight: bold;
  font-family: "Archer";
  color: #666;
  font-size: 18px;
  line-height: inherit;
  margin-bottom: 0.5em;
}
#about-kiwico p {
  font-size: inherit;
}
@media (min-width: 480px) {
  #about-kiwico {
    background-size: 150%;
    background-position: top right;
    padding-top: 15%;
  }
  #about-kiwico .text-container {
    width: 42em;
    padding: 0 30px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #about-kiwico {
    background-size: 100%;
    padding-top: 60px;
  }
}
/*instagram*/

.photo-instagrams {
  display: flex;
  flex-wrap: wrap;
}
.photo-instagrams > div {
  flex: auto;
  width: 200px;
}
.photo-instagrams .image-link {
  padding-bottom: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.image-link img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.photo-instagrams .image-link:before {
  z-index: 1;
}
#instagram-feed {
  padding: 30px 10px 40px;
  margin-bottom: 30px;
  background: #f7f7f7;
}
#instagram-feed .container {
  padding: 0;
}
@media (min-width: 480px) {
  #instagram-feed .container {
    padding: 0 30px;
  }
}
@media (min-width: 960px) {
  #instagram-feed .container {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .photo-instagrams > div {
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .page {
    top: 115px;
  }
  .header-cta-open .page {
    top: 165px;
  }
}
@media (min-height: 400px) {
  .sticky-page-nav .open .nav-level-2 {
    max-height: 250px;
  }
}
@media (min-height: 500px) {
  .sticky-page-nav .open .nav-level-2 {
    max-height: 350px;
  }
}
@media (min-height: 600px) {
  .sticky-page-nav .open .nav-level-2 {
    max-height: 450px;
  }
}
@media (min-height: 700px) {
  .sticky-page-nav .open .nav-level-2 {
    max-height: 550px;
  }
}
@media (min-height: 800px) {
  .sticky-page-nav .open .nav-level-2 {
    max-height: 650px;
  }
}
/*rescue*/
#more-deals ul {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
#more-deals li {
  background: #000;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
#more-deals a {
  color: #fff;
  font-size: 18px;
  font-family: "Archer";
  display: block;
  min-height: 140px;
}
#more-deals .text-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
}
#more-deals .subscribe .text-block {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin-top: -33px;
}
#more-deals .subscribe a {
  background: #000 url("//icdn.kiwico.com/shop_banners/subscribeandsave.jpg")
    center center no-repeat;
  background-size: cover;
}
#more-deals .sale {
  background: #f4f4f4;
}
#more-deals .sale a {
  background: #f4f4f4 url("//icdn.kiwico.com/shop_banners/shopsale.jpg") center
    center no-repeat;
  background-size: contain;
}
#more-deals .sale .text-block {
  text-align: left;
  width: 4em;
  font-size: 1.5em;
  color: #ff8f32;
  margin-top: -40px;
  left: 10%;
}
#more-deals .sale h3 {
  line-height: 1;
  font-weight: bold;
}
#more-deals h3 {
  font-size: 1.5em;
  margin: 0;
}
#more-deals h4 {
  font-size: 1em;
  font-family: "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
#more-deals .subscribe a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#more-deals .subscribe a:hover:after {
  opacity: 0.4;
}
#more-deals .sale a:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #more-deals ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #more-deals li {
    width: 48%;
  }
}
/*products*/
.catalog-product-view .main-container .row {
  display: block;
}
.owl-top-narrow .owl-controls .owl-buttons div {
  color: #2fb6cc;
}
.product-image-area {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/*p2: enable quickview by removing display:none*/
a.quickview-icon,
a.quickviewlink.quickview-icon {
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.item-area:hover a.quickview-icon {
  display: none;
}
.filter-products .products div.item .details-area .product-name a,
.category-products .products-grid li.item .details-area .product-name a {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
/*try to give the filters some space even if there's no products*/
.category-products {
  min-height: 500px;
  margin-top: 30px;
}
.product-name .logo {
  margin-right: 5px;
}

.sale-price .price,
.stock-alert {
  color: #f05824;
}
.stock-alert {
  margin-top: -10px;
  font-size: 0.8em;
}
.sale-price .old-price .price {
  color: #999;
  font-size: 0.8em;
}
.price-box .price {
  font-size: 14px;
  font-weight: normal;
}
.price-box {
  margin: 0;
}
.ratings {
  background: none;
}
.rating-box:before,
.rating-box .rating:before {
  display: none;
}
button.button span {
  border: solid 1px #ff8f32;
}
.btn-secondary.addtocart,
.category-products .products-list li.item .details-area .actions a.addtocart,
button.button span {
  border-color: #ff8f32;
  color: #ff8f32;
  background: 0 0;
  text-align: center;
}
/*.btn-secondary.addtocart.active, .btn-secondary.addtocart:active, .btn-secondary.addtocart:focus, .btn-secondary.addtocart:hover {
    border-color: #FF7400;
    color: #FF7400;
    background: 0 0;
}*/
.item:hover .details-area .actions a.addtocart,
.category-products
  .products-list
  li.item:hover
  .details-area
  .actions
  a.addtocart,
button.button:hover span {
  border-color: #ff7400;
  color: #fff;
  background: #ff7400;
}
.addtocart.outofstock,
.category-products
  .products-list
  li.item
  .details-area
  .actions
  a.addtocart.outofstock {
  background-color: #fff;
  border-color: #ccc;
  color: #666;
  text-align: center;
}
.item:hover .details-area .actions a.addtocart.outofstock,
.category-products
  .products-list
  li.item:hover
  .details-area
  .actions
  a.addtocart.outofstock {
  color: #fff !important;
  background: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.item .addtocart {
  min-width: 9em;
}

/*display list*/
.products-list .item .product-image-area,
.products-list .item .details-area {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.products-list .item .details-area {
  padding: 0 0 0 15px;
}
.products-list .details-area .price-and-rating .price-box {
  float: left;
  margin: 0 5px 0 0;
}

.products-list .price-and-rating .ratings {
  float: left;
  margin: 3px 0 0 0;
}

.products-list .stock-alert {
  margin: 3px 5px 3px 0;
  float: left;
}
.products-list .price-box p {
  margin-bottom: 0;
}

.price-and-rating {
  overflow: hidden;
  padding: 0;
  display: inline-block;
}
.products-list .details-area .product-name {
  font-weight: bold;
}
.category-products ol.products-list li.item {
  padding: 0;
  margin: 10px;
  width: auto;
  border-bottom: solid 1px #ddd;
}
span.new-product-icon {
  background: #666;
  height: 3em;
  width: 3em;
  line-height: 3em;
  padding: 0;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .category-products .products-list li.item .item-area {
    display: flex;
  }
  .products-list .item .product-image-area {
    width: 200px;
  }
  .products-list .item .details-area {
    width: auto;
    flex-grow: 3;
    max-width: 70%;
    max-width: calc(100% - 200px);
  }
  .price-and-rating {
    min-width: 150px;
  }
}

/*display grid*/
.products-grid {
  display: flex;
  flex-wrap: wrap;
}

.wrapper .page .category-products .products-grid li.item {
  float: none;
  width: 50%;
}

@media (min-width: 480px) {
  .wrapper .page .category-products .products-grid li.item {
    width: 33%;
  }
}

@media (min-width: 768px) {
  .wrapper .page .category-products .products-grid li.item {
    width: 25%;
  }
}

/*toolbar*/
.desktop-left,
.desktop-right {
  float: left;
}
/*.desktop-right {
    padding: 0 20px;
}*/
.toolbar .form-field {
  max-width: 200px;
  position: relative;
}
.sort-by select {
  width: 70%;
  width: calc(100% - 25px);
  float: left;
}
.sort-by a {
  width: 25px;
  display: block;
  float: left;
  height: 40px;
  text-align: center;
}
.sort-by i {
  line-height: 40px;
}
.sorter.row {
  display: block;
}
.sorter .sort-by {
  margin: 0;
}
.toolbar-bottom .toolbar {
  display: block;
}
.toolbar-bottom {
  margin-bottom: 50px;
}

.toolbar .sorter .pager {
  float: left;
  clear: none;
  /*max-width:75%;*/
}
.toolbar-bottom .sorter .pager {
  float: right;
}
.toolbar .pager .pages {
  margin: 8px 7px 0 5px;
}
.toolbar .pager .pages .current {
  background: #fff;
  border-color: #ff8f32;
  color: #444;
}
.toolbar .pager li > a:hover,
.toolbar .pager li > a:focus {
  background: #ff8f32;
  border-color: #ff8f32;
  color: #fff;
}
.sorter .view-mode {
  float: right;
}
.sorter .form-field {
  padding-left: 5px;
}
.sorter .form-field:first-child {
  padding-left: 0;
}
.pager .amount {
  display: inline-block;
  color: #bbb;
}
.amount strong {
  font-weight: normal;
  color: #bbb;
  font-size: 16px;
}
.toolbar .sorter .view-mode i {
  border: 0;
  color: #666;
  background: #fff;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 18px;
}
.toolbar .sorter .view-mode strong i,
.toolbar .sorter .view-mode a:hover i {
  opacity: 1;
  border: 0;
  background: #fff;
  color: #666;
}

/*when we have filters that work, unhide this*/
/*.toolbar .filter-by,*/
.filter-by.form-field {
  overflow: visible;
}
.toolbar-bottom .toolbar .sorter .filter-by,
.toolbar .limiter,
.toolbar .pages,
.toolbar-bottom .amount,
.dropdown-content,
.toolbar-bottom .desktop-left {
  display: none;
}
.toolbar-bottom .pages,
.toolbar-bottom .limiter {
  display: block;
}
.toolbar-bottom .desktop-right {
  width: 100%;
  max-width: 100%;
}
.dropdown-open .dropdown-content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.dropdown-title .title {
  display: inline-block;
  float: left;
}

.dropdown-title i {
  display: inline-block;
  float: right;
}

.sorter select {
  padding-left: 8px;
  font-size: 16px;
}
.form-field .dropdown-title {
  font-size: 16px;
  padding: 8px 12px 10px 8px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 1.5em;
  color: #666;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
}
.block-layered-nav dt,
.block-layered-nav .currently .block-subtitle,
.block-category-nav .block-title,
.block.block-layered-nav,
.block-layered-nav .currently .label {
  margin-top: 0;
  border: 0;
  color: #444;
  text-transform: none;
  background: transparent;
  padding: 10px;
}
.block.block-layered-nav {
  padding: 0;
}
.block-layered-nav .currently {
  background: #fbfbfb;
}
.block-layered-nav .currently .block-subtitle {
  padding-bottom: 0;
}
.block-layered-nav .currently ol {
  border: 0;
  border-bottom: solid 1px #ddd;
  background: transparent;
  padding: 0;
}
.block-layered-nav .currently li {
  font-size: 14px;
  padding: 0;
}
.block-layered-nav .currently .label {
  margin: 0 3px 0 0;
}
.dropdown-content .block-layered-nav .block-content {
  border: solid 1px #ddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.block.block-layered-nav dt {
  background: transparent;
  border: 0;
  border-top: solid 1px #ddd;
  border-radius: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
.block.block-layered-nav dt:first-child {
  border: 0;
}
.block.block-layered-nav dt:before,
.block.block-layered-nav dt:after {
  border: 0;
  border-bottom: solid 2px #666;
  border-radius: 0;
  content: "";
  width: 14px;
  height: 0;
  top: 20px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  display: block;
  right: 10px;
  transition: transform 0.2s;
}
.block.block-layered-nav dt:after {
  border: 0;
  border-left: solid 2px #666;
  width: 0;
  height: 14px;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  transform: scaleY(0);
}
.block.block-layered-nav .closed:after {
  transform: scaleY(1);
}

.block-layered-nav dd {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 10px;
}
#narrow-by-list li {
  position: relative;
  margin-bottom: 0px;
}
#narrow-by-list li a {
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
}
#narrow-by-list li a:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: solid 1px #666;
  top: 50%;
  margin-top: -8px;
}
.dropdown-open .dropdown-title {
  border-radius: 5px 5px 0 0;
}
.dropdown-content .ui-slider .ui-slider-handle {
  border: solid 1px #bbb;
  background: #fff;
}
.dropdown-content .ui-slider .ui-slider-range {
  background: #efefef;
}
.dropdown-content .price-filter-slider .text-box * {
  display: block;
  float: left;
  margin: 0 0 7px !important;
  text-align: right;
  padding-right: 5px;
}
.dropdown-content .price.price-filter-slider {
  margin-bottom: 0;
}
.dropdown-content .text-box span {
  width: 30%;
}

.dropdown-content .text-box input {
  width: 70% !important;
}
.dropdown-content .price-filter-slider .text-box .go {
  float: none;
  text-align: center;
  width: 100% !important;
  background: #ff8f32;
  border-bottom: solid 2px #ff7400;
  padding: 7px 10px 5px;
  height: auto;
  line-height: 1.2em;
}
.dropdown-content .price-filter-slider .text-box .go:hover,
.dropdown-content .price-filter-slider .text-box .go:active,
.dropdown-content .price-filter-slider .text-box .go:focus {
  background: #ff7400;
}

@media (min-width: 768px) {
  .desktop-left {
    float: left;
  }
  .toolbar .sorter .pager,
  .desktop-right {
    float: right;
  }
  .toolbar .sorter .pager {
    max-width: 100%;
  }
  .desktop-right {
    padding: 10px 10px 0;
  }
  .pager .amount {
    float: right;
  }
}
/*category*/

/*breadcrumbs*/
.breadcrumbs ul {
  margin: 0;
}
.page .top-container > .breadcrumbs {
  background: #fff;
  padding: 3px 0 0;
  color: #666;
}
.breadcrumbs li a,
.breadcrumbs .linkalike {
  color: #2fb6cc;
  display: inline-block;
  padding: 10px;
}
.breadcrumbs span.breadcrumbs-split,
.breadcrumbs .icon-right-open:before {
  margin: 0 0 0 -1px;
  width: 5px;
}

/*.main-container {
    padding-top: 0;
}*/
/*hero*/
.store-hero {
  position: relative;
  padding: 0;
}
.store-hero .hero-image {
  max-width: 130%;
  margin-left: -30%;
}
.store-hero .hero-title img {
  max-height: 50px;
  float: right;
  margin-bottom: 10px;
}
.store-hero .text-group {
  margin: 10px;
  text-align: left;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
}
.store-hero h2 {
  font-family: "Archer";
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}
.store-hero p {
  font-size: 14px;
  color: #666;
}
.store-hero .kiwico-logo {
  background: url(https://icdn.kiwico.com/site/kiwico-logo-sprite.png) no-repeat;
  display: inline-block;
  text-indent: -9999px;
  height: 50px;
  width: 54px;
  background-size: auto 78px;
  margin-bottom: 10px;
  float: right;
}

span.sale-product-icon {
  display: none;
}

@media (min-width: 480px) {
  .store-hero h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .store-hero .bg-kraft {
    background: none;
  }
}
@media (min-width: 768px) {
  .store-hero .hero-image {
    max-width: 100%;
    margin-left: 0;
  }
  .store-hero .hero-title img {
    float: none;
    max-height: 80px;
  }
  .store-hero .text-group {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 70%;
    border: 0;
    padding: 7% 0 0 10px;
    margin: 0;
    overflow: visible;
  }

  .text-group:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: solid 400px transparent;
    border-left-width: 50px;
    display: block;
    left: 100%;
  }
  .text-group.bg-kraft:after {
    background: url("//icdn.kiwico.com/landing/sem/kraft-bg-triangle.png")
      bottom left no-repeat;
    height: 100%;
    border: 0;
    width: 50px;
  }
  .text-group.cricket,
  .text-group.tadpole,
  .text-group.panda {
    background: #14bfa3;
  }
  .text-group.cricket:after,
  .text-group.tadpole:after,
  .text-group.panda:after {
    border-left-color: #14bfa3;
    border-top-color: #14bfa3;
  }
  .text-group.koala {
    background: #f7cf1c;
  }
  .text-group.koala:after {
    border-left-color: #f7cf1c;
    border-top-color: #f7cf1c;
  }
  .text-group.kiwi {
    background: #b0c54c;
  }
  .text-group.kiwi:after {
    border-left-color: #b0c54c;
    border-top-color: #b0c54c;
  }
  .text-group.atlas {
    background: #914899;
  }
  .text-group.atlas:after {
    border-left-color: #914899;
    border-top-color: #914899;
  }
  .text-group.doodle {
    background: #2a7093;
  }
  .text-group.doodle:after {
    border-left-color: #2a7093;
    border-top-color: #2a7093;
  }
  .text-group.tinker {
    background: #f05824;
  }
  .text-group.tinker:after {
    border-left-color: #f05824;
    border-top-color: #f05824;
  }
  .text-group.maker {
    background: #722d33;
  }
  .text-group.maker:after {
    border-left-color: #722d33;
    border-top-color: #722d33;
  }
  .text-group.eureka {
    background: #657278;
  }
  .text-group.eureka:after {
    border-left-color: #657278;
    border-top-color: #657278;
  }
  .text-group.kiwico {
    background: #00b261;
  }
  .text-group.kiwico:after {
    border-left-color: #00b261;
    border-top-color: #00b261;
  }
  .store-hero h2,
  .store-hero p {
    color: #fff;
  }
  .store-hero .kiwico-logo {
    height: 80px;
    width: 100px;
    background-size: auto 135px;
    float: none;
    background-position: -155px 0;
  }
}

/*shop by line*/
#shop-by {
  padding: 10px 0 40px;
}
#shop-by.ages {
  padding: 45px 0 0;
}
#shop-by.line {
  padding: 30px 0;
}

#shop-by ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 370px;
  max-width: 100%;
}

#shop-by li {
  border-radius: 50%;
  width: 48%;
  padding-bottom: 48%;
  text-align: center;
  position: relative;
  margin-bottom: 4%;
  display: inline-block;
  overflow: hidden;
}
#shop-by a {
  color: #fff;
  padding: 22% 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#shop-by .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#shop-by .image-bg a {
  background: #000;
  padding: 0;
}
#shop-by .image-bg .text-block {
  position: absolute;
  z-index: 1;
  font-size: 1.75em;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
}
#shop-by a:hover,
#shop-by a:focus,
#shop-by a:active {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#shop-by .image-bg a:hover,
#shop-by .image-bg a:focus,
#shop-by .image-bg a:active {
  background: #000;
}
#shop-by .image-bg a:hover .bg,
#shop-by .image-bg a:focus .bg,
#shop-by .image-bg a:active .bg {
  opacity: 0.4;
}
#shop-by p {
  margin: 0;
  font-size: 16px;
}
#shop-by .ages {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}
#shop-by .tagline {
  line-height: 1.1em;
}
#shop-by .logo {
  max-height: 40px;
  margin: 0 auto 5px;
  height: 40px;
  display: inline-block;
}
#shop-by .logo.kiwico {
  background: url(https://icdn.kiwico.com/site/kiwico-logo-sprite.png) no-repeat;
  text-indent: -9999px;
  background-position: 47% 100%;
  background-size: auto 110px;
  width: 113px;
}

#shop-by.lines ol {
  width: 320px;
  max-width: 100%;
  justify-content: flex-start;
}

#shop-by.lines li {
  width: 46%;
  padding-bottom: 46%;
  margin: 2%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

#shop-by.lines li {
  margin-top: 30px;
}

#shop-by.lines .logo {
  max-height: 35px;
  margin: 5px auto 0;
}

#shop-by.lines .ages {
  font-size: 20px;
  margin: 7px auto 5px;
}

#shop-by.lines .logo {
  max-height: 30px;
  margin: 5px auto;
  height: 40px;
  display: inline-block;
}
#shop-by.lines a {
  padding: 20px;
}
@media (min-width: 768px) {
  #shop-by.lines ol {
    width: 750px;
  }
  #shop-by.lines li {
    width: 21%;
    padding-bottom: 21%;
  }
  #shop-by.lines .ages {
    font-size: 22px;
  }
  #shop-by.lines a {
    padding: 15% 25px;
  }
  #shop-by.ages ol {
    width: 960px;
  }
  #shop-by.ages li {
    width: 28%;
    padding-bottom: 28%;
    margin-bottom: 3%;
  }
  #shop-by.ages.circle-layout--four li {
    width: 23%;
    padding-bottom: 23%;
  }
  #shop-by.ages:not(.circle-layout--four) li:nth-child(4) {
    margin-left: 17.5%;
  }
  #shop-by.ages:not(.circle-layout--four) li:last-child {
    margin: 0 17.5% 3% 0;
  }
  #shop-by.ages .text-block {
    font-size: 2.5em;
  }
}

/*quick add to cart*/
#after-loading-success-message {
  margin: 0;
}
#success-message-container {
  z-index: 8002;
  border: 0;
  top: 15%;
}
#success-message-container .msg {
  font-size: 16px;
}
#success-message-container .product-name {
  font-size: 18px;
}
.theme-color {
  color: #ff8f32 !important;
}
#success-message-container img.product-image {
  width: auto;
}

.form-control {
  border-color: #ddd;
}
.newsletter-modal .form-group input {
  padding: 7px;
  height: auto;
}

.overlay.user-links-overlay {
  background: transparent;
}
.msrp {
  color: #bbb;
  font-style: normal;
  font-size: 13px;
}
.msrp .price {
  color: inherit;
  font-size: inherit;
}

.msrp:before {
  content: "(";
}
.msrp:after {
  content: ")";
}

.header-cta-open .pushed-by-header-ad {
  margin-top: 45px;
}

.pushed-by-header-ad {
  -ms-transition: margin 0.2s;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
@media (min-width: 768px) {
  .header-cta-open .pushed-by-header-ad {
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  .sticky-page-nav .nav-level-1 {
    max-width: 100%;
  }
}
