html{
    box-sizing: border-box;
}
* , :after, :before {
    box-sizing: inherit
}

.content-background-wrapper{
    /*background-color: #f2f4f4;*/
    background: #fff;
}
.breadcrumb-wrapper {
    /*background: #f2f4f4;*/
    background: #fff;
}

@media (min-width: 1001px){
    #content{
        margin-top: 3em;
    }
    #content.overview{
        margin-top: 0;
    }
}

#content.grey{
    background: #f2f4f4;
}

header{
    position: relative;
    z-index: 1;
}
@media (min-width:1000px) {
    .utility-region-wrapper{
        z-index: 2;
        background-color: transparent;
    }
}

.textbtn a {
    color: #2e2f64;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 51px;
    height: 51px;
    padding-left: 37px;
    padding-right: 37px;
    display: block;
    text-align: center;
}
.textbtn a:hover {
    text-decoration: none;
}

.shopcontainer p.textbtn {
    margin: 2em 0;
}

/* gift aid */
.giftaid-info-holder{
    background: #e7f4ff;
    padding: 1em 1.5em 3em;
}
.shopcontainer .giftaid-info-holder h2, .giftaid-info-holder p, .giftaid-info-holder label{
    color: #323232; /* sands 2025 body */
}
.giftaid-info-holder #claimgiftaid{
    float: left;
    width: 10%;

}
.giftaid-info-holder label{
    float: left;
    width: 85%;
}
.giftaid-info-holder img{
    display: none;
}

/* tablet */
@media (min-width: 768px){
    .giftaid-info-holder{
        padding: 1em 4em 3em 2em;
    }
    .giftaid-info-holder #claimgiftaid{
        float: left;
        width: 5%;

    }
    .giftaid-info-holder label{
        float: left;
        width: 65%;
    }
    .giftaid-info-holder img{
        display: block;
        float: right;
        width: 25%;
    }
}

/* select */

/* body select.select_box */
body select {
    display: block;
    padding: 10px 40px 10px 13px !important;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #2e2f64;
    border-radius: 0;
    background: url(../images/select_arrow.gif) right center no-repeat;
    background-color: #fff;
    color: #2e2f64;
    font-size: 12px;
    line-height: 16px !important;
    appearance: none;
    /* this is must */ -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-right: 1em;
}
/* body select.select_box option */
body select option {
    padding: 0 4px;
}
body select:disabled {
    opacity: 0.2;
}
/* for IE and Edge */
select::-ms-expand {
    display: none;
}
select:disabled::-ms-expand {
    background: #f60;
}

#productform p.selectholder{
    float: left;
}
#productform p.imagebtn {
    margin-top: 1em;
}

/* personalisation */

.p13ngroup{
    clear:both;
}
.p13ngroup input:disabled{
    background-color: #f7f8f8;
}
.p13ngroup .disabled{
    opacity: 0.5;
}
.p13ngroup .label{
    float: right;
    width: 50%;
    font-size: 0.8em;
    line-height: 1.3em;
}
.p13ngroup .label label{
    font-weight: normal;
}
.p13ngroup .label span{
    font-size: 0.7em;
}
.p13ngroup .label strong{
    font-size: 1.5em;
    font-weight: 600;
    color: #ee9224;
}
.p13ngroup .field{
    float: left;
    width: 50%;
}
.p13nField{
    width: 85%;
    padding: 0.5em 0.3em;
}
