/* Minification failed. Returning unminified contents.
(10083,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10084,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10085,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10086,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10087,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10088,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10099,22): run-time error CSS1039: Token not allowed after unary operator: '-search-bg'
(10100,17): run-time error CSS1039: Token not allowed after unary operator: '-search-dark'
(10118,17): run-time error CSS1039: Token not allowed after unary operator: '-search-dark'
(10170,28): run-time error CSS1039: Token not allowed after unary operator: '-search-border'
(10180,28): run-time error CSS1039: Token not allowed after unary operator: '-search-border'
(10189,17): run-time error CSS1039: Token not allowed after unary operator: '-search-dark'
(10200,17): run-time error CSS1039: Token not allowed after unary operator: '-search-green'
(10206,17): run-time error CSS1039: Token not allowed after unary operator: '-search-gray'
(10229,28): run-time error CSS1039: Token not allowed after unary operator: '-search-border'
(10232,17): run-time error CSS1039: Token not allowed after unary operator: '-search-dark'
(10241,24): run-time error CSS1039: Token not allowed after unary operator: '-search-green'
(10242,17): run-time error CSS1039: Token not allowed after unary operator: '-search-green'
(10269,28): run-time error CSS1039: Token not allowed after unary operator: '-search-border'
(10310,17): run-time error CSS1039: Token not allowed after unary operator: '-search-dark'
(10319,17): run-time error CSS1039: Token not allowed after unary operator: '-search-gray'
(10336,17): run-time error CSS1039: Token not allowed after unary operator: '-search-dark'
(10345,17): run-time error CSS1039: Token not allowed after unary operator: '-search-dark'
(10373,28): run-time error CSS1039: Token not allowed after unary operator: '-search-border'
(10376,17): run-time error CSS1039: Token not allowed after unary operator: '-search-dark'
(10388,17): run-time error CSS1039: Token not allowed after unary operator: '-search-green'
(10396,17): run-time error CSS1039: Token not allowed after unary operator: '-search-gray'
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	letter-spacing:1px;
	letter-spacing:.0625rem;
	font-weight:normal;
}
html{
	font-size:100%;	
}
body {
    line-height:0;
}

body > * {
	line-height:1;	
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

@charset "UTF-8";
/* Mobile First */
	
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
button,
.button,
select,
input,
div{
	font-family: 'Questrial', sans-serif;
	text-transform: lowercase;
	font-weight:normal;
}

/*#deliveryInfo p{
	width:85%;
	margin:auto;
	margin:0 0 15px 0;
	text-align:center;
	font-size:1.2rem;
	color:black;
}
#deliveryInfo span{
	color:black;
}*/

p,
input[type="text"],
textarea,
p a{
	font-family: 'Open Sans', sans-serif;
}

p a{
	font-size:inherit;	
}

body{

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

::selection {
  background-color: rgba(0,0,0,.5); /* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background-color: rgba(0,0,0,.5); /* Gecko Browsers */
  color:#fff;
}

:focus{
	box-shadow:0 0 2px #efefef;
	border-radius:2px;
	outline:none;	
}

.hde{
	display:none !important;	
}

.hde-y{
	width: 0 !important;
    /*visibility: hidden;*/	
    height:0 !important;
}

.hde-x{
	height: 0 !important;
    visibility: hidden;	
}
.asterisk {
    color:red !important;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

html{
	/*overflow-x:hidden;
	overflow-y:auto;*/
}

html{
	 -webkit-text-size-adjust: 100%;
	font-size:12px;
	line-height:1.4;	
}

html, body {
	/*width: 100%;
	height:100%;
	min-height:100%;
	min-width:100%;
	position:fixed;overflow:hidden;*/ /* must be fixed to allow mainContainer to scroll */
	top:0;
	bottom:0;
	left:0;
	right:0;
    overflow:auto;
	
}

body{
	font-weight: 400;
	color: #222222;
	transition: all 0.5s ease;
}

section {
	width:100%;
	display:inline-block;
	float:left;
}

.container {
	width: 100%;
	margin: 0px auto;
	max-width: 97%;
	overflow:visible;
	text-align:center;
}

strong{
	font-family:'Questrial', sans-serif;
	font-weight:400;
	color:#000;	
}

h1{
	font-size:48px; /*ie 8*/
	font-size: 3rem;
	line-height:60px;
	line-height:3.75rem;
}

h2 {
	font-size:32px; /*ie 8*/
	font-size: 2rem;
	padding:1px 0;
	line-height:48px;
	line-height:3rem;
}

h3 {
	font-size:24px; /*ie 8*/
	font-size: 1.5rem;
	padding:5px 0;
	line-height:36px;
	line-height:2.25rem;
}

h4 {
	font-size:20px; /*ie 8*/
	font-size: 1.25rem;
	padding:1px 0;
	line-height:24px;
	line-height:1.5rem;
}

h5 {
	font-size:18px; /*ie 8*/
	font-size: 1.125rem;
	padding:1px 0;
	line-height:20px;
	line-height:1.25rem;
}

h6 {
	font-size:16px; /*ie 8*/
	font-size: 1rem;
	padding:1px 0;
	line-height:18px;
	line-height:1.125rem;
}


b{
	display:inline;
	font-weight:600;	
}

.FabricController .intro img{
	width:100%;
	height:auto;	
}

p, h2.h2tag {
	font-family: 'Open Sans', sans-serif;
	font-size:16px; /*ie 8*/
	font-size: 1rem;
	line-height:32px;
	line-height:2rem;
	font-weight:300;
	text-align:left;
	max-width:480px;
	width:100%;
	display:inline-block;
	color:#5a5a5a;
	margin-bottom:32px;
}

a {
    display: inline-block;
    height: auto;
    text-decoration: none;
	color:inherit;
}

a, a:visited {
	text-decoration: none;
	font-size:18px; /*ie 8*/
	font-size: 1.125rem;
	cursor:pointer;
	line-height:18px;
	line-height:1.125rem;
	display:inline-block;

}

p a {
	color:#000000;
    text-decoration: underline;
	font-weight:400;
	font-family:'Questrial',sans-serif;
	line-height:inherit;
}

p a:visited{
	color: #333;
	text-decoration: underline;
}	
 
a:active {
	color: red;
}

ul{
	font-size:16px; /*ie 8*/
	font-size:1rem;
	line-height:14px;
	line-height:1rem;	
}

/* Yellow BUTTONS */
button, .button,
.PageController input[type="button"],
.PageController button,
.button:visited,
span#idNextTab,
#idBuyTab,
button.waiting{
	background:rgba(255, 182, 0, 1);
	background-color:rgba(255, 182, 0, 1);
	border:0;
	border-bottom: 2px solid orange;
	-webkit-appearance:none;
}

button:active,
.button:active,
a.button:active,
.PageController input[type="button"]:active,
.PageController button:active,
span#idNextTab:active,
#idBuyTab:active  {
	background:rgba(255, 182, 0, .75);
	background-color:rgba(255, 182, 0, .75);
	color:white !important;	
	border-bottom:2px solid transparent;
}

button, .button,
.PageController input[type="button"],
.PageController button,
.button:visited,
#idSaveTab,
#idNextTab,
#idBuyTab,
.buttonGray, 
#idSaveTab, 
button.alt,
.product-actions a.customizeit  {
	border-radius:2px;
	font-size:19px; /*ie 8*/
	font-size:1.1875rem;
	line-height:1.5;
	display:inline-block;
	color:#ffffff !important;
	padding: 12px 20px;
	cursor:pointer;
	text-align:center;
	text-shadow:initial;
	height:auto;
	width:auto;
	min-width:130px;
	margin:0;
	position:relative;
	/*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;*/
	
}
.button span{
	display:block;
	clear:both;
	font-size:11px;	
}
/* END Yellow BUTTONS */

/* GRAY BUTTONS */
.buttonGray, 
#idSaveTab, 
button.alt,
.product-actions a.customizeit {
	background-color: #5a5a5a;
	position:relative;
	border:0;
	border-bottom: 2px solid #444;
}

.buttonGray:active,
#idSaveTab:active, 
button.alt:active,
.product-actions a.customizeit:active {
	background-color: #5a5a5a;
	border-bottom: 2px solid transparent;
}

/* END GRAY BUTTONS */

select{
	font-size:18px;
	font-size:1.25rem;
}

input {
	text-align:left;
	border:1px solid #959595;
	min-height: 18px;
	text-indent: 5px;
	font-size:16px; /*ie 8*/
	font-size:1rem;
	border-radius:5px;
}

input[type="text"],
textarea{
	text-align:left;
	border-radius:2px;
	border: 1px solid #959595;

}
input[type="image"] {
	width:auto;
	height:auto;
	border-radius:0;
	border:0px none transparent;	
}
input[type="submit"]{
	text-align:center;	
}

.mainContainer{
	/*height: 100%;*/
	min-height: 100%;
	/*overflow:auto;*/
	overflow:hidden;
	/*-webkit-overflow-scrolling: touch;*/
	/*position:absolute;*/ /* must be absolute to scroll */
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:0;
	width:100%;
	/*padding-top:60px;*/
}

#modal {
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	height: 100%;
	min-height:100%;
	width: 100%;
	background-color: #ffffff;
	background-image: url('/Images/Header/apliiq.png');
	background-size:100px auto;
	background-repeat: no-repeat;
	background-position: center;
	margin:0;
	color:#959595;
	text-align:center;
}

/**** NEWS Flash starts */
.newsflash {
    height: 250px;
    overflow: hidden;
    width: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 200;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 0px #b5b3b3f5;
    color: black;
}

    .newsflash .headline {
        /*background-color: #e0e0e0;*/
        display: block;
        padding: 10px 0px;
        width: 100%;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        border: 1px solid white;
        height: 35px;
        /*padding-left:25px;
        background-image: url(/Images/newsplash.png);
        background-repeat: no-repeat;
        background-size: 36px;*/
    }
    .newsflash .gotitbtn {
        text-decoration: underline;
        position: absolute;
        margin-right: 15px;
        display: block;
        padding: 10px 0px;
        width: 34%;
        margin: auto;
        bottom: 10px;
        left: 0;
        right: 0;
        border: 1px solid black;
        cursor: pointer;
    }
    .newsflash .newsbody {
        margin: auto;
        position: relative;
        top: 35px;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
/**** NEWS Flash ends */

section.modalpopup {
	background-color: rgba(149,149,149,.5) !important ;	
	background-image: url('/Images/loading-modal.gif') !important;
	background-size:40px !important;
}

#modal article {
	background-color: #ffffff;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	max-height: 95%;
	display: inline-block;
	/*width:94%;*/
	padding: 16px 0;
	box-shadow: 0 0 5px #000;
	overflow: auto;
	border-radius: 10px;
}
#modal article.szChart{
	max-width:600px;	
}

#modal h1 {
	margin: 16px auto;
	text-align: center;
	color: #222222;
}
.login.modal h1{
	position:static;
}
.modal > div:first-child {
	/*height: 100%;*/
	width: 95%;
	margin: 0 auto;
	overflow-x:hidden;
	overflow-y:auto;
	display:inline-block;
}

.modal ul {
	text-align: center;
	/*width: 95%;*/
	margin: 0px auto;
}
/*.modal li input{
	padding:5px 0;
	text-indent:5px;	
}*/
#modal article h1{
	margin:50px auto 0;	
}

#modal .questionMark{
	background-color: #333;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 0;
	position: relative;
	right: 3.5%;
	float: right;
	cursor: pointer;
	margin: 8px 0;
	background-color: #333;
	line-height: 23px;
	text-indent: 1px;
}
span.messageLearn{
	width:100%;
	display:inline-block;
	text-align:center;
	font-size:13px;
	font-size:.8125rem;
	color:#222;
}
#modal article.save-design.modal h1{
	margin: 0;	
}
.save-design.modal ul.designForm li label {
    color:black;
}
.save-design.modal ul.designForm li label span {
        display: block;
    font-size: .7rem;
    color: #929292;
}

.save-design.modal ul.designForm li select {
    margin: 8px auto 30px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding: 3px;
}
.save-design.modal ul.designForm li .designFormInputs {
        margin: 8px auto 30px;
    display: block;
    height: 35px;
    font-size: 16px; 
    font-size: 1rem;
    width: 100%;
}
.save-design.modal ul.designForm li textarea.designFormInputs {
	
    height: 100%;
    border-radius: 5px;
    border: 1px solid #959595;
    padding: 5px;
    height:300px;
}
/*#designedname {
	    margin: 8px auto 25px;
    display: block;
    height: 35px;
    font-size: 16px; 
    font-size: 1rem;
}

*/

.save-design button {
	margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
}

.modal {
	padding: 12px 0;
	max-width:97%;
	box-sizing:content-box;
}

.modal .close {
	cursor: pointer;
	position: absolute;
	top: -4px;
	right: -4px;
	z-index:2;
	display:inline-block;
	border-radius:50px;
}

#modal .close{
	background-image:url('/Images/Upload/black-icon-sprite-for-artwork.png');
	background-repeat:no-repeat;
	height:30px;
	width:30px;
	background-size:100% auto;
	display:inline-block;
	cursor:pointer;
	left:0;
	float:left;
	background-position: center 0px;
	background-color:transparent;
	position:absolute;
	padding:0;
	top:0;
	right:auto;
}

.save-design.modal ul{
	max-width: initial ;
	margin:0 auto;
	text-align:center;	
}

article.in-the-cart ul{
	margin:0 auto;
	width:98% !important;	
	vertical-align: middle;
}

article.in-the-cart li {
	height: 120px;
	max-width:40%;
	padding:0;
	margin:0;
}

.in-the-cart li button {
	margin-top: 30px;
}

.pick-size ul.horizontal li {
	font-size:16px; /*ie 8*/
	font-size:1rem;
	line-height:18px;
	color:white;
	border-radius:30px;
	padding:1%;
	width:auto;
	text-align:center;
	background-color:#5a5a5a;
	min-width:30px;
	cursor:pointer;

}

.pick-size ul.horizontal li:hover{
	background-color:#959595;	
}

.pick-size li.clickable.selected{
	color:red;
	background-color:#959595;	
}

.pick-size li:first-child {
	margin-left: 0px;
}

.login.modal input {
	display: block;
}

.modal .clickable {
	color:#222222;
	cursor:pointer;
}

article.modal p {
	max-width: 300px;
	margin: 12px auto 24px auto;
	color: #959595;
}

article.modal p.error{
	color:red;	
	line-height:1rem;
}

.pick-size ul {
	width: 600px;
	margin: 0px auto;
}

.modal li {
	text-align: left;
}

/*.save-design li{
	text-align:center;	
	max-width: 97%;
	margin:0 auto;
}

.save-design li:first-child{
	text-align:left;	
}*/

.modal li:nth-child(odd) {
	margin-top: 12px;
}

.modal li:nth-child(even) {
	margin-top: 6px;
}

.modal li input {
	width: 100%;
	max-width:100%;
	height:30px;
	border-radius:5px;
	font-size:16px; /*ie 8*/
	font-size:1rem;
}

.modal select {
    font-size: 16px;
    font-size: 1.1rem;
    padding: 4px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
	/*font-size:48px;*/ /*ie 8*/
	/*font-size: 3rem;
	padding: 4px;
	margin: 60px auto 0px;
	background-color: #000000;
	color: white;
	outline: none;
	outline-color: transparent;
	border: none;
	text-align: center;
	display: block;*/
}

.modal li:last-child{
	text-align: right;
}

.pick-size button, .in-the-cart button, .select-store button  {
	width: auto;
}

.pick-size button, .select-store button {
	position: static;
	margin:16px auto;
}

.pick-size button, 
.select-store button{
	margin:16px auto;
	display:block;
	float:none;
	position:static;
}
.modal .close{
	top:5px;
	right:5px;
}

.pick-size li{
	font-size:18px;
	display:inline-block;
	height:auto;
	line-height:18px;
	text-align:center;
	margin:0 auto;
	border-top:0px none transparent;
	width:auto;	
	padding:15px 25px;
}
.pick-size li:hover{
	color:white ;	
}
.pick-size li.selected{
	color:red ;
}
.pick-size li:first-child{
	border-top:0px;	
	margin:0;
}

#modal{
	overflow:auto;	
}

.login.modal ul li{
	text-align:left;	
}

.login.modal ul li:last-child{
	text-align:center;	
}

.modal .close{
	width:34px;
	height:auto;	
}

/*.modal ul{
	width:94% !important;
	
}*/

.in-the-cart li:first-child,
.in-the-cart li:last-child{
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

/*.save-design.modal li{
	text-align:left;	
}
.save-design.modal li button {
	margin: 0 auto;
	float: none;
	text-align: center;
	display: block;
}*/

.modal p {
    max-width: 100%;
	width:97%;
    margin: 12px auto;
}

.save-design p{
	text-align:center;	
}

input {
	text-align:left;
	border:1px solid #959595;
	min-height: 18px;
	text-indent: 5px;
	font-size:16px; /*ie 8*/
	font-size:1rem;
	height:30px;
	text-transform:none;
}

button{
	width:auto;
	max-width:95%;	
}

#modal article.login.modal{
	max-height:95%;	
}
.modal{
	max-width:100%;	
}
.pick-size ul{
	width:100%;
	padding:0;	
}
#modal h1 {
	top:0;
	position:static;
	margin:4% auto 0;
}

article.in-the-cart li {
	width:100%;
	max-width:100%;
}

.ProductController #product-descriptions div {
	text-align: left;
}

h2 a {
	font-size:16px; /*ie 8*/
	font-size: 1rem;
	color: #5a5a5a;
}

/*ul.horizontal > li {
	display: inline-block;
}*/

.clearfix {
	overflow: hidden;
	display: block;
}

.strikethrough {
    text-decoration: line-through;
	color:#959595;
}

	#modal article.login.modal{
		/*max-height:400px;*/
		max-width:500px;
	}

	#modal article.register.modal{
		/*max-height: 425px;
		max-width:500px;*/
        /*max-height: 300px;*/
        max-width: 450px;
	}
    
	#modal article.reset-password{
		/*max-height:310px;*/	
		max-width:500px;	
	}

/***gray bars****/
#main-content .lightestGrayBg{
	background-color:#fafafa;
}
/***gray bars end****/

@media screen and (min-width: 480px){
	html{
		font-size: 14px;
	}
}

@media screen and (min-width:768px){
	/*#deliveryInfo p{
	width:85%;
	text-align:center;

	display:block;
	margin: auto;
	max-width: none;
	}
	#deliveryInfo{
	padding-bottom:15px;
	}*/
	html, body {
		position:relative;
	}		
	html{
		font-size: 15px;
	}
    
    #modal article.modal{
	    max-width:99%;
	    max-height:90%;
	    height:90% ;
    }

	#modal .close{
		height:50px;
		width:50px;	
	}
    
	#modal article.login.modal{
		max-height:400px;
	}

	#modal article.register.modal{
        max-height: 350px;
	}
    
	#modal article.reset-password{
		max-height:365px;	
	}
  
}

@media screen and (min-width:1025px){
	html, body {
		/*position:relative;*/
	}	
	html{
		font-size: 17px;
	}
	div#main-content,
	.main{
		left:0;
		width:100%;
	}

   
	.OurStoryController .mainContainer{
		top:0;
		height:100%;
	}
	.modal .close{
		top:0;
		right:0;
	}
	a{
		transition:opacity .25s ease;	
	}
	.ui-widget-content a:hover{
		color:rgba(0,0,0,.5);
		cursor:pointer;
	}
	.container{
		max-width:97%;	
	}
	
	/*#modal article.login.modal{
		max-height:400px;
		max-width:500px;
	}*/
	#modal article.login.modal{
		max-height:400px;
	}

	
	.login.modal ul,
	.register.modal ul,
	.reset-password ul{
		max-width: 300px;
	}
	
	/*#modal article.register.modal{
		
        max-height: 300px;
        max-width: 450px;
	}*//*max-height: 425px;
		max-width:500px;*/
	
	/*#modal article.register.modal{
        max-height: 350px;
	}

	#modal article.reset-password{
		max-height:310px;			
	}*/
	
	#modal article.modal.select-store {
		max-width: 600px;
		max-height: 50%;
	}
	#modal article.modal.in-the-cart.modal{
		max-height:400px;
		max-width:600px;	
	}
	
	.in-the-cart li:first-child,
	.in-the-cart li:last-child{
		border: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		border-right: 0;
		text-align: center;
		padding-right: 10px;
		float:left;
		max-width:49%;
	}
	.in-the-cart li:last-child{
		float:right;
		padding-right:0;
	}
	
	#modal article.youtube.modal {
		max-height: 375px;
		max-width: 690px;
	}
	
	#modal article.confirm.modal {
		max-width: 600px;
		max-height: 50%;
	}
	
	#modal .newsletter.modal,
	#modal article.prompt.modal,
	#modal article.save-username.modal {
		max-width: 500px;
		max-height: 300px;
	}
	#modal .save-username ul {
		max-width: 350px;
	}
    #modal article.save-design {
        max-height: 100%;
        max-width: 800px;
    }
	
	button:hover,
	.button:hover,
	a.button:hover,
	.PageController input[type="button"]:hover,
	.PageController button:hover,
	span#idNextTab:hover,
	#idBuyTab:hover {
		background:rgba(255, 182, 0, .75);
		background-color:rgba(255, 182, 0, .75);
		color:white !important;	
		border-bottom: 2px solid rgba(255, 153, 0, .5);
		/*-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
		-moz-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
		box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);*/
	}
	
	button:active,
	.button:active,
	a.button:active,
	.PageController input[type="button"]:active,
	.PageController button:active,
	span#idNextTab:active,
	#idBuyTab:active  {
		background:rgba(255, 182, 0, .75);
		background-color:rgba(255, 182, 0, .75);
		color:white !important;	
		border-bottom: 2px solid transparent;
	}


	button.alt:hover,
	.buttonGray:hover,
	#idSaveTab:hover,
	.product-actions a.customizeit:hover{
		background:#959595;
		color:white !important;
		border-bottom: 2px solid #777;
		/*-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
		-moz-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
		box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);*/
	}
	
	.buttonGray:active,
	#idSaveTab:active, 
	button.alt:active,
	.product-actions a.customizeit:active {
		background-color: #5a5a5a;
		border-bottom: 2px solid transparent;
	}
	
	.modal .clickable:hover{
		opacity:.5;
		cursor:pointer;	
	}


}


/***** wait modal dialog */
.waitingMsg {
    position: fixed;
    background-color: rgba(225, 225, 225, 0.78);
    padding: 7px;
    width: 100%;
    text-align: center;
    z-index: 1979;
    height: 100%;
}
/*.waitInnerCir {
    max-width: 500px;
    margin: 35% auto;
    box-shadow: 0px 0px 1px 1px rgba(160, 160, 160, 0.5);
    background-color: black;
    color: white;
    padding: 21px 0px;
    border-radius: 8px;
    position: relative;
    width: 100%;    
    overflow: auto;
}*/
.waitInnerCir {
    max-width: 550px;
    margin: auto;
    box-shadow: 0px 0px 1px 1px rgba(160, 160, 160, 0.5);
    background-color: black;
    color:white;
    padding: 21px 0px;
    border-radius: 8px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 64px;
}
    .waitInnerCir img {
            height: 3px;
    width: 15px;
    }

    .waitInnerCir .helpContainer div {
        padding:20px;
    }

.waitMsg {
    text-align: center;
    display: inline-block;
    line-height: 20px;
}

.alertMsgBox {
    background-color: white;
    color: black;
    overflow: auto;
}
.alertMsgX {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 27pt;
    line-height: 18px;
    padding: 2px;
    display: block;
    cursor: pointer;
}
.alertOK, .alertCncl {
    border: 1px solid black;
    line-height: 20px;
    width: 85%;
    max-width: fit-content;
    margin: 10px auto;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
}
    .alertOK:hover {
    }

.alertLeft {
    width: 40%;
    left: 0;
    right: initial;
    margin-left: 5%;
}

.alertRight {
    width: 40%;
    left: initial;
    margin-right: 5%;
}

.waitprogressive {
    width: 95%;
    overflow: hidden;
    margin: auto;
    border: 1px solid white;
    margin-bottom: 5px;
}
    .waitprogressive .wp-progBar{
        height: 5px;
        background-color: silver;
    }
/**** embeded notification style dialog ****/
.notificationMsg {
    padding: 7px;
    z-index: 1979;
    width:100%;
    bottom: 0;
    position: fixed;
    margin:auto;
}
.notificationCir {
    margin: auto;
    box-shadow: 0px 0px 0px 1px rgba(160, 160, 160, 0.22);
    padding: 21px 0px;
    border-radius: 3px;
    position: relative;
    width: 30%;
    background-color: black;
    color: white;
    text-align: center;
    height: auto;
    padding:15px;
}
    .notificationCir .alertOK {
        color: black;
        position: relative;
    }
#apq-cookie-notification .alertOK {
    max-width: 20%;
}
#apq-cookie-notification .notificationCir .waitMsg{
    color:white;
    text-align:left;
}
/*************************/
/***SWITCH UI */
.sw-BxTrk {
    line-height: 20px;
    width: 100%;
    margin: auto;
    /*border: 1px solid silver;*/
    padding: 7px 10px 7px 0px;
    overflow: hidden;
}
    .sw-BxTrk .sw-primtxt, .sw-BxTrk .sw-subtxt {
        padding: 0px;   
        max-width: 87%;
        text-align: left;
    }
    .sw-BxTrk .sw-primtxt {
        font-weight: bold;
    }
    .sw-BxTrk .sw-subtxt {
        font-size: .85rem;
        max-width: initial;
        line-height: 1.25rem;
        margin-bottom: 0;
    }
.sw-Bx {
    cursor: pointer;
    width: 13%;
    height: 22px;    
    float: right;
    max-width: 40px;
}
input.sw-onoff + label {
    padding: 10px;
    height: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
    input.sw-onoff + label:before, input.sw-onoff + label:after {
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        bottom: 3px;
        content: "";
    }
    input.sw-onoff + label:before {
        right: 1px;
        background-color: #bdbdbd;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }
    input.sw-onoff + label:after {
        border-radius: 50%;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        background-color: #fafafa;
        height: 20px;
        left: 1px;
        position: absolute;
        top: 0;
        width: 20px;
        transition: background-color .3s ease;
    }
input.sw-onoff:checked + label:before {
    background-color: #90ee90;
}
input.sw-onoff:checked + label:after {
    margin-left: 18px;
    background-color: #178c00;
}

.sw-onoff {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
    .sw-onoff + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
/*******************************************/

/*CHECKBOX UI*/
.cbx-BxTrk {
    position: relative;
    width: 164px;
    height: 60px;
    overflow: hidden;
}
.cbx-BxTrk input.cbx-onoff {
    float: left;
    width: 22px;
    -webkit-appearance: checkbox;
}
div.cbx-Bx label {
       float: left;
    width: 65%;
    text-align: left;
    line-height: 27px;
    font-size: .9rem;
}
/************/

@media screen and (min-width:768px) {
    .waitInnerCir .helpContainer div {
        padding: 20px;
    }
}
@charset "UTF-8";

header hr,
ul#centerTopNav li.phoneWrap,
ul li.artworkUpload,
/*#myapliiq-dropdown,*/
#header-logo,
ul#centerTopNav .signin,
.expShw {
	display: none;
}
/*search*/
.dsLaunch{
	
}
.azsearch-l{
	font-size: 1.5rem;
    line-height: 1rem;
    padding: 25px 15px;
    color: white;
}
.azsearch-nsf{
	margin-top: 0%;
    margin-bottom: 15%;
    padding: 25px 15px;
    display: block;
    line-height: 1rem;
	color:white;
}
.azsearch-r {
    color:white;
    padding: 25px;
    line-height:20px;
}
    .azsearch-r li {    
        margin: 5px 0px 5px 5px;
        list-style-type: circle;
    }
    .azsearch-r li:hover {
        cursor:default;
        color: #959595;
    }
.azsearch-c {
    
    color: white;
    text-align: center;
    line-height: 30px;
    top: 75px;
    position: absolute;
    width: 100%;
}
    .azsearch-c div {
    }
.prev-s, .next-s {
    font-size: 1.25rem;
    padding: 0px 10px 0px 10px;
}
.prev-s:hover, .next-s:hover {
    cursor:pointer;
}

.searchTerm {
    margin: 5%;
    width: 92%;
    border-radius: 2px;
    box-shadow: 0px 0px 0px;
    float: left;
    /*background-image: url(../Images/Header/sprite.png);
    background-position: 106% 98.5%;
    background-size: 65px auto;
    background-repeat: no-repeat;*/
}

.sideNavg {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 200; /* Stay on top */
    top: 0;
    background-color:#000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    color:white;
}

.leftSidenav {    
    left: 0px;
    padding-top: 3px; /* Place content 60px from the top */
}
.rightSidenav {
    right: 0px;
    padding-top: 35px; /* Place content 60px from the top */
}

.menuHighlight{
	overflow: auto;
    background-color: rgba(255, 255, 255, 0.26);
    margin-bottom: 15px;
}
.actType li
{
	font-size: 1rem;
    text-align: right;
    padding: 0px 10px 10px 0px;
	color:white;
	
}
.actType li a{
	    display: inline-block;
    font-size: 1rem;
    padding: 0px;
    text-decoration: underline;
    color: rgba(255, 182, 0, 1);
    text-indent: 0;
}

/* The navigation menu links */
/**/.sideNavg a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s
}

.leftSidenav a {
    font-size: .8rem;
}

/* When you mouse over the navigation links, change their color */
.leftSidenav a:hover, .offcanvas a:focus
,.rightSidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sideNavg .closebtn {
    position: absolute;
    top: 0px;
    font-size: 36px;
    color: white;
}
.leftSidenav .closebtn {
    right: 0px;
    margin-left: 50px;
}
.rightSidenav .closebtn {
    left: 0px;
}

.savedDesign{
    padding: 20px 8px 8px 4px;
    display: inline-block;
    float: left;
    font-size: 1.5rem;
	width:74%;
}

.logoutLink{
    display: inline-block;
    font-size: .8rem;
	text-align:right;
}
.rightMenuAlign{
	text-align:left;
	padding-left:50px;
	font-size: .75rem;
    color: #fff;
}
.rghtMenuIndent{
	text-align:left;
	padding-left:72px;
	font-size: .75rem;
    color: #fff;
}

/* left, right search menus*/
.menuOpen {
    width:90%;
}

.artHelpNavOpen, .cartNavOpen{
	width:100%;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #c0c0c000;
    background-color: #fbdeaa6e;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*End Right Nav Experiment*/

/* Intro Bar Styling */
div#the-intro-bar{
	margin:0 !important;
	z-index:5;
}

#the-intro-bar #ib-content{
	padding:1% 2% !important;
	height:auto!important;
	width:100%!important;
}
#the-intro-bar #ib-content #ib-header p,
#the-intro-bar #ib-content #ib-message p{
	margin:0 auto !important;
	text-align:center !important;
	display:block; 	
	font-family: 'Questrial', sans-serif !important;
}

#the-intro-bar #ib-content a#powered-by {
	display:none !important;
	opacity:0;
	visibility:hidden;	
}

/* End Intro Bar Styling */

.userMenu{
	display:inline-block;
    float:right;
}

.userNotif{
	display:inline-block;
    float:right;
}

.usrProfile{
	display:inline-block;
	padding:15px 15px 0px 0px;
	cursor:pointer;
	float:left;
}
    /*.usrProfile:before {
        content: 'my account';
        font-size: .6rem;
        display: block;
        width: 100%;
        color: red;
    }*/
.usrProfileMenu{
	display:inline-block;
	padding:15px 15px;
	cursor:pointer;
	float:left;
}
li.terms, li.terms a  {
    text-align: center;
    line-height: 30px !important;
    color: #fff;
    display: inline;
    font-size: 13px;
    font-size: .8rem !important;
}

.ghost{
	border-radius:2px;
	border:1px solid #222;
	padding:5px;
	margin:15px 1.5em 0 0;
}
.ghost-new-btn {
    font-size: 14px;
    margin: auto;
    background-color: #bfbfbf;
    box-shadow: 0px 0px 1px 0px silver;
    border: none;
    padding: 8px;
    color: white;
    max-width: 200px;    
    text-align: center;
    position: relative;
}
    .ghost-new-btn:hover {
	    cursor:pointer;	
        opacity:0.6;
    }
.ghost:hover{
	cursor:pointer;	
	border:1px solid #959595;
}
.ghost:active, .ghost-new-btn:active{
	border:1px solid red;
	color:#959595;
}

.simplelnk {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
    font-size:12px !important;
}

#mainNav a.category.newApliiq.ghost:hover{
	border-color:transparent;
}

/* NEW MENU INTERACTION */

#mainNav .category,
#mainNav .secondaryCategory,
#mainNav .tertiaryCategory,
#mainNav ul li a{
	color:#fff;
	width:100%;
	display:inline-block;
	height:auto;
	overflow:hidden;
	white-space:nowrap;
	/* testing this*/
	text-align:left;
	padding-left:72px;
	font-size: 1rem;
    color: #fff;
}

#mainNav .category:active,
#mainNav .secondaryCategory:active,
#mainNav .tertiaryCategory:active,
#mainNav ul li a:active,
#mainNav .category:focus,
#mainNav .secondaryCategory:focus,
#mainNav .tertiaryCategory:focus,
#mainNav ul li a:focus{
	color:#ff0000;	
	background-color:rgba(0,0,0,.25);
	outline: 0;
}

.secondaryCategory,
a.secondaryCategory,
.secondaryCategory a{
	font-size:14px;	
	font-size:1.5rem;
	text-indent: 10px;
	color:#fff;
}

.secondaryCategory > a{
	text-indent:0;	
}
#mainNav .tertiaryCategory{
	font-size:11px;	
	font-size:.6875rem;
	text-indent:20px;
}

#mainNav .secondaryCategory,
#mainNav .tertiaryCategory > a,
#mainNav a.tertiaryCategory,
#mainNav .category{
	width:100%;
	height:100%;
	display:inline-block;
	padding:5px 15%;
	float:left;
	
}
#mainNav .tertiaryCategory > a{
	font-size:inherit;	
}
/* END NEW MENU INTERACTION */

header{
	width:100%;
	position:relative;
	z-index:4;
	top:0;
	left:0;
	right:0;
	color: #222222;
	text-align:center;
	display:inline-block;
	overflow:visible;
	height:auto;
	-webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out; 
	float:left;
	/*border-bottom:3px #efefef solid;*/
}

header.header-show {
	top:0;
    position: fixed;
    z-index: 112;
}
header.header-hide {
	top:-200px;
}
	
nav.accMenu-notop {
	top:0 !important;
}

#header-wrapper{
	padding:0;
	overflow: visible;
	z-index:4;
	width:100%;
	position: relative;
	display:inline-block;
	height:60px;
	max-width:100%;
	background-color:rgb(255,255,255);
	float:left;
    border-bottom: 2px solid rgba(192, 192, 192, 0.32);
}

header nav {
  float: none;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index:0;
}

header nav{
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;	
	text-align:center;
}
/*.header-nav{
	width: auto;
	overflow: visible;
	height: 100%;
	display: inline-block;
	float: right;
}*/

header nav ul{
	display:inline-block;
	overflow: hidden;
	height: 110%;	
}

ul#centerTopNav{
	/*max-width:90%;	    
    margin-left: 10px;*/
    width:100%;
    float:left;
}

header nav li{
	display:inline-block;
	float:left;	
}
header nav ul li {
	display:none;
}
header nav ul li.a-logo {
    display:inline-block;

    /*float:right;*/
}

ul.horizontal {
    width: 40%;
}   

ul.horizontal li {
    float:right;
}

/*ul.horizontal .signedin {
    margin-left: 30px;
}*/
/*header nav ul li:first-child {
	display:inline-block;
	margin-left:0;
    margin-right: 15px;
}
header nav ul li ul li:first-child{
	margin-left:20px;
	display:block;
}*/
header nav ul li a{
	display: inline-block;
	/*padding: 23px 2px;*/
	text-align: center;
	line-height:18px;

}
header nav ul li h1{
	text-decoration: none;
	font-size:18px; /*ie 8*/
	font-size: 1.125rem;
	cursor:pointer;
	line-height:18px;
	line-height:1.125rem;
	color:#222222;
	display:inline-block;
}
header nav ul li h1 a{
	font-size:inherit;
	line-height:inherit;	
}
.searchIcon,
div.back,
.show-filters,
/*a.HomeButtonNav,*/
li.cart-logo,
span.myapliiq{
	background-size:60px auto;
	background-color:transparent;
	background-repeat:no-repeat;
	position:static;
	z-index:4;
	overflow:visible;
	text-indent:-9999em;
	border-radius:0;
	border:0 none transparent;
	background-image: url('/Images/Header/sprite.png?v=2142017');
	height:60px;
	width:60px;
	display:inline-block;
}

a.HomeButtonNav{height:60px;
	width:70px;
	background-position:center -44px;
	/*text-indent:0;
	margin: 0 auto;
	display: inline-block;
	float: none;
	position: relative;
	right:0;
	left:0;
	top:0;
	z-index:0;
	height:60px;
	padding:0;*/
}

.searchIcon, .show-filters {
	cursor: pointer;
	padding: 0;
	text-align: center;
	float: left;
	line-height: 60px;
	position:relative;
	z-index:1;
}
.searchIcon{
	background-position: center -894px;
}
.show-filters {
	background-position: center -177px;
}

div.back{
	background-position: center -585px;
	cursor: pointer;
	padding: 0;
	text-align: center;
	float: left;
	line-height: 60px;
}

li.myApliiq{
	float:left;	
	width:100%;
}
span.myapliiq{
	background-position:center -435px;	

}

li.cart-logo {
	cursor: pointer;
	background-position: center -353px;
	color: red;
	text-align: center;
	position: static;
	line-height: 60px;
	text-indent:-50px;    
    float: right;
}

#header-logo {
	position: relative;
	top: 5px;
	left: 0px;
	z-index: 100;
	height: 50px;
	width: auto;
    display: inline-block;
}

/* faux popup modal styling */
/*nav.right-nav ul.horizontal menu.dropdown-menuitem ul li:first-child{
	position:static;
	width:100%;
	height:auto;
	margin:0;	
}
.dropdown-menuitem{	
	z-index:999999999;
	position: absolute;
	top:60px;
	left:0;
	right:0;
	background-color:rgba(255,255,255,.9);
	box-shadow:0px 5px 5px -5px black;
	width:100%;
}

.dropdown-menu ul{
	width:100%;
	display:inline-block;
	height:auto;	
}*/


li.nonAuth{
	height:auto;	
}

#myapliiqoptions a.button, 
#myapliiqoptions .buttonGray, 
#myapliiqoptions button{
	margin:10px 0;
	color:white;
	max-width: 97%;
	line-height: initial;
	height: auto;
	width:auto;
}
.quick-shop li.clickable{
	border-top:1px dashed #959595;	
}
.quick-shop li.clickable:first-child{
	border-top:0px;	
}
/*.dropdown-menuitem ul li{
	display:block;	
	border-top:1px dashed #959595;
	margin:0;
}*/

/*.dropdown-menuitem ul li:first-child,*/
#myapliiqoptions ul li:first-child{
	border-top:0px;	
}

/*.dropdown-menuitem ul li a:active{
	color:#959595;	
}*/

menu ul li{
	position:static;	
	margin:0;
}

/*.header-nav {
 
  position: relative;
  left:auto;
  z-index:1;
  width:auto;
}*/

/*.header-nav li:last-child{
	margin-right:0px;	
}*/

.selected, .active, menu.menu-filter .activetab, .DesignYourOwnController a.anchortab.activetab {
	color:#ff0000 !important;
}

a.secondary.selected {
	background: transparent !important;
}
img.selected {
    border: 3px solid red !important;
}

.onepage-pagination li a.active{
	background-color:transparent;	
}

.filterWrap{
	z-index:6;
    float: left;
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#222222;
	box-shadow:0 0 5px black inset;
	display: inline-block;
	position: fixed;
	left: -50%;
	width: 50%;
	height:100%;
	min-height:100%;
	top:0;
	bottom:0;	
	-webkit-overflow-scrolling:touch;
	overflow-x:hidden;
	overflow-y:auto;
	padding:25px 0;
}

.topShadow{
	background-image:url('/Images/top-shadow.png');
	background-repeat:repeat-x;
	background-position:top;
}

.bottomShadow{
	background-image:url('/Images/bottom-shadow.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

#submenu {
	width:100%;
	height:auto;
	padding:0;
	display:inline-block;
}

.menu-filter input,
.menu-sort input{
	display:none;
}

span.category,
.category{
	font-size: 20px;
	font-size:1.25rem;
	width: 100%;
	text-align: left;
	display:inline-block;
	cursor:pointer;
	color:white;
	text-indent:0;
	padding:4px 0;
}

ul.topNav {
	margin:0;
}

menu.color-menu ul {
	max-width: 94%;
}

menu.color-menu li {
	margin: 0;
	width: 20%;
	min-height: 40px;
	float: left;
	display: inline-block;
	padding:5px;
	text-indent:0;
	
}

/*.product-filters img{
	width:100%;
	height:auto;	
	border:none;
	-webkit-transform:rotate(-2.5deg); 
	-moz-transform:rotate(-2.5deg); 
	transform:rotate(-2.5deg); 
}*/

.filter-menu{
	text-align:left;
	margin:16px auto;
	width:100%;
	display:inline-block;
}

/*.product-filters menu {
	display: inline-block;
	padding:0;
	width:100%;
}*/
/*#product-filters,*/ 
#fabric-filters,
.filter-product
/*,.product-filters*/{
	padding:0;
	margin:0;	
}

/*#product-filters ul,*/
#fabric-filters ul,
.menu-filter ul,
.menu-sort ul {	
	margin:0px auto;
	display:block;
	width:100%;
}

.filter-menu{
	display:block;
	width:100%;
	text-align:center;	
	margin:0 auto;
}

/*#product-filters li,*/ 
#fabric-filters li,
.menu-filter li,
.menu-sort li {
	width: 100%;
	text-align: left;
}
/*#product-filters ul,*/ 
#fabric-filters ul{
	width:100%;	
	display:inline-block;
	padding:0 0;
}
#fabric-filters menu.color-menu.filter-menu li{
	width:18%;	
	margin:5px 0 0 5px;
	border:none;
	display:inline-block;
	min-height:50px;
	height:auto;
	padding:0;
	line-height:0;
}

#fabric-filters .filter-menu.color-menu li{
	width:auto;
}
.filter-menu.color-menu .clickable img{
	width:100%;
	height:auto;	
}
.color-menu ul{
	width:100%;	
}

.filter-menu {
	float: none;
	margin:20px auto 0;
}
.color-menu ul{
	margin:5px auto;	
	width:100%;
}

.color-menu ul li{
	width:35px;	
}

.f-o-c{
	left:0;	
}
.b-o-c{
	left:50%;
}

/*div.show-filters:active{
	background-position:-12px -320px;	
}*/
div.back:active{
	background-position: -18px -895px;
}

/* New Menu Hierarchy */

#mainNav .topSpace{
	margin-top:40px;
}

#mainNav .primary{
	font-size:24px;
	font-size:1.25rem;	
}
#mainNav .secondary{
	font-size:18px;
	font-size:1.125rem;	
}
#mainNav .tertiary{
	font-size:16px;
	font-size:1.5rem;	
}
#mainNav .ghost{
    border-color: white;
    max-width: 60%;
    text-align: center;
    float: none !important;
    margin: 0px 0px 10px 15%;
}

li.myApliiq.topSpace{
	text-align:center;
	margin:5%
}



/* End Menu Hierarchy */


@media screen and (min-width:767px){
	ul#centerTopNav .signin {
		display:inline-block;	    
        float: right;
	}
	/*header nav {
	  float: left;
	  margin: 0;
	  position: relative;
	  text-align:left;   
      width: 78%;
	}*/
	/*header nav ul li{
		display:inline-block;
		margin-left:25px;
	}
	header nav.header-nav ul.horizontal li{
		margin-left:0px;
	}*/
	/*header nav ul li:first-child{
		display:inline-block;
	}*/
        header nav ul li.a-logo {
            display: inline-block;
            float: left;
            margin: 0px 15px 0px 15px;
        }
	header nav ul li a.active,
	header nav ul li a.selected{
		border-bottom:3px solid red;
		padding-bottom:19px;
	}
	/*.header-nav{
		left:auto;
		position:absolute;
	}*/
	/*.filterWrap{
		width:25%;
		left:-25%;	
	}*/
	.f-o-c{
		left:0;
	}
	.b-o-c{
		left:25%;
	}
	.searchIcon,
	div.back,
	.show-filters,
	a.HomeButtonNav,
	/*li.cart-logo,*/
	span.myapliiq{
		background-color:transparent;
		z-index:4;
		width:80px;
		overflow:visible;
		border-radius:0;
		border:0 none transparent;
	}
	
	a.HomeButtonNav {
		background-image: none;
	}
	#header-logo{
		display:inline-block;	
	}
	
	.actType li
	{
		font-size: .75rem;
		
	}
	.actType li a{
		font-size: .75rem
	}
	.secondaryCategory, a.secondaryCategory, .secondaryCategory a {
		font-size: 1rem;
	}
	#mainNav .tertiary {
		font-size: 1.25rem;
	}
        
    .menuOpen {
        width:432px;
    }
        
    .artHelpNavOpen, .cartNavOpen{
	    width:450px;
    }

    .azsearch-r li {
        font-size:.85rem;
    }

    .azsearch-c {
        font-size:.7rem;
        /*text-align: center;
        margin-right: 10px;
        position:relative;*/
    }
}

@media screen and (min-width:1024px) {
    /*header nav {
        width: 100%;
    }
    ul#centerTopNav {
        width: 45%;
    }
    ul.horizontal {
        width: 55%;
    }*/

        /*ul.horizontal li {
            display: block;
            float: left;
        }*/

        /*ul.horizontal .signedin {
            margin-left: 175px;
        }*/
}
@media screen and (min-width:1025px){
	
	header {
		width:100%;
		height:auto;
	}

	#mainNav a.category.newApliiq.ghost:hover{
		border-color:#959595 !important;
	}

	header nav ul li{
        display:inline-block;
		/*margin-left:50px;*/
	}

    /*ul#centerTopNav {
        width: 45%;
    }

    ul.horizontal {
        width: 55%;
    }*/

	/*header nav ul li a{
		padding: 21px 2px;
	}*/

    .logoutLink {
        display: inline-block;
        font-size: .5rem !important;
        text-align: right;
    }

    /*l.horizontal .signedin {
        margin-left: 40px;
    }*/
	/*header nav ul li a.active, 
	header nav ul li a.selected{
		padding-bottom:19px;
	}*/
	
	.savedDesign{
    font-size: .875rem;
	}	
	#mainNav .category:hover,
	#mainNav .secondaryCategory:hover,
	#mainNav .secondaryCategory a:hover,
	#mainNav .tertiaryCategory a:hover,
	#mainNav a.tertiaryCategory:hover{
		cursor:pointer;
		color:#959595;			
	}
	li.terms, li.terms a  {
    font-size: .5rem !important;
	}
	/*.secondaryCategory,*/
	.secondaryCategory a{
	font-size:.75rem;
}
	
	#mainNav .category,
	#mainNav .secondaryCategory,
	#mainNav .tertiaryCategory,
	#mainNav ul li a{
	font-size: .75rem;
	}
	#mainNav .tertiary{
	font-size:16px;
	font-size:1rem;	
}

	/*#mainNav a.tertiaryCategory,
	#mainNav .secondaryCategory{
	width:100%;
	height:100%;
	display:inline-block;
	padding:0px 15%;
	float:left;
	}*/
	
	ul li.artworkUpload,
	#header-logo {
		display:inline-block;	
		-webkit-font-smoothing:antialiased;
	}
	
	/*div#product-purchase0,
	.ProductController div#product-purchase0.product-purchase div button{
		display:none;	
	}*/
	
	/*.header-nav {
		float: right;
		top: 0;
		position: absolute;
		right: 1.5%;
	}*/
	.activetab:hover, .selected:hover, .active:hover,
	/*.product-filters menu ul.sorting li:hover,
	.product-filters menu ul.products li:hover,*/
	.category:hover {
		color:#959595 !important;	
		
	}
	.HomeController a.homeIcon{
		color:#959595;	
	}
	a.designyourownIcon:hover{
		color:#fff !important;	
	}
	/*.product-filters menu {
		padding:0;
	}*/

	/*.ProductController div#product-purchase0.product-purchase,*/
	.DesignYourOwnController span.navItem#idBuyTab2
	{
		display:none !important;	
	}
	
	/*.product-filters menu ul.sorting li,
	.product-filters menu ul.products li,
	.product-filters menu ul li label{
		padding:5px 0;	
		font-size:16px;
		font-size:1rem;
	}*/
	
	/*.product-filters menu ul li a:hover,
	.product-filters menu ul.sorting li:hover,
	.product-filters menu ul.products li:hover,
	.product-filters menu ul li label:hover{
		color:#959595;
		cursor:pointer;
	}*/
	
	
	.ProductController header,
	.ProductController .mainContainer,
	.FabricController header,
	.FabricController .mainContainer{
		left:0;
		width:100%;
	}
	
	/*.ProductController div.filterWrap,
	.FabricController div.filterWrap{
		left:-15%;
		width:15%;
	}*/
	
	/*#header-wrapper{
		padding:0 1.5%;
	}*/
	header nav {
		display: inline-block;
	}
	header nav li {
		position:relative;
	}
	
	span.myapliiq{
		background-size:auto;	
	}
   
	/*.searchIcon{
		background-image: url('/Images/Header/sprite.png?v=2142017');
		background-position: -12px -970px;
		background-size: 65px auto;
		/*cursor: pointer;
		padding: 0;
		width: 70px;
		height: 60px;
		text-align: center;
		float: left;
		line-height: 60px;
		text-indent:25px;
	}*/

	.show-filters {
		/*background-image: url('/Images/Header/sprite.png?v=2142017');*/
		background-position: -12px -191px;
		background-size: 65px auto;
		/*cursor: pointer;
		padding: 0;
		width: 70px;
		height: 60px;
		text-align: center;
		float: left;
		line-height: 60px;
		text-indent:25px;*/
	}
	div.back {
		/*background-image: url('/Images/Header/sprite.png?v=2142017');*/
		background-position: -18px -767px;
		background-size: 65px auto;
		cursor: pointer;
		padding: 0;
		width: 130px;
		height: 60px;
		text-align: center;
		float: left;
		line-height: 60px;
		text-indent:25px;
	}
	div.searchIcon:hover{
		opacity:.5;
		cursor:pointer;
	}
	div.show-filters:hover{
		opacity:.5;
		cursor:pointer;
	}
	div.back:hover{
		opacity:.5;
		cursor:pointer;
	}
	.show-filters:after{
		content:'';
	}
	div.back:after{
		content:'back';
	}
	/*.header-nav li.myApliiq {
		margin: 0 0;
		height: 60px;
		padding: 0;
		line-height: 60px;
		border-left: 3px solid #efefef;
		min-width: 120px;
		border-right: 3px solid #efefef;
	}*/
	span.clickable.selector-dropdown.myapliiq{
		text-indent:9px;	
	}
	#myapliiqoptions li span:hover {
		color:#959595;
	}
	#myapliiqoptions li.newApliiq{
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#myapliiqoptions span.clickable{
		font-size: 14px;
		color: #5a5a5a;
		font-family: 'Open Sans', sans-serif;
		font-weight:300;	
		height:auto;
	}
	#myapliiqoptions span.clickable:hover{
		color:#5a5a5a;	
		cursor:default;
	}
	#myapliiqoptions a.button,
	#myapliiqoptions .buttonGray,
	#myapliiqoptions button {
		padding: 0;
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin: 10px 0 0;
		text-align:center;
		min-width:100%;
	}
	/*.dropdown-menuitem ul li {
		border-top: 0px none transparent;
	}*/
	li.cart-logo {
		cursor: pointer;
		background-image:url('/Images/Header/sprite.png?v=2142017');
		background-size:65px auto;
		background-position: center -385px;
		color: red;
		text-align: center;
		position: static;
		line-height: 61px;
		height: 61px;
		min-width: 72px;
		/*text-indent:0;*/
	}
        /*li.cart-logo:before {
            content:'cart';
            font-size:.6rem;
        }*/
        
	.cart-logo:active {
		color: red;
		background-position:125% -513px;
	}
	.cart-logo:hover {
		opacity:.5;
	}
	.filterWrap {
		height: 100%;
		display: inline-block;
		left: 0;
		width: 15%;
		top:0;
		clear: none;
		float: left;
		margin: 0;
		min-height:100%;
		padding:20px 0;
	}
	/*#product-filters,.product-filters,*/ 
	#fabric-filters, 
	.filter-product, 
	.menu-sort 
	{
		margin:0;	
	}
	#submenu{
		padding:0 0 70px 0;
		
	}
	/*ul.horizontal{
		width:100%;	
	}
	header nav.header-nav ul.horizontal > li{
		float:left;	
		margin-left:0;
	}*/
	span.selector-dropdown,
	div.selector-dropdown {
		background-image: url('/Images/down.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding: 0px 16px 0 0;
		width:auto;
		display:inline-block;
		border-left: 0px solid black;
		cursor:pointer;
	}
	span.selector-dropdown:hover,
	div.selector-dropdown:hover{
		color:#959595;	
	}
	/*.dropdown-menuitem li{
		margin:0;	
	}*/
	/*.dropdown-menu {
		margin: 0px;
		padding: 4px 8px;
		border: 3px solid #E5E5E5;
		position:absolute;
		background: white;
		line-height: 1.4em;
		text-align: left;
		top: 61px;
		left: 0;
		width:auto;
		min-width:135px;
		box-shadow:none;
		z-index: 100;
	}
	.dropdown-menu ul {
		list-style: none;
	}*/

	

	ul#centerTopNav li.phoneWrap .chatWrap,
	ul#centerTopNav li.phoneWrap .mobilePhone{
		font-size: 14px;
		color: #222222;
		background-repeat: no-repeat;
		padding:0 14px;
		height:30px;
		display:block;
		text-align: left;
		text-indent: 12px;
	}
	ul#centerTopNav li.phoneWrap .chatWrap:hover{
		opacity:.5;
	}
	ul#centerTopNav li.phoneWrap .mobilePhone {
		cursor: text;
		background-image: url('/Images/phone-icon.png');
		background-position: left 11px;
		background-size: auto 15px;
		line-height:40px;
		
	}
	ul#centerTopNav li.phoneWrap .chatWrap {
		cursor: pointer;
		background-image: url('/Images/chat-icon.png');
		background-size: auto 26px;
		background-position: -5px -2px;
		line-height:25px;
        text-indent:15px;
	}
	
	/* filter and body open close classes */
	.f-o-c{
		 left: -15%;
	}
	.b-o-c{
		left:15%;
		width:85%;
	}
	
	.ProductController .b-o-c{
		left:0;
		width:100%;
	}
	
	.ProductController .f-o-c{
		left:-15%;
		width:15%;
	}
        
	#mainNav .secondaryCategory, #mainNav .tertiaryCategory > a, #mainNav a.tertiaryCategory { 
		padding: 1px 15%;
	}
	
	/* end filter and body open close classes */
}

@media screen and (min-width:1155px){
	ul#centerTopNav li.phoneWrap{
		display:inline-block;	    float: right;
	}	
}





@charset "UTF-8";

.social,
.link {
	display: none;
}
/* .mobileContact  {
	display:block;
}*/
.footerhead{
	font-size:1.5rem !important;
	font-weight:bold;
}
.footerlink a{
	font-size:.75rem;
}
/*.footerlink .ghost{
	text-align: center;
    padding: 5px;
	margin: 15px 0px 15px 0px;
    width: 100px;
}*/
.footerTxt{
	font-size: 1.75rem;
    vertical-align: middle;
    line-height: 2.5rem;
    float: right;
    min-width: 202px;
	position:relative;
	left:0;
}
/*.mobileContact a {
	width: 100%;
	text-align: center;
	margin-top: 1em;
}*/
/*#footer-disclaimer,*/
.column,
.footer p{
	width:100%;
	max-width:none;
	margin:16px auto;
	text-align:center;	
	color:#5a5a5a;
}
/*.ftrshrink{
	font-size: .8rem;
	display:inline-block;
	color:red;
}
*/

.footer {
	position:relative;
	z-index:0;
	width:100%;
	padding:2% 2%;
	background-color:#efefef;
	text-align:center;	
}

.footer div.legal li a{
	color:#ffffff;	
	font-size:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
}
/*.connectCTA a{
	margin:0;	
    font-size: 2rem;
    font-family: 'Permanent Marker', cursive;
    line-height: 2.5rem;
	text-decoration:none;
	color:#5a5a5a;
}*/

.footer p{
	margin:0;	
    font-size: 2rem;
    font-family: 'Permanent Marker', cursive;
    line-height: 2.5rem;
}
/*.twist{
	-ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
}
#branding{
	display:none;
}*/
/*#footer-disclaimer {
	text-align:center;
	color:#ffffff;
	font-size:10px;
}*/
ul.link li {
	text-align: left;
	margin: 10px 0;
}
ul.social li {
	display: inline-block;
	margin:0 0 0 1px;
	float:none;
	width: 20px;
	height:20px;
	padding:0;
}
ul.social li:first-child{
	margin:0;	
}
div.legal {
	width: 100%;
	display: inline-block;
	background-color: #222222;
	font-size: 10px;
	height: auto;
	padding: 24px 0;
	font-weight:lighter;
	color:white;
}
div.legal .column{
	margin:0;	
}
section.footer p.footerPlove{
    padding:0;
	text-align:center;
	max-width:100%;
	font-weight:normal;
	font-family: 'Questrial', sans-serif;
	font-size:20px;
	color:#ffffff;
	margin:16px auto;
}
.column {
    width: 33%;
    float: left;
    text-align: center;
}

.topBlock {
	height: auto;
	padding: 24px 0;
	text-align: center;
	display:inline-block;
	width:100%;
}

.footer img {
	width: 100%;
	height: auto;
}

li.brand > a.badgeWrap {
	max-width: 115px;
	margin: 0px 0 25px;
	display:inline-block;
}

ul.social li a {
	background-image: url('/Images/Footer/social-media-icons-sprite.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: left;
	text-indent: -99999px;
	height: 20px;
	width: 20px;
	color: transparent;
	float: left;
}

/*#tumblr {
	background-position: center 1%;
}


#pinterest {
	background-position: center 19%;
}


#facebook {
	background-position: center 37%;
}

#youtube {
	background-position: center 55%;
}


#twitter {
	background-position: center 72.5%;
}


#instagram {
	background-position: center 90.5%;
}*/

li.terms,
li.terms a{
	text-align:center;	
	line-height:50px;
	color:#fff;
	display:inline;
	font-size:13px;
	font-size:.8125rem;
}
li.terms{
	bottom:0;
}


.legal{
	position:relative;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto 0;
	display:inline-block;
	text-align:center;
	padding:0;
	width:100%;
}	

.paymentLabel{
	width:100%;
	padding:0;
	color:#222;
	font-size:13px;
	text-align:left;	
}

.paymentOptions{
	background-image:url(/Images/Footer/cc-icons-sprite.png);
	background-size:55% auto;
	background-repeat:no-repeat;
	background-position:-1px bottom;
	width:300px;
	display:inline-block;	
	height:35px;
	/*margin-top:20px;*/
    margin-top: -8px;
}


ul.social.block {
	text-align: center;
	padding:0;
}

li.brand {
	padding: 110% 0 0;
	float:left;
	width:100%;
	display: inline-block;
	text-align:center;
}

.footerPaymentOptions{
	display:none;	
}

/*.footerBrandMark{
	display:inline-block;	
	margin-top:20px;
}*/

/*.connectCTA{
		background-image: url('/images/footer/knuckles.png');
		margin:auto;
		width:275px;
		height:275px;
}*/
.centerTxt{
		position: relative;
		top: 34%;
}
.linkBlock{
    width: 50%;
    margin: auto;
    padding: 25px;
    float: left;
}
/*.bumpLft {    
    width: 45%;
}
.miniBumpLft {
    width:54%;
}*/
.dropship {
    line-height:4.5rem;
}

li.footerLink {
	display: block;
	line-height: 2rem;
	text-align: left;
	font-size: 1rem;
	padding: 2px 0;
}

	li.footerLink a,
	li.footerLink a:visited {
		display: block;
		width: 100%;
		line-height: 2rem;
		text-align: left;
		font-size: .75rem;
	}
@media screen and (min-width:768px){
	.footerTxt{
		left:6%;
	}
	/*.miniBumpLft{
		float:right;
		width:47%;
	}*/
	.centerTxt{
		top:20%;
	}
	.linkBlock{
		width:49%;
		float:left;
	}
    .dropship {
        line-height:2.5rem;
    }
    .paymentOptions {
        background-size: 80% auto;
        margin-top: 2px;
    }
}
@media screen and (min-width:1024px){
	/*.footerlink.ghost{
	text-align: center;
    padding: 5px;
    padding-left: 86px !important;
	margin: 15px 0px 15px 0px;
    width: 250px;
	}*/
	
	/*.footer {
	height:400px;
	}*/
	
	.footerhead{
	 font-size: 1rem !important;
    font-weight: bold;
	}
	.footerTxt{
		font-size: 1.15rem;
		left:0px;
	}
	.linkBlock{
		float: left;
		width: 25%;
		margin:0%;
		padding-left:45px;
	}
	.bumpTop{
		margin-top:165px;
	}
	.notActive{
		pointer-events: none;
		cursor: default;
	}
	.bumpLft{
		padding-left:8%;
	}
	.footerPaymentOptions{
		display:inline-block;
		float:left;	
	}
	/*.footerBrandMark{
		float:right;	
	}*/
	.footer{
		padding: 2%;
	}
	.centerTxt{
		top: 6%;
	}
	.ProductController .footer{
		width:100%;
		left:0;	
	}
	div.topBlock .column,
	div.legal .column{
		width:33%;
		float:left;	
	}
	.social,
	.link {
		display: inline-block;
	}
	/*#footer-disclaimer {
		text-align:right;
	}
	li.mobileContact{
		display:none;
	}
	.footerBrandMark{
		margin-top:5px;	
	}*/
	.paymentLabel{
		font-size:1rem;
		line-height:2rem;
	}
	.paymentOptions{
		background-position: 0px top;
		margin-top:10px;
	}

	.footerLink{
		float: left;
		display: block;
		/*width: 100%;*/
		line-height: 1.5rem;
		text-align: left;
		clear:both;
		padding:0px;
		
	}
	li.footerLink a{
		font-size: .75rem;
	}
	/*.connectCTA{
		float:left;
		margin:0px;
	}*/
	.miniBumpLft{
		padding-left:25px;
	}
	/*#chatCTA{
		display:block;
	}*/
}
@media screen and (min-width:1025px){
	.footer a:hover, .footer .clickable:hover,
	.footer div.legal li a:hover,
	li.terms a:hover {
		opacity:.5;
	}
	/*#tumblr:hover {
		background-position: center 10%;
	}
		#pinterest:hover {
		background-position: center 28%;
	}
	#facebook:hover {
		background-position: center 46%;
	}
	#youtube:hover {
		background-position: center 64%;
	}
	#twitter:hover {
		background-position: center 81.5%;
	}
	#instagram:hover {
		background-position: center 99.5%;
	}
	#branding{
		display:clear;
	}*/
	.linkBlock {
		width: 25%;
	}
}

@charset "UTF-8";

#page-size,
#active-filters,
#products-with-fabric h2 a,
nav.product-actions ul li.secondary,
article#footer-newsletter hr,
.ProductController #products-with-fabric,
#similar-fabrics,
img.product-ribbon, 
.product-details-bottom .product-purchase .product-detail-price,
.stretch,
.productDetailWrap .productTitleWrap .product-detail-price,
.product-details-bottom  .product-actions li.secondary a.secondary,
.product-purchase,
a.fabricCustomizerButtonWrap,
#products nav#pagination-controls,
.bulkDiscount,
.product-size{
	display:none;	
}

.ShopController #shopcategoryoptions{
	display:inline-block;	
}
#contentHeader{
	display:inline-block;
	/*position:fixed;*/
	width:100%;
	float:left;	
	top:60px;
	left:0;
	z-index:105;
	transition:top .25s linear;
}

#contentHeader.ad-top{
	top:0;	
}

.redMessage {
	width: 100%;
	background-color: rgba(255, 0, 0, .5);
	text-align: center;
	color: white;
	padding: 10px 0;
	display:inline-block;
}


.redMessage a{
	color:black;	
}

#main-content {
  text-align: center;
  position: relative;
  overflow: visible;
  top: 0;
  height: auto;
  display: inline-block;
  width: 100%;
  float: left;
  min-height: 100%;
  margin-bottom: -100px;
  padding:0 0 100px;
}
.bnrAd{
	height: 60px;
	width: 100%;
	display: inline-block;
	float:left;
	z-index:0;
	position:relative;
}
.ShopController img{
	width:100%;
	height:auto;	
}
.intro{
	height:auto;
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.intro a{
	width:100%;
	height:100%;
	display:inline-block;	
	position:relative;
	left:0;
	top:0;
}

.bodyCopy {
	background-image: none;
	background-position: center 0;
	background-repeat: no-repeat;
	position: relative;
	height: auto;
	padding: 0 0 0;
	display:inline-block;
	width:100%;
}


div.sideBarAd {
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
	max-width: 90%;
	height: auto;
	clear: none;
	padding: 0;
	margin:2.1%;
	text-align:left;
}


div.sideBarAd .button{
	width:95%;	
	max-width:480px;
}

#loading-products,
#loading-fabrics  {
	margin: auto;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
}

.page-head h1{
	width:100%;
	padding:0;
	text-align:left;
}	
.ProductController .page-head h1{
	width:auto;
	padding:16px 0;
	float:left;
	text-align:left;
}

.ProductController .productImages.left{
	float:none;
	margin-bottom:16px;
}

.ProductController .table{
	display:inline-block;
	width:100%;
	margin-top:16px;
}
.ProductController .table .column{
	border-right:1px solid #efefef;	
}

.ProductController .column:last-child{
	border-right:none;	
}
.ProductController .row{
	padding:5px 0;
	border-bottom:1px solid #efefef;
	text-align:center;
}

.ProductController .row:last-child{
	border-bottom:none;
}

.left.productDetails{
	float:none;
}
input[type=radio]{
	display:none;	
}
.overflow {
	width: 100%;
	overflow: hidden;
	display:inline-block;
}

#slides .inner {
	width: 600%;
	line-height: 0;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.model span{
	float:left;
	width:16.6666669%;	
}
#slides{
	display:inline-block;
	overflow:hidden;
	width:100%;	
}
#slides article{
	width:100%;
	display:inline-block;
		
}
#slides article.model span img {
	width: 100%;
	height:auto;
	display:inline-block;
}

#active {
	text-align: center;
	padding:5% 0;
}

#active label {
	border-radius: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #bbb;
	margin:0 1%;
}

#active label:hover {
	background: #ccc;
	border-color: #777 !important;
}

#controls label:hover {
	opacity: 0.8;
}

.checkBg {
    background: #ff0000 !important;
	border-color: #ff0000 !important;
}

.product-detail-price {
    padding-right: 0;
    color: #222222;
	display:inline-block;
	float: right;
	text-align:left;
	width:30%;
}

.ProductController .product-detail-price {
	width:100%;	
}

#idPrice{
	float:right;	
	width:100%;
	text-align:left;
	margin:0;
}
#idPrice span{
	font-size:11px; /*ie 8*/
	font-size: .6875rem;
	padding:0;
	text-align:right;
}

#idPrice span {
	font-size: 9px;
	font-size: .5625rem;
	line-height: 22px;
	padding: 0;
	margin: 0 0 0 5px; 
	color: #222222;
}

.ProductController #idPrice span{
	font-size: 18px;
	font-size: 1.25rem;
}

.intro h1{
	text-align:center;

}

.FabricController h1{
	width:100%;
	text-align:center;	
}

.FabricController nav.actions li.clickable {
	text-align: right;
	cursor:pointer;
	width:100%;
	display:inline-block;
}
.FabricController nav.actions li.clickable:active{
	color:red;	
}
.FabricController nav.actions li.clickable:after{
	content:" >";
}

.ProductController .productTitleWrap h1 {
	color: #222222;
	float: left;
	width: 190px;
	text-align: right;
	font-size: 12px;
	line-height:20px;
}

.productTitleWrap h1{
	float: left;	
	font-size: 32px;
	font-size: 2rem;
	padding: 0 0;
	text-align: left;
	margin-left: 12px;
	width: auto;
	margin-top: 4px;
	max-width: 73%;
	display: inline-block;
	padding-bottom: 7px;
}

.intro h1 {
	text-align: left;
	max-width:97%;
	display: block;
	margin: 0 auto;
}
.headline h1 {
	text-align: left;
	width: 100%;
	min-height: 0;
	height: 78px;
	line-height: 70px;
	float: left;
	display: inline-block;
	clear:right;
}
.headline h1{
	font-size:2em;
	width:97%;
	margin:0 0 0;

}
.headline h1{
	text-align:center;	
	margin:0;
	width:100%;
}
.bold{
    font-weight: bold;
}
.hyperLink{
	text-decoration:underline;
}

.product-image-container,
.fabric-image-container,
span.productItem,
/*div.productItemContainer,*/
.clBaseOptionContainer .indBasebox {
    position: relative;
    height: auto;
    width: 47%;
    /*background-image: url('/Images/loading.gif');*/
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    text-align: right;
    /*float: left;*/
    margin: 1.1%;
	display:inline-block;
	max-width:224px;
	background-size:30px auto;
}
.hug {
	display: inline-block;
	width: 100%;
	margin:10px 0 0;
	font-size:85%;
}
a.hug {
	border-top: 1px solid #efefef;
	padding: 10px 0 0;
}

.productName,
.designerIntro,
.designerPic,
.designerName {
	float: left;
	display:inline-block;
	text-align:left;
}
.designerIntro{
	font-size:12px;	
}
p.designerIntro,
.designerName{
	margin:0;
	height:30px;
	line-height:30px;	
	width:auto;
}
.designerName{
	max-width:25%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.productName{
	max-width:75%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;	
}
.designerPic,
.designerName{
	margin:0 0 0 15px;	
}
.productPrice {
	float: right;
	text-align:right;
}

.ProductController .product-image-container{	
	float:left;
	width:25%;	
	max-width:25%;
	margin:0;
	
}

.ProductController div#product-purchase0.product-purchase div button{
	display: inline-block;
	text-indent:-9999999px;
	overflow:hidden;
	padding: 0;
	background-image:url(../Images/Header/addtocartbutton.png);
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:65px;
	background-position:bottom right;
	position:fixed;
	top:0;
	right:0;
	z-index:100;
	height:65px;
	width:65px;
	border-radius:0;
}

div#product-purchase0.product-purchase{
	float:none;	
	text-align:center;
	position:fixed;
	z-index:100;
	top:0;
	right:0;
	display:block;
	height:0px;
}

.column {
	margin: 0 auto;
	width: 95%;
	float: none;
	text-align: center;
}	

/*.ShopController #productsWrapper{
	display:inline-block;	
	position: relative;
	padding-bottom:65px;
	float:none;
}*/

.ShopController #products{
	margin:0 auto;	
}

.ProductController .product-image-row {
	width:400%;
}

.productController .fabric-image-container:first-child{
	margin-left:0px;	
}

.ProductController .productDetailWrap{
	width:100%;	
	padding-top:0;
	display:block;
	position:static;
	top:0;
	left:0;
	margin:0 auto;
	min-height:480px;
	height:auto;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.product-image-container a{
	width:100%;
	height:auto;	
}

#products:nth-last-child(0){
	display:block;
}

.product-image-row:nth-child(3){
	margin-left:0;	
}

.product-image{
	border-bottom:0;
	padding:0;
	margin:0;
	width:100%;
}

.promotionGroup img.product-image{
	border-bottom:0;
}

nav#pagination-controls{
		position:inherit;
		height:auto;
		width:100%;
		text-align:center;
		line-height:2em;
		font-size:2em;
		margin-top:30px;
}
.fabric-name{
	display:inline-block;
	background-image:none;
	padding:0;	
}
#pagination-controls ul{
	width:94%;
	display:block;
	text-align:center;	
	margin:auto;
}
#pagination-controls ul li{
	height:auto;
	text-align:center;
	margin:0;
	width:auto;
	padding:0 1.6%;
}
#pagination-controls ul li a{
	height:55px;
	width:100%;
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	
}

a.fabricCustomizerButtonWrap{
	display:block	
}
.productTitleWrap .product-detail-price{
	display:block;	
}
 .product-details-bottom .product-purchase{
		display:inline-block;
		width:100%;
		text-align:center;
		margin:10px auto;
		max-width:100%;
 }

.product-actions{
	z-index:100;	
}

.product-actions .left{
	float:left;	
	width:20%;
}

.product-actions .paddingLeft{
	display:inline-block;
	width:80%;	
	margin:0 0 25px;
}

.ProductController .ads {
	display:inline-block;
	margin:25px 0 0;
	width:200px;
}	
.bg{
	padding:0;	
	display:inline-block;
	width:100%;
	text-align:center;
}

#pagination-controlsWrapper{
	margin-bottom:32px;	
	width:100%;
	display:inline-block;
}

.productTitleWrap .product-detail-price {
	display: inline-block;
	width: 110px;
	color: #222222;
	font-size: 11px;
	text-align: left;
	float: right;
	margin:0;
	padding: 0;
}

/*.ProductController #product-descriptions h3{
	margin:30px auto 0;	
	color:#5a5a5a;
	max-width: 97%;
	text-align:left;
}*/

img.colorWheel {
	max-width: 30px;
	width:100%;
	float: left;
	display: inline-block;
}
/*.ProductController h2, 
.ProductController h3, 
.ProductController h4, 
.ProductController h5, 
.ProductController h6{
	margin:0;
	padding:0;
	text-align:left;
}
.ProductController #product-descriptions h4{
	margin:2% auto 0;
	max-width: 97%;	
}
.ProductController .product-details-bottom p{
	text-align:left;	
	margin:0;
	display:inline-block;
	width:100%;
}*/

.product-actions li span.customizeit {
	background-image: url('../Images/Header/customizeButton.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
	overflow: hidden;
	height: 50px;
	width: 165px;
	display: inline-block;
	color:transparent;
	cursor:pointer;
}
a.fabricCustomizerButtonWrap{	
	position:fixed;
	bottom:0;
	left:50%;
	width:100%;
	height:auto;
	text-align:center;
	z-index:100;
	max-width:224px;
	margin-left:-112px;
	border-radius:0;
	padding:0;
}

.wrapperOverflow #fabric-details a{	
	background-image:none;
	 font-size: 18px;
	display:inline-block;
	color:#ffffff;
	padding: 0px 0;
	box-shadow: none;
	border: 0;
	cursor:pointer;
	min-width:130px;
	height:auto;
	text-align:center;
	text-shadow:initial;
	height:auto;
	position:static;
	margin-bottom:16px;
	max-width: 97%;
	min-height:0;
	border-radius:30px;
	line-height:18px;
}
#fabric-details a:hover{
	background-color:transparent;	
}
#customize-with-fabric{
	margin-top:0;
	margin-bottom:0;	
}
#customizer{
		width:100%;
		height:240px;
		position:fixed;
		bottom:0;
		overflow:auto;
		background-color:white;
}

.productTitleWrap {
	text-align: center;
	width: 100%;
	max-width: 100%;
	z-index: 1;
	position:static;
	background-color: white;
	top: 0;
	left: 0;
	min-height: 20px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding:0;
	height: 20px;
}

#products {
    display: block;
    height: auto;
    margin: 2em auto 0;
    padding-bottom: 0;
    position: relative;
    width: 100%;
	overflow:visible;
	z-index:0;
}
#pagination-controls{
	position:static;
	margin:0 auto;
}
#products:nth-last-child(0){
	display:block !important;
}
.product-image-row {
    display: inline-block;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
	text-align:center;
}

.FabricController #fabric-details ul,
.FabricController #fabric-details p{
	text-align:left;
	margin:10px 0;
	padding:0;	
	width:100%;
	display:inline-block;
	float:left;
}

.FabricController #fabric-detail-image img{
	width:100%;
	height:auto;	
}

.fabric-image-row{
	width:100%;	
	margin-top:0;
	padding-bottom:0;
	text-align:center;
}
.FabricController .wrapperOverflow{
	width:100%;	
	height:auto;
	overflow-y:hidden;
	min-height:240px;
}

.product-image {
    display: inline-block;
    float: none;
    height: auto;
    width: 90%;
	margin:0;
}
.page-head {
	position:relative;
	width:100%;
	display:inline-block;
	margin: 0;
}
div.productTitleWrap div.product-detail-price > span:nth-child(1){
	font-size: 9px;
	font-size: .5625rem;
	line-height: 22px;
	padding: 0;
	margin: 0 0 0 5px;
	width:100%;
}

#products-with-fabric #products{
	margin:25px 0 0;
	height:100%;	
	width:100%;
}

nav.product-actions ul li a.secondary{
	display:inline-block;	
}

.FabricController .productDetailWrap{
	width:424%;	
}
/*.ProductController .productDetailWrap{
	width:100%;	
	max-width:400%;
	padding-top:0;
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	height:auto;
}
.ProductController .product-image-row {
	display: inline-block;
	float: left;
	height: auto;
	margin: 0 0 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-align: center;
	position: inherit;

}*/

.product-details-bottom{
	display:block;
	float: none;
	background-image:none;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background-color:transparent;
	box-shadow:none;
	border-radius:0;
	overflow:visible;
	min-height:0;
}

/*.ProductController #product-descriptions h2{
	width: 100%;
	text-align: left;
}
.ProductController #product-descriptions h2{
	padding:0;
	margin:0;	
	
}*/

blockquote {
	background: #efefef;
	quotes: "\201C""\201D""\2018""\2019";
	text-align:left;
	border-left: 3px solid #959595;
	padding:8px;
	margin-top:16px;
	display:inline-block;
	float:left;
}
blockquote:before {
	content: open-quote;
	font-size: 4rem;
	color:#959595;
	margin-right: 0.95rem;
	vertical-align: -2rem;
	height:1rem;
	line-height:.1rem;
}
blockquote p {
	display: inline;
	float:left;
	margin:10px 0;
}
.ProductController .product-image{
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: block;
	float: none;
	border-bottom:0;
}
/*#productsWrapper{
	width:100%;
	float:none;	
}

#productsWrapper{
	position:relative;
	width:100%;
}*/
.twitter-follow-button{
	margin:0 auto;
	display:inline-block;	
	
}
iframe#twitter-widget-0.twitter-follow-button{
	width:60px;	
}

.productTitleWrap .product-detail-price {
	margin-top:0;	
}

.ProductController .productDetailWrap{	
	width:100%;	
	max-width:100%;
	padding-top:0;
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	height:auto;
	min-height:initial;
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
}	
.ProductController .product-image-row {
	display: inline-block;
	float: left;
	height: auto;
	overflow: hidden;
	padding: 0;
	width: 400%;
	text-align: center;
	position: inherit;
	max-width:400%;
}

.ProductController .product-image{	
	height:auto;
	width:100%;
	margin: 0 auto;
	display: block;
	float: none;
	border-bottom:0;
}
	
.price {
    color: #222222;
}
.productDetailWrap{
	width:100%;
	display:block;
	margin:0 auto 5px;	
    clear: both;
}
.product-image {
    width: 100%;
    height: auto;
}

.product-image-row {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align:center;
}

div.product-detail-buy{
	text-align:center;
	clear:none;
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
	
/*#productsWrapper {
	width:100%;
	min-height:500px;
	float:none;
}*/

.product-image-container img {
    margin-bottom: 4px;
}

div.product-image-container > a {
	display: inline-block;
	width: 100%;
	height: auto;
}
.fabric-image-row {
    margin-top: 8px;
    padding-bottom: 8px;
    width: 100%;
	height:auto;
	text-align:center;
}

.FabricController #fabrics{
	display:inline-block;
}
.fabric-image-container a {
	width: 100%;
	height: auto;
	display: inline-block;
}
.fabric-image-container img.fabric-image {
	margin-bottom: 4px;
	width: 100%;
	height: auto;
}
.product-size-selector {
    background-image: url('/Images/down.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px 16px;
    border-left: 0px solid black;
    color: #222222;
	
}

div.productTitleWrap div.product-detail-price > span:nth-child(1) {
	font-size: 18px;
	font-size: 1.25rem;
	padding-right: 0px;
	font-weight: bold;
	color: #222222;
	float:right;
	clear:right;
}

.icon-menu {
    float: left;
}

.icon-menu li {
    display: inline-block;
}

.product-details-bottom {
    position: relative;
    overflow: visible;
	display:inline-block;
	width:100%;
}

.productTitleWrap{
	padding:25px 0 5px;
	text-align:left;
	display:inline-block;
	width: 100%;
	max-width:97%;
}
.product-actions li{
	text-align:center;
	margin:0;	
}

#customizeit0:hover{
	background-color:transparent;
	
}

.product-actions0 a.customizeit:hover{
	background-color:transparent;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.product-search-item {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: right;
}

#product-descriptions {
    width: 100%;
	display:inline-block;
}

.ProductController #product-descriptions {
		float: left;
		margin-top:25px;
		position:relative;
	}

#product-descriptions div:last-child a{
	text-align:center;
	width:100%;
	margin:25px 0;
	display:inline-block;	
}

#product-descriptions h3 {
    margin-top: 12px;
}

#product-descriptions h4 {
    margin-top: 12px;
}

div.selector-dropdown.clickable{
	width:150px;
}

#product-details-social {
	position: static;
	float: right;
	clear: right;
}

.ProductController #product-details-social {
	float:none;
	clear:none;	
}

/*.ProductController #product-details-social *{
	text-align:center;	
}*/

.ProductController #product-details-social ul{
	padding:16px 0 0;	
}
.ProductController #product-details-ship {
	float:none;
	clear:none;	
}

/*.ProductController #product-details-ship *{
	text-align:center;	
}*/

#product-details-social li {
    display: inline-block;
    height: 48px;
    width: 48px;
	margin-left:2px;
	cursor:pointer;
}

#fabric-details-social li {
    display: inline-block;
    height: 48px;
    width: 48px;
    margin-top: 15px;
	cursor:pointer;
}

#twitter-share {
    background-image: url('/Images/Social/twitter.gif');
    background-repeat: no-repeat;
}

#facebook-share {
    background-image: url('/Images/Social/facebook.gif');
    background-repeat: no-repeat;
}

#pinterest-share {
    background-image: url('/Images/Social/pinterest.gif');
    background-repeat: no-repeat;
}

#twitter-share:hover {
    background-image: url('/Images/Social/twitter-hover.gif');
    background-repeat: no-repeat;
}

#facebook-share:hover {
    background-image: url('/Images/Social/facebook-hover.gif');
    background-repeat: no-repeat;
}

#pinterest-share:hover {
    background-image: url('/Images/Social/pinterest-hover.gif');
    background-repeat: no-repeat;
}

#product-details-social .sellIt {
	background-image:url('/Images/Product/email-share-icon.png');
	background-repeat:no-repeat;
	background-size: 36px 40px;
	background-position: 5px center;
	background-color: #959595;
	text-indent:-999999px;
	overflow:hidden;
	border-radius: 9px;
	text-align: center;
	height:47px;
	width:47px;	
	display:inline-block;
	float:left;
}

#product-details-social .sellIt:hover{
	background-color: #ff0000;
}

#products {
    position: relative;
    padding-bottom: 24px;
	display:inline-block;
	width:100%;
	text-align:center;
}

.product-size-selector {
    cursor: pointer;
}

.product-size-selector:hover {
    color: red;
}

#selectsizeoptions {
	width: 120px;
	left: 0;
	z-index: 19;
	top: 20px;
}

li.sizeSelector.selected{
	background-color:#ff0000 !important;
	color:#fff !important;	
}

menu#selectsizeoptions,
h4.selector-dropdown.clickable,
div.product-size.clickable {
	float: left;
	clear: left;
	width: 100%;
}

.ProductController menu#selectsizeoptions{
	margin:16px 0 0;	
}

#selectsizeoptions li {
    cursor: pointer;
    list-style: none;
	background-color:#959595;
	color:#fff;
	padding:0 1%;
	margin:0 1%;
	width:auto;
	height:30px;
	border-radius:30px;
	line-height:30px;
	min-width:30px;
	text-align:center;
	display:inline-block;
}

#selectsizeoptions li:hover {
    opacity:.75;
}
.ProductController div.headlineTextWrap a.hug{
	border-top:none;
	display:inline-block;	
}
.loading {
    width: 40px;
    height: 40px;
    background-image: url("/Images/loading.gif");
    background-repeat:no-repeat;
    background-position: 4px, 4px;
	background-size:90% auto;
}

#page-size {
    position: static;
    top: 0px;
    right: 0px;
	float:right;
	width:auto;
	margin-top:16px;
}

#page-size li {
    margin-left: 6px;
    padding-left: 6px;  
    display: inline-block;
    border-left: 2px solid #222222;
}

#page-size li:first-child {
    border-left: none;
}

#active-filters {
    position: static;
    margin-top: 24px;
    float:right;
	display:inline-block;
	text-align:right;
	width:100%;
}

#active-filters li {
    margin-left: 12px;
    padding-left: 12px;
    display: inline-block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
	
}
#active-filters li:before{
	content:"x ";	
}

#pageTitle {
	width: 100%;
	max-width:97%;
	display: inline-block;
	padding:0;
}

.ProductController #pageTitle{
	padding:0;
	max-width:100%;	
}

li#clear-all-filters {
    background-image: none;
    padding-left: 0px;
}

.product-ribbon {
    position: absolute;
    top: 0px;
    right: 0px;
	max-width:40px;
}

.fabric-type-column {
    display: inline-block;
    margin-right: 12px;
}


.fabric-name {
    padding-right: 16px;
    background-image: url('/Images/down.png');
    background-repeat: no-repeat;
    background-position: right center;
    color: #222222;
}

#fabric-background {
    padding: 0;
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	z-index:-1;
}

#fabric-details {
    position: relative;
    float: left;
    margin: 0px;
    background-color: white;
    padding: 14px;
	width:100%;
	top:130px;
	z-index:1;
	
}
.FabricController #fabric-detail-image {
		float: left;
		padding: 14px;
		width:100%;
		margin: 0px;
		background-color: white;
		position:relative;
		display:inline-block;
	}
#fabric-details,
#fabric-detail-image{
	min-height:485px;	
	height:auto;
}
.wrapperOverflow #fabric-details a{
	width:100%;
	text-align:center;	
}
.FabricController .wrapperOverflow{
	min-height:740px;	
	display:inline-block;
	width:100%;
}

#fabric-details p {
    margin-top: 15px;
}

#fabric-detail-image img{
	width:100%;
	height:auto;	
}

#fabric-details img {
    background-image: url('/Images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 224px;
    height: 342px;
}

#fabric-details p {
    line-height: 19px;
}

#fabric-details ul {
	line-height:19px;	
}

#fabric-details .details {
    margin-top: 9px;
	min-height:0;
}

#fabric-details .actions {
    position: static;
	text-align:right;
	width:100%;
	display:inline-block;
}

#customize-with-fabric {
    position: static;
    bottom: 14px;
    margin: 16px auto;
}

#similar-fabrics {
    width: 100%;
    margin: 0px auto 16px;
    overflow: hidden;
}

#products-with-fabric a{
	float:right;	
}

#products-with-fabric h2 {
    margin: 16px auto;
	text-align:left;
}

#product-fabric-details img{
	width:49%;	
	height:auto;
	float:right;	
}

#product-fabric-details img:first-child {
    margin-right: 15px;
	float:left;
}

#product-fabric-details section {
    position: absolute;
    top: 60px;
    left: 70px;
    padding: 14px;
    background-color: white;
	width:auto;
}

#product-fabric-details p {
    margin: 6px 0px;
}

a.logout-link {
    font-size: 13px;
    color: #5a5a5a;
    margin-left: 16px;
}

.error {
	color: red !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	text-align:left;
}

.dupSignup{
	color:#222;
	font-size:16px;
	font-size:1rem;
	font-family:'Questrial', sans-serif;
}

.dupSignup:hover{
	color:#F00;
}

.twitter-follow-button {
    display: inline-block;
    margin-left: 12px;
	width:60px !important;
}

#pagination-controls {
    position:relative;
    bottom: 0px;
    right: 0px;
	text-align:center;
}

#products nav#pagination-controls:nth-last-child(1) {
	display:block !important;	
}

#pagination-controls li {
    display: inline-block;
    margin-left: 6px;
}
#pagination-controlsWrapper {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	margin: auto;
}
.ProductController .container h2:first-child {
	width: 100%;
	display: inline-block;
	text-align: left;
	margin: 16px auto;
}
.ProductController h2{
	margin:0;	
}
.FabricController .container h2 a{
	float:right;	
}

.addFabric {
	float: right;
	margin-right: 4%;
	width:auto;
}
div.addFabric a,
.ui-widget-content div.addFabric a,
#fabric-filters div.addFabric a{
	color:#5a5a5a;
	background-image:url(/Images/plus-button.png);
	background-position:left center;
	background-size:auto;
	background-repeat:no-repeat;	
	text-align:right;
	width:180px;
	height:21px;
	line-height:20px;
	display:inline-block;
	font-size:15px;
}

.FabricController div.addFabric{
	position:relative;
	margin:5px auto;
	float:none;
}

.ProductController img.noworries,
.ProductController img.freeshipping{
	display:inline-block;
	width:100%;
	max-width:200px;	
}
.product-details-bottom nav.product-actions{
	float:left;
	width:50%;
	margin:0;
	display:inline-block;
}

div.bulkDiscountWrap {
	background: #ffffff;
	border: 3px solid #efefef;
	width: 100%;
	height:auto;
	display: inline-block;
	position:relative;
	z-index:1;
	padding: 16px;
	margin: 0 auto;
}
.sizeWrap {
	margin:0 0 25px;
	display:inline-block;
	width:100%;
}

.sizeWrap h3{
	text-align:center;	
}

.ProductController #main-content .block {
		border-top: 1px solid #efefef;
		width: 100%;
		max-width: 100%;
		padding: 3% 0 0;
		text-align:center;
		display:inline-block;
	}
	
.product-actions ul.right{
	display:inline-block;	
}
.product-detail-buy .right button{
	width:100%;
	height:60px;
	line-height: 60px;
	padding:0;
	font-size:24px;	
}
span.toWait{
	max-width: 25px;
	display: inline-block;
	position: absolute;
	/*left: 5px;*/
	top: 8px;
	z-index:100;
}

span.toWait img{
	width:100%;	
}
.ProductController #main-content div.container{
	padding:0px 0 65px;	
	display:inline-block;
}

/*admin product edit START*/

#prodName{
	font-size: 40px;
	font-size:2.5rem;
	line-height:40px;
	line-height:2.5rem;	
	font-family: 'Questrial', sans-serif;
	text-transform: lowercase;
	font-weight:normal;
	height: 45px;
	color:#111;
}
.editProdIcon{
	float:left;
	width:45px;
	height:auto;
	display:inline-block;
	opacity:.5;
	transition:opacity .3s ease;
}
.editProdIcon:hover{
	cursor:pointer;	
	opacity:1;
}
.pnl {
    float: left;
	transition:opacity .3s ease-in-out;
	opacity:1;
	position:relative;
	z-index:0;
	width:100%;
}
.pNameView.pnl{
	max-width:80%;	
}
.hiddenPnl {
	opacity:0;
	position:absolute;
	z-index:-1;
	left:0;
}

    .pnl .buttonGray {
        float:left;
    }
    .pnl .button {
        float:right;
    }
    .pnl input, .pnl textarea,
	#new-uDesc,
	#new-sDesc {
        width: 100%;
        margin-bottom: 10px;
    }
	
.pnl textarea#uDescr{
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-size:16px; /*ie 8*/
	font-size:1rem;
	color:#5a5a5a;
	font-weight:300;
	text-align:left;
	margin:16px 0;	
	background: #efefef;
	quotes: "\201C""\201D""\2018""\2019";
	text-align:left;
	border:none;
	border-left: 3px solid #959595;
	padding:8px;
	display:inline-block;
	float:left;
	border-radius:0;
}
.setPrice {
    overflow: auto;
    float: right;
    padding: 6px;
}
.pnl p{
	float:left;	
	width:auto;
	display:inline-block;
	max-width: 90%;
}

.pnl textarea#sDescr{
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-size:16px; /*ie 8*/
	font-size:1rem;
	color:#5a5a5a;
	font-weight:300;
	text-align:left;
	margin:16px 0 0;	
}
div.pnl.priceOpt{
	float: right;
	position: relative;
	width:100%;
	margin-top:10px;
}
select#priceOpt{
	width:100%;
	height:45px;
	display:inline-block;
	margin-top:0px;
}

input#fileinp {
  bottom: 0;
  cursor: pointer;
  height: 50px;
  left: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=00);
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*admin product edit END */

@media screen and (min-width:767px){

	div.sideBarAd {	
		max-width: 530px;
	}
	div.sideBarAd .button{
		width:auto;	
	}
	
	#fabric-details{
		width:40%;	
		max-width: 310px;
		text-align:left;
		box-shadow:-4px 3px 10px -4px black;
		border-radius:2px;
	}
	.FabricController #fabric-detail-image{
		width:60%;
		max-width: 574px;
		top:130px;
		box-shadow: 0 3px 10px -4px black;
		padding:14px 14px 14px 0;
	}
	.ProductController .product-image-row{
		max-width:100%;	
	}
	.ProductController .product-image-container{	
		max-width:224px;
	}	
	.ProductController .product-purchase .right{
		width:100%;
		display:inline-block;
	}
	.ProductController .product-purchase .right button{
		width:100%;
		line-height:60px;
		height:60px;
		font-size: 24px;
		padding:0;
		min-width:150px;
	}
	.ProductController ul.right li{
		text-align:inherit;	
	}
	.ProductController .product-actions .left{
		max-width:5%;	
	}
	.ProductController .product-actions .paddingLeft{
		max-width:90%;	
		margin-left:7%;
	}
	.ProductController #main-content .block,
	.sizeWrap h3{
		text-align:left;	
	}
	
	.ProductController #product-details-social *{
		text-align:left;	
	}
	
	.left.productDetails{
		margin-left:5%;
	}
	
	.designerName {
		max-width: 50%;
	}
	
	#uNm span.designerName {
		max-width: 100%;
	}
	
	.ProductController .left.productDetails,
	.ProductController .productImages.left{
		width:45%;
		max-width:350px;
		float:left;
		position:relative;
	}

}

@media screen and (min-width:1024px){
	
	#page-size,
	#active-filters,
	#products-with-fabric h2 a,
	#product-details-social,
	nav.product-actions ul li.secondary,
	.product-detail-buy,
	article#footer-newsletter hr,
	.ProductController #products-with-fabric,
	.product-image-container span,
	#similar-fabrics,
	#selectsizeoptions,
	img.product-ribbon,
	.ProductController #product-purchase .selector-dropdown.clickable,
	.FabricController #fabric-details .actions,
	span#scDivider,
	.product-size
	{
		display:inline-block;	
	}
	div.sideBarAd {	
		float:left;
		margin-left:5%;
		max-width:40%;
	}
	.product-size {
		background-image: url('/Images/size-chart-icon.jpg');
		background-repeat: no-repeat;
		background-position: left center;
		padding: 5px 18px 5px 60px;
		background-size: contain;
		margin: 20px 0;
		width:auto;
		min-width:130px;
	}
	
	#selectsizeoptions li {
		float:left;	
	}
	
	.product-actions li {
		margin-left: 0;
		text-align: right;
		font-size: 13px;
		line-height: 27px;
		width:100%;
		display:block;
		height:auto;
		margin-top:10px;
	}
	
	.product-image-container,
	.fabric-image-container,
	span.productItem,
	/*div.productItemContainer,*/
	.clBaseOptionContainer .indBasebox {
		margin:2.1%;	
	}
	
	.page-head {
		height:auto;
		padding:0;	
	}
	.ProductController .page-head{
		padding:0;	
	}
	
	menu#fabric-details-social {
		width: 100%;
	}
	
	#pageTitle h1 {
		text-align: left;
		float:left;
		clear:left;
		padding: 0;
		margin:0;
		max-width:100%;
	}	
	.ShopController #pageTitle,
	.DesignYourOwnController #pageTitle{
		width:100%;
		float:none;	
		text-align:left;
		max-width:100%;
	}
	
	.ProductController #pageTitle h1 {
		padding:0 0;
		height:auto;
		font-size: 40px;
		font-size:2.5rem;
		line-height:40px;
		line-height:2.5rem;
		width:auto;
	}
	div.page-head.container {
		height: auto;
	}
	
	/*#productsWrapper,*/
	.clBaseOptionContainer  {
		width: 100%;
		min-height: 300px;
		float: right;
		margin-right: 0;
		top: 0;
		position:relative;
		display:inline-block;
		margin:0;
	}
	
	.ProductController .productDetailWrap{
		min-height:0;	
	}
	
	div.headlineTextWrap {
		width: 100%;
		margin-bottom:25px;
	}
	
	.ProductController div.headlineTextWrap {
		margin:25px 0 0;
		display:inline-block;
		width:100%;
	}
	
	.ProductController .left{
		float:left;
		display:inline-block;
		max-width:40%;
	}
	
	.ProductController .product-actions .paddingLeft{
		max-width:50%;	
		margin:0;
	}
	
	.ProductController menu#product-details-social .left{
		max-width:40%;	
	}
	
	.ProductController menu#product-details-social .right{
		max-width:220px;	
	}
	.ProductController #product-details-social ul{
		padding:0;
		text-align:center;	
	}
	.ProductController menu#product-details-social .right p{
		text-align:center;	
	}
	
	.paddingLeft {
		padding-left: 3%;
	}
	
	.ProductController .ads a {
		display: inline-block;
		width: 100%;
	}
	.productDetails{
		max-width:40%;	
		padding:0 1%;
		margin-left:4%;
	}
	.productImages{
		max-width:350px;	
	}
	
	.ProductController .right{
		float:right;
		display:inline-block;	
		max-width:17%;
	}
	
	.ProductController .product-purchase .right{
		max-width:40%;
		text-align:right;	
	}
	
	.ProductController .product-detail-buy button {
		height: 60px;
		line-height: 60px;
		padding: 0 0;
		font-size: 27px;
		min-width: 180px;
	}
	
	.ProductController .product-image-container{	
		float:none;
		width:25%;	
		max-width:224px;
		margin:0 1.1%;
		
	}
	
	div.product-details-bottom nav.product-actions li{
		margin:16px 0 0;
	}
	
	.FabricController nav.actions li.clickable:hover{
		color:red;	
	}
	div.product-detail-buy {
		text-align: right;
	}
	.product-details-bottom nav.product-actions {
		width: 100%;
		position: static;
		margin: 0 auto;
		float:right;
		max-width:200px;
		display:block;
		clear:right;
	}
	
	.ProductController div.ads.right {
		position: static;
		text-align: right;
		width:15%;
		max-width:200px;
		float:right;
		margin:0;
		display:inline-block;
	}
	
	div.product-size.clickable {
		background-image: url('/Images/size-chart-icon.jpg');
		background-repeat: no-repeat;
		background-position: left center;
		padding:0;
		background-size: auto 100%;
		display: inline-block;
		cursor: pointer;
		margin: 16px 0 0;
		text-indent: 45px;
		height:24px;
		line-height:24px;
	}
	
	.ProductController #product-details-social *{
		text-align:left;
	}
	
	.sizeWrap {
		height: auto;
		float: left;
		width: 50%;
		margin: 0;
		text-align: left;
	}
	
	div.selector-dropdown.clickable{
		width:100%;
	}
	div.selector-dropdown.clickable:hover,
	div.product-size.clickable:hover{
		color:red;	
	}
	
	.intro{
		height:auto;	
	}
	.product-detail-price {
		padding-right: 0;
		font-size: 24px;
		line-height:24px;
		color: #222222;
		display:inline-block;
		float: right;
		margin: 0;
		text-align: right;
		max-width:20%;
	}
	
	span.bulkDiscount,
	div.productTitleWrap span.bulkDiscount {
		float: right;
		clear:right;
		text-align: center;
		font-size: 16px;
		height: 25px;
		line-height: 25px;
		color: #5a5a5a;
		background-image: url('/Images/down.png');
		background-position: right center;
		background-size: auto;
		width: 160px;
		background-repeat: no-repeat;
		cursor:pointer;
		display:block !important;
		margin:10px 0 0;
	}
	span.bulkDiscount:hover,
	div.productTitleWrap span.bulkDiscount:hover{
		color:#ff0000;
	}
	
	.column {
		width: 33%;
		float:left;
	}	
	
	#idPrice{
		float:right;
		clear:right;
		display:block;
		text-align:right;
	}

	#idPrice span {
		font-size:18px; /*ie 8*/
		font-size: 1.25rem;
		padding-right: 0px;
		font-weight: bold;
		color: #222222;
	}
	div.discountCopyWrap{
		float:left;	
		text-align:left;
		width:40%;
	}
	div.discountCopyWrap h5{
		font-size:16px;
		font-size:1rem;	
	}
	div.discountCopyWrap p{
		margin:0;	
	}
	div.discountTableWrap{
		float:right;	
		width:55%;	
		display:inline-block;
		overflow:hidden;
		padding-top:50%;
		position:relative;
	}
	div.discountTableWrap img{
		height:auto;	
		width:100%;	
		border-radius:2px;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
	}
	div.discountTableWrap .column{
		margin-top:10px;	
	}
	div.discountTableWrap label{
		font-size:18px;
		font-size:1.125rem;	
	}
	.ProductController .product-image-row{
		max-width:100%;		
	}
	#products-with-fabric {
		width:100%;
		text-align:left;
		display:inline-block;
		margin:16px 0 0;
		position:relative;
	}
	.ProductController #products-with-fabric {
		border-top: 1px solid #efefef;
		padding: 2% 0 0;
		text-align:center;
	}
	
	.ProductController #products-with-fabric .fauxh2{
		font-size:24px;
		font-size:2rem;	
	}
	
	.ProductController #products-with-fabric p{
		text-align:center;	
		margin:0 auto;
	}
	
	div#products-with-fabric h4.container {
		text-align: left;
	}
	.ProductController .left.productDetails{
		max-width:40%;
		width:100%;
	}
	.ProductController .productImages.left{
		max-width:350px;
		margin-left:9%;
		margin-top:25px;
	}
	
}

@media screen and (min-width:1025px){
	#contentHeader{
		width:85%;
		left:15%;
	}
	.ProductController #contentHeader,
	.TemplateController #contentHeader,
	.OurStoryController #contentHeader,
	.DesignYourOwnController #contentHeader{
		width:100%;
		left:0;	
	}
	.redMessage a:hover{
		color:white;
		text-decoration:underline;
	}
	.clBaseOptionContainer .indBasebox{
		background-image: url('/Images/loading.gif');
		min-height:400px;	
	}
	.clBaseOptionContainer .indBasebox a {
		background-color:#fff;
	}	
	
	.zoomIn{
		cursor:-moz-zoom-in;
		cursor:-webkit-zoom-in;
	}
	.zoomOut{
		cursor:-moz-zoom-out;
		cursor:-webkit-zoom-out;
	}
	div.product-image-container a:nth-child(1){
		min-height:342px;
		background-image:url('../Images/loading.gif');
		background-size: 30px auto;
		background-position:center;	
		background-repeat:no-repeat;
	}
	
	
}

.shw {
	transition: opacity 1s linear, height 1s step-start;
}

.hddn {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition-timing-function: linear, step-end;
}

body{-webkit-backface-visibility:hidden}.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-moz-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-o-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0)}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px)}20%,40%,60%,80%{-moz-transform:translateX(10px)}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0)}10%,30%,50%,70%,90%{-o-transform:translateX(-10px)}20%,40%,60%,80%{-o-transform:translateX(10px)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-30px)}60%{-moz-transform:translateY(-15px)}}@-o-keyframes bounce{0%,20%,50%,80%,100%{-o-transform:translateY(0)}40%{-o-transform:translateY(-30px)}60%{-o-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@-moz-keyframes tada{0%{-moz-transform:scale(1)}10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}100%{-moz-transform:scale(1) rotate(0)}}@-o-keyframes tada{0%{-o-transform:scale(1)}10%,20%{-o-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg)}100%{-o-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada}@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg)}40%{-moz-transform:rotate(-10deg)}60%{-moz-transform:rotate(5deg)}80%{-moz-transform:rotate(-5deg)}100%{-moz-transform:rotate(0deg)}}@-o-keyframes swing{20%{-o-transform:rotate(15deg)}40%{-o-transform:rotate(-10deg)}60%{-o-transform:rotate(5deg)}80%{-o-transform:rotate(-5deg)}100%{-o-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%)}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0%)}15%{-moz-transform:translateX(-25%) rotate(-5deg)}30%{-moz-transform:translateX(20%) rotate(3deg)}45%{-moz-transform:translateX(-15%) rotate(-3deg)}60%{-moz-transform:translateX(10%) rotate(2deg)}75%{-moz-transform:translateX(-5%) rotate(-1deg)}100%{-moz-transform:translateX(0%)}}@-o-keyframes wobble{0%{-o-transform:translateX(0%)}15%{-o-transform:translateX(-25%) rotate(-5deg)}30%{-o-transform:translateX(20%) rotate(3deg)}45%{-o-transform:translateX(-15%) rotate(-3deg)}60%{-o-transform:translateX(10%) rotate(2deg)}75%{-o-transform:translateX(-5%) rotate(-1deg)}100%{-o-transform:translateX(0%)}}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@-moz-keyframes pulse{0%{-moz-transform:scale(1)}50%{-moz-transform:scale(1.1)}100%{-moz-transform:scale(1)}}@-o-keyframes pulse{0%{-o-transform:scale(1)}50%{-o-transform:scale(1.1)}100%{-o-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(0);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) scale(1);-webkit-animation-timing-function:ease-in}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) rotateY(0);-moz-animation-timing-function:ease-out}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg);-moz-animation-timing-function:ease-out}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in}80%{-moz-transform:perspective(400px) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in}100%{-moz-transform:perspective(400px) scale(1);-moz-animation-timing-function:ease-in}}@-o-keyframes flip{0%{-o-transform:perspective(400px) rotateY(0);-o-animation-timing-function:ease-out}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg);-o-animation-timing-function:ease-out}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in}80%{-o-transform:perspective(400px) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in}100%{-o-transform:perspective(400px) scale(1);-o-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) scale(1);animation-timing-function:ease-in}}.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-moz-backface-visibility:visible!important;-moz-animation-name:flip;-o-backface-visibility:visible!important;-o-animation-name:flip;backface-visibility:visible!important;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateX(-10deg)}70%{-moz-transform:perspective(400px) rotateX(10deg)}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateX(-10deg)}70%{-o-transform:perspective(400px) rotateX(10deg)}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible!important;-moz-animation-name:flipInX;-o-backface-visibility:visible!important;-o-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible!important;-o-animation-name:flipOutX;-o-backface-visibility:visible!important;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateY(-10deg)}70%{-moz-transform:perspective(400px) rotateY(10deg)}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateY(-10deg)}70%{-o-transform:perspective(400px) rotateY(10deg)}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible!important;-moz-animation-name:flipInY;-o-backface-visibility:visible!important;-o-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible!important;-moz-animation-name:flipOutY;-o-backface-visibility:visible!important;-o-animation-name:flipOutY;backface-visibility:visible!important;animation-name:flipOutY}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-20px)}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(20px)}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-20px)}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(20px)}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3)}50%{opacity:1;-moz-transform:scale(1.05)}70%{-moz-transform:scale(.9)}100%{-moz-transform:scale(1)}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3)}50%{opacity:1;-o-transform:scale(1.05)}70%{-o-transform:scale(.9)}100%{-o-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px)}60%{opacity:1;-moz-transform:translateY(-30px)}80%{-moz-transform:translateY(10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px)}60%{opacity:1;-o-transform:translateY(-30px)}80%{-o-transform:translateY(10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}60%{opacity:1;-moz-transform:translateY(30px)}80%{-moz-transform:translateY(-10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px)}60%{opacity:1;-o-transform:translateY(30px)}80%{-o-transform:translateY(-10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{opacity:1;-moz-transform:translateX(30px)}80%{-moz-transform:translateX(-10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(30px)}80%{-o-transform:translateX(-10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px)}60%{opacity:1;-moz-transform:translateX(-30px)}80%{-moz-transform:translateX(10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px)}60%{opacity:1;-o-transform:translateX(-30px)}80%{-o-transform:translateX(10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3)}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1)}25%{-moz-transform:scale(.95)}50%{opacity:1;-moz-transform:scale(1.1)}100%{opacity:0;-moz-transform:scale(.3)}}@-o-keyframes bounceOut{0%{-o-transform:scale(1)}25%{-o-transform:scale(.95)}50%{opacity:1;-o-transform:scale(1.1)}100%{opacity:0;-o-transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(-20px)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(-20px)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(20px)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(20px)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(-20px)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(-20px)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}100%{-moz-transform:translateY(700px);opacity:0}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}100%{-o-transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg)}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}.animated.lightSpeedIn{-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}.animated.lightSpeedOut{-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s}@-webkit-keyframes wiggle{0%{-webkit-transform:skewX(9deg)}10%{-webkit-transform:skewX(-8deg)}20%{-webkit-transform:skewX(7deg)}30%{-webkit-transform:skewX(-6deg)}40%{-webkit-transform:skewX(5deg)}50%{-webkit-transform:skewX(-4deg)}60%{-webkit-transform:skewX(3deg)}70%{-webkit-transform:skewX(-2deg)}80%{-webkit-transform:skewX(1deg)}90%{-webkit-transform:skewX(0deg)}100%{-webkit-transform:skewX(0deg)}}@-moz-keyframes wiggle{0%{-moz-transform:skewX(9deg)}10%{-moz-transform:skewX(-8deg)}20%{-moz-transform:skewX(7deg)}30%{-moz-transform:skewX(-6deg)}40%{-moz-transform:skewX(5deg)}50%{-moz-transform:skewX(-4deg)}60%{-moz-transform:skewX(3deg)}70%{-moz-transform:skewX(-2deg)}80%{-moz-transform:skewX(1deg)}90%{-moz-transform:skewX(0deg)}100%{-moz-transform:skewX(0deg)}}@-o-keyframes wiggle{0%{-o-transform:skewX(9deg)}10%{-o-transform:skewX(-8deg)}20%{-o-transform:skewX(7deg)}30%{-o-transform:skewX(-6deg)}40%{-o-transform:skewX(5deg)}50%{-o-transform:skewX(-4deg)}60%{-o-transform:skewX(3deg)}70%{-o-transform:skewX(-2deg)}80%{-o-transform:skewX(1deg)}90%{-o-transform:skewX(0deg)}100%{-o-transform:skewX(0deg)}}@keyframes wiggle{0%{transform:skewX(9deg)}10%{transform:skewX(-8deg)}20%{transform:skewX(7deg)}30%{transform:skewX(-6deg)}40%{transform:skewX(5deg)}50%{transform:skewX(-4deg)}60%{transform:skewX(3deg)}70%{transform:skewX(-2deg)}80%{transform:skewX(1deg)}90%{transform:skewX(0deg)}100%{transform:skewX(0deg)}}.wiggle{-webkit-animation-name:wiggle;-moz-animation-name:wiggle;-o-animation-name:wiggle;animation-name:wiggle;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}.animated.wiggle{-webkit-animation-duration:.75s;-moz-animation-duration:.75s;-o-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes flipIn{0%{-webkit-transform:perspective(-1000px) rotateY(-180deg);-webkit-animation-timing-function:ease-out}100%{-webkit-transform:perspective(-1000px) rotateY(0);-webkit-animation-timing-function:ease-in}}@-moz-keyframes flipIn{0%{-moz-transform:perspective(-1000px) rotateY(-180deg);-moz-animation-timing-function:ease-out}100%{-moz-transform:perspective(-1000px) rotateY(0);-moz-animation-timing-function:ease-in}}@-o-keyframes flipIn{0%{-o-transform:perspective(1000px) rotateY(-180deg);-o-animation-timing-function:ease-out}100%{-o-transform:perspective(-1000px) rotateY(0);-o-animation-timing-function:ease-in}}@keyframes flipIn{0%{transform:perspective(-1000px) rotateY(-180deg);animation-timing-function:ease-out}100%{transform:perspective(-1000px) rotateY(0);animation-timing-function:ease-in}}.flipIn{-webkit-backface-visibility:hidden!important;-webkit-animation-name:flipIn;-moz-backface-visibility:hidden!important;-moz-animation-name:flipIn;-o-backface-visibility:hidden!important;-o-animation-name:flipIn;backface-visibility:hidden!important;animation-name:flipIn}@-moz-keyframes shimmer{0%{transform:translate(0px,0px)}100%{transform:translate(200%,0px)}}@-webkit-keyframes shimmer{0%{transform:translate(0px,0px)}100%{transform:translate(200%,0px)}}@-o-keyframes shimmer{0%{transform:translate(0px,0px)}100%{transform:translate(200%,0px)}}@-ms-keyframes shimmer{0%{transform:translate(0px,0px)}100%{transform:translate(200%,0px)}}@keyframes shimmer{0%{transform:translate(0px,0px)}100%{transform:translate(200%,0px)}}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
@-webkit-keyframes progress { 
    0% { width: 20% }
	50% { width: 50% }
    100% { width: 100% }
}

@-moz-keyframes progress { 
    0% { width: 20% }
	50% { width: 50% }
    100% { width: 100% }
}

@-ms-keyframes progress { 
    0% { width: 20% }
	50% { width: 50% }
    100% { width: 100% }
}

@keyframes progress { 
    0% { width: 20% }
	50% { width: 50% }
    100% { width: 100% }
}

@-webkit-keyframes slideLeft {
	0%{right:-100%;}
	100%{right:0;}
}
@-moz-keyframes slideLeft {
	0%{right:-100%;}
	100%{right:0;}
}
@-o-keyframes slideLeft {
	0%{right:-100%;}
	100%{right:0;}
}

@keyframes slideLeft{
	0%{right:-100%;}
	100%{right:0;}	
}

@-webkit-keyframes slideRight {
	0%{left:-100%;}
	100%{left:0;}
}
@-moz-keyframes slideRight {
	0%{left:-100%;}
	100%{left:0;}
}
@-o-keyframes slideRight {
	0%{left:-100%;}
	100%{left:0;}
}

@keyframes slideRight{
	0%{left:-100%;}
	100%{left:0;}	
}
.title{
	color: black;
    font-family: questrial;
    font-size: 2rem;
    position: absolute;
    top: 15px;
	width:100%;
	text-align:center;
    z-index: 1;
}
.cartNavOpen {
    background-color: rgba(239,239,239,1);
	overflow: hidden;
	font-family:questrial;
    box-shadow: -1px -1px 5px #888;
}
.cartItems {
    overflow: auto;
    height:100%;
    width: 100%;
    border-top: 1px solid silver;
}
.cartTop {
    height: 25px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.cartTypeSel {
        width: 66%;
    margin: auto;
    height: 50px;
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
}
    .cartTypeSel select {
        width: 100%;
        height: 33px;
        border: 1px solid silver;
        background-color: white;
        line-height: 30px;
        /*-webkit-appearance: initial;*/
        text-indent: 5px;
    }
.closeCart {
    color: black !important;
    top: 0px !important;
    padding: 0 !important;
    z-index: 2;
    font-size: 3rem !important;
}
.p-Item {
    display:inline-block;
    padding:5px;
	width:100%;
	background-color:white;
	border-bottom: 1px silver solid;
	display:flex;
}
    .p-Item:last-child {
        margin-bottom:50px;
    }

.p-Img {
    float:left
}
        .p-Img0 img {
            width:100px;
        }

.p-Img0 {
    background-image: url(/Images/loading-modal.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    height:152px;
}


.p-Info {    
    width: 65%;
    float: left;
    margin-left: 2%;
}

.p-n {
	color:black;
	line-height: 1.5rem;
    font-size: 16px;
}
    .p-sub {
        float: right;
    }

.p-Qty {
	color:black;
	line-height:1.5rem;
}
    .p-disc {
        color:black;
    }

.p-Sz li {
    margin: 1px;
}

.p-Sz-n {
    width: 20%;
    display: inline-block;
   color:black;
   padding-left: 2px;
   
}

.p-Sz-ap {
    color: black;
    font-size:0.75rem;
}

#sizeEdit.p-Sz-n{
    border-right: 1px solid silver; 
}

.p-Sz-q {
    display: inline-block;
    width: 75px;
    height: 0px;
    border-radius: 0px;
    color: black;
    text-align: center;
}

.p-rem {    
    text-align: center;
	color:black;
    /*margin-bottom:5px;
    position: absolute;
    display: inline-block;*/
}
    .clickable:hover {
        cursor: pointer;
		background-color:rgba(239,239,239,1);
    }
.p-update {
    line-height: 1px;
    min-width: 25px;
    color: black;
    width: 188px;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #222;
	margin-top:10px
}
    .p-update span.btnUpd::after {
        content: 'change quantity';
    }

.p-minimumReq {
    background-color: #c0c0c085;
}

.p-minimumReq span.btnUpd::after {    
        content: '' !important;
}
.p-updateNow {
    overflow:auto;
}

.p-overages-fee {
    color: black;
    font-size: .70rem;
    padding: 8px;
    line-height: 15px;
}

    .p-overages-fee a {
        color: blue;
        font-size: .7rem;
        padding: 0;
        text-decoration: underline;
        display: inherit;
        line-height: inherit;
    }
    .p-overages-fee a:hover {
        opacity: .7;
        color: blue;
    }

/**.p-updateNow {
    background-color: red;
    border-bottom: 2px solid rgba(255, 0, 0, 0.44);
}
    .p-updateNow:hover {
        background-color: rgba(255, 23, 0, 0.53);
        border-bottom: 2px solid rgba(255, 22, 0, 0.23);
    }
**/
    .p-updateNow span.btnUpd::after {
        content: 'update';
		color:red;
    }

.p-Item .toWait {
    max-width: 15px;
    top: auto;
    left: auto;
}

.p-Item .qty200plus .chatWrap {
    display: inline;
    font-size: 12px;
    text-decoration: underline;
}

.moneyBag{
	width: 60px;
    height: 50px;
    min-height: 100%;
    margin:auto;
    background-image: url(/Images/cart/moneybag.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.promo{
	font-weight:700; 
	font-size:1.75rem;
}
.p-dis-msg {    
    /*bottom: 75px;*/
    width: 100%;
    height: auto;
    padding: 10px;
	text-align:center;
	padding: 15px 0px 0px 0px;
	font-family: questrial;
	color: gray;
	letter-spacing: -.65px;
}


  .p-dis-msg p {
        width: 100%;
        text-align: center;
		margin-bottom:75px;
		letter-spacing: -.65px;
		font-family: questrial;
    }


.p-secureBtn {
    width: 100%;
    height: 70px;
    display: inline-block;
    border-top: 2px solid white;
    bottom: 0px;
    position: absolute;
    overflow: auto;
    background-color: rgba(239,239,239,1);
	border-top:1px silver solid;
	font-family:questrial;
}
.p-secure, .p-secure:hover {
    margin: 5px 5px auto;
    line-height: 36px;
    height: 60px;
    background-image: url(/Images/Cart/padlock_closed_inv.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 25px;
    display: block;
    background-color:rgba(255, 182, 0, 1);
    border-bottom: 2px solid rgb(255, 182, 0);
}
    .p-secure:hover {        
        background-color: rgba(255, 182, 0, 0.53);
    }
    .p-secure div {
        font-size: 14pt;
        padding: 4px;
    }
    
        .p-secure div:first-child {
            float: left;
            padding-left: 40px;
        }
        .p-secure div:last-child {
            float:right;
        }
    .p-secure .p-total {
        float:right;
    }

.emptyCart .p-dis-msg {
    top:75px;
}

.emptyCart .p-startBtn {
}

.p-start, .p-start:hover{
   background-image: none;
}
   .p-start div, .p-start div{
       float:none !important;
   }

.p-loading {
    width:100%;
    height:100%;
    background-image: url(/Images/loading.gif);
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.shimmer {
    left: 0;
    z-index: 8;
    overflow: hidden;
}
.shimmer,.shimmer::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.shimmer::after { 
        content: "";
        left: -100%;
        background-image: -webkit-linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 50%,hsla(0,0%,100%,0));
        background-image: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 50%,hsla(0,0%,100%,0));
        -moz-animation: shimmer 2s ease 1s infinite;
        -webkit-animation: shimmer 2s ease 1s infinite;
        animation: shimmer 2s ease-in-out 1s infinite;
        opacity: .25;
    }

input.p-Sz-q.grayScale {
    background-color: silver !important;
    cursor: default !important;
}

/**PAYMENT SEAL**/
.cc-payment-seals {
    display: flex;
    margin: 0 auto;
    width: 80%;
    padding-top: 25px;
    pointer-events: none;
}
.cc-payment-seals .cc-pay-seal {
    padding: 0 5px;
    width: 20%;
    pointer-events: none;
}.cc-payment-seals .cc-pay-seal img {
    width: 100%;
    pointer-events: none;
}
  /***FREE SHIPPING PROGRESS BAR**/
  .cc-pbar-section {
        background: #fff;
        max-width: 100%;
        padding: 20px 10px;
        line-height: normal;
    }
    .cc-pbar-section.verified {
        /*position: absolute;*/ right: 0px; left: 0px; width: 100%; background-color: transparent; z-index: 1; display: block;
    }

    #cartNav .cc-pbar-section {
        position: relative;
        background-color:transparent;
        border-bottom: 1px solid silver;
    }    
        .cc-pbar-section .cc-pbar-wrap {
            text-align: center;
        }
        .cc-pbar-section .cc-pbar-info {
            display: inline-block;
            vertical-align: middle;
        }
        .cc-pbar-section .cc-pbar-info .cc-text {
            color: #000;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            margin-right: 10px;
            text-transform: none;
        }
            .cc-pbar-section .cc-pbar-info .cc-text {
                color: #000;
                font-size: 16px;
                font-weight: 600;
                text-align: center;
                margin-right: 10px;
                text-transform: none;
            }
            .cc-pbar-section .cc-pbar-info .cc-text {
                color: #000;
                font-size: 16px;
                font-weight: 600;
                text-align: center;
                margin-right: 10px;
                text-transform: none;
            }
                .cc-pbar-section .cc-pbar-info .cc-text span {
                    font-weight:900;
                }
                .cc-pbar-section .cc-pbar-info .cc-text img {
                    position: relative;
                    top: 2px;
                    width: 33px;
                }
        .cc-pbar-section .cc-progress-bar {
            position: relative;
            background: #eaeaea;
            width: 220px;
            height: 10px;
            margin: 0 auto;
            box-sizing: border-box;
            display: inline-block;
            vertical-align: middle;
            border-radius: 10px;
            box-shadow: inset 0 1px 0 0 #9e9e9e;
        }

    #cartNav .cc-pbar-section .cc-progress-bar {
        background: #fff;
        margin: 18px auto 0;
        width: 82%;
    }

    #cartNav .cc-pbar-section .cc-pbar-info .cc-text {
        font-size: 14px;
    }
            .cc-pbar-section .cc-progress-bar .cc-progress-bar-status {
                position: relative;
                width: 0;
            }
                .cc-pbar-section .cc-progress-bar .cc-progress-bar-status.cc-progress-status-full {
                    width: 100%!important;
                }

                .cc-pbar-section .cc-progress-bar .cc-progress-bar-status:before {
                    position: absolute;
                    content: "";
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 10px;
                    background-color: red;
                    border-radius: 10px;
                }

            .cc-pbar-section .cc-progress-bar .cc-fullpercentage-shown {
                width: 100%;
                text-align: center;
                padding-right: 0px;
            }
/***************************/
@media screen and (min-width:767px) {
    .cartItems {
        width: auto;
        min-width: 59%;
    }
	 .promo{
	font-weight:700; 
	font-size:1.25rem;
	}
	.p-update{
		width:250px;
	}

    .p-Info {
        width: 75%;
    }
}
a:hover + div {
    display: block;
}

.hd-lnk, .hd-lnk-wr, .top-search {
    display:none;
}
.hd-header{
	font-size:1.5rem;
	line-height:1.5rem;
	padding:2% 1% 0% 2%;
	text-align:left;
	/*display:flex;*/
	width:100%;
}
.topBanner{
	width: 100%;
    background: black;
    height: 50px;
    line-height: 50px;
	text-align:center;
} /*  CoronaVirus announcement banner*/
    /*.top-search input:valid {
            border: none;
    }*/
    
    .mbl-search {
        display:none;
    }

.searchNavOpen {
    display:block;
    /*position: absolute;
    top: 60px;*/
   /*background-color: #e7e7e7ed;*/
    width: 95%;
    transition: .5s ease-in-out;   
    overflow: hidden;
    position: absolute;
    top: 60px;   
    z-index: 25;
}

.searchNavOpen .searchTerm {
    margin:7px 0 7px 15px;
    box-shadow: 0px 0px 4px 0px #171717bf;
    border: none;
}

    .dim-effect {
        background-color: #1f15146e;
        width: 100%;
        display: block;
        position: fixed;
        z-index: 25;
        overflow: hidden;
        top: 60px;
    }
    .dim-effect-show {
        transition: .5s ease-in;
            min-height: 1500px;
    }

    /****new product menu**/
#productNav {
    display: none;
 }
#product-Nav:hover .product-menu-v2 {
    width: 98%;
    opacity: 1;
    padding: 12px;
    height: auto;
    overflow: initial;
}
.product-menu-v2 {
    position: absolute;
    background: #f7f7f7;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 2px);
    box-shadow: 0 5px 5px 0 #6d6d6d;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    max-width: 1146px;
}
    .product-menu-v2 .product-nav-items {
        display: flex;
        height: auto;
        overflow: initial;
        list-style-type: none;
        margin: 0 -6px;
        padding: 0;
        line-height: normal;
        font-size: 0;
    }
    .product-menu-v2 .product-nav-item {
        padding: 0 6px;
        width: 14.286%;
        margin: 0;
        position: static;
        display: block;
    }
        .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .cc-sublabel-wrap {
            background: #000;
        }
        .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .cc-sublabel-wrap::after {
           opacity: 1;
              z-index: 1;
        }
        .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .cc-childnav {
            display: block;
          }
        
    .product-menu-v2 .product-nav-action {
        display: block;
        width: 100%;
    }
    .product-menu-v2 .cc-subicon-wrap {
        line-height: normal;
        font-size: 0;
        display: flex;
        width: 100%;
        position: relative;
    }
        .product-menu-v2 .cc-subicon-wrap:after {
            content: "";
            display: block;
            padding-top: 90%;
        }
    .product-menu-v2 .product-nav-icon {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(//cdn.convertcart.com/uploads/a6178f44.gif);
        background-size: 120px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #fff;
    }
        .product-menu-v2 .product-nav-icon img {
            width: 100%;
            height: 100%;
        }
    .product-menu-v2 .cc-sublabel-wrap {
        display: flex;
        width: 100%;
        background: #585858;
        height: 30px;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: background .3s ease;
    }
        .product-menu-v2 .cc-sublabel-wrap:after {
            content: "";
            position: absolute;
            border-color: #000 transparent transparent;
            border-style: solid;
            border-width: 8px 6px 0;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            opacity: 0;
            z-index: -1;
            transition: opacity .3s ease;
        }
    .product-menu-v2 .product-nav-label {
        display: block;
        color: #fff;
        font-size: 15px;
    }

    .product-menu-v2 .cc-childnav {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        background: #f7f7f7;
        text-align: left;
        padding: 20px 12px 12px;
        box-shadow: 0 5px 5px 0 #6d6d6d;
    }
    .product-menu-v2 .cc-childnav-items {
        margin: 0 -5px;
        padding: 0;
        line-height: normal;
        height: auto;
        font-size: 0;
        list-style-type: none;
    }
    .product-menu-v2 .cc-childnav-item {
        padding: 0 5px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .product-menu-v2 .cc-childnav-action {
        display: block;
        width: 80px;
    }
        .product-menu-v2 .cc-childnav-action:hover .cc-childnav-label {
          color: #f00;
        }

    .product-menu-v2 .cc-childnav-icon {
        width: 60px;
        height: 60px;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: #fff;
        margin: 0 auto 8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .product-menu-v2 .cc-childnav-label {
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 13px;
        font-weight: 600;
        min-height: 26px;
        transition: color .3s ease-in-out;
        letter-spacing: normal;
    }


@media screen and (min-width:768px) {
    /*.top-search > div {
        height: 36px;
        box-shadow: 0px 0px 0px 1px #b2b2b2;
        overflow: hidden;
        margin: 11px 0px;
        width: 99%;
    }
    .top-search .searchTerm {
        margin: 3px 0 0 3px;
        width: 85%;
        border-radius: 2px;
        box-shadow: 0px 0px 0px;
    }*/
}

@media screen and (min-width:1024px){
  
    .topBanner a{
	font-size:1rem;
	 cursor: pointer;
	}  /*  CoronaVirus announcement banner*/
	#show-filters, #searchIcon {
        display:none;
    }
    .top-search {
        display: inline-block;
        width: 34%;
        /*padding-right: 25px;*/
        float: right;
    }
        .top-search > div {
            height: 36px;
            /*box-shadow: 0px 0px 1px 0px #000000;
            background-color: #e3e3e3bf;*/
            overflow: hidden;
            margin: 11px 0px;
            width: 100%;
            border-radius: 1px;
        }

        .top-search .searchTerm {
            margin: 3px 0 0 0px;
            width: 88%;
            border-radius: 2px;
            box-shadow: 0px 0px 5px 0px #b9b9b975;
        }
    ul#centerTopNav div.searchIcon {
        background-position: center -828px;
        width: 36px;
        background-size: 55px auto;
        /*margin-left: -39px;*/
    }

    .hd-lnk {
        display: block;
        cursor: pointer;
        position: inherit;
        margin-left: 0;
        max-width: 125px;
        width: 10%;
        text-align: center;
    }

    /*.hd-lnk.productNav {
        margin-left: 40px;
    }*/
        .hd-lnk.serviceNav {
            width:151px;
        }
        .hd-lnk.sellNav {
            width: 110px;
        }

    .hd-lnk-wr {
        display:inline-block;
        overflow: auto;
        width: 100%;
        position: absolute;
        opacity:0;
    }
    .hoverAct {        
        transition: 1s ease-in;
    }
    .productNavOpen, .serviceNavOpen, .sellNavOpen {
        transition: .5s ease-in-out;
        min-height: 650px;
        top: 60px;/* firefox required */
        left: 0;
        height: 100%;
        opacity: 1;
        width: 100%;
        position: absolute;
        z-index: 25;
    }

    .serviceNavOpen {
        min-height: 600px;
    }

    .navItem {
		padding: 23px 2px;
    }

        .hd-lnk a.lnkOpen, .hoverAct:hover .navItem {
            border-bottom: 3px solid red;
            color: red;    
            padding: 20px 2px; /*needed for iPad landscape*/
        }

    .hd-lnk-body-cont {
        overflow: auto;
        position: absolute;       
        background-color: rgb(247, 247, 247);
        box-shadow: 0px 0px 5px 1px #00000082;
        height: 100%;
        width: 100%;
    }
        
    .hd-lnk-body {
        height: 100%;
    }

    .hd-lnk-content {
        float: left;
        padding: 20px;
        width: 200px;
        height: 191px;
    }
      
        /*.hd-lnk-content:hover {
            background-color: white;
            box-shadow: 0px 0px 15px 1px rgba(192, 192, 192, 0.79);
        }*/

    .hd-lnk-lbl {
        display: block;
        font-size: 1.1rem;
		/*
        margin-bottom: 15px;
		*/
        text-align: left;
        padding-bottom: 6px;
        cursor: default;
    }

    .hd-lnk-lnk {
        display: block;
        font-size: .9rem;
        margin-bottom: 2px;
        text-align: left;    
        padding: 1px;
		padding-left: 10px;
    }
        .hd-lnk-lnk:hover,
		.hd-lnk-lbl a:hover {
            /*font-weight: bold;*/
            color: rgb(240, 155, 0);
        }
    .hd-lnk-dontsee {
		
    }

        .hd-lnk-dontsee a {
            border-top: 2px solid rgb(88, 88, 88);
            font-size: .675rem;
            padding: 10px;
        }
    .s-hd-body {
    }

    .s-hd-content {
        width: 334px;
        height: auto;
        border: none;
    } 
    .s-hd-content:hover {
            background-color:transparent;
            box-shadow: none;
        }

    .s-lnk {
        height: 90px;
        cursor: pointer;
        overflow: hidden;
        display: inline-block;
        float: left;
        width: 300px;
        margin: 3px 0px;
        padding: 0; /*overwriting element*/
    }

    .sub-s-lnk {
        /*width: 42%;
        float: left;
        height: auto;
        text-align: left;
        padding: 0px 15px 0px 0px;*/
        width: 75%;
        float: left;
        height: auto;
        text-align: left;
        padding: 0px 15px 0px 0px;
        line-height: .35rem !important;
    }

        .s-lnk:hover {
            box-shadow: 0px 0px 5px 1px rgba(18, 0, 0, 0.32);
            background-color: rgba(255, 255, 255, 0.77);
            border-radius: 2px;
            font-size: .9rem;
        }

    .sub-s-lnk:hover {
        box-shadow:none;
        background-color: transparent;
        border-radius:initial;
    }

    .s-lnk-onhover {
        position: absolute;
        opacity: 0;
    }

    .s-lnk-text {
        padding: 29px 0px 0px 16px;
        display: inline-block;
        font-size: .76em;
        max-width: 200px;   
        text-align: left;
        /*font-style: italic;
        font-weight: bold;*/
    }

    .s-lnk:hover .s-lnk-onhover {
        opacity: 1;
    }

    .lnkImg {
        width: 90px;
        height:90px;
        float: left;
    }

        .lnkImg img {
            width:90px;
        }

    .lnkImg-lnk {
        float: left;
        font-size: .85rem;
        border-bottom: none;
        padding: 5px 5px;
        /*text-shadow: 0px 0px 2px rgba(176, 176, 176, 0.78);*/
    }

        .lnkImg-lnk:hover {
            font-weight:bold;
        }

/*NEW getstarted menu */
#sellNav .getstarted{
	    background-image: url(/images/header/pro-shirt-1.png);   
    background-repeat: no-repeat;
    width: 65%;
    max-width: 815px;
    display: block;
    float: left;
    overflow: hidden;    
    height: 100%;
}

#sellNav .learn{ 
    width: 30%;
    max-width: 315px;
    display: block;
    float: left;
    overflow: hidden;    
    height: 100%;
}

    #sellNav .getstarted .s-lnk-onhover {
        position:initial;
    }

        .sellNavOpen .getstarted .s-lnk-onhover .s-lnk-text {
            padding: 0;
        }

#sellNav .getstarted .d-onhover {
    position: absolute;
    background-size: 100%;
    width: 300px;
    height: 75px;
    background-repeat: no-repeat;
    opacity: 0;
}

    #sellNav .s-lnk:hover .d-onhover {
        opacity: 1;
    }

    #sellNav .getstarted .woven {
        background-image: url(/images/header/top-menu/get-started-arrow.png);
        top: 38px;
        left: 75px;
        width: 350px;
    }

    #sellNav .getstarted .private {
        background-image: url(/images/header/top-menu/get-started-arrow.png);
        top: 165px;
        left: 185px;
    }

    #sellNav .getstarted .sample {
        background-image: url(/images/header/top-menu/get-started-arrow.png);
        top: 513px;
        left: 200px;
        transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
    }

#sellNav .getstarted .w100-hd-content {
    width: 100% !important;
}
    #sellNav .getstarted .w100-hd-content a.s-lnk {
            float: right;
    }
/*new getstarted menu ENDS*/

} /**end of media query 1024px*/


@media screen and (min-width:1025px) {
    .top-search {
        width: 32%;
    }
    /*.productNav {
        margin-left: 30px;
    }*/
    .productNavOpen, .serviceNavOpen, .sellNavOpen {
        left: 2.5%;
        width: 95%;
        box-shadow: 0px 10px 10px 0px #6d6d6d;
    }
    
    ul.horizontal div.searchIcon {
        background-position: -11px -984px;
    }
}  /**end of media query 1025px*/


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-search {
        width: 26%;
    }

    .product-menu-v2 .cc-childnav-action {
        width: 78px;
    }

    .product-menu-v2 .product-nav-label {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1300px) {
    .product-menu-v2 {
        left: 45px;
        transform: none;
    }
}

/* ==========================================================
   Product menu v2 finder layout overrides
   Scoped to #product-Nav to avoid site-wide menu regressions.
   ========================================================== */

#product-Nav .product-menu-v2,
#product-Nav .product-menu-v2 * {
    box-sizing: border-box;
}

#product-Nav:hover .product-menu-v2,
#product-Nav:focus-within .product-menu-v2 {
    width: min(96vw, 1146px);
    opacity: 1;
    padding: 14px;
    height: auto;
    overflow: visible;
}

#product-Nav .product-menu-v2 {
    background: #f7f7f7;
    border-radius: 0 0 18px 18px;
}

#product-Nav .product-menu-v2-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

#product-Nav .product-menu-v2-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 16px;
    padding: 16px 18px;
}

#product-Nav .product-menu-v2-eyebrow {
    display: block;
    color: #00b798;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

#product-Nav .product-menu-v2-title {
    display: block;
    color: #222222;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 2px;
}

#product-Nav .product-menu-v2-copy {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    max-width: 420px;
    text-align: right;
}

#product-Nav .product-nav {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 18px;
    min-height: 390px;
    position: relative;
    width: 100%;
}

#product-Nav .product-nav-wrap {
    display: block;
    grid-column: 1;
    position: static;
}

#product-Nav .product-menu-v2 .product-nav-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    overflow: visible;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 0;
    position: static;
    width: 100%;
}

#product-Nav .product-menu-v2 .product-nav-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
}

#product-Nav .product-menu-v2 .product-nav-action {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 68px;
    padding: 7px 10px 7px 7px;
    color: #222222;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#product-Nav .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .product-nav-action,
#product-Nav .product-menu-v2 .product-nav-item:focus-within:not(.cc-hide-arrow) .product-nav-action {
    border-color: #00b798;
    box-shadow: 0 8px 20px rgba(0, 183, 152, .14);
    transform: translateX(2px);
}

#product-Nav .product-menu-v2 .product-nav-item.cc-hide-arrow .product-nav-action:hover,
#product-Nav .product-menu-v2 .product-nav-item.cc-hide-arrow .product-nav-action:focus {
    border-color: #00b798;
    box-shadow: 0 8px 20px rgba(0, 183, 152, .14);
}

#product-Nav .product-menu-v2 .cc-subicon-wrap {
    display: block;
    width: 54px;
    height: 54px;
    line-height: normal;
    font-size: 0;
    position: relative;
}

#product-Nav .product-menu-v2 .cc-subicon-wrap:after {
    display: none;
}

#product-Nav .product-menu-v2 .product-nav-icon {
    position: static;
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 12px;
    background: #f7f7f7;
    background-image: none;
}

#product-Nav .product-menu-v2 .product-nav-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product-Nav .product-menu-v2 .cc-sublabel-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 0;
    background: transparent;
    position: relative;
    transition: none;
}

#product-Nav .product-menu-v2 .cc-sublabel-wrap:after {
    display: none;
}

#product-Nav .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .cc-sublabel-wrap,
#product-Nav .product-menu-v2 .product-nav-item:focus-within:not(.cc-hide-arrow) .cc-sublabel-wrap {
    background: transparent;
}

#product-Nav .product-menu-v2 .product-nav-label {
    display: block;
    color: #222222;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
}

#product-Nav .product-menu-v2 .cc-childnav {
    display: none;
    position: absolute;
    top: 0;
    left: 298px;
    width: calc(100% - 298px);
    min-height: 100%;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 16px;
    text-align: left;
    padding: 18px;
    box-shadow: none;
    z-index: 2;
}

#product-Nav .product-menu-v2 .product-nav-item:first-child .cc-childnav {
    display: block;
    z-index: 1;
}

#product-Nav .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .cc-childnav,
#product-Nav .product-menu-v2 .product-nav-item:focus-within:not(.cc-hide-arrow) .cc-childnav {
    display: block;
    z-index: 4;
}

#product-Nav .product-menu-v2 .cc-childnav-wrap {
    width: 100%;
    height: 100%;
}

#product-Nav .product-menu-v2 .cc-childnav-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    line-height: normal;
    height: auto;
    font-size: 0;
    list-style-type: none;
}

#product-Nav .product-menu-v2 .cc-childnav-item {
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: initial;
    float: none;
}

#product-Nav .product-menu-v2 .cc-childnav-action {
    display: block;
    width: 100%;
    min-height: 126px;
    padding: 12px 8px;
    color: #222222;
    text-decoration: none;
    background: #f7f7f7;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 14px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

#product-Nav .product-menu-v2 .cc-childnav-action:hover,
#product-Nav .product-menu-v2 .cc-childnav-action:focus {
    background: #ffffff;
    border-color: #00b798;
    transform: translateY(-2px);
}

#product-Nav .product-menu-v2 .cc-childnav-action:hover .cc-childnav-label,
#product-Nav .product-menu-v2 .cc-childnav-action:focus .cc-childnav-label {
    color: #00b798;
}

#product-Nav .product-menu-v2 .cc-childnav-icon {
    width: 66px;
    height: 66px;
    border: 1px solid #dddddd;
    border-radius: 100%;
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto 9px;
}

#product-Nav .product-menu-v2 .cc-childnav-label {
    display: block;
    text-align: center;
    color: #222222;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    min-height: 0;
    transition: color .2s ease;
    letter-spacing: normal;
}

#product-Nav .product-menu-v2-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #222222;
    border-radius: 16px;
    padding: 16px 18px;
}

#product-Nav .product-menu-v2-cta strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
}

#product-Nav .product-menu-v2-cta span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.35;
    margin-top: 2px;
}

#product-Nav .product-menu-v2-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 16px;
    color: #222222;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    background: #ffb600;
    border-radius: 999px;
    transition: background .2s ease, transform .2s ease;
}

#product-Nav .product-menu-v2-cta a:hover,
#product-Nav .product-menu-v2-cta a:focus {
    background: #00b798;
    transform: translateY(-1px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #product-Nav .product-nav {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    #product-Nav .product-menu-v2 .cc-childnav {
        left: 268px;
        width: calc(100% - 268px);
    }

    #product-Nav .product-menu-v2 .product-nav-label {
        font-size: 14px;
    }

    #product-Nav .product-menu-v2 .cc-childnav-items {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 12px;
    }
}

/* ==========================================================
   Product menu hover stability fix
   Removes the physical pointer gap between primary items and
   secondary panels while preserving visual spacing internally.
   ========================================================== */

#product-Nav .product-nav {
    grid-template-columns: 280px minmax(0, 1fr);
    column-gap: 0;
    row-gap: 18px;
}

#product-Nav .product-menu-v2 .cc-childnav {
    left: 280px;
    width: calc(100% - 280px);
    padding: 0 0 0 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
}

#product-Nav .product-menu-v2 .cc-childnav-wrap {
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 16px;
    padding: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #product-Nav .product-nav {
        grid-template-columns: 250px minmax(0, 1fr);
        column-gap: 0;
    }

    #product-Nav .product-menu-v2 .cc-childnav {
        left: 250px;
        width: calc(100% - 250px);
        padding-left: 18px;
    }
}

/* ==========================================================
   Product menu sub-panel hover border safety
   Prevents the first row's hover border from clipping when
   secondary cards lift upward on hover/focus.
   ========================================================== */

#product-Nav .product-menu-v2 .cc-childnav-items {
    padding-top: 3px;
}

#product-Nav .product-menu-v2 .cc-childnav-action {
    will-change: transform;
}

/* ==========================================================
   Product menu fixed-height sub-panel
   Keeps every secondary panel covering the full right-side
   menu area, preventing the default Brands panel from showing
   through below shorter panels.
   ========================================================== */

#product-Nav .product-nav {
    min-height: 420px;
}

#product-Nav .product-menu-v2 .cc-childnav {
    top: 0;
    bottom: 0;
    height: auto;
    min-height: 100%;
}

#product-Nav .product-menu-v2 .cc-childnav-wrap {
    height: 100%;
    min-height: 420px;
    overflow: hidden;
}

#product-Nav .product-menu-v2 .product-nav-item:first-child .cc-childnav {
    z-index: 1;
}

#product-Nav .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .cc-childnav,
#product-Nav .product-menu-v2 .product-nav-item:focus-within:not(.cc-hide-arrow) .cc-childnav {
    z-index: 5;
}

/* ==========================================================
   Product menu final polish
   1) Prevents submenu item bottom borders from clipping.
   2) Hides the default Brands panel when hovering/focusing
      primary items that do not have submenus.
   ========================================================== */

#product-Nav .product-menu-v2 .cc-childnav-items {
    padding-bottom: 5px;
}

#product-Nav .product-menu-v2 .cc-childnav-wrap {
    overflow: hidden;
}

#product-Nav .product-menu-v2 .product-nav-items:hover .product-nav-item:first-child .cc-childnav,
#product-Nav .product-menu-v2 .product-nav-items:focus-within .product-nav-item:first-child .cc-childnav {
    display: none;
}

#product-Nav .product-menu-v2 .product-nav-items:hover .product-nav-item:first-child:hover .cc-childnav,
#product-Nav .product-menu-v2 .product-nav-items:focus-within .product-nav-item:first-child:focus-within .cc-childnav,
#product-Nav .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .cc-childnav,
#product-Nav .product-menu-v2 .product-nav-item:focus-within:not(.cc-hide-arrow) .cc-childnav {
    display: block;
    z-index: 5;
}

#product-Nav .product-menu-v2 .product-nav-item.cc-hide-arrow:hover .product-nav-action,
#product-Nav .product-menu-v2 .product-nav-item.cc-hide-arrow:focus-within .product-nav-action {
    border-color: #00b798;
    box-shadow: 0 8px 20px rgba(0, 183, 152, .14);
    transform: translateX(2px);
}

/* ==========================================================
   Product menu submenu panel clarity + clipping fix
   - Keeps card borders fully visible in short submenu panels.
   - Adds support for clear submenu panel titles.
   ========================================================== */

#product-Nav .product-menu-v2 .cc-childnav,
#product-Nav .product-menu-v2 .cc-childnav-wrap {
    overflow: visible;
}

#product-Nav .product-menu-v2 .cc-childnav-wrap {
    padding: 18px 18px 26px;
}

#product-Nav .product-menu-v2 .cc-childnav-items {
    padding: 3px 0 8px;
}

#product-Nav .product-menu-v2 .cc-childnav-action {
    margin-bottom: 2px;
}

#product-Nav .product-menu-v2 .cc-childnav-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(34, 34, 34, .08);
}

#product-Nav .product-menu-v2 .cc-childnav-title strong {
    display: block;
    color: #222222;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

#product-Nav .product-menu-v2 .cc-childnav-title span {
    display: block;
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

#product-Nav .product-menu-v2 .product-nav-item:hover:not(.cc-hide-arrow) .product-nav-label,
#product-Nav .product-menu-v2 .product-nav-item:focus-within:not(.cc-hide-arrow) .product-nav-label {
    color: #00b798;
}

/* ==========================================================
   Product menu Supplies submenu groups
   Supports multiple small headers inside the Supplies panel.
   ========================================================== */

#product-Nav .product-menu-v2 .supplies-childnav-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#product-Nav .product-menu-v2 .cc-childnav-title-secondary {
    margin-top: 20px;
}

#product-Nav .product-menu-v2 .cc-childnav-items-section {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    justify-content: stretch;
}

#product-Nav .product-menu-v2 .supplies-childnav-wrap .supplies-branding-items {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    justify-content: stretch;
}

/* ==========================================================
   Services menu v2 - legacy-wrapper version
   IMPORTANT:
   This version intentionally keeps .service-menu-v2 inside #serviceNav.
   The existing JS/Knockout menu system opens/closes #serviceNav.
   CSS below only styles the interior service menu, avoiding a second
   competing hover/open system that caused flicker.
   ========================================================== */

#service-Nav #serviceNav {
    overflow: visible;
}

/* When the legacy menu system opens #serviceNav, make it behave like the product panel. */
#serviceNav.serviceNavOpen,
.serviceNavOpen#serviceNav,
#service-Nav .serviceNavOpen {
    background: transparent;
    padding: 0;
    overflow: visible;
}

/* The redesigned service menu is an interior layout, not the hover/open controller. */
#service-Nav #serviceNav .service-menu-v2,
#service-Nav #serviceNav .service-menu-v2 * {
    box-sizing: border-box;
}

#service-Nav #serviceNav .service-menu-v2 {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    opacity: 1;
    overflow: visible;
    padding: 14px;
    background: #f7f7f7;
    border-radius: 0 0 18px 18px;
    box-shadow: none;
    transition: none;
    pointer-events: auto;
}

/* Defensively neutralize any previous CSS-only hover implementation. */
#service-Nav:hover #serviceNav .service-menu-v2,
#service-Nav:focus-within #serviceNav .service-menu-v2 {
    width: 100%;
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 14px;
    pointer-events: auto;
}

#service-Nav #serviceNav .service-menu-v2-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

#service-Nav #serviceNav .service-menu-v2-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 16px;
    padding: 16px 18px;
}

#service-Nav #serviceNav .service-menu-v2-eyebrow {
    display: block;
    color: #00b798;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

#service-Nav #serviceNav .service-menu-v2-title {
    display: block;
    color: #222222;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 2px;
}

#service-Nav #serviceNav .service-menu-v2-copy {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    max-width: 430px;
    text-align: right;
}

#service-Nav #serviceNav .service-nav {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    column-gap: 0;
    row-gap: 18px;
    min-height: 420px;
    position: relative;
    width: 100%;
}

#service-Nav #serviceNav .service-nav-wrap {
    display: block;
    grid-column: 1;
    position: static;
}

#service-Nav #serviceNav .service-nav-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    overflow: visible;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 0;
    position: static;
    width: 100%;
}

#service-Nav #serviceNav .service-nav-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
}

#service-Nav #serviceNav .service-nav-action {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 68px;
    padding: 7px 10px 7px 7px;
    color: #222222;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#service-Nav #serviceNav .service-nav-item:hover .service-nav-action,
#service-Nav #serviceNav .service-nav-item:focus-within .service-nav-action {
    border-color: #00b798;
    box-shadow: 0 8px 20px rgba(0, 183, 152, .14);
    transform: translateX(2px);
}

#service-Nav #serviceNav .service-nav-icon {
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 12px;
    background: #f7f7f7;
}

#service-Nav #serviceNav .service-nav-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#service-Nav #serviceNav .service-nav-label {
    display: block;
    color: #222222;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
}

#service-Nav #serviceNav .service-nav-item:hover .service-nav-label,
#service-Nav #serviceNav .service-nav-item:focus-within .service-nav-label {
    color: #00b798;
}

#service-Nav #serviceNav .service-childnav {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 280px;
    width: calc(100% - 280px);
    height: auto;
    min-height: 100%;
    padding: 0 0 0 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
    z-index: 2;
    overflow: visible;
}

#service-Nav #serviceNav .service-nav-item:first-child .service-childnav {
    display: block;
    z-index: 1;
}

#service-Nav #serviceNav .service-nav-items:hover .service-nav-item:first-child .service-childnav,
#service-Nav #serviceNav .service-nav-items:focus-within .service-nav-item:first-child .service-childnav {
    display: none;
}

#service-Nav #serviceNav .service-nav-items:hover .service-nav-item:first-child:hover .service-childnav,
#service-Nav #serviceNav .service-nav-items:focus-within .service-nav-item:first-child:focus-within .service-childnav,
#service-Nav #serviceNav .service-nav-item:hover .service-childnav,
#service-Nav #serviceNav .service-nav-item:focus-within .service-childnav {
    display: block;
    z-index: 5;
}

#service-Nav #serviceNav .service-childnav-wrap {
    width: 100%;
    min-height: 420px;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 16px;
    padding: 18px 18px 26px;
    overflow: visible;
}

#service-Nav #serviceNav .service-childnav-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(34, 34, 34, .08);
}

#service-Nav #serviceNav .service-childnav-title strong {
    display: block;
    color: #222222;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

#service-Nav #serviceNav .service-childnav-title span {
    display: block;
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

#service-Nav #serviceNav .service-childnav-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    gap: 14px;
    margin: 0;
    padding: 3px 0 8px;
    line-height: normal;
    height: auto;
    font-size: 0;
    list-style-type: none;
}

#service-Nav #serviceNav .service-childnav-item {
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: initial;
    float: none;
}

#service-Nav #serviceNav .service-childnav-action {
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 12px 8px;
    margin-bottom: 2px;
    color: #222222;
    text-decoration: none;
    background: #f7f7f7;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 14px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
    will-change: transform;
}

#service-Nav #serviceNav .service-childnav-action:hover,
#service-Nav #serviceNav .service-childnav-action:focus {
    background: #ffffff;
    border-color: #00b798;
    transform: translateY(-2px);
}

#service-Nav #serviceNav .service-childnav-icon {
    display: block;
    width: 66px;
    height: 66px;
    border: 1px solid #dddddd;
    border-radius: 100%;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto 9px;
    overflow: hidden;
}

#service-Nav #serviceNav .service-childnav-label {
    display: block;
    text-align: center;
    color: #222222;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    min-height: 0;
    transition: color .2s ease;
    letter-spacing: normal;
}

#service-Nav #serviceNav .service-childnav-copy {
    display: block;
    margin: 6px auto 0;
    color: #5a5a5a;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    max-width: 130px;
}

#service-Nav #serviceNav .service-childnav-action:hover .service-childnav-label,
#service-Nav #serviceNav .service-childnav-action:focus .service-childnav-label {
    color: #00b798;
}

#service-Nav #serviceNav .service-menu-v2-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #222222;
    border-radius: 16px;
    padding: 16px 18px;
}

#service-Nav #serviceNav .service-menu-v2-cta strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
}

#service-Nav #serviceNav .service-menu-v2-cta span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.35;
    margin-top: 2px;
}

#service-Nav #serviceNav .service-menu-v2-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 16px;
    color: #222222;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    background: #ffb600;
    border-radius: 999px;
    transition: background .2s ease, transform .2s ease;
}

#service-Nav #serviceNav .service-menu-v2-cta a:hover,
#service-Nav #serviceNav .service-menu-v2-cta a:focus {
    background: #00b798;
    transform: translateY(-1px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #service-Nav #serviceNav .service-nav {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    #service-Nav #serviceNav .service-childnav {
        left: 250px;
        width: calc(100% - 250px);
    }

    #service-Nav #serviceNav .service-nav-label {
        font-size: 14px;
    }

    #service-Nav #serviceNav .service-childnav-items {
        grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
        gap: 12px;
    }
}

/* ==========================================================
   Services menu display scope + width fix
   - Matches the product menu width.
   - Prevents service menu content from appearing when hovering
     unrelated buttons elsewhere on the page.
   ========================================================== */

/* Keep the legacy wrapper closed unless the actual top-level Services nav is active. */
#service-Nav #serviceNav .service-menu-v2 {
    display: none;
}

/* Only reveal the redesigned services menu from the Services top-nav item. */
#service-Nav:hover #serviceNav .service-menu-v2,
#service-Nav:focus-within #serviceNav .service-menu-v2 {
    display: block;
}

/* Make the legacy wrapper match the product menu panel width and positioning. */
#service-Nav:hover #serviceNav,
#service-Nav:focus-within #serviceNav {
    width: min(96vw, 1146px);
    max-width: 1146px;
    height: auto;
    overflow: visible;
    padding: 0;
}

/* Neutralize any broad legacy open state that may be triggered by unrelated hover buttons. */
#serviceNav.serviceNavOpen .service-menu-v2,
.serviceNavOpen#serviceNav .service-menu-v2,
#service-Nav .serviceNavOpen .service-menu-v2 {
    display: none;
}

#service-Nav:hover #serviceNav.serviceNavOpen .service-menu-v2,
#service-Nav:focus-within #serviceNav.serviceNavOpen .service-menu-v2,
#service-Nav:hover .serviceNavOpen#serviceNav .service-menu-v2,
#service-Nav:focus-within .serviceNavOpen#serviceNav .service-menu-v2,
#service-Nav:hover .serviceNavOpen .service-menu-v2,
#service-Nav:focus-within .serviceNavOpen .service-menu-v2 {
    display: block;
}

/* Match the product menu's large-screen left alignment. */
@media only screen and (min-width: 1300px) {
    #service-Nav:hover #serviceNav,
    #service-Nav:focus-within #serviceNav {
        width: 1146px;
    }
}

/* ==========================================================
   Services menu Printing & Embroidery groups
   Supports multiple small headers inside the printing panel.
   ========================================================== */

#service-Nav #serviceNav .service-printing-childnav-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#service-Nav #serviceNav .service-childnav-title-secondary {
    margin-top: 20px;
}

#service-Nav #serviceNav .service-childnav-items-section {
    justify-content: start;
}

/* ==========================================================
   Services menu dynamic height fix
   Allows taller grouped panels, like Printing & Embroidery,
   to fully render without clipping.
   ========================================================== */

#service-Nav:hover #serviceNav,
#service-Nav:focus-within #serviceNav {
    height: auto;
    min-height: 0;
    overflow: visible;
}

#service-Nav #serviceNav .service-menu-v2 {
    height: auto;
    min-height: 0;
    overflow: visible;
}

#service-Nav #serviceNav .service-nav {
    min-height: 0;
    height: auto;
    align-items: stretch;
}

#service-Nav #serviceNav .service-childnav {
    bottom: auto;
    height: auto;
    min-height: 100%;
    overflow: visible;
}

#service-Nav #serviceNav .service-childnav-wrap {
    height: auto;
    min-height: 420px;
    overflow: visible;
}

#service-Nav #serviceNav .service-printing-childnav-wrap {
    min-height: 520px;
}

/* ==========================================================
   Services menu full-shell dynamic height fix
   Ensures the outer services menu grows with taller submenu
   panels instead of the submenu extending past the shell.
   ========================================================== */

/* Let the opened legacy wrapper expand with the redesigned menu contents. */
#service-Nav:hover #serviceNav,
#service-Nav:focus-within #serviceNav {
    height: auto;
    min-height: 0;
    overflow: visible;
}

/* Make the service menu shell own the full visual background height. */
#service-Nav #serviceNav .service-menu-v2 {
    height: auto;
    min-height: 0;
    overflow: visible;
}

/* The menu grid should size to the tallest visible panel. */
#service-Nav #serviceNav .service-nav {
    min-height: 520px;
    height: auto;
    align-items: stretch;
}

/* The left column should visually extend to match the taller right panel. */
#service-Nav #serviceNav .service-nav-wrap,
#service-Nav #serviceNav .service-nav-items {
    min-height: 520px;
}

/* Make every submenu panel fill the grid height, with taller grouped panels allowed. */
#service-Nav #serviceNav .service-childnav {
    top: 0;
    bottom: 0;
    height: auto;
    min-height: 100%;
    overflow: visible;
}

#service-Nav #serviceNav .service-childnav-wrap {
    height: 100%;
    min-height: 520px;
    overflow: visible;
}

/* Printing currently needs the extra height because it has two grouped sections. */
#service-Nav #serviceNav .service-printing-childnav-wrap {
    min-height: 520px;
}

/* ==========================================================
   Services menu Warehousing & Fulfillment groups
   Supports multiple small headers inside the warehouse panel.
   ========================================================== */

#service-Nav #serviceNav .service-warehouse-childnav-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ==========================================================
   Product menu Features submenu groups
   Supports multiple small headers inside the Features panel.
   ========================================================== */

#product-Nav .product-menu-v2 .features-childnav-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ==========================================================
   Product menu Features submenu width fix
   Allows Features submenu items to flow wider like the other
   product submenu panels instead of being constrained to 2 cols.
   ========================================================== */

#product-Nav .product-menu-v2 .features-childnav-wrap .cc-childnav-items-section {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    justify-content: stretch;
}

/* ==========================================================
   Get Started menu v2 - legacy-wrapper version
   Keeps .getstarted-menu-v2 inside #sellNav so the existing
   menu system controls open/close, while this block styles
   only the interior vertical browser layout.
   ========================================================== */

#sell-Nav #sellNav {
    overflow: visible;
}

#sell-Nav #sellNav .getstarted-menu-v2,
#sell-Nav #sellNav .getstarted-menu-v2 * {
    box-sizing: border-box;
}

#sell-Nav #sellNav .getstarted-menu-v2 {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    opacity: 1;
    overflow: visible;
    padding: 14px;
    background: #f7f7f7;
    border-radius: 0 0 18px 18px;
    box-shadow: none;
    transition: none;
    pointer-events: auto;
}

#sell-Nav:hover #sellNav,
#sell-Nav:focus-within #sellNav {
    width: min(96vw, 1146px);
    max-width: 1146px;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
}

#sell-Nav:hover #sellNav .getstarted-menu-v2,
#sell-Nav:focus-within #sellNav .getstarted-menu-v2 {
    display: block;
}

#sell-Nav #sellNav .getstarted-menu-v2-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

#sell-Nav #sellNav .getstarted-menu-v2-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 16px;
    padding: 16px 18px;
}

#sell-Nav #sellNav .getstarted-menu-v2-eyebrow {
    display: block;
    color: #00b798;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

#sell-Nav #sellNav .getstarted-menu-v2-title {
    display: block;
    color: #222222;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 2px;
}

#sell-Nav #sellNav .getstarted-menu-v2-copy {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    max-width: 430px;
    text-align: right;
}

#sell-Nav #sellNav .getstarted-nav {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    column-gap: 0;
    row-gap: 18px;
    min-height: 420px;
    height: auto;
    align-items: stretch;
    position: relative;
    width: 100%;
}

#sell-Nav #sellNav .getstarted-nav-wrap {
    display: block;
    grid-column: 1;
    position: static;
}

#sell-Nav #sellNav .getstarted-nav-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    min-height: 420px;
    overflow: visible;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 0;
    position: static;
    width: 100%;
}

#sell-Nav #sellNav .getstarted-nav-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
}

#sell-Nav #sellNav .getstarted-nav-action {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 68px;
    padding: 7px 10px 7px 7px;
    color: #222222;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#sell-Nav #sellNav .getstarted-nav-item:hover .getstarted-nav-action,
#sell-Nav #sellNav .getstarted-nav-item:focus-within .getstarted-nav-action {
    border-color: #00b798;
    box-shadow: 0 8px 20px rgba(0, 183, 152, .14);
    transform: translateX(2px);
}

#sell-Nav #sellNav .getstarted-nav-icon {
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 12px;
    background: #f7f7f7;
}

#sell-Nav #sellNav .getstarted-nav-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sell-Nav #sellNav .getstarted-nav-label {
    display: block;
    color: #222222;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
}

#sell-Nav #sellNav .getstarted-nav-item:hover .getstarted-nav-label,
#sell-Nav #sellNav .getstarted-nav-item:focus-within .getstarted-nav-label {
    color: #00b798;
}

#sell-Nav #sellNav .getstarted-childnav {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 280px;
    width: calc(100% - 280px);
    height: auto;
    min-height: 100%;
    padding: 0 0 0 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
    z-index: 2;
    overflow: visible;
}

#sell-Nav #sellNav .getstarted-nav-item:first-child .getstarted-childnav {
    display: block;
    z-index: 1;
}

#sell-Nav #sellNav .getstarted-nav-items:hover .getstarted-nav-item:first-child .getstarted-childnav,
#sell-Nav #sellNav .getstarted-nav-items:focus-within .getstarted-nav-item:first-child .getstarted-childnav {
    display: none;
}

#sell-Nav #sellNav .getstarted-nav-items:hover .getstarted-nav-item:first-child:hover .getstarted-childnav,
#sell-Nav #sellNav .getstarted-nav-items:focus-within .getstarted-nav-item:first-child:focus-within .getstarted-childnav,
#sell-Nav #sellNav .getstarted-nav-item:hover .getstarted-childnav,
#sell-Nav #sellNav .getstarted-nav-item:focus-within .getstarted-childnav {
    display: block;
    z-index: 5;
}

#sell-Nav #sellNav .getstarted-childnav-wrap {
    width: 100%;
    min-height: 420px;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 16px;
    padding: 18px 18px 26px;
    overflow: visible;
}

#sell-Nav #sellNav .getstarted-childnav-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(34, 34, 34, .08);
}

#sell-Nav #sellNav .getstarted-childnav-title strong {
    display: block;
    color: #222222;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

#sell-Nav #sellNav .getstarted-childnav-title span {
    display: block;
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

#sell-Nav #sellNav .getstarted-childnav-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    gap: 14px;
    margin: 0;
    padding: 3px 0 8px;
    line-height: normal;
    height: auto;
    font-size: 0;
    list-style-type: none;
}

#sell-Nav #sellNav .getstarted-childnav-item {
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: initial;
    float: none;
}

#sell-Nav #sellNav .getstarted-childnav-action {
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 12px 8px;
    margin-bottom: 2px;
    color: #222222;
    text-decoration: none;
    background: #f7f7f7;
    border: 1px solid rgba(34, 34, 34, .08);
    border-radius: 14px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
    will-change: transform;
}

#sell-Nav #sellNav .getstarted-childnav-action:hover,
#sell-Nav #sellNav .getstarted-childnav-action:focus {
    background: #ffffff;
    border-color: #00b798;
    transform: translateY(-2px);
}

#sell-Nav #sellNav .getstarted-childnav-icon {
    display: block;
    width: 66px;
    height: 66px;
    border: 1px solid #dddddd;
    border-radius: 100%;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto 9px;
    overflow: hidden;
}

#sell-Nav #sellNav .getstarted-childnav-label {
    display: block;
    text-align: center;
    color: #222222;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    min-height: 0;
    transition: color .2s ease;
    letter-spacing: normal;
}

#sell-Nav #sellNav .getstarted-childnav-copy {
    display: block;
    margin: 6px auto 0;
    color: #5a5a5a;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    max-width: 130px;
}

#sell-Nav #sellNav .getstarted-childnav-action:hover .getstarted-childnav-label,
#sell-Nav #sellNav .getstarted-childnav-action:focus .getstarted-childnav-label {
    color: #00b798;
}

#sell-Nav #sellNav .getstarted-menu-v2-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #222222;
    border-radius: 16px;
    padding: 16px 18px;
}

#sell-Nav #sellNav .getstarted-menu-v2-cta strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
}

#sell-Nav #sellNav .getstarted-menu-v2-cta span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.35;
    margin-top: 2px;
}

#sell-Nav #sellNav .getstarted-menu-v2-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 16px;
    color: #222222;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    background: #ffb600;
    border-radius: 999px;
    transition: background .2s ease, transform .2s ease;
}

#sell-Nav #sellNav .getstarted-menu-v2-cta a:hover,
#sell-Nav #sellNav .getstarted-menu-v2-cta a:focus {
    background: #00b798;
    transform: translateY(-1px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #sell-Nav #sellNav .getstarted-nav {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    #sell-Nav #sellNav .getstarted-childnav {
        left: 250px;
        width: calc(100% - 250px);
    }

    #sell-Nav #sellNav .getstarted-nav-label {
        font-size: 14px;
    }

    #sell-Nav #sellNav .getstarted-childnav-items {
        grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
        gap: 12px;
    }
}

/* ==========================================================
   Services + Get Started clean visual alignment
   Single consolidated styling layer. Mirrors the Product menu
   rounded visual language without stacked override conflicts.
   ========================================================== */

/* Services outer shell + inner panels */
#service-Nav #serviceNav,
#service-Nav #serviceNav .service-menu-v2 {
    border-radius: 0 0 18px 18px;
}

#service-Nav #serviceNav .service-menu-v2 {
    background: #f7f7f7;
}

#service-Nav #serviceNav .service-menu-v2-intro,
#service-Nav #serviceNav .service-childnav-wrap,
#service-Nav #serviceNav .service-menu-v2-cta {
    border-radius: 16px;
}

#service-Nav #serviceNav .service-nav-action,
#service-Nav #serviceNav .service-childnav-action {
    border-radius: 14px;
}

#service-Nav #serviceNav .service-nav-icon {
    border-radius: 12px;
}

/* Get Started outer shell + inner panels */
#sell-Nav #sellNav,
#sell-Nav #sellNav .getstarted-menu-v2 {
    border-radius: 0 0 18px 18px;
}

#sell-Nav #sellNav .getstarted-menu-v2 {
    background: #f7f7f7;
}

#sell-Nav #sellNav .getstarted-menu-v2-intro,
#sell-Nav #sellNav .getstarted-childnav-wrap,
#sell-Nav #sellNav .getstarted-menu-v2-cta {
    border-radius: 16px;
}

#sell-Nav #sellNav .getstarted-nav-action,
#sell-Nav #sellNav .getstarted-childnav-action {
    border-radius: 14px;
}

#sell-Nav #sellNav .getstarted-nav-icon {
    border-radius: 12px;
}

/* Bottom CTA bars: dark gray, not black, with left-aligned copy. */
#service-Nav #serviceNav .service-menu-v2-cta,
#sell-Nav #sellNav .getstarted-menu-v2-cta {
    background: #333333;
    text-align: left;
}

#service-Nav #serviceNav .service-menu-v2-cta > div,
#sell-Nav #sellNav .getstarted-menu-v2-cta > div {
    flex: 1 1 auto;
    text-align: left;
}

#service-Nav #serviceNav .service-menu-v2-cta strong,
#service-Nav #serviceNav .service-menu-v2-cta span,
#sell-Nav #sellNav .getstarted-menu-v2-cta strong,
#sell-Nav #sellNav .getstarted-menu-v2-cta span {
    text-align: left;
}

/* Keep opened legacy wrappers from clipping rounded child panels. */
#service-Nav:hover #serviceNav,
#service-Nav:focus-within #serviceNav,
#sell-Nav:hover #sellNav,
#sell-Nav:focus-within #sellNav {
    overflow: visible;
}

/* ==========================================================
   Top menu item sizing polish
   Normalizes primary and secondary menu item heights across
   Products, Services, and Get Started.
   ========================================================== */

/* Primary left-column buttons */
#product-Nav .product-menu-v2 .product-nav-action,
#service-Nav #serviceNav .service-nav-action,
#sell-Nav #sellNav .getstarted-nav-action {
    min-height: 76px;
}

/* Primary thumbnail/icon blocks */
#product-Nav .product-menu-v2 .cc-subicon-wrap,
#product-Nav .product-menu-v2 .product-nav-icon,
#service-Nav #serviceNav .service-nav-icon,
#sell-Nav #sellNav .getstarted-nav-icon {
    width: 60px;
    height: 60px;
}

/* Account for the larger icon width on service/get-started primary buttons */
#service-Nav #serviceNav .service-nav-action,
#sell-Nav #sellNav .getstarted-nav-action {
    grid-template-columns: 60px minmax(0, 1fr);
}

/* Product menu uses a wrapper around the icon, so update its grid too */
#product-Nav .product-menu-v2 .product-nav-action {
    grid-template-columns: 60px minmax(0, 1fr);
}

/* Secondary submenu cards */
#product-Nav .product-menu-v2 .cc-childnav-action,
#service-Nav #serviceNav .service-childnav-action,
#sell-Nav #sellNav .getstarted-childnav-action {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Secondary circular icons */
#product-Nav .product-menu-v2 .cc-childnav-icon,
#service-Nav #serviceNav .service-childnav-icon,
#sell-Nav #sellNav .getstarted-childnav-icon {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
}

/* Secondary labels/copy get consistent spacing */
#product-Nav .product-menu-v2 .cc-childnav-label,
#service-Nav #serviceNav .service-childnav-label,
#sell-Nav #sellNav .getstarted-childnav-label {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#service-Nav #serviceNav .service-childnav-copy,
#sell-Nav #sellNav .getstarted-childnav-copy {
    min-height: 42px;
    display: block;
}

/* Preserve tighter product cards where there is no descriptive copy */
#product-Nav .product-menu-v2 .cc-childnav-action {
    min-height: 146px;
}

/* ==========================================================
   Services menu extra vertical breathing room
   Gives grouped Services panels more space so taller tiles and
   two-section panels do not clip at the bottom.
   ========================================================== */

#service-Nav #serviceNav .service-nav {
    min-height: 570px;
}

#service-Nav #serviceNav .service-nav-wrap,
#service-Nav #serviceNav .service-nav-items {
    min-height: 570px;
}

#service-Nav #serviceNav .service-childnav-wrap {
    min-height: 570px;
    padding-bottom: 34px;
}

#service-Nav #serviceNav .service-printing-childnav-wrap,
#service-Nav #serviceNav .service-warehouse-childnav-wrap {
    min-height: 590px;
}

#service-Nav #serviceNav .service-childnav-items {
    padding-bottom: 14px;
}

/* ==========================================================
   Services + Get Started intro header width fix
   Gives the bold title more room so the intro header does not
   wrap unnecessarily or consume extra vertical space.
   ========================================================== */

#service-Nav #serviceNav .service-menu-v2-intro,
#sell-Nav #sellNav .getstarted-menu-v2-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    align-items: center;
    gap: 24px;
}

#service-Nav #serviceNav .service-menu-v2-title,
#sell-Nav #sellNav .getstarted-menu-v2-title {
    white-space: nowrap;
    font-size: 21px;
}

#service-Nav #serviceNav .service-menu-v2-copy,
#sell-Nav #sellNav .getstarted-menu-v2-copy {
    max-width: 380px;
    text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #service-Nav #serviceNav .service-menu-v2-intro,
    #sell-Nav #sellNav .getstarted-menu-v2-intro {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
        gap: 18px;
    }

    #service-Nav #serviceNav .service-menu-v2-title,
    #sell-Nav #sellNav .getstarted-menu-v2-title {
        font-size: 19px;
    }

    #service-Nav #serviceNav .service-menu-v2-copy,
    #sell-Nav #sellNav .getstarted-menu-v2-copy {
        max-width: 320px;
    }
}

/* ==========================================================
   Services + Get Started intro header left alignment
   Aligns all top intro header text to the left.
   ========================================================== */

#service-Nav #serviceNav .service-menu-v2-intro,
#sell-Nav #sellNav .getstarted-menu-v2-intro {
    text-align: left;
}

#service-Nav #serviceNav .service-menu-v2-intro > div,
#sell-Nav #sellNav .getstarted-menu-v2-intro > div {
    text-align: left;
}

#service-Nav #serviceNav .service-menu-v2-eyebrow,
#service-Nav #serviceNav .service-menu-v2-title,
#service-Nav #serviceNav .service-menu-v2-copy,
#sell-Nav #sellNav .getstarted-menu-v2-eyebrow,
#sell-Nav #sellNav .getstarted-menu-v2-title,
#sell-Nav #sellNav .getstarted-menu-v2-copy {
    text-align: left;
}

/* ==========================================================
   Top menu submenu bottom spacing trim
   Reduces excess bottom padding in the white submenu panels so
   they do not visually crowd or overlap the bottom CTA bar.
   ========================================================== */

#product-Nav .product-menu-v2 .cc-childnav-wrap,
#service-Nav #serviceNav .service-childnav-wrap,
#sell-Nav #sellNav .getstarted-childnav-wrap {
    padding-bottom: 18px;
}

#product-Nav .product-menu-v2 .cc-childnav-items,
#service-Nav #serviceNav .service-childnav-items,
#sell-Nav #sellNav .getstarted-childnav-items {
    padding-bottom: 4px;
}

#service-Nav #serviceNav .service-childnav-action,
#sell-Nav #sellNav .getstarted-childnav-action,
#product-Nav .product-menu-v2 .cc-childnav-action {
    margin-bottom: 0;
}

/* ==========================================================
   Product menu Brands grouped-section width fix
   Lets the Brands submenu sections use the full horizontal
   panel width instead of inheriting narrow 2-column grouping.
   ========================================================== */

#product-Nav .product-menu-v2 .brands-childnav-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#product-Nav .product-menu-v2 .brands-childnav-wrap .cc-childnav-items-section {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    justify-content: stretch;
}

/* ==========================================================
   Services grouped-panel containment + Get Started VIP polish
   Keeps taller Services grouped panels inside the light-gray
   menu shell, and highlights VIP in the Get Started menu.
   ========================================================== */

#service-Nav #serviceNav .service-nav {
    min-height: 640px;
    height: auto;
    align-items: stretch;
}

#service-Nav #serviceNav .service-nav-wrap,
#service-Nav #serviceNav .service-nav-items {
    min-height: 640px;
}

#service-Nav #serviceNav .service-childnav,
#service-Nav #serviceNav .service-childnav-wrap {
    min-height: 640px;
}

#service-Nav #serviceNav .service-childnav-wrap {
    padding-bottom: 24px;
}

#service-Nav #serviceNav .service-printing-childnav-wrap,
#service-Nav #serviceNav .service-warehouse-childnav-wrap {
    min-height: 640px;
}

#service-Nav #serviceNav .service-childnav-action {
    min-height: 148px;
}

#service-Nav #serviceNav .service-childnav-copy {
    min-height: 36px;
}

#sell-Nav #sellNav .getstarted-childnav-item-vip .getstarted-childnav-action {
    background: #fff8e5;
    border-color: #ffb600;
    box-shadow: 0 8px 20px rgba(255, 182, 0, .18);
    position: relative;
}

#sell-Nav #sellNav .getstarted-childnav-item-vip .getstarted-childnav-action:before {
    content: "Best value";
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 8px;
    color: #222222;
    background: #ffb600;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
}

#sell-Nav #sellNav .getstarted-childnav-item-vip .getstarted-childnav-action:hover,
#sell-Nav #sellNav .getstarted-childnav-item-vip .getstarted-childnav-action:focus {
    background: #ffffff;
    border-color: #00b798;
}

/* ==========================================================
   Services menu bottom whitespace trim
   Reduces excess empty space below Services submenu content
   while keeping grouped panels contained above the CTA bar.
   ========================================================== */

#service-Nav #serviceNav .service-nav {
    min-height: 575px;
}

#service-Nav #serviceNav .service-nav-wrap,
#service-Nav #serviceNav .service-nav-items {
    min-height: 575px;
}

#service-Nav #serviceNav .service-childnav,
#service-Nav #serviceNav .service-childnav-wrap {
    min-height: 575px;
}

#service-Nav #serviceNav .service-childnav-wrap {
    padding-bottom: 16px;
}

#service-Nav #serviceNav .service-printing-childnav-wrap,
#service-Nav #serviceNav .service-warehouse-childnav-wrap {
    min-height: 575px;
}

#service-Nav #serviceNav .service-childnav-items {
    padding-bottom: 4px;
}

#service-Nav #serviceNav .service-childnav-action {
    min-height: 142px;
}

#service-Nav #serviceNav .service-childnav-copy {
    min-height: 30px;
}

/* ==========================================================
   Services menu equal tile height - no clipping
   Replaces the fixed-height clipping approach. Tiles stretch
   evenly by grid row, but text is allowed to render naturally.
   ========================================================== */

#service-Nav #serviceNav .service-childnav-items {
    align-items: stretch;
    grid-auto-rows: minmax(172px, auto);
}

#service-Nav #serviceNav .service-childnav-item {
    display: flex;
    height: auto;
}

#service-Nav #serviceNav .service-childnav-action {
    width: 100%;
    height: 100%;
    min-height: 172px;
    max-height: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
}

#service-Nav #serviceNav .service-childnav-icon {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    margin-bottom: 8px;
}

#service-Nav #serviceNav .service-childnav-label {
    flex: 0 0 auto;
    min-height: 30px;
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

#service-Nav #serviceNav .service-childnav-copy {
    flex: 0 0 auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
}


/* ==========================================================
   Services Branding & Labeling grouped layout
   Mirrors the Product Supplies grouped structure while keeping
   service menu tile widths consistent with the rest of the menu.
   ========================================================== */

#service-Nav #serviceNav .service-branding-childnav-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#service-Nav #serviceNav .service-branding-childnav-wrap .service-childnav-items-section {
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    justify-content: stretch;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #service-Nav #serviceNav .service-branding-childnav-wrap .service-childnav-items-section {
        grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    }
}

#leftNav.menuOpen .closebtn {
    position: fixed;
}
#leftNav.menu-active .closebtn {
    position: fixed;
}
.leftSidenav .closebtn {
    top: 5px;
}
.leftSidenav #mainNav > li:first-child {
    display: block;
    background: #efefef;
    width: 100%;
}
.leftSidenav.sideNavg {
    background-color:#fff;
}
#mainNav .cc-logo-section {
    display: inline-block;
    width: 130px;
}
#mainNav .newApliiq.ghost {
    background: #efefef;
    border-radius: 5px;
    font-size: 15px;
    margin: 15px 0;
    padding: 10px 0;
    border: 2px solid #000;
    width: calc(100% - 150px);
    color: #000;
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
}

.left-slideout-menu {
    display: block;
    width: 100%;
    background-color: #fff;
}
.left-slideout-menu * {
    box-sizing: border-box;
    font-family: Open Sans,sans-serif;
}
.left-slideout-menu .cc-tab-top-section {
    padding: 20px;
    border-bottom: 10px solid #efefef;
}
.left-slideout-menu .cc-tab-top-section .cc-tab-content {
    display: none;
    padding: 20px 0;
}
.left-slideout-menu .cc-tab-top-section .cc-tab-content.cc-active-tp {
    display: block;
}
.left-slideout-menu .cc-tab-top-section ul.cc-tab-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.left-slideout-menu .cc-tab-top-section ul.cc-tab-list li.cc-tab-active {
    background: #000;
    color:white;
}

.left-slideout-menu .cc-tab-top-section ul.cc-tab-list li.cc-tab-active:after {
    display: block;
}

.left-slideout-menu .cc-tab-top-section ul.cc-tab-list li:first-child {
    border-radius: 6px 0 0 6px;
}
.left-slideout-menu .cc-tab-top-section ul.cc-tab-list li {
    width: 33.33%;
    background: #646464;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid #fff;
}
.left-slideout-menu .cc-tab-top-section ul.cc-tab-list li:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 7px;
    width: 0;
    height: 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    left: 0;
    margin: 0 auto;
    display: none;
}
.left-slideout-menu .cc-tab-top-section ul.cc-tab-list li span {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.left-slideout-menu .cc-tab-top-section ul.cc-tab-list li:last-child {
    border-radius: 0 6px 6px 0;
}
.left-slideout-menu .mmr-main-category {
    margin: 0;
    padding: 0 0 10px;
}
.left-slideout-menu .mmr-main-category li {
    display: block;
    margin-right: 0;
}
    .left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-item {
        padding: 0 8px;
        display: flex;
        vertical-align: top;
        float: none;
        width: 25%;
        align-items: center;
        justify-content: center;
    }
    .left-slideout-menu .mmr-main-category li a {
        padding: 10px 0;
        padding-left: 0!important;
    }
.left-slideout-menu .mmr-sub-category {
    margin: 0;
    padding: 0;
}
.left-slideout-menu .mmr-sub-category li {
    display: block;
    width: 100%;
    position: relative;
}
.left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category li a {
    color: #000!important;
    padding: 8px 0;
}
.left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-action {
    display: block;
    width: 100%!important;
    white-space: pre-line!important;
}

    .left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category li a {
        color: #000 !important;
        padding: 8px 0;
        width: 92% !important;
    }
.left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}
.left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-icon .cc-logo-text {
    position: absolute;
    color: #fff;
    top: 50%;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5px;
    text-transform: capitalize;
}
.left-slideout-menu .cc-tab-top-section .cc-tab-content#cc-Products .mmr-main-category .cc-childnav-icon {
    width: 60px;
    height: 60px;
}
    .left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-icon img {
        width: 58px;
        border-radius: 100%;
    }
.left-slideout-menu .mmr-sub-category > li > span.starthere:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left-slideout-menu .mmr-sub-category > li.cc-no-sub .starthere {
    display: none;
}
.cc-open span.starthere:after {
    -webkit-transform: rotate(-135deg)!important;
    transform: rotate(-135deg)!important;
}

.left-slideout-menu .mmr-menu-items {
    display: none;
}
.left-slideout-menu .mmr-menu-items {
    margin: 0 -8px;
    padding: 0;
}
.left-slideout-menu .mmr-menu-items li {
    display: block;
    width: 100%;
}
.left-slideout-menu .mmr-menu-items.open {
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
}
.left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-item {
    padding: 0 8px;
    display: flex;
    vertical-align: top;
    float: none;
    width: 25%;
    align-items: center;
    justify-content: center;
}

.left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-label {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    font-weight: 800;
    min-height: 26px;
    transition: color .3s ease-in-out;
    letter-spacing: normal;
    word-wrap: unset;
    color: #000;
}

@media only screen and (min-width: 351px) and (max-width: 400px) {    
    .left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-icon {
        width: 45px;
        height: 45px;
    }
    .left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-item {
        padding: 0 5px;
    }
    .left-slideout-menu .cc-tab-top-section .cc-tab-content .mmr-main-category .cc-childnav-label {
        font-size: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .left-slideout-menu .mmr-sub-category > li > .sub-cat-item {
        font-size: 15px!important;
        font-weight: 600;
    }
}
/*******************/

.left-slideout-menu .mmr-bottem-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
}
.left-slideout-menu .mmr-bottem-menu li {
    display: flex;
    width: 100%;
}
.left-slideout-menu .mmr-bottem-menu li a {
    color: #000!important;
    font-size: 15px!important;
    font-weight: 600;
    padding: 8px 0!important;
    display: flex!important;
}
.left-slideout-menu .mmr-bottem-menu span {
    padding: 0 5px;
    display: inline-block;
    color: #000;
    font-size: 20px;
}

.cc-menu-active .cc-menu-overlay {
    display: block;
}
.cc-menu-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.52);
    z-index: 199;
    top: 0;
    bottom: 0;
}
/**** new icons for vertical menu*/


        #rightNav ul#myapliiqoptions .icon {
            background-image: url(/images/icons/account-menu-icons-sprite-white.png);
            background-size: 25px auto;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px;
            position: absolute;
        }

    #rightNav ul#myapliiqoptions li a {
        width: 100%;
        margin: auto;
        text-align: initial;
        line-height: 22px;
    }

    #rightNav ul#myapliiqoptions li.active a {
        border-left: 3px solid #ff0000;
        padding-left: 5px;
    }
#rightNav ul#myapliiqoptions li.rightMenuAlign span {
        margin-left: 35px;
}

    #rightNav ul#myapliiqoptions li.rightMenuAlign .getstarted {
        background-position: left 0px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .saveddesign {
        background-position: left -25px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .approvals {
        background-position: left -50px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .orders {
        background-position: left -75px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .subscriptions0 {
        background-position: left -100px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .paymethods {
        background-position: left -125px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .stores {
        background-position: left -150px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .warehouse {
        background-position: left -175px;
    }
    #rightNav ul#myapliiqoptions li.rightMenuAlign .profile {
        background-position: left -200px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .settings {
        background-position: left -225px;
    }

    #rightNav ul#myapliiqoptions li.rightMenuAlign .logout {
        background-position: left -250px;
    }

@media screen and (min-width:768px) {

   

}
.secondNav {
    background-color: white;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #c0c0c08c;
	background-color: rgb(240, 240, 240);   
    z-index: auto;
}
    .secondNav ul {
        display: inline-block;
    }

        .secondNav ul li {
            float: left;
            display: block;
            line-height: 40px;
            padding: 0px 15px;
        }

        .secondNav ul li a {
            padding: 13px 2px;    
            line-height: 0px;
			font-size: .875rem !important;
        }

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor:pointer;
}



.tooltipct {
    top: -5px;
    left: -2px;    
    border-radius: 25px;
    border: 1px solid silver;
    padding: 1px 4px;
    font-size: 10px;
    background-color: #000000;
    color: white;
    font-weight: bold;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #ffffff;
    color: #383838;
    text-align: center;
    border-radius: 6px;
    padding: 3px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    height: auto;
    box-shadow: 0px 2px 2px 1px #8b8b8b82;
}
.notMobile{
    display:none;
}

.tooltip .tooltiptext_black_whitebg {
    padding: 6px;
    left: 160px;
    width: max-content;
    text-align: left;
    background-color: white;
    color: black;
    box-shadow: 1px 1px 1px 1px silver;
}

.tooltip .left20 {
    left: 20px !important;
}
.tooltip .left30 {
    left: 30px !important;
}

.tooltip .left50 {
    left: 50px !important;
}

.tooltip .smallerfont{
    font-size: 0.7rem;
}

.tooltip .lowerpos {
    bottom: -20px;
}

.tooltip .fixedDim_1 {
    width: 220px;
    height: auto;
    /* height: 130px;*/
    left: 10px;
    z-index: 10;
}


.tooltip .tooltiptext_black_whitebg div {
    clear: both;
    line-height: 18px;
}

    .tooltiptext:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent white transparent transparent;
        top: 5px;
        left: -19px;
    }

.tooltiptext_black_whitebg:after {
    top: 0px;
    left: -15px;
    border-color: transparent #ffffff transparent transparent;
}

.tooltiptextleft {
    right: 21px;
}

.tooltiptextleft:after {
    right: -17px;
    left: inherit;
    top: 1px;
    transform: scale(-1);
    -webkit-transform-origin-x: scale(-1);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/** magnifying glass*/
.zmIcon {
    background-color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;cursor: pointer;
}

.zmXIcon {
        width: 50px;
    height: 50px;
    font-size: 5rem;
    right: 17px;
    top: 0px;
    line-height: 40px;
    position: fixed;
    color: black;
    cursor: pointer;
    overflow: hidden;
    background-color: #ffffff7a;
}

span.ico-mglass {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 15px;
    border: 2px solid #222222ab;
    margin: 5px;
}
span.ico-mglass:after {
        content: "";
    height: 3px;
    width: 12px;
    background: #222222ab;
    position: absolute;
    top: 13px;
    left: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
/******download icon*********/

.dlafn {
    position: relative;
    border: 2px solid;
    height: 22px;
    width: 23px;
    margin: auto;
    top: 10px;
    color: #222222ab;
}
    .dlafn::before {
        content: '\2193';
        font-size: 1.5rem;
        line-height: 0px;
        text-align: center;
        cursor: pointer;
        color: #222222ab;
        font-weight: bold;
        background-color: white;
    }

    .dlafn::after {
    }

/*******************/

@media screen and (min-width:1024px) {
    .tooltiptextleft {
        right: initial;
    }
    .tooltiptextleft:after {
        right: initial;
        left: -19px;
        top: 5px;
        transform: initial;-webkit-transform-origin-x:initial;
    }
    .notMobile{
        display:initial;
    }

}

@media screen and (min-width:1180px) {

    .tooltip .fixedDim_1 {
        width: 215px;
        left: 160px;
    }
}
.open-pricing {
    width: 100% !important;
    height: 100% !important;
    float: right;
    display: block !important;
}

.cz-price-sample-container, .cz-any-container {
    transition: all 1s linear;
    position:relative;
}
    .cz-price-sample-container h2, .cz-any-container h2, .cz-any-container h2 a {
        font-size:1.5rem;
        color: inherit;
    }
.cz-price-sample-container h2, .cz-price-sample-container h3, .cz-any-container h2, .cz-any-container h3 {
        text-align:left;
    }
    .cz-price-sample-container .short-desc, .cz-any-container .short-desc{
         text-align: left;
        width: 100%;
        display: block;
        padding: 0 0 20px 0;font-size: .85rem;
    }
    .cz-price-sample-container .short-desc .d_firstclass, .cz-any-container .short-desc .d_firstclass {
        color: green;
    }
      .cz-price-sample-container .short-desc .d_rush, .cz-any-container .short-desc .d_rush{
        font-weight:bold;
    }


.cz-any-container .productBx {
    float:left;
}

.garment-container {
    overflow:hidden;
}

.garment-container .g-container-left, .garment-container .g-container-right {
    margin-bottom:15px;
}
.garment-container  .g-container-left .g-description {
    font-size: .80rem;
    text-align: left;
    /*text-indent: 35px;*/
    font-weight: normal;
    line-height: 20px;
    padding: 0px 75px 0px 0px;
}
.garment-container .g-listitems {
    text-align: left;
    padding: 0px 40px 0px 16px;
}

.garment-container .g-listitems ul {
    list-style: circle outside;
    font-size: .85rem;
    line-height: 20px;
}

.productBx90 {
    width: 100% !important;
    position: absolute !important;
    z-index: 155; /*make sure higher than chat icon especially on mobile*/
    background-color: white;
    left: 0;
    right: 0;
    margin: auto !important;
    box-shadow: 0px 5px 125px 125px #c0c0c091;
}

    .productBx90 .basename {
        display:inline-block;
        padding: 10px 0;
    }
    .productBx90 .close-more-pricing {
        position: fixed;
        font-size: 4rem;
        right: -1px;
        top: 5px;
        z-index: 7;
    }

    .productBx90 .buy50, .productBx90 .buy100, .productBx90 .buy250, .productBx90 .buy500 {
        display:none;
    }

.price-open {
    margin: 2.1%;
}

.product-open {
    float:left;
}

.price-sample-container {
    max-width: 100%;
    margin: auto;  
    background-color: #f0f0f047;    
    margin-bottom: 25px;    /*overflow-y: auto;*/
}
    .price-sample-container table {
        background-color: transparent;    
        width: 100%;
    }
        
    .price-sample-container h6 {
        text-align: left;
        text-indent: 5px;
        font-weight:bold;
        border-bottom: 1px solid #cdcdcd;
    }

    .price-sample-container .digitizeNote {
        display: inline-block;
        width: 100%;
        text-align: left;
        text-indent: 10px;
        font-size: 12px;line-height: 15px;
        /*padding: 5px 0 30px;*/
    }

    .price-sample-container .price-overview tr:nth-child(2n) {
        background-color: #c0c0c01f;
    }

    .price-sample-container .price-overview tbody tr:first-child, .price-sample-container .price-overview thead tr{
        border-bottom: 1px solid #cdcdcd;
    }

    .price-sample-container td, .price-sample-container th {
        padding: 6px;
        text-align: center !important;
        height: 30px;
        font-size: 16px;
        font-size: 1rem;
        vertical-align: middle;
    }

    .price-sample-container td {
        font-size: 12px;
        text-align:center !important;    
        border-bottom: none; /**override when used in customizer -- otherwise default has no bottom border*/
    }

        .price-sample-container td:first-child, .label-services td:last-child  {
            text-align: left !important;
        }

    .price-sample-container .price-overview th {
        font-weight:bold;    /*min-width: 90px;*/
        min-width: 105px;
    }

    .price-sample-container .shipping-fulfillment {
        max-width: 475px;
    }

.label-services td:first-child {
         width: 171px;
    max-width: 240px;
}


@media screen and (min-width:411px) {
    .productBx90 .buy10, .productBx90 .buy25, .productBx90 .buy50 {
        display:table-cell;
    }
}


@media screen and (min-width:768px) {
    .garment-container .g-container-left, .garment-container .g-container-right {
        width: 50%;
        float: left;
    }
    .open-pricing {
        width: 67% !important;
    }
    .productBx90 .basename {
        display:none;
    }
    .productBx90 .close-more-pricing {
        position:absolute;
    }
    .productBx90 .buy10,.productBx90 .buy25, .productBx90 .buy50, .productBx90 .buy100 {
        display:table-cell;
    }

    .indBasebox.product-open .button {
        display:block;
    }
    .label-services td:first-child {
        width: 200px;
    }
}
@media screen and (min-width:1024px) {

    .price-sample-container {
        overflow:auto;
    }
    .prodBx-wrap {
        margin: auto;
        width: 90%;
    }
    .open-pricing {
        width: 73% !important;
    }
    
    /*.productBx90 {
        max-width: 95%;
    }*/
    .productBx90 .buy10,.productBx90 .buy25, .productBx90 .buy50, .productBx90 .buy100, .productBx90 .buy250, .productBx90 .buy500 {
        display:table-cell;
    }
     .label-services td:first-child {
        width: 225px;
    }
}
@media screen and (min-width:1025px) {

    .prodBx-wrap {
        margin: auto;
        width: 100%;
        max-width: 980px;overflow: hidden;
    }
    .productBx90 {
        max-width: 90%;
    }
     .label-services td:first-child {
        width: 241px;
    }
}

@media screen and (min-width:1315px) {
    .productBx90 {
       max-width: 1125px;
    }
}
div.jHtmlArea {
    display: block;
    overflow: hidden;
    border: solid 1px #aaa;
    margin: 8px 0 30px 0;
}
    div.jHtmlArea .Body iframe {
        width: 100%;
        min-height: 265px;
    }
    div.jHtmlArea div {
        padding: 0px;
        margin: 0px;
    }
    div.jHtmlArea .ToolBar {
        display: inline-block;
        background: #fbfbfb;
        border-bottom: solid 1px #aaa;
        width: 100%;
    }
        div.jHtmlArea .ToolBar ul {
            border: solid 1px #ccc;
            margin: 1px;
            padding: 1px;
            float: left;
            background: #fff url(/Content/jHtmlArea/jHtmlArea_Toolbar_Group_BG.png) repeat-x;
        }
div.jHtmlArea .ToolBar ul li { list-style-type: none; float: left; border: none; padding: 1px; margin: 1px; }
    div.jHtmlArea .ToolBar ul li:hover {
        border: solid 1px #ccc;
        background: #ddd url(/Content/jHtmlArea/jHtmlArea_Toolbar_Group__Btn_Select_BG.png);
        padding: 0;
    }
    div.jHtmlArea .ToolBar ul li a {
        display: block;
        width: 16px;
        height: 16px;
        background: url(/Content/jHtmlArea/jHtmlArea.png) no-repeat -16px -500px;
        border: none;
        cursor: pointer;
        padding: 0px;
    }
div.jHtmlArea .ToolBar ul li a.highlighted { border: solid 1px #aaa; background-color: #bbb; padding: 0; }
div.jHtmlArea .ToolBar ul li.separator {height: 16px; margin: 0 2px 0 3px; border-left: 1px solid #ccc;}
div.jHtmlArea .ToolBar ul li.separator:hover { padding: 1px; background-color: #fff; border-top:none; border-bottom:none; border-right:none;}

div.jHtmlArea .ToolBar ul li a:hover { }
div.jHtmlArea .ToolBar ul li a.bold { background-position: 0 0; }
div.jHtmlArea .ToolBar ul li a.italic { background-position: -16px 0; }
div.jHtmlArea .ToolBar ul li a.underline { background-position: -32px 0; }
div.jHtmlArea .ToolBar ul li a.strikethrough { background-position: -48px 0; }
div.jHtmlArea .ToolBar ul li a.link { background-position: -64px 0; }
div.jHtmlArea .ToolBar ul li a.unlink { background-position: -80px 0; }
div.jHtmlArea .ToolBar ul li a.orderedlist { background-position: -96px 0; }
div.jHtmlArea .ToolBar ul li a.unorderedlist { background-position: -112px 0; }
div.jHtmlArea .ToolBar ul li a.image { background-position: -128px 0; }
div.jHtmlArea .ToolBar ul li a.cut { background-position: -144px 0; }
div.jHtmlArea .ToolBar ul li a.copy { background-position: -160px 0; }
div.jHtmlArea .ToolBar ul li a.paste { background-position: -176px 0; }

div.jHtmlArea .ToolBar ul li a.html { background-position: -192px 0; opacity:0.6; filter:alpha(opacity=60);}
div.jHtmlArea .ToolBar ul li a.html.highlighted { opacity:1.0; filter:alpha(opacity=100);}

div.jHtmlArea .ToolBar ul li a.h1 { background-position: 0 -16px;}
div.jHtmlArea .ToolBar ul li a.h2 { background-position: -16px -16px;}
div.jHtmlArea .ToolBar ul li a.h3 { background-position: -32px -16px;}
div.jHtmlArea .ToolBar ul li a.h4 { background-position: -48px -16px;}
div.jHtmlArea .ToolBar ul li a.h5 { background-position: -64px -16px;}
div.jHtmlArea .ToolBar ul li a.h6 { background-position: -80px -16px;}
div.jHtmlArea .ToolBar ul li a.subscript   { background-position: -96px -16px;}
div.jHtmlArea .ToolBar ul li a.superscript { background-position: -112px -16px;}
div.jHtmlArea .ToolBar ul li a.indent { background-position: -128px -16px;}
div.jHtmlArea .ToolBar ul li a.outdent { background-position: -144px -16px;}
div.jHtmlArea .ToolBar ul li a.horizontalrule { background-position: -160px -16px;}
div.jHtmlArea .ToolBar ul li a.p { background-position: -176px -16px;}


div.jHtmlArea .ToolBar ul li a.justifyleft { background-position: 0 -32px;}
div.jHtmlArea .ToolBar ul li a.justifycenter { background-position: -16px -32px;}
div.jHtmlArea .ToolBar ul li a.justifyright { background-position: -32px -32px;}
div.jHtmlArea .ToolBar ul li a.increasefontsize { background-position: -48px -32px;}
div.jHtmlArea .ToolBar ul li a.decreasefontsize { background-position: -64px -32px;}
div.jHtmlArea .ToolBar ul li a.forecolor { background-position: -80px -32px;}
.dim-effect0 {
    background-color: rgba(31, 21, 20, .43);
    width: 100%;
    display: block;
    position: fixed;
    z-index: -1;
    overflow: hidden;
    top: 60px;
}

.dim-effect-show0 {
    transition: .5s ease-in;
    min-height: 1500px;
}

/* search container if search result is embedded on page */
.r_searchCont {
    --search-green: #00b798;
    --search-dark: #222222;
    --search-gray: #5a5a5a;
    --search-yellow: #ffb600;
    --search-border: #e8ecea;
    --search-bg: #f7faf9;

    position: absolute;
    top: 103px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    min-height: 725px;
    overflow: auto;
    background: var(--search-bg);
    color: var(--search-dark);
    text-align: center;
}

.xSearch {
    position: fixed;
    top: 108px;
    right: 14px;
    z-index: 21;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(34, 34, 34, .12);
    color: var(--search-dark);
    font-size: 2.25rem;
    line-height: 1;
    text-align: center;
}

.xSearch span {
    display: block;
    margin-top: -4px;
    font-weight: bold;
    cursor: pointer;
}

.wait-search {
    min-height: 500px;
    /*background-image: url(/Images/loading-modal.gif);
    background-repeat: no-repeat;
    background-position: center;*/
}

/* remove wait-search min height if embedded on page */
.r_searchCont .wait-search {
    min-height: 0;
}

.wait-search span.toWait {
    margin-top: 200px;
}

.g-searchLayout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(1180px, calc(100% - 24px));
    margin: 0 auto;
    padding: 22px 0 48px;
}

.g-xsearchShell1,
.g-searchRes {
    min-width: 0;
}

.g-xsearchShell1 {
    order: 1;
}

.g-searchRes {
    order: 2;
    width: 100%;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid var(--search-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(34, 34, 34, .07);
    text-align: left;
}

.g-resultheader {
    margin: 0 0 16px;
    padding: 18px;
    border: 1px solid var(--search-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(34, 34, 34, .06);
}

.g-resulttitle {
    display: block;
    margin: 0 0 12px;
    color: var(--search-dark);
    font-size: clamp(1.35rem, 4vw, 2.25rem);
    line-height: 1.12;
    letter-spacing: -.03em;
}

.g-searchTerm {
    display: inline-block;
    padding: 2px 10px 4px;
    border-radius: 999px;
    background: rgba(0, 183, 152, .1);
    color: var(--search-green);
    white-space: nowrap;
}

.g-xsearchRes-c,
.g-azsearch-c {
    color: var(--search-gray);
    font-size: .9rem;
    line-height: 1.4;
}

.g-xsearchRes-c > div,
.g-azsearch-c > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.g-next-s,
.g-prev-s,
.g-previous-s {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid var(--search-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--search-dark);
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.g-next-s:hover,
.g-prev-s:hover,
.g-previous-s:hover {
    border-color: var(--search-green);
    color: var(--search-green);
    box-shadow: 0 8px 18px rgba(0, 183, 152, .14);
    transform: translateY(-1px);
}

.g-xsearchRes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    padding-bottom: 0;
}

.g-basebox {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 100%;
    height: auto;
    float: none;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--search-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(34, 34, 34, .06);
    z-index: inherit;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.g-basebox:hover {
    border-color: rgba(0, 183, 152, .38);
    box-shadow: 0 18px 36px rgba(34, 34, 34, .12);
    transform: translateY(-3px);
}

.g-sr-pimg {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f7f6 100%);
}

.g-baseboxImg {
    width: 100%;
    max-width: 170px;
    min-width: 0;
    max-height: 100%;
    object-fit: contain;
    transition: transform .18s ease;
}

.g-basebox:hover .g-baseboxImg {
    transform: scale(1.035);
}

.g-baseboxName {
    display: block !important;
    width: 100%;
    padding: 14px 14px 4px;
    color: var(--search-dark);
    font-size: .94rem !important;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
}

.g-baseboxSupplier {
    padding: 0 14px;
    color: var(--search-gray);
    font-size: .78rem;
    line-height: 1.35;
    text-align: left;
}

.g-baseboxColor {
    min-height: 8px;
}

.g-priceRange {
    position: static;
    align-self: flex-start;
    margin: auto 14px 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 182, 0, .16);
    color: var(--search-dark);
    font-size: .76rem;
    font-weight: 800;
    line-height: 1;
}

.g-azsearch-l {
    display: block;
    margin: 0 0 10px;
    color: var(--search-dark);
    font-size: 1.12rem;
    line-height: 1.33;
    letter-spacing: -.02em;
}

.g-azsearch-c {
    margin-bottom: 12px;
}

.g-azsearch-r {
    display: grid;
    gap: 8px;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
}

.g-azsearch-r li {
    list-style-type: none;
    padding: 0;
}

.g-lnk-url {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 11px 12px;
    border: 1px solid var(--search-border);
    border-radius: 14px;
    background: #f9fbfa;
    color: var(--search-dark);
    font-size: .9rem !important;
    font-weight: 700;
    line-height: 1.25rem !important;
    text-align: left;
    text-decoration: none;
    transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.g-lnk-url:hover {
    border-color: rgba(0, 183, 152, .45);
    background: rgba(0, 183, 152, .08);
    color: var(--search-green);
    transform: translateX(2px);
}

.g-xsearchRes-nsf,
.g-azsearch-nsf {
    display: block;
    padding: 20px;
    color: var(--search-gray);
    font-weight: 700;
}

.g-fullview {
    width: 100%;
}

@media screen and (min-width: 560px) {
    .g-searchLayout {
        width: min(1180px, calc(100% - 36px));
        gap: 22px;
    }

    .g-xsearchRes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media screen and (min-width: 768px) {
    .g-searchLayout {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
        padding-top: 30px;
    }

    .g-xsearchShell1 {
        order: 1;
        width: auto;
        float: none;
        margin-top: 0;
    }

    .g-searchRes {
        order: 2;
        position: sticky;
        top: 84px;
        width: auto;
        float: none;
        margin: 0;
    }

    .g-xsearchRes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
        width: 100%;
    }

    .g-azsearch-c {
        overflow: visible;
    }
}

@media screen and (min-width: 1024px) {
    .r_searchCont {
        top: 60px;
    }

    .xSearch {
        top: 72px;
    }

    .g-searchLayout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 28px;
        width: min(1240px, calc(100% - 48px));
    }

    .g-xsearchRes {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .g-baseboxName {
        font-size: .9rem !important;
    }

    .g-baseboxSupplier {
        font-size: .76rem;
    }
}

@media screen and (min-width: 1280px) {
    .g-xsearchRes {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

