
.archive .product {
  float: unset;
  margin: 0;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.archive .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .archive .product-title {
    font-size: 20px !important;
	  
  }


}

@media screen and (max-width: 700px) {
  .archive .product-title {
    font-size: 16px !important;
  }
}

.archive .product .product-buttons {
  margin-top: auto;
}

.archive .product .featured-image, .archive .product .crossfade-images {
  max-height: 185px;
  min-height: 185px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive .product .featured-image img, .archive .product .crossfade-images img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.archive .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.tribe-events-event-categories, .tribe-events-event-categories-label{
display: none;	
}

@media screen and (max-width: 1199px) {
  .archive .products {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .archive .products {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 575px) {
  .archive .products {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
}

.archive .products::before, .archive .products::after {
  display: none;
}

.onsale {
  width: 60px;
  height: 60px;
  font-size: 14px !important;
  line-height: 120% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}

@media screen and (max-width: 600px) {
  .descktop_cart {
    display: none;
  }
}

.mobile_cart {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}

@media screen and (max-width: 600px) {
  .mobile_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile__item {
  border-bottom: 1px solid #e0dede;
  border-top: 1px solid #e0dede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 470px) {
  .mobile__item {
    padding: 10px 0;
    gap: 20px;
  }
}

.mobile__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.mobile__img {
  width: 300px;
}

.mobile__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mobile__name {
  font-size: 18px;
}

@media screen and (max-width: 460px) {
  .mobile__name {
    font-size: 16px;
  }
}

.mobile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 500px) {
  .mobile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.mobile__body p {
  margin: 0;
}

@media screen and (max-width: 470px) {
  .mobile__body p {
    font-size: 18px;
  }
}

.mobile__footer {
  width: 100%;
}

.mobile__remove {
  min-width: 24px;
  height: 24px;
  background: #993333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 600px) {
  .woocommerce-content-box h2 {
    font-size: 20px !important;
    text-align: center;
    line-height: 135% !important;
    border: none !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .woocommerce-content-box {
    padding: 15px !important;
  }
}

@media screen and (max-width: 450px) {
  .woocommerce-content-box h2 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 450px) {
  .woocommerce-cart #main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=custom.css.map */