#categoryHeader,
.c-recommendations,
h1.inner {
    display: none;
}

a[id="standardShipping"] {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

div[data-tracking="Shipping & Processing LP"] .row + .row {
    margin-top: 30px;
}

.pwa-site div[data-tracking="Shipping & Processing LP"] .standard-shipping-row + .row {
    margin-top: 10px;
}

.desktop-site .shipping-table-row {
    display: flex;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 20px !important;
}

.desktop-site .shipping-table-row > div {
    padding: 0;
    border-bottom: 1px solid #000;
}

.desktop-site .shipping-table-row > div:nth-of-type(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.shipping-table-row .col-header {
    padding: 20px !important;
    text-transform: uppercase;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.pwa-site .shipping-table-row .col-header {
    text-align: center;
}

.desktop-site .shipping-table-row .col-body {
    padding: 20px;
}

.pwa-site .shipping-table-row .col-body {
    padding: 5% !important;
}

.shipping-table-row .col-body table tr:first-of-type td {
    padding-bottom: 10px;
}

.pwa-site .shipping-table-row .col-body table tr:not(:first-of-type) td {
    padding: 0;
}

.pwa-site .shipping-table-row > div:last-of-type .col-body {
    border-bottom: 1px solid #000;
}

.hr-col {
    margin-top: 15px;
}

.hr-col hr {
    border: none;
    border-top: 1px solid #000;
    margin: 0 !important;
}

.desktop-site .standard-shipping-inner-row > div {
    padding-right: 30px;
}

/*! HOLIDAY RULES **/
.inner-holiday-shipping-row {
    border-radius: 7px;
    background-color: #046E4B;
    color: #fff;
    padding: 20px 50px 0px 50px;
    margin-left: 7.5px;
    margin-right: 7.5px;
}
.pwa-site .inner-holiday-shipping-row {
    padding: 20px 20px 0px 20px;
}

.desktop-site .inner-holiday-shipping-row > div:not(.title-col) {
    padding-right: 30px;
}

.pwa-site .inner-holiday-shipping-row > div:not(.title-col) h2 {
    margin-bottom: 5px;
}

.pwa-site .inner-holiday-shipping-row > div p {
    font-size: 0.75em;
}