@charset "utf-8"; 
/* rockys custom clothes - inquiry */

/* html5 boilerplate */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline;}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body { margin: 0; }

body, button, input, select, textarea { font-family: calluna, serif;	color:#000; }

a { color: #00e; }
a:visited { color: inherit; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


svg:not(:root) { overflow: hidden; }


figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }


legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }


textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* layout01 */


img, object, embed, video {
	max-width: 100%;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width:100%;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width:100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width:100%;
	width: 99.7354%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}


/* fonts */

@font-face {
    font-family: bebas;
    src: url('fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: calluna;
    src: url('fonts/Calluna-Regular.woff2') format('woff2'),
        url('fonts/Calluna-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: din;
    src: url('fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* styles */

.clearboth {
	clear:both;
}

.vertalign {
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html, body {
	padding:0;
	margin:0;
}

html {
	height:100%;
	padding-bottom:1px;
}


body {
	background:#fff;
	color:#000;
	font-family: calluna, serif;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#6e649e;
	text-decoration:underline;
}

a:visited {
	color:#6e649e;
	text-decoration:underline;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

img {
	opacity:0.999;
	filter:alpha(opacity=99.99);
	border:0;
}

a img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:din,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.04em;
}

.clearboth {
	display:block;
	clear:both;
}

.sp05x {
	display:inline-block;
	width:1em;
	font-weight:normal;
}


.sp1x {
	display:inline-block;
	width:2em;
	font-weight:normal;
}

.sp2x {
	display:inline-block;
	width:4em;
	font-weight:normal;
}


.videooverlay {
	display:none;
	position:fixed;
	top:0;
	bottom:auto;
	right:auto;
	left:0;
	width:100%;
	height:99%;
	padding:1% 0 0 0;
	margin:0;
	text-align:center;
	z-index:9999;
	background:rgba(0,0,0,0.9);
	line-height:1.9em;
	border:none;
}

.closeoverlay {
	position:absolute;
	display:block;
	top:2%;
	bottom:auto;
	left:2%;
	right:auto;
}

.closeoverlay a {
	font-size:1.6em;
	font-weight:bold;
	color:#fff !important;
}

.closeoverlay a:hover {
	color:#eee;
	text-decoration:underline;
}

.videowrapper {
	display:block;
	margin:4em auto 0 auto;
	width:75%;
	height:auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:0;
}

a {
 	word-break:normal;
}

.nobreak {
 	word-break:normal;
}


.formcell, .formarea {
	display:block;
	width:100%;
	margin:0 0 1em 0;
	padding:.4em .6em;
	border:none;
	background:#eee;
}

.formselect {
	display:inline-block;
	width:auto;
	margin:0 .6em 0 0;
	padding:.2em .4em;
	border:none;
	background:#eee;
}


.formbutton {
	display:inline-block;
	border:none;
	background:#6e649e;
	padding:.6em 1em .4em 1em;
	font-family:din,sans-serif;
	font-size:1.2em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:.1em;
}

.formbutton:visited {
	color:#fff;
}

.formbutton:hover {
	background:#333;
	color:#fff;
	text-decoration:none;
}

.fbinline {
	padding:.2em .6em;
}

.fb_wd_mob {
	width:100%;
	margin:0;
}

.placeholder { 
	font-size:1em;
	color:#555;
}

input::-webkit-input-placeholder {
	font-size:1em;
	color:#555;
}

input:-moz-placeholder { /* Firefox 18- */
	font-size:1em;
	color:#555;
}

input::-moz-placeholder {  /* Firefox 19+ */
	font-size:1em;
	color:#555;
	
}

input:-ms-input-placeholder {
	font-size:1em;
	color:#555;
}

/* Mobile Layout: 480px and below. */

body {

	font-size: calc(14px + (22 - 14) * ((100vw - 400px) / (2000 - 400)));
	line-height: 1.231;
	background:#fff;
	color:#383838;
}

#LayoutDiv1 {
	float:none;
	width: 90%;
	margin:0 auto;
}

.devnote {
	position:fixed;
	top:0;
	left:0;
	padding:.2em;
	background:#870002;
	color:#fff;
	font-weight:bold;
	font-size:2em;
	z-index:999;
	opacity:.6;
}


.break-mob {
	display:inline;
}

.showdt {
	display:none;
}

header {
	display:block;
	position:relative;
	float:left;
	width:100%;
	margin:0 !important;
	padding:1em 0;
	background:#eee;
	background:url(../img/bg1.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	font-size:1em;
	line-height:1.8em;
	z-index:80;
}

header h1 {
	margin:.6em 0 .2em 0;
	font-size:1.8em;
	font-family:din, sans-serif;
	color:#fff;
	text-align:center;
}

header h2 {
	margin:0;
	color:#6e649e;
	font-size:1em;
	font-family:calluna,serif;
	text-transform:none;
	text-align:center;
}

header p {
	margin:0;
	font-size:.8em;
	text-align:center;
	color:#fff;
}

header p a {
	color:#fff !important;
}

#showmenu {
	position:relative;
	display:block;
	float:left;
	width:6vw;
	height:6vw;
	margin:0 0 0 1em;
	z-index:9998;
}

#showmenu img {
	width:80%;
}

.menu_mob {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:3em 0 0 0;
	background:rgba(143,143,143,.97);
	text-align:center;
	font-family:din, sans-serif;
	font-size:1.8em;
	letter-spacing:.15em;
	text-transform:uppercase;
	color:#fff;
}

.menu_mob ul {
	margin:0;
	padding:0;
}

.menu_mob ul li {
	display:block;	
	margin:0 0 1em 0;
	padding:0;
}


.menu_mob ul li a {
	color:#fff;
	text-decoration:none;
}

.menu_mob ul li a:hover, .menu_mob ul li a:active {
	color:#6e649e;
	text-decoration:none;
}


.mainlogo {
	position:relative;
	margin:0 auto;
	width:7%;
	z-index:9999;
}

.nobrd {
	border:none !important;
}

.nobrd img:hover {
	border:none !important;
}

main {
	position:relative;
	width:90%;
	margin:2em auto;
	min-height:75vh;
	padding:0;
	z-index:6;
}

h1 {
	margin:0 0 .5em 0;
	font-family:bebas, sans-serif;
	font-weight:normal;
	font-size:2em;
}

.prodchoice {
	display:block;
	width:100%;
	margin:0 0 .6em 0;
	text-align:center;
}

.filtertoggle {
	font-weight:bold;
	font-size:1.2em;
}

.filterbar {
	margin:1em 0 0 0;
	font-size:.8em;
}

.colorcomboparent {
	display:inline-block;
	position:relative;
	margin:0 1em 0 0;
	background:#eee;
	padding:.4em .6em;
}

.colorcomboparent a {

}

.fabcolor {
	display:inline-block;
	margin:0 0 0 .4em;
	width:1em;
	height:1em;
	background:#ccc;
	
}

.optpopup1 {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:60vw;
	background:#fff;
	padding:1em;
	border:2px solid #eee;
	font-size:1.2em;
	z-index:50;
}

.optitem {
	display:inline-block;
	width:10vw;
	margin:0 2em 1em 0;
}


.optpopup1 .formradio {
	margin:0 .4em 1em 0;
}

.optpopup1 label {

}

.fabcolorname {
	display:inline-block;
	width:6vw;
	margin:0;
}


.optpopup1 .formbutton {
	display:inline-block;
	padding:.2em .4em;
	font-size:1em;
}

.fabsearch {
	display:inline-block;
	width:70%;
}

.fabhold {
	display:block;
}

.fabnav {
	margin:1em 0 0 0;
}

.fabchooser {
	width:100%;
	margin:1em 0;
}

.fabitem {
	float:left;
	position:relative;
	width:31%;
	margin:0 2% 0 0;
	text-align:center;
}

.fabitem:nth-child(3n+1) {
	clear:left;
}

.fabitem img {
	border:.4em solid rgba(0,0,0,0.00);
}

.fablab {
	
}

.selfab {
	border:.4em solid #6e649e !important;
}

.fabdet {
	position:relative;
	float:left;
	width:100%;
	margin:1em 0;
	padding:1em;
	border:2px solid #ccc;
}

.fabdet h4 {
	position:absolute;
	top:15%;
	left:20%;
	display:block;
	width:60%;
	text-align:center;
	margin:0;
	padding:0;
	font-family:din,sans-serif;
	font-weight:normal;
	color:#333;
	font-size:2.6em;
}

.fabdet_cont {
	
}

.fdblured{
	filter: blur(4px);
}



.fabdet_over {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.5);
	z-index:20;
}

.fabdetimg {
	display:block;
	floaT:left;
	width:50%;
	margin:0 1em 0 0;
}

.fabdetnfo {
	letter-spacing:.04em;
}

.fabdetnfo h2 {
	margin:0;
	padding:0;
	line-height:normal;
	font-size:1em;
	font-family:calluna,serif;
	font-weight:bold;
	text-transform:none;
}


.fabdetnfo strong {
	display:inline-block;
	width:8em;
}

#fabprice_i, #fabprice_p {
	font-weight:bold;
}

.fabchoices {
	float:right;
	margin:1em 0;
	padding:.4em .4em 1em .4em;
	width:40%;
	height:70vw;
	border:2px solid #ccc;
	overflow-x:hidden;
	overflow-y:scroll;
	white-space:nowrap;
	background:url('../img/my_choices_bg_mob.svg');
	background-position:center;
	background-size:100% auto;
	background-repeat:no-repeat;
}

.fabchoices h3 {
	margin:0;
	padding:0;
	font-size:1.4em;
}

.chitem {
	display:block;
	float:left;
	width:45%;
	margin:0 5% 1em 0;
}

.chitem img {
	height:auto;
	width:100%;
}

.selmsg {
	display:inline-block;
	margin:0 0 0 1em;
}

.featpanel {
	position:relative;
	margin:0 0 .6em 0;
	padding:1em;
	width:100%;
	border:2px solid #ccc;
	background:#eee;
	
}

.feathead {

}

.feathead:hover {
	cursor:pointer;
}

.feattog {
	position:absolute;
	right:.4em;
	top:.2em;
	font-size:2.4em;
	font-weight:bold;
	text-decoration:none;
}

.feattxt {
	width:90%;
}

.featlab {
	display:inline-block;
	color:#6e649e;
	font-size:1.4em;
	font-family:din,sans-serif;
	text-transform:uppercase;
	letter-spacing:.04em;
}

.myaccount .featlab {
	min-width:8em;
}

.foholder {
	display:none;
}

.foholder form {
	margin:1em 0 0 0;
}

.foholder p {
	clear:both;
	margin:0;
}

.forow {
	clear:both;
	margin:0 0 1em 0;
}

.optsel {
	display:inline-block;
	margin:0 0 0 1em;
}

.featdesc {
	clear:both;
	margin:.4em 0;
}

.featopt {
	float:left;
	width:100%;
	margin:0 0 1em 0;
	padding:.4em;
	border:4px solid #ccc;
}

.featopt:hover {
	cursor: pointer;
}

.foimg img {
	float:left;
	width:25%;
}

.featsel {
	border:4px solid #6e649e !important;
	outline:4px solid #6e649e !important;
}

.folab {
	font-size:1em;
	font-family:din,sans-serif;
	text-transform:uppercase;
	letter-spacing:.04em;
}

.txtspecinput {
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
	border:none !important;
	outline:none !important;
}

.fodesc {
	font-size:.8em;
}

.fabrev {
	display:block;
	position:relative;
	width:100%;
	border:2px solid #eee;
	margin:0 2% 2em 0;
	padding:1em 1em 0 1em;
}

.fabrevdet {
	width:70%;
}

.fabrevdet img {
	float:left;
	width:20%;
	margin:0 2% 1em 0;
}

.featstat {
	margin:0 0 0 2em;
	padding:.2em .4em;
	background:#000;
	font-size:1em;
}

.editfab {
	position:absolute;
	top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right:1em;
	width:auto;
	background:#eee;
}

.editfab .formbutton {
	margin:0;
	text-align:center;
	
}

.featcol1 {
	float:left;
	width:100%;
}

.featlist_lab {
	display:inline-block;
	width:45%;
	margin:0 5% 0 0;
	font-weight:bold;
	vertical-align:top;
}

.featlist_val {
	display:inline-block;
	width:50%;
	vertical-align:top;
}


footer {
	margin:1em 0 0 0;
	padding:4em 0;
	background:#081416;
	font-family:din,sans-serif;
	text-align:center;
	font-size:.8em;
}

footer nav {
	margin:2em 0;
}

footer nav a, footer nav a:visited {
	margin:0 1em;
	color:#383838;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.1em;
}

footer nav a:hover {
	color:#6e649e;
	text-decoration:none;
}

#siteInfo {
	color:#6e649e;
	text-transform:uppercase;
}

#siteInfo span {
	display:block;
	margin:0 0 .6em 0;
}

#siteInfo a, #siteInfo a:hover, #siteInfo a:visited {
	color:#6e649e;
	text-decoration:none;
}

#sitePhone {
	margin:1em 0;
	color:#c8c8c8;
	font-size:1.6em;
	letter-spacing:.1em;
}

.webdes {
	color:#c8c8c8;
	font-family:calluna,serif;
	letter-spacing:.06em;
}

.webdes a {
	color:#c8c8c8;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
}

#LayoutDiv1 {
}

}

/* Desktop Layout: 769px and up.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
body {

}

.gridContainer {
	padding:0;
	margin:0;
	width:100%;
}


.showmob, #showmenu {
	display:none;
}

.break-mob, .showdt {
	display:inline;
}


#LayoutDiv1 {
	float:none;
	width: 90%;
	max-width:1000px;
	margin:0 auto;
}

.formbutton {
	padding:.4em 1em;
}

.fb_wd_mob {
	width:auto;
	margin:auto;
}

input[class*='fc'], option[class*='fc'] {
	float:left;
	margin-right:2%;
}

.fc01a {
	width:10%;
}

.fc01b {
	width:33%;
}

.fc01c {
	width:6%;
}

.fc02a {
	width:50%;
}

.fc02b{
	width:12%;
}

.fc02c{
	width:34%;

}

.fc02d{
	float:left;
	margin-right:2%;
	width:25%;
}

.fc02e {
	width:11%;
}

.fc02f {
	width:38%;
}

.fc02g {
	width:20%;
}

.fc50 {
	display:block;
	float:left;
	width:49%;
	margin-right:2%;
}

.fcl {
	margin-right:0 !important;
}

header {
}


.menu_main {
	margin:0;
	padding:0;
}

.menu_main ul {
	float:left;
	width:44.5%;
	margin:0;
	padding:3em 0 0 0;
	font-family:din, sans-serif;
	font-size:.66em;
	letter-spacing:.15em;
	text-transform:uppercase;
}


.menu_main li {
	display:inline-block;
	margin:0 1em;
	padding:0;
}


.menu_main li a {
	color:#fff;
	text-decoration:none;
}

.menu_main li a:hover {
	color:#0eaac1;
	text-decoration:underline;
}

.menu_main_left {
	text-align:right;
}

.menu_main_right {
	text-align:left;
}

.mainlogo {
	margin:0 2%;
	float:left;
	width:7%
}

main {
	position:relative;
	width:70%;
	margin:2em auto;
	min-height:75vh;
	padding:0;
	z-index:6;
}

.prodchoice {
	width:14em;
}

.filterbar {
	margin:0;
}

.fabsearch {
	display:inline-block;
	width:6em;
}

.fabhold {
	display:flex;
}

.fabnav {
	margin:0;
}

.fabchooser {
	float:left;
	width:60%;
	min-height:45vw;
	margin:1em 2% 1em 0;
}

.fabitem {
	float:left;
	position:relative;
	width:31%;
	margin:0 2% 1em 0;
	text-align:center;
}

.fabitem {
	margin:0 2% 1em 0;
}


.fabdet {
	position:relative;
	width:38%;
	float:left;
	margin:1em 0;
	padding:1em;
	border:2px solid #ccc;
}

.fabdet h4 {
	top:35%;
}

.fabdetimg {
	display:inline-block;
	width:100%;
	margin:0 0 .4em 0;
}

.fabdet .formbutton {
	margin:.3em 0 0 0;
	padding:.2em .4em !important;
	font-size:1em;
}

.fabrev {
}

.fabrevdet {
}

.fabrevdet img {
	width:10%;
}


.fabchoices {
	float:right;
	margin:0;
	padding:.4em .4em 1em .4em;
	width:38%;
	height:6.4em;
	border:2px solid #ccc;
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
	background:url('../img/my_choices_bg.svg');
	background-position:center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}

.fabchoices h3 {
	display:none;
}

.chitem {
	display:inline-block;
	float:none;
	width:auto;
	margin:0 2% 0 0;
	text-align:center;
}

.chitem img {
	height:4em;
	width:auto;
}


.forow {
	display:flex;
	flex-direction:row;
	clear:both;
	margin:0 0 1em 0;
}

.featopt {
	float:left;
	align-items:stretch;
	width:18%;
	margin:0 2% 0 0;
	padding:.4em;
	border:4px solid #ccc;
}

.foimg img {
	float:none;
	width:50%;
}

.featlist_lab {
	width:23%;
	margin:0 2% 0 0;
}

.featlist_val {
	width:75%;
}

#siteInfo span {
	display:inline-block;
	margin:0 1em;
}

}