
/* Site Name: Team Onin
/* Site URL: https://shopjda.com/teamoninstore/
/* Author: Rob Hinch - www.rwhstudios.com
/* Edited: Mavaney Christianson
/* Version: 2023.25.1
*/

/* Table of Contents
/* Colors*/
/* FONT LINKS */
/* SITE STYLES
	/* Grid
	/* Zones
/* BANNER 
	/* Navigation
	/* Live Help 
	/* Account Link
	/* Login
	/* MicroCart 
	/* Search Input 
	/* Breadcrumb
/* HOME
	/* Slider
	/* Sections
	/* Callout
/* CATALOG | SEARCH
/* PRODUCT DETAIL
/* CHECKOUT
	/* Shopping Cart
	/* Shipping
	/* Payment
	/* Submit
	/* Receipt
/* ACCOUNT
	/* Login
	/* Create User
	/* Misc Account
/* FOOTER
***************************************/

/* COLORS */
/*
Gray #686f71
lt gray rgba(119,119,119,0.6)    #adadad
Rick and Bubba Red #CA050C
Rick and Bubba Yellow #FDCE05
Lt Green rgba(0,83,88,0.6)
*/
.ProductListing .ProductResultEntry {
	width:50%;
	}
	
	[id$="_pnlResultContainer"] {
		width:100%;
		}
		
/* FONT LINKS */
 @import url('https://fonts.googleapis.com/css?family=Karla:400,700');
 @import url('https://fonts.googleapis.com/css?family=Unica+One'); /* use: 'Unica', cursive;

/* SITE STYLES */
.widgetWrapper {margin: 0;}
html,body {
	width:100%;
}
body {
	font-size:100%;
	line-height: 1.5;
	transition: all .2s ease-in;
	color: #666666;
	background: #f7f7f7;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding: 0;
	border: 0 none;
	font-family: 'Karla', sans-serif;
	vertical-align: middle;
}
a {outline:none; color:#333333;}
p {}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.625em;
	color:#777777;
}
h1, .h1, .h1--mini {
    font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
ul,ol {}
li {}
svg {
	/*color:#777777;*/
	transition: all .1s ease-in;
	fill:currentColor;
}
svg:hover {
	color:#CA050C;
	transition: all .1s ease-in;
}
.icon {
	width:22px;
	height:22px;
	fill: rgb(16, 42, 84);
}
.topnav a.icon {
	padding-right: 50px;
}
.topnav a {
	color: #fff !important;
}
.visually-hidden, .icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.no-space {
	display: none;
}
.PanelHeader {
	padding:0;
	margin:0;
}
.tableText, .CartTable {
	color:#333333;
}
.ui-dialog {
	flex-direction:column;
	padding:0 !important;
	top: 10% !important;
	z-index: 9999;
}
.ui-dialog, .DefaultPopup {
	background:#ffffff;
	border:1px solid #333333 !important;
	-moz-border-radius:.5em !important;
	-webkit-border-radius:.5em !important;
	border-radius:.5em !important;
}
.ui-dialog h1 {
	font-size:1.25em;
}
.ui-dialog img {
	float:none !important;
	clear:both;
	margin:0 auto 1em auto;
	display:block;
}
.ui-dialog table {
	width:100%;
	margin-bottom:.5em;
}
.ui-dialog-titlebar {
	background:#686f71;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	color:#ffffff;
}
.ui-icon {
	text-indent:inherit !important;
	top:25% !important;
}
.ui-icon::before {
	content:"\f00d";
	font-family:'FontAwesome';
	font-size:1.5em;
	color:#ffffff;
}
.ui-button-text {
	display:none;
}
.ui-button-icon-only {
	background:none;
}
.DefaultPopup {
	overflow:hidden;
}
.DefaultPopup td.PanelHeader {
	background:#686f71;
}
.DefaultPopup td.PanelHeader a {
	color:#ffffff;
}
.DefaultPopup td.PanelHeader span {
	padding: 0.25em 0.5em;
	color: #ffffff;
	height:auto !important;
}
.validator {
	max-width: 30em;
	width:90%;
	top: 25% !important;
	left: 50% !important;
	position: fixed !important;
	padding:2em 1em;
	background: #686f71;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.validator span {
	font-weight:bold;
}
.validator img {
	position:absolute;
	top:0;
	right:0;
}


/* Grid */
.grid {
	display:grid;
}
.grid-item {}
.fullwidth {width:100%;}
.one-half,.one-third,.two-thirds,.one-fourth,.three-fourths,.one-fifth,.two-fifths,.three-fifths,.four-fifths,.one-sixth,.five-sixths,.one-seventh,.two-sevenths,.three-sevenths,.four-sevenths,.five-sevenths,.six-sevenths,.one-eighth,.three-eighths,.five-eighths,.seven-eighths {
	width:100%;
}

/* Zones */
.ZoneBoxHolder {
	width:100% !important;
}
.headerZone {
	background: #ffffff;
}
.headerZone > div {
	margin: auto;
	width:100%;
}
.colZoneContainer {
	max-width: 1180px;
	margin: auto;
	padding: 0 1.25em 2em 1.25em;
}
.SiteHome .colZoneContainer {
	max-width:100%;
	padding: 0 0 2em 0;
}
.leftColZone {}
.contentZone {}
.rightColZone {}
.footerZone {}

/* BANNER */
.logo {
	padding-left:20px;
	flex:100%;
	text-align:center;
}
.logo svg {
	height:58px;
}

/* Navigation */


.Zone17960 a:link, .Zone17960 a:active, .Zone17960 a:visited, .Zone17960 a:hover  {
	color: white;
	 font-family: Karla;
	 font-weight: bold;
	 text-decoration: none
 }

.top-nav {
	display: flex;
	align-items: center;
	width:100%;
	justify-content: space-between;
	padding: 10px 20px;
	max-width: 1180px;
	margin:auto;
}
.top-nav-inner, .top-nav-inner a {
}

/*.main-nav-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;

	width:100%;
	background:none;
	
	max-width: 1180px;
	margin:auto;
}
.main-nav-container {
	display: none;
}
.mobile-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width:100%;
	max-width:300px;
	z-index: 9999;
}
.mobile-menu-bg {
	display: none;
	position: fixed;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: -1;
}
.mobile-menu-button {}
.mobile-menu-button .mobile-close {
	display: none;
}
.mobile-active {
	margin-left:300px;
	overflow: hidden;
	transition: all .2s ease-in;
}
.mobile-active .mobile-close {
	display: inline-block;
}
.mobile-active .mobile-open {
	display: none;
} 
/*.mobile-menu-button i {
	color:#CA050C;
	font-size: 1.5em;
	transform: scale(1.5,1);
	margin: 1.25em 0 .5em;
}*/
/*.mobile-nav {
	background:#ffffff;
	height: 100%;
}
.mobile-nav li {
}
.mobile-nav a {
	font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    padding: 13.33333px 20px;
    font-size: 1.625em;
    color: #262626;
}
.mobile-nav a:hover {
	color: #262626;
    background-color: #fafafa;
}
.mobile-nav div {
	text-align: left !important;
}
.mobile-nav li ul li a {
	padding-left: 2em;
}
.mobile-nav li ul li a:before {
	content:":";
	padding-right:10px
}*/
.mobile-nav .account_zone {

}
.mobile-nav .cart_zone {
	display: none;
}

/* Live Help */
#live-help {display: none;} /* temporary */

/* Account Link */
.main-nav-wrapper .account_zone {
	display:none;
}
.my-account span {
	color:#ffffff;
}
.my-account i {
	color:#CA050C;
	font-size: 24px;
}
.mobile-nav .my-account i {
	display: none;
}

/* Login */
.login_zone:not(.no-desktop) {
	/*display: none;*/
}
[id$="_lblWelcome"] {
	display: none;
}
.top-nav [id$="_lnkLogIn"] span, 
.top-nav [id$="_lnkNewAccount"] {
	display: none;
}
[id$="_lnkLogIn"] i,
[id$="_lnkNewAccount"] i{
	font-size: 24px;
	padding-left:.5em;
}
.mobile-nav [id$="_lnkLogIn"] i,
.mobile-nav [id$="_lnkNewAccount"] i{
	position: absolute;
	top: 10px;
}

[id$="_lnkLogIn"]:not([href]) {
	display: none;
}

/* MicroCart */
.main-nav-wrapper .cart_zone {
	display:none;
}
.cart_zone {
	padding: 0 0 0 1em;
	display: flex;
}
.cart_zone a {
	color:#777777;
}
.cart_zone i {
	font-size: 24px;
}
.microCart {
	margin-left: 5px;
    margin-top: 3px;
}
.microCart table {
    background-color: #CA050C;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
.microCart .FormLabel {}
.microCart td {
	display: none;
}
.microCart tr:first-of-type td:first-of-type {}
.microCart tr:last-of-type {}

/* Search Input */
.mobile-nav .search_zone,
.mobile-nav .productSearchInput {
	display: block !important;
}

.top-nav .search_zone,
.main-nav-wrapper .search_zone .productSearchInput {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	flex-grow: 1;
}

.top-nav .search_zone,
.main-nav-wrapper .search_zone {
	/*display:none;*/
}
.top-nav .search_zone .productSearchInput,
.main-nav-wrapper .search_zone .productSearchInput{
	display:none;
}
[id$="_ibtnSearchSubmit"] {
	padding: 8px !important;
}
.productSearchInput .formField {
	height:40px;
	padding:10px 30px 10px 10px;
	border:1px solid #dedede;
	background-color: #ebebeb;
	font-size: .8125em;
	color: #1c1d1d;
}
.search_zone {
	width: auto;
	/*max-width: 250px;*/
}
.productSearchInput, .productSearchInput table, .productSearchInput .formField {
	width: 100%;
	max-width: 250px;
}
.productSearchInput {
    background: white;
    padding: 14px;
    position: absolute;
    top: 60px;
    right: 0px;
}

/* Breadcrumb */
.SiteHome .BreadCrumb {
	display: none;
}
.BreadCrumb {
    margin: auto;
    background: grey;
    padding: 80px 20px;
    background-color: #f7f7f7;
    text-align: center;
}
.BreadCrumb li {
	float:none;
}
.BreadCrumb li:first-of-type {
	display:none;
}
.BreadCrumbSeparator {
	display:none;
}
.BreadCrumbPage span {
font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #CA050C;
}
.BreadCrumbPage span:before {
	content:" BACK TO ";
	display:inline-block;
	font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #CA050C;
	padding-right:10px;
}

/* HOME */
/* Slider */
.flexslider {
	height:330px;
}
.flex-control-paging {
	display:none;
}
.flex-direction-nav li {
	height:40px;
	width:40px;
}

.flexslider .slides > li {
	position:relative;
}
.slider_zone {
	z-index:0; 
	position:relative;
	margin-bottom:-30px;
	height:330px;
}
.slider_zone li {
	height:330px;
}
.slide-content {
	position:relative; 
	/*min-height: 280px;*/ 
	background-position: center center; 
	background-repeat:no-repeat; 
	text-align:center;
}
.slide-content a {
	color:#000000; 
	display:block;
}
.slide-content img {}
.sl-center {
	position:absolute; 
	top:50%; 
	left:50%; 
	transform:translate(-50%,-50%);
}
.sl-left-half {
	position:absolute; 
	top:50%; 
	left:50%; 
	transform:translate(-50%,-50%);
}
.sl-right-half {
	position:absolute; top:50%; 
	transform:translateY(-50%); 
	padding:.5em 1em; 
	width:100%; 
	height:100%;
}
.slide-caption-container {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    width: 100%;
    max-width: 1180px;
    left: 50%;
    transform: translateX(-50%);
}
.slide-caption {
	background: #CA050C;
    width: auto;
    display: inline-block;
	margin-left:10px;
 }
.slide-caption h2 {
	color: #ffffff;
    font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
	font-size:2.25em;
	margin:0;
	padding:0 10px;
}
.slide-button {
	display: table;
    line-height: 2;
    padding: 0 10px;
    background-color: #fff;
    color: #777;
	font-weight:normal;
}

/* Slide Buttons */
.sl-button {
	display:none;
}

/* Featured Collections */
.featured-collections-wrapper {
	width:100%;
	margin-bottom:50px;
}
.featured-card {
    display: block;
    position: relative;
    height: 380px;
    text-align: center;
    border-color: #f7f7f7;
    border-style: solid;
    border-width: 0 0 1px 1px;
    background-color: #fff;
}
.featured-card:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.06);
    opacity: 0;
    transition: opacity 0.15s ease-in;
    z-index: 1;
}
.featured-card:hover:before {
    opacity: 1;
}
.featured-card:hover .featured-card__action {
    color: inherit;
}
.featured-card__header {
    position: relative;
    display: inline-block;
    padding: 30px 5% 10px;
    z-index: 1;
}
.featured-card__title {
    font-size: 1.75em;
    margin-bottom: 0;
    color: #777;
}
.featured-card__action {
    /*font-size: 0.875em;*/
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 0.8125em;
    color: #004987;
}
.featured-card__image-wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 62%;
}
.featured-image img {
	max-height:235px;
}

/* Image Text */
.image-text-wrapper {
	width:100%;
	max-width:1180px;
	margin:auto;
	background:#ffffff;
}
.image-text {
	padding:30px;
    display: flex;
    flex-wrap: wrap;
	align-items:center;
}
.image-text > div {
    flex: 1 1 100%;
}
.image-text img {
	width:100%;
	max-width:540px;
}
.image-text p {
	margin: 0 0 10px;
}
.image-text div:last-of-type {
    padding: 40px;
}

/* Text Columns */
.text-col-wrapper {
	width:100%;
	max-width:1180px;
	margin:auto;
	background:#ffffff;
	margin-bottom:50px;
}
.text-col {
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
}
.text-col > div {
    flex: 1 1 100%;
	text-align:center;
	padding:0 20px 20px;
}


/* Sections */
.home-section {
	margin: auto; 
	position:relative; 
	text-align:center;
}
.home-section h1 {
	text-transform:none; 
	font-size:1.5em;
}
.home-section p {
	margin:0;
}
.home-section img {
	vertical-align:top; 
	width:100%;
}
.home-full-width {
	max-width:100% !important;
}
.home-col {
	width:100%; 
	max-width:31.25em; 
	vertical-align: top; 
	display: inline-table; 
	text-align:center; 
	overflow:hidden;
}

/* Help Page */
.help_title {
	padding-top:30px;
}
.help {
	background:#ffffff;
	padding: 40px;
    margin-bottom: 20px;
}
.help_copy {}

/* Last Chance */
.last-chance {
    margin: 0;
    text-transform: none;
    font-size: 16px;
    font-family: "Karla","HelveticaNeue","Helvetica Neue",sans-serif;
    color: #666;
    line-height: 1.375;
    letter-spacing: initial;
}

/* CATALOG | SEARCH */
.sort {
	padding: .5em 0;
}
.SortOrders {}
.SortOrders td {
	text-align:right; 
	width:50%; 
	vertical-align:middle;
}
.SortOrders span {
	padding:.5em;
}
.SortOrders .stdDropdown {
	width:100%; 
	padding:.5em; 
	max-width:17.5em;
}
.cat-header {
	min-height:3.75em;
}
.cat-header h1 {
    font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.875em;
	color: #777777;
    margin: 0 0 0.625em;
}
.ResultStatistics {
	display:inline-block;
}
.ResultStatistics > div > span {
	text-align:left !important; 
	padding-left:0; 
	width:auto;
}
[id$="_lblPage"],
[id$="_lbdPage"] {
	display:none !important;
}
.catalog {
	text-align:center;
	line-height:1.25em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*display:grid;
	grid-template-columns: repeat(auto-fill, 218px);
	grid-gap: 0;*/
}
.cat-banner {
	display: none;
}
.catalog-item {
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-wrap: wrap;
	/*display:table; */
	text-align:center; 
	max-width:21.875em;
	/*max-width:8.75em;*/ 
	width:100%; 
	width: calc(100% / 2);
	/*margin-bottom:1.25em;*/
	position: relative;
	background: #ffffff;
    border-width: 0 1px 1px;
    border-color: #f7f7f7;
    border-style: solid;
    transition: all .2s ease-in-out;
}
.catalog-item:hover {
    background: #ededed;
    transition: all .2s ease-in-out;
}
.catalog-item-border {
	display: none;
	background: rgba(0,0,0,0);
	position: absolute;
	top:0;
	bottom:0;
	width: 100%;
	z-index:99;
	transition: all .2s ease-in-out;
}
/*
.catalog-item:hover .catalog-item-border {
	height: 60%;
	bottom: -2px;
	left: -2px;
	width: 40%;
	transition: all .2s ease-in-out;
}
.catalog-item .catalog-item-border::before,
.catalog-item .catalog-item-border::after {
	content:"";
	display: block;
	background: #CA050C;
	position:absolute;
	left:-30px;
	z-index:999;
	opacity: 0;
	transition: all .2s ease-in-out;
}
.catalog-item:hover .catalog-item-border::before,
.catalog-item:hover .catalog-item-border::after {
	width:20px;
	height:20px;
	left:0;
	opacity: 1;
	transition: all .5s ease-in-out;
}
.catalog-item-border::before {
	top:30%;
}
.catalog-item-border::after {
	bottom:0;
}*/
.catalog-item tr {
	z-index: 1;
	width:100%;
}
.catalog-item td {
	display:block; 
	padding:0 .5em;
}
.catalog-item .ProductImage img {
	width:100%; 
	max-width:200px; 
	padding-top:.5em;
}
.catalog-item .ProductName {
	min-height: 3em; 
	/*text-transform: uppercase;*/
}
.catalog-item .ProductDescription {
	height: 3em;
}
.catalog-item .ProductPricing span {
	display:block; 
	margin:.5em 0 1.5em 0; 
	font-weight:bold;
}
.ProductName a {
	color:#1a1a1f;
}
.ProductName a:hover {
	color:#CA050C;
}
.thumbcolor {
	width: 100%; 
	display: block;
}
.thumbcolor ul {}
.thumbcolor ul li {
	width: 1em; 
	height: 1em; 
	padding: 0; 
	margin: 1px; 
	border: #333333 1px solid; 
	float: left; 
	display: inline-block;
}
a.PageLinks {color:#333333; font-size:.875em;}
span.PageLinks {font-weight:bold;}

/* PRODUCT DETAIL */
.ProductHeaderName {
	text-align: left;
	font-size:1.875em;
	margin:0;
}
.ProductHeaderSKU {text-align: left; margin:.5em 0 1.5em; font-weight: normal; color:#000000; font-size: 14px;}
.ProductHeaderSKU::before {content: "SKU: ";}
.ProductMatrix {}
.ProductDetail {
	padding: 1em 0;
}
.ProductSurvey {
	margin:2em 0;
}
.ProductImageGallery {}
[id$=_trPricing] {}
[id$=_trQuantity] {}
[id$=_ibtnAddToCart] {}
.AddToCartConfirmation {}
[id$="_pnlPricingHeader"] {
	display:none;
}
.ProductPricing .PanelHeader {
	display:none;
  }
  
.SelectedProductImage {width:100%; max-width:33.25em; margin:5px 0 10px 0;}
.ProductImageGallery {
	margin-bottom:2.5em;
}

.ProductHeaderWidget,.ProductDetail,.Widget1004558,.ProductMatrix {}
.ProductDetail .ProductDescription {
	font-size:1em;
	margin-bottom:2.5em;
	z-index: 1;
}
.ProductDetail .ProductDescription span {
	font-size: 1em !important;
	font-family: 'Karla', sans-serif !important;
}
.ProductDetail .ProductDescription ul {
	margin-top: 1em;
	list-style: square;
}
.ProductDetail .ProductDescription li {
	margin-left: 2em;
}
.ProductDetail .PanelHeader, .ColorSwatches .PanelHeader, .Widget1004558 .PanelHeader, .ProductMatrix .PanelHeader {display:none;}
#WP_1003124_199, #WP_1003121_53 {/*display:table-cell;*/ vertical-align:middle;} /* color swatch containers */
#colors_available {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#colors_available p, .swatch_zone {margin: 0;}
.swatchWrapper {margin-right:.5em;}
.Widget1004558 {margin-top:2em; margin-bottom:.5em;}
.Widget1004558 input {padding:0.5em; width: 100%;}
.Widget1004558 td {text-align:left; width:50%; text-transform:uppercase;}
.Widget1004558 table.FullWidth td:first-child {display: none;}
[id$="_phPriceLevels"] span {
    font-size: 1.25em;
	margin-bottom:1.5em; 
	display: block;
}
[id$="_phPriceLevels"] table {
	display:inline;
	float:left;
}
.MatrixSelectors,
.MatrixOrderForm {
	width:100%;
	margin:0;
}
.MatrixSelectors td {
	padding:0; 
	text-align:left; 
	width:50%; 
	display:inline-block; 
	margin-bottom:.5em;
}
.MatrixOrderForm td {
	
}
.MatrixSelectors td span::after,
.MatrixOrderForm td span::after {/*content:":";*/}
.MatrixSelectors select,
.MatrixOrderForm select {
	padding:.5em;
}
.ProductMatrix .cityText {
	width:100%;
}
.trMatrixPriceRow td {
	padding:.25em 0;
}
.trMatrixPriceRow td:last-of-type {
	text-align: right;
}
[id$="_pnlSurveyHeader"] {
	display:none;
}
.ProductButtons {
	margin:2.5em 0;
}
.ProductButtons input {
	width:100%; 
	max-width:320px;
}
.Widget1004273 {padding:0 1em; line-height:2em;}
.Widget1004273::before {content:"DESCRIPTION"; font-weight: bold; text-decoration:underline;}
.Widget1004273 ul {margin-left: 1.5em; list-style: disc;}
.fb_iframe_widget span {vertical-align:inherit !important;}
.LinkedProducts {width:100%; margin:auto; max-width:75em; display: none;}
.LinkedProducts::before {content:"YOU MAY ALSO LIKE"; font-size:1.25em; font-weight: bold; color:#CA050C; display:block; padding-bottom:.5em; border-bottom:1px solid #000000; text-align: center;}
.LinkedProducts > div {text-align:center;}
.LinkedProducts .PanelHeader {display:none;}
[id$="_pnlResultContainer"] {width: ; overflow: hidden; display: inline-block; vertical-align: middle;}
img[id$="_imgScrollBack"], img[id$="_imgScrollForward"] {display:inline-block; padding:2em .125em;}
img[id$="_imgScrollBack"] {/*margin-top: -100px;*/ cursor: pointer;}
img[id$="_imgScrollForward"] {/*margin-top: -100px;*/ cursor: pointer;}
.LinkedProducts .SearchTable td {width:auto; max-width:12.5em; text-align: left;}
.LinkedProducts .SearchTable td a {}
.LinkedProducts .SearchTable .Thumbnail {}
[id$="_imgLarge"] {width:100% !important; max-width: 650px; max-height: 650px; height: auto !important; min-width: 650px; padding: 0 !important;}
.ProductImageGallery a {color:#ffffff;display: inline-flex}
/*.ProductImageGallery a:hover {color:#c018a2;}*/
.ProductImageGallery .DefaultPopup table {width:100% !important;} */
.ProductImageGallery .DefaultPopup,
.ui-dialog.Widget1004551 {
	max-width:40em; 
	width:95% !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ImageGalleryPopup .PanelHeader {
	display: flex;
	background:none;
	z-index: -1;
}
.GalleryThumbnails {position: relative; min-height: 260px; width: 100% !important; text-align: left;}
.GalleryThumbnails table {position: absolute;}
.GalleryThumbnails tr {display:flex;}
.GalleryThumbnails img {max-height: 200px;}
/* [id$="_pnlInlineThumbs"] {
	width:auto !important;
} */
[id$="_lnkCloseGallery"] {display: block;background: #686f71;}
[id$="_lnkCloseGallery"]:hover {color:#d1e08d;}
.ui-dialog.Widget1004266 {top:20% !important; /*top:49% !important; transform:translateY(-50%);*/}
.AddToCartConfirmation div:first-of-type img {width:100%}
.QuestionDiv > table td select {
    width: 100% !important;
}
.productZone .colZoneContainer {
	margin-top: 60px;
}

/* CHECKOUT */
.checkoutTitle {font-size:1.25em; padding:0 1em;}
.checkoutTitleActive {font-size:1.25em; margin:0 .5em 1em .5em; max-width:12.5em; border-bottom:1px solid #1A1A1F;}
.checkoutTitleInactive {font-size:1.25em; margin:0 .5em 1em .5em; max-width:12.5em; color:#cccccc; border-bottom:1px solid #cccccc;}
.checkoutTitleComplete {
	font-size:1.25em;
	margin:0 .5em 1em .5em;
	max-width:12.5em;
	color:#808080;
	border-bottom:1px solid #808080;
}
.checkoutTitleComplete i {
	color:#CA050C;
}
.checkoutProgress {display:none;}
.RowStyle.subSectionTop input:first-child,
.AlternatingRowStyle.subSectionTop input:first-child {
	box-sizing: border-box;
	width: 82px;
	height: 25px;
	padding-left: 82px !important;
	background-image: url('/SiteData/SiteID70/Images/delete.png');
}
.cart-top {border-top:1px solid #808080;}
.cart-combo {}
.cart-combo td {padding:1em !important;}

/* Shopping Cart */
.ShoppingCart {}
.LineItemThumbnail
[id$=_ibtnContinueShopping] {}
[id$=_ibtnCheckOut] {}
.ShoppingCart {margin-top:1.5em; font-size: .9em;}
.ShoppingCart .CartTable {border:none;}
.ShoppingCart .PanelHeader a {display:none;}
.ShoppingCart .settingText {width:auto;}
.CartTable td {vertical-align:middle; border:none; padding:1em; text-transform:uppercase;}
.CartTable a {color:#CA050C;}
.CartTable .formField {padding:.8em;}
.ShoppingCart .CartTable .LineItemThumbnail img {max-width:6.5em; width:100%;}
.subSectionBottom td {
	/*display:none;*/
}
.ExtPriceRow td {
	display: none;
}
.ShoppingCart .CartTable .SKURow td a::before {
	content:"SKU: ";
	color: #000000;
}
.CartTable .AlternatingRowStyle.subSectionTop input, .CartTable .RowStyle.subSectionTop input {padding:.4em 0;}
.AlternatingRowStyle {background:#f7f7f7;}
.CartSubTotalLabel, .CartSubTotal {padding:1em 1em 0 !important;}
.CartTaxLabel, .CartTax {/*padding:.5em 1em;*/}
.CartTotalLabel, .CartTotal {font-weight:bold; padding:0 1em !important;}
[id$="_pnlCartFooter"] {text-align:left; margin-top:2.75em; text-transform:uppercase;} /* promocode */
#w1004019_Table1 td:first-child {display:none;}
#w1004019_Table1 td {display:inline;} 
#w1004019_Table1 span {
	display:inline-block; 
	text-align:right; 
	padding:1em 0 1em 1em; 
	font-weight:bold;
}
[id$="_txtPromotion"] {
	margin:0 1em; 
	padding:.5em 60px .5em .5em; 
	height:2.5em; 
	font-size:16px; 
	max-width: 9em;
}
[id$="_ibtnQuickAddPromo"] {
	padding:0; 
	margin-left:-60px; 
	margin-right:1em; 
	height: 40px;
}
[id$="_ibtnContinueShopping"],
[id$="_ibtnCheckOut"] {
	display:block; 
	margin:1.5em auto;
}
[id$="_trQuickAddProduct"] {
	display: none;
}

/* Right Cart */
.CartInformation {border:1px solid #808080; margin:0 auto; width: 100%; max-width: 31.25em}
.CartInformation::before {content:"Order Overview"; color:#CA050C; font-weight:bold; font-size:1.25em; padding:.5em;display:block;}
.CartInformation .CartTable {border:none;}
.CartInformation .CartTable .LineItemThumbnail {vertical-align: top;}
.CartInformation .CartTable .LineItemThumbnail img {width:100%; min-width:5em; max-width:6.5em;}
.CartInformation .CartTable tr.RowStyle:nth-child(even) td a::before, .CartInformation .CartTable tr.AlternatingRowStyle:nth-child(odd) td a::before {content:"SKU: "; color: #000000;}
.CartInformation .OrderTotalLabel, .CartInformation .OrderTotalAmountLabel {padding-bottom: 1em !important;}

/* Shipping */
.OrderShipping, .OrderShipVia, .OrderShippingButtons {padding:0 .5em;}
.OrderShipping .PanelHeader, .OrderShipVia .PanelHeader {display:none;}
.OrderShipping input {padding:0; margin:1em 0;}
.AddressSelector div {display: block !important; text-align: left !important;}
.OrderShipVia::before {content:"Delivery Method"; font-weight:bold; padding-bottom: .5em; display: block;}
.OrderShipVia table {width:100%; max-width:18.75em;}
.OrderShippingButtons input {padding:0; margin:1em .5em 1em 0;}
.OrderShippingButtons .PanelFooter {text-align:left;}
#_pnlShipTo_addressList tr td:last-child {width: 25%;}
#_pnlShipTo_list > div {
	float: left;
}
#_pnlShipTo_list > div:first-child {
	width: auto !important;
	justify-content: flex-start !important;
}
#_pnlShipTo_list > div:first-child input:first-of-type {
	width: 60% !important;
}
#_pnlShipTo_list > div:last-child {
	float:right;
	box-sizing: border-box; 
	width: ; height:30px; 
	overflow: hidden; 
	background:url('/SiteData/SiteID70/Images/ok.png') no-repeat center center;
}
#_pnlShipTo_list > div:last-child img {
	opacity: 1;
}
#_pnlShipTo_edit > div input:last-child {
	
}
#_pnlShipTo_edit table .largeText {width:100% !important;}
.ui-dialog.Widget1004023 {width: 90% !important; position: absolute !important; top: 5% !important; left: 50% !important; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); max-width: 37.5em;}

/* Payment */
.Widget1004574 img {
	max-width:80px;
}/* payment method */
.Widget1003210,
.PaymentTypes,
.OrderPaymentButtons {
	padding:0 .5em;
}
.PaymentTypes input,
.PaymentTypes select {
	padding:.5em;
}
.OrderPaymentButtons input {
	padding:0; 
	margin:1em .5em 1em 0;
}
.OrderPaymentButtons .PanelFooter {
	text-align:left;
}
.PaymentMethodSelection > div {
	margin-top:1em;
}
.MethodDetails .entryForm {border:none;}
.MethodDetails .entryForm span:first-child {margin-top:1em}
.PaymentTermSelector::before {content:"Payment Type"; display:block; font-weight:bold; padding:.5em 0;}
.PaymentTermSelector .PanelHeader {display:none;}
[id$="_tdExp"] select {width:auto !important; margin-right:.5em;}
.PromoCode h1 {font-size:1em;}
.PromoCode input[type="text"] {
	padding:.5em 60px .5em .5em; 
	height:2.5em; 
	font-size:16px; 
	width:80%;
}
.PromoCode input[type="image"] {
	padding:0; 
	margin-left:-60px; 
	margin-right:1em; 
	float:none !important; 
	padding-left:60px;
	box-sizing: border-box;
	width: 60px;
	height:40px;
	overflow: hidden;
	background:url('/SiteData/SiteID70/Images/apply.png') no-repeat center center;
}
.GiftCertificate h6.PanelHeader {
	font-size: 20;
	font-weight:bold;
 }
 
[id$="_trBillMeLater"] {display:none;}
[id$="_rbPayPal"] {}
[id$="_rbPayPal"][type="radio"]:enabled+label {font-weight:bold;}
/*#w1004029_rbPayPal[type="radio"]:enabled+label::after {content: " - Please Select";;font-weight: bold;}*/
[id$="_rbSavedMethod"][type="radio"]:enabled+label,
[id$="_rbNewMethod"][type="radio"]:enabled+label {font-weight:bold;}
#_pnlAddressManager {}
#_pnlAddressManager > div {float: left;}
#_pnlAddressManager_list > div:first-child {width: auto !important;}
#_pnlAddressManager_list > div:first-child input {width: auto !important;}
#_pnlAddressManager_list > div:last-child {
	float:right;
	box-sizing: border-box; 
	width: ; 
	height:30px; 
	overflow: hidden; 
	background:url('/SiteData/SiteID70/Images/ok.png') no-repeat center center;
}
#_pnlAddressManager_list > div:last-child img {
	opacity: 1;

}
#_pnlAddressManager_edit > div input:last-child {
	/*padding-left: 0%;
	box-sizing: border-box;
	width: ;
	height:30px;
	overflow: hidden;
	background:url('/SiteData/SiteID70/Images/ok.png') no-repeat center center; */
}
#_pnlAddressManager_edit table .largeText {width:100% !important;}
/*.ui-dialog.Widget1004023 {width: 90% !important; position: absolute !important; top: 49% !important; left: 50% !important; transform: translate(-50%, -50%); max-width: 37.5em;}*/

/* Submit */
.OrderConfirmation {padding:0 .5em;}
.OrderConfirmation .PanelHeader {display: none;}
.OrderConfirmation .CartTable {border:none;}
.ReceiptHeader {border:1px solid #000000 !important;}
.ReceiptHeader .PanelFooter {padding-right:1em;}
.OrderConfirmation [id$="_pnlLoggedInFooter"] {text-align:left !important; width:100%; display:table;}
.OrderConfirmation [id$="_pnlLoggedInFooter"] input {margin:1em .5em; padding:0;}
#_pnlAddress {}
#_pnlAddress_addressList tr td:last-child {width: 25%;}
#_pnlAddress_list > div {float: left;}
#_pnlAddress_list > div:first-child {width: auto !important;}
#_pnlAddress_list > div:first-child input {
	width: auto !important;
}
#_pnlAddress_list > div:last-child {
	float:right;
	box-sizing: border-box; 
	width: 40px; 
	height:30px; 
	overflow: hidden; 
	background:url('/SiteData/SiteID70/Images/ok.png') no-repeat center center;
}
#_pnlAddress_list > div:last-child img {
	opacity: 0;
}
  {
	/*padding-left:40px;
	box-sizing: border-box;
	width: 40px;
	height:30px;
	overflow: hidden;
	background:url('/SiteData/SiteID70/Images/ok.png') no-repeat center center; */
}
#_pnlAddress_edit table .largeText {width:100% !important;}
.ui-dialog.Widget1004033 {width: 90% !important; position: absolute !important; /*top: 5% !important;*/ left: 50% !important; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); max-width: 37.5em;}
.confirm-popup {width: 90% !important; position: absolute !important; left: 50% !important; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); max-width: 30em;}
.confirm-popup .CartTable {border:0;}
.confirm-popup .CartTable th {background:#000000; display:inline-block; width:50%; padding:.5em 1em !important;}
.confirm-popup .CartTable th:first-child {text-align:left;}
.confirm-popup .CartTable th:nth-child(2) {text-align:right;}
.confirm-popup .CartTable th:last-child {display:none;}
.confirm-popup .CartTable td {white-space:inherit !important; width:50%; display:inline-block; padding:.5em 1em !important;}
.confirm-popup .CartTable td:nth-child(2)::before {content:"$ ";}
.confirm-popup .CartTable img {float:right !important;}
.confirm-popup .CartTable tr td:last-child {display: block; float: right;}
[id$="_pnlShipVia"] {padding:0 !important;}
[id$="_ifrPayment"] {width:100%; min-width:auto !important;}
[id$="_pnlPayment"] {padding:0;}
[id$="_trBillMeLater"] {display:none;}
[id$="_rbPayPal"] {}
[id$="_rbPayPal"][type="radio"]:enabled+label {font-weight:bold;}
[id$="_rbPayPal"][type="radio"]:enabled+label::after {content: " - Please Select";;font-weight: bold;}
[id$="_rbSavedMethod"][type="radio"]:enabled+label,
[id$="_rbNewMethod"][type="radio"]:enabled+label {font-weight:bold;}
[id$="_tdExp"] select {width:auto !important; margin-right:.5em;}
[id$="_pnlOrderReferenceNum"] {display:none;}

/* Receipt */

/* ACCOUNT */
.accountTitle {font-size:1.25em; padding:0 .4em;}
.account-nav {list-style: none; margin: 0; padding:0 .5em 1.5em .5em; color:#333333; text-align:center;}
.account-nav li {font-size:.9em; padding:1em; display:inline-block;}
.account-nav li a {line-height: 2em; color: #fff; font-size:1em; font-weight: bold}
.account-nav li a:hover {color:#CA050C;}

/* Login */
.loginWidget .loginSection {padding:1em;}
.loginSection br {display: none;}
.loginSection .PanelHeader {display:none;}
.loginWidget .loginSection > table td {padding-bottom: 1em; vertical-align:middle;}
.loginWidget .loginSection input {padding:0 0 .5em .5em;}
.loginWidget .loginSection .compactInput {
	padding:.5em;
	border:none;
	    background: #f7f7f7;
}
/*.GuestCheckoutInvitation {margin:0 1em; padding: 1em 0; border-top:1px solid #CA050C;}
.GuestCheckoutInvitation table {width:100%;}
.GuestCheckoutInvitation table td {text-align:left; vertical-align:middle;}
.GuestCheckoutInvitation table input {width:100%; padding:.5em; margin:0;}
.GuestCheckoutInvitation input {padding:0; margin-top:1em;}
.Login .FormLabel, .GuestCheckoutInvitation .FormLabel {display: block;}*/

.loginWrapper > div {
	width: 100%;
    margin: 50px auto;
    background: #ffffff;
    padding: 40px;
}
.loginWrapper h1 {
	text-align:center;
}
.Login table.FullWidth.adaptive td {
	width:100% !important;
	display:block;
	text-align:left;
}

/* Create Account */
.CreateNewUser {padding:.5em;}
.CreateNewUser .compactInput {padding:.5em;}

/* Misc Account */
.accountHome {margin: 0px; padding: 0 .5em; list-style: none;}
.accountHome a {color: #000000; line-height: 2em; font-size: 1em; font-weight: bold;}
.accountHome a:hover {color:#CA050C;}
.accountHome p {margin-bottom:1em;}

/* FOOTER */
footer {
    background: #ffffff;
	font-size: 16px;
	color:rgba(0,83,88,0.6);
	padding:0 20px;
}
.footer-container {
	padding: 20px 0;
	max-width: 1140px;
	width:100%;
	margin: auto;
}
footer h4 {
	color: #CA050C !important;
    font-size: 1.5em;
	font-family: "Unica One","HelveticaNeue","Helvetica Neue",sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
footer p {
	margin-bottom: 10px;
}
footer a svg {
	color:rgba(0,83,88,0.6);
}
footer .social-icons a {
    display: block;
    margin-bottom: 10px;
}
.footer-col {
	font-weight: 200;
	padding-bottom: 20px;
}
.list--inline {
    padding: 0 !important;
    margin: 0;
}
.list--inline li {
    display: inline-block;
    margin-bottom: 0;
}
footer .social-icons .icon {
    margin-right: 10px;
	width: 24px;
    height: 24px;
	fill: #ce0e2d;
}
.essent {
	font-size: 10px;
}
.essent a {
	color: #B7B7B7;
}


/*---------
Desktop
----------- */
@media only screen and (min-width : 768px) {
	.ProductListing .ProductResultEntry {
		width:20%;
		}
		
h1, .h1, .h1--mini {
    font-size: 2.25em;
}
.no-desktop {
	display:none !important;
}	
	
/* BANNER */
.logo {
	flex-grow:1;
	padding:0;
	flex: 1;
    text-align: left;
}
.logo svg {
	height:74px;
}

.top-nav {
	padding: 20px;
}
/* Navigation */
.navWrapper {
	border-top: 1px solid #000000;
	background-color: #ce0e2d;
}
.mobile-menu-container {
	display: none;
}
.main-nav-container {
	display: block;
}
.main-nav {
	width:100%;
}
.main-nav li {
	display: inline-block;
	line-height: 58px;
	/*padding:55px 0;*/
	position: relative;
}
.main-nav li a {
	font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    padding: 20px;
    z-index: 7;
}
.main-nav li a:hover {
	color: #777777;
}
.main-nav li a:focus {
	   background-color: #ebebeb;
}
.main-nav li > ul {
	display: none;
}
.main-nav li:hover > ul {
	display: block;
	padding-top: 1.5em;
	background:transparent;
	position:absolute;
	left:0;
	z-index: 9999;
}
.main-nav li > ul li {
	background: #e9e9e9;
	padding: 0;
	line-height: 1;
	text-align: left;
	min-width: 150px;
}
.main-nav li > ul li a {
	display:block;
	padding: 1em;
}
.main-nav li > ul li:hover {
	background:#CA050C;
}
.main-nav li > ul li:hover a {
	color: #ffffff;
}
.is-stuck {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:999999;
}
.is-stuck .top-nav {
	display:none;
}
.stuck {margin-top:80px !important;}
.headerZone.is-stuck {
	transition: all .5s ease;
}
.is-stuck .account_zone {
	display:none !important;
}
.is-stuck .cart_zone {
	display:inline-block;
}
.is-stuck .search_zone {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}
.is-stuck .main-nav-wrapper .search_zone .productSearchInput{
	display:none;
}

/* Search */
.top-nav .search_zone,
.main-nav-wrapper .search_zone .productSearchInput {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	flex-grow: 1;
}
.productSearchInput {
    background: white;
    padding: 0;
    position: relative;
    top: 0px;
    right: 0px;
}
	
/* Cart */ 
.cart_zone {
	padding: 0 0 0 1em;
}
.is-stuck .cart_zone {
	padding: 0 1em 0 1em;
}
	
/* My Account */
.main-nav-wrapper .account_zone {
	display:inline-block;
}
.account_zone a {
	color: #000000;
    padding: 20px 10px 20px 10px;
	font-size: 0.8125em;
	font-weight:normal;
}
.account_zone a:hover {
	color: #777777;
}
.my-account i {
	display:inline-block;
}

/* Login */
.top-nav .login_zone {
	display:block !important;
}
.top-nav [id$="_lnkLogIn"] span {
	display: inline-block;
}
.top-nav [id$="_lnkNewAccount"] {
	display: inline-block;
}
.top-nav .LoginLinks {
	padding:0 .5em;
}
[id$="_lnkLogIn"] i,
[id$="_lnkNewAccount"] i{
	padding-left:.25em;
}

/*Breadcrumbs */
.BreadCrumb {
	
}	
	
/* ACCOUNT */
.accountTitle {
	font-size:1.75em; 
	padding:0;
}
.account-nav {
	text-align:left;
}
.account-nav li {
	font-size:1em; 
	padding:.5em; 
	display:block;
}
.mobile-account a {
	display: none;
}

/* Login Page */
[id^="WP_"][id$="_32"].widgetWrapper,
[id^="WP_"][id$="_129"].widgetWrapper {
	display:inline;
}
.loginWidget .loginSection {
	width:100%; 
	padding-right:3em;
}
.loginWrapper > div {
	width: 50%;
}
/*.Login, 
.GuestCheckoutInvitation {
	vertical-align: top;
	width: 48%;
	display: inline-block;
	padding-top: 2em;
}
.GuestCheckoutInvitation {
	border:none; 
	padding-left:2em;
	margin: 0;
}
*/	
/* Grid */
.grid {}
.grid-item {}
.one-half {width: 50%;width:calc(100% / 2);}
.one-third {width:33.33%;width:calc(100% / 3);}
.two-thirds {width:66.66%;width:calc((100% / 3) * 2);}
.one-fourth {width:25%;width:calc(100% / 4);}
.three-fourths {width:75%;width:calc((100% / 4) * 3);}
.one-fifth {width:20%;width:calc(100% / 5);}
.two-fifths {width:40%;width:calc((100% / 5) * 2);}
.three-fifths {width:60%;width:calc((100% / 5) * 3);}
.four-fifths {width:80%;width:calc((100% / 5) * 4);}
.one-sixth {width:16.66%;width:calc(100% / 6);}
.five-sixths {width:83.33%;width:calc((100% / 6) * 5);}
.one-seventh {width:14.2857%;width:calc(100% / 7);}
.two-sevenths {width:28.5814%;width:calc((100% / 7) * 2);}
.three-sevenths {width:42.8571%;width:calc((100% / 7) * 3);}
.four-sevenths {width:57.1428%;width:calc((100% / 7) * 4);}
.five-sevenths {width:71.2935%;width:calc((100% / 7) * 5);}
.six-sevenths {width:85.5792%;width:calc((100% / 7) * 6);}
.one-eighth {width:12.5%;width:calc(100% / 8);}
.three-eighths {width:37.5%;width:calc((100% / 8) * 3);}
.five-eighths {width:62.5%;width:calc((100% / 8) * 5);}
.seven-eighths {width:87.5%;width:calc((100% / 8) * 7);}	


/* Slider */
.flexslider {
	height:600px;
}
.flexslider .slides > li {}

.slider_zone {
	margin-bottom:-60px;
	height:600px;
}
.slider_zone li {
	height:600px;
}
.slide-caption {
	margin:0;
}
.slide-caption h2 {
	font-size:3.75em;
	line-height: 1.25em;
}
.slide-button {
	font-size:1.25em;
}

/* Featured Collections */
.featured-collections {
    margin: auto;
    width: 100%;
    max-width: 1180px;
	display:flex;
}
.featured-collections > div {
	display:inline-block;
}

/* Image Text */
.image-text > div {
	flex:1;
}

/* Text Columns */
.text-col > div {
	flex:1;
}


/* Help Page */
.help_title {
	padding-top:60px;
}
.help {
	background:#ffffff;
	padding: 40px;
    margin-bottom: 20px;
}
.help_copy {}
	
/* Sections */
.home-section {/*margin-bottom:1.25em;*/}
.home-section h1 {font-size:2em;}
.home-section h2 {font-size:1.5em;}
.home-col {margin:1.25em .425em; width:48%;}
.home-full-width {margin:0;}
.half-bottom-row {margin-top:1.25em;}

.home-parallax img {opacity:0;}
.home-parallax::before {content:"";box-shadow: 0 0 30px 5px #000000;width: 100%;display: block;position: absolute;top: 0;}
.home-parallax::after {content:"";box-shadow: 0 0 30px 5px #000000;width: 100%;display: block;position: absolute; bottom: 0;}
.home-message-left {padding: 1em; left: 10%; top: 10%; max-width:31.25em; width:auto; transform:none;}
.home-message-center {
	padding: 1em;
	left: 50%;
	top: 50%;
	max-width: 31.25em;
	width: auto;
	transform: translate(-50%,-50%);
}
.half-large p {position:absolute; bottom:0;}	
	
	
/* CATALOG | SEARCH */
.sort {
	float: right;
}
.SortOrders {
	width:auto !important; 
	top:0;
}
.SortOrders .stdDropdown {
	width:auto;
}
.SortOrders td {
	width:auto;
}
.sort-headers > div {
	display:inline-block;
}
.cat-header {
    width:50%;
}
.cat-header h1 {
    font-size: 2.25em;
}
.catalog {
	text-align:left; 
	margin:auto; 
	/*-webkit-justify-content: space-between;*/
	/*-ms-justify-content: space-between;*/
	/*justify-content: space-between;*/
}
.catalog-item {
	width: calc(100% / 5);
}

/* PRODUCT DETAIL */
#WP_1003120_121,
#WP_1004006_60 {
	text-align:right;
}
.Widget1004551, 
.ProductImageGallery {
	/*max-width: 31.125em;
	width: 100%;
	display: inline-flex;*/
}
.ProductImageGallery > div {
	width:100%;
	max-width:31.125em;
	margin:auto;
}

.ProductImageGallery [id$="_pnlInlineThumbs"] {
	width:auto !important;
	}

		
.Widget1003115, 
.ColorSwatches, 
.Widget1004558, 
.ProductMatrix, 
.ProductButtons, 
.ProductDetail,
.ProductSurvey,
.Widget1004273 {
	max-width:31.125em;
}
.ProductHeaderName {
	font-size:2.25em;
}
/*table.swatchContainer {width:80%;}*/
.Widget1004558 table, 
.MatrixSelectors, 
.MatrixOrderForm {
	/*width:80% !important; */
	min-width:17.5em;
}
.ProductButtons div {
	width:80%;
}
.LinkedProducts {
	padding:1em;
}
[id$="_pnlResultContainer"] {
	width: ;
}
.LinkedProducts .SearchTable td {}
.LinkedProducts .SearchTable {
	width:auto !important;
}
.SelectedProductImage,
.ProductImageGallery > div > img {
	margin:0 !important;
}
.WidgetType121, .ProductImageGallery {
	padding: 0 1em;
}
.ImageGalleryPopup .PanelHeader {
	/* display: block; */
	display: flex;
	background:#ffffff;
}


/* CHECKOUT */
.checkoutTitle {
	font-size:1.75em; 
	padding:0 1.5em;
}
.checkoutTitleActive {
	font-size:1.75em; 
	padding: 0 .5em; 
	margin:0 0 1em 0;
}
.checkoutTitleInactive {
	font-size:1.75em; 
	padding: 0 .5em; 
	margin:0 0 1em 0;
}
.checkoutTitleComplete {
	font-size:1.75em; 
	padding: 0 .5em; 
	margin:0 0 1em 0;
}
.checkoutProgress {
	display:block; 
	height: 6.25em; 
	position: relative;
}
.checkoutProgress img {
	position:absolute; 
	left:30%;
}
.checkoutSubmit {
	text-align:center;
}
.checkoutSubmit img {
	position:relative !important; 
	left:0 !important;
}

/* Shopping Cart */
.ShoppingCart {
	margin-top:1.5em;
	font-size: 1em;
}
.ShoppingCart .CartTable .LineItemThumbnail img {
	max-width:8em;
	width:100%;
}
.CartTable .formField {
	padding:.5em;
}
.CartTable .AlternatingRowStyle.subSectionTop input, 
.CartTable .RowStyle.subSectionTop input {
	padding:.4em .25em; 
	display:inline-block !important;
}
[id$="_ibtnContinueShopping"],
[id$="_ibtnCheckOut"] {
	display:inline-block;
	margin:0 .5em;
}
[id$="_pnlCartFooter"] {
	text-align:right;
}


/* Right Cart */
.CartInformation {
	margin-top:2.5em;
}
.CartInformation::before {
	font-size:1.5em;
}

/* Cart Thumbnail */
.CartItemThumb {

}
/* Order Survey */
.OrderSurvey {
	padding:0 1em; 
	margin:6em 0 1em 0;
}

/* Shipping */
.OrderShipping, .OrderShipVia, .OrderShippingButtons {
	padding:0 1em;
}
.OrderShippingButtons input {
	margin:2em 1em 2em 0;
}

/* Payment */ 
.Widget1003210, .PaymentTypes, .OrderPaymentButtons {
	padding:0 1em;
}
.OrderPaymentButtons input {
	margin:2em 1em 2em 0;
}

/* Submit */
.OrderConfirmation {
	padding:0 1em;
}
.OrderConfirmation > div > br {
	display:none;
}
.OrderConfirmation table {
	width: 45% !important;
	display: inline-table; 
	float: left;
}
.ReceiptHeader {
	margin-right: 1em;
}
	
/* FOOTER */
footer {
}
footer h4 {
}
.footer-container {
	padding: 40px 0;
	display: flex;
	justify-content: space-around;
}
.footer-col {
	/*flex:1 1 300px;*/
	flex:1;
	text-align: inherit !important;
	margin-bottom:inherit;
	color: #000000;
}
.footer-col a {
	
}
	
}


/*----------
ALTERNATE STYLES
----------*/

/* Mobile Hacks Only */
@media only screen and (max-device-width: 1024px) {}

/* Custom Styles */
@media screen and (max-width: 375px) {}
@media screen and (max-width: 450px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 1060px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1220px) {}


 
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {}

/* Mobile Devices */
@media screen and (max-width: 960px) and (orientation: landscape) {}
@media screen and (max-width: 960px) and (orientation: portrait) {}
@media screen and (max-width: 767px) and (orientation: landscape) {}
@media screen and (max-width: 450px) and (orientation: portrait) {}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* STYLES GO HERE */
}
 
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* STYLES GO HERE */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
/* STYLES GO HERE */
}

@media print {
	/* use with js */ 
	.receipt .headerZone,
	.receipt .footerZone {display: none !important;}
}


/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}
.flexslider .slides > li {
  display: ;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	text-align: center;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}