#giftCardCustomisation {
    margin-right: 0.4em;
}

#giftCardCustomisation textarea {
    height: 90px;
    resize: vertical;
}

.customisationHeader {
    display: block;
    font-family: FS Lola;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0.8em 0 0.2em;
    box-sizing: border-box;
}

@media only screen and (min-width: 600px) {
    .customisationRow.inlineHeader {
        margin: 1em 0 0;
    }

    .customisationRow.inlineHeader .customisationHeader {
        display: inline-block;
        width: 24%;
        text-align: left;
        padding-right: 0.5em;
        margin: 0;
        margin-top: 0.7em;
        vertical-align: top;
    }

    .customisationRow.inlineHeader .customisationOption {
        display: inline-block;
        width: 75%;
    }

    .customisationRow.inlineHeader .customisationOption > * {
        width: 100%;
        box-sizing: border-box;
    }
}

.customisationType .hidden {
    display: none;
}

.valueSelect {
    display: flex;
    margin: 0 -0.2rem;
}

.standardSection .customisationOption input,
.standardSection .customisationOption textarea {
    padding: 0.3em 0.5em;
}

.standardSection .customisationOption small {
    font-size: 0.8em;
    margin: 0.6rem;
    color: #333;
}

.standardSection .customisationOption input,
.standardSection .customisationOption textarea,
.valueSelect label {
    width: 100%;
    margin: 0.2rem;
    border-radius: 0.3em;
    color: black;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: white;
    font-weight: normal;
    border: 0.1em solid #ccc;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: background, box-shadow;
    transition-duration: 70ms;
    transition-timing-function: ease-in-out;
}

.valueSelect label span {
    cursor: pointer;
}

.valueSelect input[type="radio"] {
    display: none;
}

.valueSelect input:checked + label {
    font-weight: bold !important;
    border-color: #80c342;
    background: #f5faf0;
}
.currencySelect {
    overflow: hidden;
}
.valueSelect input:checked + .currencySelect {
    font-weight: normal;
    background: white;
}
.valueSelect input + .currencySelect::before {
    content: '£';
    transform: translateX(75%);
    opacity: 0;
    width: 0;
    transition: width 200ms ease-in-out, opacity 150ms ease-in-out;
}
.valueSelect input:checked + .currencySelect::before {
    width: 1em;
    opacity: 1;
}
textarea {
    outline: none;
}
.valueSelect label:hover {
    background: #efefef;
}
.standardSection .customisationOption input:focus,
.standardSection .customisationOption input:active,
.standardSection .customisationOption textarea:focus,
.standardSection .customisationOption textarea:active,
.valueSelect label:focus,
.valueSelect label:active {
    border: 0.1em solid #80c342;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(128,195,66,0.50);
    -moz-box-shadow: 0px 0px 10px 2px rgba(128,195,66,0.50);
    box-shadow: 0px 0px 0.2em 0.05em rgba(128,195,66,0.50);
}

.valueSelect label > * {
    padding: 0.325em 0.6em;
    margin: auto;
}

.valueSelect .inputCheckbox > label::before {
    content: '£';
}
.valueSelect .amountInput {
    border: none;
    background: white;
    width: 100%;
    color: black;
    box-sizing: border-box;
}

#imageCarousel {
    margin: 0 1.5rem;
}

#imageCarousel .slick-slide {
    margin: 0 0.5em;
}

#imageCarousel .slick-slide img {
    max-width: 100%;
}

#imageCarousel .slick-arrow:before {
    color: black;
    text-shadow: none;
    border: none;
    transform: none;
    padding: 0;
}

#imageCarousel .slick-dots li button {
    text-shadow: none;
}

#imageCarousel .slick-dots li button:before {
    font-size: 8px !important;
}

#imageCarousel .slick-dots li.slick-active button:before {
    font-size: 10px !important;
}

.valueSelect .wideRadio {
    flex: 2.5 0 2rem;
}

.customisationRow {
    display: block;
}
.designGroup {
    width: 24%;
    display: inline-block;
}
.designRadio {
    margin: 0.2rem 2rem;
}
.basketGiftCardCustomisation {
    margin: 1rem 0;
}
.customisationOptionsRow {
    text-align: center;
}
.customisationOptionsOrderConfirmation {
    padding: 1rem 2rem;
}
.customisationType {
    margin-bottom: 1rem;
}
.designImage {
    cursor: pointer;
    border-radius: 0.5em;
}
.designGroup {
    margin: 1em 0;
    transition: transform 90ms ease-in-out;
}
.designGroup:hover {
    transform: scale(1.05);
}

.voucherPreview {
    margin: 2em auto;
    max-width: 27em;
    border: 0.1em solid #ccc;
    border-radius: 0.5em;
    overflow: hidden;
}

.desktop .voucherPreview {
    margin: 4em;
    margin-bottom: auto;
}

.voucherPreview p {
    margin: 1rem 1.5rem;
}

.voucherImagePreview {
    width: 100%;
}

.voucherMessage {
    font-size: 1.4em;
}

.voucherSection {
    border-bottom: 0.1em solid #ccc;
}

.voucherPrice {
    font-family: Signika;
    font-size: 2em;
}

.voucherPrice::before {
    content: '£';
}

.designRadio:checked + .designImageContainer {
    position: relative;
}

.designRadio:checked + .designImageContainer::after {
    content: "\f00c";
    font-size: 1.2em;
    color: #eee;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0.3em;
    background: #222;
    border-radius: 100em;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    font-weight: normal;
}

#mainProduct > #mainProductDetails {
    margin: 0 1.5em;
    width: 415px !important;
}


.ui-button.btn-toggle {
    padding: 0.1em 0.3em;
}


/* Style surrounding page */
#quantityselect,
label.labelqty,
span.freedelivery,
span.instock ~ p,
span.instock ~ .grey-line,
span.instock,
div.free_del,
.offerprice,
.designRadio {
    display: none;
}

.errorMessage {
    font-size: 1.1em;
    margin: 1em 0.6rem;
    color: #c40000;
}

.errorMessage::before {
    content: '\f071';
    font-family: FontAwesome;
    padding-right: 0.6em;
}

@media only screen and (max-width: 600px) {
    #value50 + label,
    #value30 + label {
        display: none;
    }

    #valueCustom + label::placeholder {
        content: 'Other';
    }
}

.quantity-and-price {
    font-size: 1.2em;
}

.priceandbuy .voucherTotalPrice {
    display: block;
}

.voucherTotalPrice::before {
    content: '£';
    display: inline-block;
}

.multipleRecipientText {
    display: inline-block;
    padding: 0.4em;
    margin: 0.3rem;
    color: #666;
}
