@charset "UTF-8";
/* Better Font Rendering =========== */
.better-font-rendering, .woocommerce div.product form.cart .button.zoo-buy-now, .woocommerce div.product form.cart .zoo-buy-now.added_to_cart {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@-webkit-keyframes circus {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes circus {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes circus-back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes circus-back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
:root {
  --accent-color:#f34291;
  --border-color:#ebebeb;
  --blog-loop-title-color:#3028cc;
  --blog-loop-title-color-hover:#3028cc;
  --footer-default-bg: #191385;
  --footer-default-color:#fff;
  --box-shadow:#eae7f5;
  --footer-light-bg-block:#f8f8f2;
  --footer-ligt-2-bg:#eaeadb; }

.woocommerce ul.products li.product a img {
  margin: 0; }

.wrap-img {
  display: block;
  width: 100%; }
  .wrap-img img {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms; }

li.product {
  float: left;
  padding: 10px 15px 15px; }
  li.product .wrap-product-img:after {
    width: 20px;
    height: 20px;
    background: #f34291;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    visibility: hidden;
    animation: blink 600ms infinite ease-in-out; }
  li.product.zoo-cw-loading .wrap-product-img:after {
    visibility: visible; }
  li.product.zoo-cw-loading .wrap-img {
    opacity: 0.6; }
  li.product .zoo-countdown {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    display: none; }
  li.product .countdown-times {
    display: flex;
    justify-content: center;
    padding: 10px 0; }
    li.product .countdown-times > div {
      color: #fff;
      font-size: 0.75rem;
      line-height: 20px;
      min-height: 0;
      height: auto; }
      li.product .countdown-times > div b {
        font-size: 1.125rem; }
  li.product:hover .zoo-countdown {
    visibility: hidden;
    opacity: 0; }

.zoo-cw-attribute-select {
  margin-bottom: 5px; }

.wrap-product-loop-content, .wrap-product-img, .wrap-product-loop-detail {
  width: 100%;
  display: inline-block;
  position: relative; }

.wrap-product-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  flex-direction: column; }

.product-loop-title a {
  font-size: inherit;
  color: inherit; }

.slick-slide.product .wrap-img {
  width: 100% !important;
  height: auto !important; }

.zoo-stock-label {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0 10px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #000; }
  .zoo-stock-label.out-stock-label {
    background: #717779;
    color: #fff; }

.sec-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0; }

li.product:hover .sec-img {
  opacity: 1; }
li.product:hover .zoo-stock-label {
  opacity: 0;
  visibility: hidden; }
li.product:hover .wrap-product-img > .button, li.product:hover .wrap-product-img > .added_to_cart, li.product:hover .wrap-product-img > .added_to_cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.zoo-new-label {
  line-height: 23px;
  background: #d2ffc0;
  color: #000;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 0.8125rem; }

li.product .zoo-new-label {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #000;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1); }
li.product.sale .zoo-new-label {
  top: 45px; }
li.product.outofstock .onsale {
  display: none; }

.woocommerce span.onsale {
  background: #ffe0c0;
  border: 1px solid #000;
  color: #000;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  line-height: 1;
  padding: 5px 10px;
  font-size: 0.8125rem;
  height: auto;
  min-width: auto;
  min-height: auto;
  text-transform: uppercase;
  font-weight: 500; }

.woocommerce ul.products li.product .onsale {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  margin: 0;
  font-weight: 400;
  right: auto;
  left: 10px;
  top: 10px; }

.woocommerce li.product .onsale, .woocommerce li.product .out-stock-label {
  visibility: hidden; }

.wrap-product-loop-buttons a.button, .wrap-product-loop-buttons a.added_to_cart {
  /* Hide the tooltip content by default */
  /* Position tooltip above the element */
  /* Show tooltip content on hover */ }
  .wrap-product-loop-buttons a.button[title], .wrap-product-loop-buttons a[title].added_to_cart {
    position: relative;
    cursor: pointer;
    overflow: visible !important; }
  .wrap-product-loop-buttons a.button[title]:before, .wrap-product-loop-buttons a[title].added_to_cart:before {
    visibility: hidden;
    pointer-events: none; }
  .wrap-product-loop-buttons a.button[title]:before, .wrap-product-loop-buttons a[title].added_to_cart:before {
    content: attr(title) !important;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    width: auto;
    line-height: 20px;
    text-align: center;
    background: #000;
    opacity: 0;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 10px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    text-transform: capitalize;
    right: calc(100% + 5px);
    top: 100%; }
  .wrap-product-loop-buttons a.button[title]:hover:before, .wrap-product-loop-buttons a[title].added_to_cart:hover:before {
    visibility: visible;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1; }

.woocommerce .wrap-product-loop-buttons {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .woocommerce .wrap-product-loop-buttons .button, .woocommerce .wrap-product-loop-buttons .added_to_cart {
    letter-spacing: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-size: 0;
    color: #000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff; }
    .woocommerce .wrap-product-loop-buttons .button:after, .woocommerce .wrap-product-loop-buttons .added_to_cart:after, .woocommerce .wrap-product-loop-buttons .button i, .woocommerce .wrap-product-loop-buttons .added_to_cart i {
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      font-size: 1rem; }
    .woocommerce .wrap-product-loop-buttons .button:hover, .woocommerce .wrap-product-loop-buttons .added_to_cart:hover {
      background: #f34291;
      color: #fff; }
  .woocommerce .wrap-product-loop-buttons .button.loading, .woocommerce .wrap-product-loop-buttons .loading.added_to_cart {
    opacity: 1 !important; }
    .woocommerce .wrap-product-loop-buttons .button.loading i, .woocommerce .wrap-product-loop-buttons .loading.added_to_cart i {
      opacity: 0; }
    .woocommerce .wrap-product-loop-buttons .button.loading:after, .woocommerce .wrap-product-loop-buttons .loading.added_to_cart:after {
      right: auto !important;
      top: auto !important;
      font-size: 1rem;
      content: '' !important;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      border: 2px solid var(--border-color);
      border-left: 2px solid #3028cc; }
.woocommerce li.product .label-product-countdown, .woocommerce li.product .zoo-stock-countdown {
  display: none !important; }
.woocommerce li.product:hover .wrap-product-loop-buttons {
  right: 10px;
  opacity: 1; }
.woocommerce .wrap-product-loop-detail {
  text-align: center;
  padding: 10px 0; }
.woocommerce li.product .zoo-cw-group-attribute {
  justify-content: center;
  display: flex; }

.added_to_cart {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }
  .added_to_cart:after {
    font-family: WooCommerce;
    content: '\e017';
    order: -1; }

li.product .zoo-wishlist-button.browse-wishlist, li.product .zoo-compare-button.browse-products-compare {
  background: #f34291;
  color: #fff; }
li.product .wrap-product-img > .button, li.product .wrap-product-img > .added_to_cart, li.product .wrap-product-img > .added_to_cart {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms;
  font-family: inherit;
  border-radius: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }
  li.product .wrap-product-img > .button i, li.product .wrap-product-img > .added_to_cart i, li.product .wrap-product-img > .added_to_cart i {
    font-size: 1rem;
    margin-right: 5px; }
li.product .wrap-product-img > .button.added, li.product .wrap-product-img > .added.added_to_cart {
  display: none; }
li.product .countdown-times {
  display: flex;
  align-items: center;
  justify-content: space-around; }
  li.product .countdown-times > div {
    margin: 0; }
li.product .product-description {
  display: none; }

.woocommerce ul.products li.product h3.product-loop-title {
  width: 100%;
  display: inline-block;
  padding: 0;
  line-height: 1.3;
  font-size: 1rem; }
  .woocommerce ul.products li.product h3.product-loop-title a:hover {
    color: #717779; }

.woocommerce ul.products li.product .price {
  color: #000;
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem; }
  .woocommerce ul.products li.product .price > span {
    padding: 0 5px; }
    .woocommerce ul.products li.product .price > span:first-child {
      padding-left: 0; }
    .woocommerce ul.products li.product .price > span:last-child {
      padding-right: 0; }
  .woocommerce ul.products li.product .price del {
    opacity: 1;
    color: #959595; }
  .woocommerce ul.products li.product .price ins {
    font-weight: 500; }

@media (min-width: 992px) {
  li.product .wrap-product-img > .button, li.product .wrap-product-img > .added_to_cart, li.product .wrap-product-img > .added_to_cart {
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); }
    li.product .wrap-product-img > .button:hover, li.product .wrap-product-img > .added_to_cart:hover, li.product .wrap-product-img > .added_to_cart:hover {
      background: #717779; }
  li.product .zoo-countdown {
    display: block; }

  .woocommerce li.product .onsale, .woocommerce li.product .out-stock-label {
    visibility: visible; }

  .woocommerce .products.list-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%; }
    .woocommerce .products.list-layout .product {
      width: 100% !important;
      padding: 0 0 40px;
      border-bottom: 1px solid var(--border-color);
      margin-bottom: 50px; }
      .woocommerce .products.list-layout .product .wrap-product-loop-content {
        display: flex;
        justify-content: space-between; }
      .woocommerce .products.list-layout .product .wrap-product-img {
        width: 30%; }
      .woocommerce .products.list-layout .product .wrap-product-loop-detail {
        width: calc(70% - 30px);
        text-align: left; }
      .woocommerce .products.list-layout .product .price, .woocommerce .products.list-layout .product .zoo-cw-group-attribute {
        justify-content: flex-start; }
      .woocommerce .products.list-layout .product .star-rating {
        margin: 8px 0; }
      .woocommerce .products.list-layout .product .product-description {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%; }

  .woocommerce ul.products.list-layout li.product h3.product-loop-title {
    font-size: 1.2rem; } }
.woocommerce .wrap-product-loop-buttons .button, .woocommerce .wrap-product-loop-buttons .added_to_cart {
  margin: 0 0 10px; }
.woocommerce .hover-effect-default .button.btn-quick-view, .woocommerce .hover-effect-default .btn-quick-view.added_to_cart {
  display: flex;
  justify-content: center;
  white-space: nowrap; }
  .woocommerce .hover-effect-default .button.btn-quick-view i, .woocommerce .hover-effect-default .btn-quick-view.added_to_cart i {
    margin-right: 5px;
    font-size: 1.125rem; }
.woocommerce .product .add_to_cart_button.added {
  display: none; }
.woocommerce .wrap-product-loop-detail .wrap-product-loop-buttons {
  width: 100%; }
.woocommerce .hover-effect-style-2 li.product:hover .out-stock-label, .woocommerce .hover-effect-style-5 li.product:hover .out-stock-label, .woocommerce .hover-effect-default li.product:hover .out-stock-label {
  opacity: 0;
  z-index: -1; }
.woocommerce .hover-effect-style-2 li.product .button, .woocommerce .hover-effect-style-2 li.product .added_to_cart {
  transform: scale(1); }
.woocommerce .hover-effect-style-2 .wrap-product-loop-buttons, .woocommerce .hover-effect-style-5 .wrap-product-loop-buttons {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .woocommerce .hover-effect-style-2 .wrap-product-loop-buttons .button, .woocommerce .hover-effect-style-2 .wrap-product-loop-buttons .added_to_cart, .woocommerce .hover-effect-style-2 .wrap-product-loop-buttons .added_to_cart, .woocommerce .hover-effect-style-5 .wrap-product-loop-buttons .button, .woocommerce .hover-effect-style-5 .wrap-product-loop-buttons .added_to_cart, .woocommerce .hover-effect-style-5 .wrap-product-loop-buttons .added_to_cart {
    border-radius: 0;
    margin: 0; }
.woocommerce .hover-effect-style-3 .wrap-product-loop-detail, .woocommerce .hover-effect-style-3 .wrap-product-loop-content {
  background: #fff; }
.woocommerce .hover-effect-style-3 .wrap-product-loop-content {
  transition: 300ms; }
.woocommerce .hover-effect-style-3 .wrap-product-loop-detail {
  transition: 300ms;
  text-align: left;
  padding: 10px 15px; }
.woocommerce .hover-effect-style-3 .wrap-product-img {
  overflow: hidden; }
.woocommerce .hover-effect-style-3 .wrap-product-loop-buttons {
  top: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: static; }
  .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button[title]::before, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons [title].added_to_cart::before {
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: calc(100% + 15px); }
  .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .added_to_cart {
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0 5px;
    width: 35px;
    height: 35px; }
    .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button i, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .added_to_cart i {
      font-size: 1.1rem; }
    .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button:hover, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .added_to_cart:hover {
      color: #f34291; }
      .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button:hover:before, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .added_to_cart:hover:before {
        top: auto;
        bottom: calc(100% + 5px); }
    .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.add_to_cart_button:before, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .add_to_cart_button.added_to_cart:before, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.product_type_grouped:before, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .product_type_grouped.added_to_cart:before, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.product_type_external:before, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .product_type_external.added_to_cart:before {
      display: none; }
    .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.add_to_cart_button, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .add_to_cart_button.added_to_cart, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.product_type_grouped, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .product_type_grouped.added_to_cart, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.product_type_external, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .product_type_external.added_to_cart, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.added_to_cart, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .added_to_cart {
      order: -1;
      width: auto;
      height: auto;
      font-weight: 600;
      margin: 0;
      flex-grow: 1;
      justify-content: flex-start;
      letter-spacing: 1px; }
      .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.add_to_cart_button i, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .add_to_cart_button.added_to_cart i, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.product_type_grouped i, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .product_type_grouped.added_to_cart i, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.product_type_external i, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .product_type_external.added_to_cart i, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.added_to_cart i, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .added_to_cart i {
        width: auto;
        margin-right: 5px; }
.woocommerce .hover-effect-style-3 li.product .onsale {
  visibility: visible; }
.woocommerce .hover-effect-style-3 li.product .wrap-product-loop-detail .price {
  justify-content: flex-start; }
.woocommerce .hover-effect-style-3 li.product:hover .wrap-product-loop-buttons {
  right: 0; }
.woocommerce .hover-effect-style-4 .wrap-product-loop-buttons {
  bottom: 15px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .woocommerce .hover-effect-style-4 .wrap-product-loop-buttons a.button[title]:before, .woocommerce .hover-effect-style-4 .wrap-product-loop-buttons a[title].added_to_cart:before, .woocommerce .hover-effect-style-4 .wrap-product-loop-buttons .added_to_cart:before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(100% + 15px);
    top: auto; }
  .woocommerce .hover-effect-style-4 .wrap-product-loop-buttons a.button[title]:hover:before, .woocommerce .hover-effect-style-4 .wrap-product-loop-buttons a[title].added_to_cart:hover:before, .woocommerce .hover-effect-style-4 .wrap-product-loop-buttons .added_to_cart:before {
    bottom: calc(100% + 8px); }
.woocommerce .hover-effect-style-4 li.product .wrap-product-loop-buttons .button, .woocommerce .hover-effect-style-4 li.product .wrap-product-loop-buttons .added_to_cart {
  margin: 0 5px;
  transform: scale(1); }
.woocommerce .hover-effect-style-4 li.product:hover .wrap-product-loop-buttons {
  right: 50%;
  bottom: 25px; }
.woocommerce .hover-effect-style-4 li.product .onsale {
  visibility: visible; }
.woocommerce .hover-effect-style-5 .added_to_cart:after {
  margin-right: 5px; }
.woocommerce .hover-effect-style-5 .add_to_cart_button.added, .woocommerce .hover-effect-style-5 .product_type_grouped.added, .woocommerce .hover-effect-style-5 .product_type_external.added {
  display: none; }
.woocommerce .hover-effect-style-5 .add_to_cart_button, .woocommerce .hover-effect-style-5 .product_type_grouped, .woocommerce .hover-effect-style-5 .product_type_external, .woocommerce .hover-effect-style-5 .added_to_cart {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 10px 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0; }
  .woocommerce .hover-effect-style-5 .add_to_cart_button i, .woocommerce .hover-effect-style-5 .product_type_grouped i, .woocommerce .hover-effect-style-5 .product_type_external i, .woocommerce .hover-effect-style-5 .added_to_cart i {
    margin-right: 5px; }
  .woocommerce .hover-effect-style-5 .add_to_cart_button:hover, .woocommerce .hover-effect-style-5 .product_type_grouped:hover, .woocommerce .hover-effect-style-5 .product_type_external:hover, .woocommerce .hover-effect-style-5 .added_to_cart:hover {
    background: #000;
    color: #fff; }
.woocommerce .hover-effect-style-5 .added_to_cart {
  bottom: 0;
  line-height: 1;
  visibility: visible;
  opacity: 1; }
  .woocommerce .hover-effect-style-5 .added_to_cart:before {
    margin-right: 5px; }
.woocommerce .hover-effect-style-5 li.product:hover .add_to_cart_button, .woocommerce .hover-effect-style-5 li.product:hover .product_type_grouped, .woocommerce .hover-effect-style-5 li.product:hover .product_type_external, .woocommerce .hover-effect-style-5 li.product:hover .added_to_cart {
  opacity: 1;
  visibility: visible;
  bottom: 0; }
.woocommerce .hover-effect-style-5 .add_to_cart_button:after, .woocommerce .hover-effect-style-5 .product_type_grouped:after, .woocommerce .hover-effect-style-5 .product_type_external:after, .woocommerce .hover-effect-style-5 .added_to_cart:after {
  order: -1 !important;
  margin-right: 5px; }
.woocommerce .hover-effect-style-5 .button.loading:after, .woocommerce .hover-effect-style-5 .loading.added_to_cart:after {
  position: static !important; }
.woocommerce .hover-effect-style-5 .button.loading i, .woocommerce .hover-effect-style-5 .loading.added_to_cart i {
  display: none; }
.woocommerce .hover-effect-style-6 .added_to_cart:after {
  margin-right: 5px; }
.woocommerce .hover-effect-style-6 .onsale, .woocommerce .hover-effect-style-6 .out-stock-label {
  right: auto !important; }
.woocommerce .hover-effect-style-6 .btn-quick-view {
  display: flex;
  justify-content: center;
  align-items: center; }
.woocommerce .hover-effect-style-6 .product .wrap-product-loop-detail .button, .woocommerce .hover-effect-style-6 .product .wrap-product-loop-detail .added_to_cart {
  margin: 0; }
.woocommerce .hover-effect-style-6 .wrap-product-loop-detail {
  position: relative;
  overflow: hidden; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .price {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    height: 30px; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .button, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
    padding: 0 0 !important;
    line-height: 1;
    min-height: 30px; }
    .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .button i, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart i, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart i {
      margin-right: 5px;
      font-weight: 400; }
    .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .button:hover, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart:hover, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart:hover {
      color: #717779; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .button.added, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added.added_to_cart {
    display: none; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .button.disabled, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .disabled.added_to_cart {
    background: none; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart:before {
    margin-right: 5px; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .add_to_cart_button, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .product_type_grouped, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .product_type_external, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart {
    font-size: 1rem; }
    .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .add_to_cart_button:after, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .product_type_grouped:after, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .product_type_external:after, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .added_to_cart:after {
      order: -1 !important;
      margin-right: 5px; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .button.loading:after, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .loading.added_to_cart:after {
    position: static !important; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .button.loading i, .woocommerce .hover-effect-style-6 .wrap-product-loop-detail .loading.added_to_cart i {
    display: none; }
.woocommerce .hover-effect-style-6 .zoo-cw-wrap-shop {
  transition: all 300ms; }
.woocommerce .hover-effect-style-6.grid-layout .wrap-product-loop-detail .button, .woocommerce .hover-effect-style-6.grid-layout .wrap-product-loop-detail .added_to_cart, .woocommerce .hover-effect-style-6.grid-layout .wrap-product-loop-detail .added_to_cart {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
.woocommerce .hover-effect-style-6 .wrap-product-loop-buttons .button, .woocommerce .hover-effect-style-6 .wrap-product-loop-buttons .added_to_cart, .woocommerce .hover-effect-default .wrap-product-loop-buttons .button, .woocommerce .hover-effect-default .wrap-product-loop-buttons .added_to_cart {
  margin-bottom: 5px !important; }
  .woocommerce .hover-effect-style-6 .wrap-product-loop-buttons .button i, .woocommerce .hover-effect-style-6 .wrap-product-loop-buttons .added_to_cart i, .woocommerce .hover-effect-default .wrap-product-loop-buttons .button i, .woocommerce .hover-effect-default .wrap-product-loop-buttons .added_to_cart i {
    border-radius: 50%; }

@media (min-width: 556px) {
  .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.add_to_cart_button, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .add_to_cart_button.added_to_cart, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.product_type_grouped, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .product_type_grouped.added_to_cart, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.product_type_external, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .product_type_external.added_to_cart, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .button.added_to_cart, .woocommerce .hover-effect-style-3 .wrap-product-loop-buttons .added_to_cart {
    font-size: inherit;
    flex-wrap: nowrap;
    white-space: nowrap; } }
@media (min-width: 992px) {
  .woocommerce .wrap-product-loop-buttons {
    opacity: 0; }

  .woocommerce .hover-effect-default .wrap-product-loop-buttons .button, .woocommerce .hover-effect-default .wrap-product-loop-buttons .added_to_cart {
    transform: scale(0); }

  .woocommerce .hover-effect-default li:hover .wrap-product-loop-buttons .button, .woocommerce .hover-effect-default li:hover .wrap-product-loop-buttons .added_to_cart {
    transform: scale(1); }

  .woocommerce .hover-effect-style-5 .add_to_cart_button, .woocommerce .hover-effect-style-5 .product_type_grouped, .woocommerce .hover-effect-style-5 .product_type_external, .woocommerce .hover-effect-style-5 .added_to_cart {
    opacity: 0;
    visibility: hidden;
    bottom: -30px; }

  .woocommerce .hover-effect-style-4 li.product .wrap-product-loop-buttons {
    bottom: 0; }

  .woocommerce .hover-effect-style-3.grid-layout .wrap-product-loop-detail {
    padding: 10px 20px; }
  .woocommerce .hover-effect-style-3.grid-layout .wrap-product-loop-buttons {
    bottom: -10px;
    right: 0;
    position: absolute;
    padding: 0 20px; }
  .woocommerce .hover-effect-style-3.grid-layout li.product:hover .wrap-product-loop-content {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1); }
  .woocommerce .hover-effect-style-3.grid-layout li.product:hover .wrap-product-img .wrap-img {
    transform: translateY(-20px); }
  .woocommerce .hover-effect-style-3.grid-layout li.product:hover .wrap-product-loop-detail {
    transform: translateY(-35px); }
  .woocommerce .hover-effect-style-3.grid-layout li.product:hover .wrap-product-loop-buttons {
    right: 0;
    bottom: -20px; }
  .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons {
    opacity: 1;
    justify-content: flex-start; }
    .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons .button.add_to_cart_button, .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons .add_to_cart_button.added_to_cart, .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons .button.product_type_grouped, .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons .product_type_grouped.added_to_cart, .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons .button.product_type_external, .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons .product_type_external.added_to_cart, .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons .button.added_to_cart, .woocommerce .hover-effect-style-3.list-layout .wrap-product-loop-buttons .added_to_cart {
      flex-grow: 0; }
  .woocommerce .hover-effect-style-6.grid-layout:not(.disable-cart) li.product:hover .zoo-cw-wrap-shop {
    transform: translateY(-30px); }
  .woocommerce .hover-effect-style-6.grid-layout:not(.disable-cart) li.product:hover .price {
    opacity: 0; }
  .woocommerce .hover-effect-style-6.grid-layout:not(.disable-cart) li.product:hover .wrap-product-loop-detail .button, .woocommerce .hover-effect-style-6.grid-layout:not(.disable-cart) li.product:hover .wrap-product-loop-detail .added_to_cart, .woocommerce .hover-effect-style-6.grid-layout:not(.disable-cart) li.product:hover .wrap-product-loop-detail .added_to_cart {
    bottom: 10px;
    opacity: 1; } }
.zoo-product-gallery:not(.none-slider) .wrap-main-product-gallery, .zoo-product-gallery:not(.none-slider) .wrap-list-thumbnail {
  position: relative; }
.zoo-product-gallery:not(.none-slider) .wrap-main-product-gallery:not(.slick-slider) .woocommerce-product-gallery__image:nth-child(n+2), .zoo-product-gallery:not(.none-slider) .wrap-list-thumbnail:not(.slick-slider) .woocommerce-product-gallery__image:nth-child(n+2) {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0; }

.woocommerce-product-gallery__wrapper {
  width: 100%;
  display: inline-block; }
  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    width: 100%;
    float: left; }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
      display: block;
      width: 100%; }
  .woocommerce-product-gallery__wrapper .zoo-carousel-btn {
    position: absolute; }

.wrap-main-product-gallery {
  margin-bottom: 20px; }
  .wrap-main-product-gallery .zoo-carousel-btn {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: calc(50% - 20px);
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    font-size: 1.5rem;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    visibility: hidden;
    color: #fff; }
    .wrap-main-product-gallery .zoo-carousel-btn i {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .wrap-main-product-gallery .zoo-carousel-btn.next-item {
      right: 0; }
    .wrap-main-product-gallery .zoo-carousel-btn.prev-item {
      left: 0; }

@media (min-width: 576px) {
  .wrap-main-product-gallery .zoo-carousel-btn {
    visibility: visible; } }
.wrap-list-thumbnail .slick-track {
  margin-left: 0; }
.wrap-list-thumbnail .slick-slide {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .wrap-list-thumbnail .slick-slide img {
    border: 2px solid transparent;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
  .wrap-list-thumbnail .slick-slide:hover, .wrap-list-thumbnail .slick-slide.slick-current {
    opacity: 1; }
    .wrap-list-thumbnail .slick-slide:hover img, .wrap-list-thumbnail .slick-slide.slick-current img {
      border-color: #000; }
.wrap-list-thumbnail.slick-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px; }
  .wrap-list-thumbnail.slick-slider .slick-list {
    width: calc(100% + 10px);
    margin-left: -5px; }
  .wrap-list-thumbnail.slick-slider .slick-slide {
    padding: 0 5px; }
  .wrap-list-thumbnail.slick-slider .zoo-carousel-btn {
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 1;
    cursor: pointer;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #000; }
    .wrap-list-thumbnail.slick-slider .zoo-carousel-btn i {
      font-size: 80%; }
    .wrap-list-thumbnail.slick-slider .zoo-carousel-btn.prev-item {
      left: 0; }
    .wrap-list-thumbnail.slick-slider .zoo-carousel-btn.next-item {
      left: 45px; }
    .wrap-list-thumbnail.slick-slider .zoo-carousel-btn:hover {
      background: #717779;
      color: #fff; }

.woocommerce:not(.zoo-product-quick-view) div.product div.images.vertical-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%; }

.woocommerce-product-gallery__image {
  transition: width 0ms, border 300ms; }

.zoo-product-gallery .slick-vertical .slick-slide {
  border: none; }

.vertical-gallery .wrap-main-product-gallery {
  width: 100%; }
.vertical-gallery .wrap-list-thumbnail {
  width: 100%;
  overflow: hidden; }
  .vertical-gallery .wrap-list-thumbnail .woocommerce-product-gallery__image {
    padding: 0 5px; }
    .vertical-gallery .wrap-list-thumbnail .woocommerce-product-gallery__image:not(.slick-slide) {
      height: 100px;
      display: block; }
.vertical-gallery.vertical-left .wrap-main-product-gallery {
  float: right; }
.vertical-gallery.vertical-left .wrap-list-thumbnail {
  float: left; }
.vertical-gallery.vertical-right .wrap-main-product-gallery {
  float: left; }
.vertical-gallery.vertical-right .wrap-list-thumbnail {
  float: right; }

@media (min-width: 576px) {
  .vertical-gallery .wrap-main-product-gallery {
    width: calc(100% - 95px); }
  .vertical-gallery.gallery-without-thumb .wrap-main-product-gallery {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .vertical-gallery .wrap-list-thumbnail {
    width: 80px;
    overflow: hidden;
    padding-bottom: 50px;
    height: 100%; }
    .vertical-gallery .wrap-list-thumbnail .slick-list {
      margin-top: -5px;
      width: 100%;
      margin-left: 0; }
    .vertical-gallery .wrap-list-thumbnail .woocommerce-product-gallery__image {
      padding: 5px 0; } }
.horizontal-gallery .wrap-list-thumbnail {
  position: relative;
  overflow: hidden; }
.horizontal-gallery .wrap-main-product-gallery {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .wrap-main-product-gallery .zoo-carousel-btn {
    opacity: 0; }
  .wrap-main-product-gallery:hover .zoo-carousel-btn {
    opacity: 1; }

  .sticky-gallery.zoo-product-gallery .wrap-main-product-gallery {
    width: 100%;
    float: right;
    margin-bottom: 0; }

  .zoo-product-gallery.sticky-thumb-gallery .wrap-list-thumbnail {
    float: left;
    width: calc(20% - 20px); }
    .zoo-product-gallery.sticky-thumb-gallery .wrap-list-thumbnail .woocommerce-product-gallery__image {
      margin-bottom: 10px;
      border: 2px solid transparent;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
      .zoo-product-gallery.sticky-thumb-gallery .wrap-list-thumbnail .woocommerce-product-gallery__image.active, .zoo-product-gallery.sticky-thumb-gallery .wrap-list-thumbnail .woocommerce-product-gallery__image:hover {
        border-color: #000; } }
.wrap-single-product-content.full-content-layout .summary {
  width: 100%;
  display: inline-block; }
  .wrap-single-product-content.full-content-layout .summary .wrap-summary, .wrap-single-product-content.full-content-layout .summary .zoo-product-data-tabs {
    padding-top: 0;
    margin-bottom: 30px; }

.sticky-gallery .woocommerce-product-gallery__image:not(.slick-slide) {
  position: static !important;
  opacity: 1 !important;
  z-index: 1 !important;
  visibility: visible !important;
  margin-bottom: 10px !important;
  width: 100% !important; }
  .sticky-gallery .woocommerce-product-gallery__image:not(.slick-slide):last-child {
    margin: 0 !important; }

.grid-gallery .wrap-main-product-gallery {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  display: inline-block; }
.grid-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 50%;
  padding: 0 5px 10px;
  position: static; }

.woocommerce div.product div.images.slider-gallery {
  margin-bottom: 0; }

.zoo-product-gallery.slider-gallery .woocommerce-product-gallery__wrapper {
  overflow: hidden; }
.zoo-product-gallery.slider-gallery .wrap-main-product-gallery.slick-slider {
  width: calc(100% + 32px);
  margin-left: -15px; }
  .zoo-product-gallery.slider-gallery .wrap-main-product-gallery.slick-slider .zoo-carousel-btn {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.5); }
    .zoo-product-gallery.slider-gallery .wrap-main-product-gallery.slick-slider .zoo-carousel-btn:hover {
      background: rgba(0, 0, 0, 0.8); }
    .zoo-product-gallery.slider-gallery .wrap-main-product-gallery.slick-slider .zoo-carousel-btn.prev-item {
      left: 30px; }
    .zoo-product-gallery.slider-gallery .wrap-main-product-gallery.slick-slider .zoo-carousel-btn.next-item {
      right: 30px; }
.zoo-product-gallery.slider-gallery .woocommerce-product-gallery__image {
  padding: 0 15px; }
.zoo-product-gallery.slider-gallery .wrap-main-product-gallery:not(.slick-slider) .woocommerce-product-gallery__image {
  float: left; }
.zoo-product-gallery.slider-gallery.gallery-2-cols .woocommerce-product-gallery__image:not(.slick-slide) {
  width: 50% !important; }
.zoo-product-gallery.slider-gallery.gallery-3-cols .woocommerce-product-gallery__image:not(.slick-slide) {
  width: 33.33% !important; }
.zoo-product-gallery.slider-gallery.gallery-4-cols .woocommerce-product-gallery__image:not(.slick-slide) {
  width: 25% !important; }
.zoo-product-gallery.slider-gallery.gallery-5-cols .woocommerce-product-gallery__image:not(.slick-slide) {
  width: 25% !important; }

.woocommerce div.product div.images.grid-gallery .woocommerce-product-gallery__image {
  width: 50%; }

.wrap-sticky-content-block > div:not(.wrap-single-product-images) {
  position: static !important; }

.pswp__caption__center {
  text-align: center; }

@media (min-width: 992px) {
  .control-thumb {
    display: inline-block; } }
@media (min-width: 768px) {
  .full-content-layout .wrap-summary, .full-content-layout .zoo-product-data-tabs {
    width: 50%; }
  .full-content-layout .wrap-summary {
    padding-left: 75px;
    float: right; }
  .full-content-layout.product-slider-gallery .wrap-summary {
    padding-left: 0;
    padding-right: 75px;
    float: left; }
  .full-content-layout.product-slider-gallery .container {
    padding: 0; }
  .full-content-layout .zoo-product-data-tabs {
    padding-right: 15px; } }
.zoo-product-data-tabs {
  width: 100%;
  display: inline-block;
  margin-bottom: 60px; }
  .zoo-product-data-tabs.tabs-layout .wc-tabs {
    margin-bottom: 40px;
    text-align: left;
    border-bottom: 1px solid var(--border-color); }
    .zoo-product-data-tabs.tabs-layout .wc-tabs:before {
      display: none; }
  .zoo-product-data-tabs.accordion-layout .woocommerce-tabs .panel.wc-tab {
    padding-top: 35px;
    margin-bottom: 40px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  color: #717779;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0 10px -1px;
  position: relative;
  transition: all 300ms; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    color: #000;
    border-bottom-color: #000; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: inherit;
    font-size: 0.875rem;
    padding: 0;
    font-weight: normal; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
      color: inherit; }

.tab-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-color);
  padding: 13px 0;
  margin: 0;
  cursor: pointer; }
  .tab-heading i {
    font-size: 14px; }

.accordion-active .tab-heading .toggle-visible:after {
  opacity: 0; }

.woocommerce table.shop_attributes {
  border: none; }
  .woocommerce table.shop_attributes th {
    padding-left: 0; }
  .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    text-align: left;
    border: none;
    background: none !important;
    padding: 5px 0;
    color: #000; }
  .woocommerce table.shop_attributes tr {
    background: none; }
  .woocommerce table.shop_attributes td {
    padding-left: 10px;
    font-style: normal;
    color: #717779; }
    .woocommerce table.shop_attributes td p {
      padding: 0; }

.woocommerce #reviews #comments {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color); }
  .woocommerce #reviews #comments h2 {
    text-transform: uppercase;
    font-size: 0.875rem; }
    .woocommerce #reviews #comments h2 span {
      color: inherit; }
  .woocommerce #reviews #comments ol.commentlist {
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto; }
    .woocommerce #reviews #comments ol.commentlist .comment_container {
      width: 100%;
      display: flex; }
    .woocommerce #reviews #comments ol.commentlist li {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px dashed var(--border-color); }
      .woocommerce #reviews #comments ol.commentlist li:last-child {
        border: none; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        display: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        border: none;
        width: 100%;
        margin: 0;
        padding: 0; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
          margin: 0; }
      .woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author {
        color: #000;
        text-transform: capitalize;
        font-size: 1rem; }
      .woocommerce #reviews #comments ol.commentlist li .description > p:last-child {
        margin-bottom: 0; }
.woocommerce #reviews #reply-title {
  width: 100%;
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000; }
.woocommerce #reviews .comment-form {
  margin: 0 -10px; }
  .woocommerce #reviews .comment-form label {
    display: inline-block; }
  .woocommerce #reviews .comment-form #author, .woocommerce #reviews .comment-form #email {
    height: 45px;
    line-height: 45px; }
  .woocommerce #reviews .comment-form .comment-notes {
    font-size: 0.875rem;
    margin-bottom: 15px !important; }
.woocommerce #reviews .comment-form-rating {
  padding: 0 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center; }

.comment-form-rating p.stars {
  margin: 0 !important;
  padding: 0;
  width: auto; }
  .comment-form-rating p.stars:hover a:before, .comment-form-rating p.stars a:hover, .comment-form-rating p.stars a.active:before {
    color: #ffcc33; }
  .comment-form-rating p.stars a:before {
    width: 100%; }
  .comment-form-rating p.stars > span {
    display: flex;
    align-items: center; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding-top: 30px; }

@media (max-width: 768px) {
  .zoo-product-data-tabs.tabs-layout .wc-tabs {
    display: none; } }
@media (min-width: 768px) {
  .zoo-product-data-tabs.tabs-layout .tab-heading {
    display: none; }

  .woocommerce div.product .zoo-product-data-tabs.tabs-layout .woocommerce-tabs .panel {
    padding: 40px 0 0; }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 20px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
      margin-left: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
      margin-right: 0; }

  .woocommerce #reviews #comments {
    border: none;
    margin: 0 60px 0 0; }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
      width: 60px;
      height: 60px;
      display: block;
      background: none;
      border-radius: 50%;
      position: static;
      padding: 0;
      border: none; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      width: calc(100% - 60px);
      padding: 0 0 0 35px; }

  .woocommerce-tabs .woocommerce-Reviews {
    display: flex;
    justify-content: space-between; }
  .woocommerce-tabs #comments, .woocommerce-tabs #review_form_wrapper {
    width: calc(50% - 30px); }

  .woocommerce #review_form #respond p.stars {
    margin: 0; }

  .woocommerce .comment-form-rating {
    display: flex;
    width: 100%; }
    .woocommerce .comment-form-rating .stars {
      display: flex; }
    .woocommerce .comment-form-rating p.stars:hover a:not(.active):before {
      color: inherit;
      content: ""; }
    .woocommerce .comment-form-rating p.stars a {
      margin-left: 20px;
      display: block; }
      .woocommerce .comment-form-rating p.stars a.star-1 {
        width: 1em; }
        .woocommerce .comment-form-rating p.stars a.star-1:before {
          content: '\e021' !important; }
        .woocommerce .comment-form-rating p.stars a.star-1:hover:before, .woocommerce .comment-form-rating p.stars a.star-1.active:before {
          content: '\e020' !important; }
      .woocommerce .comment-form-rating p.stars a.star-2 {
        width: 2em; }
        .woocommerce .comment-form-rating p.stars a.star-2:before {
          content: '\e021\e021' !important; }
        .woocommerce .comment-form-rating p.stars a.star-2:hover:before, .woocommerce .comment-form-rating p.stars a.star-2.active:before {
          content: '\e020\e020' !important; }
      .woocommerce .comment-form-rating p.stars a.star-3 {
        width: 3em; }
        .woocommerce .comment-form-rating p.stars a.star-3:before {
          content: '\e021\e021\e021' !important; }
        .woocommerce .comment-form-rating p.stars a.star-3:hover:before, .woocommerce .comment-form-rating p.stars a.star-3.active:before {
          content: '\e020\e020\e020' !important; }
      .woocommerce .comment-form-rating p.stars a.star-4 {
        width: 4em; }
        .woocommerce .comment-form-rating p.stars a.star-4:before {
          content: '\e021\e021\e021\e021' !important; }
        .woocommerce .comment-form-rating p.stars a.star-4:hover:before, .woocommerce .comment-form-rating p.stars a.star-4.active:before {
          content: '\e020\e020\e020\e020' !important; }
      .woocommerce .comment-form-rating p.stars a.star-5 {
        width: 5em; }
        .woocommerce .comment-form-rating p.stars a.star-5:before {
          content: '\e021\e021\e021\e021\e021' !important; }
        .woocommerce .comment-form-rating p.stars a.star-5:hover:before, .woocommerce .comment-form-rating p.stars a.star-5.active:before {
          content: '\e020\e020\e020\e020\e020' !important; }
    .woocommerce .comment-form-rating span {
      display: flex;
      align-items: center; } }
.mask-product-video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  cursor: pointer; }
  .mask-product-video i {
    color: #fff;
    font-size: 2.2rem;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    position: fixed;
    top: 15px;
    right: 15px;
    text-align: center;
    background: none; }

.wrap-product-video iframe {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  z-index: -1; }

.video-active .mask-product-video {
  z-index: 10;
  visibility: visible;
  opacity: 1; }
.video-active.wrap-product-video iframe {
  opacity: 1;
  z-index: 11;
  visibility: visible; }

.wrap-product-video {
  margin-bottom: 5px;
  display: inline-block; }
  .wrap-product-video .button.video-lb-control, .wrap-product-video .video-lb-control.added_to_cart {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    display: flex;
    text-transform: uppercase;
    padding: 10px;
    line-height: 21px;
    text-align: center;
    float: left;
    width: 46px;
    height: 46px;
    font-size: 1rem;
    color: #000; }
    .wrap-product-video .button.video-lb-control i, .wrap-product-video .video-lb-control.added_to_cart i {
      margin-left: 5px;
      width: 100%; }
    .wrap-product-video .button.video-lb-control:hover, .wrap-product-video .video-lb-control.added_to_cart:hover {
      color: #000;
      background: #fff;
      border-color: #fff; }
    .wrap-product-video .button.video-lb-control span, .wrap-product-video .video-lb-control.added_to_cart span {
      display: none; }

/*Extended button location*/
.product-extended-button {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 55px; }
  .product-extended-button.active {
    z-index: 6; }

.vertical-right .product-extended-button {
  right: auto;
  left: 15px; }

/*End Extended button location*/
/*Product Images 360 view*/
.product-image-360-view .zoo-wrap-img-360-view {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  max-width: calc(100vw - 60px);
  max-height: 550px;
  height: calc(100vh - 60px);
  transition: all 300ms;
  padding: 30px 30px 50px;
  background: #fff; }
  .product-image-360-view .zoo-wrap-img-360-view:before {
    content: '';
    position: absolute;
    bottom: 63px;
    left: 15px;
    right: 15px;
    height: 50%;
    border-bottom: 5px solid rgba(175, 175, 175, 0.15);
    border-top: 2px solid rgba(175, 175, 175, 0.05);
    border-right: 2px solid rgba(175, 175, 175, 0.1);
    border-left: 2px solid rgba(175, 175, 175, 0.1);
    border-radius: 50%;
    z-index: 1; }
.product-image-360-view .zoo-wrap-content-view {
  margin: 0 auto;
  cursor: move;
  height: 100%; }
  .product-image-360-view .zoo-wrap-content-view img {
    max-width: 100%;
    max-height: 100%; }
.product-image-360-view .zoo-wrap-control-view {
  margin: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px; }
.product-image-360-view .zoo-control-view {
  display: inline-block;
  list-style: none;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  padding: 0;
  margin: 0 4px;
  position: relative;
  z-index: 1; }
  .product-image-360-view .zoo-control-view:not(.zoo-center) {
    cursor: pointer; }
  .product-image-360-view .zoo-control-view.zoo-center {
    width: 70px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.2);
    background: #fff; }
.product-image-360-view .button.product-360-view-control, .product-image-360-view .product-360-view-control.added_to_cart {
  margin: 0;
  background: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  border: 2px solid;
  padding: 10px;
  line-height: 21px;
  text-align: center;
  float: left;
  width: 46px;
  height: 46px;
  background: none;
  font-size: 1.2rem; }
  .product-image-360-view .button.product-360-view-control:hover, .product-image-360-view .product-360-view-control.added_to_cart:hover {
    color: #000;
    border-color: #fff;
    background: #fff; }
.product-image-360-view .mask-product-360-view {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
.product-image-360-view.active .zoo-wrap-img-360-view,
.product-image-360-view.active .mask-product-360-view {
  opacity: 1;
  visibility: visible;
  z-index: 99; }

/*End Product Images 360 view*/
.wrap-breadcrumb .woocommerce-breadcrumb {
  margin-bottom: 0 !important; }

@media (min-width: 992px) {
  .wrap-breadcrumb {
    margin-bottom: 0; } }
.wrap-single-product-content {
  padding-top: 20px;
  padding-bottom: 50px; }
  .wrap-single-product-content.content-half-width .wrap-single-product-images, .wrap-single-product-content.content-half-width .summary {
    width: 100%;
    display: inline-block;
    position: relative; }
  .wrap-single-product-content.right-content-layout .wrap-single-product-images {
    float: left; }
  .wrap-single-product-content.right-content-layout .product > .summary {
    float: right; }
  .wrap-single-product-content.left-content-layout .wrap-single-product-images {
    float: right; }
  .wrap-single-product-content.left-content-layout .product > .summary {
    float: left; }
  .wrap-single-product-content.center-gallery-layout .wrap-single-product-images, .wrap-single-product-content.center-gallery-layout .summary, .wrap-single-product-content.center-gallery-layout .zoo-product-data-tabs {
    width: 33%; }
  .wrap-single-product-content.center-gallery-layout > .product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .wrap-single-product-content.center-gallery-layout .summary {
    order: -1; }
  .wrap-single-product-content.center-layout .summary {
    max-width: 450px;
    text-align: center;
    margin: 0 auto; }
  .wrap-single-product-content.center-layout .zoo-product-gallery.vertical-gallery, .wrap-single-product-content.center-layout .zoo-product-gallery.horizontal-gallery, .wrap-single-product-content.center-layout .zoo-product-gallery.none {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
  .wrap-single-product-content.sticky-content-layout .wrap-single-product-images {
    float: left; }
  .wrap-single-product-content.sticky-content-layout .summary {
    float: right; }
  .wrap-single-product-content .wrap-sticky-content-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px; }
  .wrap-single-product-content ul.products {
    position: relative; }
  .wrap-single-product-content section.products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px; }
    .wrap-single-product-content section.products h2 {
      text-align: center;
      font-size: 0.875rem;
      margin: 0 auto;
      padding-bottom: 12px;
      text-transform: uppercase;
      border-bottom: 1px solid #000;
      font-weight: 400; }
    .wrap-single-product-content section.products ul.products {
      padding-top: 60px; }
      .wrap-single-product-content section.products ul.products:before {
        width: calc(100% - 30px);
        content: '';
        background: var(--border-color);
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        height: 1px; }
  .wrap-single-product-content .wrap-single-product-images .onsale {
    position: absolute;
    right: 15px;
    left: auto; }

.wrap-single-product-content .wrap-single-product-images, .wrap-single-product-content .summary {
  padding-top: 40px; }
.wrap-single-product-content span.onsale {
  top: 55px; }

.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .added_to_cart {
  background: transparent;
  color: #000;
  line-height: 30px;
  padding: 5px 20px;
  letter-spacing: 1px; }
  .woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .added_to_cart:hover {
    background: #000;
    color: #fff; }
  .woocommerce div.product form.cart .button.zoo-wishlist-button, .woocommerce div.product form.cart .zoo-wishlist-button.added_to_cart {
    margin-right: 30px; }
  .woocommerce div.product form.cart .button.zoo-wishlist-button, .woocommerce div.product form.cart .zoo-wishlist-button.added_to_cart, .woocommerce div.product form.cart .button.zoo-compare-button, .woocommerce div.product form.cart .zoo-compare-button.added_to_cart {
    color: #000;
    padding: 10px 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-transform: none;
    font-size: 1rem;
    font-weight: normal;
    transition: all 300ms; }
    .woocommerce div.product form.cart .button.zoo-wishlist-button i, .woocommerce div.product form.cart .zoo-wishlist-button.added_to_cart i, .woocommerce div.product form.cart .button.zoo-compare-button i, .woocommerce div.product form.cart .zoo-compare-button.added_to_cart i {
      width: 35px;
      line-height: 35px;
      height: 35px;
      text-align: center;
      border-radius: 50%;
      background: #ffe5e7;
      margin-right: 10px; }
    .woocommerce div.product form.cart .button.zoo-wishlist-button:hover, .woocommerce div.product form.cart .zoo-wishlist-button.added_to_cart:hover, .woocommerce div.product form.cart .button.zoo-compare-button:hover, .woocommerce div.product form.cart .zoo-compare-button.added_to_cart:hover {
      background: none; }
      .woocommerce div.product form.cart .button.zoo-wishlist-button:hover i, .woocommerce div.product form.cart .zoo-wishlist-button.added_to_cart:hover i, .woocommerce div.product form.cart .button.zoo-compare-button:hover i, .woocommerce div.product form.cart .zoo-compare-button.added_to_cart:hover i {
        color: #f34291; }
  .woocommerce div.product form.cart .button.zoo-wishlist-button.browse-wishlist i, .woocommerce div.product form.cart .zoo-wishlist-button.browse-wishlist.added_to_cart i, .woocommerce div.product form.cart .button.zoo-compare-button.browse-products-compare i, .woocommerce div.product form.cart .zoo-compare-button.browse-products-compare.added_to_cart i {
    color: #f34291; }

.variations_form table.variations tr {
  background: none; }
.variations_form table.variations td label {
  color: #000; }

@media (max-width: 552px) {
  .wrap-single-product-content span.onsale {
    top: 15px; }

  .wrap-product-video {
    top: 15px; }

  .product.sale .wrap-product-video {
    top: 55px; } }
@media (min-width: 768px) {
  .wrap-single-product-content.content-half-width .wrap-single-product-images {
    width: calc(55% - 15px); }
  .wrap-single-product-content.content-half-width .summary {
    width: calc(45% - 15px); }
  .wrap-single-product-content.product-horizontal-gallery.content-half-width .wrap-single-product-images {
    width: calc(50% - 15px); }
  .wrap-single-product-content.product-horizontal-gallery.content-half-width .summary {
    width: calc(50% - 15px); }

  .summary .zoo-product-data-tabs {
    padding-top: 50px; }
  .summary .woocommerce-tabs #comments, .summary .woocommerce-tabs #review_form_wrapper {
    width: 100%;
    margin: 0 !important; }
  .summary .woocommerce-tabs .woocommerce-Reviews {
    flex-wrap: wrap; } }
.woocommerce div.product form.cart td.label label {
  padding: 10px 0;
  display: inline-block; }
.woocommerce div.product form.cart select {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  text-transform: uppercase; }

.woocommerce div.product form.cart .group_table tr {
  background: none;
  border-bottom: 1px solid var(--border-color); }
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle; }
  .woocommerce div.product form.cart .group_table td .wrap-group-qty {
    margin: 0; }
  .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__image {
    width: 80px;
    padding-right: 0;
    padding-left: 15px; }
    .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__image img {
      display: block; }
  .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label .product-loop-title {
    margin-bottom: 5px;
    font-size: 1rem; }
  .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label .stock {
    margin-bottom: 0; }

div.quantity {
  border: 1px solid var(--border-color);
  height: 50px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  div.quantity input[type=number]::-webkit-outer-spin-button,
  div.quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  div.quantity input[type=number] {
    -moz-appearance: textfield; }
  div.quantity input.qty {
    box-shadow: none;
    background: none;
    border: none;
    min-width: 55px;
    background: #fff; }
  div.quantity .qty-nav {
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #000;
    background: var(--border-color); }

.woocommerce .quantity input.qty {
  width: 40px; }

.zoo-single-product-nav {
  margin: 0 -8px 0 0;
  position: relative; }
  .zoo-single-product-nav li {
    list-style: none;
    padding: 0;
    display: inline-block; }
    .zoo-single-product-nav li:hover .product-item {
      top: 100%;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
  .zoo-single-product-nav .product-link-btn {
    height: 35px;
    position: relative;
    text-align: center;
    line-height: 35px;
    padding: 0 4px;
    font-size: 0.625rem;
    display: block; }
    .zoo-single-product-nav .product-link-btn .product-title {
      text-transform: uppercase;
      padding: 0 5px;
      font-size: 0.75rem;
      font-weight: 500;
      display: none; }
  .zoo-single-product-nav img {
    display: block; }
  .zoo-single-product-nav .product-item {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 280px;
    display: inline-block;
    background: #fff; }
    .zoo-single-product-nav .product-item .product-img, .zoo-single-product-nav .product-item .product-item-info {
      display: inline-block;
      float: left; }
    .zoo-single-product-nav .product-item .product-img {
      max-width: 80px; }
    .zoo-single-product-nav .product-item .product-item-info {
      width: calc(100% - 80px);
      padding: 5px 10px 0 10px; }
    .zoo-single-product-nav .product-item .price {
      margin: 0 !important;
      padding: 0 !important;
      font-size: 14px !important; }
      .zoo-single-product-nav .product-item .price .amount {
        padding: 0 !important;
        font-weight: 400;
        color: #000; }
      .zoo-single-product-nav .product-item .price del .amount {
        color: #959595; }
    .zoo-single-product-nav .product-item .product-loop-title {
      margin-bottom: 5px;
      font-size: 1rem;
      font-weight: 400; }

.zoo-woo-share {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .zoo-woo-share .label-share {
    color: #717779;
    margin-right: 10px; }
  .zoo-woo-share .social-icons {
    margin: 0; }
  .zoo-woo-share li {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.25rem; }
    .zoo-woo-share li a {
      color: #000; }
      .zoo-woo-share li a:hover {
        color: #717779; }

.products .slick-list {
  width: 100%; }
.products:hover .zoo-carousel-btn {
  opacity: 1; }
.products .zoo-carousel-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  color: #fff;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .products .zoo-carousel-btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }
  .products .zoo-carousel-btn:hover {
    background: rgba(0, 0, 0, 0.8); }
  .products .zoo-carousel-btn.prev-item {
    left: 30px; }
  .products .zoo-carousel-btn.next-item {
    right: 30px; }
.products .slick-track {
  margin-left: 0 !important; }

.zoo-countdown {
  width: 100%;
  display: inline-block;
  text-align: center; }

.label-product-countdown {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block; }

.wrap-zoo-countdown {
  text-align: center;
  background: #f5f5f5;
  margin: 10px 0 20px;
  padding: 20px 20px 15px; }

.label-countdown-block {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400; }

.countdown-times {
  display: inline-block; }
  .countdown-times > div {
    color: #3028cc;
    min-width: 60px;
    margin: 0 5px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    height: 60px;
    padding: 0 10px;
    line-height: 30px;
    float: left;
    font-size: 0.8125rem; }
    .countdown-times > div:last-child {
      margin-right: 0; }
    .countdown-times > div:first-child {
      margin-left: 0; }
    .countdown-times > div b {
      font-size: 1.875rem;
      text-transform: uppercase;
      width: 100%;
      text-align: center;
      display: block; }

.summary > .stock:not(.zoo-single-stock-label) {
  display: none; }
.summary .countdown-times {
  margin-bottom: 20px; }
  .summary .countdown-times > div {
    color: #717779;
    padding: 0;
    margin: 0 20px; }
    .summary .countdown-times > div:first-child {
      margin-left: 0; }
    .summary .countdown-times > div:last-child {
      margin-right: 0; }
      .summary .countdown-times > div:last-child b:after {
        display: none; }
  .summary .countdown-times > div b {
    color: #3028cc;
    border: 1px solid var(--border-color);
    padding: 10px 8px;
    font-weight: normal;
    position: relative;
    width: 100%; }
    .summary .countdown-times > div b:after {
      content: ':';
      position: absolute;
      color: #717779;
      left: calc(100% + 20px);
      font-size: 1.5rem;
      top: 50%;
      transform: translate(-50%, -50%); }

/*Sticky Add to Cart*/
.zoo-sticky-add-to-cart {
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 1;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%); }
  .zoo-sticky-add-to-cart .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .zoo-sticky-add-to-cart .wrap-product-content {
    width: 70%;
    display: flex;
    align-items: center; }
    .zoo-sticky-add-to-cart .wrap-product-content h3, .zoo-sticky-add-to-cart .wrap-product-content p {
      margin: 0;
      display: inline-block; }
    .zoo-sticky-add-to-cart .wrap-product-content h3.product-title {
      font-size: 1.5rem; }
    .zoo-sticky-add-to-cart .wrap-product-content .price {
      margin-left: 15px;
      display: flex;
      font-size: 1.25rem; }
      .zoo-sticky-add-to-cart .wrap-product-content .price > .amount {
        padding: 0 5px; }
        .zoo-sticky-add-to-cart .wrap-product-content .price > .amount:first-child {
          padding-left: 0; }
        .zoo-sticky-add-to-cart .wrap-product-content .price > .amount:last-child {
          padding-right: 0; }
  .zoo-sticky-add-to-cart .button.button-sticky-add-to-cart, .zoo-sticky-add-to-cart .button-sticky-add-to-cart.added_to_cart {
    background: #000;
    color: #fff;
    white-space: nowrap; }
    .zoo-sticky-add-to-cart .button.button-sticky-add-to-cart:hover, .zoo-sticky-add-to-cart .button-sticky-add-to-cart.added_to_cart:hover {
      background: #717779;
      color: #fff; }

.price {
  color: #000; }
  .price del {
    margin-right: 10px;
    opacity: 1;
    color: #959595; }
  .price ins {
    color: #000;
    background: none;
    text-decoration: none; }
  .price .amount {
    color: inherit;
    font-weight: 500; }

.amount {
  color: #000; }

.zoo-sticky-add-to-cart.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

@media (max-width: 576px) {
  .wrap-product-content .price {
    display: none !important; }

  .wrap-product-content .product-title {
    font-size: 1.125rem; } }
/*End Sticky Add to Cart*/
/*Add to cart button*/
.wrap-group-qty, .bundle_button {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .wrap-group-qty div.quantity, .bundle_button div.quantity {
    height: 40px;
    justify-content: center;
    margin: 0 20px 0 0 !important; }
    .wrap-group-qty div.quantity .qty-nav, .bundle_button div.quantity .qty-nav {
      font-size: 1.375rem; }
    .wrap-group-qty div.quantity input, .bundle_button div.quantity input {
      font-size: 1rem;
      height: 100%; }
    .wrap-group-qty div.quantity.hidden, .bundle_button div.quantity.hidden {
      display: none !important; }
  .wrap-group-qty .button, .wrap-group-qty .added_to_cart, .bundle_button .button, .bundle_button .added_to_cart {
    margin: 0 !important; }

.product button.single_add_to_cart_button {
  display: flex; }
  .product button.single_add_to_cart_button:after {
    order: -1;
    margin-right: 5px;
    position: static !important; }
  .product button.single_add_to_cart_button.loading i {
    display: none; }
  .product button.single_add_to_cart_button i {
    margin-right: 5px; }

/*End Add to cart button*/
/*Content Single Product*/
.woocommerce .summary .product_title {
  font-size: 1.875rem;
  margin-bottom: 10px; }
.woocommerce .summary .zoo-countdown {
  text-align: left;
  margin-bottom: 15px; }
.woocommerce .summary .countdown-times > div {
  text-align: center; }
.woocommerce .summary .zoo-new-label {
  background: #00afec; }
.woocommerce .summary .onsale {
  position: static;
  background: #ff525d;
  border: none; }
.woocommerce .summary p.zoo-single-stock-label {
  background: #81bf30; }
  .woocommerce .summary p.zoo-single-stock-label.out-of-stock {
    background: #717779; }
.woocommerce .summary .zoo-new-label, .woocommerce .summary .onsale, .woocommerce .summary p.zoo-single-stock-label {
  margin: 0 5px 5px 0;
  color: #fff;
  text-transform: capitalize;
  padding: 2px 8px;
  line-height: 20px;
  font-weight: normal;
  box-shadow: none;
  display: inline-block;
  font-size: 0.875rem; }
.woocommerce div.product .summary .stock {
  font-size: 0.875rem; }
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px; }
.woocommerce .woocommerce-product-rating a:hover {
  color: #000; }
.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 0.875rem;
  width: 5.3em; }
.woocommerce .star-rating::before {
  content: '\53\53\53\53\53'; }
.woocommerce .star-rating span::before {
  color: #ffcc33; }
.woocommerce div.product p.price {
  padding: 0;
  margin-bottom: 10px; }
.woocommerce div.product .summary p.price, .woocommerce div.product .summary span.price {
  color: #000;
  font-size: 1.5rem;
  width: 100%; }
  .woocommerce div.product .summary p.price span.amount, .woocommerce div.product .summary span.price span.amount {
    padding: 0 5px;
    font-weight: 500; }
  .woocommerce div.product .summary p.price > .amount:first-child, .woocommerce div.product .summary span.price > .amount:first-child {
    padding-left: 0; }
  .woocommerce div.product .summary p.price del, .woocommerce div.product .summary span.price del {
    opacity: 1;
    font-size: 83%;
    margin: 0; }
    .woocommerce div.product .summary p.price del span.amount, .woocommerce div.product .summary span.price del span.amount {
      padding-left: 0; }
  .woocommerce div.product .summary p.price ins, .woocommerce div.product .summary span.price ins {
    text-decoration: none;
    font-weight: 400; }
.woocommerce div.product span.price {
  margin-bottom: 5px; }
.woocommerce .woocommerce-product-details__short-description {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  color: #717779; }
  .woocommerce .woocommerce-product-details__short-description p:last-child {
    margin: 0; }
.woocommerce div.product form.cart {
  margin-bottom: 15px; }
  .woocommerce div.product form.cart button.button, .woocommerce div.product form.cart button.added_to_cart {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    height: 40px; }
  .woocommerce div.product form.cart .button.single_add_to_cart_button, .woocommerce div.product form.cart .single_add_to_cart_button.added_to_cart {
    background: #000;
    color: #fff; }
    .woocommerce div.product form.cart .button.single_add_to_cart_button:hover, .woocommerce div.product form.cart .single_add_to_cart_button.added_to_cart:hover {
      background: #717779; }
  .woocommerce div.product form.cart .button.zoo-buy-now, .woocommerce div.product form.cart .zoo-buy-now.added_to_cart {
    background: #fdb816;
    color: #fff; }
    .woocommerce div.product form.cart .button.zoo-buy-now:hover, .woocommerce div.product form.cart .zoo-buy-now.added_to_cart:hover {
      background: #000; }
.woocommerce .product_meta {
  width: 100%; }
.woocommerce .product_meta > span, .woocommerce .wrap-left-custom-meta > span {
  width: 100%;
  display: inline-block;
  color: #717779;
  font-size: 1rem;
  margin-bottom: 5px; }
  .woocommerce .product_meta > span .heading-meta, .woocommerce .wrap-left-custom-meta > span .heading-meta {
    color: #717779; }
  .woocommerce .product_meta > span span, .woocommerce .product_meta > span a, .woocommerce .wrap-left-custom-meta > span span, .woocommerce .wrap-left-custom-meta > span a {
    color: #000;
    font-weight: 400; }
.woocommerce .product_meta a:hover, .woocommerce .wrap-left-custom-meta a:hover {
  text-decoration: underline; }

.zoo-cw-attr-row div.label .zoo-cw-name {
  color: #717779; }

.woocommerce div.product form.cart div.quantity {
  margin: 0; }

/*Buy Now block*/
.wrap-buy-now {
  width: 100%;
  display: inline-block; }
  .wrap-buy-now a:hover {
    text-decoration: underline; }

.zoo-product-term input {
  opacity: 0;
  position: absolute;
  z-index: -1; }
.zoo-product-term label {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 20px; }
  .zoo-product-term label:before {
    font-family: cleversoft;
    content: '\c265';
    text-indent: -99px;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #717779;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 13px;
    font-size: 0.625rem;
    color: #000; }
.zoo-product-term input:checked ~ label:before, .zoo-product-term label:hover:before {
  text-indent: 0; }
.zoo-product-term a {
  padding: 0 5px; }

/*End Buy Now block*/
/*End Content Single Product*/
.woocommerce .star-rating span {
  line-height: 1; }

/* Stock countdown*/
.zoo-stock-countdown {
  margin-bottom: 30px; }
  .zoo-stock-countdown .label-product-stock-countdown {
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
    width: 100%;
    display: inline-block; }
    .zoo-stock-countdown .label-product-stock-countdown .number-product {
      color: #cc0000; }

.stock-countdown-bar {
  position: relative;
  display: block;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: var(--border-color);
  overflow: hidden;
  height: 12px; }
  .stock-countdown-bar .inner-stock-countdown-bar {
    height: 100%;
    display: block;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    transition: 0.9s linear;
    transition-property: width, background-color; }
    .stock-countdown-bar .inner-stock-countdown-bar.final-parse {
      background-color: #f56f5e !important; }
    .stock-countdown-bar .inner-stock-countdown-bar.secound-parse {
      background-color: #ff9900 !important; }
    .stock-countdown-bar .inner-stock-countdown-bar.first-parse {
      background-color: #33cc33 !important; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
/* End Stock countdown*/
/*Extend product notice*/
.zoo-extend-notice {
  margin: 0 0 20px; }
  .zoo-extend-notice li {
    list-style: none;
    color: #000; }
    .zoo-extend-notice li i {
      margin-right: 5px; }
  .zoo-extend-notice .end-of-day {
    color: #eb212e;
    text-decoration: underline; }
  .zoo-extend-notice .get-order-date {
    text-decoration: underline; }
  .zoo-extend-notice .visitor {
    background: #000;
    color: #fff;
    padding: 0 5px;
    margin: 0 3px; }
  .zoo-extend-notice .zoo-guarantee-safe-checkout-logo {
    text-align: center;
    border: 1px solid var(--border-color);
    padding: 25px 10px;
    margin: 40px 0 20px;
    position: relative; }
    .zoo-extend-notice .zoo-guarantee-safe-checkout-logo img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .zoo-extend-notice .heading-guarantee-safe-checkout-logo {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 20px;
    background: #fff;
    white-space: nowrap;
    position: absolute;
    text-transform: capitalize;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .zoo-extend-notice .amount {
    color: #eb212e; }

.zoo-product-sold-day {
  color: #eb212e;
  font-weight: 500; }
  .zoo-product-sold-day i {
    animation: blink 600ms infinite ease-in-out; }

/*End Extend product notice*/
.wrap-content-popup-page {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  max-width: calc(100% - 50px);
  max-height: calc(100vh - 50px);
  width: 100%; }
  .wrap-content-popup-page .content-popup-page {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    max-height: calc(100vh - 90px);
    display: none; }
    .wrap-content-popup-page .content-popup-page.active {
      display: inline-block; }
  .wrap-content-popup-page .close-popup-page {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    transform: translate(50%, -50%);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    cursor: pointer; }
    .wrap-content-popup-page .close-popup-page:hover {
      background: #f34291; }

.wrap-content-popup-page.active {
  opacity: 1;
  visibility: visible;
  z-index: 100; }

.close-zoo-extend-cart-info.active {
  opacity: 1;
  visibility: visible;
  z-index: 99; }

.zoo-extend-cart-info-item {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none; }
  .zoo-extend-cart-info-item a {
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
    white-space: nowrap;
    font-size: 0.8125rem; }
    .zoo-extend-cart-info-item a:hover {
      color: #f34291;
      text-decoration: underline; }

.zoo-extend-cart-info {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  flex-wrap: wrap; }
  .zoo-extend-cart-info .ask-product-block {
    margin-right: 0; }

.wrap-content-popup-page .wpcf7-form .wpcf7-text, .wrap-content-popup-page .wpcf7-form .wpcf7-textarea {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  padding: 5px 15px;
  margin-bottom: 20px; }
.wrap-content-popup-page .wpcf7-form > p, .wrap-content-popup-page .wpcf7-form .wpcf7-submit {
  margin: 0; }
.wrap-content-popup-page .wpcf7-form .wpcf7 h5 {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .woocommerce .summary .zoo-new-label, .woocommerce .summary .onsale, .woocommerce .summary p.stock {
    margin-bottom: 15px; }

  .wrap-content-popup-page {
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    height: auto; }
    .wrap-content-popup-page .content-popup-page {
      max-height: calc(80vh - 40px); }

  .zoo-extend-cart-info {
    flex-wrap: nowrap; }
    .zoo-extend-cart-info .ask-product-block {
      margin-left: auto;
      width: 50%;
      text-align: right; }

  .wrap-custom-meta {
    display: flex;
    justify-content: space-between; }
    .wrap-custom-meta .sku_wrapper {
      width: auto !important; } }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-color: #000; }

.zoo-popup-inner h2.zoo-popup-panel-title {
  background: #000; }

.wrap-right-element-cart {
  padding-left: 5px; }

/*Woocommerce loading bar*/
.free-shipping-required-notice {
  text-align: center;
  margin-bottom: 15px;
  width: 100%; }
  .free-shipping-required-notice .zoo-loading-bar {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #ff7433;
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .free-shipping-required-notice .label-free-shipping {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 0.875rem;
    text-align: left;
    padding: 0 15px;
    width: 100%;
    display: block; }
    .free-shipping-required-notice .label-free-shipping .amount {
      color: inherit; }
  .free-shipping-required-notice .load-percent {
    display: block;
    height: 100%;
    position: absolute;
    color: #fff;
    line-height: 25px;
    max-width: 100%;
    background: #33cc33; }
  .free-shipping-required-notice .shipping-heading-notice {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px; }
    .free-shipping-required-notice .shipping-heading-notice b {
      text-transform: uppercase; }
    .free-shipping-required-notice .shipping-heading-notice .amount {
      color: #eb212e; }

/*End Woocommerce loading bar*/
/*Mini Cart*/
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin: 0; }

.woocommerce-mini-cart__buttons .button, .woocommerce-mini-cart__buttons .added_to_cart {
  width: 100%;
  float: left;
  text-align: center; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-top: 1px solid var(--border-color);
  color: #000;
  font-weight: 400;
  display: flex; }
  .woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    font-weight: 400; }

.woocommerce-mini-cart__total.total {
  display: flex;
  justify-content: space-between; }
  .woocommerce-mini-cart__total.total strong {
    text-transform: uppercase; }

.woocommerce .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item {
  padding: 20px 0;
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: 1px dashed #ccc;
  transition: all 300ms; }
  .woocommerce .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item img {
    float: none;
    margin: 0;
    display: block;
    width: 100%; }
  .woocommerce .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item .remove {
    right: 0;
    top: 10px;
    left: auto;
    z-index: 1;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 0.7rem;
    background: transparent;
    border: 1px solid;
    border-radius: 50%;
    color: #acb2b8 !important; }
    .woocommerce .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item .remove:hover {
      background: transparent;
      color: #000 !important; }
    .woocommerce .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item .remove i {
      font-style: normal;
      font-weight: 400;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .woocommerce .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item .remove.revert-cart-item .zoo-icon-close:before {
      content: "슖"; }
  .woocommerce .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item.removed {
    opacity: 0;
    visibility: hidden; }
.woocommerce .widget_shopping_cart .woocommerce-mini-cart .wrap-product-thumb {
  width: 80px; }
.woocommerce .widget_shopping_cart .woocommerce-mini-cart .wrap-product-cart-detail {
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-top: 15px; }
  .woocommerce .widget_shopping_cart .woocommerce-mini-cart .wrap-product-cart-detail .quantity {
    display: flex;
    justify-content: space-between; }
.woocommerce .widget_shopping_cart .woocommerce-mini-cart .product-widget-title {
  font-size: 1rem; }
.woocommerce .widget_shopping_cart.element-off-canvas-cart .woocommerce-mini-cart .mini_cart_item .remove {
  right: 0;
  top: 20px; }
.woocommerce .widget_shopping_cart.element-off-canvas-cart .woocommerce-mini-cart .product-widget-title {
  padding-right: 10px; }
  .woocommerce .widget_shopping_cart.element-off-canvas-cart .woocommerce-mini-cart .product-widget-title a {
    line-height: 1.3;
    font-weight: 400; }
.woocommerce .widget_shopping_cart .free-shipping-required-notice .button.wc-forward, .woocommerce .widget_shopping_cart .free-shipping-required-notice .wc-forward.added_to_cart {
  display: none; }
.woocommerce .widget_shopping_cart .wrap-bottom-mini-cart {
  display: flex;
  flex-direction: column;
  padding-top: 15px; }
.woocommerce .widget_shopping_cart .zoo-cw-attribute-option {
  margin: 0; }

.product-widget-title {
  margin-bottom: 5px; }

.woocommerce-mini-cart-item.pre-remove > div {
  opacity: 0.6; }
.woocommerce-mini-cart-item.loading > *:not(.remove) {
  opacity: 0.6; }
.woocommerce-mini-cart-item.loading .revert-cart-item i {
  visibility: hidden; }
.woocommerce-mini-cart-item.loading.remove {
  color: transparent; }
.woocommerce-mini-cart-item.loading .remove i, .woocommerce-mini-cart-item.loading .revert-cart-item i {
  visibility: hidden; }
.woocommerce-mini-cart-item.loading .remove:before, .woocommerce-mini-cart-item.loading .remove:after, .woocommerce-mini-cart-item.loading .revert-cart-item:before, .woocommerce-mini-cart-item.loading .revert-cart-item:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  position: absolute;
  content: '';
  display: block; }
.woocommerce-mini-cart-item.loading .remove:after, .woocommerce-mini-cart-item.loading .revert-cart-item:after {
  z-index: 1;
  border: 2px solid #000;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: circus 1s linear 0s infinite;
  -o-animation: circus 1s linear 0s infinite;
  animation: circus 1s linear 0s infinite; }
.woocommerce-mini-cart-item.loading .remove:before, .woocommerce-mini-cart-item.loading .revert-cart-item:before {
  border: 2px solid var(--border-color); }

.woocommerce-mini-cart__empty-message:before {
  content: '!';
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.5rem; }

.woocommerce-mini-cart__empty-message {
  font-size: 1.125rem;
  padding: 15px 0;
  margin: 0; }

/*End Mini Cart*/
/*Add to Cart message*/
#zoo-add-to-cart-message {
  position: fixed;
  top: calc(50% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; }
  #zoo-add-to-cart-message.active, #zoo-add-to-cart-message:hover {
    opacity: 1;
    visibility: visible;
    top: 50%; }
  #zoo-add-to-cart-message .button, #zoo-add-to-cart-message .added_to_cart {
    white-space: nowrap;
    margin-left: 20px; }

.zoo-product-popup-notice {
  position: fixed;
  top: calc(50% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  color: #000;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; }
  .zoo-product-popup-notice.active, .zoo-product-popup-notice:hover {
    opacity: 1;
    visibility: visible;
    top: 50%; }

/*End Add to Cart message*/
/*Cart page*/
.woocommerce-page.page .main-content {
  padding: 50px 0; }
.woocommerce-page.page .page-title {
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 0 !important;
  font-size: 3rem; }

.zoo-wrap-cart-content {
  width: calc(100% + 30px);
  display: flex;
  padding: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  justify-content: center; }
  .zoo-wrap-cart-content .woocommerce-cart-form, .zoo-wrap-cart-content .cart-collaterals {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }

.woocommerce-checkout .button, .woocommerce-checkout .added_to_cart, .woocommerce-cart .button, .woocommerce-cart .added_to_cart {
  letter-spacing: 1px; }

.woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-info {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
.woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-info {
  text-align: center;
  border: none;
  background: none;
  padding: 15px 0;
  font-size: 1rem;
  color: #3028cc; }
  .woocommerce-cart .woocommerce-message:before, .woocommerce-cart .woocommerce-info:before {
    position: static;
    margin-right: 10px;
    color: #3028cc; }
.woocommerce-cart .woocommerce-message:before {
  content: '\e017';
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #3028cc; }
.woocommerce-cart .woocommerce .cart-empty {
  padding-top: 30px;
  text-align: center;
  font-size: 1.125rem; }
  .woocommerce-cart .woocommerce .cart-empty:before {
    content: '!';
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    margin-right: 10px; }
.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center; }
.woocommerce-cart div.quantity input.qty {
  line-height: 40px;
  font-size: 1rem; }

.shop_table .mobile-content {
  padding-top: 10px; }
  .shop_table .mobile-content .woocommerce-Price-amount {
    width: 100%;
    display: inline-block; }
  .shop_table .mobile-content .product-remove {
    width: 100% !important;
    padding: 0 !important; }
  .shop_table .mobile-content .remove {
    font-size: 0.75rem;
    width: auto !important;
    display: inline-block; }
    .shop_table .mobile-content .remove:hover {
      text-decoration: underline;
      color: red !important;
      background: none !important; }
.shop_table dl.variation {
  display: flex;
  margin: 0;
  align-items: center; }
  .shop_table dl.variation dt {
    font-weight: normal;
    color: #717779; }
  .shop_table dl.variation dd {
    margin-bottom: 5px !important;
    margin-right: 10px !important; }
    .shop_table dl.variation dd .zoo-cw-attribute-option {
      margin: 0; }
    .shop_table dl.variation dd p {
      margin: 0; }
.shop_table th {
  color: #000; }
.shop_table .product-name {
  color: #000; }

.woocommerce-cart table.cart {
  background: none;
  border: none; }
  .woocommerce-cart table.cart tr {
    background: none !important; }
  .woocommerce-cart table.cart thead th, .woocommerce-cart table.cart tbody td {
    background: none;
    border: none;
    border-bottom: 1px solid var(--border-color);
    padding-top: 15px;
    padding-bottom: 15px; }
    .woocommerce-cart table.cart thead th.product-remove, .woocommerce-cart table.cart thead th.product-price, .woocommerce-cart table.cart thead th.product-subtotal, .woocommerce-cart table.cart tbody td.product-remove, .woocommerce-cart table.cart tbody td.product-price, .woocommerce-cart table.cart tbody td.product-subtotal {
      display: none; }
  .woocommerce-cart table.cart thead th {
    color: #000; }
  .woocommerce-cart table.cart .product-remove {
    padding: 15px 0;
    text-align: left;
    width: 40px; }
    .woocommerce-cart table.cart .product-remove a.remove {
      height: 18px;
      line-height: 18px;
      text-align: center;
      font-size: 0.82rem;
      background: transparent;
      border: none;
      color: #959595 !important;
      font-weight: normal; }
      .woocommerce-cart table.cart .product-remove a.remove:hover {
        color: #000 !important; }
      .woocommerce-cart table.cart .product-remove a.remove i {
        font-style: normal;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
  .woocommerce-cart table.cart .product-thumbnail {
    padding: 15px 0;
    width: 100px; }
    .woocommerce-cart table.cart .product-thumbnail a {
      display: block; }
    .woocommerce-cart table.cart .product-thumbnail img {
      width: 100%; }
  .woocommerce-cart table.cart .product-quantity {
    width: 120px; }
  .woocommerce-cart table.cart .product-name a {
    color: #000; }
    .woocommerce-cart table.cart .product-name a:hover {
      color: #717779; }

.bottom-table-cart {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .bottom-table-cart .button, .bottom-table-cart .added_to_cart {
    width: 100%;
    text-align: center; }

.woocommerce .woocommerce-cart-form .bottom-table-cart a.button, .woocommerce .woocommerce-cart-form .bottom-table-cart a.added_to_cart, .woocommerce .woocommerce-cart-form button.button, .woocommerce .woocommerce-cart-form button.added_to_cart, .woocommerce .woocommerce-cart-form .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 15px; }

.woocommerce button.button:disabled, .woocommerce button.added_to_cart:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.added_to_cart:disabled[disabled] {
  padding: 5px 25px; }

@media (min-width: 768px) {
  .woocommerce-cart table.cart .product-remove {
    text-align: center; }

  .woocommerce-page .page-title {
    margin-bottom: 40px; }

  .woocommerce-page.page .main-content {
    padding: 90px 0; }

  .zoo-wrap-cart-content .woocommerce-cart-form {
    width: 70%; }
  .zoo-wrap-cart-content .cart-collaterals {
    width: 30%; }
  .zoo-wrap-cart-content .woocommerce-message, .zoo-wrap-cart-content .woocommerce-info {
    min-width: 40%; }
  .zoo-wrap-cart-content .shop_table .mobile-content {
    display: none; }

  .woocommerce-cart table.cart thead th.product-remove, .woocommerce-cart table.cart thead th.product-price, .woocommerce-cart table.cart thead th.product-subtotal, .woocommerce-cart table.cart tbody td.product-remove, .woocommerce-cart table.cart tbody td.product-price, .woocommerce-cart table.cart tbody td.product-subtotal {
    display: table-cell; }

  .bottom-table-cart .button, .bottom-table-cart .added_to_cart {
    width: calc(50% - 15px); }

  .woocommerce .bottom-table-cart a.button, .woocommerce .bottom-table-cart a.added_to_cart {
    margin-bottom: 0; }

  .woocommerce-cart table.cart .product-remove a.remove {
    height: 18px;
    width: 18px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 0.7rem; } }
.toggle-block {
  width: 100%;
  border: 1px solid var(--border-color);
  background: #f9f9f9;
  margin-bottom: 15px; }
  .toggle-block .heading-toggle-block {
    width: 100%;
    position: relative;
    padding: 5px 15px;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .toggle-block .heading-toggle-block i {
      font-size: 0.75rem; }
  .toggle-block .content-toggle-block {
    padding: 15px;
    display: none; }
    .toggle-block .content-toggle-block.coupon {
      text-align: center; }
      .toggle-block .content-toggle-block.coupon input.input-text {
        background: #fff; }
    .toggle-block .content-toggle-block .button, .toggle-block .content-toggle-block .added_to_cart {
      width: 100%; }

.woocommerce-shipping-calculator {
  width: 100%;
  border: 1px solid var(--border-color);
  background: #f9f9f9;
  margin-bottom: 15px; }
  .woocommerce-shipping-calculator > p {
    margin-bottom: 0;
    font-size: 1rem;
    text-transform: capitalize; }
    .woocommerce-shipping-calculator > p a {
      display: flex;
      justify-content: space-between;
      padding: 5px 15px;
      line-height: 30px;
      width: 100%;
      position: relative;
      color: inherit; }
      .woocommerce-shipping-calculator > p a:after {
        font-family: "cleversoft";
        content: "쁙";
        font-size: 0.75rem; }
  .woocommerce-shipping-calculator .shipping-calculator-form {
    padding: 15px;
    margin: 0 !important; }
    .woocommerce-shipping-calculator .shipping-calculator-form button {
      width: 100%; }
    .woocommerce-shipping-calculator .shipping-calculator-form p {
      padding: 0;
      margin-bottom: 15px; }
      .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) {
        margin: 0; }

.woocommerce-page .select2-dropdown {
  border-color: #000; }

.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 40px;
  border-color: #000; }
.woocommerce .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #000; }
.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #000; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 15px;
  line-height: 30px; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: none; }
  .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td {
    background: #f9f9f9;
    border-top: none;
    padding: 10px 15px; }
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    font-weight: 400; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 15px 0; }

.cart_totals h2 {
  border-bottom: 2px solid var(--border-color);
  padding: 15px 0;
  line-height: 25px;
  margin-bottom: 30px;
  font-size: 1.125rem; }
.cart_totals .free-shipping-required-notice {
  margin-bottom: 15px; }
  .cart_totals .free-shipping-required-notice .button.wc-forward, .cart_totals .free-shipping-required-notice .wc-forward.added_to_cart {
    background: transparent;
    width: 100%;
    border: 2px solid #3028cc;
    color: #3028cc;
    line-height: 22px; }
    .cart_totals .free-shipping-required-notice .button.wc-forward:hover, .cart_totals .free-shipping-required-notice .wc-forward.added_to_cart:hover {
      color: #fff;
      background: #3028cc; }

/*End Cart page*/
/*Check out page*/
.woocommerce-form__label-for-checkbox {
  font-size: 1rem; }

.woocommerce-checkout .woocommerce-info {
  text-align: center;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-bottom: 1px solid var(--border-color); }
  .woocommerce-checkout .woocommerce-info:before {
    display: none; }
.woocommerce-checkout .woocommerce-form-coupon-toggle, .woocommerce-checkout .woocommerce-form-login-toggle {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
.woocommerce-checkout .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-coupon {
  max-width: 450px;
  border: 1px solid var(--border-color);
  border-radius: 0 !important;
  text-align: center;
  margin: 20px auto !important; }
  .woocommerce-checkout .woocommerce-form-login .button, .woocommerce-checkout .woocommerce-form-login .added_to_cart, .woocommerce-checkout .woocommerce-form-coupon .button, .woocommerce-checkout .woocommerce-form-coupon .added_to_cart {
    width: 100%; }
.woocommerce-checkout .additional-login-info {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  text-align: center; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table table {
  margin-bottom: 15px; }
  .woocommerce .shop_table.woocommerce-checkout-review-order-table table th, .woocommerce .shop_table.woocommerce-checkout-review-order-table table td {
    background: #ebebeb;
    padding: 10px 15px;
    text-align: left; }

.list-checkout-order {
  margin: 0 0 15px;
  width: 100%; }
  .list-checkout-order li {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 10px; }
    .list-checkout-order li img {
      width: 60px;
      margin-right: 10px; }
    .list-checkout-order li:last-child {
      margin-bottom: 0; }
  .list-checkout-order .wrap-product-name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 10px; }
  .list-checkout-order .product-name {
    width: calc(100% - 70px); }
  .list-checkout-order .variation dt {
    padding-right: 5px; }
  .list-checkout-order .variation dd {
    margin: 0; }

.woocommerce-checkout #payment {
  background: none;
  border-radius: 0; }
  .woocommerce-checkout #payment .form-row.place-order {
    padding: 15px 0;
    margin: 0; }
  .woocommerce-checkout #payment .form-row label {
    line-height: 1; }
  .woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
    margin-bottom: 15px; }
  .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row {
    padding: 0;
    margin-bottom: 15px; }
  .woocommerce-checkout #payment ul.wc_payment_methods {
    border: 1px solid var(--border-color);
    padding: 0; }
    .woocommerce-checkout #payment ul.wc_payment_methods label {
      width: calc(100% - 30px);
      display: inline-block; }
    .woocommerce-checkout #payment ul.wc_payment_methods .woocommerce-notice {
      padding: 10px 15px; }
    .woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method {
      border-bottom: 1px solid var(--border-color);
      padding: 10px 15px;
      list-style: none; }
      .woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method:last-child {
        border: none; }
    .woocommerce-checkout #payment ul.wc_payment_methods .payment_box {
      margin: 0;
      background: none;
      padding: 0 0 5px; }
      .woocommerce-checkout #payment ul.wc_payment_methods .payment_box:before {
        display: none; }
  .woocommerce-checkout #payment .button, .woocommerce-checkout #payment .added_to_cart {
    width: 100%;
    margin-bottom: 30px; }

@media (min-width: 768px) {
  form.woocommerce-checkout {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    form.woocommerce-checkout .wrap-customer-detail {
      display: flex;
      width: 50%;
      padding-right: 30px;
      flex-wrap: wrap;
      flex-direction: column; }
      form.woocommerce-checkout .wrap-customer-detail > div {
        width: 100%; }
      form.woocommerce-checkout .wrap-customer-detail .form-row {
        padding: 0;
        margin-bottom: 10px;
        width: 100%; }
        form.woocommerce-checkout .wrap-customer-detail .form-row.form-row-wide {
          width: 100%; }
      form.woocommerce-checkout .wrap-customer-detail #order_comments_field {
        width: 100%; }
      form.woocommerce-checkout .wrap-customer-detail select {
        width: 100%; }
    form.woocommerce-checkout .wrap-order-detail {
      width: 50%; }
    form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
@media (min-width: 992px) {
  form.woocommerce-checkout .wrap-customer-detail {
    width: 65%; }
    form.woocommerce-checkout .wrap-customer-detail .form-row {
      width: calc(50% - 15px); }
      form.woocommerce-checkout .wrap-customer-detail .form-row.form-row-wide {
        width: 100%; }
  form.woocommerce-checkout .wrap-order-detail {
    width: 35%; } }
/*End Check out page*/
/*My account page*/
.woocommerce-account .wrap-account-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  .woocommerce-account .wrap-account-form h2 {
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 600;
    text-align: center; }
.woocommerce-account #customer_login > div {
  width: 100%;
  max-width: 100%; }
.woocommerce-account #customer_login .u-column2 {
  display: none; }
.woocommerce-account form.woocommerce-form {
  border: none;
  border-radius: 0;
  padding: 0; }
  .woocommerce-account form.woocommerce-form .form-row {
    padding: 0;
    margin-bottom: 15px; }
  .woocommerce-account form.woocommerce-form .woocommerce-LostPassword {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .woocommerce-account form.woocommerce-form .button, .woocommerce-account form.woocommerce-form .added_to_cart {
    width: 100%; }

.main-content nav.woocommerce-MyAccount-navigation {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #ebebeb; }
  .main-content nav.woocommerce-MyAccount-navigation ul {
    margin: 0 0 -3px; }
  .main-content nav.woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    transition: all 300ms; }
    .main-content nav.woocommerce-MyAccount-navigation li:hover, .main-content nav.woocommerce-MyAccount-navigation li.is-active {
      border-color: #3028cc; }
  .main-content nav.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px 0;
    color: #3028cc; }

.u-columns.addresses {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: flex; }
  .u-columns.addresses .woocommerce-Address {
    width: 50%;
    min-width: 50%; }

.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 15px; }

.woocommerce-MyAccount-content form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .woocommerce-MyAccount-content form .form-row {
    width: 100%; }
  .woocommerce-MyAccount-content form .clear {
    width: 100%; }
  .woocommerce-MyAccount-content form fieldset {
    width: 100%; }
  .woocommerce-MyAccount-content form legend {
    text-transform: capitalize; }

.woocommerce-error {
  padding: 50px 15px 15px;
  max-width: 400px;
  text-align: center;
  margin: 0 auto 30px;
  width: 100%; }

.woocommerce-error::before {
  content: '!';
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #b81c23;
  left: calc(50% - 18px);
  font-size: 1.125rem;
  top: 10px; }

.wrap-toggle-form-block {
  display: none;
  text-align: center; }
  .wrap-toggle-form-block h2 {
    text-transform: uppercase;
    font-size: 1.375rem; }

@media (min-width: 992px) {
  .woocommerce-account .wrap-account-form.enable-register {
    max-width: 100%;
    display: flex; }
    .woocommerce-account .wrap-account-form.enable-register #customer_login {
      padding: 30px 20px 0;
      border-right: 1px solid var(--border-color);
      width: 50%; }
      .woocommerce-account .wrap-account-form.enable-register #customer_login > div {
        max-width: 450px;
        margin: 0 auto; }

  .wrap-register-toggle-button, .wrap-login-toggle-button {
    display: none; }

  .wrap-toggle-form-block {
    display: inline-block;
    width: 50%;
    padding: 30px 20px 0; }
    .wrap-toggle-form-block > div {
      max-width: 450px;
      margin: 0 auto; }

  .toggle-form-block-login {
    display: none; } }
@media (min-width: 576px) {
  .woocommerce-MyAccount-content form .form-row.form-row-first, .woocommerce-MyAccount-content form .form-row.form-row-last {
    width: calc(50% - 15px); }

  nav.woocommerce-MyAccount-navigation li {
    margin: 0 20px; } }
/*End My account page*/
.woocommerce-checkout #payment .button, .woocommerce-checkout #payment .added_to_cart, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background: #000;
  height: 40px;
  padding: 5px 25px;
  font-size: 0.8125rem; }
  .woocommerce-checkout #payment .button:hover, .woocommerce-checkout #payment .added_to_cart:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #717779; }

.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout), .woocommerce-mini-cart__buttons .wc-forward.added_to_cart:not(.checkout) {
  background: none;
  border: 2px solid #000;
  color: #000;
  margin-bottom: 20px;
  line-height: 26px; }
  .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover, .woocommerce-mini-cart__buttons .wc-forward.added_to_cart:not(.checkout):hover {
    background: #717779;
    border-color: #717779;
    color: #fff; }

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  padding: 0;
  border: none;
  display: flex;
  align-items: center; }
  .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    margin: 0; }

.woocommerce-account .lost_reset_password {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }
  .woocommerce-account .lost_reset_password .woocommerce-Button {
    width: 100%; }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  padding: 5px 15px;
  color: #000;
  margin: 0;
  display: block;
  position: relative; }
  #add_payment_method .cart-collaterals .shipping-calculator-button:after, .woocommerce-cart .cart-collaterals .shipping-calculator-button:after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    content: '\c059';
    font-family: 'cleversoft';
    position: absolute;
    right: 15px;
    font-size: 75%;
    top: 50%;
    transform: translateY(-50%); }

.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  padding: 0; }

.woocommerce-shipping-totals {
  vertical-align: top; }

.woocommerce-NoticeGroup {
  width: 100%; }
  .woocommerce-NoticeGroup .woocommerce-error {
    max-width: 450px; }

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  padding: 15px 20px;
  border: 1px solid var(--border-color); }

.woocommerce-customer-details .woocommerce-columns--2 .woocommerce-column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 992px) {
  .woocommerce-customer-details .woocommerce-columns--2 .woocommerce-column {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.woocommerce .blockUI.blockOverlay:before {
  position: fixed !important; }

.trust-badges {
  margin: 0 auto 30px;
  display: block; }

.zoo-product-quick-view {
  position: fixed;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  top: calc(50% + 100px);
  left: 50%;
  background: #fff;
  z-index: 100;
  max-width: 900px;
  width: 90%;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .zoo-product-quick-view .product-extended-button {
    display: none; }
  .zoo-product-quick-view .wrap-single-product-images, .zoo-product-quick-view .summary, .zoo-product-quick-view .product > .images {
    width: 100%;
    float: left; }
  .zoo-product-quick-view .woocommerce-breadcrumb {
    display: none !important; }
  .zoo-product-quick-view.woocommerce div.product div.images {
    margin: 0; }
  .zoo-product-quick-view.woocommerce div.product div.summary {
    margin-bottom: 0;
    padding: 0 15px; }
  .zoo-product-quick-view .woocommerce-product-gallery__wrapper, .zoo-product-quick-view .images {
    float: left;
    width: 100%; }
  .zoo-product-quick-view .wrap-main-product-gallery {
    width: 100%;
    display: inline-block;
    float: left;
    overflow: hidden; }
  .zoo-product-quick-view .wrap-list-thumbnail {
    display: none; }
  .zoo-product-quick-view .vertical-gallery .wrap-list-thumbnail .woocommerce-product-gallery__image:not(.slick-slide) {
    width: 100px !important;
    float: left;
    position: static !important; }
  .zoo-product-quick-view .vertical-gallery .wrap-list-thumbnail .woocommerce-product-gallery__image {
    transition: width 0ms, border 300ms; }
  .zoo-product-quick-view .vertical-gallery .wrap-list-thumbnail {
    padding: 5px 0;
    margin: 0 -5px !important;
    width: calc(100% + 10px); }
  .zoo-product-quick-view .vertical-gallery .wrap-list-thumbnail .zoo-carousel-btn {
    height: 100%;
    top: 0;
    border: none;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    width: 20px; }
    .zoo-product-quick-view .vertical-gallery .wrap-list-thumbnail .zoo-carousel-btn:hover {
      background: rgba(255, 255, 255, 0.8); }
    .zoo-product-quick-view .vertical-gallery .wrap-list-thumbnail .zoo-carousel-btn i {
      background: none;
      color: inherit; }
    .zoo-product-quick-view .vertical-gallery .wrap-list-thumbnail .zoo-carousel-btn.next-item {
      right: 5px;
      left: auto; }
    .zoo-product-quick-view .vertical-gallery .wrap-list-thumbnail .zoo-carousel-btn.prev-item {
      left: 5px; }

.close-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #3028cc;
  z-index: 2; }
  .close-btn:hover {
    background: #fff;
    cursor: pointer; }

.woocommerce .zoo-product-quick-view span.onsale {
  top: 20px;
  left: 20px; }

@media (min-width: 576px) {
  .zoo-product-quick-view .wrap-single-product-images, .zoo-product-quick-view .summary, .zoo-product-quick-view .product > .images {
    width: calc(50% - 15px); }

  .zoo-product-quick-view .wrap-single-product-images {
    margin-right: 15px; }
  .zoo-product-quick-view .summary {
    margin-left: 15px; }
  .zoo-product-quick-view.woocommerce div.product div.images {
    margin: 0; }
  .zoo-product-quick-view.woocommerce div.product div.summary {
    margin-bottom: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .zoo-product-quick-view {
    padding: 50px 0;
    overflow: hidden;
    max-height: 90vh; }
    .zoo-product-quick-view div.product {
      display: inline-block;
      width: 100%;
      max-height: calc(90vh - 100px);
      padding: 0 50px;
      overflow: hidden;
      overflow-y: scroll;
      position: static !important; }
    .zoo-product-quick-view .wrap-single-product-images {
      position: relative; }
    .zoo-product-quick-view .wrap-list-thumbnail {
      display: inline-block;
      width: 100%; }

  .zoo-product-quick-view.woocommerce div.product div.summary {
    padding-right: 0; } }
.woocommerce .zoo-ln-loading::after, .woocommerce .zoo-layer-nav::before {
  background: #f34291; }

.woocommerce .zoo-layer-nav.zoo-ln-filtering::after, .woocommerce .zoo-ln-loading::before {
  z-index: 3; }

.product-sidebar {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  background: #fff;
  z-index: 99;
  transform: translateX(-350px); }
  .product-sidebar.active {
    transform: translateX(0); }
  .product-sidebar.zoo-off-canvas-sidebar {
    width: 100%;
    max-width: 350px;
    padding: 50px 0 30px 0; }

.top-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  z-index: 1; }
  .top-sidebar .close-btn {
    background: none;
    color: #fff; }
    .top-sidebar .close-btn:hover {
      background: none; }

.product-sidebar.zoo-off-canvas-sidebar .wrap-product-sidebar {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
  border: none;
  max-width: 100%; }

@media (max-width: 992px) {
  .product-sidebar {
    width: 100%;
    max-width: 350px;
    padding: 50px 0 30px; }

  .wrap-product-sidebar {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px; } }
@media (min-width: 992px) {
  .product-sidebar:not(.zoo-off-canvas-sidebar) {
    position: static;
    transform: none;
    z-index: inherit;
    height: auto;
    overflow: visible;
    background: transparent; }

  .left-sidebar-layout .zoo-sidebar-control, .left-sidebar-layout .top-sidebar, .right-sidebar-layout .zoo-sidebar-control, .right-sidebar-layout .top-sidebar {
    display: none; }

  .right-sidebar-layout .wrap-product-sidebar {
    float: right; }
  .right-sidebar-layout .zoo-right-sidebar {
    order: 2; }
  .right-sidebar-layout .zoo-products-shop-loop {
    order: 1; } }
.product-sidebar .widget_zoo_ln_widget {
  width: 100%;
  margin: 0; }
.product-sidebar .zoo-filter-block {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--border-color); }
  .product-sidebar .zoo-filter-block:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0; }
.product-sidebar .zoo-active-filter {
  position: relative;
  padding-bottom: 0; }
  .product-sidebar .zoo-active-filter .zoo-title-filter-block {
    margin-bottom: 15px; }
  .product-sidebar .zoo-active-filter .zoo-ln-wrap-activated-filter {
    padding-bottom: 30px; }
    .product-sidebar .zoo-active-filter .zoo-ln-wrap-activated-filter li {
      padding: 0;
      line-height: 30px;
      display: flex;
      flex-wrap: wrap; }
      .product-sidebar .zoo-active-filter .zoo-ln-wrap-activated-filter li > span {
        display: none; }
      .product-sidebar .zoo-active-filter .zoo-ln-wrap-activated-filter li.zoo-ln-activated-clear-all {
        margin-top: 20px; }
    .product-sidebar .zoo-active-filter .zoo-ln-wrap-activated-filter .zoo-ln-remove-filter-item:not(.zoo-ln-clear-all) {
      color: #3028cc;
      border: none;
      font-size: 0.875rem;
      background: var(--border-color);
      padding: 5px 8px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0 10px 10px 0; }
      .product-sidebar .zoo-active-filter .zoo-ln-wrap-activated-filter .zoo-ln-remove-filter-item:not(.zoo-ln-clear-all) i {
        margin: 0 0 0 10px; }
      .product-sidebar .zoo-active-filter .zoo-ln-wrap-activated-filter .zoo-ln-remove-filter-item:not(.zoo-ln-clear-all):hover {
        color: #fff;
        background: #000; }
  .product-sidebar .zoo-active-filter .zoo-title-filter-block {
    padding-bottom: 15px; }
.product-sidebar .zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item.zoo-ln-clear-all {
  margin: 0;
  color: #717779;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  font-size: 0.8125rem;
  text-transform: capitalize; }
  .product-sidebar .zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item.zoo-ln-clear-all:hover {
    color: #eb212e; }
.product-sidebar .zoo-ln-slider-range.ui-widget.ui-widget-content {
  height: 5px;
  width: calc(100% - 15px); }
  .product-sidebar .zoo-ln-slider-range.ui-widget.ui-widget-content:before {
    content: '';
    height: 100%;
    position: absolute;
    background: inherit;
    display: block;
    width: calc(100% + 15px);
    left: -10px; }
  .product-sidebar .zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-range {
    background: #f34291; }
.product-sidebar .zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-handle {
  width: 16px;
  height: 16px;
  top: -6px;
  box-shadow: none !important;
  background: #fff;
  border: 3px solid #f34291; }
.product-sidebar .zoo-slider-price-amount {
  color: #717779;
  font-size: 1rem; }
  .product-sidebar .zoo-slider-price-amount > span {
    color: #717779; }
    .product-sidebar .zoo-slider-price-amount > span .amount {
      color: inherit; }
.product-sidebar .cw-type-color .zoo-list-cw-attribute .zoo-filter-item:first-child label:before, .product-sidebar .cw-type-image .zoo-list-cw-attribute .zoo-filter-item:first-child label:before {
  margin-top: 3px; }
.product-sidebar .cw-type-color .zoo-list-cw-attribute .zoo-filter-item label:before, .product-sidebar .cw-type-image .zoo-list-cw-attribute .zoo-filter-item label:before {
  border: none !important;
  top: 0; }

.widget_zoo_ln_widget .zoo-title-filter-block {
  font-size: 1rem;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 400; }
.widget_zoo_ln_widget .zoo-ln-toggle-block-view {
  position: static;
  margin: 0 10px;
  color: #acb2b8;
  font-size: 0.75rem; }
.widget_zoo_ln_widget .zoo-filter-by-price.slider-price .zoo-title-filter-block {
  margin-bottom: 40px; }
.widget_zoo_ln_widget .zoo-list-filter-item > .zoo-filter-item:first-child {
  padding-top: 0; }
.widget_zoo_ln_widget .zoo-wrap-child-item {
  padding-top: 5px; }
.widget_zoo_ln_widget .zoo-filter-item {
  padding: 5px 0;
  line-height: 30px; }
  .widget_zoo_ln_widget .zoo-filter-item:last-child {
    padding-bottom: 0; }
  .widget_zoo_ln_widget .zoo-filter-item label {
    color: #717779;
    cursor: pointer; }
  .widget_zoo_ln_widget .zoo-filter-item .count {
    border-radius: 3px;
    color: #717779;
    font-size: 0.75rem;
    position: static;
    background: #f5f5f5;
    margin-left: 6px;
    height: 20px;
    line-height: 20px; }
.widget_zoo_ln_widget .zoo-filter-block.inline .zoo-filter-item {
  padding: 0;
  border: 1px solid var(--border-color); }
.widget_zoo_ln_widget .zoo-filter-block.inline .count {
  margin: 0; }
.widget_zoo_ln_widget .cw-type-color.inline .zoo-filter-item:hover, .widget_zoo_ln_widget .cw-type-color.inline .zoo-filter-item.selected, .widget_zoo_ln_widget .cw-type-image.inline .zoo-filter-item:hover, .widget_zoo_ln_widget .cw-type-image.inline .zoo-filter-item.selected {
  position: relative; }
  .widget_zoo_ln_widget .cw-type-color.inline .zoo-filter-item:hover:before, .widget_zoo_ln_widget .cw-type-color.inline .zoo-filter-item.selected:before, .widget_zoo_ln_widget .cw-type-image.inline .zoo-filter-item:hover:before, .widget_zoo_ln_widget .cw-type-image.inline .zoo-filter-item.selected:before {
    font-size: 0.75rem;
    content: '\c265';
    font-family: cleversoft;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff; }
.widget_zoo_ln_widget .cw-type-text.list .zoo-list-cw-attribute {
  display: flex;
  flex-wrap: wrap; }
.widget_zoo_ln_widget .cw-type-text.list .zoo-filter-item {
  width: 50%;
  padding-top: 0;
  padding-bottom: 10px; }
.widget_zoo_ln_widget .cw-type-text.inline .zoo-filter-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px; }
.widget_zoo_ln_widget .zoo-list-filter-item .zoo-filter-item label::before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0;
  margin-right: 5px;
  margin-top: 6px;
  display: block;
  float: left;
  line-height: 18px;
  font-size: 0.8125rem; }
.widget_zoo_ln_widget .zoo-list-filter-item .zoo-filter-item.selected > label::before {
  content: '\c265'; }
.widget_zoo_ln_widget .zoo-ln-toggle-view {
  right: -10px; }
.widget_zoo_ln_widget .zoo-layer-nav::after {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px; }
.widget_zoo_ln_widget .scroll-wrapper > .scroll-element.scroll-y {
  width: 5px; }
.widget_zoo_ln_widget .zoo-ln-toggle-block-view i:before {
  content: '\c009'; }
.widget_zoo_ln_widget .visible .zoo-ln-toggle-block-view i::before {
  content: "쁙"; }
.widget_zoo_ln_widget .zoo-filter-item:first-child .zoo-ln-toggle-view {
  top: 2px; }
.widget_zoo_ln_widget .zoo-ln-toggle-view {
  top: 5px; }

.zoo-top-sidebar .zoo-ln-wrap-col {
  background: #fff;
  padding: 0;
  width: calc(100% + 30px);
  margin-left: -15px; }
.zoo-top-sidebar.sidebar .widget_zoo_ln_widget {
  margin-bottom: 0; }

.togglelines {
  margin: 12px 5px 12px 0;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 22px;
  height: 2px;
  border-bottom: 2px solid;
  transition: background .01s ease .3s; }
  .togglelines:before, .togglelines:after {
    content: "";
    width: 22px;
    height: 2px;
    border-bottom: 2px solid;
    position: absolute;
    top: -6px;
    transition: top .3s ease .3s, transform .3s ease 0s, width .01s ease .3s; }
  .togglelines:after {
    top: 6px;
    width: 12px; }

.zoo-sidebar-control {
  padding-left: 30px;
  position: relative; }
  .zoo-sidebar-control span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .zoo-sidebar-control .text-after {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
  .zoo-sidebar-control .text-before {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
  .zoo-sidebar-control.active .text-before {
    visibility: hidden;
    opacity: 0; }
  .zoo-sidebar-control.active .text-after {
    opacity: 1;
    visibility: visible; }
  .zoo-sidebar-control.active .togglelines {
    border-color: transparent; }
    .zoo-sidebar-control.active .togglelines:after, .zoo-sidebar-control.active .togglelines:before {
      transition: top .3s ease, transform .3s ease .3s, width .01s ease .3s; }
    .zoo-sidebar-control.active .togglelines:before {
      top: 0;
      transform: rotate(-45deg); }
    .zoo-sidebar-control.active .togglelines:after {
      top: 0;
      transform: rotate(45deg);
      width: 22px; }

.zoo-ln-wrap-col .zoo-wrap-layer-filter {
  margin-bottom: 40px; }

.is-sticky.wrap-top-shop-loop {
  background: #fff;
  width: 100vw !important;
  padding: 10px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
  left: 0; }

@media (max-width: 992px) {
  .zoo-top-sidebar {
    display: inline-block !important; } }
@media (min-width: 992px) {
  .widget_zoo_ln_widget .zoo-list-filter-item .zoo-filter-item label:hover::before {
    content: '\c265'; }

  .zoo-ln-wrap-col .zoo-wrap-layer-filter {
    margin-bottom: 20px; }

  .wrap-product-sidebar {
    max-width: 280px;
    display: inline-block;
    width: 100%; }

  .top-sidebar-layout .wrap-top-shop-loop {
    position: relative;
    flex-wrap: wrap; }
    .top-sidebar-layout .wrap-top-shop-loop .top-sidebar {
      display: none; }
    .top-sidebar-layout .wrap-top-shop-loop .zoo-top-sidebar {
      border: none;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      background: #fff;
      display: none;
      transition: none; }
    .top-sidebar-layout .wrap-top-shop-loop .wrap-product-sidebar {
      width: 100%;
      border: none;
      max-width: 100%;
      padding: 45px 15px 20px;
      display: inline-block; }
    .top-sidebar-layout .wrap-top-shop-loop .zoo-ln-filter-form {
      display: flex;
      flex-direction: column-reverse; }
    .top-sidebar-layout .wrap-top-shop-loop .zoo-ln-primary-col {
      width: 100%; }
    .top-sidebar-layout .wrap-top-shop-loop .zoo-active-filter .zoo-title-filter-block, .top-sidebar-layout .wrap-top-shop-loop .zoo-active-filter .zoo-ln-wrap-activated-filter li {
      border: none; }
    .top-sidebar-layout .wrap-top-shop-loop .zoo-filter-block.zoo-active-filter {
      padding-top: 20px; }
      .top-sidebar-layout .wrap-top-shop-loop .zoo-filter-block.zoo-active-filter .zoo-title-filter-block {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 16%; }
      .top-sidebar-layout .wrap-top-shop-loop .zoo-filter-block.zoo-active-filter .zoo-ln-wrap-activated-filter {
        display: inline-block;
        width: calc(84% - 5px); }
        .top-sidebar-layout .wrap-top-shop-loop .zoo-filter-block.zoo-active-filter .zoo-ln-wrap-activated-filter .zoo-ln-group-activated-filter {
          padding: 0;
          display: inline; }
        .top-sidebar-layout .wrap-top-shop-loop .zoo-filter-block.zoo-active-filter .zoo-ln-wrap-activated-filter .zoo-ln-remove-filter-item:not(.zoo-ln-clear-all) {
          margin-left: 30px;
          margin-right: 0; }
        .top-sidebar-layout .wrap-top-shop-loop .zoo-filter-block.zoo-active-filter .zoo-ln-wrap-activated-filter .zoo-ln-activated-clear-all {
          position: static;
          margin-left: 20px; } }
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes blink {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
.products-border .product .wrap-product-img {
  border: 1px solid var(--border-color); }
.products-border .wrap-product-loop-content {
  width: calc(100% + 1px); }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.disabled.added_to_cart, .woocommerce a.button:disabled, .woocommerce a.added_to_cart:disabled, .woocommerce a.button:disabled[disabled], .woocommerce a.added_to_cart:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.disabled.added_to_cart, .woocommerce button.button:disabled, .woocommerce button.added_to_cart:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.added_to_cart:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.disabled.added_to_cart, .woocommerce input.button:disabled, .woocommerce input.added_to_cart:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.added_to_cart:disabled[disabled] {
  color: #fff; }

.woocommerce li.product a.button, .woocommerce li.product a.added_to_cart {
  line-height: 20px;
  padding: 10px 15px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce a.added_to_cart, .woocommerce button.button, .woocommerce button.added_to_cart, .woocommerce input.button, .woocommerce input.added_to_cart {
  font-size: 0.8125rem;
  background: #000;
  color: #fff;
  padding: 5px 25px;
  line-height: 30px;
  border-radius: 0; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce a.added_to_cart:hover, .woocommerce button.button:hover, .woocommerce button.added_to_cart:hover, .woocommerce input.button:hover, .woocommerce input.added_to_cart:hover {
    background: #717779;
    color: #fff; }

.woocommerce.archive .main-content {
  padding-top: 0; }
.woocommerce.archive .zoo-wrap-product-shop-loop {
  padding-top: 60px; }

/* Mask close for all theme light box or off canvas**/
.zoo-mask-close, .close-zoo-extend-cart-info {
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 18 18' fill='%23fff'%3e%3cpath d='M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z'/%3e%3c/svg%3e"), pointer;
  opacity: 0;
  visibility: hidden;
  transition: z-index 300ms, opacity 300ms; }
  .zoo-mask-close.loading:before, .loading.close-zoo-extend-cart-info:before {
    width: 20px;
    height: 20px;
    background: #f34291;
    content: '';
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50% -50%);
    animation: blink 500ms infinite ease-in-out; }
  .zoo-mask-close.active, .active.close-zoo-extend-cart-info {
    z-index: 88;
    opacity: 1;
    visibility: visible;
    transition: z-index 0ms, opacity 300ms; }

/* End mask close for all theme light box or off canvas**/
.woocommerce .woocommerce-breadcrumb {
  color: #717779;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  height: 35px; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #000; }
    .woocommerce .woocommerce-breadcrumb a:hover {
      color: #717779; }
  .woocommerce .woocommerce-breadcrumb .dotted {
    width: 5px;
    height: 5px;
    background: #717779;
    border-radius: 50%;
    display: inline-block;
    margin: 3px 10px 0; }

.wrap-top-shop-loop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background: #f6f8fa;
  padding: 0 10px; }
  .wrap-top-shop-loop .left-top-shop-loop, .wrap-top-shop-loop .right-top-shop-loop {
    width: 100%; }
  .wrap-top-shop-loop .zoo-sidebar-control {
    margin-right: 20px;
    color: #000; }
    .wrap-top-shop-loop .zoo-sidebar-control:hover {
      color: #717779; }

.wrap-toggle-products-layout {
  display: none; }
  .wrap-toggle-products-layout .label-toggle-products-layout {
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    font-size: 0.875rem;
    margin: 0 10px 0 0; }
  .wrap-toggle-products-layout .toggle-products-layout-button {
    margin: 0 5px;
    position: relative;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    color: #717779; }
    .wrap-toggle-products-layout .toggle-products-layout-button .togglelines {
      width: 18px;
      margin: 11px 0 11px 5px; }
      .wrap-toggle-products-layout .toggle-products-layout-button .togglelines:after, .wrap-toggle-products-layout .toggle-products-layout-button .togglelines:before {
        width: 18px; }
    .wrap-toggle-products-layout .toggle-products-layout-button.active, .wrap-toggle-products-layout .toggle-products-layout-button:hover {
      color: #000; }

@media (min-width: 481px) {
  .wrap-top-shop-loop .left-top-shop-loop {
    display: flex;
    align-items: center; }

  .wrap-top-shop-loop .woocommerce-breadcrumb {
    display: flex; } }
.right-top-shop-loop {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .right-top-shop-loop .woocommerce-result-count, .right-top-shop-loop .woocommerce-ordering {
    margin-bottom: 0; }
  .right-top-shop-loop .woocommerce-result-count {
    padding: 0 15px;
    color: #717779;
    font-size: 1rem; }

.woocommerce-ordering {
  position: relative; }
  .woocommerce-ordering:after {
    content: '\c059';
    font-family: 'cleversoft';
    font-size: 0.625rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .woocommerce-ordering select {
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    text-align: right;
    font-weight: 500;
    font-family: inherit;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    background: none;
    outline: none !important;
    margin: 0; }
    .woocommerce-ordering select:focus {
      outline: none !important; }

@media (min-width: 992px) {
  .wrap-toggle-products-layout {
    display: flex;
    align-items: center; }

  .wrap-top-shop-loop .zoo-sidebar-control {
    margin-right: 40px; } }
@media (min-width: 768px) {
  .wrap-top-shop-loop .left-top-shop-loop, .wrap-top-shop-loop .right-top-shop-loop {
    width: 50%; } }
@media (max-width: 992px) {
  .woocommerce-result-count {
    display: none; } }
ul.products {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  flex-wrap: wrap;
  display: flex; }
  ul.products.highlight-featured {
    display: inline-block; }

/*Grid width for products loop*/
.products.grid-1-cols .product {
  width: 100%; }
.products.grid-2-cols .product {
  width: 50%; }
.products.grid-3-cols .product {
  width: 33.33%; }
.products.grid-4-cols .product {
  width: 25%; }
.products.grid-5-cols .product {
  width: 20%; }
.products.grid-6-cols .product {
  width: 16.66%; }

@media (min-width: 576px) and (max-width: 992px) {
  .products.grid-md-1-cols .product {
    width: 100%; }
  .products.grid-md-2-cols .product {
    width: 50%; }
  .products.grid-md-3-cols .product {
    width: 33.33%; }
  .products.grid-md-4-cols .product {
    width: 25%; }
  .products.grid-md-5-cols .product {
    width: 20%; }
  .products.grid-md-6-cols .product {
    width: 16.66%; } }
@media (min-width: 992px) {
  .products.grid-lg-1-cols .product {
    width: 100%; }
  .products.grid-lg-2-cols .product {
    width: 50%; }
  .products.grid-lg-3-cols .product {
    width: 33.33%; }
  .products.grid-lg-4-cols .product {
    width: 25%; }
  .products.grid-lg-5-cols .product {
    width: 20%; }
  .products.grid-lg-6-cols .product {
    width: 16.66%; } }
/*Shop loop heading*/
.shop-heading-image {
  margin-bottom: 55px; }

.woocommerce-products-header .page-description {
  margin-bottom: 25px; }

.shop-title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 25px; }

/*End Shop loop heading*/
/*End Grid width for products loop*/
.zoo-wrap-product-shop-loop {
  margin-bottom: 50px; }

.woocommerce span.onsale {
  z-index: 1; }

/*No Product*/
.woocommerce .no-product-found {
  padding: 80px 15px;
  margin: 0 auto;
  max-width: 550px;
  position: static !important;
  text-align: center; }
  .woocommerce .no-product-found .woocommerce-info {
    padding: 20px 0;
    background: none;
    border: none;
    font-size: 1.375rem;
    color: #717779;
    margin-bottom: 0; }
    .woocommerce .no-product-found .woocommerce-info:before {
      display: none; }
  .woocommerce .no-product-found a.button, .woocommerce .no-product-found a.added_to_cart {
    line-height: 20px;
    background: #000;
    color: #fff; }
    .woocommerce .no-product-found a.button:hover, .woocommerce .no-product-found a.added_to_cart:hover {
      background: #717779;
      color: #fff; }

/*End No Product*/
.woocommerce nav.woocommerce-pagination ul {
  border: none; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: none;
    background: none;
    font-size: 1.125rem;
    margin: 0 3px; }
    .woocommerce nav.woocommerce-pagination ul li .page-numbers {
      min-width: 40px;
      height: 40px;
      padding: 5px;
      line-height: 30px;
      color: #717779; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
        color: #000;
        background: transparent; }

/*Product Categories*/
.products .product-category {
  text-align: center; }
.products mark.count {
  background: none; }
.products a:hover {
  color: #717779; }
.products h2.woocommerce-loop-category__title {
  font-size: 1rem;
  font-weight: normal; }

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  position: absolute; }

/*End Product Categories*/

/*# sourceMappingURL=zoo-woocommerce.css.map */
