input[type=checkbox]:checked + span/* must have higher specificity than alternative color schemes inline styles */
input {
  -webkit-transition: background-color 100ms ease-in;
  -moz-transition: background-color 100ms ease-in;
  -ms-transition: background-color 100ms ease-in;
  -o-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in; }

input[type=checkbox] {
  display: none; }
input[type=checkbox]+span {
  position: relative;
  display: block;
  cursor: pointer;
}
input[type=checkbox]+span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 7px;
  right: 17px;
  border-radius: 13em;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
input[type=checkbox]+span::before {
  content: "";
  display: block;
  height: 16px;
  width: 30px;
  border: 2px solid #bbb;
  background: #bbb;
  border-radius: 13em;
  box-sizing: content-box;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  position: absolute;
  top: 4px;
  right: 0;
}
input[type=checkbox]:checked + span {
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  background-size: 15px 13px;
}
input[type=checkbox]:checked+span::before {
  border-color: #000;
  background: #000;
}
input[type=checkbox]:checked+span::after {
   content: "";
   display: block;
   width: 14px;
   height: 14px;
   background: #fff;
   position: absolute;
   top: 7px;
   right: 3px;
   border-radius: 13em;
   -webkit-transition: all ease-in-out .3s;
   transition: all ease-in-out .3s;
 }
.login .inline input[type=checkbox]#rememberme+span::before,
.login .inline input[type=checkbox]#rememberme+span::after {
  display: none;
}
.woocommerce-form-login__rememberme {
  width: 140px;
}
.woocommerce-form-login__rememberme span::before {
  margin-top: 8px;
}
.woocommerce-form-login__rememberme span::after {
  margin-top: 8px;
}
.woocommerce-terms-and-conditions-checkbox-text {
  width: 45%;
}
@media only screen and (max-width: 1100px) {
  .woocommerce-terms-and-conditions-checkbox-text {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .woocommerce-terms-and-conditions-checkbox-text {
    width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  .woocommerce-terms-and-conditions-checkbox-text {
    width: 100%;
  }
}

.container {
  margin-top: 100px; }

span.woocommerce-checkbox {
  background-color: #373740;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  width: 280px;
  height: 40px;
  line-height: normal;
  cursor: pointer;
  display: block;
  margin: 0;
  font-weight: normal;
  font-family: 'Avertastd regular', sans-serif;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in; }

span.woocommerce-checkbox:hover {
  background-color: #606060; }

input[type=submit] {
  background-color: #939393;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-size: 15px 13px;
  text-align: center; }

input[type=submit]:hover {
  background-color: #595959;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-size: 15px 15px; }

input[type=checkbox]:checked + span {
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  background-size: 15px 13px; }

input[type=checkbox]:checked:hover + span {
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  background-size: 15px 15px; }

body {
  cursor: url("../images/wskaznik.png") 0 0, default; }

a {
  cursor: url("../images/wskaznik.png") 0 0, default; }

.site .skip-link {
  display: none;
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.logged-in .site .skip-link {
  display: block;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif; }

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

.full-width {
  width: 100%; }

.variations_form {
  width: 100%; }

.single-product form.cart .quantity {
  float: left;
  margin-right: 0;
  width: 40%; }

.single-product form.cart input:focus {
  outline: none; }

.single-product form.cart input {
  outline: none;
  background-color: #000;
  padding: 0px 0px 0px 15px;
  border: none;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  color: #ebebeb; }

.single-product .woocommerce-variation-add-to-cart .button {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  background-color: #000;
  line-height: 40px;
  width: 100%;
  color: #ebebeb;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0; }

.single-product .woocommerce-variation-add-to-cart {
  margin-bottom: 15px; }

.product-description-container h1, .product-description-container h2, .product-description-container h3, .product-description-container h4, .product-description-container h5, .product-description-container h6 {
  margin-bottom: 28px;
  font-family: Baskervilleserial, sans-serif;
  color: #575656;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase; }

.product-description-container h1 {
  font-size: 42px; }

.product-description-container h2 {
  font-size: 35px; }

.product-description-container h3 {
  font-size: 29px; }

.product-description-container h4 {
  font-size: 25px; }

.product-description-container h5 {
  font-size: 21px; }

.product-description-container h6 {
  font-size: 18px; }

.product-description-container .text-column-1, .product-description-container .text-column-2, .product-description-container .text-column-3 {
  margin-bottom: 60px;
  font-family: 'Avertastd light', sans-serif;
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 400;
  text-align: center; }

.contact-data-container h1, .contact-data-container h2, .contact-data-container h3, .contact-data-container h4, .contact-data-container h5, .contact-data-container h6 {
  margin-bottom: 20px;
  font-family: Baskervilleserial, sans-serif;
  color: #737373;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase; }

.contact-data-container h1 {
  font-size: 44px; }

.contact-data-container h2 {
  font-size: 37px; }

.contact-data-container h3 {
  font-size: 31px; }

.contact-data-container h4 {
  font-size: 27px; }

.contact-data-container h5 {
  font-size: 23px; }

.contact-data-container h6 {
  font-size: 20px; }

.contact-data-container p {
  font-family: 'Avertastd light', sans-serif;
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.1em; }

.about-as-container h1, .about-as-container h2, .about-as-container h3, .about-as-container h4, .about-as-container h5, .about-as-container h6 {
  margin-bottom: 20px;
  font-family: Baskervilleserial, sans-serif;
  color: #737373;
  font-weight: 400;
  letter-spacing: 0.19em;
  text-transform: uppercase; }

.about-as-container h1 {
  font-size: 40px; }

.about-as-container h2 {
  font-size: 34px; }

.about-as-container h3 {
  font-size: 27px; }

.about-as-container h4 {
  font-size: 24px; }

.about-as-container h5 {
  font-size: 20px; }

.about-as-container h6 {
  font-size: 17px; }

.about-as-container p {
  font-family: 'Avertastd light', sans-serif;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.06em; }

.about-as-second-text-container {
  padding-right: 0;
  margin-right: 0; }

.under-menu-blank-space {
  height: 177px; }

@media (max-width: 992px) {
  .under-menu-blank-space {
    height: 165px; } }

@media (max-width: 767px) {
  .under-menu-blank-space {
    height: 30px; } }

/*same as .h3 in kk-style.css */
.h3 .price,
.price {
  font-family: 'Avertastd light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.09em; }
  .h3 .price.hidden,
  .price.hidden {
    display: none; }

.h3.price-container.multi-price .price,
.price-container.multi-price .price,
.multi-price .price {
  font-size: 15px; }
  @media (max-width: 1550px) {
    .h3.price-container.multi-price .price,
    .price-container.multi-price .price,
    .multi-price .price {
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .h3.price-container.multi-price .price,
    .price-container.multi-price .price,
    .multi-price .price {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .h3.price-container.multi-price .price,
    .price-container.multi-price .price,
    .multi-price .price {
      font-size: 10px; } }

.h3 {
  text-align: center; }

.bestsellers-slider.margin-top.w-slide {
  margin-top: 20px; }

.besteller-slider-transparent-background.w-slider {
  height: 420px; }

.product-bestseller-item-container .w-slide img {
  margin-bottom: 10px; }

.product-bestseller-item-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

a {
  text-decoration: none;
  color: #333;
  transition: color 0.25s; }

a:hover {
  text-decoration: none;
  color: #787878;
  transition: color 0.25s; }

ul.menu-container {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.w-form-workaround {
  margin: 0 0 15px; }

button .newsletter-submit-button-icon {
  margin-top: 1px; }

.footer-section .column-1-6.vertical-alignc-container.align-left,
.vertical-alignc-container.align-left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.vertical-alignc-container.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.footer-column-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  padding: 12px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.footer-column {
  width: 22%; }

.ulp-inline-window,
.footer-section .ulp-inline-window {
  margin-left: 0; }

.description-container.align-center {
  text-align: center; }

.column-1-1,
.column-1-2 {
  position: relative; }

.half-top-padding {
  padding-top: 35px; }

.half-bottom-padding {
  padding-bottom: 20px; }

.half-top-margin {
  margin-top: 35px; }

.half-bottom-margin {
  margin-bottom: 20px; }

.non-top-margin {
  margin-top: 0; }

.non-bottom-margin {
  margin-bottom: 0; }

.full-bottom-margin {
  margin-bottom: 40px; }

.one-and-half-bottom-margin {
  margin-bottom: 60px; }

.under-footer-container {
  margin-bottom: 30px; }

.shop-by-look-product-container {
  padding: 60px 15% 80px; }
  .shop-by-look-product-container .product-image {
    width: 100%;
    margin-bottom: 30px; }
  .shop-by-look-product-container .price-block {
    margin-bottom: 30px; }
  .shop-by-look-product-container .price {
    font-size: 23px; }
  .shop-by-look-product-container .shop-by-look-product-info-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }

.woocommerce .product-buy-info-container .price-block.multi-price .regular.price {
  font-size: 23px; }
  @media (max-width: 1550px) {
    .woocommerce .product-buy-info-container .price-block.multi-price .regular.price {
      font-size: 19px; } }
  @media (max-width: 1200px) {
    .woocommerce .product-buy-info-container .price-block.multi-price .regular.price {
      font-size: 17px; } }

@media (max-width: 1550px) {
  .woocommerce .product-buy-info-container .price-block .price {
    font-size: 23px; } }

@media (max-width: 1200px) {
  .woocommerce .product-buy-info-container .price-block .price {
    font-size: 20px; } }

.onsale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }

.order-details-container h2, .order-customer-details-container h2 {
  margin-top: 50px; }

.order-details-container .shop_table, .order-customer-details-container .shop_table {
  margin-top: 20px; }
  .order-details-container .shop_table th, .order-details-container .shop_table td, .order-customer-details-container .shop_table th, .order-customer-details-container .shop_table td {
    text-align: left; }
    .order-details-container .shop_table th.product-name, .order-details-container .shop_table td.product-name, .order-customer-details-container .shop_table th.product-name, .order-customer-details-container .shop_table td.product-name {
      width: 35%; }
  .order-details-container .shop_table dl.variation, .order-customer-details-container .shop_table dl.variation {
    margin: 0; }
  .order-details-container .shop_table tr.order_item, .order-customer-details-container .shop_table tr.order_item {
    padding-bottom: 20px; }
    .order-details-container .shop_table tr.order_item td, .order-customer-details-container .shop_table tr.order_item td {
      line-height: 20px; }

.product-slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (min-width: 768px) {
    .product-slider .w-slider-mask {
      cursor: url("../images/search-plus.png"), auto; }
      .product-slider .w-slider-mask.show-big {
        z-index: 10;
        left: 0;
        overflow: visible; }
        .product-slider .w-slider-mask.show-big .show-big {
          position: fixed;
          top: 0;
          left: 0;
          transform: translateX(0) !important;
          overflow-x: scroll;
          background-color: #FFF; }
          .product-slider .w-slider-mask.show-big .show-big img {
            max-width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }

.breadcrumbs-container a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Baskervilleserial', sans-serif;
  color: #a0a0a0;
  font-size: 14px;
  letter-spacing: 0.07em; }

.breadcrumbs-container a:hover {
  color: #5d5d5d; }

/* catalog-category-container override */
.has-sidebar.woocommerce-page:not(.error404) #secondary {
  width: 100%; }

.product-categories {
  padding-left: 0; }

.product-categories > .cat-item.cat-parent,
.product-categories > .cat-item,
.product-categories > .cat-item.current-cat,
.cat-item.cat-parent,
.cat-item.current-cat {
  margin-bottom: 10px;
  font-family: 'Baskervilleserial', sans-serif;
  letter-spacing: 0.15em; }

.cat-item.cat-parent > a:before {
  content: '+';
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  right: -115%;
  color: #ccc;
  line-height: 1.5em;
  font-weight: normal;
  font-family: 'Avertastd light', sans-serif; }

.cat-item .current-cat > a {
  font-weight: bold; }

.cat-item.current-cat ul.children, .cat-item.current-cat-parent ul.children {
  display: block; }
  .cat-item.current-cat ul.children .cat-parent ul.children, .cat-item.current-cat-parent ul.children .cat-parent ul.children {
    display: none; }
  .cat-item.current-cat ul.children .current-cat ul.children,
  .cat-item.current-cat ul.children .current-cat-parent ul.children, .cat-item.current-cat-parent ul.children .current-cat ul.children,
  .cat-item.current-cat-parent ul.children .current-cat-parent ul.children {
    display: block; }

.cat-item a {
  margin-bottom: 8px;
  line-height: 22px; }

.cat-item ul.children {
  display: none; }
  .cat-item ul.children .cut-item ul {
    display: none; }

.product-categories .cat-item,
.cat-item,
.cat-item ul {
  margin-bottom: 0; }

.children .cat-item,
.product-categories > .cat-item,
.cat-item.cat-parent,
.cat-item.current-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.children .cat-item,
.cat-item {
  text-transform: uppercase;
  font-family: 'Avertastd light', sans-serif; }

.children .cat-item > a:after,
.category-product-item-container > a .title:after,
.product-categories > .cat-item a:after,
.cat-item.cat-parent > a:after,
.cat-item.current-cat > a:after,
.wc-layered-nav-term > a:after {
  content: "";
  display: block;
  transition: width 200ms, opacity 200ms;
  opacity: 0;
  position: static;
  width: 1px;
  height: 1px;
  max-width: 100%;
  min-width: 0;
  background-color: #242525; }

.children .cat-item > a:hover:after,
.category-product-item-container > a:hover .title:after,
.cat-item.cat-parent > a:hover:after,
.product-categories > .cat-item a:hover:after,
.cat-item.current-cat > a:after,
.wc-layered-nav-term > a:hover:after {
  width: 100%;
  opacity: 1; }

a:hover {
  color: #333; }

.product-categories .children {
  padding-left: 0;
  margin-left: 15px; }

.product-categories .children .cat-item {
  margin-left: 0; }

.category-product-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
  .category-product-item-container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    .category-product-item-container a .manufacture {
      right: 60px;
      font-size: 15px;
      margin-bottom: 10px; }

.catalog-product-container .category-product-item-container {
  width: 32%;
  padding-right: 1%;
  padding-left: 1%; }

.category-product-item-container .title {
  height: 43px; }

.category-product-item-feature-container {
  margin-top: 3%; }

.price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.price.regular {
  margin-left: 8px; }

.avaliable-sizes {
  display: flex;
  font-size: 11px;
  opacity: 0;
  transition: opacity 200ms;
  min-height: 20px; }
  .avaliable-sizes span {
    color: #808080;
    margin-left: 4px; }
  .avaliable-sizes del {
    color: #c7c7c7;
    margin-left: 4px; }

*:hover > .avaliable-sizes {
  opacity: 1;
  transition: opacity 200ms; }

.cart-empty {
  padding-bottom: 30px; }

.ajax-waiting {
  background: transparent url("../images/loading.svg") no-repeat 50% 50%;
  background-size: 80px;
  background-color: #bbbbbb;
  color: transparent; }

.button {
  text-align: center;
  cursor: pointer;
  color: #FFF; }
  .button.ajax-waiting {
    background: transparent url("../images/loading.svg") no-repeat 50% 50%;
    background-size: 80px;
    background-color: #bbbbbb;
    color: transparent; }
    .button.ajax-waiting:hover {
      background: transparent url("../images/loading.svg") no-repeat 50% 50%;
      background-size: 80px;
      background-color: #bbbbbb;
      color: transparent;
      background-color: #e8e8e8; }

#update_cart {
  display: inline-block; }

.w-slider-side-container .hidden,
.button.hidden {
  display: none; }

.woocommerce-message {
  background: #bfc9d0; }

.woocommerce-info {
  background: #a7d9d1; }

.woocommerce-error {
  background: #f5454c; }

.woocommerce-message-container {
  position: fixed;
  z-index: 100;
  right: 0;
  padding: 15px 28px; }

.shop_table {
  width: 100%; }

.entry-summary .product-name {
  font-size: 23px; }

.product-name {
  font-size: 12px; }

.wrap {
  margin-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding-left: 40px;
  padding-right: 40px; }

@media (max-width: 1200px) {
  .wrap {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 992px) {
  .wrap {
    margin-top: 35px; }
  .wrap {
    margin-top: 35px;
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 767px) {
  .wrap {
    margin-top: 20px; } }

.content-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.entry-content.full-width,
.content-area.full-width {
  max-width: 100%; }

body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content.full-width {
  width: 100%; }

.site-main {
  width: 100%; }

.entry-title {
  font-size: 18px;
  font-family: 'Baskervilleserial', sans-serif; }

.remove-padding-top {
  padding-top: 0; }

.remove-margin-bottom {
  margin-bottom: 0; }

.remove-margin-top {
  margin-top: 0; }

form.login {
  width: 300px; }

form.login input {
  width: 100px; }

input {
  padding: 10px 15px; }

input[type="submit"] {
  background-color: #373740;
  color: white;
  border: 0px solid #373740; }

input[type="submit"]:hover {
  border: 0px solid #373740; }

.header.logo.inactive {
  display: none; }

.header.logo {
  margin-right: 0px; }

.header-section.invert-colors {
  transition: background-color 200ms;
  border-bottom: 1px solid #BBBBBB; }

.header-section {
  background-color: white;
  transition: background-color 200ms;
  border-bottom: 1px solid rgba(255, 255, 255, 0); }

.header-section-mobile {
  display: none; }

body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content,
body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content {
  width: 100%; }

#primary .entry-content p {
  margin-bottom: 25px;
  line-height: 2em; }
  #primary .entry-content p span {
    margin-bottom: 11px; }

#primary .entry-content strong {
  font-family: 'Baskervilleserial', sans-serif; }

#stempel-little-bandits-page-middle {
  width: 150px;
  height: 150px; }

#fm_form_1 a.ulp-submit {
  height: 38px; }

.widget.woocommerce.widget_layered_nav {
  padding-left: 15px; }
  .widget.woocommerce.widget_layered_nav .widget-title {
    line-height: 22px;
    font-size: 14px;
    font-family: 'Avertastd semibold', sans-serif;
    text-transform: uppercase; }
  .widget.woocommerce.widget_layered_nav ul {
    list-style-type: none;
    padding-left: 15px; }
    .widget.woocommerce.widget_layered_nav ul .wc-layered-nav-term {
      margin-bottom: 8px;
      text-transform: uppercase;
      font-family: 'Avertastd light', sans-serif;
      font-weight: normal;
      display: flex; }
      .widget.woocommerce.widget_layered_nav ul .wc-layered-nav-term .chosen {
        font-weight: bold; }
        .widget.woocommerce.widget_layered_nav ul .wc-layered-nav-term .chosen:before {
          content: ''; }
      .widget.woocommerce.widget_layered_nav ul .wc-layered-nav-term .add_to_cart a {
        line-height: 22px;
        margin-bottom: 8px; }
      .widget.woocommerce.widget_layered_nav ul .wc-layered-nav-term .count {
        display: none; }

.search-input-container {
  display: flex; }
  .search-input-container input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-width: 0;
    padding: 0;
    width: 0;
    border-color: transparent;
    border-bottom: 1px solid #737373;
    background-color: transparent;
    transition: width 0.1s, padding 0.1s; }
    .search-input-container input[type="search"].shown {
      width: 17em;
      padding: 5px;
      transition: width 0.1s 0.2s, padding 0.1s 0.2s; }
  .search-input-container input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    border-color: transparent;
    border-bottom: 1px solid white;
    background-color: transparent;
    width: 36px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s, border-color 0.2s; }
    .search-input-container input[type="submit"]:hover {
      transition: background-color 0.2s, border-color 0.2s;
      border-bottom: 1px solid #737373; }
  .search-input-container:after {
    content: url("../images/search-light-grey.svg");
    position: relative;
    left: -28px;
    top: 5px;
    z-index: -1;
    outline: none; }
  .search-input-container.shown input[type="submit"] {
    border-bottom: 1px solid #737373; }

.nav-link {
  margin: 8px 15px;
  line-height: 27px; }
  .nav-link.hide-on-search {
    transition: color 0.1s 0.2s, width 0.1s 0.0s, padding 0.1s 0.1s, margin 0.1s 0.1s;
    width: 120px; }
    .nav-link.hide-on-search.hidden {
      color: transparent;
      width: 0;
      padding: 0;
      margin-left: 0;
      margin-right: 0;
      transition: color 0.1s 0s, width 0.1s 0.2s, padding 0.1s 0.1s, margin 0.1s 0.1s; }
  .nav-link.inactive .autocomplete-suggestions {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    border-radius: 0; }
    .nav-link.inactive .autocomplete-suggestions .autocomplete-suggestion {
      background-color: black;
      font-size: 11px;
      padding-left: 10px;
      padding-right: 5px;
      line-height: 2em;
      padding-bottom: 7px;
      width: 100%; }
      .nav-link.inactive .autocomplete-suggestions .autocomplete-suggestionhover {
        background-color: #313131; }

.logo-link {
  display: block;
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: center; }

.leaf-under-logo {
  position: absolute;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  height: 28px;
  width: 36px;
  transform: translateX(-20px);
  transition: margin-top .3s linear .3s, opacity .3s linear .3s, height .3s, width .3s; }

.invert-colors .leaf-under-logo {
  margin-top: -10px;
  opacity: 0;
  height: 0px;
  width: 0px;
  transition: margin-top .3s, opacity .3s, height .3s linear .3s, width .3s linear .3s; }

.menu-container {
  margin-top: 40px; }

.invert-colors .search-input-container input[type="search"] {
  border-bottom: 1px solid #737373; }

.invert-colors .search-input-container input[type="submit"]:hover {
  transition: background-color 0.2s; }

.invert-colors .search-input-container:after {
  content: url("../images/search-light-grey.svg"); }

.invert-colors .search-input-container.shown input[type="submit"] {
  border-bottom: 1px solid #737373; }

.invert-colors .nav-link.inactive .autocomplete-suggestions .autocomplete-suggestion {
  background-color: white; }
  .invert-colors .nav-link.inactive .autocomplete-suggestions .autocomplete-suggestionhover {
    background-color: #d3d3d3; }

.invert-colors .logo-link {
  margin-top: 20px;
  margin-bottom: 5px;
  transition: margin 0.2s; }

.invert-colors .menu-container {
  margin-top: 6px;
  margin-bottom: 8px;
  transition: margin 0.2s; }

.logo-link, .menu-container {
  transition: margin 0.2s; }

.invert-colors .right-header-leaf-image {
  margin-top: 7px; }

.invert-colors .nav-link {
  margin-top: 4px;
  margin-bottom: 5px; }

.underlined-menu {
  border-bottom: 1px solid #888888; }

.ts-margin-top {
  margin-top: 30px; }

.ts-margin-top-double {
  margin-top: 60px; }

.nav-link {
  color: #737373; }
  .nav-link:hover {
    color: #737373; }
    .nav-link:hover:after {
      width: 100%;
      opacity: 1; }
  .nav-link:after {
    content: "";
    display: block;
    transition: width 100ms 100ms, opacity 100ms 100ms;
    opacity: 1;
    position: static;
    width: 0;
    height: 1px;
    max-width: 100%;
    min-width: 0;
    background-color: #737373; }
  .nav-link.inactive:after {
    width: 0;
    opacity: 0;
    height: 0;
    transition: none; }
  .nav-link.inactive:hover:after {
    width: 0;
    opacity: 0;
    height: 0;
    transition: none; }

.left-header-container {
  width: 75%;
  margin-left: 3%; }

.right-header-container {
  margin-right: 3%; }

.site-content-contain .site-content .woocommerce-error:first-child, .site-content-contain .site-content .woocommerce-info:first-child, .site-content-contain .site-content .woocommerce-message:first-child {
  margin-top: 80px; }

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  box-shadow: none !important;
  margin-right: 20px; }
  .woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
    box-shadow: none !important;
    color: #000 !important; }

.product-container {
  margin-top: 25px;
  padding-left: 70px;
  padding-right: 70px; }

@media (max-width: 1200px) {
  .product-container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 992px) {
  .product-container {
    padding-left: 35px;
    padding-right: 35px; } }

@media (max-width: 767px) {
  .product-container {
    padding-left: 25px;
    padding-right: 25px; } }

@media (max-width: 479px) {
  .product-container {
    padding-left: 10px;
    padding-right: 10px; } }

.dark.h2.middle-text.side-padding {
  font-size: 32px; }

@media (max-width: 1200px) {
  .nav-link {
    font-size: 15px;
    margin-left: 8px;
    margin-right: 7px; }
  .nav-link.first {
    margin-left: 11px; }
  .logo.header {
    margin-right: 13px;
    display: block; }
  .woocommerce-pagination {
    margin-top: 1em;
    padding-top: 1em; }
  .catalog-product-container .category-product-item-container {
    margin-bottom: 10px;
    margin-top: 15px; }
    .catalog-product-container .category-product-item-container .price {
      font-size: 15px; }
    .catalog-product-container .category-product-item-container .title {
      height: 42px; }
    .catalog-product-container .category-product-item-container .h3 {
      font-size: 15px; }
  .catalog-product-container .product-categories .cat-item {
    font-size: 13px; }
  .site-content-contain .wrap {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%; } }

.title-text.half-bottom-margin {
  margin-bottom: 10px; }

@media (max-width: 992px) {
  .dark.h2.middle-text.side-padding {
    font-size: 25px; }
  .left-header-container {
    width: 81%;
    margin-left: 1%; }
  .right-header-container {
    width: 22%;
    margin-right: 1%; }
  .nav-link {
    margin-left: 7px;
    margin-right: 6px;
    font-size: 10px; }
  #main-menu .logo-link {
    width: 220px;
    margin-top: 50px;
    margin-bottom: 25px; }
  .logo.header {
    margin-right: 12px;
    display: block; }
  .woocommerce-pagination {
    margin-top: 1em;
    padding-top: 1em; }
  .widget.woocommerce.widget_layered_nav {
    padding-left: 0;
    padding-right: 0; }
    .widget.woocommerce.widget_layered_nav .widget-title {
      text-align: center; }
    .widget.woocommerce.widget_layered_nav ul {
      padding-left: 0;
      padding-right: 0;
      width: auto;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .widget.woocommerce.widget_layered_nav ul .wc-layered-nav-term {
        font-size: 11px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .widget.woocommerce.widget_layered_nav ul .wc-layered-nav-term a {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 8px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
        .widget.woocommerce.widget_layered_nav ul .wc-layered-nav-term .count {
          display: none; }
  .catalog-product-container .category-product-item-container {
    width: 48%;
    margin-bottom: 10px;
    margin-top: 15px; }
    .catalog-product-container .category-product-item-container .price {
      font-size: 14px; }
    .catalog-product-container .category-product-item-container .title {
      height: 40px; }
    .catalog-product-container .category-product-item-container .h3 {
      font-size: 14px; }
  .product-categories .cat-item {
    font-size: 13px; }
  .title-text {
    font-size: 18px;
    line-height: 19px; }
    .title-text.half-bottom-margin {
      margin-bottom: 10px; }
  .text {
    font-size: 14px;
    line-height: 1.7em; } }

@media (max-width: 767px) {
  #main-menu .logo-link {
    width: 180px; }
  .header-section-mobile {
    background-color: rgba(0, 0, 0, 0.84);
    transition: background-color 200ms;
    border-bottom: 1px solid #BBBBBB;
    transition: background-color 200ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-section-mobile .right-header-container {
      width: 100%;
      left: 5%;
      position: relative;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .header-section-mobile .left-header-container {
      width: auto;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .header-section-mobile .left-header-container {
      display: none; }
    .header-section-mobile.open {
      padding-bottom: 15px; }
      .header-section-mobile.open .left-header-container {
        display: flex; }
  .header-section-mobile.invert-colors {
    background-color: white;
    transition: background-color 200ms;
    border-bottom: 1px solid #BBBBBB; }
  #stempel-little-bandits-page-middle {
    width: 120px;
    height: 120px; }
  #menu-toggle {
    top: 10px;
    right: 17px;
    width: 25px;
    height: 25px;
    position: fixed;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    border-radius: 2px; }
    #menu-toggle * {
      transition: .25s ease-in-out;
      box-sizing: border-box; }
    #menu-toggle span {
      display: block;
      background: #566973;
      border-radius: 2px; }
    #menu-toggle:hover {
      background: rgba(255, 255, 255, 0.8); }
    #menu-toggle #hamburger {
      position: absolute;
      height: 100%;
      width: 100%; }
      #menu-toggle #hamburger span {
        width: 15px;
        height: 1px;
        position: relative;
        top: 6px;
        left: 5px;
        margin: 3px 0; }
        #menu-toggle #hamburger span:nth-child(1) {
          transition-delay: .5s; }
        #menu-toggle #hamburger span:nth-child(2) {
          transition-delay: .625s; }
        #menu-toggle #hamburger span:nth-child(3) {
          transition-delay: .75s; }
    #menu-toggle #cross {
      position: absolute;
      height: 100%;
      width: 100%;
      transform: rotate(45deg); }
      #menu-toggle #cross span:nth-child(1) {
        height: 0%;
        width: 1px;
        position: absolute;
        top: 10%;
        left: 12px;
        transition-delay: 0s; }
      #menu-toggle #cross span:nth-child(2) {
        width: 0%;
        height: 1px;
        position: absolute;
        left: 10%;
        top: 12px;
        transition-delay: .25s; }
  #menu-toggle.open #hamburger span {
    width: 0%; }
    #menu-toggle.open #hamburger span:nth-child(1) {
      transition-delay: 0s; }
    #menu-toggle.open #hamburger span:nth-child(2) {
      transition-delay: .125s; }
    #menu-toggle.open #hamburger span:nth-child(3) {
      transition-delay: .25s; }
  #menu-toggle.open #cross span:nth-child(1) {
    height: 80%;
    transition-delay: .625s; }
  #menu-toggle.open #cross span:nth-child(2) {
    width: 80%;
    transition-delay: .375s; }
  .woocommerce-pagination {
    margin-top: 0.8em;
    padding-top: 0.8em; }
  .catalog-product-container .category-product-item-container {
    width: 48%;
    margin-bottom: 15px;
    margin-top: 10px; }
    .catalog-product-container .category-product-item-container .price {
      font-size: 13px; }
    .catalog-product-container .category-product-item-container .title {
      height: 46px; }
    .catalog-product-container .category-product-item-container .h3 {
      line-height: 17px;
      font-size: 12px; }
  .product-categories .cat-item {
    font-size: 11px;
    line-height: 19px; }
  #content .woocommerce .shop_table_responsive.cart tbody td {
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 0; }
    #content .woocommerce .shop_table_responsive.cart tbody td.product-remove {
      text-align: center !important; }
      #content .woocommerce .shop_table_responsive.cart tbody td.product-remove a {
        font-size: 35px;
        width: 28px;
        height: 28px;
        line-height: 23px; }
    #content .woocommerce .shop_table_responsive.cart tbody td.product-remove, #content .woocommerce .shop_table_responsive.cart tbody td.product-name {
      padding-top: 2%;
      padding-bottom: 2%; }
    #content .woocommerce .shop_table_responsive.cart tbody td.actions #coupon_code {
      padding-bottom: 8px;
      padding-top: 8px;
      width: 52%; }
  #content .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tr td {
    padding: 1% 2%; }
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px; }
  .column-1-3,
  .column-2-3,
  .column-1-4 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
  .wide-container {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 2% 20px; }
  .ts-margin-top {
    margin-top: 30px; }
  .ts-margin-top-double {
    margin-top: 60px; }
  .ts-remove-padding-bottom,
  .basic-container.ts-remove-padding-bottom {
    padding-bottom: 0; }
  .ts-remove-padding-top,
  .basic-container.ts-remove-padding-top {
    padding-top: 0; }
  .ts-remove-side-padding {
    padding-left: 0;
    padding-right: 0; }
  .outside-left-nav {
    bottom: -55px; }
  .basic-container {
    padding-left: 0;
    padding-right: 0; }
  .basic-container {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 630px) {
  .catalog-product-container .category-product-item-container {
    width: 98%; } }

@media (max-width: 479px) {
  .wide-container {
    padding-top: 25px; }
  .woocommerce-pagination {
    margin-top: 0.4em;
    padding-top: 0.4em; }
  .catalog-product-container .category-product-item-container {
    width: 98%;
    margin-bottom: 10px;
    margin-top: 15px; }
    .catalog-product-container .category-product-item-container .price {
      font-size: 12px; }
    .catalog-product-container .category-product-item-container .title {
      height: 46px; }
    .catalog-product-container .category-product-item-container .h3 {
      line-height: 16px;
      font-size: 12px; }
  .product-categories .cat-item {
    font-size: 12px; }
  .collumn-2-6-newsletter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-container-height-m {
    min-height: 128px; }
  .widget_product_categories {
    margin-bottom: 40px; }
    .widget_product_categories ul.product-categories .children {
      margin-left: 0px; }
    .widget_product_categories ul.product-categories .cat-item {
      width: auto;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .widget_product_categories ul.product-categories .cat-item li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .widget_product_categories ul.product-categories .cat-item a {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }

@media (max-width: 1500px) and (min-width: 992px) {
  .wide-container {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px; } }

.big-slider .w-slider-nav {
  margin-bottom: 20px; }

.big-slider {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.kk-stars .w-slider-dot.w-active {
  background: transparent url("../images/star_active.png"); }

.kk-stars .w-slider-dot {
  width: 1.5em;
  height: 1.5em;
  background: transparent url("../images/star.png"); }

.w-num .w-slider-dot.w-active {
  text-decoration: underline;
  font-weight: bold;
  color: #000; }

.w-num .w-slider-dot, .w-num div.w-slider-dot {
  font-weight: normal;
  color: #a6a6a6;
  font-size: 1em;
  line-height: 1.3em; }

.center-content {
  align-items: center;
  justify-content: center; }

.woocommerce-Button {
  margin-bottom: 20px; }

body {
  font-family: 'Avertastd regular', sans-serif; }

.w-select {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url("../images/icon-caret_down.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 10px 10px; }

.woocommerce-variation-availability {
  text-align: center; }

.w-icon-slider-right:before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.w-slider {
  background-color: transparent; }

.w-icon-slider-right:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent url("../images/icon-product-nav-dark.svg") no-repeat 16px 50%/14px auto;
  background-size: 20px 111px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: ""; }

.w-icon-slider-left:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent url("../images/icon-product-nav-dark.svg") no-repeat 16px 50%/14px auto;
  background-size: 20px 111px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: ""; }

a.remove {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 14px;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: none; }

.woocommerce-variation-add-to-cart .quantity {
  display: none; }

.add-to-card-variable-selection-links {
  margin-bottom: 15px; }

select {
  cursor: pointer; }

a.single_add_to_cart_button,
.single_add_to_cart_button {
  display: block;
  width: 100%;
  background-color: #000;
  line-height: 40px;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  color: #ebebeb;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0; }
  a.single_add_to_cart_button:hover,
  .single_add_to_cart_button:hover {
    background-color: #ffffff;
    color: #000; }
  a.single_add_to_cart_button.hidden,
  .single_add_to_cart_button.hidden {
    display: none; }

.add-to-card-variable-selection-links {
  margin-bottom: 15px; }

select {
  cursor: pointer; }

ul#shipping_method {
  padding-left: 0; }
  ul#shipping_method input.shipping_method {
    float: left;
    margin-right: 20px;
    margin-top: 4px; }
  ul#shipping_method li {
    list-style: none; }

.cart-subtotal td, .cart-subtotal th {
  padding-bottom: 20px; }

.shipping th {
  vertical-align: baseline; }

.order-total td, .order-total th {
  padding-top: 13px; }

a.single_add_to_cart_button,
.single_add_to_cart_button {
  display: block;
  width: 100%;
  background-color: #000;
  line-height: 40px;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  color: #ebebeb;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0; }
  a.single_add_to_cart_button:hover,
  .single_add_to_cart_button:hover {
    background-color: #ffffff;
    color: #000; }
  a.single_add_to_cart_button.hidden,
  .single_add_to_cart_button.hidden {
    display: none; }

.woocommerce input[type="submit"] {
  cursor: pointer; }

.woocommerce .product-buy-info-container .h3 .price,
.woocommerce .product-buy-info-container .price {
  font-size: 23px; }

.woocommerce .product-buy-info-container form.cart {
  width: 100%; }

.woocommerce .product-buy-info-container .single_add_to_cart_button {
  width: 100%;
  background-color: #000;
  line-height: 40px;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  color: #ebebeb;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0; }
  .woocommerce .product-buy-info-container .single_add_to_cart_button:hover {
    background-color: #ffffff;
    color: #000; }

.woocommerce .cart thead tr th {
  font-family: 'Avertastd regular', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  text-align: left; }
  .woocommerce .cart thead tr th.product-thumbnail {
    width: 22%; }
  .woocommerce .cart thead tr th.product-name {
    width: 27%; }
  .woocommerce .cart thead tr th.product-remove {
    text-align: center; }

.woocommerce .cart tbody .cart_item td {
  font-family: 'Avertastd regular', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px; }
  .woocommerce .cart tbody .cart_item td .quantity input {
    color: black;
    padding: 10px 5px 10px 15px; }
  .woocommerce .cart tbody .cart_item td.product-name dl {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    .woocommerce .cart tbody .cart_item td.product-name dl dt, .woocommerce .cart tbody .cart_item td.product-name dl dd {
      line-height: 28px; }
  .woocommerce .cart tbody .cart_item td.product-remove {
    text-align: center; }
  .woocommerce .cart tbody .cart_item td.product-price del {
    display: block;
    margin-bottom: 8px; }

.woocommerce .cart tbody .cart_last_record td {
  padding-top: 40px; }
  .woocommerce .cart tbody .cart_last_record td .coupon input.input-text {
    width: 180px; }

.woocommerce .cart-collaterals .cart_totals {
  margin-top: 40px;
  font-family: 'Avertastd regular', sans-serif; }
  .woocommerce .cart-collaterals .cart_totals h2 {
    font-family: 'Avertastd regular', sans-serif;
    font-size: 26px; }
  .woocommerce .cart-collaterals .cart_totals .shop_table {
    margin-top: 30px;
    margin-bottom: 40px; }
    .woocommerce .cart-collaterals .cart_totals .shop_table tr {
      text-align: left; }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    font-family: 'Avertastd regular', sans-serif;
    font-size: 14px;
    font-weight: normal; }
    .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
      font-family: 'Avertastd regular', sans-serif;
      font-size: 14px;
      font-weight: normal;
      transition: all 0.25s; }
      .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
        color: #999;
        transition: all 0.25s; }
    .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:after {
      content: ""; }

.woocommerce .checkout #customer_details {
  margin-bottom: 70px; }
  .woocommerce .checkout #customer_details #ship-to-different-address label {
    font-weight: bold; }
  .woocommerce .checkout #customer_details #billing_address_1_field {
    margin-bottom: 20px; }
  .woocommerce .checkout #customer_details .select2-container .select2-choice {
    border-radius: 0px;
    border-color: darkgray; }

.woocommerce .checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px; }
  .woocommerce .checkout #order_review .woocommerce-checkout-review-order-table thead th {
    padding-left: 0.5em;
    text-align: left; }
  .woocommerce .checkout #order_review .woocommerce-checkout-review-order-table tbody td {
    line-height: 26px;
    padding-left: 0.5em;
    text-align: left; }
    .woocommerce .checkout #order_review .woocommerce-checkout-review-order-table tbody td .variation dt, .woocommerce .checkout #order_review .woocommerce-checkout-review-order-table tbody td .variation dd {
      height: 25px; }
  .woocommerce .checkout #order_review .woocommerce-checkout-review-order-table tfoot th {
    padding-left: 0.5em;
    text-align: left; }

.woocommerce .checkout #order_review .wc_payment_methods {
  padding-left: 0; }

td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 180px; }

.text-column-3,
.text-column-2,
.text-column-1 {
  flex-basis: 0;
  flex-grow: 1; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.bestseller-slider-mask .horizontal-align-top-container.side-padding {
  padding-right: 11%;
  padding-left: 11%; }

.woocommerce-MyAccount-orders th {
  text-align: left;
  height: 45px; }

.woocommerce-MyAccount-orders tr.order {
  height: 40px; }
  .woocommerce-MyAccount-orders tr.order .order-actions .button {
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px; }

.side-padding {
  padding-left: 45px;
  padding-right: 45px; }

@media (max-width: 767px) {
  .bestseller-slider-mask {
    max-height: 368px; }
  .besteller-slider-transparent-background {
    max-height: 368px; }
  .horizontal-align-top-container.side-padding.margin-top.bestsellers-slider {
    max-height: 378px; }
  .category-product-item-container .title {
    margin-top: 8px;
    height: 30px;
    font-size: 13px; }
  .link-block {
    font-size: 14px; }
  .big-slider .w-slider-nav {
    margin-bottom: 10px; }
  .one-and-half-bottom-margin {
    margin-bottom: 40px; }
  .side-padding {
    padding-left: 24px;
    padding-right: 24px; }
  .h1 {
    font-size: 19px;
    line-height: 24px; }
  .h2 {
    font-size: 16px;
    line-height: 16px; }
  .align-left-mobile {
    text-align: left; } }

.newsletter-description-container {
  height: 44%;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .newsletter-description-container .link-divider {
    width: 70%; }

@media (max-width: 400px) {
  .h1 {
    font-size: 17px;
    line-height: 22px; }
  .h2 {
    font-size: 15px;
    line-height: 15px; }
  .big-slider .w-slider-nav {
    margin-bottom: 6px; }
  .slider-action-container {
    margin-top: 13px; } }

/**
contact form 7 override
**/
.wpcf7-form-control-wrap {
  width: 100%; }

.input-area-label {
  margin-bottom: 25px; }

.form-textarea.w-input {
  padding-top: 2px;
  background-image: linear-gradient(#999 1px, transparent 1px);
  background-size: 100% 36px;
  line-height: 36px; }

textarea.form-textarea.w-input {
  background-size: 100% 50px;
  line-height: 50px; }
