/* Minification failed. Returning unminified contents.
(5159,15): run-time error CSS1031: Expected selector, found '}'
(5159,15): run-time error CSS1025: Expected comma or open brace, found '}'
 */
.order-search {
    height: 100px;
    width: 100%;
    overflow: hidden;
    padding: 25px 1px;
}
    .order-search li:first-child {
        float:left;width: 50%;
    }
    .order-search li:last-child {
        float:right;
    }
.order-search-cont, .searchbox-cont, .order-search-cont div, .searchbox-cont div {
    height: 35px;
}
.order-search-cont, .searchbox-cont {
        width: 100%;
    overflow: hidden;
    /*box-shadow: 0px 0px 0px 1px #636363;*/
        border: 1px solid #636262;
    position: relative;
}
    .order-search-cont div, .searchbox-cont div{
        background-position: -15px -908px;
        width: 25px;
        z-index: inherit;
    }
    .order-search-cont input, .searchbox-cont input {
        float: left;
        width: 84%;
        height: 100%;
    }
    .searchbox-cont div {
        float:right;width: 32px;
    }
    .searchbox-cont input {
        width: 82%;
    }

    .searchbox-cont .searchXIcon {
        float: right;
        text-align: center;
        font-size: 3rem;
        line-height: 27px;
        border-left: 1px solid;
        cursor: pointer;
        width: 32px;
    }
        .order-search-cont input:valid, .searchbox-cont input:valid {
            border: none;
        }

.inp-label {
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    line-height: 30px;
    padding: 0px 0px 0px 5px;
    width: 100%;
    text-align: left;
    transition: .5s linear;
}
.inp-label.sm-fnt {
    font-size:8pt;
    line-height: 15px;
    height:auto;
    width:auto;
    color: #c0c0c073;
}

.shadow {
    box-shadow: 0px 1px 0px 0px #ada7a7;
}
.grayBg {
        /*padding-bottom: 60px !important;*/
        min-height: 585px;
}
.relativeBx {
    float:none !important;              
}
.details {
    color: blue;
    display: inline-block;
    text-align: right !important;   
    cursor: pointer;
}
.center a{
	text-align:center;	
	margin:auto;
	display:block;
	padding:10px;
}
.centerBody {
    width: 100% !important;
}
/*tab effect*/
.tabs {
        min-width: 300px;
}
.tab {
    height: 32px;
}
    .tab ul li, .tab-body {
        border: 1px solid #dad8d8;
    }
    .tab ul li {
        width: 30%;
        float: left;
        z-index: 2;
        line-height: 31px;
        margin-left: 10px;
        border-radius: 0px 10px 0px 0px;    
        cursor: pointer;
        min-width: 135px;
        /*background-color:#f2f2f2;*/
        background-color: #cecece;
        color: #3e3e3e;
    }
    .tab ul li.active {
        border-bottom: none !important;
        height: 33px;
    }        
.tab-body {
    padding: 15px;
}

.tab-body, .tab ul li.active {
    background-color: white; /* #f2f2f2;*/
    border: 1px solid #b3b3b3;
}

/*tab effect*/
.orderitemBlock{
    border-left: 1px solid silver;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
        overflow: auto;
    background-color: white;
	/*margin-bottom:15px;*/
    box-shadow:  0px 2px 0px 0px #e4e3e3;
}
.orderitemBlock:not(:last-child) {
    margin-bottom: 15px;
}
.itemBodyBlock{
    padding:5px;    
    /*border-bottom: 1px solid silver;*/
}
.modifiedBlock {
    text-align: right;
    font-size: .7rem;
    font-style: italic;
    display: none;
}
.topBlock{
    width: 100%;
    padding: 15px 0px;
}
.topBlock .leftColumn{
    text-align:left;
}
.topBlock .rightColumn{
    text-align:right;
}
.topBlock .leftColumn,.topBlock  .centerColumn,.topBlock  .rightColumn {
    width:32%;
    float:left;
    padding-left:5px
}
.topBlock  .centerColumn{
    margin-bottom: 0px;
}
            
.trackit .leftColumn, .trackit .rightColumn {
    width: 100%;
    text-align: left;
    padding: 5px;
}
.topBlock span, .productinfo{              
    text-align:left;
    line-height:20px;
}

.topBlock .fulfillbtn , .topBlock .fulfillbtn span{
   text-align:center;
    font-size: 1.25rem;
    min-width: 100px;
    padding: 4px 0px 0px;
}
.defaultcardlnk {
    text-decoration: underline;
    color: blue;
    font-size: 1rem;
}
.ordersWrap {
    position:relative;
}
    .ordersWrap .removeItem {
        position: absolute;
        right: 18px;
        bottom: 18px;
        background-image: url(/Images/Upload/black-icon-sprite-for-artwork.png);
        background-repeat: no-repeat;
        background-size: 19px;
        height: 25px;
    }
.productBlock{
    overflow: auto;position: relative;
}
    /*.productBlock .removeItem {
            position: absolute;
        bottom: 5px;
        right: 5px;
    }*/
.donotfulfillBtn {
    /* background-color: silver; */
    border-bottom: none;
    padding: 5px;
    text-decoration: underline;
    cursor: pointer;
    color: #ffb600;
    font-size: .75rem;
}
.imageColumn{
    float:left;
    max-height: 194px;
    overflow: hidden;    
    padding-left: 5px;
}
.imageColumn .prodImage{
    width: 100px;
    margin-top: -5px;
}
.actionColumn{
    width: 50%;
    float: right;
    margin-top: 15px;
}      
.actionColumn div{
    display:block;   
    width: 100%;
    overflow: auto;
}
.actionColumn .productName{
    max-width:100%;
    overflow: hidden;
}
/*.actionColumn div.productQty{
    padding-bottom:3px;
}*/
.actionColumn .ghost{
    width:auto;
    max-width:155px;
}

.basicTable {
    margin-bottom: 15px;
}

.qAnda{
	background-image:url('/images/brands/brands-faq-background.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	background-color:white;	
	color:black;
	padding-top:5%;
	padding-bottom:50px;
	margin-top:0;
}
.qAnda p{
	color:black
}
ul#questionFamily{
	margin:0 0 25px;
	width:90%;
	display:inline-block;
	text-align:center;
}
ul#questionFamily li{
	width:100%;
	max-width:310px;
	display:inline-block;	
	text-align:left;
	margin:1% 0% 0% 2%;
	float:none;
	padding-top:8px;
	padding-bottom:0px;
	border-radius:2px;
}

ul#questionFamily li h4{
	font-size:18px;
	font-size:1.125rem;
	padding:10px 0;
	float:left;
	width:95%;	
	font-weight:bold;
}
ul#questionFamily li p{
	font-size:12px;
	font-size:1rem;
	float:left;
	width:95%;	
	color: black;
	line-height:1.125rem;
	margin-top:0px;
}

@media screen and (min-width:768px){
    .tab {
        height: 31px;
    }
    .centerBody {
        /*width: 80% !important;*/
        max-width: 78%;  
    }
        
    .actionColumn .ghost{
    min-width:155px;
    }
    ul#questionFamily li {
        width: 47%;
        min-height: 150px;
    }

    .trackit .leftColumn, .trackit .rightColumn {
    width: 78%;
    text-align: left;
    padding: 0px;
    }
    .trackit .rightColumn{
    width: 20%;   
    margin-top: 0px;
    }              
    .trackit .trkit{
    float:right;
    }
    .actionColumn{
        float: left;
        margin-left: 10%;
    }
    .order-search-cont {
        width: 32%;
        min-width: 315px;
    }
    .order-search-cont input {
        width: 88%;
    }
    .topBlock .fulfillbtn, .topBlock .fulfillbtn span {
        padding: 5px 10px;
    }
    .searchbox-cont input {
        width: 90%;
    }
}
@media screen and (min-width: 1024px){
    .tab {
        height: 32px;
    }
    .topBlock .rightColumn{
    margin-top:0;
    margin-right: 0; 
    }
     .centerBody {
        margin-left: 5% !important;
    }
    .searchbox-cont input {
        width: 92%;
    }
}

@media screen and (min-width: 1025px) {

}
.awPanel {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	float: none;
	overflow: visible;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	max-width:400px;
	max-height:400px;
	text-transform:none;
	z-index:0;
}
.gray{
	background-image:none !important;
	background-color:#efefef !important;	
}
.cthrough {
    background-color: transparent !important;
}
.awPanel > img {
	width: auto;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 70%;
	max-width: 100%;
	z-index: 0;
}

.awPanel svg,
.appliqueService svg{
	width:100%;
	height:100%;
	max-width:100%;
	max-height:70%;	
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	margin:auto;
}

.printColors{
	display:none;	
}

.tipImg{
	width:25%;
	float:left;	
}
.left50, .right50 {
	width: 45%;
	display: inline-block;
}

.left50{
	float:left;	
}
.right50{
	float:right;	
}

.fauxH1,
.fauxH2{
	color:#222;	
	text-align:center;
}
.fauxH1 {
	margin-top: 25px;
}

.fauxH2{
	font-size:24px;	
}

.svg-container{
	width:100%;
	height:100%;
	right: 0;
	top: 0;
	bottom:0;
	left:0;
	margin:auto;
	z-index: 0;
	text-transform:none;
}

#idRightView .artloaded,
.svgItemCode .svg-container{
	cursor:pointer;	
}
#idRightView .activeArtwork .artloaded,
#idRightView .activeArtwork{
	cursor:move;	
}



.artwrkHeader,
.bottomWrap{
	position:absolute;
	left:0;
	right:0;
	width:100%;	
	background-color:rgba(255,255,255,.95);
	margin:auto;
	text-align:center;
	display:inline-block;
	height:auto;
	padding:10px;
	z-index:1;
}
.artwrkHeader{
	top:0;	
}
.bottomWrap {
	bottom:0;
}

.troubleWrap{
	color:#222;
	position:absolute;
	bottom:35px;
	right:1%;	
	text-align:left;
	z-index:1;
}

div.buttonWrap {
	position:relative;
	display:inline-block;
	width:300px;
	text-align:center;
}

div.nextWrap {
	float:right;
	right: 0;
	position:relative;
}	

.fauxH{
	font-size:20px;	
}
a.email,
div.call{
	font-size:13px;
	margin:5px 0;
	width:100%;
	display:inline-block;
	background-repeat:no-repeat;
	background-image:url('/Images/Upload/icon-cta-sprite.png');
	background-size:30px auto;
	height:30px;
	line-height:30px;
	text-indent:30px;
	color:inherit;
}

div.call{
	background-position:left -147px;
	cursor:text;	
}
a.email{
	background-position:left -180px;	
	cursor:pointer;
}

div#errorArtwork {
	position: relative;
	top: 6px;
	left: 0;
	right: 0;
}

#invalidArtwork{
	display:inline-block;
	max-width:300px;
	width:100%;
	max-height:250px;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:0;
	bottom:0;	
	background-color: rgba(255,255,255,.95);
	padding:15px 0;
}

.error span,
.error div.xWrp{
	width:100%;
	text-align: center;
	display:inline-block;	
	border-radius:2px;	
	padding:15px 0;
	line-height:24px;
	line-height: 1.5rem;
	font-size:16px;
	font-size:1rem;
}

    .error span.mxqty {
            display: inline;
        font-size: .75rem;
    }

.yWrp{
	display:inline-block;
	text-align:center;
	margin-top:16px;	
	width:100%;
}

.middleCntr{
	width:10%;
	display:inline-block;
	text-align: center;
	float:left;
	margin-top:14px;	
}

.leftSd,
.rightSd{
	width:45%;
	display:inline-block;
}

.leftSd{
	float:left;	
}

.rightSd{
	float:right;	
}

.error div.chatWrap,
.error div > label{
	color:#222;
	font-family:'Questrial', sans-serif;
	font-weight:normal;
	font-size:16px;
	font-size:1rem;
	display:block;
}

#loadingArtwork{
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	width:300px;
	height:200px;
}
#loadingArtwork img{
	width:100%;	
	max-width:200px;
}

#modal article.artwork-upload.modal{
	max-width: 100%;
	max-height: 100%;
	height:100%;
	width:100%;	
	padding:0;
	background-color:rgba(149,149,149, .5)
}

article.artwork-upload.modal > div:first-child{
	border:none;	
}
#preUpload{
	background-image:url('../images/cat-applique-example.png');
	background-color:#fff;
	background-position:top right;
	background-size:50% auto;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	max-height:600px;
	max-width:800px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	box-shadow:0 0 5px #000;
}

#preUpload .typeWrap{
	width:55%;	
}

div.videoWrap {
	display: inline-block;
	margin:10px 0;
}

#preUpload .top{
	height:100%;
	margin-bottom:-75px;
	display:inline-block;
	width:100%;	
	min-height:575px;
}
#preUpload .bottom{
	width:100%;
	background-color:#efefef;
	text-align:center;
	height:75px;
}

#preUpload .bottom a {
	display: inline-block;
	height: 75px;
	line-height: 75px;
	float: right;
	right: 16px;
	position: relative;
}
#preUpload .bottom .stillHelp{
	color:#5a5a5a;
	font-size:16px;	
	height:100%;
	line-height:75px;
}
#preUpload .bottom p{
	color:#5a5a5a;	
}

#preUpload .chatWrap.questionIcon {
	float: left;
	top: 8px;
	left: 16px;
	position: relative;
}

#uploadartwork {
	height:100%;
	width: 100%;
	display: block;
	position: absolute;
	background-color:#fff;
	background-size:186px 131px;
	background-repeat:repeat;
	top:0;left:0;right:0;bottom:0;margin:auto;
	box-shadow:0 0 5px #000;
}
.artwork-upload #uploadartwork .fauxH1{
	color:#222;	
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	height:auto;
	width:100%;
	max-width:55%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:60px;
} 
.artwork-upload #uploadartwork div.fauxH2.arrow {
	position: absolute;
	top: 30%;
	right: 15%;
	color: #222;
	margin: 0;
	font-family: 'Permanent Marker', cursive;
	height: 125px;
	background-image:url('/Images/Upload/black-icon-sprite-for-artwork.png');
	background-repeat: no-repeat;
	background-position: center -1200px;
	background-size: 54% auto;
	max-width: 320px;
	display: block;
}
.artwork-upload div.instruct{
	font-size: 20px;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 90px 0 16px;
	display: inline-block;
	color:#222;
	position:relative;
}
#preUpload .quest {
	margin-top: 50px;
}
#preUpload label {
	margin-top: 10px;
}
input#fileinp,
input#ufileinp,
input#fileinp0{
    bottom: 0;
    cursor: pointer;
	height: 50px;
    left: 0;
    margin: 0;
    opacity: 0;
	filter:alpha(opacity=00); /* ie */
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#background{
	width:100%;	
	height:100%;
}
#uploadartwork .close,
#preUpload .close,
.randomIcon,
.uploadIcon,
.tShirtIcon,
.sewingMachineIcon,
.rightArrowIcon,
.questionIcon,
.serviceOptions{
	background-image:url('/Images/Upload/black-icon-sprite-for-artwork.png');
	background-repeat:no-repeat;
	height:60px;
	width:60px;
	background-size:75% auto;
	display:inline-block;
	cursor:pointer;
	position:relative;
}
.tShirtIcon.loading-hangar,
.sewingMachineIcon.loading-hangar{
	background-image:url('/Images/loading.gif');
	background-position:center;
	background-size:40px auto;
    cursor: default;
}

#uploadartwork .close{
	left:1%;
	float:left;
	background-position: center 7px;
	background-color:transparent;
	position:relative;
	padding:0;
}

.questionIcon {
	background-position: center -227px;
}

.randomIcon{
	background-position:center -118px;
}
.uploadIcon{
	background-position:center -60px;
	position:relative;
}
.tShirtIcon,
.sewingMachineIcon {
	background-position: center -50px;
	width: 60px;
	height: 60px;
}
ul#serviceOptionsWrap{
	width:100%;
	display:inline-block;
	margin:0 auto;	
}
li.serviceOptionListItem{
	display:inline-block;
	margin:0;	
	width:89px;
	height:89px;
}

label.serviceOptions{
	width:100%;
	height:100%;	
}

#cutAndSewLabelCTA{
	background-position: center -249px;
}

#printLabelCTA{
	background-position: center -160px;
}

#embroideryLabelCTA{
	background-position:center -405px;
}

li.serviceOptionListItem input[type=radio] + label {
  color: #222;
  border:3px solid transparent;
} 
li.serviceOptionListItem input[type=radio]:checked + label {
  color: #ff0000;
  border:3px solid #ff0000;
  border-radius:2px;
} 

.loadingMessage{
	color:#222;	
	background-color: rgba(255,255,255,.95);
	padding:2%;
	border-radius:2px;
	display:inline-block;
}

.label{
	color: #222;
	cursor: pointer;
	display:inline-block;
	margin:0 auto;
	position:absolute;
}

li.serviceOptionListItem span.label{
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	max-width:100%;	
	text-align:center;
	font-size:13px;
	font-size:.8125rem;
	
}
.refine{
	right:60px;
	top:19px;
	font-size:24px;
	font-size:1.5rem;
}
.randomWrap,
.uploadWrap {
	width:auto;
	display:inline-block;
}

.modal .genderMenu {
	position: absolute;
	border-radius: 0 0 2px 2px;
	width: auto;
	top: 73px;
	right: 18%;
	background-color:rgba(255,255,255,.95);
	color:#222;
	transition:all .5s linear;
}
.modal .genderMenu ul{
	padding: 10px;
	min-height:80px;
}
.modal .genderMenu ul li{
	text-align:left;
	color:#222;	
	padding:0 0 15px;
	margin:0;
	font-size:24px;
	font-size:1.5rem;
	position:relative;
	min-width:120px;
}
.modal .genderMenu ul li:after{
	content:' >';
	float:right;
	position:absolute;	
}
.modal .genderMenu ul li:hover{
	color:#FF0000;
}

#preUpload .tips,
.clArtworkOption .tips {
	width: 90%;
	color: #5a5a5a;
	text-align: center;
	display: block;
	margin: 45px auto 0;
}

.clArtworkOption div.buttonGray{
	display:block;
	margin:0 auto;	
	max-width:210px;
}

.clArtworkOption a.googleCta {
	display: inline;
	width: auto;
}

#preUpload .tips p, #preUpload .tips b,
.clArtworkOption .tips p, .clArtworkOption .tips b {
	font-size: 13px;
	text-align: left;
	width: 70%;
	display: inline-block;
	float: none;
}

img.loadingIcon {
	position: absolute;
	width: 40px;
	left: 0;
	top: -19px;
	right: -2px;
	margin: auto;
	bottom: 0;
	display:none;
}

/*.noSupportBrwsBan {
    background-color: red;
    font-size: 10pt;
    color: white;
    font-weight: 700;
    padding: 3px;
}

    .noSupportBrwsBan .bannerTxt {
        margin-left: 5px;
        margin-right: 20px;
    }

    .noSupportBrwsBan .bannerIgn {
        cursor:pointer;
    }*/

@media screen and (max-width:1024px){
	.troubleWrap
	{
		display:none;	
	}
}

@media screen and (max-width:480px){
	#preUpload{
		height:87%;
		width: 93%;
		display: block;
		position: absolute;
		top:0;left:0;right:0;bottom:0;margin:auto;
		box-shadow:0 0 5px #000;
		background-image: url('/images/cat-applique-example.png');
		background-position: center 0;
		background-size: 100% auto;
	}

	div.nextWrap {
		position: absolute;
		bottom: 5px;
		margin:auto;
		right: 0;
		width:130px;
		height:60px;
	}
	div.fromCustomizerWrap{
		right:0;
		position:absolute;	
	}
	.tShirtIcon,
	.sewingMachineIcon{
		width:60px;
		height:60px;	
		background-position:center -60px;
	}
	#preUpload .typeWrap {
		width: 100%;
		margin: 0;
		background-color: rgba(0,0,0,.5);
		display:inline-block;
		padding:34px 0 17px;
	}
	
	.artwork-upload div.instruct {
		margin: 16px 0 16px;
	}
	div#errorArtwork {
		max-width: 90%;
		margin: auto;
	}
	
	#preUpload .fauxH1, 
	#preUpload .fauxH2{
		color:#fff;	
	}
	.refine{
		text-indent:-9999999px;
	}
	.leftSd,
	.rightSd{
		width:90%;
		display:inline-block;
	}
	
	.leftSd{
		float:none;	
	}
	
	.rightSd{
		float:none;	
	}
}

@charset "UTF-8";
/* Sample CSS Document */

#modal{
	background-color:rgba(239,239,239,.9);
	height:100%;
	/*position:absolute;*/
	top:0;
	left:0;	
}
.shrink{
	font-size:1rem;
}
#modal article.card p{
	display:inline-block;	
	text-align:center;
	width:100%;
    max-width: initial !important;
}

#modal article.card h1{
	margin-top:25px;
	position:relative;
	left:auto;	
}

#modal article.card .smllTxt{
	font-size:13px;
	font-size:.8125rem;	
}

#modal article.card ul#sizeWrap {
    display: inline-block;
    width: 92% !important;
	max-width:92% !important;
	height:auto;
    text-align: center;
}

#modal article.card #sizeWrap li.sizeCell {
    /*width: 70px;*/
    display: inline-block;
    /*background-color: #5a5a5a;*/
    color: #fff;
    height: 80px;
    border-radius: 2px;
    margin-top: 15px;
    position:relative;
    min-width: 75px;
    width: 18% !important;
}



#modal article.card #sizeWrap li.sizeCell .addi-price{
    color: black;
    position: absolute;
    margin-top: 0.35rem;
    right: 0;
    font-size: 0.8rem;
}
#modal article.card #sizeWrap li.sizeCell .sizeInventory {
    font-size: .85rem;
    right: 0;
    color: black;
    display: block;
    text-align: right;   
    /*border-right: 1px solid #f3bc59;
    line-height: 20px;*/
    padding-right: 5px;
    font-style:italic;
    /*font-weight:bold;*/
}

    #modal article.card #sizeWrap li.sizeCell:first-child .sizeInventory:before, #modal article.card #sizeWrap li.sizeCell:nth-child(5) .sizeInventory:before {
        content: 'stock';
        float: left;
        padding-left: 5px;
        font-weight: normal;
    }

#modal article.card #sizeWrap li.sizeCell:nth-child(1):nth-last-child(4), 
#modal article.card #sizeWrap li.sizeCell:nth-child(2):nth-last-child(3), 
#modal article.card #sizeWrap li.sizeCell:nth-child(3):nth-last-child(2), 
#modal article.card #sizeWrap li.sizeCell:nth-child(4):nth-last-child(1){
	width:24%;
}
#modal article.card #sizeWrap li.sizeCell:nth-child(1):nth-last-child(5),
#modal article.card #sizeWrap li.sizeCell:nth-child(2):nth-last-child(4),
#modal article.card #sizeWrap li.sizeCell:nth-child(3):nth-last-child(3),
#modal article.card #sizeWrap li.sizeCell:nth-child(4):nth-last-child(2),
#modal article.card #sizeWrap li.sizeCell:nth-child(5):nth-last-child(1) {
	width: 19%;
}
#modal article.card #sizeWrap li.sizeCell:nth-child(1):nth-last-child(6),
#modal article.card #sizeWrap li.sizeCell:nth-child(2):nth-last-child(5),
#modal article.card #sizeWrap li.sizeCell:nth-child(3):nth-last-child(4),
#modal article.card #sizeWrap li.sizeCell:nth-child(4):nth-last-child(3),
#modal article.card #sizeWrap li.sizeCell:nth-child(5):nth-last-child(2),
#modal article.card #sizeWrap li.sizeCell:nth-child(6):nth-last-child(1) {
	width: 15%;
}

#modal article.card #sizeWrap li.sizeCell:nth-child(1):nth-last-child(7),
#modal article.card #sizeWrap li.sizeCell:nth-child(2):nth-last-child(6),
#modal article.card #sizeWrap li.sizeCell:nth-child(3):nth-last-child(5),
#modal article.card #sizeWrap li.sizeCell:nth-child(4):nth-last-child(4),
#modal article.card #sizeWrap li.sizeCell:nth-child(5):nth-last-child(3),
#modal article.card #sizeWrap li.sizeCell:nth-child(6):nth-last-child(2),
#modal article.card #sizeWrap li.sizeCell:nth-child(7):nth-last-child(1) {
	width: 13%;
}

#modal article.card #sizeWrap .sizeCTA,
#modal article.card #sizeWrap input.sizeInput {
    width: 100%;
    height: 2.2rem;
    display: block;
    text-align: center;
}

#modal article.card #sizeWrap .sizeCTA {
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    padding: 10px;
    background-color: #5a5a5a;
}
#modal article.card.sampleView .sizeCTA{
    height:inherit;
}

/*.sample {
    padding: 17px 0 0 !important;
}*/

#modal article.card #sizeWrap input.sizeInput {
    border-radius: 0 0 2px 2px;
    color: #222;
}

#modal article.card #sizeWrap input.sizeInput:focus {
	background: #fff;
}

#modal article.card .pComposition span {
    float: left;
    display: inline-block;
}
#modal article.card div.product-size.clickable {
    width: 120px;
    min-width: 120px;
    float: right;
    font-size: 16px;
    margin: 0;
    clear: right;
    text-align: right;
    padding: 0;
}

#modal article.card .unitWrap {
    width: 100%;
    display:block;
	margin:0 auto;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    min-height: 40px;
	max-width:450px;
    line-height: 40px;
}

#modal article.card .unitWrap:first-child{
	margin-top:25px;	
}

#modal article.card #quoteWrap .labelColumn {
    float: left;
    width: 33.33333339%;
    display: inline-block;
    text-align: center;
    cursor: default;
	margin:0;
}

#modal article.card #quoteWrap .labelColumn:first-child {
    text-align: left;
}

#modal article.card #quoteWrap .labelColumn:last-child {
    text-align: right;
}

#modal article.card #quoteWrap .half{
	width:50%;
	float:left;
	display:inline-block;	
	text-align:right;
	margin:0;
}
#modal article.card #quoteWrap .half:first-child{
	text-align:left;	
}
#modal article.card .full{
	width: 99.7%;
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    overflow:hidden;
    height: 60px;
    cursor: pointer;
	margin: 10px auto 0;
}	

#modal article.card .strike-through{
	text-decoration:line-through;	
}

#modal article.card .qty:after{
	content:' @';	
}
#modal article.card #newPrice:after{
	content:' ea.';	
}
#modal article.card .number{
	display:inline-block;	
}
#modal article.card .red{
	color:red;
}
#modal article.card #quoteWrap{
	-moz-transition:max-height 1s ease;
	-webkit-transition:max-height 1s ease;
	transition:max-height 1s ease;	
	max-height:500px;
	overflow:hidden;
}
#modal article.card .hde{
	max-height:0 !important;
}

#modal article.card .SizeChart{
	width:100%;	
}

#modal div.quoteContainer{
	width:100%;
	height:100%;
	display:inline-block;	
	overflow:auto;
	overflow-x:hidden;
	position:relative;
}

#modal article.card{
	max-width:800px;
	position: fixed;
	top: 0%;
	left: 0;
	right:0;
	bottom:auto;
	margin:auto;
	height:100%;
	max-height:100%;
	min-height:450px;
	overflow:auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s;
	/**/
	border-radius:2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color:white;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    width:100% !important;
    padding:0;
}
section#modal.modalpopup{
	/*background-color:rgba(239,239,239,.9) !important;*/	
	overflow:hidden;
	padding:0;
}

#modal .close{
	background-image:url('/Images/Upload/black-icon-sprite-for-artwork.png');
	background-repeat:no-repeat;
    height: 40px;
    width: 40px;
	background-size:100% auto;
	display:inline-block;
	cursor:pointer;
	left:0;
	float:left;
	background-position: center 0px;
	background-color:transparent;
	position:fixed;
	padding:0;
	top:0;
    z-index:10;
}

#modal article.card.back{
	-webkit-transform: translateY(-20%) scale(0.8);
	transform: translateY(-20%) scale(0.8);
	z-index:0;
	overflow:hidden;
	max-height:600px;
}

#modal article.card.front{
	z-index:2;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
}

#modal article.card .selectedSz .sizeCTA {
    background-color: rgb(255, 182, 0) !important;
}

#modal th.priceCell, td.priceCell {
    width: 33%;
    text-align: center !important;
}

.lrg.button{
	font-size:1.5rem;
}
.topblck {
        padding-top: 45px;
}

#modal article.card.front.bulkView .h3lbl {
    padding: 0;
    font-size: 15px;
    margin: 0 0 5px;
}

.optionhdr {
    font-size: 1.5rem;
    color: black;
    cursor: default;
}

.optionlbl {
        /*float: left;
    margin: -5px 0px 10px 40px;*/
    padding: 0px;
    text-align: center;    
    display: inline-block;
}

.optionprice {
    float:right;
    padding: 0px 15px;
    margin-bottom: 10px;
}
    .bulkprice::before {
        content:'as low as';
        font-size:.75rem;
        padding-right:5px;
    }
.optiontxt {
    text-align: left !important;
    max-width: 100%;
        padding: 0px 15px 10px;
    color: black;
    font-family: Questrial;
    margin-bottom: 5px;    
    font-size: 1rem;
}
.exprice {
    /*padding:20px;*/
    padding: 50px 60px 0;
}
.expricehdr {
    overflow:hidden;
}
    .exprice ul li {
        padding:9px;
    }

    .exprice .lightestGrayBg {
        color:black;
        font-weight:bold;
    }
.expricehdr, .expricerow {
        overflow: hidden;
    border-bottom:1px solid silver;
}
.pricehdr {
    width: 30%;
    display: inline-block;
}
.pricecell {    
    font-weight: bold;
    width: 30%;
    display: inline-block;
}
#modal .quoteContainer .shimmer {
    height: 68px;
    bottom: 0;
    top: initial;
}
/*.nextCTA {
        position: fixed !important;
        overflow: hidden;
    height: 50px;
}*/
    .nextCTA div, .nextCTA input {
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid white !important;
    }
#modal article.card .graybtn {
    cursor:default;
}
#modal article.card .graybtn .shimmer:after {
    -webkit-animation: none;
    animation: none;
}

#modal article.card .graybtn input {
    background-color: silver;
}
    
/*.buybulk .nextCTA a {
    position:absolute;
}*/

/*.startcamp .nextCTA div {
    position: relative;
    width: 100%;
}*/
.dslbls {
    font-size: 17px;
    width: 67px;
    float: left;
    line-height: 30px;
}
.storeSelection {
    width: 75%;
    height: 30px;
    font-size: 1.25rem;
}

.optioncont {
    box-shadow: 0 0 0 transparent !important;
    width: 100% !important;
    max-height: 100% !important;
    padding: 16px 0 !important; /** ensure this does get override in /verified/dropshipping*/
}

.buysample li.sizeCell, .drop-ship li.sizeCell {
    height:48px !important;
}

.optioncont h2 {
    color: black;
    font-weight: bold;
    left: 0;
    right: 0;
    background-color:white;    z-index: 4;
        margin-top: 12px!important;
        position: relative!important;
}

.highlight_svaing_sec {
    margin: 8px 0px;
}

.highlight_svaing_sec h2 {
    position: relative;
    display: inline-block;
    padding-left: 49px;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    margin-top: 25px;
}

.highlight_svaing_sec h2:before {
    content: url(/Images/icons/savemore-icon.png);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.highlight_svaing_sec #product_count, #save_price, #save_price_dollar {
    font-weight: 700;
    font-size: 22px;
}

/*ensure the style will work on customizer too */
table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    border-spacing: 0;
}
th:nth-child(1), td:nth-child(1), th:nth-child(2), td:nth-child(2) {
    text-align: left;
}

td, th {
    padding: 6px;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    height: 30px;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle;
}
/*****END****/

/*******DROP SHIP*****override of tab grid**************/

#modal article.card .drop-ship .full, #modal article.card .buysample .full {
    position: fixed;
    margin: auto;
}
.drop-ship .optionprice {
    position: fixed;
    right: 23px;
    bottom: 52px;
    z-index: 1;
    padding: 0;
    background-color: white;
}
.drop-ship .tabs {
    height:initial;   
   /* margin-top: 40px; */   margin-bottom: 200px;
}
.drop-ship .tab ul {
    margin-left: 25px;
}
.drop-ship .tab ul li.tab-li {
    line-height: 21px;
    width: 20%;
    height: 50px;
    margin: 0 2px;
    padding: 5px;    
    min-width: 70px;
    overflow: hidden;
}
    .drop-ship .tab ul li.tb-disabled {
        background-color: #808080ed;
        cursor: default;
    }
.drop-ship .tab-body {
    margin-top: 17px;
    border: none;
    border-top: 1px solid #c0c0c0fa;
    padding: 0 25px;
}
.drop-ship .optionlbl {
    padding: 75px 0 0;
}
.drop-ship h4 {
    font-weight: bold;
}
.drop-ship div.tab-helptext, .drop-ship div.tab-body-content {
    color: #000000ed;
}

.drop-ship a.ds-faq {
    font-size: 12px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.drop-ship .profit-calculator {
    position: fixed;
    bottom: 60px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 25px;
    box-shadow: 0px -6px 8px 0px #c0c0c070;
}
    .drop-ship .profit-calculator th {
        font-weight:bold;
    }
    .drop-ship .profit-calculator input {
        border-radius: 0;
        border: 1px solid #c0c0c0c2;
        width: 100px;
    }

.drop-ship .fulfillment-fee-opt {
    text-align: left;
    /*position: fixed;
    bottom: 175px;*/
}
    .drop-ship .fulfillment-fee-opt input {
        height: 23px;
    }

.drop-ship div.tab-helptext {
       text-align: left;
    padding: 15px 0 0 0;
    min-height: 100px;
}
.drop-ship span.helptext {
    display: block;
}
.drop-ship .tab-body-innercontent {
    text-align: left;
    width: 100%;
    overflow: hidden;
    height: 30px;
    margin: 5px auto;
}
.drop-ship #addStoreSubmit {
    height:60px;
    font-size:1.5rem;
    border: none;
    width: 100%; /*ensure it will be as wide as the modal */
}

.drop-ship .tab-body-innercontent.tab-searchresult {
    height: auto;
}

.drop-ship .tab-body-innercontent .search-area {
    width: 75%;
    float: left;
    overflow:hidden;
}

.drop-ship .tab-body-innercontent .search-area.search-prod {
    border: 1px solid silver;
    height: 28px;
}
.drop-ship .tab-body-innercontent .search-area.search-result {    
    overflow-y: auto;
    max-height: 230px;z-index: 3;
}

.drop-ship .tab-searchresult ul li {
    /*border: 1px solid silver;*/
    overflow: hidden;
    margin-bottom: 2px;
    margin-right: 1px;
    cursor: pointer;
    width: 100%;
    float: left;
    position: relative;
    height: 78px;
}
    .drop-ship .tab-searchresult ul li.selectedResult {
        border: 1px solid #c0c0c0b3;
    }
        .drop-ship .tab-searchresult ul li.selectedResult:before {
            content: '✔';
            color: red;
            position: absolute;
            background-color: white;
            height: 20px;
            right: 0;
            bottom: 0;
            width: 20px;
            font-size: 1.5rem;
        }
    .drop-ship .tab-searchresult ul li:hover {
        box-shadow: 0px 5px 10px 1px silver;
    }
    .drop-ship .tab-searchresult ul li.selectedResult:hover {
        box-shadow: none;
        cursor:default;
    }
    .drop-ship .tab-searchresult ul li img {
        width: 50px;
        float: left;
    }

    .drop-ship .tab-searchresult ul li span {
        float: left;
        padding-left: 5px;
        width: 68%;
    }
        .drop-ship .tab-searchresult ul li span span {
            display: block;
            float: left;
            width: 95%;
            font-size: 13px;
            line-height: 18px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.drop-ship .tab-searchresult ul li span.x-remove {
    position: absolute;
    right: 0;
    font-size: 2rem;
    width: 25px;
    color: black;
    cursor: pointer;
}
    .drop-ship .tab-searchresult ul li span.x-remove:hover {
        color: red;
    }

.drop-ship .tab-body-innercontent.tab-variants {
        height: auto; 
       
}
    .drop-ship .tab-body-innercontent.tab-variants h6 {
        font-style:italic;
    }
    .drop-ship .tab-body-innercontent.tab-variants > div {
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 226px;
        margin-top:10px;
    }
        .drop-ship .tab-body-innercontent.tab-variants > div div.variants-mask {
            width: 100%;
            height: 100%;
            background-color: #c0c0c030;
            position: absolute;
            /**sizing X**/
            text-align: center;
            font-size: 10rem;
            font-size: 170px;
            color: #8e8e8eab;
            line-height: 170px;
        }
            .drop-ship .tab-body-innercontent.tab-variants > div div.variants-mask.plus {
                background-color: #e4e4e430;
            }
            

    .drop-ship .tab-body-innercontent.tab-variants .variants-left {
        float: left;
    }
    .drop-ship .tab-body-innercontent.tab-variants .variants-right {
        float: right;margin-top: 20px;
    }

    .drop-ship .tab-body-innercontent.tab-variants th {
        background-color: #f1f1f1;
    }

.drop-ship .tab-body-innercontent.tab-variants .variant td {
    font-size: 14px;
}

.drop-ship .tab-body-innercontent input {
    width: 80%;
    float: left;
    border-radius: 0;
    border: none;
}

.drop-ship .tab-body-innercontent .searchBtn {
    line-height: 27px;
    border-left: 1px solid silver;
    background-color: #f2f2f2;
    color: black;
    cursor: pointer;
    width: 20%;
    float: right;
    text-align: center;
}
    .drop-ship .tab-body-innercontent .searchBtn:hover {
        background-color: #dbd9d9;
    }
/*end*/

.finenote {
      /* float: left; */
    /* padding: 1px 10px; */
    font-size: .85rem;
    /* position: fixed; */
    /* bottom: 135px; */
    background-color: white;
    line-height: 20px;
    /* box-shadow: 0px -6px 8px 0px #c0c0c070; */
    z-index: 3;
    left: 0;
    width: 100%;
    text-align: left;
}
    .finenote span {
        font-weight:bold;
        color:#959595;
    }

.startcamp .finenote, .drop-ship .tb-add-to-cart .finenote {
    bottom: 0;
    position: absolute;
    padding: 5px;box-shadow: none;
}

.drop-ship .tb-add-to-cart .finenote
{
    bottom: 60px;
}

#maxQty{
	text-align:center;
}

#maxQty.error {
    color: #000!important;
    font-weight: 700;
    font-size: 13px;
    margin-top: 10px;
}

#maxQty.error .chatWrap {
    width: auto;
    border: 1px solid #c1c1c1;
    margin-left: 10px;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
    #maxQty.error .chatWrap:hover {
        background: #e6e6e6;
        border-color: #e6e6e6;
    }

.ds_addcartnow {
    text-decoration: underline;
    color: blue;
}

li.grayScale .sizeCTA {
    background-color: silver !important;
    cursor: default !important;
}

#modal .szQty .close {
    height: 25px;
    left: auto;
    right: 25px;
    top: 15px;
    width: 25px;
}

@media screen and (max-width:320px) {

    .drop-ship .tab ul {
        margin-left: 14px;
    }
}

@media screen and (min-width:768px){
    #modal .close {
        position:absolute;
    }
    
	#modal article.card{ 
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
            max-height: 90%;
	}

    #modal article.sampleView {        
        max-height: 515px;
        min-height: 430px;
    }

    #modal article.dropshipView {
        max-height: 875px;
        min-height: 325px;
        max-width: 924px;
    }
    #modal article.campaignView {
           max-height: 605px;
        min-height: 525px;
    }

	#modal article.card.front{
		-webkit-transform: scale(1);
		transform: scale(1);	
		position:absolute;
	}

    .dslbls {
        width: 85px;
    }

    .drop-ship .tab-body-innercontent.tab-variants > div {
        width:48%;
    }
    .drop-ship .tab-body-innercontent.tab-variants .fullview {
        width:100%;
    }
    .drop-ship .tab-body-innercontent.tab-variants .variants-right {
        margin-top: 10px;
    }
    .drop-ship .optionprice {
        bottom: 52px;
    }
}

/*@media screen and (min-width:1024px) and (max-width:1025px) {
    #modal .buybulk {
        top: 0% !important;
            max-height: 100% !important;
    }
    #modal .startcamp {
            max-height: 54%;
    }
}*/
@media screen and (min-width:1025px){
	/*#modal article.card{
        -webkit-transform: scale(0.9);
	    transform: scale(0.9);
	}*/
	#modal article.card:hover{
		 box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);	
	}
	#modal article.card.back:hover{
		cursor:pointer;	
	}
}


.intro{
	display:none;		
}
.bodyCopy{
	margin:0;	
}

.hd{
	height:0 !important;
	overflow:hidden !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	min-height:0 !important;
	position:absolute !important;
	visibility:hidden!important;
}

.mainContainer,
header{
	width:100%;
	left:0;	
}

.capitalize{
	text-transform:capitalize;	
}

.container{
	width:90%;
	max-width:90%;	
}

.filterWrap{
	left:-50%;
	width:50%;	
}

#page header,
#page footer{
	display:none;	
}

a#uNm{padding:15px 0}

/* iFrame Full Screen Styling */
.iframeWrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: visible;	
	top:100px;
}
.iframeWrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	max-width:100%;
	overflow:hidden;
}
/* End iFrame Styling */


/* jWindoCrop Styling*/ 

	div.bioWrap {
		width: 100%;
		display: inline-block;
		margin: 0;
		padding:1.5% 0 0 3%;
		float:none;	
	}	
		
	.headline{
		max-height:none;	
	}

	textarea.bioText{
		margin:0 auto 16px;
		float:none;	
	}
	.container.fullState{
		display:inline-block;
		margin-top:10px;	
	}
	.products{		
		text-align:center;
	}
		
    .products .productItem a span.hug,
    .featuredUser span.hug {
        width: 100%;
    }
	
	.featuredUser{
		width:49%;	
	}
.productItemContainer {
    position:relative;
}
	.productItemContainer img{
		width:94%;
			
	}
	.productItemdetail {
		width: 100%;
		display: inline-block;
	}
    .products .productItem {
        display: inline-block;
        height: auto;
        border-bottom: 1px solid silver;
    }
		.products .productItem img {
			width: 100%;
			height: auto;
			width: 224px;
		}
	/*.editAct img{
		max-width:25px;
		margin-top:16px;	
	}*/
	label.pencilIcon {
		width: 20%;
	}
	p.usersBio {
		width: 80%;
	}

.products .productItem .saveddesign-img {
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.products .productItem .saveddesign-img img {
	visibility: hidden;
	max-height: 280px;
	width: initial;
}

.jwc_frame {
} 
.jwc_image {
	cursor: move;
}
.jwc_controls {
        background-color:rgba(0,0,0,.5);
        width:100%;
		max-width:165px;
        height:30px;
        opacity: 0.6; 
        position:absolute; 
		z-index:1; 
		top:0px; 
		left:0px;
		bottom:0;
		right:0;
		margin:auto;
		border-radius:30px;
} 
.jwc_controls span {
        display:inline-block; 
		float:none;
		margin:7px auto;
        color:#FFF; 
		font-size:16px;
} 
a.jwc_zoom_in, a.jwc_zoom_out {
	display: inline-block;
	background-color: #FFF;
	cursor: pointer;
	border-radius: 100px;
	width: 22px;
	height: 22px;
	float: right;
	margin: 4px 4px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 20.5px;
	text-indent: 0.5px;
}
.jwc_zoom_in::after {
        content:"+";
} 
.jwc_zoom_out::after {
        content:"-";
}

.jwc_loader{
	display:none;
}
  
/* end jWindowCrop */

#form1{
	/*width:100%;
	height:100%;*/	
}

label{
	cursor:pointer;	
}

.uploadWrap{
	position:absolute;	
	z-index:1;
}

.container.uploadWrap:first-child {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 0;
	max-width: 100%;
	margin: 0;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.container.uploadWrap:nth-child(2){
	width:190px;	
	top:55%;
	bottom:0;right:0;left:0;
	margin:auto;
	height:50px;
}
#form1 label#cancelCover,
#form1 label#saveCover {
	padding: 0;
	margin: 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
	max-width:50%;
	float:left;
	display:inline-block;
	position:static;
	min-width:50%;
}
#form1 label#saveCover{
	border-radius:50px 0 0 50px;	
}
#form1 label#cancelCover{
	border-radius:0 50px 50px 0;	
}
.container.uploadWrap:nth-child(2){
	left:0;	
}
.container.uploadWrap:nth-child(3){
	right:0;
}

label.button {
	width: auto;
	max-width:90%;
}
#form1 label.button{
	position:absolute;
	width:90%;
	left:0;
	top:25px;
}

label#saveportrait,
label#cancelportrait{
	width: 50%;
	float: left;
	display: inline-block;
	border-radius: 0;
	min-width: 50%;
}
label#changeportrait {
	max-width: 100%;
	border-radius: 0;
	width:100%;
}
#form1 label#changeCover{
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;	
	width: 210px;
	height: 50px;
	max-width: 210px;
	line-height: 50px;
	padding: 0;
}

#form1 label.buttonGray{
	position: absolute;
	z-index: 1;
	left:0;
	top: 80px;
	width:90%;
}

#imgInp,
.hideInput{
	position:relative;
	z-index:2;	
	border:none;
	cursor:pointer;
	opacity:0;
	height:0;
	width:0;
}

form.portraitForm {
	width: 250px;
	display: none;
	height: auto;
	position: static;
	border-radius: 5px;
	box-shadow: 0 0 5px #222222;
	overflow: hidden;
	margin:65px auto 0;
}

div.portraitWrap {
	display: inline-block;
	background-color: white;
	float: left;
	width:250px;
	height:250px;
}
div.uploadButtonWrap {
	background-color: transparent;
	width: 100%;
}

img.crop_done{
	width: 100%;
	height: auto;
}

#header-logo{
	max-width:183px;	
}
	
.headline {
	background-color: rgba(255,255,255,.5);
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
	position: relative;
	height: auto;
	clear: both;
	display:inline-block;
	max-height:none;
}

form.bioForm {
	max-width: 600px;
	margin: 30px 0 0 0;
	float: left;
	display: inline-block;
	width: 100%;
}

textarea.bioText {
	width: 100% ;
	height: 100px ;
	max-width:100%;
	max-height:100px;
	min-height:100px;
	min-width:100%;
	clear: both;
	border-radius: 5px;
	border: 1px solid #959595;
	padding: 10px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #5a5a5a;
}
div.bioEditIcon {
	width: 100%;
	display: inline-block;
	float: left;
}
label.pencilIcon {
	text-indent: -9999px;
    display: inline;
    background-image: url("/Images/edit.png");
    height: 60px;
    width: 20%;
    max-width: 60px;
    background-size: 50% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
}
p.usersBio {
	float: left;
	cursor: pointer;
	display: inline;
	width: 80%;
	text-align:left;
}
div.bioInputWrap {
	float: left;
	width: 100%;
	max-width:100%;
	display: inline-block;
	text-align: left;
	margin-top: 16px;
}

#usprodloadindi{
	max-width:25px;	
	display:inline-block;
	position:absolute;
	left:5px;
	top:8px;
}

#usprodloadindi img{
	width:100%;	
}

input.bioText {
	width: 100%;
	display: inline-block;
	clear: both;
	margin-bottom: 16px;
}
div.bioInputWrap label.button {
	float: right;
	max-width:40%;
}
div.bioInputWrap label.buttonGray{
	float:left;	
	max-width:40%;
}
menu h3 a{
	font-size:18px;	
}
.contentWrap{
	position: relative;
	display:inline-block;
	width:100%;	
    margin-top: 40px;
}
.productItem a,
.productItemContainer a,
div.productItemdetail,
.products .productItem,
.productItemContainer a img {
    width: 100%;
    height: auto;
    display: inline-block;
	position:relative;
}
a.productItemLnk{
	background-image:url(../Images/loading.gif);
	background-repeat:no-repeat;
	background-size:auto 35px;
	background-position:center;	
	min-height:200px;
}
/*.productItemContainer .pSDaction {
    float: left;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.79);
    width: 100%;
    line-height: 33px;
    margin-top: 0;
    max-width: 100%;
    bottom: 28px;
    height: 50%;
}*/
.productItem .synced-product {
    position: absolute;
    right: 0;
    background-image: url(/Images/icons/sync.png);
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    /**override for tooltipct class*/
    top: 0px;
    left: 0px;
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    /**override end*/
}
    .productItem .synced-product .intgred-store {
        display: block;
    }

.container.fullState {
	clear: both;
	top: 50px;
	position: relative;
}
.products {
    width: 100%;
    display: inline-block;
	text-align:center;
}

.products .productItem a span.hug,
.featuredUser span.hug {
    width: 100%;
    display: inline-block;
	margin:0;
	font-size:12px;
	height:30px;
}
.products .productItem a span.hug span:first-child {
	float: left;
	width:auto;
	text-align: left;
}
.products .productItem a span.hug span:last-child {
    float: right;
    text-align: right;
    width: auto;
	max-width:49%;
}

.ctaButtonWrap {
    margin: 35px 0;
}

.ctaButtonWrap {
	margin: 35px 0;
	height: auto;
	width: 100%;
	display: inline-block;
}
.featuredUser {
    width: 24%;
    display: inline-block;
}

.emptyStateHeader {
    margin: 16px auto;
}
#footer-branding {
	margin: 24px auto 12px auto;
	text-align: center;
	max-width: 120px;
}
#hide-filters{
	display:none;	
}

.editAct img,
.deleteAct img {
	height: 60px;
	width: auto !important;
}
.page-head,
#pageTitle{
	display:inline-block;
	float:left;	
	width:auto;
}
div.bioWrap{
	text-align:left;	
}

/* Menu */
#main-content .bar{
	margin-top:0;
	display:inline-block;
	width:100%;
	/*z-index:4;*/
	left:0;
	transition:all .5s ease-in-out;
	float:left;
	position:relative;
	top:0;
}
#main-content .lilGray{
	background-color:rgba(239,239,239,.9);
}
#main-content .white{
	background-color:rgba(255,255,255,.9);
	border-bottom:3px solid #efefef;
}
#main-content .bar p{
	text-align:center;
		
}
#main-content .mobile-scroll{
	-webkit-overflow-scrolling:touch;
	overflow-x:auto;
	white-space:nowrap;	
	height: 150%;	
	margin-left:auto;
	margin-right:auto;
	display:none;
    /***NM vertical menu instead horizontal*/
    width: 100px;
    position: fixed;
    /*top: 115px;*/
    left: 20px;
    overflow: hidden;
}



#main-content .listWrap{
	width: auto;
	padding-left: 2%;

	display: inline-block;	
}
#main-content .pgNav{
	width:auto;
	display:inline-block;
	text-align:justify;	
	list-style:none;
	white-space:nowrap;
}
#main-content .pgNav li{
	margin-right:40px;	
	display:inline-block;
	vertical-align:top;    
    /***NM vertical menu instead horizontal*/
    float: left;
}
#main-content .pgNav li a{
	margin:10px 0;	
	text-align:center;

}

    #main-content .pgNav li ul li {
        text-indent: 10px;
    }
        #main-content .pgNav li ul li a {
            font-size:.65rem;
        }
        
#main-content .iconWrp span{	
	font-size:16px;
	font-size:1rem;
    letter-spacing:1px;
	display:inline-block;
	min-width:40px;
	text-align:center;
}

#main-content .iconWrp span{	
	font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 35px;
}

/**** new icons for vertical menu*/
#main-content .vertical-menu {
    width: 175px;
    background-color: #f5f5f599;
    padding-left: 10px;
    border-radius: 0 10px;
    left: initial;
    position: fixed;
    padding-top:70px;
}

    #main-content .vertical-menu ul li.horizontalList {
        width: 100%;
        margin-right: initial;
        height: 40px;
        padding: 8px 0;
    }
        #main-content .vertical-menu ul li.horizontalList.secondarylist {
            margin-left:20px;
        }
            #main-content .vertical-menu ul li.horizontalList.secondarylist span {
                font-weight:normal;
            }

        #main-content .vertical-menu ul li.horizontalList .icon {
            background-image: url(/images/icons/account-menu-icons-sprite.png);
            background-size: 25px auto;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px;
            position: absolute;
        }

    #main-content .vertical-menu ul li a {
        width: 100%;
        margin: auto;
        text-align: initial;
        line-height: 22px;
    }

    #main-content .vertical-menu ul li.active a {
        border-left: 3px solid #ff0000;
        padding-left: 5px;
        color:initial;
    }

    #main-content .vertical-menu ul li.horizontalList .getstarted {
        background-position: left 0px;
    }

    #main-content .vertical-menu ul li.horizontalList .saveddesign {
        background-position: left -25px;
    }

    #main-content .vertical-menu ul li.horizontalList .approvals {
        background-position: left -50px;
    }

    #main-content .vertical-menu ul li.horizontalList .orders {
        background-position: left -75px;
    }

    #main-content .vertical-menu ul li.horizontalList .subscriptions {
        background-position: left -100px;
    }

    #main-content .vertical-menu ul li.horizontalList .paymethods {
        background-position: left -125px;
    }

    #main-content .vertical-menu ul li.horizontalList .stores {
        background-position: left -150px;
    }

    #main-content .vertical-menu ul li.horizontalList .warehouse {
        background-position: left -175px;
    }
    #main-content .vertical-menu ul li.horizontalList .profile {
        background-position: left -200px;
    }

    #main-content .vertical-menu ul li.horizontalList .settings {
        background-position: left -225px;
    }

    #main-content .vertical-menu ul li.horizontalList .logout {
        background-position: left -250px;
    }
/***new icons for vertical menu**/

/*.saveddesign{
	background-position: center -1000px;		
}
.campaigns{
	background-position: center -86px;		
}
.challenges{
	background-position: center -53px;	
}
.earnings{
	background-position: center -131px;	
}
.dropship{
	background-position: center -188px;	
}
.stores{
	background-position: center -425px;	
}
.icon.orders{
	background-position: center -334px;	
}
.settings{
	background-position: center -233px;	
}
.icon.payouts, .icon.paymethods {
    background-position: center 16px;
}
.icon.referral {
    background-position: center -399px;
}
.icon.subscriptions {
	background-position: center -377px;	
}*/
#main-content .pgNav li a.ghost {
    margin-top: 30px;
}

.dsLaunch .beta {
        color: red;
    font-weight: bold;
    font-size: .8rem;
    position: absolute;
    margin: -22px 0px 0px -75px;
    transform: rotate(-35deg);
}
/* End Menu */

/* Headline Style */

.smallText{
	font-size:13px;
	font-size:.8125rem;
	line-height:16px;
	line-height:1rem;	
	margin-left:15px;
}
.month-year-input {
    min-width: 100px;
	width: auto !important;
	text-align: center !important;
}

.banner{
	z-index:0;
	position:relative;
	width:auto;
	/*height:275px;*/	
    height:65px;
}

.grayBg{
	/*background-color:#efefef;*/	
	padding-bottom:120px;
	width:100%;
	display:inline-block;
	text-align:center;
	float:left;
}
.whiteBg{
	/*background-color: rgba(255,255,255,.85);*/
    background-color:white;
    padding: 0px 4%;
    width: 100%;
    text-align: left;
    margin-top: -68px;
    /*margin-bottom: 32px;*/
    position: relative;
    z-index: 1;
    height: 65px;
		
}
.whiteBg h1{
	width:auto;
	float:left;
	max-width:95%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;	
	line-height: 65px;
}
.hiddenField.uId{
	width:40px;
	padding:0;
	margin:0;	
}
a.lnkField{  
	display: inline-block;
	width: 100%;
	min-width:40px;
	padding:0;
	margin:0;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
	float:left;
	line-height:16px;
	text-align:center;
}
.hiddenField.uId .lnkField img{
	width:auto;
	height:26px;
	border-radius:30px;
	padding:0px;
	margin:2px 0 0;
	display:inline-block;
}

#ByTopRepsOption table{	
	font-size:11px;
	font-size:.6875rem;
}
th.stringField {
  text-align: right;
}
.RowId{
	width:10px;
	overflow: hidden;
	padding:0;
	margin:0;
	text-align: center;
}
td.intField.Rep a.lnkField{
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	overflow:hidden;
	text-align:left;
	font-size:13px;
	font-size:.8125rem;
	margin:0;
	padding:0;
	width:100%;
    height: 100%;
    line-height: 32px;
}


.stringField.Pts{
	padding:0 5px 0 0;
	margin:0;
	text-align: right;
	text-indent:0px;
}

div#commValue{
	font-size:48px;
	font-size:3rem;	
	width:100%;
	text-align:left;
	color:#959595;
	padding:5% 0%;
}
.relativeBx {
    display: inline-block;
    text-align: right;
    width: 100%;
    float: right;
}
#monthFlt,
#MonthPicker_Button_monthFlt{
	float:right;
	margin:-50px 0 20px 0;	
	cursor:pointer;
}
.block input#monthFlt{
	margin:0;	
	float:none;
}
.relativeBx.block{
	float:none;
	text-align:left;
}
#MonthPicker_Button_monthFlt{
	min-width:300px;
}
.container p.smallText{
	width:100%;
	max-width:100%;
	margin-bottom:32px;
}
.containWrap .centerColumn .smallText.fltLeft{
	float:left;
	display:inline-block;
	clear:left;	
}

.relativeBx{
	position:relative;	
}
span.error{
	display: inline-block;
	width:90%;
}

#MonthPicker_monthFlt{
	position:absolute !important;
	right:2% !important;
	top:-15px !important;	
	left:auto !important;
	border:1px solid #959595;
	border-radius:2px;
	background-color:#fff;
	box-shadow: 0px 0px 4px 0px gray;
	padding:5px 0 8px 8px;    
    z-index: 10;
}
.ui-widget-header{
	background:none;	
}
.month-picker-year-table tr,
.month-picker-month-table tr{
	display:inline-block;
	width:100%;	
}
.month-picker-year-table td.previous-year,
.month-picker-year-table td.next-year,
.month-picker-year-table td.year-container-all,
.month-picker-month-table td{
	width:33%;
	display:inline-block;
	float:left;	
	height:auto;
	border:0;
}
#MonthPicker_monthFlt button{
	background-color:white;
	border:1px solid black;
	color:black !important;
	padding:0;	
	min-width:100%;
	background-image:none;
	text-transform:capitalize;
}
#MonthPicker_monthFlt div.year-title{
	display:none;	
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border:0;	
}
.month-picker-month-table td{
	border:0;
	height:auto;	
}
div#year-container span.year{
	font-size:24px;
	font-size:1.5rem;	
	font-family:'Questrial', sans-serif;
	margin:0;
    display: inline-block;
}
div#year-container{
	height:auto;
	margin:2px 0 1px;
	padding:0;
	display:inline-block;	
}
#MonthPicker_monthFlt button span{
	color:black;	
}
span.ui-button-icon-primary.ui-icon.ui-icon-circle-triangle-w,
span.ui-button-icon-primary.ui-icon.ui-icon-circle-triangle-e{
	background-image: url('/Images/Header/sprite.png');
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: center -599px;
    height: 100%;
    width: 100%;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: static;
}
span.ui-button-icon-primary.ui-icon.ui-icon-circle-triangle-e{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.underline{
	border-bottom:1px solid #ccc;
	padding-bottom:0;	
}

.RowId{
	width:auto;
	overflow: hidden;
	padding:0 0 0 5px;
	margin:0;
	text-align: center;
}

#earningReport,
.emptyState {
	transition: opacity 1s linear, height 1s step-start;
}

.Hdr{
	display:inline-block;
	width:100%;
	float:left;
	text-align:left;
	color:#959595;
	padding:5px 0;
}
.Hdr .half,
.Hdr .half{
	float:left;
	width:50%;
	text-align:left;	
	display:inline-block;
	padding:5px 0;
	white-space:nowrap;
}
.Hdr .half:nth-child(even){
	text-align:right;	
}
.blk{
	color:#222;	
}
.TopRepsbox td{
	vertical-align:middle;
	text-align:center;
}
td.intField.Rep {
	text-align:left;	
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	max-width:100px;
}
.containWrap{
	width:100%;
	display:inline-block;
    
    background-color:white;
    padding-top: 30px;
}

.leftColumn,
.rightColumn,
.centerColumn{
	width:100%;	
	display:inline-block;
}
.centerColumn{
	width:90%;
	margin-bottom:23px;	
    margin-top: 75px;
}
.centerColumn label{
	width: 100%;
    text-align: left;
    display: inline-block;
    padding: 5px 0 0;
    float: left;
}

.block{
	display:block;
	text-align:center;
	width:90%;	
	margin:0 auto 20px;
}
.block label{
	padding:5px 0;
	display:inline-block;
	width:100%;	
	text-align:left;
}
.tile{
	background-color:white;
	border-radius:2px;
	min-height:100px;
	width:100%;
	display:inline-block;
	padding:10px;
}
.tile p {
    margin: 8px 0;
}
table { 
	width: 100%; 
	border-collapse: collapse;
	background-color:#fff;
	border-radius:2px;
	overflow:hidden;	
}
	/* Zebra striping */
.basicTable tr:nth-of-type(odd),
div#ByUserSalesViewOption tr:nth-of-type(odd),
#ByTopRepsOption tr:nth-of-type(odd)
 { 
	background: #ddd; 
}
th { 
	background: #fff; 
	color: #959595; 
	font-weight: lighter; 
}
td, th { 
	padding: 6px; 
	border-bottom: 1px solid #cdcdcd; 
	text-align: center; 
	height:30px;
	font-size:16px;
	font-size:1rem;
    vertical-align: middle;
}
th:nth-child(1),
td:nth-child(1),
th:nth-child(2),
td:nth-child(2){
	text-align:left;	
}
th:last-child,
td:last-child{
	text-align:right;
}	
tr.row:nth-child(odd):not(.sccss) {
    background: #dedede;
}
.basicTable{
	position:relative;	
}
.justGetStarted{
	position:absolute;
	width:100%;
	height:100%;
	min-height:100%;	
	background-color:rgba(255,255,255,.75);
    z-index: 1;
	/*z-index:0;*/
}
.contents{
	width:100%;
	height:100%;
	max-width:300px;
	max-height:150px;
	position:absolute;
	z-index:1;
	margin:auto;
	top:0;bottom:0;right:0;left:0;	
}
.contents h3{
		color:#959595;
}

tr.sccss{
	background-color:#00b798;
	color:#fff;	
}

.centerColumn a.button{
	margin-top:16px;
}
.centerColumn .contents a.button{
	float:none;	
}

.centerColumn h3,
.centerColumn p.smallText{
    text-align: left;
    max-width: 700px;
    width: 100%;
    display: inline-block;	
}
.centerColumn .contents h3{
	text-align:center;	
}
.centerColumn p.smallText{
	margin-bottom:16px;	
	text-align:left;
}

.fltLeft{
	float:left;
	max-width:50%;	
}

/* End Headline Style */

/* RSS Feed Style */

.excerptWrap{
	width:100%;
	max-width:700px;
	display:block;	
	margin:0 auto 32px;
	background-color:#ffffff;
	border-radius:2px;
	overflow:hidden;
	padding:25px;
	text-align:left;
}
form.excerptWrap {
    padding: 5px 0 7px;
    text-align: center;
}
form.excerptWrap p.smallText{
	max-width:90%;
	margin-bottom:1px;
}
form.excerptWrap label{
	float:none;	
	width:100%;
	max-width:90%;
}
.excerptWrap input{
	width:100%;
	max-width:90%;
	display:inline-block;
	margin:5px 0 20px;
	border-radius:2px;
	height:50px;
}
.excerptWrap .selectWrap select {
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    text-indent: 6px;
	width:100%;
	height:100%;
    position: relative;
    z-index: 1;
	cursor:pointer;
	max-width:100%;
}
.selectWrap {
    display: inline-block;
    width: 100%;
	max-width:90%;
    border: 1px solid gray;
    border-radius: 2px;
    padding: 0;
    height: 50px;
    position: relative;
	margin:5px 0 20px;
}
.selectWrap:after {
    content: '';
    background-image: url('/Images/Header/sprite.png');
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center -590px;
    background-repeat: no-repeat;
    background-size: 50px auto;
	z-index:0;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.urlWrap {
    display: inline-block;
    position: relative;
    width: 100%;
	max-width:90%;
}
.urlWrap .url {
    float: left;
    width: 110px;
    background: gray;
    color: white;
    border-radius: 2px 0 0 2px;
    font-size: 11px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    margin: 0;
}
.urlWrap input{
    text-indent: 115px;
	
	max-width:100%;
}
.excerpt > p:last-child{
	float:right;	
}

.excerptWrap p.leftFloat img{
	width:100%;	
}
.excerptWrap a{
	display:inline-block;	
}
.excerptWrap a.button,
.excerptWrap h2{
	margin-top:16px;	
}
.excerptWrap h2 {
    margin-top: 16px;
    text-align: left;
    width: 90%;
    display: inline-block;
}
.excerptWrap p img{
	float:left;
	width:35%;	
	display:inline-block;
	border-radius:2px;
}
/* End Rss Feed Style */



.excerptWrap.lastCallTA {
	text-align:center;
}

form.excerptWrap button {
		width: 100%;
	}

.empty p{
  margin: 16px auto 24px;
  text-align: center;
}

input:invalid {
	border: 1px solid red;
}
input:required {
	border: 1px solid #ffb600;
}
input:valid {
	border: 1px solid #00b798;
}
input:focus{
	border:1px solid #ffb600;	
}

@media screen and (min-width:768px){
	.filterWrap{
		left:-25%;
		width:25%;	
	}	
	
	.grayTertiaryNav #fixedWidth{
		min-width:742px;	
		text-align:center;
		
	}
	
}
/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

        
		/* Force table to not be like tables anymore */
		#ReportResult table, #ReportResult thead, #ReportResult tbody, #ReportResult th, #ReportResult td, #ReportResult tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#ReportResult thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#ReportResult tr { border: 0px solid #ccc; }

		#ReportResult td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50% !important;
			text-align:left;
			line-height:32px;
			max-width:100%;
		}

		#ReportResult  td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}
		
		.hiddenField {
			display: none !important;
		}
		
}
@media screen and (min-width:1024px){
	.banner{
		z-index:0;
		position:relative;
		width:100%;
		height:auto;
	}
	.whiteBg{
		margin-top: -69px;
		padding:0 2%;
			
	}
	.intro{
		display:inline-block;	
        max-height: 235px;
	}
	.bodyCopy{	
        /* NM */
        margin-left: 120px !important;
	}
	.page-head{
		padding:0;	
	}
	#pageTitle h1{
		text-align:left;
		padding:23px 0;
	}	
	div.bioWrap {
	  float: left;
	  display: inline-block;
	  width: 70%;
	  padding-left: 2%;
	  text-align: left;
	}
	
	div.bioInputWrap, form.bioForm {
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
		float:left;
		max-width:600px;
	}
	
	div.sideBarAd{
		max-width:75%;
		float:left;	
		margin-left:0;
	}
	.buttonGray:hover {
		background-color: #959595;
	}
	a.productItemLnk img{
		min-height:342px;
	}
	/* Top Reps Side Bar */
	.excerptWrap h2{
		margin-top:0;	
	}
	.leftColumn{
		float:left;	
		margin-left:1%;
	}
	.leftColumn,
	.rightColumn{
		width:20%;	
	}
	.centerColumn{
		width:70%;	
		float:none;
		margin-left:1%;
		
	}
	.rightColumn{
		float:right;
		margin-top:25px;
		margin-right:1%;	
	}
	.excerptWrap > p:first-child{
		float:left;	
		width:30%;
	}
	.excerptWrap p.leftFloat{
		float:left;
		clear:left;
		width:35%;	
	}
	.rightFloat{
		display: inline-block;
		width: 60%;
		margin-left: 5%;
		text-align: left;
	}
	/* End Top Reps Side Bar */

}

@media screen and (min-width:1025px){
    /*#main-content .mobile-scroll {
        top: 100px;
    }*/
	.myinterest .excerptWrap{
		margin:0 !important;
		padding:15px !important;
	}
	form.excerptWrap{
		padding:25px 0;	
	}
	.container {
		width: 100%;
		max-width: 96%;
	}
	.urlWrap .url{
		width:120px;	
	}
	.urlWrap input{
		text-indent:125px;	
	}
	form.excerptWrap button {
		width: auto;
		float: left;
		margin-left: 5%;
	}
	.filterWrap{
		left:-15%;
		width:15%;	
	}	
	form.portraitForm {
		float: left;
		width: 250px;
		display: block;
		height: auto;
		position: relative;
		border-radius: 5px;
		box-shadow: 0 0 5px #222222;
		overflow: hidden;
		margin-top:-148px;
		z-index:1;
		margin-left:2%;
	}	
	.horizontalList:hover{
		transition:opacity .2s linear;
		cursor:pointer;
		opacity:.5;
	}
	#main-content .tile a:hover{
		opacity:.5;
	}
	    
    .whiteBg {
        background-color: rgba(255,255,255,.85);
    }
}

@media screen and (min-width:1316px) {
    
    #main-content .mobile-scroll {
        display: block;
    }
}
p.usersBio {
		text-align: center;
		display: inline-block;
		float: none;
	}

.contentWrap {
    margin-bottom: 16%;
}

.productItemContainer {
		width: 70%;
		display: inline-block;
		margin: 3% 1%;
		max-width:280px;    
	}	
.productItem{
	cursor:pointer;
}
.productItemContainer .productName{
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 5px;
}
/***slide up menu **** */

.productItemContainer .pSDaction {
	float: left;
	width: 100%;
	margin-top: 0;
	max-width:100%;
	/*
	line-height: 33px;
    bottom: 60px;
	height: 20%;*/
    line-height: 60px;
    bottom: 0;/*32px;*/
    height: 10%;
    cursor: pointer;
	display:block;
}

.productItemContainer .pSDaction .menu {
        background-position: -11px -157px;
    background-size: 50px auto;
    width: 40px;
    height: 30px;
        z-index: inherit;
}

.menutxt {
    /*line-height:30px;
    padding-left:10px;*/
        width: 50%;
    display: inline;
    float: left;
}
.productItemContainer .pSDaction ul {
    position: absolute;
    float: left;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 29px;
    width: 100%;
    overflow:auto;
    height:0;
    transition: 0.5s;

}
    .productItemContainer .pSDaction ul li{
        line-height: 33px;
    border-bottom: 1px solid silver;
    text-align: left;
    padding: 0px 0px 0px 6px;
    overflow: hidden;
    }

        .productItemContainer .pSDaction ul li:hover {
            background-color: rgba(255, 255, 255);
        }

.productItemContainer .pSDaction div {
    text-align: left;
    line-height: 28px;
    font-size: 1rem;
}

.productItemdetail .hug {
    min-height:22px;
}
.item-open{
    height: 240px   !important;
}
.optxt {
    font-size: .9rem;
    float:left;
    /*color: rgb(255, 177, 0);    
    font-weight: bold;*/
}
.opprice {
    font-size: .9rem;
    float:right;
    padding-right: 2px;
}
.bulkPrice::before, .campaignPrice:before {
    content: 'low as';
    font-size: .6rem;
	padding-right: 5px;
    font-style: italic;
}
.deleteAct, .editAct, .sizeIcon {
    float: right;
    max-height: 20px;
}

    .deleteAct img, .editAct img {
        /*width: 30px !important;*/
        height: 30px !important;
    }

    .sizeIcon img {
        width: 30px !important;
        vertical-align: middle;
    }

    .productItemContainer .addedproductMsg {
        /*    max-width: 285px;
    max-height: 55px;*/
        position: absolute;
        background-color: rgba(255, 255, 255, 0.69);
        margin-top: 65%;
        padding: 7px;
        box-shadow: 0px 0px 1px 0px silver;
        z-index: 10;
        width: 100%;
        text-align: center;
    }

.cc-startnew-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .cc-startnew-btn button {
        background: #ffb600;
        color: #fff!important;
        padding: 8px 10px;
        width: 280px;
        border: 0;
    }

#cc-non-empty {
    position: relative;
    right: 0;
    left: unset;
    text-align: right;
    margin-top: 30px;
}
.previewScripts {
    position: absolute;
    right: 25px;
    font-size: .8rem;
    cursor: pointer;
    width: 50%;
    text-align: right;
    padding: 10px;
    overflow: hidden;
    z-index: 10;
}

.previewMessaging {
    width: 100%;
    text-align: center;
    margin: auto;
}

    .previewMessaging .previewMsg {
        display: block;
        font-size: .75rem;
        font-style: italic;
        clear: both;
        padding: 15px;
    }

.previewScripts .hideScripts {
    font-size: 2.5rem;
    position: absolute;
    right: 0;
    top: -12px;
    font-weight: bold;
}

.previewScripts .showScripts {
    text-decoration: underline;
    display: block;
    line-height: 20px;
}

.previewScripts .scriptMsg {
    overflow: auto;
    max-height: 500px;
    margin-top: 15px;
    background-color: #f7f7f7;
    text-align: left;
    padding: 10px;
}

.previewScripts .previewMsgSc {
    display: block;
    line-height: 20px;
}

.no-image-message {
    display: block;
    line-height: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    /*margin: 50px;*/
}

@media screen and (min-width:768px) {
    .productItemContainer {
        width: 48%;
    }
.deleteAct img, .editAct img {
	height: 40px !important;
}
    .productItemContainer .pSDaction div {
        line-height: 37px;
    }

    .productItemContainer .pSDaction .menu {        
        background-position: -14px -187px;
        background-size: 60px auto;
    }

    .productItemContainer .pSDaction ul {
        bottom:39px;
    }
    .contentWrap {
        margin-bottom: 1%;
    }
    .item-open {
        height: 305px !important;
    }
}

@media screen and (min-width:1024px) {
    .optxt {
        font-size: 0.70rem;
    }

    .opprice {
        font-size: 0.70rem;
    }

    /*.productItemContainer .pSDaction ul {
        bottom:39px;
    }

    .item-open {
        height: 300px !important;
    }*/
}
.cc-icon {
    background-image: url(/Images/dropshipping/config/cc-icons-sprite.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 0px;
    height: 35px;
    float: left;
}
.visa, .Visa {
    background-position: center -35px;
}
.mastercard, .MasterCard {    
    background-position: center -4px;
}
.discovery, .Discover {
    background-position: center -69px;
}
.amex, .AmericanEx {
    background-position: center -103px;
}
.au-icon {
        background-image: url(/Images/edit.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center 11px;
    height: 27px;
    cursor:pointer;
}

.cards-item {
    overflow: auto;
    display: block;
    line-height: 40px;   
    height: 60px;
}
.cards-str {
        width: 45%;
    float: left;cursor: pointer;
}
/*.radio-btn {
    width: 20px;
    float: left;
    padding-top: 20px;
}*/
.enabled-recur {
    position: absolute;
    margin: 7px 27px;
}
.enable-recur {
    display: inline-block;
}
.enable-rec {
    padding: 3px;
    margin: 16px 0 0 0;
    font-size: .9rem;
}
.enable-rec-ques {
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    padding-left: 5px;
}

.cards-act {
        width: 15%;
    float: right;cursor: pointer;
}
.au-delete {
        /*min-width: 25px;
    max-height: 54px;*/
    height: 20px;
    background-image: url(/Images/delete.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
    .au-delete img {
        width:50px;
    }

.itemDis {
    text-align: left;
    text-indent: 10px;
    /*padding-top: 10px;*/
    float: left;
    line-height: 21px;
}
.itemDis2 {
    font-size:.65rem;
}

h3.sectionLabel {
    max-width:inherit;
}

/* form */
/********** MODAL starts ***************/
/*#modal article {
    width:100%;
    max-height: 100%;
    
}*/
    #modal article.newRecordheader {
            height: 40px !important;
    margin-top: 0px !important;
    line-height: 30px;
    border: none !important;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2) !important;
    box-shadow: 0px 0px 0px !important;
    overflow: hidden;
    }

div.newRecord {
    margin-top: 36px;
    max-height: 92%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
}


.newRecordheader h2 {
    color:black;    line-height: 34px;    /*margin-top: -15px;*/
}

.ccform {
    padding-bottom: 10%;
}
.divider {
    margin-top: 9px;
    border-bottom: 2px dashed silver;
}

.save-newBtn {
    /*bottom: 0;
    position: fixed;
     margin: auto; */
    width: 100%;z-index: 10;

}
    .save-newBtn button {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        border: 1px solid white;
    }

.newCCForm {
    overflow: auto;
}
  
.selectDDWrp {
    width:49%;
    float: left;
}

.imgWrp{
	max-width:200px;
}


@media screen and (min-width:768px) {
    .cc-icon {
        width: 35px;
    }
    .cards-str {
        width: 60%;
    }

    .enabled-recur {
            margin: -7px 194px;
    }
    .enable-rec {
        /*padding: 3px 10px;*/
    }
    .itemDis {
        line-height: 27px;
    }
    .au-delete {
        background-size: 40px;
    }
}
@media screen and (min-width:1024px) {
    /*.save-newBtn {
        position:absolute;
    }*/
    #modal article.newRecordWrp {
        max-height: 700px;
    }

    .cardform {
        width: 48% !important;
    }

    input, input:valid {
        width: 48%;
    }

}
@media screen and (min-width:1025px) {
    /*#modal article.save-newBtn {
        margin-bottom: 0px !important;
    }*/ 
    #modal article.newRecordWrp {
        max-width: 710px;
        min-height: 50%;
            overflow: hidden;
    }
}
.helptxt p{
	float: left;
    width: 90%;
    max-width: none;
	line-height:1.25rem;
    font-size: .85rem;
}
.productLabel{
	padding: 7px 0px;
    display: block;
}
.triple{
	max-width: 90%;
	border-radius:5px;
	margin: 15px auto;
    padding: 10px;
    border: 1px solid silver;
}
.space{
		padding:5px 0px 50px 0px;
	}
.designbtncta{
	max-width:175px;
	margin:10px 10px;
}	
.pointer{
	display:none;
}
.imgWrp{
	border-radius: 5px;
}
.cta{
	width: 100%;
    float: left;    
    margin-right: 25px;
    text-align:center;
}
.paymentlbock {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.helptxt{
	width: 100%;
    max-width: none;
    line-height: 1.25rem;
    display: inline-block;
}
.containWrap {
    background-color:white;
    padding-top: 30px;
}

.field-validation-error {
        color: red;
    font-size: .75rem;
    text-align: right;
    display: block;
}
.dropshipOptions{
	width: 80%;
    list-style-type: none;
    margin: 5% auto;
    display: inline-block;
    text-align: center;
    float: none;
}
.dropshipOptions p{
	text-align:center;
}

li.steps label {
    font-weight: bold;
    cursor: default;
}
#getStarted li.steps label {
    text-align: center;
}

div.fixedCntry {
    text-align: left;
    line-height: 45px;
    text-indent: 10px;
    color: #686868;
}

.blckContent {
    padding: 15px;
    clear: both;
    overflow: hidden;
}

.viewCard {
    display:none !important;
}
.shiplabel {
    text-align: left;
    width: 80%;
    float: left;
}
.storeSelection {
         /*float: left;*/
    margin-bottom: 2px;
    font-size: 1.25rem;
    padding: 2px 20px;
}
.productItemContainer {
    max-width: 175px;
}
.ds-menutxt {
    text-align:center;
    margin-top: 5px;width: 100%;
    line-height:18px;
}

/*override of sizePopup rule*/
.optionlbl {
    margin: 8px 0px 10px 40px;
}
/*end*/

.configBox {
    float:left;
}

.madeToOrderMessageBox {
    display:inline-block;
    width:100%;
}
.outStockSelect .itemDis {
    width: 94%;
    margin-left: 10px;
    text-indent: inherit;
}

.outOfStock {
    overflow: hidden;
}
    .outOfStock h5 {
        float: left;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5rem;
    }
.italicized {
    font-style: italic;
    font-size: .75rem;
}

a.learnMore {
    text-shadow: 1px 1px 1px #a1a1a1ad;
    color: #5a5a5aa8;
    text-decoration: none;
    font-style: italic;
    font-size: .85rem;
}

/******new authorize net payment form*******/

.authnetformContainer {
    position: absolute;overflow:hidden;background-color: #c0c0c052;
}
.authnetformContainerOpen {
    width:100%; height:100%;
}

.hosted-cnote {
    padding: 25px;
    opacity: 1;
    background-color: orange;
    color: black;
}

.dontforgetchkbx {
    width: 100%;
    margin: auto;
    border: 1px solid silver;
    padding: 20px 20px 0;
    background-color: #c0c0c057;
}
    .dontforget img {
        width:310px;
    }
.apq-hosted-pf {
        height: 99%;    margin: auto;
    background-color: white;
}
    .apq-hosted-pf .xclose {
        position:initial !important;
    }

.drs-settings .tab ul li {
    min-width:107px;
}
/******Shipping location tab*******/
#tb-shipping .shiplabeladdr {
    max-width: 335px;
    background-color: #c0c0c052;
}
.shippinglocation {
    margin-top: 50px;
}

.shippinglocation h4 {
    text-align:left;
    padding: 20px 0;
}
.shippinglocation .shippingtype {
    padding: 15px 20px;
    overflow: hidden;
}
    .shippinglocation .shippingtype .profilechoice {
        overflow: hidden;
        text-align: left;
        vertical-align: top;
        min-height: 45px;
    }

        .shippinglocation .shippingtype .profilechoice .choices {
            display: inline-block;
            line-height: 40px;
        }
        .shippinglocation .shippingtype .profilechoice .choicelbl {
            padding-left: 5px;    text-align: left;
        }
        .shippinglocation .shippingtype .profilechoice .flatrateinput {
            display: block;
            padding-left: 5px;
            height: 40px;
            line-height: 40px;
        }

        .shippinglocation .shippingtype .profilechoice .shl-radio-btn {
            margin-top: 5px;
        }

        .shippinglocation .shippingtype .profilechoice .whloc {
            width: 45px;
            display: inline-block;
        }


        .shippinglocation .shippingtype .profileBtn {
            margin-top: 20px;
            text-align: left;
            font-size: 0.8rem;
            line-height: 20px;
        }
    .shippinglocation .shippingtype .profileBtn .btnCont {
        float: left;
        width: 145px;
        max-width: 177px;
    }

    .shippinglocation .shippingtype .profileBtn .syncedResultTxt, .shippinglocation .shippingtype .profileBtn .plus300ProductTxt {
        clear: both;
        padding: 15px 10px;
        background-color: #ebebeb;
        margin-top: 20px;
    }
    /*.shippinglocation .shippingtype .profileBtn span.warningIcon,*/ .shippinglocation .shippingtype .profileBtn span.greencheckIcon {
        font-size: 1.5rem;
        font-weight: bold;
        color: black;
        border-radius: 50px;
        border: 1px solid black;
        display: inline-block;
        width: 32px;
        padding: 5px;
        text-align: center;
        background-color: #FFEB3B;
        margin: 0 15px 0 0;
    }
    .shippinglocation .shippingtype .profileBtn span.warningIcon {
        background-image: url(/images/icons/warning-icon.png);
        width: 25px;
        height: 25px;
        display: inline-block;
        background-repeat: no-repeat;
        margin-right: 15px;
    }
    .shippinglocation .shippingtype .profileBtn span.greencheckIcon {
        background-color: transparent;
        border: none;
    }
    .shippinglocation .shippingtype .profileBtn span.greencheckIcon:after {
        content: '\2713';
          display: inline-block;
          color: green;
          padding: 0 6px 0 0;
    }
    .shippinglocation .shippingtype .profileBtn .link-moreproduct {
        text-decoration: underline;
        color: blue;
        cursor: pointer;
    }

.shippinglocation .shippingtype .customAmt {
}
.shippinglocation .shippingtype .removeProfile .button {
    background-color: silver;
    color: gray;
    border-bottom: 1px solid #b5b4b4;
}

.prog {
    border: 1px solid silver;
    height: 10px;
    overflow: hidden;
    width: 80%;
    margin: auto;
}

.prog-in {
    height: 100%;
    background-color: #a7a7a6c7;
    width: 0;
}

/******Shipping location tab ENDS*******/

@media screen and (min-width:768px) {
	.designbtncta{
		max-width:250px;
	}
	.pointer{
	display:inline-block;
	
	}
	.designCTA{
		display:inline-flex;
		background: lightgray;

	}

    .dontforgetchkbx {
        width: 77%;
    }

    .dontforget {
        width: 70%;max-width: 500px;
        margin: auto;
    }
  /*.cc-icon {
        width:45px;
    }
    #modal article.save-newBtn {        
        margin-bottom: -2px !important;
    }*/
	.dropshipOptions{
	width: 33%;
	margin: 3%;
    float: left;
	}
	.triple{
	margin:5% auto;
	padding: 0px 15px;
	cursor: pointer;
	border:none;
	}
	.designCTA{
		width:70%;
        min-width: 695px;
		border: 1px solid silver;
		border-radius: 5px;
	}
    .cta {
        width: 276px;
    }

     .shippinglocation .shippingtype .profile .btnCont {
        float:left;
        width: 25%;    
        max-width: 170px;
    }
      .shippinglocation .shippingtype .profilechoice .flatrateinput {
            display: inline;
        }

}
/**/@media screen and (min-width:1024px) {
      
    .shippinglocation .shippingtype .profileBtn.removeProfile .btnCont {
        min-width: 150px;
    }

}
@media screen and (min-width:1025px) {
    .authnetformContainerOpen {
        padding-top:25px;
    }
    .cta {
        width: 325px;
    }
    
    .shippinglocation .shippingtype .profileBtn.removeProfile .btnCont {
        min-width: 160px;
    }
    .shippinglocation .shippingtype .profileBtn .syncedResultTxt, .shippinglocation .shippingtype .profileBtn .plus300ProductTxt {
        margin-top: 30px;
    }
}

@media screen and (min-width:2149px) {
    .shippinglocation .shippingtype .profileBtn .syncedResultTxt, .shippinglocation .shippingtype .profileBtn .plus300ProductTxt {
        margin-top: 47px;
    }
}
/*help menu start*/
.menu {
    float: left;
    margin: 40px 15px 15px 15px;
    border: solid 1px lightgray;
    border-radius: 10px;
    padding: 10px;
}
.menu li {
    text-align: left;
    margin-bottom: 10px;
    font-size: .75rem;
}
.gettingStarted {
    background-image: url(/images/help/getting-started-icon.png);
    padding: 5px 0px 3px 35px;
    list-style: none;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 7px 4px;
}
.menu li a {
    color: rgba(0,73,255,1);
    text-decoration: underline;
    font-size: .75rem;
    text-indent: 0px;
    text-transform: none;
}
.menu li a:visited {
    color: rgba(255, 182, 0, 1);
}
/*help menu end*/

/*account nav*/

/*account nav ends*/

/*modal */
.xclose {    
    line-height: 35px;
    cursor: pointer;
    font-size: 4rem;
    font-weight: bold;
    color: black;
    text-align: right;
    top: 0px;
    padding-top: 0;
    position: fixed;
    right: 0;
    z-index: 10;    /*margin-top: -11px;*/
        overflow: hidden !important;
}

.greenbg {
    background-color: #8BC34A;
}
.redbg {
    background-color:#FF5722;
}

.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: green;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#checkmark:before, .checkmark:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #fff;
    left: 11px;
    top: 6px;
}
#checkmark:after, .checkmark:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 12px;
}

.CheckedIcon, .notCheckedIcon {
    width: 15px !important;
    height: 15px;
    color: red;
    border:1px solid silver;
}

    .CheckedIcon:after {
        content: '✔';
        font-size: 1rem;
    }
    .notCheckedIcon:after {
        content: '';
    }

.notavailable, .notavailable:hover {
    cursor: default;
    background-color:silver;
    color:gray;
	border-bottom: 2px solid #b5b4b4;
}

    .notavailable {
        font-size: 1rem !important;
    }
    
    .notavailable:hover {
        background-color:silver;
        color:gray;
	    border-bottom: 2px solid #b5b4b4;
    }

article.modal h3 {
    color: black;
    border-bottom: 1px solid silver;
    background-color: #bfbfbf33;    
    padding: 6px 3px;
}

#modal article {
    padding:0; 
    width:100%;
    max-height: 100%;
}
/*modal ends */

/*new record form*/

#modal article.io-new-item {
    max-width: 100%;
    max-height: 100%;
    height:100%;
}

.newRecordInfo,.divider {
    margin: auto 1%;
        width: 98%;
    float: left;
    overflow: hidden;   
    /*padding-bottom: 10%;*/
    margin-top: 20px;
}

.newRecordheader h2 {
    color:black;    line-height: 34px;
}

    .newRecordInfo .fieldWrp {
        border: 1px solid silver;
        border-radius: 2px;
        height: 40px;
        margin-bottom: 10px;
    }

.newRecordInfo .field {
    position:relative;    margin-top: 7px;
}

.newRecordInfo .field select {
    font-size: 1rem;
    width: 100%;
    height: 30px;
    border: none;
    margin-top: 6px;
    background-color: transparent;
    color: #424242;
}

.newRecordInfo .sectionheader {
    text-align: left;
    color: black;
    padding-bottom: 16px;

}

.newRecordInfo .chklabel {
        text-align: left;
    position: absolute;
    /*z-index: 1;*/
    background-color: white;
    color: #828282;
    line-height: 2px;
    margin-left: 10px;
    padding: 0px 9px;
}
    
.newRecordInfo input, .newRecordInfo input:valid {
    border: none !important;
    width: 97%;
    position: absolute;
    left: 5px;
    z-index: 2;
    height: 33px;
    transition: ease-in-out, width .35s ease-in-out;
    background-color: transparent;
    font-size: 1.05rem;
    margin-top: 5px;
}
  
/*new record form ends */

.choice-sel {
        background-image: url(/Images/dropshipping/config/radio-btn-on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.radio-btn {
    width: 20px;
    float: left;
    /*padding-top: 20px;*/
}
.ind-newRecord {
    width:85%;    
    margin: 5% auto;
}
.issueIcon {        
    width: 26px;
    float: right;
    background-size: 21px;
    background-image: url(/Images/icons/warning-icon.png);
    background-repeat: no-repeat;
    /*margin-top: 17px;*/
}
/** more - hide/show **/

.blckDefault {
    transition: .5s linear ease;
    max-height: 21px;
    overflow: hidden;
}

.blckOpen {
    transition: .5s linear ease;
    max-height: 100px !important;
    overflow: auto !important;
    height: auto !important;
}

.morehistory.open::after {
    transform: rotate(90deg);
    background-position: center -368px;
}

.morehistory::after {
    content: '';
    background-image: url(/Images/customizer/v3/customizer-icons.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    position: absolute;
    /*right: 0px;*/
    background-position: center -363px;
    transform: rotate(-90deg);
    height: 19px;
    width: 19px;
    cursor: pointer;
}

/** more - hide/show ends **/

#modal article.save-newBtn {
    height: 52px !important;
    margin-bottom: -7px !important;
    border: 1px solid white !important;
    overflow: hidden;
    bottom: 0;
    position: fixed;
    /* margin: auto; */
    width: 100%;
    z-index: 10;
}
    #modal article.save-newBtn button {
        width: 100%;
        max-width: 100%;
        z-index: 10;
        margin: 0;
    }

/***FILTER SELECTIONS START***/
.filters {
    display: block;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 15px 0;
}

    .filters .filters-wrap {
        width: auto;
        padding: 0 5%;
        display: block;
        float: left;
    }

.breadcrumbs {
    text-align: left;
    padding: 10px 10px 10px 5%;
    width: auto;
    float: left;
}

    .breadcrumbs .breadcrumbs-wrap {
        font-style: italic;
        margin: 6px 0;
    }

    .breadcrumbs .product-cnt {
        font-size: .8rem;
        padding-left: 10px;
    }

.filter-lbl {
    text-align: left;
    font-size: 0.85rem;
    padding: 5px 0;
}

.filter-selected {
    padding: 0px 0px 0px 10px;
    box-shadow: 0px 0px 0px 1px black;
}

.filter-selected, .filter-lbls div {
    font-size: 0.85rem !important;
    line-height: 30px;
    box-shadow: 0px 0px 0px 1px silver;
    background-color: white;
    cursor: pointer;
    border-radius: 2px;
}

    .filter-selected::after {
        content: '\25BD';
        float: right;
        cursor: pointer;
        padding: 0px 3px 0px 3px;
    }

.filter-lbls {
    height: 0;
    overflow: hidden;
    display: none;
    border: 1px solid silver;
}

    .filter-lbls .sub-img {
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: center;
        height: 40px;
        width: 60px;
        display: block;
        float: left;
        box-shadow: none;
    }

.filter-items {
    text-align: left;
}

    .filter-items .sub-name {
        display: block;
        line-height: 32px;
        padding: 0 10px;
    }

        .filter-items .sub-name a {
            width: 100%;
            font-size: .85rem;
        }

.filter-lbls.open {
    height: auto;
    overflow: auto;
    display: block;
    position: absolute;
    z-index: 10;
    background-color: white;
    max-height: 320px;
}

    .filter-lbls.open .searchTerm {
        margin: 5% 0;
        float: inherit;
    }

.pagination-filter-wrap {
    float: left;
    margin: 10px 0;
}
/***FILTER SELECTIONS END***/
/**CATALOG pages pagination START ****/
.ctaButtonWrap {
    margin: 35px;
}

    .ctaButtonWrap a {
        text-decoration: underline;
        color: blue;
        padding: 0 5px;
    }
/****CATALOG pages pagination END ****/
    
/***select action UL list START**/
.entityCTA {
    position: relative;
    width: 150px;
}

.entityCTA_dd_trigger {
    height: 25px;
    border: 1px solid #0000008f;
    background-color: white;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .entityCTA_dd_trigger:before {
        content: '\25BD';
        font-size: 1rem;
        position: absolute;
        right: 0;
        color: black;
    }

    .entityCTA_dd_trigger.open:before {
        content: '\25BD';
        font-size: 1rem;
        position: absolute;
        transform: rotate(180deg);
        right: 0;
        color: black;
    }

.entityCTA_dd {
    height: 0;
    overflow: hidden;
    background-color: white;
    text-align: left;
}

    .entityCTA_dd.open {
        width: 92%;
        height: auto;
        overflow: auto;
        position: absolute;
        z-index: 5;
        font-size: .8rem;
        box-shadow: 0px 1px 2px 1px #00000075;
    }

    /**/
    .entityCTA_dd_trigger:hover + .entityCTA_dd, .entityCTA_dd:hover {
        width: 92%;
        height: auto;
        overflow: auto;
        position: absolute;
        z-index: 5;
        font-size: .8rem;
        box-shadow: 0px 1px 2px 1px #00000075;
    }

    .entityCTA_dd li {
        min-height: 25px;
        padding: 5px;
        border: 1px solid #c0c0c04d;
        cursor: pointer;
    }

        .entityCTA_dd li:hover {
            background-color: #dedede;
        }
/****select action UL List END ****************/
/**radio button list**/
.radioBtnSel .profilechoice {
    overflow: hidden;
    text-align: left;
    vertical-align: top;
}

    .radioBtnSel .profilechoice .choices {
        display: inline-block;
        line-height: 40px;
        width: 90%;
    }

    .radioBtnSel .profilechoice .choicelbl {
        padding-left: 5px;
        text-align: left;
    }

    .radioBtnSel .profilechoice .shl-radio-btn {
        margin-top: 5px;
    }

/***/
@media screen and (min-width:768px) {
    /* modal */
    article.modal h3 {          
        padding: 2px 15px;
    }

    .xclose {
        position:absolute !important;
    }

    #modal article.io-new-item {
        max-width: 600px;
        max-height: 700px;
    }

    #modal article.save-newBtn {        
        margin-bottom: -2px !important;
    }
    
    /* modal ends */

    /* more - hide/show */
    div.blckDefault {
        max-height: 21px;
        overflow: hidden !important;
    }    
    /* more - hide/show ends*/
    .radio-btn {
        padding-top: 5px;
    }
    .choice-sel {
        background-position: center 5px;
    }
}

@media screen and (min-width:1024px) {
    #modal article.save-newBtn {
        position:absolute;
    }
    /*.mobile-scroll.vertical-menu {
        display:block !important;
    }*/
    /*.centerColumn {
        width: 60%;
        float: none;
    }*/
    .rightColumn{
        margin-top:0;
        margin-right:0;
	}
}
@media screen and (min-width:1025px) {
    #modal article.save-newBtn {
        margin-bottom: 0px !important;
    }
}
.serviceMenu{
	width:100%;
	background:#efefef;
	color:black;
	min-height: 250px;
	margin:auto;
    overflow: auto;
	}
.introCopy{
	font-size: 2.5rem;
	width:80%;
	margin: auto;
	padding-top: 25px;
	}
.detailCopy{
	font-size: 1.5rem;
	width:80%;
	margin: auto;
	padding: 10px 0 10px 0;
}
.copy{
	width: 200px;
    white-space: normal;
    display: inline-block;
}
.imgTile{
	width:250px;
	height:250px;
	border-radius:250px;
	margin:auto;
	background-color:#a7a7a7;
}
.imgTile:hover{
	background-color:grey;
}
.mobile-scroll}{  
	overflow-x: auto;
    white-space: nowrap;
    height: 150%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.serviceList{
	width: auto;
    display: inline-block;
    text-align: justify;
    list-style: none;
    white-space: nowrap;
	text-align: center;
}

.listWrapPadding{
	padding-left: 10% !important;
    padding-right: 10% !important;
}

.spacer{
	padding:25px;
	display:inline-block;
    padding-top: 40px;
}

.spacer a img:nth-of-type(1) {
    z-index: 99;
    position: relative;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .spacer a img:nth-of-type(2) {
    z-index: 99;
    position: relative;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    width: 75px;
  }

#neck.imgTile {
    background-image: url(/images/services/menu/neck-print-service.jpg)!important;
    background-size: contain;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
/*#private{
	background-image:url('/images/services/menu/private-label-tags-for-apparel.png');
}*/
#private.imgTile.lock {
    background-image: url(/images/services/menu/private-label-service.jpg)!important;
    background-size: contain;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

ul.serviceList li div.imgTile:hover
 {
      box-shadow: 0 0 8px 9px rgba(0, 0, 0, 0.25);
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px);
    } 
ul.serviceList li div.imgTile:hover::after {
      position: absolute;
      content: "";
      top: 105%;
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
      width: 70%;
      height: 15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0;
      transition: opacity 0.3s, -webkit-transform;
      transition: transform, opacity 0.3s;
      transition: transform, opacity 0.3s, -webkit-transform;
    }
#shipping{
	background-image:url('/images/services/menu/dropshipping-package.png');
}
/*#patches{
	background-image:url('/images/services/menu/embroidered-patches.png');
}*/
#patches.imgTile {
    background-image: url(/images/services/menu/embroidered-patch-service.jpg)!important;
    background-size: contain;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
/*#woven{
	background-image:url('/images/services/menu/woven-labels.png');
}*/
#woven.imgTile {
    background-image: url(/images/services/menu/woven-label-service.jpg)!important;
    background-size: contain;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.lock{
	background-image:url('/images/services/menu/lock-icon.png');
}
.unlock{
	background-image:url('/images/services/menu/unlock.png');
}

.imgTile {
    width: 200px;
    height: 200px;
}
.imgTile::after {
    position: absolute;
    content: "";
    top: 105%;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);
    width: 70%;
    height: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .3s,-webkit-transform;
    transition: transform,opacity .3s;
    transition: transform,opacity .3s,-webkit-transform;
}

.cc-hoverlock {
    position: relative;
}
    .cc-hoverlock img:nth-of-type(1) {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px);
      z-index: 9999;
      position: relative;
    }
    .cc-hoverlock img:nth-of-type(2) {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px);
      z-index: 9999;
      position: relative;
    }
    .cc-hoverlock #patches.imgTile::after {
      opacity: 1;
    }
    .cc-hoverlock #woven.imgTile::after {
      opacity: 1;
    }
    .cc-hoverlock #private.imgTile::after {
      opacity: 1;
    }
  
@media screen and (min-width:768px){
	.serviceMenu{
	overflow:hidden;
	height:600px;
	}
	.copy{
	min-height: 200px;
    max-height: 250px;
	}
	/*.spacer{
	 padding: 25px 50px;
	}*/
}


