/**

 */


.lightbox.enquire .gform_title
{
    display: none !important;
}
.lightbox.enquire .gfield_label
{
    display: none !important;
}
.lightbox.enquire .gfield input,
.lightbox.enquire .gfield textarea
{
    border-bottom: 1px solid black !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    font-size: 24px !important;
}
}
.lightbox.enquire .gform_wrapper.gravity-theme .gfield textarea.medium
{
    height: 57px;
    resize: vertical;
}
.lightbox.enquire .gform_wrapper.gravity-theme .gfield input.small
{
    width: 100% !important;
}

.lightbox.product-added .lightbox-inner .shopping-buttons
{
    display: flex;
    align-items: center;
    gap: 25px;
}
.lightbox.product-added .lightbox-inner .shopping-buttons button.continue
{
    display: flex;
    background-color: white;
    color: black;
    font-family: 'Circular', serif;
    line-height: 1;
    padding: 15px 25px;
    border: 1px solid black;
    outline: none;
    text-wrap: nowrap;
}
.lightbox.product-added .lightbox-inner .shopping-buttons button.checkout
{
    display: flex;
    background-color: black;
    color: white;
    font-family: 'Circular', serif;
    line-height: 1;
    padding: 15px 61px;
    border: 1px solid black;
    outline: none;
}

.lightbox.product-added .lightbox-inner
{
    align-items: flex-end;
    width: 70%;
    padding: 150px 125px 150px 125px;
    flex-direction: row;
    column-gap: 50px;
    justify-content: flex-start;
}
.lightbox.product-added .lightbox-inner .product-info .added
{
    font-size: 28px;
    text-wrap: nowrap;
    text-align: left;
}
.lightbox.product-added .lightbox-inner .product-info .product-name
{
    font-size: 40px;
    text-wrap: nowrap;
    text-align: left;
}
.lightbox.product-added .lightbox-inner .product-info .prod-grid
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}
.lightbox.product-added .lightbox-inner .product-info .prod-grid p
{
    display: flex;
    white-space: nowrap;
    font-size: 18px;
    color: black;
    text-transform: capitalize;
    margin-bottom: 0;
}
.lightbox.product-added .lightbox-inner .product-info .prod-grid span
{
    color: #626262;
    display: flex;
    font-size: 18px;
    column-gap: 5px;
    align-items: flex-end;
    text-wrap: nowrap;
}
.lightbox.product-added .lightbox-inner .product-info
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}



#atc--colour-area-mobile p.hidden-text, #atc--seating-area-mobile p.hidden-text
{
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
}
#atc--wheel-options, #atc--seating-options, #atc--sizing-options
{
    z-index: 99;
}
#atc--wrapper
{
    margin-bottom: 100px;
}
#atc--left-container .atc--left-title
{
    font-family: 'Antwerp', serif;
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 30px;
}
#atc--material-name
{
    font-family: 'Circular', serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#add-to-cart-click
{
    width: 100%;
}
#atc--wheel-image-mobile
{
    margin-bottom: 10vw;
    margin-top: -100px;
}
#atc--colour-area-mobile
{
    width: 100%;
    margin-top: 10vw;
    flex-direction: column;
}
#atc--wheel-area-mobile
{
    min-height: 400px;
    flex-direction: column;
    align-items: center;
}
#atc--wheel-desc-mobile
{
    text-align: center;
    max-width: 90%;
}
#atc--seating-area-mobile
{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10vw;
}
p#atc--colour-desc-mobile
{
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}
p#atc--seat-desc-mobile
{
    max-width: 90%;
    text-align: center;
}
#atc--seat-image-mobile
{
    margin-bottom: 10vw;
    margin-top: -200px;
}
#atc--variables
{
    display: none;
    width: 0;
    height: 0;
}
#atc--variables p
{
    width: 0;
    height: 0;
}
#price.desktop
{
    display: none !important;
}
#atc--payment-mobile
{
    justify-content: space-between;
    display: flex;
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}
#total-mobile
{
    margin: 0;
    font-family: 'Circular', serif;
    text-transform: uppercase;
    font-size: 16px;
}
#price-mobile
{
    color: black;
    font-size: 28px;
    font-family: 'Circular', serif;
    margin-bottom: 0;
}

#atc--payment-qty
{
    font-family: 'Circular', serif;
    min-width: 35px;
    text-align: center;
}
#load-wrapper
{
    width: 50px;
    display: inline-block;
}
#price, #atc--sizing-button p.atc--sizing-price.size-price-placeholder
{
    display: none;

}
.atc--sizing-price.loading
{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 4px dotted black;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    animation: spin 5s linear infinite;
}
#atc--payment-rightside span.loading
{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 4px dotted white;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    animation: spin 5s linear infinite;
}
#atc--right-container.atc--container-wheels
{
    display: none;
}
#atc--qty-controls
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    border: 1px solid black;
    padding: 7px 15px 6px 15px;
}
#atc--qty-controls img
{
    height: 16px;
    width: 16px;
    cursor: pointer;
}
#currency-note
{
    position: fixed;
    bottom: 5px;
}
#atc--payment-sticky
{
    z-index: 99995;
    position: sticky;
    bottom: 50px;
    gap: 10px;
    width: 100%;
    background-color: white;
    border-top: 1px solid black;
    /* height: 100px;*/
}
#atc--wrapper span#price
{
    color: white;
    font-size: 19px;
    font-family: 'Circular', serif;
    padding-right: 10px;
    min-width: 120px;
    text-align: center;
}
#atc--payment-row
{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
#atc--payment-row p
{
    margin: 0;
}
#atc--payment-enquire, #atc--payment-add
{
    border: 1px solid black;
}
#atc--payment-enquire
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    font-family: 'Circular', serif;
    padding: 24px 40px 23px 40px;
    line-height: 0;
    font-size: 14px;
}
#atc--payment-add
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    line-height: 1;
    padding: 17px 20px 16px 20px;
    font-family: 'Circular', serif;
    font-size: 14px;
    width: 100%;
}

#atc--qty-controls,
#atc--payment-enquire,
#atc--payment-add {
    height: 52px;
    min-height: 52px;
    box-sizing: border-box;
}

#atc--payment-leftside
{
    max-width: 220px;
    gap: 20px;
    display: flex;
    border: 1px solid black;
    padding: 7px 20px 6px 20px;
    justify-content: center;
    align-items: center;
}
#atc--payment-rightside
{
    max-width: 500px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

#atc--wrapper
{
    width: 100%;
    height: 100%;
}
#atc--wrapper-inner
{
    height: 100%;
}
#atc--left-side
{
    position:sticky;
    top: 75px;
    height: calc(100vh - 75px - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #B3B3B3;
}
#atc--right-side
{
    max-width: 100%;
    height: 100%;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#atc--right-side #atc--right-container
{
    padding-bottom: 40%;
    box-sizing: border-box;
}
#atc--right-side #atc--right-container:first-of-type
{
    padding-top: 40%;
}
#atc--right-side #atc--right-container:last-of-type
{
    padding-bottom: 60%;
}
#atc--left-container
{
    width: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#atc--right-container
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#atc--dimensions-values
{
    display: flex;
    flex-direction: row;
    width: 375px;
    margin-bottom: 20px;
}
#atc--dimensions-values .height
{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#atc--dimensions-values .width
{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#atc--dimensions-values .depth
{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#atc--dimensions-values .custom-dimension{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
#atc--left-side img
{
    max-width: 100%;
    min-height: 295px;
    max-height: 295px;
}
.atc--left-image-container{
    max-width: 100%;
    min-height: 295px;
    max-height: 295px;
    margin: 50px 0;
    display: flex;
}
#atc--left-side .small-candle{
    min-height: 200px;
    align-self: end;
}
#atc--size-image-mobile
{
    max-width: 100%;
    min-height: 240px;
    max-height: 240px;
    margin: 50px 0;
    width: 100%;
}

#atc--size-texts-mobile #atc--dimensions-values
{
    gap: 5vw;
}
section#atc--wrapper.container p
{
    color: black;
}
#atc--size-area
{
    flex-direction: column;
}

#atc--dimensions-values .atc--dimensions-number
{
    font-family: 'Antwerp', serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 10px;
}
#atc--dimensions-values .atc--dimensions-text
{
    font-family: 'Circular', serif;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 18px;
    text-transform: uppercase;

}
#atc--delivery-date
{
    font-family: 'Antwerp', serif;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
}
#atc--right-title
{
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 0;
}


#atc--tech-sheet div
{
    padding: 0 !important;
}
#atc--tech-sheet span
{
    text-transform: uppercase;
    padding: 0 !important;

}
#atc--tech-sheet span,
.lightbox-trigger
{
    font-family: 'Circular', serif;
    font-size: 14px;
    letter-spacing: 0.085em;
    text-align: center;
    line-height: 21px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: black;
    text-underline-offset: 3px;
    margin-top: 25px;
}
@media only screen and (max-width: 1024px)
{
    #atc--tech-sheet span
    {
        font-size: 10px !important;
    }
}
.atc--modals
{
    display: none;
}
.lightbox
{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999999999999;

}
.lightbox-inner
{
    width: 90%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px 50px 20px;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.lightbox.enquire .lightbox-inner{
    width: 50%;
    align-items: flex-start;
    text-align: left;
    padding: 50px 32px;
}
.lightbox.enquire .lightbox-inner div.gform_wrapper {
    margin: 0 !important;
    max-width: unset !important;
}
.lightbox-inner .lb-exit
{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.lightbox h3
{
    text-transform: none;
}
.lightbox p
{
    max-width: 90%;
    font-size: 14px;
    line-height: normal;
    text-align: center;
}
#atc--sizing-options, #atc--seating-options, #atc--wheel-options
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#atc--sizing-button
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 50px 14px 50px;
    justify-content: space-between;
    min-width: 350px;
    max-width: 350px;
}
#atc--seating-button, #atc--wheel-button,
#atc--right-container.atc--container-colour[data-option-type="scent"] #atc--colour-button
{
    display: flex;
    align-items: center;
    padding: 16px 50px 14px 50px;
    min-width: 350px;
    max-width: 350px;
    justify-content: center;
    margin: 0px;
}
#atc--seating-button p.atc--seating-text, #atc--wheel-button p.atc--wheel-text,
#atc--right-container.atc--container-colour[data-option-type="scent"] #atc--colour-button p.atc--colour-name
{
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    line-height: normal;
}
#atc--sizing-button p.atc--sizing-text
{
    margin-bottom: 0;
    font-size: 17px;
    line-height: normal;
}
#atc--sizing-button p.atc--sizing-price
{
    font-size: 19px;
    line-height: normal;
    margin-bottom: 0;
}
#atc--selector a
{
    cursor: pointer;
    text-decoration: none;
}
#atc--sizing-options .atc--sizing-selection,
#atc--seating-options .atc--seating-selection,
#atc--wheel-options .atc--wheel-selection,
#atc--right-container.atc--container-colour[data-option-type="scent"] .atc--colour-selection
{
    max-width: 100%;
    margin-bottom: 25px;
    transition: border 0.5s, background-color 0.25s;
    border: 1px solid #B3B3B3;
}
#atc--sizing-options .atc--sizing-selection:hover,
#atc--seating-options .atc--seating-selection:hover,
#atc--wheel-options .atc--wheel-selection:hover,
#atc--right-container.atc--container-colour[data-option-type="scent"] .atc--colour-selection:hover
{
    border: 1px solid black;
}
#atc--sizing-options .atc--sizing-selection.active,
#atc--seating-options .atc--seating-selection.active,
#atc--wheel-options .atc--wheel-selection.active,
#atc--right-container.atc--container-colour[data-option-type="scent"] .atc--colour-selection.active
{
    background-color: black;
    border: solid black 1px;
}
#atc--sizing-options .atc--sizing-selection.active p,
#atc--seating-options .atc--seating-selection.active p,
#atc--wheel-options .atc--wheel-selection.active p,
#atc--right-container.atc--container-colour[data-option-type="scent"] .atc--colour-selection.active p
{
    color: white;
}
#atc--seating-options .atc--seating-selection.active p span
{
    color: white;
}
#atc--sizing-options .atc--sizing-selection.active .atc--sizing-price.loading
{
    border: 4px dotted white;
}
div#atc--sizing-button p,
div#atc--seating-button p,
div#atc--wheel-button p,
#atc--right-container.atc--container-colour[data-option-type="scent"] #atc--colour-button p
{
    font-family: 'Circular', serif;
    text-transform: uppercase;
}
div#atc--seating-button p span
{
    text-transform: lowercase;
    color: black;
    font-size: 19px;
}
#atc--colour-options
{
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    width: calc((75px * 4) + (13px * 3));
}
#atc--colour-options.atc--wide-colour-options{
    width: 100%;
    justify-content: center;
}
#atc--colour-button p.atc--colour-name {
    font-family: 'Circular', serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.015em;
    line-height: 15px;
    margin-top: 2px;
}
#atc--size-image, #atc--colour-image, #atc--seat-image
{
    transition: opacity 500ms;
}
#atc--size-image
{
    opacity: 1;
    display: block;
}
#atc--colour-image
{
    opacity: 0;
    display: none;
}
#atc--seat-image
{
    opacity: 0;
    display: none;
}
#atc--right-title:not(.atc--container-sizing p)
{
    margin-bottom: 50px;
}
#atc--sizing-texts, #atc--size-texts-mobile
{
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
}
#atc--title-name-text
{
    font-family: 'Antwerp', serif;
    font-size: 36px;
    line-height: 53px;
    text-align: center;
}
#atc--section-type-info
{
    font-family: 'Antwerp', serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 70%;
    margin: 0;
    display: none;
}
#atc--other-texts
{
    display: none;
}
#atc--colour-button img
{
    width: 75px;
    height: 97px;
    transition: all 0.2s;
}

a.dropdown
{
    /*transition: all 1s;*/
}
/*
.atc--colour-selection.active div img
{
    border: 1px solid black;
    padding: 3px;
    filter: drop-shadow(0px 0px 0px transparent) !important;
}
*/
.atc--colour-selection
{
    cursor: pointer;
}
/**
#atc--colour-button:hover img
{
    filter: drop-shadow(0px 0px 2px black);
}
*/
#atc--wrapper[data-currency="USD"],
#atc--wrapper[data-currency="EUR"]
{
    display: none;
}
#atc--wheel-options
{
    display: none;
}
.atc--colour-selection.active div {
    border: 1px solid black;
    padding: 3px 3px 0px 3px;
    margin: -4px;
}
.atc--colour-selection div {
    transition: border-color 0.5s;
    border: 0px solid white;
}
a.atc--colour-selection {
    margin-bottom: 15px;
}
p.atc--colour-name {
    margin-bottom: 0;
}
#enquire-click
{
    margin-top: 0;
}
/**
  __  __ ______ _____ _____             ____  _    _ ______ _____  _____ ______  _____
 |  \/  |  ____|  __ \_   _|   /\      / __ \| |  | |  ____|  __ \|_   _|  ____|/ ____|
 | \  / | |__  | |  | || |    /  \    | |  | | |  | | |__  | |__) | | | | |__  | (___
 | |\/| |  __| | |  | || |   / /\ \   | |  | | |  | |  __| |  _  /  | | |  __|  \___ \
 | |  | | |____| |__| || |_ / ____ \  | |__| | |__| | |____| | \ \ _| |_| |____ ____) |
 |_|  |_|______|_____/_____/_/    \_\  \___\_\\____/|______|_|  \_\_____|______|_____/

 */
@media only screen and (max-width: 1400px)
{
    #atc--payment-enquire
    {
        padding: 24px 25px 23px 25px;
    }
}
@media only screen and (max-width: 1280px)
{
    #atc--payment-add,
    #atc--payment-enquire
    {
        font-size: 12px;
    }


}
@media only screen and (min-width: 1025px)
{
    .mobile
    {
        display: none !important;
    }
    #enquire-click
    {
        display: block;
    }
    #atc--tech-sheet span{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 768px)
{
    #atc--selector
    {
        z-index: 999999999;
    }

}

.suggested,
.suggested-product-slider
{
    z-index: 999 !important;
}
.lightbox-trigger
{
    display: none;
}
@media only screen and (max-width: 1800px)
{
    .lightbox.product-added .lightbox-inner .shopping-buttons
    {
        flex-direction: column;
        gap: 10px;
    }
}
@media only screen and (max-width: 1440px)
{
    .lightbox.product-added .lightbox-inner .product-info .prod-grid
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .lightbox.product-added .lightbox-inner
    {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 50px;
    }
    .lightbox.product-added .lightbox-inner .shopping-buttons
    {
        flex-direction: row;
        gap: 10px;
    }
    .atc--left-image-container{
        margin: 50px 0 0;
    }
    #atc--left-side img{
        min-height: 250px;
        max-height: 250px;
    }
    #atc--section-type-info{
        width: 80%;
    }
}

@media only screen and (max-width: 1230px)
{
    .lightbox.product-added .lightbox-inner .product-info .added
    {
        font-size: 24px;
        text-wrap: wrap;
    }
    .lightbox.product-added .lightbox-inner .product-info .product-name
    {
        font-size: 36px;
        text-wrap: wrap;
    }
    .lightbox.product-added .lightbox-inner
    {
        padding: 100px 75px 100px 75px;
    }

    .lightbox-trigger
    {
        display: block;
        font-size: 10px !important;
        text-decoration-thickness: 1px !important;
        margin-top: 0 !important;
    }
    #atc--right-container .lightbox-trigger
    {
        margin-top: 20px !important;
    }
    footer
    {
        position: relative;
    }
    #CRO_form
    {
        position: relative;
    }
    .suggested-product-slider
    {
        margin: 0 !important;
        padding: 0 0 100px 16px;
        background-color: white !important;
        transform: translate3d(0,0,0);
    }
    .suggested
    {
        background-color: white;
        transform: translate3d(0,0,0);
        position: relative;
    }
    .embla
    {
        webkit-position: sticky;
        top: 80px;
        z-index: 0;
    }
    .embla.embla--no-sticky {
        position: unset;
    }
    #atc--wrapper
    {
        margin-bottom: 0;
    }
    #atc--selector
    {
        z-index: 9999 !important;
        position: relative;
        background-color: white;
    }
    #atc--material-name
    {
        font-size: 16px;
    }
    .atc--container-colour #atc--right-title,
    .atc--container-wheels #atc--right-title
    {
        margin-bottom: 25px !important;
    }
    .atc--container-seating
    {
        margin-top: 25px !important;
    }
    #atc--seat-desc-mobile
    {
        margin-top: 50px !important;
    }
    .atc--seating-class
    {
        margin-top: 75px;
    }
    .atc--container-seating #atc--right-title
    {
        margin-bottom: 0;
    }
    #atc--payment-add,
    #atc--payment-enquire
    {
        font-size: 14px;
    }
    .mobile
    {
        display: flex;
    }

    #atc--colour-area-mobile p, #atc--seating-area-mobile p
    {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    #atc--colour-area-mobile a, #atc--seating-area-mobile a
    {
        justify-content: center;
        margin-top: 25px;
    }
    #atc--colour-area-mobile a svg path, #atc--seating-area-mobile a svg path
    {
        fill: black;
    }
    #atc--right-side #atc--right-container
    {
        padding-bottom: 20%;
    }
    #atc--right-side #atc--right-container:first-of-type
    {
        padding-top: 50px;
    }
    #atc--right-side
    {
        padding-right: 16px;
        padding-left: 16px;
    }

    #atc--colour-button img
    {
        width: 100%;
        height: 100%;
    }
    #atc--payment-sticky
    {
        width: calc(100% + 32px);
        height: auto;
        justify-content: center;
        display: flex;
        flex-direction: column;

    }
    #atc--colour-button
    {
        width: auto;
    }
    #atc--right-container.atc--container-colour[data-option-type="scent"] .atc--colour-selection{
        width: 100%;
    }
    .atc--colour-selection
    {
        width: calc(21.25%);
    }

    #atc--seating-button, #atc--wheel-button, #atc--right-container.atc--container-colour[data-option-type="scent"] #atc--colour-button
    {
        min-width: unset;
        max-width: unset;
        padding: 20px 30px 17px 30px;
    }
    #atc--colour-button p.atc--colour-name
    {
        font-size: 8px;
    }
    #atc--sizing-button
    {
        padding: 15px 30px 12px 30px;
    }
    #atc--sizing-options
    {
        max-width: 100%;
    }
    .atc--sizing-selection, .atc--seating-selection, .atc--wheel-selection
    {
        width: 80%;
        max-width: 80%;
        min-width: unset;
    }
    #atc--sizing-button
    {
        min-width: unset;
        max-width: unset;
    }
    #atc--payment-rightside
    {
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
    #atc--payment-enquire
    {
        padding: 19px 10px 18px 10px;
        width: 100%;
    }
    #atc--payment-add
    {
        line-height: normal;
        padding: 11px 20px 9px 20px;
        width: 100%;
    }
    #atc--payment-row
    {
        gap: 2.5%;
        align-items: center;
        justify-content: space-between;
    }
    #atc--qty-controls
    {
        max-width: unset;
        padding: 2px 10px 1px 10px;
        border: 1px solid black;
        gap: 0;
        justify-content: center;
        width: 23%;
    }
    #atc--qty-controls img
    {
        height: 12px;
        width: 12px;
    }
    #add-to-cart-click
    {
        width: 45%;
    }
    #enquire-click
    {
        width: 30%;
    }
}
@media only screen and (max-width: 1200px){
    #atc--colour-options
    {
        gap: 5%;
        width: 80%;
    }
}
@media only screen and (max-width: 768px)
{
    .lightbox.product-added .lightbox-inner
    {
        width: 90%;
        padding: 75px 50px 75px 50px;
        align-items: center;
    }
    .lightbox.product-added .lightbox-inner .product-info .added
    {
        font-size: 20px;
    }
    .lightbox.product-added .lightbox-inner .product-info .product-name
    {
        font-size: 24px;
    }
    .lightbox.product-added .lightbox-inner .product-info .product-name,
    .lightbox.product-added .lightbox-inner .product-info .added
    {
        text-align: center;
    }
    .lightbox.product-added .lightbox-inner .product-info .prod-grid
    {
        justify-items: center;
    }
    .lightbox.product-added .lightbox-inner .product-info
    {
        align-items: center;
    }
    .lightbox.product-added .lightbox-inner .shopping-buttons
    {
        flex-direction: column;
        width: 100%;
    }
}