/** TEMP ***/
#nw-add-to-project-flyout,
#nw-add-to-project-flyout .flyout-section {
    transition: ease all .3s;
}
#nw-add-to-project-flyout {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    transform: translateX(0%);
    opacity: 1;
    height: 100%;
    width: 100%;
}
#nw-add-to-project-flyout.hide {
    opacity: 0;
}

#nw-add-to-project-flyout .flyout-section {
    width: 730px;
    background: var(--off-white);
    top: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    transition: ease all .3s;
    transform: translateX(0%);
}

#nw-add-to-project-flyout.hide .flyout-section {
    transform: translateX(100%);
}

#nw-add-to-project-flyout #create-a-project-flyout--inner.flyout-section {
    transform: translateX(100%);
}

#nw-add-to-project-flyout #create-a-project-flyout--inner.flyout-section.show {
    transform: translateX(0%);
}
#nw-add-to-project-flyout .flyout-section {
    padding: 60px;
    overflow-y: scroll;
}
#nw-add-to-project-flyout .flyout-section button.close {
    background-image: url(../assets/close.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 1;
    width: 20px;
    height: 20px;
    margin-right: -30px;
    margin-top: -30px;
}
#nw-add-to-project-flyout button.back.button.tertiary {
    padding-right: 0;
    padding-left: 28px;
    margin-bottom: 45px;
    background-color: transparent;
}
#nw-add-to-project-flyout button.back.button.tertiary:hover {
    background-color: transparent;
}
#nw-add-to-project-flyout button.back.button.tertiary:before {
    left: 0;
    right: unset;
}
#nw-add-to-project-flyout button.back.button.tertiary:after {
    left: -10px;
    right: unset;
    transform: translateY(-50%) rotate(-180deg);
}
#nw-add-to-project-flyout .flyout-section label {
    font-weight: 400;
    font-family: "miller-display", serif;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
    font-style: italic;
    color: var(--deep-cove);
}
#nw-add-to-project-flyout .flyout-section input#project_name {
    margin-top: 5px;
    border-color: var(--mid-grey);
    border-width: 1px;
    border-style: solid;
    border-radius: var(--form-field-border-radius);
    padding: 12px 18px;
    font-family: "indivisible", sans-serif;
    margin-bottom: 20px;
    height: auto;
}
#nw-add-to-project-flyout .flyout-section .project-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100% - 60px);
}
#nw-add-to-project-flyout .create-a-project-flyout-footer {
    max-width: 398px;
    margin-top: 60px;
}
#nw-add-to-project-flyout .create-a-project-flyout-footer p.subheading {
    margin-bottom: 18px;
}
#nw-add-to-project-flyout .create-a-project-flyout-footer p.large {
    margin-top: 19px;
}
#nw-add-to-project-flyout .create-a-project-flyout-footer img {
    width: 87.94%;
}
#nw-add-to-project-flyout #flyout-existing-projects {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 30px;
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project {
    padding: 20px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 3px;
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project:hover {
    background: var(--sand);
    border: 1px solid var(--grey-border);
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project .col-3 {
    padding-right: 41.35px;
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project .col-5 {
    padding-right: 1.25px;
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project .button-col a {
    opacity: 0;
    height: 0;
    position: absolute;
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project:hover .button-col a,
#nw-add-to-project-flyout #flyout-existing-projects .existing-project .button-col a.added {
    animation: fadeIn 0.6s ease-in forwards;
    height: auto;
    position: relative;
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project .button-col a.added:after {
    background-image: unset;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#nw-add-to-project-flyout .add-to-project-flyout-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
#nw-add-to-project-flyout .add-to-project-flyout-content .d-flex {
    flex-direction: column;
    flex: 1;
}
#nw-add-to-project-flyout a.button.secondary.plus-variation {
    width: 100%;
}
a.button.secondary.plus-variation::after,
a.button.primary.plus-variation::after {
    content: '';
    background-image: url('../assets/plus.svg');
    /*width: 10px;*/
    /*height: 10px;*/
    /*background-size: 10px;*/
    /*margin-right: 10px;*/
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-all;
    background-position: center;
    margin-top: -3px;
}
a.button.primary.plus-variation::after {
    background-image: url('../assets/plus-white.svg');
}
a.button.primary.plus-variation:hover::after,
a.button.secondary.plus-variation:hover::after {
    background-image: url('../assets/plus-white.svg');
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project .image-col {
    min-width: 92px;
    max-width: 92px;
    margin-right: 23px;
    background-color: #DBD9D3;
    min-height: 92px;
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project .image-col img {
    width: 100%;
    height: 100%;
}
#nw-add-to-project-flyout #flyout-existing-projects .existing-project .content-col {
    width: 221px;
    margin-right: 40px;
}
.project-listing-grid .heading-row {
    margin-bottom: 45px;
}
.project-listing-grid .active-projects .row.relative {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--grey-border);
}
.project-listing-grid .active-projects .row.relative:last-of-type {
    margin-bottom: 0;
}
.project-listing-grid .active-projects .row.relative .project-content {
    padding-right: 101.99px;
}
.project-listing-grid .active-projects .row.relative .project-content p.mb0 {
    margin-bottom: 8px;
}
.project-listing-grid .project-images .row {
    justify-content: space-between;
    margin: -10px;
}
.project-listing-grid .project-thumbnail {
    margin-right: 0px !important;
    flex: 1;
    padding: 10px;
    max-width: 20%;
    position: relative;
}
.project-listing-grid .more-products-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    background: rgba(30, 51, 61, 0.7);
    color: #fff;
}
.project-listing-grid .project-thumbnail .image-square {
    background-color: var(--grey-border);
    height: 100%;
}
.project-listing-grid .archived-projects .row.relative {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--grey-border);
}
.project-listing-grid .archived-projects .row.relative:last-of-type {
    margin-bottom: 0;
}
@media(max-width: 1699.98px){
    #nw-add-to-project-flyout #flyout-existing-projects .existing-project .image-col {
        min-width: 150px;
        max-width: 150px;
        margin-right: 20px;
        min-height: 150px
    }
    #nw-add-to-project-flyout #flyout-existing-projects .existing-project .content-col {
        width: calc(100% - 170px);
        margin-right: 0px;
    }
    #nw-add-to-project-flyout #flyout-existing-projects .existing-project .button-col {
        margin-top: 15px;
        width: 100%;
    }
    #nw-add-to-project-flyout #flyout-existing-projects .existing-project .button-col a {
        width: 100%;
    }
}
@media(max-width: 1199.98px){
    #nw-add-to-project-flyout .flyout-section {
        width: 50%;
    }
    .project-listing-grid .project-images .row {
        margin: -5px;
    }
    .project-listing-grid .project-thumbnail {
        padding: 5px;
    }
    .project-listing-grid .active-projects .row.relative .project-content {
        padding-right: 30px;
    }
    .project-listing-grid .more-products-count {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
    }
}
@media(max-width: 991.98px){
    #nw-add-to-project-flyout .flyout-section {
        width: 75%;
    }
    .project-listing-grid .heading-row {
        margin-bottom: 30px;
    }
}
@media(max-width: 767.98px){
    #nw-add-to-project-flyout .flyout-section {
        padding: 40px;
    }
    #nw-add-to-project-flyout .flyout-section button.close {
        margin-top: -15px;
        margin-right: 0px;
        background-size: 15px;
        width: 15px;
        height: 15px;
    }
    #nw-add-to-project-flyout button.back.button.tertiary {
        margin-bottom: 30px;
    }
    #nw-add-to-project-flyout #flyout-existing-projects .existing-project .image-col {
        min-width: 100px;
        max-width: 100px;
        min-height: 100px;
    }
    #nw-add-to-project-flyout #flyout-existing-projects .existing-project .content-col {
        width: calc(100% - 120px);
    }
}
@media(max-width: 575.98px){
    #nw-add-to-project-flyout .flyout-section {
        width: 100%;
    }
    #nw-add-to-project-flyout .flyout-section {
        padding: 30px;
    }
    .project-listing-grid .heading-row .text-right {
        text-align: left !important;
        margin-top: 15px;
    }
}

/* Project Detail */
.single-project-container .project-nav * {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
    letter-spacing: 0.8px;
    text-decoration: none;
}
.single-project-container .project-nav span.subheading {
    font-weight: 600;
}
.single-project-container h1.project-name.editable {
    padding-left: 49px;
    position: relative;
    cursor: text;
    margin-bottom: 15px !important;
}
.single-project-container h1.project-name.editable:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    background-image: url('../assets/project-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.single-project-container a.btn-archive-project {
    font-size: 14px;
    font-family: "miller-display", serif;
}
.single-project-container .project-header {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--grey-border);
    margin-bottom: 30px;
}
/*.single-project-container .project-header .heading-col {*/
/*    padding-right: 94px;*/
/*}*/
.single-project-container .project-details p {
    font-weight: 400;
    font-family: "miller-display", serif;
    margin-bottom: 0px;
}
.single-project-container .project-details p span {
    font-family: "indivisible", sans-serif;
}
.single-project-container .project-details p em {
    padding-right: 21px;
}
/*.single-project-container .project-header a.button.secondary::after {*/
/*    display: none;*/
/*}*/
.single-project-container .project-header a.button.secondary::after {
    width: 18px;
    height: 19px;
    background-position: center;
}
.single-project-container .project-header a.button.secondary.export::after {
    background-image: url("../assets/export-icon.svg");
}
.single-project-container .project-header a.button.secondary.share::after {
    background-image: url("../assets/share-icon.svg");
}
.single-project-container .project-header a.button.secondary:hover::after {
    filter: brightness(0) invert(1);
}
a.btn-add-to-project.button.active {
    background-color: var(--white);
    border-radius: 100%;
    background-image: url("../assets/heart.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    margin: 0px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
.single-project-container .project-details {
    max-width: 75%;
}
/*.single-project-container .row.project-products {*/
/*    margin: 0px -15px;*/
/*}*/
.single-project-container .row.project-products {
    border-bottom: 1px solid var(--grey-border);
}
.single-project-container .row.project-products .border-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px;
    border-bottom: 0px !important;
    flex: 1;
}
.single-project-container .project-single-product-item {
    padding: 30px 15px;
    display: flex;
}
.single-project-container .project-single-product-item a {
    text-decoration: none;
}
.single-project-container .project-single-product-item .image-square {
    padding-bottom: 93.57%;
    border: 1px solid var(--mid-grey);
}
.single-project-container .project-single-product-item p.small {
    line-height: 17px;
}
.single-project-container .project-single-product-item .flex-bottom-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex: 1;
}
.single-project-container .project-single-product-item p.h5style {
    margin-bottom: 5px;
}
.single-project-container .quantity.project-product-qty {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid var(--grey-border);
    border-radius: 3px;
    width: fit-content;
    float: right;
}
.single-project-container button.quantity.extract,
.single-project-container button.quantity.add {
    width: 40px;
    height: 40px;
    border: 0px;
    color: var(--text-black);
    background: var(--white);
    border-radius: 3px;
    font-size: 24px;
}
.single-project-container .quantity.project-product-qty.d-flex input[type=number] {
    float: left;
    margin: 0;
    padding: 5px;
    border: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    -moz-appearance: textfield;
}
.single-project-container .quantity.project-product-qty.d-flex input[type=number]::-webkit-inner-spin-button,
.single-project-container .quantity.project-product-qty.d-flex input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.single-project-container span.product-unit-price:before {
    content: 'Unit: ';
}
.single-project-container span.product-subtotal {
    font-size: 18px;
    line-height: 22px;
    display: block;
    /*margin-bottom: 5px;*/
}
.single-project-container span.product-unit-price {
    display: block;
    font-size: 14px;
    line-height: 19px;
}
.single-project-container .project-single-product-item .d-flex.justify-space-between {
    flex-direction: column;
}
#create-a-project-inner .project-created {
    background: var(--sand);
    padding: 44px 60px 43px;
    border-radius: 3px;
    border: 1px solid var(--mid-grey);
    text-align: center;
    margin-top: 30px;
}
#create-a-project-inner .tick-icon {
    background-image: url(../assets/tick-icon.svg);
    background-position: center;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
}
.single-project-container .heading-col input {
    font-size: 62px;
    line-height: 74px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "miller-display", serif;
    background: transparent;
    border: 0px;
    color: var(--deep-cove);
}
@media(max-width: 1599.98px){
    .single-project-container .heading-col input {
        font-size: 48px;
        line-height: 58px;
        font-weight: 400;
        margin-bottom: 15px;
    }
}
@media(min-width: 1699.98px){
    .single-project-container .project-details {
        max-width: 57.112%;
    }
    .single-project-container .project-details p em {
        padding-right: 10px;
    }
}

@media(max-width: 1199.98px){
    .single-project-container .project-details {
        margin-bottom: 30px;
    }
    .single-project-container .project-header {
        padding-bottom: 45px;
        margin-bottom: 15px;
    }
    #create-a-project-inner .project-created {
        padding: 30px;
    }
}
@media(max-width: 991.98px){
    .single-project-container .project-details {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .single-project-container .project-header {
        padding-bottom: 30px;
        margin-bottom: 0px;
    }
}
@media(max-width: 575.98px){
    .single-project-container .project-details {
        display: block!important;
    }
    .single-project-container .project-details div {
        margin-bottom: 10px;
    }
    .single-project-container .project-header a.button.secondary {
        width: 100%;
    }
    .single-project-container .project-header a.button.secondary.export {
        margin-bottom: 10px!important;
    }
    .single-project-container .col-12.col-md-6.text-right {
        text-align: left !important;
        margin-top: 10px;
    }
    .single-project-container .row.project-products .border-bottom {
        margin: 0px;
    }
    .single-project-container .project-single-product-item {
        padding: 15px 0px;
    }
}

/* Share Email Modal */
#share-email-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
#share-email-modal.show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
#share-email-modal.show:before {
    content: '';
    background-color: var(--deep-cove);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
}
#share-email-modal .share-modal-inner {
    width: 900px;
    max-width: calc(100% - 120px);
    margin: 0 auto;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: .3s ease-out;
    border: 0;
    border-radius: 0;
    background-color: var(--off-white);
    /*padding: 90px;*/
    z-index: 200;
    overflow-y: scroll;
    max-height: 95vh;
    padding-top: 60px;
}
#share-email-modal button.close {
    /*margin: -60px -60px 0px auto;*/
    margin: -30px 30px 0px auto;
    padding: 0px;
    background-image: url(../assets/close.svg);
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}
#share-email-modal .share-modal-inner p.h4style {
    margin-bottom: 15px;
}
#share-email-modal a.button.tag.nwAddRetailerEmailToInput.showDeleteIcon.active:after {
    content: '';
    margin-left: 15px;
    background-image: url(../assets/close-white.svg);
    display: inline-flex;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

@media(max-width: 1399.98px){
    #share-email-modal .share-modal-inner {
        max-width: calc(100% - 90px);
    }
}
@media (max-width: 991.98px) {
    #share-email-modal .share-modal-inner {
        padding: 60px;
    }
    /*#share-email-modal button.close {*/
    /*    margin: -30px -30px 0px auto;*/
    /*}*/
    #share-email-modal .share-modal-inner {
        max-width: calc(100% - 80px);
    }
}
@media (max-width: 767.98px) {
    #share-email-modal .share-modal-inner {
        padding: 40px;
    }
    #share-email-modal button.close {
        margin: -20px -10px 0px auto;
    }
    #share-email-modal .share-modal-inner {
        max-width: calc(100% - 60px);
    }
    #share-email-modal a.button.tag.nwAddRetailerEmailToInput {
        text-wrap: wrap;
        width: 100%
    }
}
@media (max-width: 575.98px) {
    #share-email-modal .share-modal-inner {
        max-width: calc(100% - 30px);
    }
}

#nw-add-to-project-flyout #flyout-existing-projects .existing-project .button-col a {
    margin-right: 0;
}

@media (hover: none) {
    #nw-add-to-project-flyout #flyout-existing-projects .existing-project .button-col a {
        opacity: 1;
        height: auto;
        position: relative;
    }
}


/***************************************
    New additions
 ***************************************/

#share-email-modal .share-modal-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 90vh;
}

#share-email-modal .share-modal-content-scrollable {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-bottom: 1rem;*/
    padding: 0px 90px;
}

#share-email-modal .share-modal-footer-fixed {
    flex-shrink: 0;
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 1rem 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

#share-email-modal .share-modal-footer-fixed .container {
    padding-left: 15px;
    padding-right: 15px;
}

#share-email-modal .share-modal-footer-fixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
}


#share-email-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#share-email-modal.show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#share-email-modal.show:before {
    content: '';
    background-color: var(--deep-cove);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
}

#share-email-modal .share-modal-inner {
    width: 900px;
    max-width: calc(100% - 120px);
    margin: 0 auto;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: .3s ease-out;
    border: 0;
    border-radius: 0;
    background-color: var(--off-white);
    /*padding: 90px;*/
    z-index: 200;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    max-height: calc(90vh - 100px);
    margin-top: 30px;
}

#share-email-modal .share-modal-content-scrollable {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
    overscroll-behavior: contain;
}

#share-email-modal .share-modal-footer-fixed {
    position: relative;
    z-index: 201;
    width: 900px;
    max-width: calc(100% - 120px);
    background: var(--sand);
    border-top: 1px solid var(--sand);
    padding: 20px 90px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    bottom: 30px;
}

#share-email-modal .share-modal-footer-fixed .container {
    padding-left: 0;
    padding-right: 0;
}
#share-project-form .d-flex label {
    width: fit-content;
}
#share-project-form .col-12.col-md-9 label {
    font-size: 14px;
    font-style: normal;
    font-family: "indivisible", sans-serif;
}
#share-project-form .col-12.col-md-9 label span {
    padding-left: 5px;
}
@media(max-width: 1399.98px){
    #share-email-modal .share-modal-inner,
    #share-email-modal .share-modal-footer-fixed {
        max-width: calc(100% - 90px);
    }
}

@media (max-width: 991.98px) {
    #share-email-modal .share-modal-inner {
        padding: 60px 0px 0px;
    }

    #share-email-modal .share-modal-footer-fixed {
        padding: 20px 60px;
        /*max-width: calc(100% - 80px);*/
    }

    /*#share-email-modal button.close {*/
    /*    margin: -30px -30px 0px auto;*/
    /*}*/
}

@media (max-width: 767.98px) {
    #share-email-modal .share-modal-inner {
        padding: 20px 0px;
    }
    #share-email-modal .share-modal-content-scrollable {
        padding: 0px 40px;
    }
    #share-email-modal button.close {
        margin: -10px 10px 0px auto;
        background-size: 15px;
    }

    #share-email-modal .share-modal-footer-fixed {
        padding: 20px 40px;
        max-width: calc(100% - 90px);
        overflow-y: scroll;
    }

    .search_form__form .d-flex.align-items-end {
        display: block !important;
    }
    .search_form__form .postcodeOrAddressContainer.pr2 {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    /*#share-email-modal button.close {*/
    /*    margin: -20px -10px 0px auto;*/
    /*}*/
    #share-project-form button#share-email {
        margin: 15px 0px 0px;
    }
    #share-project-form div.pl1 {
        padding-left: 0;
    }
    #share-project-form div.pr1 {
        padding-right: 0px;
    }
}

@media (max-width: 575.98px) {
    #share-email-modal .share-modal-inner,
    #share-email-modal .share-modal-footer-fixed {
        max-width: calc(100% - 30px);
    }
}
@media(max-height: 600px ){
    #share-email-modal .share-modal-footer-fixed {
        max-height: 150px;
    }
}

.postcodeOrAddressContainer input[type="text"] {
    padding: 16px 18px;
    padding-bottom: 13.5px;
}
#retailer-finder-form a.button.tag.active:hover,
#retailer-finder-form button.tag.active:hover,
#retailer-finder-form.wpcf7 button[type="submit"].tag.active:hover,
#retailer-finder-form .wpcf7 input[type="submit"].tag.active:hover {
    background-color: var(--gold);
    border-color: var(--gold);
    color: var(--off-white);
}
form#retailer-finder-form {
    padding-bottom: 30px;
}
@media(max-width: 1599.98px) {
    .postcodeOrAddressContainer input[type="text"] {
        padding: 10.7px 18px;
    }
}