/* Resaved 20/01/2022 */
html.inTax .pricing.exTax {
    display: none;
    }
html:not(.inTax) .pricing.inTax {
    display: none;
    }
.product-left-block h2 {
    margin-bottom: 1rem;
    }
.sticky-section {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    }
.product-links {
    margin-top: 2rem;
    }
.product-links .product-link {
    display: block;
    margin-top: 1rem;
    border: 1px solid #C7CCD1;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    text-decoration: none;
    }
.product-links .product-link h4 {
    margin: 0;
    padding: 0;
    }
.product-links .product-link p {
    color: /*style.text_color(*/#56677F/*)*/;
    }
.product-links .product-link.fitting-service-dialogue-link {
    display: none !important;
    }
.product-links .product-link.fitting-service-dialogue-link.activated {
    display: block !important;
    }
.add-to-cart-button {
    color: #FFF !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    }

/**
    @section Product Profile Sections
 */
section.product-profile + section {
    margin-top: 3rem;
    }
#product_footer_tools {
    position: fixed;
    left: calc(50% - 56px);
    padding: 1.5rem;
    bottom: 0;
    z-index: 99;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 112px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    }
#product_footer_tools.is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
#product_footer_tools .evButton {
    border: 3px solid /*style.body_background_color(*/#fff/*)*/ !important;
    }

/*
    @section Swatch
    The general look and feel of a colour/image swatch.
    These can be found on the product page for variant and 
    customisation options.
 */
.swatch {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    position: relative;
    vertical-align: middle;
    margin: 4px;
    cursor: pointer;
    }
.swatch:after {
    content: '';
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid transparent;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    border-radius: 4px;
    }

/**
    @section Product Header
 */
.product-header .review-count {
    display: inline-block;
    padding: 0 .5em;
    }
.product-header .manufacturer-logo {
    max-width: 8rem;
    }

/**
    Reformat the header layout on smaller screens
    so that the the review stars aren't too large
 */
@media screen and (max-width: 600px) {
.product-header .evRating.x24 .icon {
    font-size: 18px;
    margin: 5px 2px;
    width: 18px;
    height: 18px;
    }
}

/**
    @section Discontinued Products
 */
.discontinued {
    background: /*style.alternate_background_color(*/#F8FAFB/*)*/;
    padding: 1.5rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    }
.discontinued .alternative {
    background: /*style.body_background_color(*/#fff/*)*/;
    padding: 1.5rem;
    border-radius: 3px;
    }
.discontinued .alternative .evCategoryProduct .content {
    margin: 0;
    margin-top: 1rem;
    }

/**
    @section Product Media
    
    Product media has a number of types:
    1. Images
    2. Videos
    3. 360 degree rotations
 */
.product-media {
    position: relative;
    }
.product-media.is-fullscreen {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    }
.product-media .offer {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #EB1C66;
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    }
.media-items {
    position: relative;
    z-index: 0;
    overflow: hidden;
    }
.media-items-carousel {
    width: 100%;
    max-width: 100%;
    }
.media-item-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 95vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.is-fullscreen .media-item-container {
    height: 100vh;
    max-height: 100vh;
    }
.media-item {
    width: 100%;
    height: auto;
    text-align: center;
    }
.is-fullscreen .media-item img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.media-item.is-image img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.media-item .ev360 {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.media-item .ev360 > .ev360Toolbar {
    left: 100px;
    top: 10px;
    }
.media-item .ev360 > .ev360Icon,
.media-item .ev360 > .ev360Toolbar {
    height: 40px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.media-item .ev360 > .ev360Icon,
.media-item .ev360 > .ev360Toolbar,
.media-item .ev360 > .ev360Preloader {
    background: /*style.alternate_background_color(*/#F8FAFB/*)*/;
    color: inherit;
    }
.media-item .ev360 > .ev360Toolbar .ev360Previous {
    border: 0;
    }
.media-nav {
    text-align: center;
    z-index: 1;
    position: absolute;
    padding: 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.media-nav.is-next {
    right: 0;
    bottom: 0;
    }
.media-nav.is-next .evButton {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    }
.media-nav.is-prev {
    left: 0;
    bottom: 0;
    }
.media-nav.is-prev .evButton {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    }
.media-nav.is-fullscreen {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.media-nav.is-fullscreen .evButton {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    }
.media-nav.is-fullscreen-exit {
    top: 3rem;
    right: 0;
    display: none;
    }
@media screen and (min-width: 960px) {
.media-nav.is-fullscreen-exit {
    top: 0;
    }
}

.media-items:hover .media-nav.is-next .evButton,
.media-items:hover .media-nav.is-prev .evButton {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    }
.media-items:hover .media-nav.is-fullscreen .evButton {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
.product-media.is-fullscreen .media-items .media-nav.is-fullscreen {
    display: none;
    }
.product-media.is-fullscreen .media-items .media-nav.is-fullscreen-exit {
    display: block;
    }
@media all and (min-width: 960px) {
.product-media .media-items .media-nav.is-prev,
.product-media .media-items .media-nav.is-next {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
}

.media-thumbnails-carousel {
    margin-top: 2rem;
    }
.media-thumbnails-carousel .owl-item.current .media-thumbnail {
    border-bottom: 3px solid /*style.primary(*/#18af37/*)*/;
    }
.media-thumbnail {
    position: relative;
    border-bottom: 3px solid transpatent;
    padding-bottom: .5rem;
    cursor: pointer;
    z-index: 0;
    max-width: 114px;
    }
.media-thumbnail-icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: /*style.body_background_color(*/#fff/*)*/;
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.current .media-thumbnail-icon {
    background: /*style.primary(*/#18af37/*)*/;
    color: /*style.text_color_on_primary(*/#FFF/*)*/;
    }
html.product-media-fullscreen body {
    overflow: hidden;
    }

/**
    @section Form spacing
    
    Try to space sections evenly.
 */
.product-variants,
.product-customisation,
.product-form-buttons,
.quantity-field,
.hiring-options,
.volume-pricing {
    padding: .5rem 0;
    }
.volume-pricing {
    margin-top: -1rem;
    }
.volume-prices-table {
    margin-top: 1rem;
    }

/*
    @section Quantity Field Display
    
    The style.json config file allows administrators to show/hide
    the quantity field on product pages. 
 */
.quantity-field {
    display: /*style.product_quantity_field(*/block/*)*/;
    }
.product-codes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -.5rem;
    }
.product-code {
    margin: 0 .5rem;
    }
.product-code.is-sku {
    display: /*style.product_sku_code(*/none/*)*/;
    }
.product-code.is-quickfind {
    display: /*style.product_quickfind_code(*/block/*)*/;
    }
.stock-information {
    display: /*style.product_stock_information(*/block/*)*/;
    }

/*
    @section Wishlist Button
 */
.wishlist-button .icon.heartOn {
    color: /*style.primary(*/#18af37/*)*/;
    }
.product-details-area,
.product-form-aside {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
@media all and (min-width: 960px) {
.product-details-area {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: calc(100% - 344px);
    }
.product-form-aside {
    max-width: 344px;
    }
}

/**
    @section Product Form
    
    Special additions to how we render the prices on product forms.
 */
.product-form {
    padding-top: 1.5rem;
    }
.product-form .price.is-standard,
.product-form .price.is-rrp {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: /*style.text_font_family(*/"Roboto"/*)*/,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    }
.product-form .price.is-current {
    color: /*style.heading_color(*/#001C42/*)*/;
    font-size: 1.25rem;
    font-weight: /*style.heading_font_weight(*/700/*)*/;
    font-family: /*style.heading_font_family(*/"Outfit"/*)*/,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    }

/**
    @section Product Specifications
 */
table.specifications {
    width: 100%;
    }
table.specifications tr {
    border-top: 1px solid /*style.border_color(*/#d7d9dc/*)*/;
    }
table.specifications tr th,
table.specifications tr td {
    padding: 1rem 0;
    }
table.specifications tr td + td {
    padding-left: 1rem;
    }

/**
    @section Product Downloads
 */
section.downloads ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }
section.downloads ul li {
    padding: 0;
    margin: 0;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    background-color: #F8FAFB;
    margin-bottom: 10px;
    }
section.downloads ul li:hover {
    border: 2px solid /*style.primary(*/#18af37/*)*/;
    }

/**
    @section Download link
 */
a.download {
    color: inherit;
    text-decoration: none;
    position: relative;
    padding: 1rem 0;
    }
a.download .download-file-info {
    font-size: 90%;
    }
a.download .download-file-suffix {
    text-align: center;
    }
a.download .download-icon svg {
    width: 46px;
    height: 46px;
    }
a.download .download-icon svg path {
    stroke: /*style.primary(*/#18af37/*)*/;
    fill: #FFF;
    }
a.download:hover .heading,
a.download:focus .heading {
    color: /*style.primary(*/#18af37/*)*/;
    }
a.download:hover .download-file-suffix,
a.download:focus .download-file-suffix {
    color: /*style.primary(*/#18af37/*)*/;
    }
a.download:hover .download-icon svg circle,
a.download:focus .download-icon svg circle {
    fill: /*style.primary(*/#18af37/*)*/;
    }
a.download:hover .download-icon svg path,
a.download:focus .download-icon svg path {
    stroke: #FFF;
    fill: /*style.primary(*/#18af37/*)*/;
    }
a.download:hover .download-icon svg line,
a.download:focus .download-icon svg line {
    stroke: #FFF;
    }

/**
    @section Product reviews
    
    The review section (from Stylus theme)
 */
section.reviews header,
section.reviews .reviews-sort,
section.reviews .reviews-list,
section.reviews .summary {
    margin-bottom: 1.5rem;
    }
section.reviews .summary .rating {
    margin: .5em 0;
    display: inline-block;
    }
section.reviews .summary .rating .evRating {
    display: inline-block;
    margin-bottom: .5em;
    }
section.reviews .summary .rating .statistics {
    border-top: 1px solid /*style.field_border_color(*/#bac3c3/*)*/;
    padding-top: .5em;
    }
section.reviews .reviews-pagination {
    text-align: center;
    }

/**
    @section Review (from Stylus theme)
    
    An individual review contains the following features:
    1. Star rating
    2. Publish date
    3. Verified review badge
    4. Pros
    5. Cons
    6. Likes
 */
.review {
    background-color: #fff;
    border-radius: 5px;
    padding: 1.5rem;
    }
.review + .review {
    margin-top: 1.5rem;
    }
.review .header {
    margin-bottom: 1.5rem;
    }
.review .published,
.review .likes {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    }
.review .likes {
    border-right: 1px solid /*style.field_border_color(*/#bac3c3/*)*/;
    padding-right: .625rem;
    }
.review .pros,
.review .cons,
.review .verified {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    }
.review .pros:before,
.review .cons:before,
.review .verified:before {
    content: "\e0b1";
    font-family: "ev2";
    position: absolute;
    left: .125rem;
    color: #3BB879;
    }
.review .cons:before {
    content: "\e0b2";
    color: #ff9286;
    }
.review .verified {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    }
.review .verified:before {
    content: "\e0ef";
    color: #74abfd;
    font-size: 1rem;
    top: -2px;
    }

/**
    @section Review footer (from Stylus theme)
    
    Contain the upvote/like buttons. 
 */
.review .footer button.like-button {
    margin-top: -3px;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin: 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    color: inherit;
    position: relative;
    }
.review .footer button.like-button:hover,
.review .footer button.like-button:focus {
    background-color: /*style.primary(*/#18af37/*)*/;
    color: #fff;
    }
.review .footer button.like-button:hover .icon,
.review .footer button.like-button:focus .icon {
    font-size: 11px;
    }
.review .footer button.like-button.is-loading:after {
    content: '';
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    border-radius: 50%;
    border: 2px solid /*style.primary(*/#18af37/*)*/;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    }

/**
    @section Reviewer information (from Stylus theme)
    
    Includes an Avatar and the customer's first name.
 */
.reviewer .avatar {
    text-align: center;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin-right: .5em;
    font-family: /*style.heading_font_family(*/"Outfit"/*)*/,Helvetica,Arial,sans-serif;
    font-weight: /*style.heading_font_weight(*/700/*)*/;
    font-style: /*style.heading_font_style(*/normal/*)*/;
    color: /*style.heading_color(*/#001C42/*)*/;
    }
.reviewer .name {
    display: inline-block;
    vertical-align: middle;
    }

/**
    @section Write a Review (from Stylus theme)
    
    The "Write a review" feature opens in an ".ev-drawer".
 */
.new-review-form .fieldContainer {
    margin-top: 1rem;
    }

/**
    @section Variations
 */
.product-variants {
    margin: -.5rem -.5rem 1.5rem -.5rem;
    }
.product-variant {
    padding: .5rem;
    }
.product-variant-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5rem;
    }
.product-variant-option {
    padding: .5rem;
    }
.product-variant-option label.variant-box {
    border: 2px solid #F8FAFB;
    background-color: #F8FAFB;
    border-radius: 4px;
    padding: .5em 1em;
    margin: 0;
    height: 46px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.product-variant-option input[type="radio"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
    }
.product-variant-option input[type="radio"]:checked + label.variant-box {
    border: 2px solid /*style.primary(*/#18af37/*)*/;
    background-color: /*style.primary(*/#18af37/*)*/;
    color: #FFF;
    cursor: pointer;
    }
.product-variant-option input[type="radio"]:checked + label.swatch:after {
    border-color: /*style.primary(*/#18af37/*)*/;
    }
.product-variant-option input[type="radio"]:disabled + label.variant-box,
.product-variant-option input[type="radio"]:disabled + label.swatch {
    opacity: .4;
    cursor: not-allowed;
    }

/*
    @section Customisation
    
 */
.customisation {
    padding: .5rem 0;
    }
.customisation-header {
    margin-bottom: .5rem;
    }
.customisation-option label,
.customisation-header label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: .5rem;
    margin: -1rem;
    }
.customisation-option label > *,
.customisation-header label > * {
    padding: .5rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    }
.customisation-option label > .customisation-option-label,
.customisation-option label > .customisation-header-label,
.customisation-header label > .customisation-option-label,
.customisation-header label > .customisation-header-label {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.customisation-option.type-swatch label,
.customisation-option.type-string label,
.customisation-header.type-swatch label,
.customisation-header.type-string label {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.customisation-option .swatch + .evButton,
.customisation-header .swatch + .evButton {
    margin: 0 .5rem;
    }
.customisation-description {
    font-size: .875rem;
    }

/*
    @section Price Options
    
    This is generally only applicable when more than
    one price option is available to choose from.
    For example, when selecting month or year payments.
 */
.price-option label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: .5rem;
    margin: -1rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.price-option label > * {
    padding: .5rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    }
.price-option label > .price-option-label {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.product-media .image-container:not(:first-child) {
    margin-top: 20px;
    }

/*#fullDescription {
    iframe {
        max-width: 100%;
    }
}*/

.fitting-service-button {
    display: none !important;
    border: 1px solid #C7CCD1;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    }
.fitting-service-button.activated {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.fitting-service-button:not(.is-active) {
    cursor: pointer;
    }
.fitting-service-button h4 {
    margin: 0;
    padding: 0;
    }
.fitting-service-button:hover {
    -webkit-box-shadow: 0 0 0 4px #2CA94A40;
    box-shadow: 0 0 0 4px #2CA94A40;
    border: 1px solid #2CA94A;
    }
.fitting-service-button span.fitting-service-chosen {
    display: none;
    }
.fitting-service-button span:not(.fitting-service-chosen) {
    display: block;
    }
.fitting-service-button span.poa {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    top: -2px;
    display: none;
    }
.fitting-service-button span.fitting-service-dialogue-link {
    cursor: pointer;
    }
.fitting-service-button.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #2CA94A;
    background: #2CA94A1A;
    }
.fitting-service-button.is-active span:not(.fitting-service-chosen) {
    display: none;
    }
.fitting-service-button.is-active span.fitting-service-chosen {
    display: block;
    }
.fitting-service-button.is-active span.close {
    cursor: pointer;
    }
.fitting-service-button.is-active span.poa {
    display: block;
    }
.price-on-application {
    padding: 1rem 1rem 1rem 4rem;
    background: #2CA94A1A;
    }
.price-on-application .heading {
    position: relative;
    }
.price-on-application .heading svg {
    position: absolute;
    top: 0;
    left: -2rem;
    }
.price-on-application-buttons .evButtonAction,
.price-on-application-buttons .evButtonCancel {
    padding: 1rem 1.5rem 1rem 3rem;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    }
.price-on-application-buttons .evButtonAction svg,
.price-on-application-buttons .evButtonCancel svg {
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.price-on-application-buttons .evButtonCancel {
    background: #F3F4F5;
    border: 1px solid #F3F4F5 !important;
    color: #4F5F74;
    font-weight: 500;
    }
@media all and (min-width: 960px) {
.price-on-application-buttons .evButtonAction,
.price-on-application-buttons .evButtonCancel {
    width: 206px;
    padding: 1rem 2.5rem 1rem 4rem;
    }
.price-on-application-buttons .evButtonAction svg,
.price-on-application-buttons .evButtonCancel svg {
    left: 3rem;
    }
}

.product-customisation {
    visibility: hidden;
    height: 0;
    padding: 0;
    }
