body{
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    background: #ffffff;
    color: #444444;
}
.measurebox {float: left;width: 50%;}

option {
    font-size: 18px;
}

.outer-wrapper h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
}
.watch-sizing-guide.outer-wrapper > h2 {
    margin-bottom: 60px;
}
.outer-wrapper {
    margin: 0 auto;
    max-width: 778px;
    padding: 30px 40px 40px;
    position: relative;
    width: 90%;
}
div.selector {
    float: none;
    position: relative;
    display: inline-block;
    min-width: 138px;
    margin-left: 10px;
}
div.selector span {
    padding: 5px 25px 5px 10px !important;
    cursor: pointer;
    background: none;
    line-height: 15px;
    font-size: 18px;
    text-align: left;
}
.select-wrapper-outer {
    background-position: -5px top;
    background-repeat: no-repeat;
    background-size: 475px auto;
    /* float: left; */
    padding-bottom: 160px;
    padding-top: 70px;
    width: 100%;
}
.view-guide, .view-guide:hover, .view-guide:active, .start-over, .start-over:hover, .start-over:active {
    background-color: #d1984e;
    border: 0 none;
    border-radius: 0;
    color: #000000!important;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 42.5px;
    line-height: 42.5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 140px;
}
.view-guide:hover, .start-over:hover {
    background-color: #333333;
    color: #ffffff!important;
}
.start-over {
    position: absolute;
    right: 25px;
    top: 25px;
}
.clearfix {
    clear: both;
}
.select-wrapper {
    font-size: 18px;
    text-align: right;
}
.select-wrapper select {
    border-radius: 0;
    font-family: "Open Sans",Arial;
    font-size: 18px;
    margin-left: 15px;
    width: 140px;
    background: transparent;
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/checkbox-arrow.png");
    background-repeat: no-repeat;
    background-position: 120px center;
    height: 34px;
    padding-left: 10px;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
    }
}
.select-gender {
    margin-bottom: 20px;
}
.select-size {
    margin-bottom: 25px;
}
.lower-section {
    color: #141414;
    font-size: 15px;
    padding: 15px 27px;
    text-align: justify;
}
.watch-sizing-guide .lower-section {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 60px;
}

/*------------------------
    Men's and Women's
------------------------*/

.men h2 {
    margin-top: 28px;
}
.thumbnails {
    margin-top: 35px;
}
.thumbnails .active-img {
    border: 4px solid #d09654;
    margin-top: -3px;
}
.thumbnails .active-img img {
    border: 0;
}
.group {
    float: left;
    font-size: 20px;
    margin-right: 3%;
    text-align: center;
    width: 180px;
}
.group > p {
    line-height: 1;
    margin: 20px 20px 55px;
}
.thumbnails .group > span {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
}
.men .lower-section {
    margin-top: 55px;
}
.frame {
    height: 140px;      /* equals max image height */
    width: 180px;
    border: 1px solid #ececec;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.thumbnails img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 140px;
    max-width: 180px;
}
.selected-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 540px;
    width: 695px;
}