
/* general */

#top label {
  font-size: 1em;
} /* sube el tamaño de los labels */


.product_meta {
  display: none !important;
} /* hide sku, categories and tags */


/* product delivery date */

.prdd-delivery-form {
  padding-left: 0 !important;
}

.prdd_start_date img {
  margin-top: -20px;
  margin-left: 10px;
}

#delivery_calender {
  margin-bottom: 10px !important;
}


/* product view */

@media only screen and (max-width: 767px) {
  .responsive .single-product-main-image {
    width: 100% !important;
    margin: 0 30px 0 0;
  }
}


/* give as a gift */

.form-row-delivery-gift {
  display: none;
}

#top .form-row-delivery-gift__label {
  padding-top: 10px;
}

#top .main_color input[type='checkbox'] {
  height: 20px;
  width: 30px;
}

/* hide description repeat */

.wc-tab h2 {
  display: none;
}

/* covid message bar */

@media only screen and (max-width: 767px) {
  .covi19 {
    position: absolute !important;
    padding: 1px 0 3px !important;
    font-size: 9px !important;
  }
}


/* shortcode woocommerce search */
#top .woocommerce-ordering {
  position: relative !important;
  margin-top: 0px !important;
}

p.woocommerce-result-count {
  display: inline-block;
}

nav.woocommerce-pagination {
  display: inline-block;
}

nav.woocommerce-pagination ul li {
  display: inline-block;
}
