/*
Theme Name:     Always Safe
Theme URI:      n/a
Template:       kadence
Author:         Kadence WP
Author URI:     n/a
Description:    Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.foot a {
  text-decoration: none;
}

.foot a:hover {
  color: #FFCC00;
}

.boxZoom {
  transition: all 0.6s ease;
}

.boxZoom:hover {
  transform: scale(1.05);
}

/* breadcrumbs */
.single-product .kadence-breadcrumbs {
  margin-top: 1rem;
}

.product-title .kadence-breadcrumbs,
.kadence-bread-current {
  font-style: normal;
  font-weight: regular;
  font-size: 12px;
  line-height: 1.65;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* category list in archive page */
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
  clear: both;
  list-style: none outside;
  margin: 4px 0 4px 20px !important;
}

.widget li {
  line-height: 1.8;
  list-style: none;
}

/* cart count icon */
.header-cart-button .header-cart-total {
  font-size: 0.65em;
  height: 1.5em;
  line-height: 1;
  background: var(--global-palette7);
  border-radius: 50%;
  display: flex;
  width: 1.5em;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--global-palette4);
  margin-left: 0.1em;
  transition: all 0.2s ease;
}

/* Shop Archive - Left Sidebar */
@media screen and (max-width: 768px) {
  .primary-sidebar {
    display: none;
  }
}

@media screen and (max-width: 719px) {
  .primary-sidebar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .column-revers {
    flex-direction: column-reverse;
  }
}
