.addon-section{
background: #fafafa;
margin-bottom: 30px;
padding: 10px;
border-top: 2px solid #f0f0f0;
}
.checkmark{
display: none;
}
.fabric-selection{
position: relative;
}
dl.variation dt, dl.variation dd{
float: left;
}
dl.variation dt{
clear: both;
}
dl.variation{
text-transform: capitalize;
}
.single-product [type=radio] { 
position: absolute;
opacity: 0;
width: 0;
height: 0;
} [type=radio] + img, [type=radio] + div.colour-box, [type=radio] + div.operation-box {
cursor: pointer;
} .single-product [type=radio]:checked + img { opacity: 0.8;
}
.calculated-price{
font-size: 1.2em;
font-weight: bold;
line-height: 1em;
margin-bottom: 20px;
}
.dimensions-elements{
display: flex;
flex-direction: row;
justify-content: space-between;
text-align: center;
}
.dimensions-elements .input-wrap{
width: 40%;
}
.dimensions-elements label, label.standard-label{
font-weight: 300;
}
.accordion{
border-bottom: 1px solid #cfcfcf;
margin-bottom: 20px;
}
.accordion-item{
position: relative;
}
.accordion-title{
cursor: pointer;
}
.accordion-inner{
padding: 1em !important;
}
.header-types, .position-options, .colour-options, .fitting-options{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.header-types label{
width: 110px;
font-size: 12px;
text-align: center;
font-weight: 300;
margin: 3px;
position: relative;
cursor: pointer;
}
.position-options label{
width: 140px;
font-size: 12px;
text-align: center;
font-weight: 300;
margin: 5px;
position: relative;
cursor: pointer;
}
.fitting-options label{
width: 140px;
font-size: 12px;
text-align: center;
font-weight: 300;
margin: 5px;
position: relative;
cursor: pointer;
}
.colour-options label{
width: 120px;
font-size: 12px;
text-align: center;
font-weight: 300;
margin: 5px;
position: relative;
cursor: pointer;
text-align: center;
}
.colour-box{
height: 80px;
}
.operation-box{
height: 80px;
background: #fafafa;
border: 1px solid #809e92;
}
.left-box{
border-left: 7px solid #809e92;
}
.right-box{
border-right: 7px solid #809e92;
}
[type=radio]:checked + div.checkmark {
display: block;
}
.checkmark{
position: absolute;
top: 5px;
left: 10px;
width: 28px;
height: 28px;
background: #fff;
border-radius: 50%;
border: 2px solid #819f93;
color: #819f93;
font-weight: bold;
font-size: 20px;
line-height: 1.2;
}
.check{
display: none;
position: absolute;
right: 20px;
}
.half{
float: left;
width: 50%;
}
.fabric-selection{
height: 300px;
overflow-y: scroll;
display: flex;
flex-wrap: wrap;
padding: 1px;
margin: 1px;
justify-content: space-between;
}
.fabric-selection label{
font-size: 12px;
font-weight: 300;
word-wrap: break-word;
margin: 5px;
padding: 2px;
text-align: center;
display: block;
width: 110px;
}
.fabric-option{
text-align: center;
font-size: 12px;
font-weight: 300;
width: 110px;
height: 110px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.fabric-thumbnail{
width: 100px;
height: 100px;
overflow: hidden;
}
.eyelet-colours, .luxury-interlining{
display: none;
}
.tiebacks{
display: block;
padding-top: 20px;
}
.express{
position: absolute;
right: 10px;
top: 5px;
background-color: #fff;
border-radius: 50%;
text-align: center;
padding: 2px 2px 2px 3px;
color: #809e92;
line-height: 1em;
}
.express-legend{
padding: 20px 0;
font-size: 14px;
}
.express-notice{
background-color: #fff6c6;
margin-bottom: 15px;
padding: 5px 10px;
font-size: 14px;
border-radius: 5px;
}
.foam-size{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.input-tripple{
padding: 5px;
}
.bespoke-products{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.bespoke-products div{
width: 50%;
}
.bespoke-products div .button{
line-height: 1.2em;
padding: 10px;
}
@media (max-width: 600px){
.foam-size{
display: block;
}
.input.allow_decimal{
width:  100%;
}
}