@media only screen and (min-width: 768px) {
  .page-wrapper .page-header-v3 .header.content .header_right {
    position: relative;
    top: -20px;
    align-items: end !important;
    z-index: auto;
  }
  .page-wrapper .page-header-v3 .header.content {
    padding: 26px 0 !important;
  }
  #checkout-shipping-method-load .table-checkout-shipping-method:not(.amcheckout-shipping-methods) .col-method {
    min-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .header.content .field.search label:before,
  .page-wrapper .page-header .header_right .field.search label:before {
    margin-top: 0px !important;
    color: #000000 !important;
  }
  .page-wrapper .page-header .panel.wrapper {
    z-index: 0;
  }
  .catalog-category-view #page-title-heading {
    padding-top: 1.5em;
  }
}
.checkout-cart-index .checkout-methods-items .wp-button {
  margin: 0;
}
.table-checkout-shipping-method:not(.amcheckout-shipping-methods) .col-method {
  min-width: auto;
  padding-left: 0;
}
.table-checkout-shipping-method .col-logo {
  display: none;
}
#opc-shipping_method .checkout-shipping-method .step-title {
  margin-bottom: 15px;
}
