/*
Theme Name: Kidz Child
Theme URI: https://themeforest.net/item/kidz-baby-store-woocommerce-theme/full_screen_preview/17688768
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Kidz child theme.
Template: kidz
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: kidz-child
*/
@media (min-width: 992px) {
  /* line 3, assets/sass/partials/_structure.scss */
  .no-desktop {
    display: none;
  }
}
/* line 1, assets/sass/partials/_buttons.scss */
.small-btn {
  padding: .5em;
  font-size: 12px;
  line-height: 1em;
}

/* line 1, assets/sass/partials/_figures.scss */
.tabs {
  z-index: 1 !important;
}

/* line 6, assets/sass/partials/_figures.scss */
.ver-mas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5em 0 0 0;
}

/* line 14, assets/sass/partials/_figures.scss */
.variation-img {
  background-size: 100%;
  width: 60px !important;
  height: 60px !important;
  color: transparent;
  background-color: unset !important;
}

/* line 21, assets/sass/partials/_figures.scss */
.customSelect {
  display: none !important;
}

/* ###################### HEADER ############################*/
/* line 2, assets/sass/partials/_nav.scss */
.main-menu .product-categories > ul > li {
  width: 65px !important;
}

/* line 6, assets/sass/partials/_nav.scss */
.main-menu .product-categories > ul > li span {
  letter-spacing: 1px !important;
}

/* line 10, assets/sass/partials/_nav.scss */
.sticky #header .main-menu, .main-menu .container {
  width: 100% !important;
}

/* line 14, assets/sass/partials/_nav.scss */
#header .main-menu .logo, #header .main-menu .logo img, .sticky #header .main-menu .logo, .sticky #header .main-menu .logo img {
  max-width: 140px !important;
}

/* line 18, assets/sass/partials/_nav.scss */
.main-menu {
  box-shadow: 0px 2px 2px #55555533;
}
/* line 20, assets/sass/partials/_nav.scss */
.main-menu .container {
  width: 100% !important;
}

@media (min-width: 992px) {
  /* line 28, assets/sass/partials/_nav.scss */
  .header-type-2.sticky .main-menu .product-categories > ul {
    width: 75% !important;
  }

  /* line 32, assets/sass/partials/_nav.scss */
  .sticky.sticky-type-2.header-type-2 .main-menu .product-categories > ul > li:nth-child(7) {
    display: inline-block;
  }

  /* line 35, assets/sass/partials/_nav.scss */
  .sticky.sticky-type-2.header-type-2 .main-menu .product-categories > ul > li:nth-child(8) {
    display: inline-block;
  }

  /* line 38, assets/sass/partials/_nav.scss */
  .sticky.sticky-type-2.header-type-2 .main-menu .product-categories > ul > li:nth-child(9) {
    display: inline-block;
  }
}
/* ################## BREADCRUMB & STOCK INFO ################*/
@media (max-width: 991px) {
  /* line 3, assets/sass/templates/_single-product.scss */
  .ip-product-stock-status {
    display: flex !important;
    align-items: center;
    flex-direction: column;
  }

  /* line 9, assets/sass/templates/_single-product.scss */
  .ip-product-images-col .woocommerce-breadcrumb {
    align-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
/* ############## PRODUCT IMAGES ARROW ################ */
/* line 19, assets/sass/templates/_single-product.scss */
.slick-arrow {
  z-index: 1 !important;
}

/* ############## FLOTANTE ################ */
@media (max-width: 991px) {
  /* line 26, assets/sass/templates/_single-product.scss */
  form.cart button {
    position: fixed;
    bottom: 0.55em;
    right: .7em;
    width: 75%;
    z-index: 101;
  }

  /* line 36, assets/sass/templates/_single-product.scss */
  .floating-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #efefef;
    z-index: 101;
    padding: .7em;
    box-shadow: 0px 0px 4px #55555588;
  }

  /* line 47, assets/sass/templates/_single-product.scss */
  .floating-whatsapp-btn {
    display: inline-block;
    /*position: fixed;
    bottom:.7em;
    right:.7em;
    z-index: 102;*/
    width: 43px;
    height: 43px;
    background: #00d561;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
  }
  /* line 62, assets/sass/templates/_single-product.scss */
  .floating-whatsapp-btn img {
    width: 65%;
  }
}
/* ########### ASIDE CATEGORY LIST ###########*/
/*ul.product-categories > li {
    display: none;
}

.cat-item.cat-parent.current-cat-parent{
    display: list-item;
}*/
