/** Header Design Start **/
@media (min-width: 768px), print {
    .block-search{
    float:left !important;
    }

    .authorization-link{
        list-style:none
    }
    .popup-authentication .modal-inner-wrap {
        min-width: 400px !important;
        width: 30% !important;
    }
    .header.links{
    /* position: relative !important; */
    float: right !important;
    }
    .action.switch{
        color:#000 !important;
    }
    .header.links > .customer-welcome  +.custom-link +.authorization-link , .customer-menu .custom-link,
    .header.content > .header.links > .custom-link + .hideable{
        display: none;
    }
    .custom-link{
        float: left;
        margin-right: 30px;
        list-style: none;
    }
    .navigation{
        background:none !important;
    }


}
.checkout-payment-method .ccard .cvv .label {
    display: inline-block !important;
}
.nav-sections-item-content {
    width: auto !important;
  }
    /** Header Design End **/

    /** Product Grid **/
    .reviews-actions .action.view,.custom-sku + div >table> tbody > tr:nth-child(1){
        display: none;
    }
    td[data-th="SKU"],th[data-th="SKU"] {
        display: none;
      }
    /** Product Grid End**/