@charset "utf-8";

/* Original design work, including graphics and all related scripts, Copyright (c) OCDesignsOnline.com, All Rights Reserved. Used with permission by Ana-Silver-Co. */

/* General page formatting
-------------------------------------------------- */
/* --- wall background --- */
.x-bg																	{ background:#FFF none; padding:10px 0; border:1px solid #EEE; border-width:2px 0; }
.x-bg-02																{ width:90%; max-width:960px; padding:0; overflow:hidden; display:block; } /* content area bg */
.x-bg, .x-bg-02, .x-content								{ margin:0 auto; text-align:center; vertical-align:top; overflow:hidden; }
@media screen and (max-width:800px) 			{ .x-bg .x-nota { display:none !important; } } /* general setting to hide items on tablet view */
@media screen and (max-width:500px) 			{ .x-bg .x-nomo { display:none !important; } } /* general setting to hide items on mobile view */
*																			{ max-width:100%; }
.stBadge																{ min-width: 320px; max-width:100%; }

/* --- BEG DIMENSIONS 2 COL 960 WITH NO MARGINS --- */
/* --- content area bg and width --- */
.x-content, #x-head, #x-foot    						{ width:100%; max-width:960px; }
.x-content															{ padding:13px 0 8px !important; overflow:hidden; }
.x-bg td [width="13"]											{ display:none !important; }

/* --- left column width --- */
#LeftPanel															{ width:22% !important; max-width:210px !important; min-width:160px !important; overflow:hidden; }
@media screen and (min-width:800px) 			{ #LeftPanel { width:22% !important; } }
@media screen and (min-width:960px) 			{ #LeftPanel { width:210px !important; } }
#LeftPanel .x-tbar, 
#LeftPanel .x-main-ttop, #LeftPanel .x-tmid, 
#LeftPanel .x-tbtm									      	{ width:100%; max-width:210px !important; }
@media screen and (max-width:800px) 			{ #LeftPanel { display:none !important; } }

/* --- main column width --- */
#CentralArea 													{ width:100%; max-width:737px !important; }
#CentralArea #x-main										{ width:100%;}
#x-template #x-main										{ width:76%; max-width:737px !important; }

/*--- side gutters padding --- */
#LeftPanel															{ padding:0 !important; } /* optional left column padding left */
#CentralArea, #x-main                       				{ padding:0 !important; } /* optional right column padding right */
@media screen and (max-width:800px)			{ #CentralArea, #x-template #x-main { width:96%; max-width:800px !important; margin:0 auto !important; padding:0 5px !important; float:none; } #CentralArea #x-main { width:100%; } }
/* --- END DIMENSIONS 2 COL 960 WITH NO MARGINS --- */

/* --- extended wrap backgrounds --- */

/* --- content area including header/footer --- */
.x-bg .x-bg-02													{ background:transparent none; } /* content area bg color */
.x-bg .x-bg-02													{ border:0 none; } /* content area border */

/* --- content area excluding header/footer --- */

/* --- toggle left column elements for store/listing display only --- */
#LeftPanel .x-temp,
#x-template #LeftPanel .x-home              		{ display:none !important; } /* promo boxes on store only */
#x-template #LeftPanel .x-temp              		{ display:block !important; } /* promo boxes on template only */

/* --- global fonts --- */
.x-bg *                                     							{ font-family:Arial, Tahoma, Sans-serif; text-decoration:none; }
.x-bg, .x-bg p, .x-bg a, .x-bg li, .x-bg table,
.x-bg form select												{ font-size:13px; color:#000; word-wrap:break-word; }
.x-bg a:link, .x-bg a:visited, .x-bg a:active	{ color:#000; }
.x-bg a:hover							            			{ color:#CD4800; }
.x-bg .x-sbox, .x-bg .x-sbox p, 
.x-bg .x-sbox a, .x-bg .x-sbox li,
.x-bg .x-tbox, .x-bg .x-tbox p, 
.x-bg .x-tbox a, .x-bg .x-tbox li, 
.x-bg .x-pbox, .x-bg .x-pbox p,
.x-bg .x-pbox a, .x-bg .x-pbox li 						{ text-align:left; }
.x-bg #x-main ul												{ list-style-type:disc; margin-left:10px; padding-left:0px; list-style-position: inside; }
.x-bg #x-main ul li												{ padding-left:0; }
.x-bg #x-main ol												{ margin-left:10px; margin-bottom:13px; padding-left:10px; }
.x-bg #x-main ol li												{ padding-left:5px; }

/* --- global backgrounds --- */
.x-bg .x-bkwh														{ background:#FFF none; } /* white backgrounds */
.x-bg .x-bkbl														{ background:#010101 none; } /* black backgrounds */
.x-bg .x-bkdk														{ background:#222 none; } /* dark backgrounds */
.x-bg .x-grdn														{ background:#EEE none; } /* neutral gradient */
.x-bg .x-grda														{ background:#CD4800 none; } /* bright accent gradient */
.x-bg .x-bkac														{ background:#CD4800 none; } /* accent backgrounds */

/* --- global borders --- */
.x-bg .x-brda														{ border:1px solid #CD4800; } /* accent color bgs border */
.x-bg .x-brdd														{ border:1px solid #222; } /* dark border */

/* --- global box dimensions --- */
.x-bg .x-sbox, #x-deal										{ width:auto; margin:0 0 13px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } /* side column content box */
.x-bg .x-tbox														{ width:auto; margin:0 0 13px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } /* main column content box */
.x-bg .x-pbox														{ width:auto; margin:0 0 13px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } /* main column content box plain no title bar */
.x-bg .x-sbox .x-tins, .x-bg .x-tbox .x-tins,
.x-bg .x-pbox .x-tins											{ padding:10px 12px; }
.x-bg .x-prom														{ display:block; margin:0 auto 13px; width:auto; max-width:100%; height:auto; }
@media screen and (max-width:500px) 			{ .x-bg #x-main .x-prom { display:none !important; } }

/* --- text boxes --- */
.x-bg .x-bklt														{ overflow:hidden; }
.x-bg #LeftPanel .x-bklt									{ background:#DEDDDB none; } /* left column text boxes backgrounds */
.x-bg #LeftPanel .x-brdm									{ border:0 none; } /* left column text boxes border */
.x-bg #x-main .x-bklt										{ background:#DEDDDB none; } /* main column text boxes backgrounds */
.x-bg #x-main .x-brdm										{ border:0 none; } /* main column text boxes border */
.x-bg .x-sbox, #x-deal										{ border-width:0 !important; } /* side column content box */
.x-bg .x-tbox														{ border-width:0 !important; } /* main column content box */
.x-bg .x-pbox														{ border-width:0 !important; } /* main column content box plain no title bar */

/* --- title bars --- */
#LeftPanel .x-ttba											{ width:auto; text-align:left; margin:0; padding:5px 12px; } /* side title bars */
#x-main .x-ttba													{ width:auto; text-align:left; margin:0; padding:5px 12px; } /* main title bars */
.x-bg .x-ffac, .x-bg .x-ffac p, .x-bg .x-ffac a	{ font-family:Nunito, Tahoma, Sans-serif; text-decoration:none; } /* accent font family */
.x-bg .x-fftb, .x-bg .x-fftb p, .x-bg .x-fftb a	{ color:#FFF; font-size:15px; line-height:20px; font-weight:normal; text-transform:uppercase; } /* title bar font settings */
.x-bg #x-main .x-fftb										{ /* text-align:center; */ }
.x-bg .x-ttba .x-tins											{ padding:0 !important; }
.x-bg #LeftPanel .x-bktt									{ background:#4F4646 none; } /* title bars left column */
.x-bg #x-main .x-bktt										{ background:#4F4646 none; } /* title bars main column */
.x-bg #LeftPanel .x-brdt									{ border:0 none; } /* title bars border left column */
.x-bg #x-main .x-brdt										{ border:0 noe; } /* title bars border main column */

/* --- buttons --- */
.x-bg .x-ffbn, .x-bg a.x-ffbn								{ background:#CD4800 none; } /* buttons */
.x-bg .x-ffbn:hover, .x-bg a.x-ffbn:hover		{ background:#CD4800 none; } /* buttons hover */
.x-bg .x-brdb														{ border:0 none; } /* buttons border */
.x-bg .x-brdb:hover											{ border:0 none; } /* buttons border hover */
.x-bg .x-ffbn, .x-bg a.x-ffbn								{ color:#FFF; font-size:12px; font-weight:normal; font-family:Nunito, Tahoma, Sans-serif; height:22px; line-height:22px; padding:0 12px; display:block; } /* buttons font settings */
.x-bg .x-ffbn:hover, .x-bg a.x-ffbn:hover		{ color:#FFF; } /* buttons font hover */

/* --- shadows --- */

/* --- rounded corners --- */



/* Header formatting
-------------------------------------------------- */
/* --- header general settings --- */
.x-bg #x-head-wrap-01									{ background:#FFF none; border:0 none; width:100%; } /* header top wrap */
.x-bg #x-head-wrap-02									{ background:#FFF none; border:0 none; width:100%; } /* header main wrap */
.x-bg #x-head-wrap-03									{ background:#FFF none; border:0 none; width:100%; padding-top:10px; } /* header bottom wrap */
.x-bg .x-content-width										{ width:100%; max-width:960px; margin:0 auto; overflow:hidden; }

/* --- header logo --- */
.x-bg #x-head-lbox											{ width:auto; max-width:300px; float:left; }												
.x-bg #x-head-logo											{ width:auto; max-width:300px; display:block; margin:10px 25px 20px; } /* position logo homepage link */
@media screen and (max-width:800px)			{ .x-bg #x-head-lbox { float:none; margin:0 auto; } .x-bg #x-head-logo { margin:10px auto 15px; } }
@media screen and (max-width:350px)			{ .x-bg #x-head-lbox, .x-bg #x-head-logo { max-width:280px; } }

/* --- header menu bar bottom center --- */
.x-bg #x-head-wrap-02 #x-head-menu		{ background:#4F4646 none; text-align:center; height:40px; overflow:hidden; margin:0 auto; }
.x-bg #x-head-wrap-02 #x-head-menu a						{ color:#FFF; font:300 16px/40px Nunito, Tahoma, Sans-serif; text-transform:uppercase; display:inline-block; margin:0; padding:0 20px; }
.x-bg #x-head-wrap-02 #x-head-menu a:hover			{ color:#FFF; background-color:#CD4800; text-decoration:none; }
@media screen and (max-width:860px)			{ .x-bg #x-head-wrap-02 #x-head-menu a { padding:0 15px; } }
@media screen and (max-width:800px)			{ .x-bg #x-head-wrap-02 #x-head-menu { display:none; } .x-bg #x-head-wrap-02 { height:10px; background:#4F4646 none; } }

/* ---header mobile menu --- */
.x-bg #x-head-mnav											{ width:100%; max-width:300px; height:auto; position:relative; clear:both; margin:0 auto 15px; overflow:hidden; }
.x-bg #x-head-mnav .x-mbox label					{ width:100%; position:relative; left:0; display:block; cursor:pointer; text-align:left; margin:0 auto; padding:0 8px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.x-bg #x-head-mnav .x-mbox [type=checkbox]	{ display:none; }
.x-bg #x-head-mnav .x-mbox [type=checkbox] ~ label										{ background-image:url(images/x-head-mnav-icod.png); background-position:right 6px center; background-repeat:no-repeat; padding-right:30px !important; }
.x-bg #x-head-mnav .x-mbox [type=checkbox]:checked ~ label					{ background-image:url(images/x-head-mnav-icou.png); z-index:2; } /* tab hover effect */
.x-bg #x-head-mnav .x-mbox [type=checkbox] ~ label ~ .x-mnav					{ display:none; }
.x-bg #x-head-mnav .x-mbox [type=checkbox]:checked ~ label ~ .x-mnav	{ display:block; z-index:1; }
.x-bg #x-head-mnav .x-mnav							{ margin:0; max-height:600px; padding:4px 0px; overflow:auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; top:0; left:0; right:0; bottom:0; position:relative; text-align:left; width:100%; max-width:300px; }
.x-bg #x-head-mnav .x-mnav ul						{ list-style:none; margin:0; padding:0; }
.x-bg #x-head-mnav .x-mnav ul li					{ display:block; margin:0; padding:0 8px; }
.x-bg #x-head-mnav											{ display:none; }
@media screen and (max-width:800px)			{ .x-bg #x-head-mnav { display:block; } }
/* background colors */
.x-bg #x-head-mnav .x-mbox label,
.x-bg #x-head-mnav .x-mnav																{ background-color:#DEDDDB; }
/* font styling */
.x-bg #x-head-mnav .x-mbox label														{ color:#000; font:normal 15px/30px Nunito, Tahoma, Sans-serif; }
.x-bg #x-head-mnav .x-mnav h4															{ color:#CD4800; font:bold 14px/30px Arial, Tahoma, Sans-serif; padding:0 8px }
.x-bg #x-head-mnav .x-mnav ul li a														{ color:#000; font:normal 13px/22px Arial, Tahoma, Sans-serif; text-decoration:none; display:block; }
.x-bg #x-head-mnav .x-mnav ul li a:hover											{ color:#8B8A3D; text-decoration:none; }
/* add icons */
.x-bg #x-head-mnav .x-mnav ul li a														{ background-image:url(images/x-side-lev1.png); background-position:0px 5px; background-repeat:no-repeat; padding-left:14px; }
.x-bg #x-head-mnav .x-mnav ul li a:hover											{ background-color:#F5F5F4; background-image:url(images/x-side-lev1h.png); }

/* --- header categories bar centered --- */
.x-bg #x-head-cats											{ width:100%; background:#4F4646 none; padding:0 0 10px; text-align:center; }
.x-bg #x-head-cats img									{ width:auto; max-width:146px; display:inline-block; margin:10px 4px 0; }
@media screen and (max-width:980px)			{ .x-bg #x-head-cats img { width:15%; max-width:146px; } }
@media screen and (max-width:800px)			{ .x-bg #x-head-wrap-03 { display:none; } }



/* Left panel formatting
-------------------------------------------------- */
/* --- side categories menu --- */
.x-bg #x-side-cats .x-tins								{ padding:0 }
.x-bg #LeftPanel .lev1 li a,
.x-bg #x-side-cats ul li a									{ color:#000; } /* left cats menu links */
.x-bg #LeftPanel .lev1 li a:hover,
.x-bg #x-side-cats ul li a:hover						{ color:#8B8A3D; } /* left cats menu links hover */
#LeftPanel .lev1 li a,
#LeftPanel .lev1 span				        				{ font-size:13px; line-height:15px; font-weight:normal; }
#LeftPanel .lev1 li a:hover		            			{ }
#LeftPanel .lev2 li a				        					{ font-size:12px; line-height:15px; font-weight:normal; }
#LeftPanel .lev3 li a				        					{ font-size:12px; line-height:15px; font-weight:normal; }
#LeftPanel .lev2 li a:hover,
#LeftPanel .lev3 li a:hover		            			{ }
/* --- add bullets / icons --- */
#LeftPanel .lev1 li a,
#LeftPanel .lev1 span				        				{ background:transparent url(images/x-side-lev1.png) 10px 8px no-repeat; padding:7px 10px 7px 24px; }
#LeftPanel .lev1 li a:hover		            			{ background-image:url(images/x-side-lev1h.png); background-color:#F5F5F4; }
#LeftPanel .lev2 li a				        					{ background:transparent url(images/x-side-lev2.png) 24px 6px no-repeat; padding:5px 10px 5px 36px; }
#LeftPanel .lev3 li a				        					{ background:transparent url(images/x-side-lev2.png) 36px 6px no-repeat; padding:5px 10px 5px 48px; }
#LeftPanel .lev2 li a:hover,
#LeftPanel .lev3 li a:hover		            			{ background-image:url(images/x-side-lev2h.png); background-color:#F5F5F4; }

/* --- side newsletter text box --- */
#x-side-news p													{ line-height:16px; margin:0 0 10px; }
#x-side-news-bttn											{ float:right; } /* float submit button link */

/* --- side shop by gems menu --- */
.x-bg #LeftPanel #x-side-gems						{ background-color:#4F4646; padding:12px 0 7px; text-align:center; margin:0 auto 13px; width:100%; }
.x-bg #LeftPanel #x-side-gems img				{ width:90%; max-width: 186px; height:auto; margin:0 auto 5px; }


/* Homepage formatting
-------------------------------------------------- */



/* Template formatting
-------------------------------------------------- */
/* --- template titles --- */
#CentralArea h1, #x-main h1							{ color:#000; text-align:center; font-size:15px; line-height:18px; font-weight:normal; margin:0; padding:0 0 10px; } /* listing main title */
#CentralArea h5, #x-main h5		            		{ color:#CD4800; text-align:left; font-size:14px; line-height:18px; font-weight:bold; margin:0; padding:5px 0 5px; } /* listing section subtitles */

/* --- template image single --- */
#x-gall-main														{ text-align:center; border:0 none; background:#FFF none; margin:0 auto 4px; padding:15px; overflow:hidden; line-height:1px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
#x-gall-main .x-cntr											{ vertical-align:middle; text-align:center; margin:0 auto; }
#x-gall-main, #x-gall-main .x-cntr					{ width:100%; height:auto; } /* set main img holder size */
#x-gall-main .x-cntr img									{ width:auto; max-width:676px; height:auto; margin:0 auto; display:block; border:0 none; } /* set main img size */
@media screen and (max-width:886px) {
#x-gall-main, #x-gall-main .x-cntr,
#x-gall-main .x-cntr img									{ width:100%; max-width:650px; height:auto; } /* set main img size */
}
@media screen and (max-width:500px) {
#x-gall-main, #x-gall-main .x-cntr,
#x-gall-main .x-cntr img									{ width:100%; max-width:480px; height:auto; } /* set main img size */
}



/* Footer
-------------------------------------------------- */
/* --- footer general settings --- */
#x-foot-wrap													{ background:transparent none; border:0 none; } /* footer background and divider line */
.x-foot-tins														{ width:100%; max-width:960px; height:auto; margin:0 auto; overflow:hidden; text-align:center; }
#x-foot-main														{ background:transparent none;  }
#x-foot-main .x-foot-tins									{ background:#4F4646 none;  padding:20px 0; }
#x-foot-subm							    					{ padding:0 20px 10px; }
#x-foot-copy							    					{ padding:0 20px 0; }

/* --- footer submenu --- */
#x-foot-subm, #x-foot-subm *						{ color:#FFF; font-size:12px; line-height:15px; }
#x-foot-subm													{ height:15px; overflow:hidden; }
#x-foot-subm a													{ color:#FFF; padding:0 10px; }
#x-foot-subm a:first-child								{ padding-left:0; }
#x-foot-subm a:last-child								{ padding-right:0; }
#x-foot-subm a:hover							    		{ color:#FFF; text-decoration:underline; }
@media screen and (max-width:560px) 			{ #x-foot-subm { height:auto; } #x-foot-subm, #x-foot-subm * { line-height:1.2 } #x-foot-subm a { display:block; padding-bottom:8px; padding-left:0; padding-right:0; } }
/* add divider lines */
#x-foot-subm a													{ border-right:1px solid #FFF; }
#x-foot-subm a:last-child								{ border-right:0 none; }
@media screen and (max-width:560px) 			{ #x-foot-subm a { border-right:0 none; } }

/* --- footer copyright --- */
#x-foot-copy, #x-foot-copy *						{ color:#FFF; font-size:12px; line-height:15px; }
#x-foot-copy													{ height:15px; overflow:hidden; }
#x-foot-copy a													{ color:#FFF; }
#x-foot-copy a:first-child								{ }
#x-foot-copy a:hover							    		{ color:#FFF; text-decoration:underline; }
#x-foot-copy .x-copy-ocdo								{ margin-left:10px; padding-left:10px; border-left:1px solid #FFF; display:inline-block; }
@media screen and (max-width:560px) 			{ #x-foot-copy { height:auto; } #x-foot-copy, #x-foot-copy * { line-height:1.2; } #x-foot-copy .x-copy-ocdo { display:block; margin-top:13px; margin-left:0; padding-left:0; border-left:0 none; } }



