@charset "UTF-8";
#wwof_product_listing_table thead, #wwof_product_listing_table tfoot {
  display: none;
}
#wwof_product_listing_table tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
#wwof_product_listing_table tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #ededed;
  position: relative;
}
@media (min-width: 1200px) {
  #wwof_product_listing_table tr {
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #wwof_product_listing_table tr {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #wwof_product_listing_table tr {
    flex: 0 0 calc(33% - 10px);
    width: calc(33% - 10px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #wwof_product_listing_table tr {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  #wwof_product_listing_table tr {
    flex: 0 0 100%;
    width: 100%;
  }
}
#wwof_product_listing_table tr td {
  border: none;
  flex-wrap: wrap;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#wwof_product_listing_table tr td:last-child {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#wwof_product_listing_table tr .product_title_col {
  padding: 0;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
#wwof_product_listing_table tr .product_title_col.variation_filter {
  width: 100%;
}
#wwof_product_listing_table tr .product_title_col .product_link {
  min-height: 50px;
  display: flex;
  align-items: flex-start;
}
#wwof_product_listing_table tr .product_title_col .product_title_heading {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-weight: 600;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#wwof_product_listing_table tr .product_title_col .product_title_lower {
  text-align: center;
  width: 100%;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 10px;
}
#wwof_product_listing_table tr .product_title_col .product-tags-container {
  width: 100%;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  -moz-animation: marquee 10s linear infinite;
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}
#wwof_product_listing_table tr .product_title_col .product-tags-container:hover {
  animation-play-state: paused;
}
#wwof_product_listing_table tr .product_sku_col {
  display: none;
}
#wwof_product_listing_table tr .product_action_col {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
#wwof_product_listing_table tr .product_action_col .product_row_action {
  width: 50%;
  flex: 1 0 50%;
}
#wwof_product_listing_table tr .product_action_col .product_row_action input {
  width: 100%;
  display: block;
}
#wwof_product_listing_table tr .product_action_col .product_quantity_col {
  width: 50%;
  flex: 1 0 50%;
  display: flex;
}
#wwof_product_listing_table tr .product_action_col .product_quantity_col .quantity {
  width: 100%;
}
#wwof_product_listing_table tr .product_action_col .product_quantity_col .quantity input[type=button] {
  width: 30%;
}
#wwof_product_listing_table tr .product_action_col .product_quantity_col .quantity input[type=number] {
  width: 40% !important;
}
#wwof_product_listing_table tr .product_stock_price {
  background: rgba(0, 0, 0, 0.1);
  display: flex !important;
  flex-direction: row;
  width: 96%;
  margin: 0 5px !important;
  padding: 5px 0px;
}
#wwof_product_listing_table tr .product_stock_price .product_price_col {
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
}
#wwof_product_listing_table tr .product_stock_price .product_stock_quantity_col {
  font-weight: 600;
  text-align: center;
  width: 50%;
  flex: 0 0 50%;
}
#wwof_product_listing_table tr .product_stock_price .product_stock_quantity_col span span {
  color: green;
}
#wwof_product_listing_table .mobile-label {
  display: none !important;
}

#wwof_product_listing_filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #wwof_product_listing_filter {
    flex-wrap: wrap;
  }
}
#wwof_product_listing_filter div {
  padding: 5px;
}
@media (min-width: 1024px) {
  #wwof_product_listing_filter div {
    flex: 1 0 14%;
  }
}
@media (min-width: 992px) and (max-width: 1023.9px) {
  #wwof_product_listing_filter div {
    flex: 1 0 14%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #wwof_product_listing_filter div {
    flex: 1 0 33%;
  }
}
@media (max-width: 767.9px) {
  #wwof_product_listing_filter div {
    width: 100px;
    flex: 1 0 50%;
    display: flex;
    justify-content: space-between;
  }
  #wwof_product_listing_filter div * {
    width: calc(50% - 20px);
  }
}
#wwof_product_listing_filter div select, #wwof_product_listing_filter div input[type=text], #wwof_product_listing_filter div option {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  #wwof_product_listing_filter div.buttons {
    justify-content: space-evenly;
    flex: 1 0 30%;
  }
}
@media (min-width: 992px) and (max-width: 1023.9px) {
  #wwof_product_listing_filter div.buttons {
    flex: 1 0 30%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #wwof_product_listing_filter div.buttons {
    flex: 1 0 33%;
    display: flex;
    justify-content: space-between;
  }
  #wwof_product_listing_filter div.buttons * {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.9px) {
  #wwof_product_listing_filter div.buttons {
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between;
  }
  #wwof_product_listing_filter div.buttons * {
    width: calc(50% - 20px);
  }
}
#wwof_product_listing_filter div.buttons .clear-filters {
  border-radius: 25px;
  padding-left: 39px;
  position: relative;
  height: 45px !important;
}
@media (min-width: 992px) {
  #wwof_product_listing_filter div.buttons .clear-filters {
    margin-top: -7px;
  }
}
#wwof_product_listing_filter div.buttons .clear-filters::after {
  content: "\00d7";
  position: absolute;
  color: white;
  left: 8px;
  z-index: 10;
  width: 26px;
  height: 26px;
  display: block !important;
  border-radius: 50%;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
#wwof_product_listing_filter div.buttons .search {
  border-radius: 25px;
  height: 45px !important;
}

.wwof_product {
  overflow: hidden;
}
.wwof_product .product_info_button {
  position: absolute !important;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 10px;
  height: 50px;
  width: 40px;
  padding: 0 !important;
  font-weight: 700;
  color: white;
  border-radius: 0 0 40px 40px;
  text-align: center;
  line-height: 45px;
  font-size: 40px;
  cursor: pointer;
  z-index: 7;
}
.wwof_product .product_info_button:hover svg {
  fill: #e4a545;
}
.wwof_product .product_info_button svg {
  max-height: 40px;
  fill: white;
}
.wwof_product .product_info_content {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e4a545;
  color: white;
  z-index: -1;
  padding-top: 60px !important;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: all 0.7s ease-in-out;
}
.wwof_product .product_info_content.active {
  transform: translateY(0);
  transition: all 0.7s ease-in-out;
  z-index: 4;
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.wwof_cart_sub_total {
  display: none !important;
}

#wwof_product_listing_table tr:nth-of-type(odd) {
  background: white;
}

.product_row_action {
  position: relative;
}
.product_row_action span.spinner {
  position: absolute;
  top: 9px;
  right: 0px;
}

.active-filters {
  border: 2px solid #ededed;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.active-filters h4 {
  margin-bottom: 0;
}
.active-filters .active-filter {
  display: block;
}
.active-filters .active-filter span {
  font-weight: 500;
}

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