.has-global-padding {
    padding: 0 90px;
}





#cover-color {
    /*background: #53611e;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 400px;
    z-index: 1;
}

#product-picker {
    min-height: 300px;
    margin-bottom: 300px;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 50px;
    max-width: 100%;
}

.pp-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.pp-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pp-image {
    background-color: #fff;
    padding: 3px;
    width: 100%;
    max-width: 500px;
    /*height: 585px;*/
    position: relative;
}

.pp-secondary,
.pp-meta {
    max-width: 500px;
    width: 100%;
}

#pp-color-title {
    margin-top: 20px;
    margin-bottom: 20px;

    font-size: 28px;
    color: #53611e;
    font-family: 'Lato';
    text-transform: uppercase;
}

.pp-secondary-text,
#pp-product .pp-description,
.pp-dataset-content,
#pp-color-description {
    text-align: justify;
    font-size: 18px;
    line-height: 23px;
}


.pp-secondary-text {
    margin-bottom: 15px;
}

.pp-complimentary {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    position: relative;
}

.pp-secondary {
    margin-top: 40px;
}

.pp-secondary-title {
    max-width: 500px;
    width: 100%;
    font-size: 22px;
    color: #53611e;
    font-family: 'Lato';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pp-complimentary-title {
    max-width: 500px;
    width: 100%;
    font-size: 22px;
    color: #53611e;
    font-family: 'Lato';
    text-transform: uppercase;
    margin-bottom: 30px;
}

.pp-complimentary-colors {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 40px;
    width: 100%;
    position: relative;
    max-width: 700px;
    margin-right: 40px
}

.pp-complimentary-backdrop {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    margin-top: 130px;
}

.pp-complimentary-swatch {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: flex-end;
}


.pp-complimentary-swatch .pp-color-title {
    font-size: 13px;
    font-family: 'Lato';
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.pp-complimentary-swatch.bottomrow {
    flex-direction: column-reverse;
}


.pp-complimentary-swatch.bottomrow .pp-color-title {
    margin-top: 5px;
    margin-bottom: 0;
}

.inactive {
    opacity: 0.4;
}

.pp-color-swatch {
    width: 100%;
    height: 195px;
}

.pp-features {
    text-align: justify;
    padding: 25px 15px;
    font-size: 12px;
    color: #53611e;
}

#pp-product .pp-title {
    font-family: 'Lato';
    margin-top: 30px;
    font-size: 26px;
    line-height: 36px;
    color: #53611e;
}

#pp-product .pp-sub-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.pp-feature {
    display: flex;
    gap: 20px;
    align-items: center;
}

.pp-feature .pp-feature-image {
    width: 80px;
    height: 80px;
}

.pp-feature .pp-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-dataset {
    display: flex;
    flex-direction: column;
}

.pp-dataset .pp-dataset-content {
    display: none;
}

.pp-dataset.fixed-open .pp-dataset-content,
.pp-dataset.open .pp-dataset-content {
    display: block;
    padding: 10px 0;
}

#product-picker-dialog {}

#product-picker-dialog.open {
    display: block;
}

#product-picker-dialog.wide-help,
#product-picker-dialog.wide-info,
#product-picker-dialog.wide {
    width: 530px;
}

.pp-left .pp-left-no-item,
.pp-right .pp-right-no-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.pp-left.has-item .pp-left-no-item,
.pp-right.has-item .pp-right-no-item {
    display: none;
}

.pp-left.has-item .pp-left-w-item {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;

}

.pp-right.has-item .pp-right-w-item {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.pp-dialog-group-wrapper {
    position: relative;
}

.pp-dialog-group {
    border-radius: 3px;
    position: relative;

    border: 1px solid #bdbebd;
    background: #f5f5f5;
    width: 100%;
    padding: 15px;
}

.pp-dialog-group-title {
    border-top: 0.5px solid #464946;
    font-family: 'Lato';
    cursor: pointer;
    font-size: 25px;
    padding: 20px 14px 8px 20px;
    color: #53611e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pp-dialog-color-choice-name {
    font-family: 'Lato';
    font-size: 14px;
    margin: 8px 0 15px 15px;
    text-transform: uppercase;
}

.pp-dialog-color-choice-swatch {
    margin-left: 15px;
    width: 114px;
    height: 80px;
}

.pp-dialog-checkbox {
    font-size: 11px;
    color: #464946;
    gap: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pp-dialog-checkbox.absolute {
    position: absolute;
    right: 4px;
    bottom: 4px;

}

.pp-dialog-surface-meta {
    margin: 0px 0px 0px 15px;
}

.pp-dialog-surface-name {
    color: #53611e;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Lato';
}

.pp-dialog-surface-type {
    font-size: 12px;
    margin-bottom: 10px;
}

.pp-dialog-surfice-choice {
    display: none;
}

.pp-dialog-surfice-choice.has-item {
    display: block;
}

.pp-dialog-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-height: 360px;
    overflow-y: auto;
}

.pp-dialog-product {
    padding: 12px 15px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #bdbebd;
    background: #f5f5f5;
}


.pp-dialog-product.open {
    grid-column: 1/-1 !important;
    background: #fdfaf0;
}

.pp-dialog-product.is-bestseller {
    cursor: pointer;
    background: #fdfaf0;
}

.pp-dialog-product-badge {
    background: #53611e;
    font-family: 'Lato';
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-radius: 3px 0px 0px 3px;
}

.pp-dialog-product-meta {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.pp-dialog-product-brand {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 16px;
    color: #53611e;
}

.pp-dialog-product-name {
    font-size: 12px;
    margin-bottom: 15px;
}


.pp-dialog-show-info {
    font-family: 'Lato';
    font-size: 10px;
    color: #464946;
    display: flex;
    gap: 5px;
    justify-content: start;
    align-items: center;
}

.pp-dialog-show-info svg {
    width: 7px;
    height: 9px;
}

.pp-dialog-info {
    display: none;
    font-size: 12px;
    margin-bottom: 15px;
}

.pp-dialog-product.open .pp-dialog-info {
    display: block;
}


.pp-dialog-color-goto {
    cursor: pointer;
}

.pp-dialog-color-choice-name {
    width: 135px;
    overflow: hidden;
    height: 23px;
    color: #53611e;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pp-dialog-surface-exterior-title,
.pp-dialog-surface-interior-title {
    color: #53611e;
    font-size: 13px;
    padding: 3px 14px;
    text-transform: uppercase;
}

.pp-dialog-surface-exterior-box>div,
.pp-dialog-surface-interior-box>div {
    font-size: 13px;
    padding: 0px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pp-dialog-surface-exterior-box,
.pp-dialog-surface-interior-box {
    margin: 10px 0;
}

.pp-dialog-surface-exterior-box>div div:first-chid,
.pp-dialog-surface-interior-box>div div:first-chid {
    flex-shrink: 0;
    width: 90%;
}

.pp-dialog-color {}

.pp-dialog-surface .pp-dialog-surface-box {
    display: none;
}

.pp-dialog-surface.open .pp-dialog-surfice-choice {
    display: none;
}

.pp-dialog-surface.open .pp-dialog-surface-box {
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    border: 1px solid #bdbebd;
    background: #f5f5f5;
    left: -1px;
    border-top: 0;
}

#pp-add-colour,
#pp-mobile-add-product,
#pp-add-product {
    margin-left: auto;
    margin-right: auto;
    margin-top: 350px;
    border: 1px solid #a3a5a3;
    border-radius: 3px;
    background: #f5f5f5;
    padding: 30px 50px;
    color: #53611e;
    font-size: 22px;
    display: flex;
    gap: 15px;
}

#pp-mobile-add-product {
    display: none;
}

#pp-mobile-add-product svg,
#pp-add-colour svg,
#pp-add-product svg {
    height: 16px;
    width: 16px;
}

#pp-color-image {
    max-width: 500px;
}

#pp-color-image .swiper {
    width: 100%;
    height: 100%;
}

.pp-left-no-item,
.pp-right-no-item {
    max-width: 500px;
    display: flex;
    justify-content: center;
}

.faux-checkbox {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #464946;
}

.faux-checkbox input {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.faux-checkbox input:checked~span {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    top: -3px;
    left: 2px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/tick-selector.svg');
}

.pp-dialog-products {
    display: grid;
    padding: 20px 20px 36px 20px;
    margin: 0;
}

.pp-dataset {
    margin-bottom: 10px;
}

.pp-dataset-title {
    display: flex;
    font-family: 'Lato';
    justify-content: space-between;
    align-items: center;
    color: #53611e;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.pp-dataset-title span:last-child {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.pp-dataset-title svg {
    height: 9px;
    width: 9px;
    transition: 300ms all linear;
}

.pp-dataset.open .pp-dataset-title svg {
    transform: rotate(45deg);
}

#pp-image-prev svg,
#pp-image-next svg {
    width: 30px;
    height: 30px;
}

#pp-image-center {
    font-size: 20px;
    color: #53611e;
    position: relative;
    top: -4px;
}

#pp-image-center svg {
    height: 13px;
}

.pp-quantity-box-wrapper {
    padding: 10px 20px 20px 20px;
}

.pp-quantity-box>div {
    display: flex;
    justify-content: space-between;
    row-gap: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.variation-meta {
    width: 35%;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}

.variation-name {
    font-family: 'Lato';
    font-size: 23px;
    line-height: 28px;
    color: #53611e;
}

.variation-subtitle {
    font-size: 12px;
    color: #000;
}

.variation-price-outer {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #53611e;

}

.variation-price-outer small {
    font-size: 10px;
}

.variation-price {
    font-size: 23px;
}

.variation-quantity {
    width: 20%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.variation-quantity-up {
    cursor: pointer;
    font-size: 22px;
    line-height: 1rem;

}

.variation-quantity-down {
    cursor: pointer;
    font-size: 32px;
    line-height: 1rem;
}

.pp-quantity-box {
    margin-top: 0px;
}

.pp-quantity-box input {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 17px;
    padding: 0px;
    line-height: 17px;
    border-radius: 0px;
    border: 1px solid #464946;
}

.total-row {
    border-top: 1px solid #bdbebd;
    padding-top: 15px;
    padding-right: 72px;
}


#pp-paint-quantity-calculator hr {
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.pp-calc-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #53611e;
    color: #fff;
}

.pp-calc-tabs {
    display: flex;
    gap: 10px;
    margin: 0 10px;
}

.pp-calc-tabs>div {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
    position: relative;
    background: #fff;
}

.pp-calc-tabs>div:not(.active):hover {
    background: #eee;
}

.pp-calc-tabs>div.active {
    border: 1px solid #ccc;
    border-bottom: none;
    top: 1px;
}

.pp-calc-tab-content {
    border: 1px solid #ccc;
    padding: 20px;
}

.pp-calc-explain>div {
    display: flex;
    gap: 10px;
    font-size: 12px;
}

.pp-surface-row {
    display: flex;
    gap: 10px;
    font-size: 12px;
    align-items: center;
}

.pp-surface-row input {
    width: 40px;
    padding: 5px 15px 5px 5px;
}

.pp-calc-input-o {
    display: flex;
    align-items: center;
    position: relative;
}

.pp-calc-input-o span {
    position: absolute;
    right: 5px;
    font-size: 10px;
}

.pp-surface-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pp-surface-box {
    margin-bottom: 15px;
}

#total-surface-box {
    margin: 15px 0;
    background: #fdfaf0;
    padding: 15px 10px;
    display: flex;
    gap: 10px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#total-surface-area {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#total-surface-area sup {
    position: relative;
    top: -3px;
}

#pp-submit-calc {
    margin: 10px;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 3px;
    background: #53611e;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
}

#pp-calc-add-another-surface,
#pp-calc-add-another-subtraction-surface {
    border: 1px solid #a3a5a3;
    cursor: pointer;
    border-radius: 3px;
    background: #f5f5f5;
    padding: 5px 10px;
    color: #53611e;
    font-size: 12px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

#pp-calc-add-another-surface svg,
#pp-calc-add-another-subtraction-surface svg {
    height: 12px;
    width: 12px;
}

.pp-dialog-surface.open .arrow-down {
    transform: rotate(180deg);
}


.arrow-down {
    display: grid;
    text-align: center;
    width: 30px;
}

.arrow-down svg {
    margin: auto;
}

.arrow-down span {
    font-size: 9px;
    font-size: 9px;
    line-height: 10px;
    top: 30px;
    position: absolute;
    right: 13px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-calc-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px 40px;
}

.pp-calc-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.pp-calc-field input {
    max-width: 150px;
}

#pp-calc-results {
    background: #fdfaf0;
    padding: 15px;
    text-align: center;
}

#pp-calc-disclaimer {
    padding: 15px 15px 0 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.pp-calc-notice {
    padding: 15px 15px 0px 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.swiper-images img {
    opacity: 0;
}

.swiper-images .swiper-slide>div {
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #product-picker {
        display: block;
        margin: 0 10px;
    }

    .pp-left,
    .pp-right {
        width: 100%;
        display: block;
    }

    .pp-complimentary-colors {
        margin: 0px;
        row-gap: 10px;
        gap: 10px;
    }

    .pp-complimentary-swatch .pp-color-title {
        font-size: 10px;
    }

    .pp-dialog-product-wrapper.no-product .pp-dialog-products {
        grid-template-columns: 1fr;
        gap: 10px;
    }


    .pp-dialog-product {
        padding: 7px 8px;
    }

    .faux-checkbox {
        /*width: 12px;*/
        /*height: 12px;*/
    }

    #pp-add-colour, #pp-add-product {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .variation-price {
        font-size: 18px;
        line-height: 18px;
    }

    .variation-price-outer {
        gap: 5px;
    }

    .variation-name {
        font-size: 18px;
        line-height: 18px;
    }

    #product-picker-dialog {
        position: sticky;
        margin-left: auto;
        left: auto;
    }

    #pp-mobile-add-product {
        display: flex;
        margin: 50px auto;
    }

}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
    transition: none !important;
}

.quantity-zoom {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
}

.variation-quantity-zoom {
    border: 1px solid #bdbebd;
    background: white;
    /* background: white; */
    margin: auto;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    font-size: 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.variation-quantity-zoom-inner {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.quantity-zoom-close {
    cursor: pointer;
    border-radius: 3px;
    background: #53611e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 4px 8px;
    ;
}

.variation-quantity-zoom .variation-quantity-up,
.variation-quantity-zoom .variation-quantity-down {
    cursor: pointer;
    font-size: 20px;
}

.variation-quantity-zoom input {
    width: 40px;
    text-align: center;
    font-size: 20px;
    padding: 0px;
    border-radius: 0px;
    border: 1px solid #464946;
}

.highlighted-variation {
    background: rgba(83, 97, 30, 0.5);
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
}

.pp-complimentary {
    display: none;
}