/* widget: Woo Product Grid */

#uc_woocommerce_product_grid_elementor_f77a9b9 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .ue_woocommerce_product_label-custom-field {
  z-index: 100;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .ue_category_wrapper {
  display: flex;
  flex-wrap: wrap;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc_post_grid_style_one_item {
  transition: all.3s;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 span.add-to-cart__loader {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1em;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .add_to_cart_button.loading
  span.add-to-cart__loader {
  display: inline-block !important;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc-grid-count-buttons {
  display: flex;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc-grid-count-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1em;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .uc-grid-count-buttons
  button:disabled {
  opacity: 0.5;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc_more_btn-custom-field {
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .uc-grid-count-buttons
  button
  svg {
  height: 1em;
  width: 1em;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  input.uc-grid-count-buttons__number {
  text-align: center;
  flex-grow: 1;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 {
  margin: 0 auto;
  position: relative;
}

.uc_post_grid_style_one .uc_post_grid_style_one_item {
  color: #111;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc_post_grid_style_one_image {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc_post_image {
  position: relative;
  display: block;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc_post_image--second {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 0);

  transition: all 0.3s;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .uc_post_grid_style_one_image:hover
  .uc_post_image--second {
  transform: translate(0, 0);
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc_post_image img {
  width: 100%;
  display: block;
  transition: 0.3s;
}

.uc_post_grid_style_one .uc_title {
  font-size: 21px;
}

.uc_post_grid_style_one .uc_title a {
  text-decoration: none;
  transition: all 0.3s ease;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .uc_post_grid_style_one_button
  > button,
#uc_woocommerce_product_grid_elementor_f77a9b9 .uc_more_btn-custom-field {
  width: 100%;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .uc_post_grid_style_one_button
  > a,
#uc_woocommerce_product_grid_elementor_f77a9b9
  .uc_post_grid_style_one_button
  > button,
#uc_woocommerce_product_grid_elementor_f77a9b9 .uc-button-addcart,
#uc_woocommerce_product_grid_elementor_f77a9b9 .added_to_cart,
#uc_woocommerce_product_grid_elementor_f77a9b9 .uc_more_btn-custom-field {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .uc-button-addcart.added {
  display: none;
}

#uc_woocommerce_product_grid_elementor_f77a9b9.uc_post_grid_style_one
  .uc_post_grid_style_one_wrap {
  display: grid;
}

#uc_woocommerce_product_grid_elementor_f77a9b9.uc_post_grid_style_one
  .uc_content {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .ue_grid_item_bottom {
  margin-top: auto;
}

.uc_post_grid_style_one .uc_post_grid_style_one_item {
  flex-direction: column;
  display: flex;
}

@media (max-width: 1023px) {
  #uc_woocommerce_product_grid_elementor_f77a9b9.uc_post_grid_style_one
    .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  #uc_woocommerce_product_grid_elementor_f77a9b9.uc_post_grid_style_one
    .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .ue_category_label {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

/* hide default arrows in input type number */
/* Chrome, Safari, Edge, Opera */
#uc_woocommerce_product_grid_elementor_f77a9b9
  input.uc-grid-count-buttons__number::-webkit-outer-spin-button,
#uc_woocommerce_product_grid_elementor_f77a9b9
  input.uc-grid-count-buttons__number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#uc_woocommerce_product_grid_elementor_f77a9b9
  input.uc-grid-count-buttons__number[type="number"] {
  -moz-appearance: textfield;
}

/* end hide default arrows in input type number */

.uc_regular_price:not(.uc_regular_price--single) {
  text-decoration: line-through !important;
}

del {
  display: block;
  color: #000;
  opacity: 0.5;
  font-size: 26px;
  font-weight: 400;
  text-decoration: line-through !important;
}

ins {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  text-decoration: none;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .ue_woocommerce_product_carousel_sale_label {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
}

#uc_woocommerce_product_grid_elementor_f77a9b9
  .ue_woocommerce_product_grid_out_of_stock_label {
  position: absolute;
  width: fit-content;
  left: 10px;
  top: 10px;
  z-index: 1;
}

#uc_woocommerce_product_grid_elementor_f77a9b9 .ue-inner-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  pointer-events: none;
}
