﻿
body { }
div, img, ul, li { display:inline-block; box-sizing:border-box; height:auto; margin:0px; padding:0px; border:none; background:none; }
input, button, select { display:inline-block; box-sizing:border-box; }



/*MATSEL*/
#matsel { display:block; position:absolute; top:0px; right:0px; bottom:0px; left:0px; z-index:2000; width:100%; height:100%; text-align:center; vertical-align:middle; border:none; background:url('images/glass.png'); }
#ms_frame { position:relative; max-width:1024px; width:100%; height:auto; margin:208px 0px 16% 0px; border:2px solid #cccccc; border-radius:2px; box-shadow:4px 4px 10px #000000; background:#cccccc; }

#ms_titlebar { position:relative; z-index:2100; width:100%; min-height:30px; padding:0px 0px 0px 8px; border-bottom:3px solid #cccccc; border-radius:2px 2px 0px 0px; font:normal 18px/30px 'Lato', Century Gothic, Arial, Helvetica; letter-spacing:4px; text-transform:uppercase; text-align:left; color:#ad9130; background:#000000; }
i.fa-swatch { width:20px; height:20px; margin:-5px 0px 0px 0px; border:1px dashed #000000; background:#ad9130; }

#ms_close { position:absolute; right:0; top:0; width:30px; height:30px; margin:0px; padding:0px 12px 0px 0px; border:none; font-size:20px; line-height:16px; text-align:center; vertical-align:middle; color:#cccccc; background:none; cursor:pointer; }
#ms_close:hover { color:#cfb352; }

/*MATSEL - TABS*/
#ms_tabs { width:100%; height:36px; text-align:left; background:none; }
#ms_tabs > li { height:36px; margin:0px 3px 0px 0px; }
#ms_tabs > li > button { display:block; height:36px; margin:0px; padding:0px 20px 0px 20px; border:none; font:normal 15px 'Droid Sans', 'Century Gothic', Arial; letter-spacing:1px; color:#393939; background:#e5e5e5; }
#ms_tabs > li > button > i { font-size:18px; line-height:18px; vertical-align:top; }
#ms_tabs > li.active > button { background:#f7f6f6; }
#ms_tabs > li:hover > button { background:#f7f6f6; }
i.fa-fringe { display:inline-block; box-sizing:border-box; width:18px; height:18px; margin:0px 0px 0px 0px; padding:0px; border:none; background:url(images/fa-fringe.jpg) center center no-repeat; }
i.fa-twist-cord { display:inline-block; box-sizing:border-box; width:18px; height:18px; margin:0px 0px 0px 0px; padding:0px; border:none; background:url(images/fa-twist-cord.jpg) center center no-repeat; }

/*MATSEL - CELLS*/
#ms_cells { width:100%; padding:6px; background:#f7f6f6; }
#ms_cells > div.ms_cell { display:none; width:100%; min-height:580px; height:auto; }
#ms_cells > div.ms_cell.active { display:inline-block; }


/*MATSEL - CELL - FILTER BAR & CHECKBOXES*/
#ms_cells > div.ms_cell > label.ms_filter_bar { display:none; box-sizing:border-box; width:100%; margin:0px 0px 4px 0px; padding:6px; font:bold 20px Arial; letter-spacing:1px; text-decoration:none; color:#595959; background:#cccccc; }
#ms_cells > div.ms_cell > label.ms_filter_bar > i { line-height:20px; letter-spacing:0px; vertical-align:top; }
#ms_cells > div.ms_cell > label.ms_filter_bar > i.io-triangle-down { float:right; font-size:28px; }
/*#ms_cells > div.ms_cell > label.ms_filter_bar:hover > i.io-triangle-down { color:#cfb352; }*/

input#ms_fabric_filter_cb[type=checkbox]{ display:none; -webkit-appearance:none; }
input#ms_fabric_filter_cb[type=checkbox]:checked ~ #ms_fabric_filters { display:block; }

input#ms_cord_filter_cb[type=checkbox]{ display:none; -webkit-appearance:none; }
input#ms_cord_filter_cb[type=checkbox]:checked ~ #ms_cord_filters { display:block; }

input#ms_fringe_filter_cb[type=checkbox]{ display:none; -webkit-appearance:none; }
input#ms_fringe_filter_cb[type=checkbox]:checked ~ #ms_fringe_filters { display:block; }

input#ms_favorites_filter_cb[type=checkbox]{ display:none; -webkit-appearance:none; }
input#ms_favorites_filter_cb[type=checkbox]:checked ~ #ms_favorites_filters { display:block; }


/*MATSEL - CELL - FILTERS*/
#ms_cells > div.ms_cell > div.ms_filters { position:relative; width:100%; min-height:80px; text-align:left; background:none; }
#ms_cells > div.ms_cell > div.ms_filters > div.ms_f_title { width:130px; margin:6px 0px 0px 6px; font:bold 20px Arial; letter-spacing:1px; text-decoration:none; color:#595959; background:none; }
#ms_cells > div.ms_cell > div.ms_filters > div.ms_f_title > i { line-height:20px; letter-spacing:0px; vertical-align:top; }

/*MATSEL - CELL - FILTERS (SEARCH)*/
#ms_cells > div.ms_cell > div.ms_filters > input.ms_f_query { display:inline-block; float:right; width:200px; height:26px; margin:2px 0px 0px 0px; padding:2px 8px 0px 8px; border:solid 1px #aaaaaa; font:normal 14px 'Droid Sans', Arial, Helvetica; text-align:left; background:#ffffff; }

/*MATSEL - CELL - FILTERS (COLOR)*/
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color  { min-height:30px; margin:2px 0px 0px 0px; padding:0px 1px 0px 1px; border:solid 1px #aaaaaa; text-align:left; background:none; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li { float:left; margin:0px 1px 0px 1px; border:1px solid #f7f6f6; background:none; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li > button { width:26px; height:26px; margin:0px; padding:0px; border:none; /*border:1px dashed #f7f6f6;*/ background-position:0 0; background-repeat:no-repeat; background-size:100% 100%; background-color:none; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li.active, #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li.active > button { border-color:Red; background-color:Red; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li:hover, #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li:hover > button { border-color:Red; background-color:Red; }

/*MATSEL - CELL - FILTERS (SELECT)*/
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels { width:100%; margin:10px 0px 0px 0px; text-align:left; background:none; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li { font:normal 15px/28px 'Lato', Arial; color:#222222; text-align:right; background:none; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div { width:130px; height:26px; margin:0px 0px 0px 10px; overflow:hidden; background:url(images/sel_arrow.jpg) no-repeat right center #dddddd; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div > select { -webkit-appearance:none; width:158px; height:26px; padding:3px 3px 3px 8px; border:0px; border-radius:0px; font:normal 14px 'Droid Sans', Arial; color:#494949; background:transparent; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div > select option {}

#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_usage { width:150px; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_usage > select { width:178px; }

#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_brand { width:130px; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_brand > select { width:158px; }

#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_pattern { width:150px; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_pattern > select { width:178px; }

#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_material { width:200px; margin-right:20px; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_material > select { width:228px; }

#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_page { width:72px; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_page > select { width:100px; }

/*MATSEL - CELL - FILTERS (RESET)*/
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > button.ms_f_reset { -webkit-appearance:none; width:80px; height:26px; margin:0px 0px 0px 10px; padding:3px 3px 3px 3px; border:solid 1px #aaaaaa; font:normal 15px 'Droid Sans', Arial; color:#fafafa; background:#bbbbbb; cursor:pointer; }
#ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li:last-of-type { float:right; }

/*MATSEL - CELL - RESULTS*/
#ms_cells > div.ms_cell > div.ms_results { width:100%; min-height:500px; height:500px; text-align:left; background:#cccccc; }

/*MATSEL - CELL - RESULTS - GRID*/
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid { width:94%; height:100%; padding:0.25%; overflow:hidden; border-top:solid 1px #8c8c8c; border-bottom:solid 1px #8c8c8c; text-align:left; background:#ffffff; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem { position:relative; z-index:2001; min-width:100px; width:19.5%; max-height:118px; height:24%; margin:0.25%; padding:0px; border:none; background:none; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.item { position:absolute; left:0px; top:0px; z-index:2002; min-width:100%; max-width:100%; width:100%; min-height:100%; height:100%; margin:0px; padding:0px; border:none; background:none; overflow:hidden; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.item > i { font-size:20px; color:#cfb352; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.item > img { z-index:2003; width:100%; height:auto; border:none; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.item:hover { border-color:#7daf63; }

#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.item > div.details { display:none; position:absolute; left:0px; bottom:0px; z-index:2004; width:100%; margin:0px; padding:4px; border:none; font:normal 14px/18px 'Droid Sans', 'Lato Light', 'Century Gothic', Arial, Helvetica, sans-serif; text-align:left; color:#494949; background-color:rgba(255, 255, 255, 0.8); cursor:inherit; }



/*MATSEL - RESULTS - FAVBTN*/
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favbtn { }

#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favbtn_off { display:none; position:absolute; right:0px; top:0px; z-index:2004; width:24px; height:24px; margin:0px; padding:0px; border:none; background:url(images/vectors/ms-star.svg) 0 0 no-repeat; background-size:24px 24px; -webkit-transition: all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favbtn_off:hover { background-image:url(images/vectors/ms-star-act.svg); }

#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favbtn_on { display:inline-block; position:absolute; right:0px; top:0px; z-index:2004; width:24px; height:24px; margin:0px; padding:0px; border:none; background:url(images/vectors/ms-star-act.svg) 0 0 no-repeat; background-size:24px 24px; opacity: 0.4; /*filter:alpha(opacity=40);*/ }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favbtn_on:hover { background-image:url(images/vectors/ms-star.svg); opacity:1.0; }

#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favbtn_rem { display:none; position:absolute; right:0px; top:0px; z-index:2004; width:24px; height:24px; margin:0px; padding:0px; border:none; background:url(images/vectors/ms-fav-rem.svg) 0 0 no-repeat; background-size:24px 24px; -webkit-transition: all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favbtn_rem:hover { background:url(images/vectors/ms-fav-rem-act.svg) 0 0 no-repeat; background-size:24px 24px; }



/*MATSEL - RESULTS - GRID - GRIDITEM:HOVER*/
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem:hover > button.item > div.details { display:inline-block; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem:hover > button.favbtn_off { display:inline-block; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem:hover > button.favbtn_on { opacity:1.0; filter:alpha(opacity=100); }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem:hover > button.favbtn_rem { display:inline-block; opacity:1.0; filter:alpha(opacity=100); }

/*
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favon { display:inline-block; position:absolute; right:0px; top:0px; z-index:2004; width:24px; height:24px; margin:0px; padding:0px; border:none; background:url(images/vectors/ms-star-act.svg) 0 0 no-repeat; background-size:24px 24px; opacity: 0.4; filter: alpha(opacity=40); }

#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favadd { display:none; position:absolute; right:0px; top:0px; z-index:2004; width:24px; height:24px; margin:0px; padding:0px; border:none; background:url(images/vectors/ms-star.svg) 0 0 no-repeat; background-size:24px 24px; -webkit-transition: all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favadd:hover { background:url(images/vectors/ms-star-act.svg) 0 0 no-repeat; background-size:24px 24px; }

#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favrem { display:none; position:absolute; right:0px; top:0px; z-index:2004; width:24px; height:24px; margin:0px; padding:0px; border:none; background:url(images/vectors/ms-fav-rem.svg) 0 0 no-repeat; background-size:24px 24px; -webkit-transition: all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.favrem:hover { background:url(images/vectors/ms-fav-rem-act.svg) 0 0 no-repeat; background-size:24px 24px; }

#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem:hover > button.item > div.details { display:inline-block; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem:hover > button.favon { opacity:1.0; filter: alpha(opacity=100); }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem:hover > button.favadd { display:inline-block; }
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem:hover > button.favrem { display:inline-block; }
*/



/*MATSEL - RESULTS - SPECIALORDER*/
#ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem > button.specialorder { display:inline-block; box-sizing:border-box; position:absolute; left:2px; top:2px; padding:1px 2px 1px 2px; z-index:2004; font:normal 9px Arial; color:black; border:none; background:rgba(255,255,255,0.8); }





/*MATSEL - CELL - RESULTS - PREV/NEXT*/
#ms_cells > div.ms_cell > div.ms_results > button.ms_prev { width:3%; height:100%; margin:0px; padding:0px; border:solid 1px #8c8c8c; border-radius:2px 0px 0px 2px; background:url('images/arrow_prev.svg') center center no-repeat #dfdfdf; background-size:75% auto; }
#ms_cells > div.ms_cell > div.ms_results > button.ms_next { width:3%; height:100%; margin:0px; padding:0px; border:solid 1px #8c8c8c; border-radius:0px 2px 2px 0px; background:url('images/arrow_next.svg') center center no-repeat #dfdfdf; background-size:75% auto; }


/*MATSEL - FABRIC*/
#ms_fabric_cell { }
/*#ms_fabric_cell > #ms_fabric_results { }*/

/*MATSEL - CORD*/
#ms_cord_cell { }

/*MATSEL - FRINGE*/
#ms_fringe_cell { }

/*MATSEL - FAVORITES*/
#ms_favorites_cell { }














/*DETAILS*/
#md_frame { position:absolute; left:0px; top:0px; z-index:3000; width:100%; height:100%; background:#f7f6f6; }

#md_titlebar { position:relative; z-index:3100; width:100%; min-height:30px; padding:0px 0px 0px 4px; border-bottom:3px solid #cccccc; border-radius:2px 2px 0px 0px; font:normal 18px/30px 'Lato', Century Gothic, Arial, Helvetica; letter-spacing:4px; text-transform:uppercase; text-align:left; color:#bfbfbf; background:#000000; }

#md_close { position:absolute; right:0; top:0; width:30px; height:30px; margin:0px; padding:0px 12px 0px 0px; border:none; font-size:20px; line-height:16px; text-align:center; vertical-align:middle; color:#cccccc; background:none; cursor:pointer; }
#md_close:hover { color:#cfb352; }

/*DETAILS - MD_TABS*/
#md_tabs { width:100%; height:36px; text-align:left; background:#cccccc; }
#md_tabs > li { height:36px; margin:0px 3px 0px 0px; padding:0px; }
#md_tabs > li > button { display:block; height:36px; padding:0px 20px 0px 20px; font:normal 15px 'Droid Sans', 'Century Gothic', Arial; letter-spacing:1px; color:#393939; border:none; background:#e5e5e5; }
#md_tabs > li > button > i { font-size:18px; line-height:18px; vertical-align:top; }
#md_tabs > li > button > span { }
#md_tabs > li > button > span > span { }
#md_tabs > li.active > button { background:#f7f6f6; }
#md_tabs > li:hover > button { background:#f7f6f6; }
i.fa-sample { display:inline-block; box-sizing:border-box; width:16px; height:16px; margin:0px; padding:0px; border:1px dashed #dddddd; background:#393939; }


/*DETAILS - MD_MAIN*/
#md_main { position:relative; width:100%; padding:6px; background:#f7f6f6; }

#md_spinner { display:inline-block; position:absolute; left:0px; top:0px; bottom:0px; width:100%; text-align:center; vertical-align:middle; background:#f7f6f6; }
#md_spinner > div { display:inline-block; margin:220px 0px 0px 0px; font:normal 32px 'Lato', 'Lato Light', 'Lato Light', 'Droid Sans', Arial, Helvetica, Sans-Serif; text-align:center; vertical-align:middle; color:#cfb352; }

/*DETAILS - MD_NAME (TOP)*/
#md_name { width:100%; height:50px; padding:6px; font:normal 28px Lato, 'Century Gothic', 'Droid Sans', Arial, Helvetica; text-align:left; color:#666666; }


/*DETAILS - MD_MATERIAL (LEFT)*/
#md_material { width:60%; background:none; }

#md_image { width:100%; max-height:50%; padding:1px; border:2px solid #cccccc; }
#md_image > img { width:100%; max-height:460px; }

/*DETAILS - MD_DISCLAIMER*/
#md_disclaimer { width:100%; min-height:30px; margin:6px 0px 0px 0px; padding:5px 5px 5px 25px; border:1px solid Silver; font:normal 12px 'Droid Sans', Arial, Helvetica, sans-serif; text-align:left; background:#eeeeee; }
#md_disclaimer > i { margin-left:-20px; }


/*DETAILS - MD_CELLS*/
#md_cells { width:39%; min-height:530px; margin:0px 0px 0px 1%; background:#f7f6f6; }

#md_cells > div.md_cell { display:none; width:100%; min-height:380px; height:auto; text-align:left; }
#md_cells > div.md_cell.active { display:inline-block; }

/*DETAILS - MD_CELL_CONS*/
#md_cells > div.md_cell_cons { width:100%; height:54px; margin-top:16px; text-align:center; background:none; }

#md_cells > div.md_cell_cons > button.md_apply {
    height:auto;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    font-family: Arial;
    text-decoration: none;
    text-shadow: 1px 1px 3px #666666;
    color: #ffffff;
    border:none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #34d98f;
    background-image: -webkit-linear-gradient(top, #23c87e, #1aa738); /*#34d98f, #2bb849*/
    background-image: -moz-linear-gradient(top, #23c87e, #1aa738);
    background-image: -ms-linear-gradient(top, #23c87e, #1aa738);
    background-image: -o-linear-gradient(top, #23c87e, #1aa738);
    background-image: linear-gradient(to bottom, #23c87e, #1aa738);
    cursor:pointer;
}
#md_cells > div.md_cell_cons > button.md_apply:hover { background:#23c87e; text-decoration:none; }


/*DETAILS - DETAILS*/
#md_details_cell { text-align:center; background:none; }
#md_details_cell table.md_listtable { display:inline-table; height:auto; border:none; border-spacing:0px; background:none; }
#md_details_cell table.md_listtable tr { display:table-row; border:none; }
#md_details_cell table.md_listtable tr td { display:table-cell; margin:0px; padding:10px 6px 10px 6px; border:none; font:normal 16px/26px 'Lato', 'Century Gothic', Arial, Helvetica, sans-serif; text-align:left; vertical-align:top; color:#666666; background:none; }
#md_details_cell table.md_listtable tr td > img { width:100px; }
#md_details_cell table.md_listtable tr td:first-of-type { font:bold 17px/26px 'Lato', 'Century Gothic', Arial, Helvetica, sans-serif; }

#md_details_cell > div.specialorder { display:inline-block; width:100%; text-align:center; }
#md_details_cell > div.specialorder > div { display:inline-block; width:95%; margin:10px 0px 0px 0px; padding:10px 10px 10px 32px; border:1px solid #c1d2dc; background:#dbebf8 url(images/msg_info.png) no-repeat 8px 10px; font:normal 12px 'Lato', 'Droid Sans', Verdana, Arial, Helvetica, sans-serif; color:#386977; text-align:left; } /*msg = f6c82d/fef2ca/61551b  |  info = c1d2dc/dbebf8/09384c


/*DETAILS - SAMPLE*/
#md_sample_cell { text-align:center; background:none; }
#md_sample_cell div.sample_info { display:inline-table; width:100%; max-height:500px; height:auto; margin:0px; padding:10px; border:1px solid #cccccc; font:normal 16px/20px 'Lato', 'Century Gothic', Arial, Helvetica, sans-serif; background:none; }
#md_sample_cell div.sample_price { display:inline-table; width:100%; max-height:500px; height:auto; margin:20px 0px 0px 0px; padding:10px; font:normal 18px/26px 'Droid Sans', 'Century Gothic', Arial; text-align:center; color:#494949; background:none; }
#md_sample_cell div.sample_price > span { font:bold 22px/26px 'Droid Sans', 'Century Gothic', Arial; letter-spacing:2px; color:#bea241; /*ad9130 bea241 cfb352*/ }
#md_sample_cell div.sample_bottom { display:inline-table; width:100%; height:auto; margin:20px 0px 0px 0px; padding:0px; text-align:center; background:none; }

#md_sample_msg { display:none; width:100%; height:auto; margin:0px; padding:10px 10px 10px 32px; border:1px solid #446423; font:normal 10px Verdana; text-align:left; color:#3d6611; background:#eff5ea url(images/msg_ok.png) no-repeat 8px 10px; }
#md_sample_msg.err { display:inline-block; width:100%; height:auto; margin:0px; padding:10px 10px 16px 32px; border:1px solid #e86958; font:normal 10px Verdana; text-align:left; color:#990000; background:#fbbda9 url(images/msg_err.png) no-repeat 8px 10px; }

#md_sample_atc { display:inline-block; min-height:20px; height:auto; margin:0px; padding:4px 10px 4px 10px; border:2px solid #494949; font:normal 18px/20px 'Lato', 'Century Gothic', Arial, Helvetica, sans-serif; letter-spacing:2px; text-transform:uppercase; color:#ffffff; background:#494949; -webkit-transition: all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; cursor:pointer; }
#md_sample_atc > span { }
#md_sample_atc:hover { color:#ffffff; border-color:#ad9130; background:#cfb352; }


/*DETAILS - ORDER*/
#md_order_cell { background:none; text-align:center; }
#md_order_cell div.order_info { display:inline-table; width:100%; max-height:500px; height:auto; margin:0px; padding:10px; border:1px solid #cccccc; font:normal 16px/20px 'Lato', 'Century Gothic', Arial, Helvetica, sans-serif; background:none; }
#md_order_cell div.order_price { display:inline-table; width:100%; max-height:500px; height:auto; margin:20px 0px 0px 0px; padding:10px; font:normal 18px/26px 'Droid Sans', 'Century Gothic', Arial; text-align:center; color:#494949; background:none; }
#md_order_cell div.order_price > span { font:bold 22px/26px 'Droid Sans', 'Century Gothic', Arial; letter-spacing:2px; color:#bea241; /*ad9130 bea241 cfb352*/ }
#md_order_cell div.order_bottom { display:inline-table; width:100%; height:auto; margin:20px 0px 0px 0px; padding:0px; font:bold 18px/30px 'Droid Sans', 'Century Gothic', Arial; text-align:center; background:none; }

#md_order_msg { display:none; width:100%; height:auto; margin:0px; padding:10px 10px 16px 32px; border:1px solid #446423; font:normal 10px Verdana; text-align:left; color:#3d6611; background:#eff5ea url(images/msg_ok.png) no-repeat 8px 10px; }
#md_order_msg.err { display:inline-block; width:100%; height:auto; margin:0px; padding:10px 10px 16px 32px; border:1px solid #e86958; font:normal 10px Verdana; text-align:left; color:#990000; background:#fbbda9 url(images/msg_err.png) no-repeat 8px 10px; }

#md_order_qty { display:inline-block; width:40px; min-height:24px; height:auto; margin:0px; padding:4px 8px 4px 8px; border:1px solid #cccccc; font:normal 16px 'Droid Sans', Arial, Helvetica, sans-serif; text-align:center; color:#494949; background:#eeeeee; }

#md_order_atc { display:inline-block; min-height:20px; height:auto; margin:0px; padding:4px 10px 4px 10px; border:2px solid #494949; font:normal 18px/20px 'Lato', 'Century Gothic', Arial, Helvetica, sans-serif; letter-spacing:2px; text-transform:uppercase; color:#ffffff; background:#494949; -webkit-transition: all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; cursor:pointer; }
#md_order_atc:hover { color:#ffffff; border-color:#ad9130; background:#cfb352; }


/*DETAILS - COLLECTIONS*/
#md_collections_cell { max-height:500px; border:1px solid #cccccc; overflow:auto; }
#md_collections_cell ul.matcoll { width:100%; }
#md_collections_cell ul.matcoll > li { width:48%; margin:1%; }
#md_collections_cell ul.matcoll > li > button.simitem { display:inline-block; position:relative; width:100%; height:auto; margin:0px; padding:1px; border:1px solid #cccccc; background:none; }
#md_collections_cell ul.matcoll > li > button.simitem > img { display:inline-block; width:100%; height:auto; margin:0px; padding:0px; border:none; }
#md_collections_cell ul.matcoll > li > button.simitem > div.details { display:none; position:absolute; left:0px; bottom:0px; width:100%; padding:4px; font:normal 14px/18px 'Droid Sans', 'Lato Light', 'Century Gothic', Arial, Helvetica, sans-serif; text-align:left; color:#494949; background-color:rgba(255, 255, 255, 0.8); cursor:inherit; }
#md_collections_cell ul.matcoll > li:hover > button.simitem > div.details { display:inline-block; }


/*DETAILS - VISUALIZE*/
#md_visualize_cell { background:none; }

















/*## RESOLUTION DROP ########################################################################################################*/

@media (orientation: landscape) and (max-width: 1024px)
{
}/*landscape < 1024px*/
 
@media (orientation: landscape) and (max-width: 980px)
{
    /*MATSEL*/
    #ms_frame { margin-top:180px; }
    
    
    /*DETAILS - MD_TABS*/
    #md_tabs > li > button { padding:0px 10px 0px 10px; }

}/*landscape < 980px*/

@media (orientation: landscape) and (max-width: 800px)
{
    /*MATSEL*/
    #ms_frame { margin-top:122px; }

    /*MATSEL - CELLS*/
    #ms_cells > div.ms_cell { min-height:unset; }
    
    /*MATSEL - CELL - FILTER BAR*/
    #ms_cells > div.ms_cell > label.ms_filter_bar { display:block; }

    /*MATSEL - CELL - FILTERS*/
    #ms_cells > div.ms_cell > div.ms_filters { display:none; width:100%; min-height:130px; text-align:left; }
    #ms_cells > div.ms_cell > div.ms_filters > div.ms_f_title { display:none; }
    
    /*MATSEL - CELL - FILTERS (SEARCH)*/
    #ms_cells > div.ms_cell > div.ms_filters > input.ms_f_query { width:200px; }

    /*MATSEL - CELL - FILTERS (COLOR)*/
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color  { width:36%; margin:2px 0px 0px 0px; padding:1px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li { float:left; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li > button { width:32px; height:32px; }

    /*MATSEL - CELL - FILTERS (SELECT)*/
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels { position:absolute; right:0px; top:32px; width:410px; margin:0px; padding:0px; background:none; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li { display:inline-block; margin:0px; text-align:right; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div { width:125px; height:26px; margin:2px; }
    
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_usage { width:200px; margin-right:0px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_usage > select { width:200px; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_brand { width:200px; margin-right:0px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_brand > select { width:200px; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_pattern { width:200px; margin-right:0px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_pattern > select { width:200px; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_material { width:200px; margin-right:0px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_material > select { width:200px; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_page { margin-left:5px; text-align:right; }

    /*MATSEL - CELL - FILTERS (RESET)*/
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > button.ms_f_reset { margin:2px 0px 0px 0px; }
    
    /*MATSEL - CELL - RESULTS - GRID*/
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem { width:24.5%; height:19.25%; }
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid { width:92%; }
    
    /*MATSEL - CELL - RESULTS - PREV/NEXT*/
    #ms_cells > div.ms_cell > div.ms_results > button.ms_prev { width:4%; }
    #ms_cells > div.ms_cell > div.ms_results > button.ms_next { width:4%; }

    
    /*DETAILS - MD_TABS*/
    #md_tabs > li > button { padding:0px 10px 0px 10px; letter-spacing:0px; }
    #md_tabs > li > button > span > span { display:none; }

}/*landscape < 800px*/

@media (orientation: landscape) and (max-width: 640px)
{
    /*MATSEL - TABS*/
    #ms_tabs > li > button { padding:0px 10px 0px 10px; letter-spacing:0px; }
    
    
    /*MATSEL - CELL - FILTERS*/
    #ms_cells > div.ms_cell > div.ms_filters { display:none; width:100%; min-height:190px; text-align:left; }
    
    /*MATSEL - CELL - FILTERS (SELECT)*/
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li { display:block; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels { width:206px;}

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li:nth-last-child(2) { display:inline-block; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li:nth-last-child(1) { display:inline-block; }
    
    /*MATSEL - CELL - RESULTS - GRID*/
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem { width:24.0%; height:16%; }
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid { width:90%; }

    /*MATSEL - CELL - RESULTS - PREV/NEXT*/
    #ms_cells > div.ms_cell > div.ms_results > button.ms_prev { width:5%; }
    #ms_cells > div.ms_cell > div.ms_results > button.ms_next { width:5%; }

    /*DETAILS - MD_MAIN*/
    #md_main { background:none; }

    #md_spinner > div { font-size:24px; }

    
    /*DETAILS - MD_TABS*/
    #md_tabs > li > button { padding:0px 5px 0px 5px; font-size:13px; line-height:18px; }
    #md_tabs > li > button > i { font-size:18px; line-height:18px; }
    
    /*DETAILS - SAMPLE*/
    #md_sample_cell div.sample_info { padding:6px; font-size:15px; line-height:18px; }
    #md_sample_cell div.sample_bottom { margin:10px 0px 20px 0px; }
    #md_sample_atc { letter-spacing:1px; }
    #md_sample_atc > span { display:none; }
    
    /*DETAILS - ORDER*/
    #md_order_cell div.order_info { font-size:15px; line-height:18px; }
    #md_order_cell div.order_bottom { margin:10px 0px 20px 0px; }
    #md_order_atc { margin:10px 0px 0px 0px; letter-spacing:1px; }

}/*landscape < 640px*/

@media (orientation: landscape) and (max-width: 480px)
{
    /*MATSEL - TABS*/
    #ms_tabs > li > button { padding:0px 5px 0px 8px; letter-spacing:0px; }
    
    /*MATSEL - CELL - RESULTS - GRID*/
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem { width:32.5%; height:14%; }
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid { width:84%; }
    
    /*MATSEL - CELL - RESULTS - PREV/NEXT*/
    #ms_cells > div.ms_cell > div.ms_results > button.ms_prev { width:8%; }
    #ms_cells > div.ms_cell > div.ms_results > button.ms_next { width:8%; }

    
    /*DETAILS - MD_MAIN*/
    #md_main { background:green; }

    #md_spinner > div { font-size:20px; }

    /*DETAILS - MD_TABS*/
    #md_tabs > li > button { padding:0px 12px 0px 12px; }
    #md_tabs > li > button > span { display:none; }

}/*landscape < 480px*/

@media (orientation: landscape) and (max-height: 380px)
{

}/*landscape height < 380px*/

 
@media (orientation: portrait) and (max-width: 1024px)
{
    /*MATSEL*/
    #ms_frame { margin-top:210px; }

}/*portrait < 1024px*/

@media (orientation: portrait) and (max-width: 980px)
{
    /*MATSEL*/
    #ms_frame { margin-top:180px; }

    
    /*DETAILS - MD_TABS*/
    #md_tabs > li > button { padding:0px 10px 0px 10px; }

}/*portrait < 980px*/

@media (orientation: portrait) and (max-width: 800px)
{    
    /*MATSEL*/
    #ms_frame { margin-top:122px; }

    /*MATSEL - CELL - RESULTS - GRID*/
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem { width:24.5%; height:19.25%; }
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid { width:92%; }
    
    /*MATSEL - CELL - RESULTS - PREV/NEXT*/
    #ms_cells > div.ms_cell > div.ms_results > button.ms_prev { width:4%; }
    #ms_cells > div.ms_cell > div.ms_results > button.ms_next { width:4%; }

    
    /*DETAILS - MD_TABS*/
    #md_tabs > li > button { padding:0px 10px 0px 10px; letter-spacing:0px; }
    #md_tabs > li > button > span > span { display:none; }

    /*DETAILS - MD_NAME (TOP)*/
    #md_name { height:unset; font-size:22px; }

    /*DETAILS - MD_MATERIAL (LEFT)*/
    #md_material { width:50%; }

    /*DETAILS - MD_CELLS*/
    #md_cells { width:49%; }

}/*portrait < 800px*/

@media (orientation: portrait) and (max-width: 640px)
{
    /*MATSEL - TABS*/
    #ms_tabs > li > button { padding:0px 10px 0px 10px; letter-spacing:0px; }

    /*MATSEL - CELL - RESULTS - GRID*/
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem { width:24.0%; height:16%; }
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid { width:90%; }
    
    /*MATSEL - CELL - RESULTS - PREV/NEXT*/
    #ms_cells > div.ms_cell > div.ms_results > button.ms_prev { width:5%; }
    #ms_cells > div.ms_cell > div.ms_results > button.ms_next { width:5%; }

    
    /*DETAILS - MD_TABS*/
    #md_tabs > li > button { padding:0px 5px 0px 5px; font-size:13px; line-height:18px; }
    #md_tabs > li > button > i { font-size:18px; line-height:18px; }

    /*DETAILS - MD_NAME (TOP)*/
    #md_name { font-size:18px; }

    /*DETAILS - DETAILS*/
    #md_details_cell table.md_listtable tr td { padding:3px 6px 3px 6px; font-size:14px; line-height:22px; }
    #md_details_cell table.md_listtable tr td > img { width:70px; }
    #md_details_cell table.md_listtable tr td:first-of-type { font-size:15px; line-height:22px; }

    /*DETAILS - MD_CELLS*/
    #md_cells { min-height:unset; }
    #md_cells > div.md_cell { min-height:unset; }
    
    /*DETAILS - SAMPLE*/
    #md_sample_cell div.sample_info { padding:6px; font-size:15px; line-height:18px; }
    #md_sample_cell div.sample_bottom { margin:10px 0px 20px 0px; }
    #md_sample_atc { letter-spacing:1px; }
    #md_sample_atc > span { display:none; }
    
    /*DETAILS - ORDER*/
    #md_order_cell div.order_info { font-size:15px; line-height:18px; }
    #md_order_cell div.order_bottom { margin:10px 0px 20px 0px; }
    #md_order_atc { margin:10px 0px 0px 0px; letter-spacing:1px; }

}/*portrait < 640px*/

@media (orientation: portrait) and (max-width: 568px)
{
    /*MATSEL*/
    #ms_frame { margin-top:60px; }

}/*portrait < 568px*/

@media (orientation: portrait) and (max-width: 480px)
{
    
    /*MATSEL*/
    #ms_titlebar { font-size:16px; letter-spacing:0px; }


    /*MATSEL - TABS*/
    #ms_tabs > li > button { padding:0px 5px 0px 8px; letter-spacing:0px; }



    /*MATSEL - CELLS*/
    #ms_cells > div.ms_cell { min-height:unset; }
    
    /*MATSEL - CELL - FILTER BAR*/
    #ms_cells > div.ms_cell > label.ms_filter_bar { display:block; }

    /*MATSEL - CELL - FILTERS*/
    #ms_cells > div.ms_cell > div.ms_filters { display:none; width:100%; min-height:186px; text-align:left; }
    #ms_cells > div.ms_cell > div.ms_filters > div.ms_f_title { display:none; }
    
    /*MATSEL - CELL - FILTERS (SEARCH)*/
    #ms_cells > div.ms_cell > div.ms_filters > input.ms_f_query { width:200px; }

    /*MATSEL - CELL - FILTERS (COLOR)*/
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color  { width:36%; margin:2px 0px 0px 0px; padding:1px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li { float:left; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color > li > button { width:32px; height:32px; }

    /*MATSEL - CELL - FILTERS (SELECT)*/
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels { position:absolute; right:0px; top:32px; width:200px; margin:0px; padding:0px; background:none; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li { display:block; margin:0px; text-align:right; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div { width:125px; height:26px; margin:2px; }
    
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_usage { width:200px; margin-right:0px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_usage > select { width:200px; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_brand { width:200px; margin-right:0px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_brand > select { width:200px; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_pattern { width:200px; margin-right:0px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_pattern > select { width:200px; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_material { width:200px; margin-right:0px; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_material > select { width:200px; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > div.ms_f_page { margin-left:5px; text-align:right; }

    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li:nth-last-child(2) { display:inline-block; }
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li:nth-last-child(1) { display:inline-block; }

    /*MATSEL - CELL - FILTERS (RESET)*/
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_sels > li > button.ms_f_reset { width:70px; margin:2px 0px 0px 0px; }
    
    /*MATSEL - CELL - RESULTS - GRID*/
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid > div.griditem { min-width:unset; width:32.5%; height:14%; }
    #ms_cells > div.ms_cell > div.ms_results > div.ms_grid { width:84%; }
    
    /*MATSEL - CELL - RESULTS - PREV/NEXT*/
    #ms_cells > div.ms_cell > div.ms_results > button.ms_prev { width:8%; }
    #ms_cells > div.ms_cell > div.ms_results > button.ms_next { width:8%; }
    

    
    /*DETAILS*/
    #md_titlebar { font-size:16px; letter-spacing:0px; }

    /*DETAILS - MD_MAIN*/
    #md_main { background:none; }

    #md_spinner > div { font-size:20px; }

    /*DETAILS - MD_TABS*/
    #md_tabs > li > button { padding:0px 12px 0px 12px; }
    /*#md_tabs > li:nth-of-type(n+2) > button > span { display:none; }*/
    #md_tabs > li > button > span { display:none; }
    #md_tabs > li:first-of-type > button > span { display:inline; }

    /*DETAILS - MD_DISCLAIMER*/
    #md_disclaimer { display:none; }

    /*DETAILS - MD_MATERIAL*/
    #md_material { width:100%; }
    #md_image > img { width:100%; max-height:200px; overflow:hidden; }

    /*DETAILS - MD_CELLS*/
    #md_cells { width:100%; margin:0px; padding-top:10px; }

    /*DETAILS - MD_CELL_CONS*/
    #md_cells > div.md_cell_cons { background:none; }
    #md_cells > div.md_cell_cons > button.md_apply {  max-width:260px; width:100%; font-size:14px; padding:10px 0px 10px 0px; }

    /*DETAILS - DETAILS*/
    #md_details_cell table.md_listtable tr td { padding:3px; font-size:14px; line-height:18px; }
    #md_details_cell table.md_listtable tr td > img { width:50px; }
    #md_details_cell table.md_listtable tr td:first-of-type { font-size:14px; line-height:18px; }
    
    /*DETAILS - SAMPLE*/
    #md_sample_cell div.sample_info { padding:6px; font-size:14px; line-height:16px; }
    #md_sample_cell div.sample_bottom { margin:5px 0px 10px 0px; }
    #md_sample_atc { font-size:16px; line-height:20px; letter-spacing:0px; }
    
    /*DETAILS - ORDER*/
    #md_order_cell div.order_info { padding:6px; font-size:14px; line-height:16px; }
    #md_order_cell div.order_bottom { margin:5px 0px 10px 0px; }
    #md_order_atc { font-size:16px; line-height:20px; letter-spacing:0px; }
    
}/*portrait < 480px*/

@media (orientation: portrait) and (max-width: 340px)
{
    /*MATSEL - CELL - FILTERS (COLOR)*/
    #ms_cells > div.ms_cell > div.ms_filters > ul.ms_f_color  { width:26%; }
    
    
    /*DETAILS - MD_TABS*/
    #md_tabs > li > button > span { display:none; }

}/*portrait < 340px*/


























