﻿@charset 'utf-8';

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: Roboto;
    color: #333;
    font-size: .8em;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover {
    color: #000000;
}

a:active {
    color: #666;
    text-decoration: none;
}

.wrapper {
    display: flex;
    flex-flow: row wrap;
}

.header, .main, .nav, .content, .aside, .footer, .results {
    flex: 1 100%;
}

#headerWrapper, #navWrapper, #footerWrapper, #navContentWrapper {
    width: 100%;
}

#headerWrapper {
    background-color: #fff;
}

#navWrapper, #footerWrapper {
    background-color: #c0c0c0;
}

#headerContent {
    text-align: center;
    padding: 5px 0;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.logoText {
    font-weight: bold;
    font-size: 1.7em;
}

#SliderContactResp {
    display: block;
    padding: 0px 10px;
}

#SliderContact {
    display: none;
}

#divContactResp {
    padding: 5px;
}

#divContactResp {
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#divHours {
    margin: auto;
    margin-top: 10px;
    width: 160px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#divHoursBox2 {
    display: none;
}

nav ul {
    overflow: hidden;
}

nav ul li {
    width: 33.333%;
    float: left;
}

nav ul li a {
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    padding: .6em 0;
    border-right: 2px solid rgba(255,255,255,0.8);
}

nav ul li.active a {
    background-color: rgba(255,255,255,.5);
}

nav ul li:last-child a {
    border-right: none;
}

#footerWrapper {
    margin-top: .6em;
}

.footer {
    padding: .5em;
}

.poweredby {
    width: 100%;
    padding: .5em;
    font-weight: bold;
    text-align: right;
}

#Slider {

}

.navContent, .navContent-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    color: #333;
}

.navContent-active {
    opacity: 1;
    max-height: 800px;
    margin-bottom: 10px;
}

#divContact, #divSearch {
    padding: .5em;
}

#divHoursBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#divHoursBox2 {
    display: none;
}

#divHours, #divHours2 {
    padding: .5em;
    font-size: 0.9em;
    overflow: hidden;
}

table.hoursday td {
    padding: 3px;
    padding-right: 5px;
    white-space: nowrap;
}

#divSearchResultsContainer {
    padding-top: .5em;
    background-color: #fff;
    color: #333;
    padding: 1em;
}

#divSearchResultsPub {
    padding: 0px 0px 0px 1em;
}

#divFrameContainerPub {
    padding-top: 1em;
}

.MFBSearchSummary {
    display: none;
    background-color: #c0c0c0;
    width: 100%;
    padding: .5em;
}

#divSearchResultsLoadMore {
    text-align: center;
    border-radius: 3px;
    background-color: #c0c0c0;
    font-weight: bold;
    transition: background .3s linear;
}

#divSearchResultsLoadMore:hover {
    background-color: rgba(0,0,0,0.2);
    cursor: pointer;
}

.MFBContainerWait {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    text-align: center;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 5-7 */
    -moz-opacity: 0.70; /* Netscape */
    -khtml-opacity: 0.70; /* Safari 1.x */
    opacity: 0.70; /* Good browsers */
}

.MFBContainerWaitContent {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 180px;
    color: #000;
}

.MFBContainerWaitContent > img {
    width: 100px;
    height: 100px;
}

.flex-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-container-wl {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.ImgLyr1 {
    flex: auto;
    margin: auto;
    max-width: 140px;
    min-height: 74.3px;
}

.ImgLyr1 > img {
    width: 140px;
    height: 67px;
}


.ImgLyr2 {
    flex: auto;
    margin: auto;
}

.ImgLyr3 {
    flex: auto;
    min-height: 74.3px;
}

.ImgLyr3-WL {
    flex: auto;
    min-height: 74.3px;
}

.ImgLyr3-flex-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: space-between;
    min-height: 74.3px;
}

.ImgLyr3-flex-item {
    flex: auto;
    padding: 4px;
}

.WLHeart {
    cursor: pointer;
}

.MFGWLResultsThumbCntnr {
    margin: 10px 10px 0px 0px;
    border-bottom: 1px solid #ccc;
}

.MFGWLResultsThumbCntnr:first-child {
    border-top: 1px solid #ccc;
}

.MFGSrchResultsThumbCntnr {
    border-bottom: 1px solid #ccc;
}

.MFGSrchResultsThumbCntnr:first-child {
    border-top: 1px solid #ccc;
}

.MFGBox {
    background-color: #e3e7ea;
    overflow: hidden;
    padding: 10px;
}

.MFGddlFilter {
    width: 258px;
}

.MFGSearchDiv {
    width: 258px;
    border: 1px solid #999;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.MFGSearchBoxDiv {
    width: 232px;
    float: left;
}

.MFGSearchBox {
    width: 226px;
}

.MFGFilterMain {
    font-weight: bold;
    padding: 5px 0;
}


/*     */
.MFBSearchResultsLeftCol {
    float: left;
    text-align: left;
    width: 280px;
    min-height: 700px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.MFGError {
    width: 50%;
    height: auto;
}

.MFBBoxHeader {
    background-color: #00aeef;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.MFBBoxHeaderTextLarge {
    font-size: 24px;
}

.MFBBoxHeaderTextSmall {
    font-size: 18px;
}
.FilterMainHeading  {
    padding-left: 5px;
}

.MFBButton-active {
    margin-top: 5px;
    width: 260px;
    padding: 0.6em;
    text-align: center;
    border-radius: 3px;
    color: #333;
    background-color: #c0c0c0;
    font-weight: bold;
    transition: background .3s linear;
    border: 1px solid transparent;
}

.MFBButton-active:hover {
    opacity: 0.4;
    cursor: pointer;
    border: 1px solid #333;
}

.MFBButton-active-white {
    background-color: #fff;
    border: 1px solid #ccc;
}

.MFBButton-active-white:hover {
    background-color: rgba(255,255,255,0.7);
    cursor: pointer;
    border: 1px solid #333;
}

.MFBButton-active-orange {
    background-color: #ff6600;
    color: #fff;
}

.MFBButton-active-orange:hover {
    background-color: rgba(255,102,0,0.7);
    cursor: pointer;
    border: 1px solid #333;
}

.MFBButton-active-green {
    background-color: #2db454;
}

.MFBButton-active-green:hover {
    background-color: rgba(45,180,84,0.4);
    cursor: pointer;
    border: 1px solid #333;
}

.MFBButton-active-red {
    background-color: #ff0000;
}

.MFBButton-active-red:hover {
    background-color: rgba(255,0,0,0.4);
    cursor: pointer;
    border: 1px solid #333;
}

.MFBButton-active-blue {
    background-color: #00aeef;
}

.MFBButton-active-blue:hover {
    background-color: rgba(0,174,239,0.7);
    cursor: pointer;
    border: 1px solid #333;
}

.MFBHeaderButton {
    width: 100px;
    padding: 6px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    font-weight: bold;
    transition: background .3s linear;
    border: 1px solid #ccc;
    font-size: 12px;
}

.MFBHeaderButton:hover {
    color: #00aeef;
    border-color: #666;
    cursor: pointer;
}

.MFBLogoutButton {
    width: 70px;
    color: #fff;
    padding: 6px;
    text-align: center;
    border-radius: 3px;
    background-color: #00aeef;
    font-weight: bold;
    transition: background .3s linear;
    border: 1px solid #00aeef;
    font-size: 12px;
}

.MFBLogoutButton:hover {
    color: #666;
    border-color: #666;
    cursor: pointer;
}

.MFBButton-disabled {
    margin-top: 5px;
    width: 260px;
    padding: 0.6em;
    text-align: center;
    border-radius: 3px;
    background-color: #c0c0c0;
    font-weight: bold;
    opacity: 0.35;
}


.MFBHoursLabel {
    float: left;
    width: 50px;
    padding-bottom: 16px;
}

.MFBHoursCbox {
    float: left; 
    margin-left: 10px; 
    width: 200px;
}

.MFBFilterSub 
{
    clear: left;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.lightBoxWL {
    position: absolute;
    top: 660px;
    left: 330px;
    width: 360px;
    z-index: 501;
}

#imgWLPopup {
    max-height: 360px;
}

/*--------------------- Begin Frame Detail ---------------------*/

.FrameContentContainer {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.MFBMainContent {
    overflow: hidden;
    background-color: #fff;
    padding: .5em;
}

#divFrameContentWait > img {
    width: 100px;
    height: 100px;
}

.FrameSizeIcons {
    width: 62px;
    height: 45px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-top, .ui-corner-left, .ui-corner-right, .ui-corner-br {
    border-radius: 0px;
}

.ui-tabs {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
    margin-left: -1px;
}

.ui-tabs-nav ui-tabs-tab {
    border: 1px solid #ccc;
    font-weight: bold;
    background-color: #fff;
    color: #333;
}

.ui-widget-header {
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #ccc;
    border: 1px solid #ccc;
    color: #333;
    font-weight: normal;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-weight: normal;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #333;
}

.ui-tabs .ui-tabs-panel {
    border: 1px solid #ccc;
    border-top: none;
}

.ui-widget-content {
    color: #333;
    font-family: Roboto;
    font-size: 0.95em;
}

.ui-tabs-anchor {
    font-family: Roboto;
}

.BackToResults {
    cursor: pointer;
    padding-bottom: .5em;
}

.BackToResults-hover {
    color: #00ADEF;
}

.BackArrow {
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

.MFBPopup {
    width: 100%;
}

.FrameContent {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 1080px;
}

#divFrameContentCol1 {
    width: 360px;
    overflow: hidden;
    order: 1;
}

#divFrameContentCol2 {
    width: 360px;
    min-height: 610px;
    overflow: hidden;
    order: 2;
}

.DetailSizeWrapper {
    min-height: 120px;
    padding-top: 10px;
    order: 3;
}

.StyleDetailBnnr {
    overflow: hidden;
    padding: .5em;
    background-color: #ccc;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.4em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.StyleDetailBnnr1 {
    flex: 3 0 auto;
    max-width: 320px;
}

.StyleDetailBnnr2 {
    flex: auto;
}

.ThumbCntnr {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-top: 1em;
}

.ImgThumbCntnr {
    margin-right: 20px;
    text-align: center;
}

.ImgThumb {
    margin: auto;
    border: 2px solid #ccc;
    width: 85px;
    height: 85px;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ImgThumb-selected {
    border-color: #333;
}

.ImgThumb-hover {
    border-color: #666;
}

.ImgThumb img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ImgThumbText {
    max-width: 86px;
    padding: 5px;
    font-size: 0.85em;
    word-break: break-word;
    white-space: normal;
    overflow-x: hidden;
}

.AddlClrsRw {
    overflow: hidden;
    padding-top: 1em;
}

.AddlClrsTtl {
    float: left;
    font-weight: bold;
    padding-right: 10px;
}

.AddlClrs {
    float: left;
    padding-bottom: 20px;
    overflow: hidden;
}

#divFrmTtl {
    clear: both;
    margin-top: -8px;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 30px;
}

#divDetailsSize {
    overflow: hidden;
    padding: .5em;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

#divFrmInfoNoTab {
    margin: auto;
}

#divFrmEySzNoTab {
    margin: auto;
    padding-bottom: 10px;
}

.FrameEyeSize table {
    border: 1px solid #ccc;
    background-color: #eee;
    width: 240px;
}

.FrameEyeSize th {
    text-align: center;
    width: 32px;
    white-space: nowrap;
    padding: .2em;
}

.FrameEyeSize td {
    text-align: center;
    padding: .2em;
}

.FrameEyeSize td:nth-child(2) {
    background-color: #fff;
}

.FrameInfo {
    clear: both;
    padding-bottom: 10px;
    padding-right: 20px;
}

#divFrmImgLg {
    text-align: center;
}

.FrmImgLgImg {
    min-height: 155px;
}

.imgDetailLg {
    max-width: 100%;
    height: auto;
}

.FrmImgLgColor {
    font-weight: bold;
    text-align: center;
    background-color: rgba(204, 204, 204, .6);
    padding: .5em;
}

.fbx_ph {
    margin: auto;
    margin-top: 1em;
    width: 350px;
    height: 410px;
    text-align: center;
}

#myFitPhotoContainer {
    position: absolute;
    width: 350px;
}

#myFitPhotoFDOverride {
    display: none;
    width: 350px;
    height: 600px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(204, 204, 204, .7);
    z-index: 98;
    position: absolute;
}

#myFitPhotoInfo {
    display: none;
    width: 350px;
    height: 600px;
    font-weight: bold;
    text-align: left;
    background-color: rgba(204, 204, 204, .9);
    z-index: 99;
    position: absolute;
    padding: 5px;
}

.fbxInfoClose {
    float: right;
    cursor: pointer;
}

.fbxInfoTxt {
    clear: both;
}

/*.fbxImgNotAvail {
    padding: 40px 0px;
}*/

.fbxImgNotAvailTxt {
    padding: 100px 5px;
    font-size: 1.5em;
}

.fbxtryOn2 {
    width: 310px;
    margin: auto;
    padding-bottom: 5px;
}

.globalmsg {
    margin: auto;
    font-size: 1.1em;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    margin-top: -6px;
}

#sp_save_photo {
    display: none;
}

#divuploadclear {
    display: inline-block;
    margin: auto;
    width: 150px;
}

#fade {
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE 8 */
    filter: alpha(opacity=75); /* IE 5-7 */
    -moz-opacity: 0.75; /* Netscape */
    -khtml-opacity: 0.75; /* Safari 1.x */
    opacity: 0.75;
}

.popup_block_tutorial {
    display: none;
    background: transparent;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 502;
    cursor: pointer;
}

/***************** JQUERY UI OVERRIDES ********************/
.ui-widget-overlay {
    opacity: .70 !important; /* Make sure to change both of these, as IE only sees the second one */
    filter: Alpha(Opacity=70) !important;
}

.ui-dialog-titlebar {
    background-color: #00aeef;
}

.ui-dialog-title {
    color: #fff;
}
 /***************** JQUERY UI OVERRIDES ********************/
 
 /********** start wish list **********/

#divBtnMyWishListContainer {
    display: none;
}
#divBtnCustomContainer {
    display: none;
}

 .spWLPCompanyName {
    font-weight: bold;
    display: inline-block;
    padding: 3px 0px;
}

.mbxWLHeader {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    overflow: hidden;
    display: table;
    width: 340px;
}

.mbxWLHeader-row1 {
    display: table-row;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}

.mbxWLHeader-cell1-table {
    display: table;
}

.mbxWLHeader-row2 {
    display: table-row;
    font-size: 12px;
    padding: 10px;
}

.mbxWLHeader-cell-content {
    display: table-cell;
    vertical-align: middle;
}

#WLForm {
    margin: auto;
    width: 350px;
    padding: 5px;
    padding-top: 20px;
}

.WLFText {
    width: 200px;
}

.WLFTextArea {
    width: 320px;
}

.AddWL {
    display: inline-block;
}

.RemoveWL {
    display: none;
}

.WLDetail {
    float: right;
    font-size: 14px;
    width: 40px;
    margin-top: 0px;
    padding: 4px;
}

.AddRemoveWLText {
    display: none;
}

/********** end wish list **********/
