body.woocommerce main, body.woocommerce-checkout main {
  padding-top: 100px;
}
body.woocommerce-cart .header__action .btn-cart, body.woocommerce-checkout .header__action .btn-cart {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
}
@media (max-width: 768px) {
  body.woocommerce-cart .header__action .btn-cart, body.woocommerce-checkout .header__action .btn-cart {
    display: none;
  }
}
body.woocommerce-cart .header__action .sign, body.woocommerce-checkout .header__action .sign {
  padding: 10px;
}
body.woocommerce-cart .header__action .sign span, body.woocommerce-checkout .header__action .sign span {
  display: none;
}
body.woocommerce-cart .header__menu .btn-cart, body.woocommerce-checkout .header__menu .btn-cart {
  margin-left: 17px;
}
@media (max-width: 768px) {
  body.woocommerce-cart .header__menu .btn-cart, body.woocommerce-checkout .header__menu .btn-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.woocommerce__hero {
  padding-bottom: 67px;
}
.woocommerce__hero .container {
  width: 1240px;
  height: 154px;
  border-radius: 10px;
  background: url("/wp-content/themes/instapath/assets/img/shop-hero-bg-left.png") center left/contain no-repeat, url("/wp-content/themes/instapath/assets/img/shop-hero-bg-right.png") center right/contain no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E2EEFE), color-stop(51.04%, rgba(209, 227, 251, 0.53)), to(rgba(210, 225, 246, 0.51)));
  background: url("/wp-content/themes/instapath/assets/img/shop-hero-bg-left.png") center left/contain no-repeat, url("/wp-content/themes/instapath/assets/img/shop-hero-bg-right.png") center right/contain no-repeat, linear-gradient(180deg, #E2EEFE 0%, rgba(209, 227, 251, 0.53) 51.04%, rgba(210, 225, 246, 0.51) 100%);
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.woocommerce__hero-title {
  margin: 0;
  font-size: 25px;
}
.woocommerce__hero-subtitle {
  width: 365px;
  color: #5D6A85;
  font-size: 15px;
}
.woocommerce__hero-subtitle p {
  margin: 0;
}
.woocommerce__archive {
  padding-bottom: 59px;
}
.woocommerce__archive .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .woocommerce__archive .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce__archive-head {
  width: 100%;
  margin-bottom: 24px;
  font-size: 15px;
  color: #5D6A85;
}
.woocommerce__archive-head .count {
  color: #0068FF;
}
.woocommerce__archive .sidebar {
  width: 284px;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 15px;
  background: #FFF;
}
@media (max-width: 992px) {
  .woocommerce__archive .sidebar {
    width: 100%;
  }
}
.woocommerce__archive .sidebar h3 {
  margin: 0;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: 17px;
}
@media (max-width: 992px) {
  .woocommerce__archive .sidebar h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.woocommerce__archive .sidebar h3 span {
  height: 17px;
}
.woocommerce__archive .sidebar__widget {
  margin-top: 23px;
}
@media (max-width: 992px) {
  .woocommerce__archive .sidebar__widget {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.woocommerce__archive .sidebar__widget.active {
  margin-top: 23px;
  max-height: 700px;
}
.woocommerce__archive .sidebar__widget h4 {
  font-size: 14px;
  font-weight: 400;
  color: #5D6A85;
  margin: 0 0 15px;
}
.woocommerce__archive .categories__list-item {
  cursor: pointer;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #001341;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.woocommerce__archive .categories__list-item:not(:last-child) {
  margin-bottom: 14px;
}
.woocommerce__archive .categories__list-item .checked {
  display: none;
}
.woocommerce__archive .categories__list-item.active .unchecked {
  display: none;
}
.woocommerce__archive .categories__list-item.active .checked {
  display: block;
}
.woocommerce__archive .products__list {
  width: calc(100% - 296px);
}
@media (max-width: 992px) {
  .woocommerce__archive .products__list {
    width: 100%;
  }
}
.woocommerce__archive .products__list-item {
  padding: 20px 38px 20px 22px;
  border-radius: 5px;
  -webkit-column-gap: 41px;
     -moz-column-gap: 41px;
          column-gap: 41px;
  background: #FFF;
}
@media (max-width: 576px) {
  .woocommerce__archive .products__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce__archive .products__list-item:not(:first-child) {
  margin-top: 12px;
}
.woocommerce__archive .products__list-item .item-content {
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  .woocommerce__archive .products__list-item .item-content {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9EEF7;
  }
}
@media (max-width: 768px) {
  .woocommerce__archive .products__list-item .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.woocommerce__archive .products__list-item .meta > span {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  border-right: 1px solid #D6DEEF;
  font-size: 13px;
  line-height: normal;
}
@media (max-width: 768px) {
  .woocommerce__archive .products__list-item .meta > span {
    border: none;
  }
}
.woocommerce__archive .products__list-item .meta > span:first-child {
  padding-right: 12px;
  margin-right: 12px;
}
.woocommerce__archive .products__list-item .meta > span:last-child {
  border: none;
}
.woocommerce__archive .products__list-item .meta > span span {
  margin-top: 2px;
}
.woocommerce__archive .products__list-item .meta .bestseller-label {
  color: #FF0D65;
}
.woocommerce__archive .products__list-item .meta .product-cat {
  color: #08B4BD;
  padding-right: 12px;
}
.woocommerce__archive .products__list-item .meta .included-tests {
  color: #3161AD;
  padding-left: 12px;
}
@media (max-width: 768px) {
  .woocommerce__archive .products__list-item .meta .included-tests {
    padding-left: 5px;
  }
}
.woocommerce__archive .products__list-item h3 {
  margin: 12px 0 7px;
  font-size: 16px;
}
.woocommerce__archive .products__list-item .desc {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce__archive .products__list-item .item-action {
  width: 320px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 992px) {
  .woocommerce__archive .products__list-item .item-action {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
}
.woocommerce__archive .products__list-item .item-action .amount {
  height: 16px;
  width: calc(100% - 194px);
  color: #001341;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 992px) {
  .woocommerce__archive .products__list-item .item-action .amount {
    width: 100%;
    text-align: center;
  }
}
.woocommerce__archive .products__list-item .item-action .button {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 10px 10px;
  border-radius: 5px;
  background: #0068FF;
  border: 1px solid #0068FF;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.woocommerce__archive .products__list-item .item-action .button::after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background: url("/wp-content/themes/instapath/assets/img/cart.svg") center/contain no-repeat;
}
.woocommerce__archive .products__list-item .item-action .button:hover {
  background-color: #004DAA;
}
.woocommerce__archive .products__list .no-products {
  margin-top: 15px;
}
.woocommerce__archive .load_more {
  margin: 45px auto 0;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  color: #0068FF;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.woocommerce__archive .load_more .plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0068FF;
}
.woocommerce__archive .paging {
  width: 100%;
  margin-top: 34px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.woocommerce__archive .paging .page-numbers {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #D1D8E8;
  background: #F2F5F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #001341;
  font-size: 18px;
}
.woocommerce__archive .paging .page-numbers.current {
  background: rgba(0, 104, 255, 0.12);
  border-color: #0068FF;
}
.woocommerce__archive .paging .page-numbers.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@-webkit-keyframes loading {
  0% {
    background-color: #eeeeee;
  }
  50% {
    background-color: #dddddd;
  }
  100% {
    background-color: #eeeeee;
  }
}
@keyframes loading {
  0% {
    background-color: #eeeeee;
  }
  50% {
    background-color: #dddddd;
  }
  100% {
    background-color: #eeeeee;
  }
}
.woocommerce .skeleton {
  display: inline-block;
  height: 24px;
  width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  -webkit-animation: loading 1s infinite ease-in-out;
          animation: loading 1s infinite ease-in-out;
}
.woocommerce .skeleton-wrapper {
  margin-top: 45px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.woocommerce .skeleton-content {
  width: calc(70% - 60px);
}
.woocommerce .skeleton-meta {
  width: 100%;
  margin-bottom: 12px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.woocommerce .skeleton-meta .meta-item {
  width: 22%;
}
.woocommerce .skeleton-title {
  margin-bottom: 12px;
  width: 60%;
}
.woocommerce .skeleton-desc {
  width: 100%;
  height: 50px;
}
.woocommerce .skeleton-action {
  width: 30%;
}
.woocommerce .skeleton-price {
  width: 50%;
  margin-bottom: 25px;
}
.woocommerce .skeleton-button {
  width: 70%;
  height: 30px;
}