/*
|	Silver Superstore v3.0
|		Colors:
|			Black Text: #222;
|			Dark Blue : #275EB7;
|			Light Blue: #C3D5EA;
|			Light Green: #72C15B;
|			Dark Green: #77AF66;
*/

/*
| ===================================================
| BROWSER RESET AND DEFAULTS
| ===================================================
*/


a img {
border: none; 
}

:focus {
outline: 0; 
}

table {
	width: 100%;
}

.clearfix:before,
.clearfix:after,
#main-content:before, 
#main-content:after, 
.content-area:before, 
.content-area:after {
    content:"";
    display:table;
}
.clearfix:after,
#main-content:after,
.content-area:after {
    clear:both;
}
.clearfix,
#main-content,
.content-area {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.clear {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.strike {
	text-decoration: line-through;
}

.bold, strong {
	font-weight:bold;
}

.italic, em {
	font-style:italic;
}

.caption {
	font-style:italic;
	color:#999;
}

.red {
	color:#FF4343;
}

.backorder {
	background:#ebd03c;
	padding:3px 5px;
	text-align:center;
	border-radius:3px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}

ul {
	list-style: none;
}

/*
| ===================================================
| PAGE LAYOUT AND STRUCTURE
| ===================================================
*/
html {
	background:url(site-assets/bg-tile-5.jpg) repeat left top fixed;
	xbackground:url(site-assets/xmas-bg-128x150.gif) repeat left top fixed;
}

body {
	background:url(site-assets/page-bg.png) repeat-y center top;
	/*
	ATTN: Went back to a more legacy friendly font stack (windows xp / IE8) at the request of the owner
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.4em;
	color:#111;
	min-width:1020px;
}

a {
	color:#275EB7;
}

a:hover {
	color:#3a84fd;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 1.4em;
	font-weight:normal;
}

h1 {
	color:#275EB7;
	font-size:25px;
}

h1 span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 0;
	color: #222;
	margin-top:-5px;
	margin-bottom:10px;
}

h2 {
	color:#275EB7;
	font-size:20px;
	margin-bottom:5px;
}

h3 a {
	text-decoration: none;
	color:inherit;
}

h4, h5 {
	font-weight:bold;
}

p {
	margin-bottom:10px;
}

img {
	max-width:100%;
	height:auto;
}

.text-center {
	text-align: center;
}

hr {
clear:both;
border:none;
visibility: hidden;
}

.wrapper {
width:960px;
margin: auto;
}

header .wrapper {
	padding:10px 0;
}
nav .wrapper {
	position: relative;
	padding:5px 0;
	margin-bottom: 20px;
}

footer .wrapper {
	padding:10px 0;
}

.sidebar-nav {
	width:200px;
	padding-right:10px;
	float:left!important;
	margin-bottom:20px;
}

.content-area {
	width:740px;
	padding:0 0 20px 10px;
	float:left!important;
}

.col-3 {
	width:100%;
}

.col-2 {
	width:510px;
	float:left!important;
}

.col-1 {
	width:210px;
	padding-left:20px;
	float:left!important;
}

.half-col {
	width: 50%;
	float: left;
}

.column-3-split {
width: 30%;
float: left;
margin-right: 3%;
}

.blk-button a {
	display:inline-block;
	font-family: "Times New Roman","Times", serif;
	color:#fff;
	text-decoration: none;
	text-align: center;
	border: solid 1px #111;
	border-radius: 3px;
	padding:5px 15px;
	margin:10px 0;
	background: #000;
}

.blk-button a:active {
	position:relative;
	top:1px;
}


/*
| ===================================================
| SIDEBAR AREA
| ===================================================
*/

.department-heading p {
	background:#275EB7;
	color:#fff;
	padding:5px;
	font-size:18px;
	text-transform: uppercase;
	font-weight:normal;
	border-radius:3px;
}

.department-heading a {
	color:#fff;
	text-decoration:none;
}

#sale-subnav .simple-style-display {
	position:relative;
}

#subnav {
	z-index:500;
	margin-bottom:30px;
}

#subnav li {
	position:relative;
	z-index:500;
	padding:5px 0 5px 10px;
	background:#fff;
	margin:0;
	border-bottom:solid 1px #ddd;
}

#subnav li:hover {
	background:#C3D5EA;
	font-weight:bold;
}

#subnav li a {
	color:#333;
	text-decoration: none;
	display:block;
}

#subnav ul {
	display:none;
	position:absolute;
	z-index: 600;
	top:0;
	left:200px;
	background:#fff;
	width:220px;
	border:solid 1px #C3D5EA;
	border-left:none;
}

#subnav li.nav-parent a {
	background:url(site-assets/nav-parent.png) no-repeat right 50% transparent;
}

#subnav li.nav-parent li a {
	background:transparent;
	color:#222;
}

#subnav ul li {
	border-left:solid 1px #C3D5EA;
}

#subnav li:hover ul {
	display:block;
}

#secondary-subnav ul {
	padding-left:10px;
	margin-bottom:20px;
}

#secondary-subnav .thumbs {
	max-height:500px;
	overflow-y:scroll;
}

.paypal-ad {
	text-align: center;
	margin-bottom: 30px;
}

/*
| ===================================================
| CONTENT AREA
| ===================================================
*/

.breadcrumbs p {
	font-style:italic;
	color:#999;
	font-size:12px;
}

.breadcrumbs a {
	color:#555;
}

.content-area .slides {
	margin:0;
	padding:0;
}


h3, .divider {
	background:#275eb7;
	border-radius:3px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	margin:15px 0 20px;
	padding:5px;
	font-weight:bold;
}

.divider a {
	color:#fff;
	text-decoration: none;
}

.divider a:hover {
	color:#fff;
	text-decoration: underline;
}

.item-subtitle, h1 span {
	font-style:italic;
	color:#777;
}

.product-display {
	width:200px;
	padding:20px 10px;
	margin:0 20px 20px 0;
	float:left;
	border: dashed 1px #ddd;
	text-align: center;
	position:relative;
	z-index:1;
}

.product-display:hover, .simple-style-display:hover, .style-display:hover {
	border: solid 1px #C3D5EA;
	box-shadow:0 0 10px #C3D5EA;
}

.page.banner img {
	display:block;
	margin:auto;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	margin-bottom:10px;
}

.content-area ul, .content-area ol {
	margin-bottom:20px;
	padding-left:40px;
}

.browse-by-manuf-stainless {
	width: 350px;
	margin: 0 0 0 80px;
}

.browse-by-alphabet {
	color:#999;
	font-weight:bold;
}

.browse-by-style-stainless li {
	margin-bottom: 5px;
	line-height: 1.1;
}

#engraving .simple-style-display {
	width: 140px;
	padding: 20px 0;
}
.description ul {
	list-style:disc;
}

.product-category ul {
	margin:0;
	padding:0;
}

.product-category li {
	text-align: center;
	background: #72C15B;
	padding: 10px 3px;
	margin: 20px 0;
	border: solid 1px #77AF66;
}

.product-category li a {
	color:#fff;
	text-decoration:none;
	display:block;
}

.product-display .sale-button {
	display: block;
	width: 65px;
	height: 65px;
	position: absolute;
	z-index: 20;
	top: -18px;
	right: -14px;
	background: url(site-assets/sale-button.png) no-repeat left top;
}

.product-display .lightning-button {
	display: block;
	width: 65px;
	height: 65px;
	position: absolute;
	z-index: 20;
	top: -18px;
	right: -14px;
	background: url(site-assets/lightning-button.png) no-repeat left top;
}

#sale-subnav .simple-style-display {
	overflow:visible;
}

#sale-subnav .sale-button {
	display: block;
	width: 65px;
	height: 65px;
	position: absolute;
	z-index: 20;
	top: -10px;
	right: -20px;
	background: url(site-assets/sale-button.png) no-repeat left top;
}

.flatware-desc p {
	padding-right:10px;
}

.on-sale-page .special {
	margin-bottom:30px;
}

.on-sale-page .special img {
	border:solid 5px #fff;
	box-shadow:0 0 5px rgba(0,0,0,0.6);
}

.china-list .simple-style-display {
	text-align: left;
}

.china-list .simple-style-display li {
	font-size:12px;
	line-height: 1.1;
	margin-bottom:10px;
}

/*--------------------
| STYLES FLATWARE METADATA
--------------------*/
.prod-meta table table {
  padding:5px;
  border:solid 1px #eee;
  border-collapse: collapse;
  font-size:12px;
  color:#555;
}

.prod-meta table tr {
  border-bottom: dotted 1px #eee;
}

.prod-meta table td {
  vertical-align: middle;
  padding:3px 5px;
}

.prodinfo {
  text-align: right;
}

.title {
  color:#275EB7;
  font-size:16px;
  margin-bottom:0;
  padding:10px 10px 0 10px;
}

.sizing {
  padding:2px 10px;
  font-size:12px;
}
.vitals {
  padding:2px 10px;
}

#scroll-to-section {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
    top: 15px;
}

#scroll-to-section a {
	display: inline-block;
	margin: 0 5px;
}

/*--------------------
| STYLES ORNAMENT METADATA
--------------------*/
.ornament-meta div > table {
  padding:5px;
  border:solid 1px #eee;
  border-collapse: collapse;
  font-size:14px;
  color:#555;
  width:auto;
  margin-left:20px;
}

.ornament-meta table tr {
  border-bottom: dotted 1px #eee;
}

.ornament-meta table td {
  vertical-align: middle;
  padding:5px 10px;
  font-weight: bold;
}

.ornament-meta table td.prodspecs {
  border-right:solid 1px #eee;
  padding-right: 20px;
  font-weight: normal!important;
}

/*--------------------
| ONE COLUMN PRODUCT LAYOUT
--------------------*/
.style-display {
	padding:20px;
	border: dashed 1px #ddd;
	margin-bottom:20px;
}

.style-display h3 a {
	color:#fff;
}

.style-display .col-1 {
	padding-left:0;
}

.style-display .offering {
	padding-left:230px;
	float:none;
}

/*--------------------
| FOUR COLUMN PRODUCT LAYOUT
--------------------*/
.simple-style-display {
float: left;
width: 123px;
padding: 20px;
border: dashed 1px #ddd;
margin:10px;
/*overflow: hidden;*/
text-align: center;
position:relative;
z-index:1;
}

.simple-style-display .sale-button {
	display: block;
	width: 65px;
	height: 65px;
	position: absolute;
	z-index: 20;
	top: -15px;
	right: -15px;
	background: url(site-assets/sale-button.png) no-repeat left top;
}

.simple-style-display p {
	margin-bottom:0;
}

.simple-style-display.last-item {
	margin-right:0;	
}

.simple-style-display.first-item {
	clear:left;
}

.simple-style-display ul {
	margin:0;
	padding:0;
}

/*--------------------
| SINGLE PRODUCT PAGES
--------------------*/
.description {
	margin-bottom:40px;
}

.product_sku {color: grey;}

.flatware-desc .product-image {
	padding:20px;
	border: dashed 1px #ddd;
	text-align:center;
	margin:20px;
}

.flatware-desc h4 {
	color:#72C15B;
	font-weight:bold;
}

.flatware-desc ul {
	font-size:12px;
	padding-left:20px;
	margin-bottom:10px;
}

.pattern-includes h3 {
	background:none;
	color:#222;
	font-weight:normal;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

.product-table {
	width:510px;
	border-collapse:collapse;
	margin-bottom:20px;
}

.product-table input[type="text"] {
	width:22px;
	padding: 3px;
	border: solid 1px #ddd;
}

.product-table thead, .product-table tfoot {
	background:#275EB7;
	color:#fff;
	text-transform:uppercase;
}

.product-table tbody {
	border: dashed 1px #ddd;
	border-top:none;
}

.product-table tr {
	border-bottom: dashed 1px #ddd;
}

.product-table thead tr {
	border:none;
}

.product-table tr:nth-child(even) {
	background:#f1f1f1;
}

.product-table td {
	padding: 5px;
	vertical-align: middle;
}

.product-table thead td {
	text-align:center;
	border-right:dashed 1px #4a85e5;
}

.product-table thead td:last-child {
	border:none;
}

.product-table .table-qty {
	width: 90px;
	max-width: 90px;
	text-align: center;
}

.product-table .table-our-price,
.product-table .table-sugg-retail {
	text-align:right;
}

.product-table .table-sugg-retail {
	color:#999;
	text-decoration: line-through;
}

input[type="image"]:active {
	position:relative;
	top:1px;
}

.product-table .table-photo {
	width:50px;
}

.product-table .table-item {
	width:190px;
}

.product-table .table-sugg-retail {
	width:50px;
}

.product-table .table-our-price {
	width:80px;
}

.engr-title {
	color:#275EB7;
	font-size:18px;
	margin-bottom:5px;
}

.engraving-table, .standard-table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin-bottom: 30px;
}

.engraving-table thead tr {
	background: #ddd !important;
	font-weight:bold;
	color:#222;
}

.standard-table thead tr {
	background: #275EB7 !important;
	font-weight:bold;
	color:#fff;
}

.engraving-table td {
	padding:3px;
	border: dotted 1px #eee;
	vertical-align: middle;
}

.standard-table td {
	padding:5px 10px;
	border: dotted 1px #ccc;
	vertical-align: middle;
}

.standard-table tr:nth-child(odd) {
	background:#f1f1f1;
}

.eng-desc {
	width:50%;
}

.eng-reg-price {
	width:25%;
}

.eng-sale-price {
	width:25%;
	color: #72C15B;
}

.eng-note {
	display:block;
	font-size:12px;
	color:#999;
	font-style:italic;
}


/* ************         Engraving Options      **************************    */

#engraving-options {display: flex; flex-wrap: wrap; justify-content: center;}
#engraving-options div {margin: 10px; text-align: center; max-width: 380px;}
#engraving-options h4 {color: #275EB7;}
#engraving-options ul {padding: 0px;}

/* engraving and shipping tables */
.engr-title, .ship-title {
	color:#275EB7;
	font-size:18px;
	margin-bottom:5px;
}

.engraving-table, .ship-table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin-bottom: 30px;
}

.engraving-table thead, .ship-table thead {
	background: #eee;
	font-weight:bold;
	color:#222;
}

.engraving-table td, .ship-table td {
	padding:3px;
	border: dotted 1px #eee;
	vertical-align: middle;
}

/* end engraving - shipping tables */


.may_also_like {margin-top: 20px; padding:5px;}
.may_also_like h4 {text-align: center;}


/*#like-box {
	position:relative;
	left:80px;
}*/

/*--------------------
| INFORMATIONAL PAGES
--------------------*/
.old-nav-links span {
	display: inline-block;
	width: 150px;
	padding: 0 10px;
}

.bbb-logo {
	width: 60px;
	margin: 20px auto;
}

.half-col h3 {
	width: 90%;
}

.half-col table {
	width: 85%;
	border: dashed 1px #ddd;
	padding:10px;
	margin:10px;
}

.half-col table tbody tr {
	background:#f1f1f1;
}

.half-col table td {
	padding:3px;
	vertical-align: middle;
}

.ship-heading {
	font-weight: bold;
}

/*--------------------
| Wedding Registry
--------------------*/
.create-registry form {
	width:80%;
	margin:25px auto;
	padding: 30px 30px 20px 30px;
	box-shadow: rgba(187, 187, 187, 1) 0 0px 20px -1px;
	-webkit-box-shadow: rgba(187, 187, 187, 1) 0 0px 20px -1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:1.1em;
    color: #555; }
.create-registry h1 {
	margin: -25px -30px 10px;
	padding: 10px 30px;
	border-bottom: 1px solid #F5F5F5; }
.create-registry fieldset {
	margin-top:15px; }
.create-registry legend {
	font-size:1.1em;
	font-weight:bold;
	margin: 10px 0; }
.create-registry label {
	display: inline-block;
	width: 23%;
    text-align: right;
    padding-right: 3px;
    padding-left: 5%; }
.create-registry input, .create-registry input[type=date] {
	width: 67%;
	height: 23px;
    font-size: 1.1em;
    padding: 3px 0px 3px 5px;
    margin-bottom: 6px;
    border: 1px solid #e5e5e5; }
.create-registry input[type=submit] {
	margin:0 auto;
	width: 25%;
	height:35px;
	line-height: 1.1;
	background-color: #275EB7;
	color:#fff;
	padding:0; }

.linkToFile a {
	text-decoration: none;
}

.linkToFile a:after {
    display: inline-block;
    /*content: '\f08e';*/
    content: '\2B73';
    font-family: FontAwesome;
    font-size: 10px;
    position: relative;
    right: -4px;
    top: -5px;
}



/*--------------------
| User Sitemap
--------------------*/

#sitemap {display: flex; flex-direction: row; flex-wrap: wrap;}

#sitemap div ul{padding-left: 20px; margin-bottom: 20px; font-size: .9em;}

#sitemap a {text-decoration: none; cursor: pointer;}

#sitemap a:hover {/*color: #275eb7;*/ color: #333; }

#sitemap strong a {color: black;}
#sitemap strong a:hover {color: #275eb7;}

/*--------------------
| Product Page Layout 2016
--------------------*/
.product-layout-2016 h1 {
	line-height: 1.2;
	margin-bottom: 5px;
}
.product-layout-2016 h1 span {
	margin:0 0 5px 0 !important; 
}
.short-description {
	margin: 0 auto;
    width: 300px;
}
.price span {
	margin-right: 10px;
}
.msrp-price {
	text-decoration: line-through;
	margin-bottom: 0;
}
.selling-price {
	font-size: 1.5em;
	font-style: italic;
}
.savings-amt {
	font-style:italic;
	color:#777;
}
.product-layout-2016 .restrictions {
	color:red;
	padding-top:5px;
	display: block;
	font-size: 0.9em;
    line-height: 1.1;
}
.product-layout-2016 .vitals {
	padding:0;
}
.product-layout-2016 ul {
	font-size: 1.1em !important;
    line-height: 1.5 !important;
    margin-bottom: 10px;
}
.product-layout-2016 .packages {
	text-align:center;
	background-color: #eee;
	border:solid 1px #ddd;
	border-radius:3px;
	padding-top: 15px;
}
.product-layout-2016 table {
	margin: 0 auto;
	width: 40%;
}
.product-layout-2016 input[type="text"] {
	font-size: 1.2em;
    height: 25px;
    width: 30px;
}
.sku {
	font-style:italic;
	color:#777;
}
.product-layout-2016 .add-to-cart {
	position: relative;
	left: -5px;
	top:5px;
	overflow: hidden;
	margin: 0 auto;
}
.product-layout-2016 .add-to-cart input {
	width:100%;
	max-width: 309px;
}
.product-layout-2016 #txtquantm1 input {
	width:48px;
	height: 48px;
}
.product-layout-2016 .product-image {
	width:100%;
	margin: 0 auto 20px;
	padding: 10px;
	border: dashed 1px #ddd;
	text-align:center;
}
.product-layout-2016 .product-image.main-img {
	max-width: 400px;
}
.product-layout-2016 .product-image img{
	width: 100%;
}
.thumbnails {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.product-layout-2016 .product-image.small-thumb {
	height: 50px;
	width: 50px;
	padding: 0;
	float: left;
	margin: 0 15px 0 0;
}
.product-layout-2016 .product-image.small-thumb:hover {
	border: solid 1px #C3D5EA;
	box-shadow:0 0 10px #C3D5EA; 
}
.long-description {
	clear: both;
}
.long-description p {
	margin-top: 20px;
}

.product-layout-2016 .eng-avail-img {
	width: 185px !important;
}

/*
| ===================================================
| FOOTER AREA
| ===================================================
*/

.footer-separator {
	height:30px;
	background:#275eb7;
	border-radius:3px;
	margin-bottom:20px;
}

.we-accept, .social-box {
	float:left;
	padding:0 10px;
}

.we-accept {
	width:480px;
}

.social-box {
	width:440px;
	margin-bottom:10px;
}

.we-accept span, .social-box span {
	font-size:16px;
	color:#275EB7;
	text-transform:uppercase;
}

.we-accept span {
	position:relative;
	top:-15px;
}

.social-box .wrap {
	padding:10px;
	border:dashed 1px #ddd;
	background: url(site-assets/sss-logo-op.jpg) no-repeat bottom right #fff;
}

.social-icons {
	padding:10px 0 10px 30px;
}

.social-icons a {
	width:30px;
	height:30px;
	display:block;
	float:left;
	margin-right:25px;
	background:url(site-assets/social-icons.jpg) no-repeat left top;
}

.social-icons .fb {
	background-position: 0 -30px;
}

.social-icons .tw {
	background-position: 0 -60px;
}

.social-icons .email {
	background-position: 0 -90px;
}

.footer-links {
	width:440px;
	margin:auto;
	padding:10px 0 0 20px;
}
.footer-links ul {
	list-style:none;
	float:left;
	width:50%;
}

.copyright {
	clear:both;
	color:#555;
	margin:0;
}


#no-js-socials {
    width:50px;
    margin:0;
    padding:0;
    position:fixed;
    right:0;
    top:350px;
}

#no-js-socials .social-mod {
    background: #fff;
    border:solid 1px #ddd;
    border-right:none;
    border-radius: 5px 0 0 5px;
    padding:5px;
    text-align:center;
}

#no-js-socials span {
    font-size:12px;   
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#no-js-socials .social {
    display:inline-block;
    width:32px;
    height:32px;
    text-indent:-999em;
    margin:5px 0 0 0;
    background: url("https://www.silversuperstore.com/site-assets/2013-social-icons.png") no-repeat left top;
}

#no-js-socials .facebook {
    background-position: 0 0;
}

#no-js-socials .twitter {
    background-position: 0 -32px;
}

#no-js-socials .google {
    background-position: 0 -64px;;
}

/*FIX FOR CHAT SUPPORT BUG IN IE<9*/
#scenjZ img {
	width:auto;
}

/*force mcafee badge to left side*/
#pd-float-tm, #pd_mouseOverWin {
	right: auto!important;
	left: 10px!important;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 * Examples and documentation at: http://fancyapps.com/fancybox/3/docs/
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis * 
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */


@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  /*background: #1e1e1e;*/
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  display: none;
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }
  
/*
.fancybox-larger-image .fancybox-toolbar {
    top: 315px;
    left: 72%;
    position: relative;
}

.fancybox-toolbar {
    top: 44px;
    left: 72%;
    position: relative;
  }
*/

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }


.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }


.fancybox-image-wrap {
    box-shadow: 0 0 17px 7px #c9c9c9;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }












/*
*
*   Slick Slider Carousel Plugin
*
*/



.slick-slider {
	margin: 0 0 60px; 
	background: #fff; 
	border: 4px solid #fff; 
	position: relative; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; zoom: 1; 
}

.slick-slider button {
	width: 30px; 
	height: 30px; 
	margin: -20px 0 0; 
	display: block; 
	background: url(https://www.silversuperstore.com/flexslider-2/images/bg_direction_nav-min.png) no-repeat 0 0; 
	position: absolute; 
	top: 50%; 
	z-index:30; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0; 
	-webkit-transition: all .3s ease;
}

.slick-slider .slick-next {background-position: 100% 0; right: -36px; }

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:before {
    content: '←';
}

.slick-next:before {
    content: '→';
}

.slick-slider:hover .slick-next {opacity: 0.8; right: 5px;}
.slick-slider:hover .slick-prev {opacity: 0.8; left: 5px;}
.slick-slider:hover .slick-next:hover, .slick-slider:hover .slick-prev:hover {opacity: 1;}

.slick-dots li {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.slick-dots li:hover { background: #333; background: rgba(0,0,0,0.7); }
.slick-dots li.slick-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.slick-dots {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.slick-dots li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.slick-slider ul {margin:0; padding:0;}

/*
| ===================================================
| PRINT STYLESHEET
| ===================================================
*/
@media print { 
	header, .sidebar-nav, footer, .addthis_toolbox, nav, #scenjZ {
		display:none!important;
	}

}
/*
| ===================================================
| OLD IE STUFF
| ===================================================
*/
/* hide positioned LIVECHAT WIDGET so it doesn't overlap important areas of the page */
.lt-ie9 #scenjZ {
	display:none !important;
}

/* hide positioned SOCIAL WIDGET so it doesn't overlap important areas of the page */
.lt-ie9 #no-js-socials {
	display:none;
}

/*hides mcafee nag overlay*/
#mcafeeSecurePluginSuggestionElement, #pd_mouseOverWin {
	display: none !important;
}


/*
| ===================================================
| MEDIA QUERIES
| ===================================================
*/
/* Smaller than 1024px */
	@media only screen and (max-width: 1140px) {
		/* hide positioned LIVECHAT WIDGET so it doesn't overlap important areas of the page */
		#scenjZ {
			display:none !important;
		}

		/* hide positioned SOCIAL WIDGET so it doesn't overlap important areas of the page */
		#no-js-socials {
			display:none;
		}

	}



/*
| ===================================================
| RESPONSIVE-ADJUSTMENTS
| ===================================================
*/

#mobile_header, .mobile-ui {display: none;}

/* small screens screen */
	@media only screen and (max-width: 500px) {
		/* apply a natural box layout model to all elements, but allowing components to change */
		html {
		  box-sizing: border-box;
		}
		*, *:before, *:after {
		  box-sizing: inherit;
		}
		body {
			margin-top: 50px;
			background: #fff;
			min-width: 0;
		}

		#promoHeader {display: none;}
		#mobilePromoHeader {display: block;}

		.mobileSearch {display: block; background: lightgrey; float: none; padding: 5px; }

		.mobileSearch input {display: block; width: 82%; margin: 0 auto;}

		.mobile-ui {
			display: block;
			background: #275EB7;
			position: absolute;
			z-index: 9999;
			top: 0;
			left:0;
			right:0;
			min-height: 50px;
		}

		.mobile-ui .cart-box {
			position: absolute;
			top:0px;
			right: 10px;
		}

		.mobile-menu-toggle {
			cursor:pointer;
			position: absolute;
			top:6px;
			left: 10px;
			background: #275EB7;
			color: #fff;
			border-right: none;
			padding: 7px 15px;
			border: solid 1px #fff;
			border-radius: 3px;
		}

		.col-2 {
			width:100%;
		}

		.col-1 {
			width:100%;
		}

		#logo {
			position: static; 
			width: 100%;
			height: auto;
			padding-bottom: 5px;
			border-bottom: solid 1px #ccc;
			margin-bottom: 10px;
			text-align: center;
		}

		.site-meta {
			width: 100%;
			text-align:left;
			float: none;
			position: relative;
		}

		.site-meta p {
			width:auto;
			float: left;
		}

		.site-meta p:first-child {
			padding-right: 5px;
			border-right: solid 1px #ccc;
			margin-right: 5px;
		}

		header .cart-box {
			display:none;
		}

		.wrapper {
			position: relative;
			width: 100%;
			max-width: 100%;
			background: #fff;
			overflow: hidden;
			padding: 5px!important;
		}

		#main-content .wrapper {
			position:static;
		}

		nav .wrapper {
			background: none;
			border-radius: 0;
			padding: 0 15px!important;
		}

		nav ul {
			float: none;
			width:100%;
			overflow: hidden;
			display: none;
		}

		.ship-info {
			display: none;
		}

		.site-meta strong {
		  font-size: inherit;
		}

		nav form {
			float: none;
			width: 100%;
			position: relative;
		}
		/*
		nav input[type="text"] {
			width: 100%;
			display: block;
			height: 12px;
			position: absolute;
			right: 20px;
		}*/

		nav input[type="submit"] {
		  position: absolute;
		  top:0;
		  right: 0;
		  display:block;
		}

		.sidebar-nav {
			margin: 0;
			padding: 0;
			float: none !important;
			width: 320px;
			position: absolute;
			top: 50px;
			left:-320px;
			z-index: 999;
			border: solid 20px #275EB7;
			border-top: solid 5px #275EB7;
			border-left: none;
			background: #fff;
			font-size: 14px;
			-webkit-transition: all .2s ease;
			transition: all .2s ease;

		}

		.open-menu .sidebar-nav {
			left: 0;
		}

		#subnav li:hover {
			background:none;
			font-weight:inherit;
		}

		#subnav br {
			display: none;
		}

		.department-heading p {
		  text-align:left;
		  border-radius: 0px;
		  margin: 0;
		}

		#subnav {
			margin-bottom: 0;
			font-weight: bold;
		}

		#subnav ul {
			font-weight: normal;
			font-size: 12px;
			display: block;
			position: static;
			background: #fff;
			width: auto;
			border: none;
		}

		#subnav ul li {
		  border: none;
		  position: static;
		  z-index: 500;
		  padding: 0;
		  background: #fff;
		  margin: 0;
		}

		#subnav li > a {
			color: #275EB7;
		}


		.nav-parent ul {
			overflow:hidden;
			padding-right: 5px;
		}

		.nav-parent ul li {
			float: left;
			width: 50%;
		}

		#subnav li.nav-parent a {
			background: none;
		}

		#subnav li.nav-parent ul a {
			padding: 2px 2px 2px 5px;
			margin: 1px 0;
		}


		#sale-subnav, .paypal-ad, .ss-sale-item, #secondary-subnav {
			display:none;
		}

		.content-area {
			width: 100%;
			margin: 0;
			padding: 0;
		}

		.flexslider .slides {
		  zoom: 1;
		  width: 100%;
		  height: auto;
		}

		.product-display {
			width: 33.33%;
			margin: 0;
			padding: 5px;
			border:none;
		}

		.ornament-meta div > table {
		    margin-left: 0;
		}

		.ornament-meta table td {
		    padding:0;
		}

		.product-display:hover, .simple-style-display:hover, .style-display:hover {
			border: none;
			box-shadow: none;
		}

		#fancybox-wrap {
			padding: 0;
		}

		#fancybox-content {
			margin:0 auto;
		}

		footer {
			text-align:center;
		}

		.we-accept {
		  width: 100%;
		  float: left;
		  margin-bottom: 15px;
		}

		.footer-links {
		  width: 100%;
		  float: left;
		}

		.footer-links ul {
			width: 50%;
		}

		.social-box {
			width: 100%;
		}
		
		.simple-style-display {
			border: none;
		}

		.style-display {
		  padding: 0;
		  border: none;
		  margin-bottom: 20px;
		}

		.style-display .offering {
		  padding:0;
		  float: left;
		}

		.product-table thead {
			display:none;
		}

		.product-table {
			width: 100%;
			border-top: solid 10px #275EB7;
		}

		.product-table thead td:nth-child(3), .product-table .table-sugg-retail {
			display: none;
		}

		.product-table tbody {
			border: none;
		}

		.flatware-desc .product-image {
		  padding: 0;
		  border: none;
		  text-align: center;
		  margin: 0 20px 0 0;
		}

		.social-icons {
			text-align: center;
		}

		.social-icons a {
			display: inline-block;
			float: none;
		}

		.product-layout-2016 .product-image {
			max-width: 600px !important;
		}
		.larger-img-link {
			display: none;
		}
		.short-description {
		    width: 100%;
		}

		/*--------------------
		| Wedding Registry
		--------------------*/
		.create-registry form {
			width:90%;
			padding: 15px 15px 10px;}
		.create-registry h1 {
			margin:-10px -15px 10px;
			padding: 10px 30px; }
		.create-registry label {
			width: 100%;
		    text-align: left;
		    padding-right: 0;
		    padding-left: 0; }
		.create-registry input {
			width: 100%;
			height: 25px;
		    font-size: 1.1em;
		    padding: 3px 0px 3px 5px;
		    margin-top: 2px;
		    margin-right: 0px;
		    margin-bottom: 10px; }

		
	}

/* Small screens */
@media only screen and (max-width: 485px) {

		.ornament_dropdown form {min-width:200px;}

		h1 {
			font-size: 20px;
		}

		.product-display {
			xwidth: 100%;
			padding: 5px;
			font-size: 12px;
			line-height: 1.1;
		}

		.simple-style-display {
			xwidth: 100%;
			xfloat:none;
			padding: 5px;
			font-size: 12px;
			line-height: 1.1;
		}

		.product-display .sale-button {
			display: block;
			width: 31px;
			height: 31px;
			position: absolute;
			z-index: 20;
			top: 10px;
			right: 10px;
			background: url(site-assets/sale-button-small.png) no-repeat left top;
		}

		.product-display:nth-child(3n+3) {
			xclear: left;
		}


		hr.clear {
			xclear: none;
			xdisplay: none;
		}
}