/*
Theme name: babybum
Theme URI: fortavey.ru
Author: fortavey
Author URI: fortavey.ru
Template: storefront
Versions: 1.0
*/
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slick end */

.term-description {
  text-align: left;
}
.child-cats,
.main-cats {
  display: flex;
  flex-wrap: wrap;
}
.main-cats .main-cats-item,
.child-cats > div {
  margin: 10px;
  width: calc(100% / 12 * 3 - 20px);
  position: relative;
}
.main-cats span,
.child-cats span {
  position: absolute;
  bottom: 0;
  display: flex;
  background-color: rgba(191, 128, 183, 0.7);
  width: 100%;
  color: white;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}

.storefront-product-categories {
  position: relative;
}
.arr {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.arr span {
  width: 50px;
  height: 3px;
  background-color: #bf80b7;
  display: block;
}
.arr span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: -15px;
}
.arr span:last-child {
  transform: rotate(-45deg);
  position: relative;
  bottom: -15px;
}
.prev_arr {
  left: -50px;
  transform: rotate(180deg);
}
.next_arr {
  right: -50px;
}
.main-h2 {
  display: flex;
  margin: 40px 0 60px;
  position: relative;
  justify-content: space-between;
}
.main-h2 h2 {
  width: 300px;
  background-color: #333;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding: 0;
  margin: 0;
  border: 1px solid #bf80b7;
}
.main-h2 .div-h2 {
  position: relative;
  width: calc(100% - 320px);
}
.main-h2 span {
  width: 100%;
  height: 1px;
  background-color: #bf80b7;
  position: absolute;
  top: 50%;
}
.site-search .widget_product_search form input[type="search"],
.site-search .widget_product_search form input[type="text"] {
  background-color: white;
  border: 1px solid #bf80b7;
  border-radius: 10px;
}
a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline-color: white;
}
.fort_social_icons {
  height: 12px;
  background-color: #bf80b7;
  display: flex;
  margin-top: 17px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.social-item {
  width: 40px;
  position: relative;
  z-index: 1000;
  top: -1px;
  margin: 0 10px;
  background-color: #bf80b7;
  padding: 4px;
  border-radius: 20px;
}
.added_to_cart,
.add_to_cart_button {
  max-width: 250px;
  margin: auto;
  border: 1px solid #bf80b7;
}
#comments {
  padding-top: 0;
}
#comments .comments-title {
  display: none;
}
#comments .comment-list .comment-content {
  padding-bottom: 0;
}
h1.entry-title {
  text-align: center;
}
.site-info {
  text-align: center;
}
.site-footer {
  background-color: #bf80b7;
  color: white;
}
@media screen and (max-width: 600px) {
  .storefront-sorting {
    display: block;
  }
}
li#woocommerce_price_filter-2 {
  width: 300px;
  list-style: none;
  margin-bottom: 0;
}
#woocommerce_price_filter-2 button.button {
  display: none;
}
.phones {
  text-align: center;
  position: relative;
  z-index: 5000;
}
.phones > div {
  position: absolute;
  top: 25px;
  left: calc(50% - 158px);
}
.phones > div span {
  font-weight: bold;
  margin: 0 20px;
}
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}
li.product {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
li.product table td,
li.product table th {
  padding: 1em 10px;
}
li.product .onsale {
  display: none;
}
li.product .wrap_add_button {
  display: none !important;
  z-index: 3;
  width: 100%;
}
.hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.25);
}
li.product .wrap_add_button.hover-wrap {
  display: block !important;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  background-color: white;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  li.product:hover .wrap_add_button {
    display: block !important;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 100%;
    background-color: white;
    padding-bottom: 20px;
  }
  li.product:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.35);
  }
}
a.reset_variations {
  display: none !important;
}
table.variations {
  width: 90%;
  margin-left: auto;
  margin-bottom: 0;
}
button.single_add_to_cart_button.button {
  border: 1px solid #bf80b7;
}
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  margin: 0 auto;
}
.sku {
  color: grey;
  font-style: italic;
  font-size: 14px;
}
h2.woocommerce-loop-product__title {
  margin-top: 5px;
}
span.show_attr {
  cursor: pointer;
}
.white-popup img {
  margin: auto;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto;
}
a#size-table {
  text-decoration: underline;
}
table.variations select {
  width: 100px;
}
.woocommerce-additional-fields h3 {
  display: none;
}
table.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}
.woocommerce-ordering {
  display: none;
}
span.price {
  display: flex;
  align-items: center;
}
span.price img {
  width: 15px;
  margin-left: 5px;
}
.sorting span {
  margin: 0 10px;
  cursor: pointer;
  text-decoration: underline;
}
.sorting {
  display: flex;
}
ul.woocommerce-widget-layered-nav-list {
  display: flex;
}
ul.woocommerce-widget-layered-nav-list li {
  margin: 0 5px;
  padding: 0;
}
.widget_recent_entries ul li::before,
.widget_pages ul li::before,
.widget_categories ul li::before,
.widget_archive ul li::before,
.widget_recent_comments ul li::before,
.widget_nav_menu ul li::before,
.widget_links ul li::before,
.widget_product_categories ul li::before,
.widget_layered_nav ul li::before,
.widget_layered_nav_filters ul li::before {
  margin-left: 0;
  display: none;
}
.widget {
  margin: 0 0 10px 0;
}
span.count {
  display: none;
}
li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.woocommerce-widget-layered-nav-list__item--chosen.chosen {
  background-color: orange;
  border-radius: 5px;
  padding: 0 5px;
}
.filter-button img {
  max-height: 100%;
  margin-left: 5px;
}
.filter-button {
  height: 20px;
  margin-left: auto;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  max-width: 80px;
  margin-bottom: 30px;
}
.filter-catalog {
  display: none;
  border: 1px solid silver;
  padding: 10px;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.show {
  display: block;
}
section.related.products {
  display: none;
}
.fake-button {
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fake-button img {
  width: 20px;
  height: 20px;
}
h3#order_review_heading {
  display: none;
}
ul.product-categories > li {
  padding: 0;
}

@media screen and (max-width: 500px) {
  ul.products .variations td.label {
    display: none;
  }
  ul.products .variations td.value {
    text-align: center;
  }
  ul.products table.variations {
    width: 100%;
  }
}
.storefront-handheld-footer-bar ul li {
  width: 50% !important;
}
li.my-account {
  display: none !important;
}
ul.product-categories > li > a {
  color: #333 !important;
}

@media screen and (max-width: 900px) {
  .phones > div {
    position: relative;
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .arr {
    display: none;
  }
  .main-cats .main-cats-item {
    width: calc(100% / 12 * 6 - 20px);
  }
  .added_to_cart,
  .add_to_cart_button {
    margin-top: 5px;
  }
  ul.products.columns-3,
  ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  li.product {
    width: calc(100% / 12 * 6 - 20px);
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  li.menu-item-has-children a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .main-navigation ul.menu ul li.menu-item-has-children > a::after,
  .main-navigation ul.menu ul li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
    margin-left: 3px;
  }
  ul.products.columns-4,
  ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
  }
  li.product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  header#masthead .col-full {
    display: flex;
    align-items: center;
  }
  header#masthead .col-full > div {
    margin: 0;
  }
  .comment-list .comment-meta {
    text-align: left;
  }
  .storefront-full-width-content.woocommerce-cart .entry-header,
  .storefront-full-width-content.woocommerce-checkout .entry-header,
  .storefront-full-width-content.woocommerce-account .entry-header,
  .storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0 40px;
  }
  span.show_attr {
    display: none;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
h1.woocommerce-products-header__title.page-title,
h1.product_title.entry-title {
  font-size: 25px;
}
li.post-901 {
  display: none;
}
ul.products.columns-3 li {
  width: calc(100% / 12 * 4 - 20px) !important;
  margin: 10px !important;
}
ul.products li.product.last, ul.products .wc-block-grid__product.last, .wc-block-grid__products li.product.last, .wc-block-grid__products .wc-block-grid__product.last {
  margin-right: 10px !important;
}

ul.products.columns-4 li {
  width: calc(100% / 12 * 3 - 20px) !important;
  margin: 10px !important;
}
@media screen and (max-width: 900px) {
  ul.products.columns-4 li {
    width: calc(100% / 12 * 6 - 20px) !important;
    margin: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  ul.products.columns-3 li {
    width: calc(100% / 12 * 6 - 20px) !important;
    margin: 10px !important;
  }
}

.cat-item-153 {
    display: none;
}