@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,700;1,400&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
    font-family: 'Raleway', sans-serif;
    color:#707070;
}

#wrapper{
    width:600px;
    brder:1px solid red;
    margin:auto;
}

#content{
    padding:15px;
    clear:both;
}

h1{
    color:#707070;
    font-size:44px;
    line-height:1em;
    font-family:'Barlow Condensed', sans-serif;
    text-transform:uppercase;
    margin-top:10px;
}


h2{
    font-weight:bold;
    font-size:20px;
    color:#707070;
    border-bottom:1px solid;
}

#sku{
    font-size:20px;
}

#images img{
    border:1px solid #707070;
    width:500px;
    text-align:center;
    margin-bottom:15px;
}

#romance ul{
    list-style:square;
}

.icon-container{
    width:230px;
    display:inline-block;
    margin:auto;
    margin:10px;

}

.icon-container img{
    width:70px;
    float:left;
}

.icon-container p{
    display:block;
    width:150px;
    float:right;
    text-align:left;
}

#feature-icons{
    text-align:center;
}

table td:first-child{
    width:100px;
}

footer{
    text-align:center;
}
footer a{
    color:#707070;
    text-decoration:none;
}

#controls ul,#controls li{
    padding:0;margin:0;list-style:none;
}

#controls button{
    border:none;
    background:#F5F5F5;
    border-top:1px solid #707070;
    border-right:1px solid #707070;
    border-bottom:1px solid #707070;
    border-left:0px solid #707070;
    font-family:'Barlow Condensed', sans-serif;
    color:#707070;
    line-height:15px;
    float:left;
    width:20%;
    padding:10px;
    height:54px;
}

#controls button:hover{
    background:#d8d7d7;
}

#controls li:first-child button{
    border-left:1px solid #707070;
}

.button-image{
    float:left;
    padding:0;
    width:90px;
    height:60px;
    border:1px solid #707070;
    margin-right:10px;
    position:relative;
}
.button-image img{
    width:100%;
}

.button-image.selected .overlay{
    background:#576423;
    z-index:10;
    width:88px;
    height:58px;
    position:absolute;
    left:0;
    top:0;
    opacity:.5;
}

.block-header{
    background:#707070;
    color:#fff;

}

.block-header button{
    background:none;
    border:none;
    color:#fff;
    font-size:22px;
}

.block-header .col-md-8{
    padding:6px 0 0 20px;
}

.block-dropdown{
    border:1px solid #707070;
}

.selection .title
{
    font-weight:bold;
    font-size:18px;
}