/* product delivery date */

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

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


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

.product_meta {
  display: none !important;
}


/* give as a gift */
.form-row-delivery-gift {
  display: none;
}

#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: 17px 0 4px !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;
}
