
/* 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;
  margin-bottom: 0;
}

#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;
}


/*
 * Checkout
 *
 */


#top.woocommerce-checkout .container {
  padding: 0;
}

#top.woocommerce-checkout .template-page {
  padding: 0;
}

/* cols */
#top.woocommerce-checkout .col2-set .col-1,
#top.woocommerce-checkout .col2-set .col-2 {
  padding: 50px;
}

#top.woocommerce-checkout .col2-set .col-2 {
  width: 40%;
  background-color: #f7f7f7;
}


#customer_details {
  width: 60% !important;
}



@media only screen and (max-width: 767px) {
  #top.woocommerce-checkout .col2-set .col-1,
  #top.woocommerce-checkout .col2-set .col-2 {
    padding: 0;
    width: 100%;
  }


  #customer_details {
    width: 100%;
  }

  .form-row-first, .form-row-last {
    float: none;
    width: 100%;
  }
}

/* order */
.woocommerce-checkout-review-order-table tbody {
  display: none;
}

.woocommerce-shipping-methods {
  margin: 0;
}

.tax-rate td,
.cart-subtotal td {
  font-weight: normal;
}


.wc_payment_method {
  padding: 0 !important;
}

.payment_box {
  left: 0 !important;
  padding: 0 !important;
}

.place-order {
  padding: 0 !important;
}

#wc-authorize-net-aim-credit-card-form {
  margin-bottom: 0;
}

#top #payment {
  background: #f7f7f7;
  border-radius: 0px;
  border-style: none;
}

#top #payment ul.payment_methods li {
  background: #f7f7f7;
  /* line-height: 0; */
  text-align: 0;
  margin: 0px;
  font-weight: normal;
  border-style: none;
  border-width: 0px;
  padding: 0px;
}

ul.payment_methods li div.sv-wc-payment-gateway-card-icons {
  margin-left: 0 !important;
}

#top .form-hidden {
  position: absolute;
  left: -2000px;
  visibility: hidden !important;
}


/* cart */
.woocommerce p button[name="calc_shipping"] {
  display: none;
}

.woocommerce #calc_shipping_city_field {
  position: absolute;
  left: -2000px;
  visibility: hidden !important;
}

.woocommerce #calc_shipping_country_field {
  position: absolute;
  left: -2000px;
  visibility: hidden !important;
}
