@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
/*
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
*/
/*  * :not(selector){}  */
/* Chrome, Safari, Edge, Opera */
/*
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*/

/* Firefox */
input[type=number] {
/*  -moz-appearance: textfield;*/
}
/*above: not show up/down arrow in field*/
input:focus{
	background-color:#FFFFB6!important;
	color:black!important;
}

@font-face {
    font-family: "Century Gothic";
    src: url( "../gothic.eot");
    src: url("../gothic.woff") format('woff'), url('../gothic.ttf') format('truetype');
}
body {
/*	1140px*/
    max-width: 1280px;  
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
/*    background-color: #e1e1e1;	 20/03/2023 */
    background-color: white;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 opacity: 0.7; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 opacity: 0.7; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
 opacity: 0.7; /* Firefox */
}
html {
    scroll-behavior: smooth;
    background-image: url("../images/102024.jpg");
/*	background-image: url("../images/printershow.jpg");*/
    background-size: 100% auto;
    background-attachment: fixed;
}

.hidden{
	display: none;
}
.show{
	display: block;
}
label{
	font-size: 1.2rem;
	cursor: pointer;
}
.labelcolumn{
	padding-top:5px;
}
.mycalculator {
	margin: 20px 20px;
    padding: 20px 20px;
    background: white;
}
.menuitem{
	
}
.prod-name{
	font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif"!important;
	font-size: 1em;
}
.pro-price{
	font-weight: bolder!important;
}
#quick-item{
/*	background-color:#fffdf5;*/
	max-width: 90%;
	height: auto;
	margin: 10px auto;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 4px 4px;
}
.hrvertical{
	display: none;
}
#fileinbox{
	display: none;
}
.sample_content{
	margin: 20px 20px;
}

.sample-layout-new {
    width: 98%;
    margin: 0 auto;
    display: block;
}
.sample-layout-new .category {
    max-width: 100%;
    padding: 5px 5px;
    height: auto;
}
.sample-layout-new .tlayout {
    max-width: 100%;
    /*    padding: 5px 5px;*/
    border-radius: 10px 10px;
    background: #F2F2F2;
    max-height: 450px;
    overflow-x: auto;
    text-align: center;
}
hr.hr1 {
    border-top-width: thick;
}
hr.hrlineblue{
	border:none;
	border-bottom: solid darkblue thin;
}
#captchaimg {
    font-size: 24px;
}
.tabON {
    border: 2px solid #900;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    padding: 4px 7px;
    text-decoration: none;
    color: darkblue;
}
.tabOFF {
    border: 2px solid #900;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: center;
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    padding: 4px 7px;
    text-decoration: none;
}
.CenGothicH1 {
    font-family: Century Gothic;
    display: block;
    font-size: 2em;
    margin: 0.8em 0 0.6em 0;
    font-weight: bolder;
    color: #00F;
}
.arialblack0 {
    font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif"!important;
    font-size: 1.5em;
}
.arialblack1 {
    font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif";
    font-size: 1.2em;
}
.arialblack2 {
    font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif";
    font-size: 1em;
}
.arialblack3 {
    font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif";
    font-size: 0.8em;
}
a.NOdecoration_link{
/*	text-decoration: none;*/
	cursor: grab;
	font-size: 1.2em;
}
a.NOdecoration_link:visited{
	color: green;
}
.blue {
    color: blue !important;
}
.orange {
    color: darkorange !important;
}
.right {
    text-align: right !important;
}
.nomargin {
    margin: 0px !important;
}
h1 {
    font-family: Century Gothic;
    display: block;
    font-size: 2em;
    margin: 0.5em 0 0.3em 0;
    font-weight: bold;
    color: #00f;
}
h2 {
    font-family: Century Gothic;
    font-size: 1.6em;
    margin: 0 0 0.2em 0;
    font-weight: bold;
    color: #009;
}
h3 {
    font-family: Century Gothic;
    font-size: 1.2em;
    margin: 0 0 0.2em 0;
    font-weight: bold;
    color: #009;
}
.sectiontitle{
    font-family: Century Gothic;
    font-size: 1.6em;
    font-weight: bold;
    color: #00F;
	padding: 20px 0 20px 0;
}
.CenGothicH2 {
    font-family: Century Gothic;
    font-size: 1.6em;
    font-weight: bold;
    color: #00F;
}
.CenGothicH23 {
    font-family: Century Gothic;
    font-size: 1.4em;
    font-weight: bold;
    color: #00F;
}
.CenGothicH3 {
    font-family: Century Gothic;
    font-size: 1.2em;
    font-weight: bold;
    color: #00F;
}
.CenGothicH4 {
    font-family: Century Gothic;
    font-size: 1em;
    font-weight: bold;
    color: #00F;/*    text-decoration: none;*/
}
.CenGothicH3blue {
    font-family: Century Gothic;
    font-size: 1.1em;
    amargin: 0.3em 0 0.3em 0;
    font-weight: bold;
    color: blue;
}
.CenGothicH3burgundy {
    font-family: Century Gothic;
    font-size: 1.1em;
    font-weight: bold;
    color: #9e0e2c !important;
}
.MyriadH3Orange {
    font-family: arial black;
    font-size: 1.1em;
    font-weight: bolder;
    color: darkblue;
}
.burgundy{
	color: #9e0e2c !important;
}
.title-amazon2 {
    font-family: Century Gothic;
    font-size: 1.5em;
    font-weight: bold;
    color: #138be4;
}
.title-amazon3 {
    font-family: Century Gothic;
    font-size: 1.1em;
    font-weight: 400;
    color: #138be4;
}
.webname {
    font-family: Century Gothic;
    font-size: 1.2em;
    amargin: 0.3em 0 0.3em 0;
    font-weight: bold;
    color: blue;
}
.tinynote {
    font-size: 12px;
    font-weight: 200!important;
}
.smallnote {
    font-size: 13px;
}
.smallnotered {
    font-size: 13px;
    color: red;
}
.smallnoteblue {
    font-size: 13px;
    color: blue;
}
.regularred {
    color: red;
}
.regularblue {
    color: blue;
}
.regularburgundy {
    color: #6E0623;
}
.fontstrike{
	text-decoration: line-through;
}
.priceunit {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.priceunitred {
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}
.currencynote {
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    margin-top: 0px 0px;
}
.currencynote::before {
    content: "$";
    font-size: 0.7em;
    vertical-align: super;
}
.price {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    text-align: left;
}
.price::before {
    content: "$";
    font-size: 0.6em;
    vertical-align: super;
}
.currency {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.currency::before {
    content: "$";
    font-size: 0.6em;
    vertical-align: super;
}
.pcurrency {
    font-size: 1em;
    font-weight: bold;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pcurrency::before {
    content: "$";
    font-size: 0.6em;
    vertical-align: super;
}
.subtotallabel {
	text-align: right;
    font-size: 1.3em;
    font-weight: bold;
    color: blue;
	height:30px;
	padding: 3px 5px 0 5px;
}
.subtotal {
	text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    color: red;
}
.subtotal::before {
    content: "$";
    font-size: 0.6em;
    vertical-align: super;
}
.grandtotal {
	text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}
.grandtotal::before {
    content: "$";
    font-size: 0.6em;
    vertical-align: super;
}
#unitprice {
    margin: 0px!important;
}
.step1, .step2, .step3 {
    font-weight: bold;
    padding: 20px 20px 20px 20px;
    position: relative;
}
.step1:before, .step2:before, .step3:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f04b";
    position: absolute;
    left: 0px;
}
.upload {
    display: inline-block;
    text-decoration: none;
    /*    background-color:rgba(45,63,233,0.70);*/
    background-color: #f7be38;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0c2395;
    padding: 4px 20px 4px 40px;
    position: relative;
    font-family: 'Century Gothic';
    font-size: 1.1rem;
    font-weight: bolder;
}
.upload:hover {
    background-color: #ffb300;
    color: #002bff;
    font-weight: bolder;
}
.upload::before {
    font-family: "Font Awesome 6 Free";
    font-size: 1.2em;
    font-weight: bolder;
    content: "\f0ee";  /* f093 */
    position: absolute;
    left: 10px;
}
.darkblue {
    color: darkblue !important;
}
.red{
	color:red;
}
.redwhite {
    background: red;
    color: white;
    font-weight: bolder;
}
.red-box-note {
    font-size: 20px;
    border-left: 5px solid red;
    padding-left: 5px;
    font-weight: bold;
    margin-left: 2px;
}
.green-box-note {
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid green;
    padding-left: 5px;
    margin-left: 2px;
}
.shiptype{
    font-family: century gothic;
    font-size: 1.1em;
	font-weight: bolder;
    color:#0000ff;
    padding: 2px 20px;
    background-image: url("../images/shiptype.gif");
    background-size: 100% 100%;	
}
.textSpecial {
    font-family: century gothic;
    font-size: 13px;
    color: #0000ff;
    padding: 5px 5px;
    background-image: url("../images/specialcell.gif");
    background-size: 100% 100%;
}
.textSpecialRed {
    font-family: arial black;
    font-size: 16px;
    font-weight: bolder;
    color: red;
}
.bestprice {
    background-image: url("../images/bestprice.gif");
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.mbutton {
    width: auto;
    height: 30px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: blue;
    background: #eee;
    margin: 0px 3px 0px 3px;
    text-align: center;
    cursor: pointer;
    flex: 1;
}
input[type=number] {
    width: 100px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 18px;
    margin: 0px 2px 0px 0px;
    text-align: center;
    font-weight: bold;
	
}
input[type=codemtext] {
    width: 100px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    margin: 0px 2px 0px 0px;
    text-align: center;
    font-weight: bold;
}
input[type=smtext], smselect, smtextarea {
    width: 87%;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*  font-size: 14px;*/
    font-size: 0.8em;
    margin: 0px 2px 0px 0px;
    text-align: center;
    font-weight: bold;
}
input[type=mtext], select, textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*  font-size: 18px;*/
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    background-color: #EDFFED;
}
input[type=zipcode]{
	width: 100px;
    padding: 0 5px 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-size: 1.2em!important;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    background-color: #EDFFED;
}
select.qtycbo {
    width: auto;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    font-family: 'Quicksand', sans-serif;
}
input[type=email] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    /*  font-size: 18px;*/
    font-size: 1.2em;
    font-weight: bold;
    background-color: #EDFFED;
}
input:required {
 background-color:#FDFFCD;
}
 textarea:required {
 background-color:#FDFFCD;
/*	background-color: yellow;*/
}
input[type="submit"] {
    margin-top: 10px;
    height: 34px;
    width: 154px;
    border: none;
    cursor: pointer;
    background-image: url("../images/submit.gif");
}
input[type="login"] {
    margin-top: 10px;
    height: 34px;
    width: 154px;
    border: none;
    cursor: pointer;
    background-image: url("../images/submit.gif");
}
 input:read-only {
 background-color:#e1e1e1;
}
textarea:read-only {
 background-color:#e1e1e1;
/*	background-color: lightyellow;*/
}

select.regular {
    width: auto;
    padding: 0;
    border-radius: 0;
}
label.regularmax{
	cursor: pointer;
}
select.regularmax {
    width: 100%;
    padding: 0 5px 0 5px;
    border-radius: 4px;
	cursor: pointer;
		
/*	font-size: 0.9rem;*/
}
.regularmax {
    width: 100%;
    padding: 0 5px 0 5px;
    border-radius: 4px;
	cursor: pointer;
	font-size: 1.2em!important;
}
#statename{
	border: black solid 1px;
	background-color: black;
	padding: 2px 15px 2px 15px;
	color: white;
}
#statedays{
    border: #701111 solid 1px;
    background-color: #701111;
    padding: 2px 15px 2px 15px;
    color: white;
}
#checkshipping{
	min-width: 50%;
/*    background-color: antiquewhite;*/
	padding: 5px 12px;
}
#uploadarea{
	padding: 5px 12px;
}
.ptxtzipcode{
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*  font-size: 18px;*/
    font-size: 1.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
	text-align: left;
    background-color: #EDFFED;	
}
.right{
    text-align: right;
}
.smallinput {
    font-size: 14px !important;
}

.col-25 {
    float: left;
    width: 25%;
}
.col-75 {
    float: left;
    width: 75%;
}
.col-20 {
    float: left;
    width: 20%;
}
.col-30 {
    float: left;
    width: 30%;
	padding: 0 5px 0px 5px;
}
.c-30 {
    float: left;
    width: 30%;
	padding: 0 5px 0px 5px;
}
.c-33 {
    float: left;
    width: 33%;
    padding: 0 5px;
}
.c-35 {
    float: left;
    width: 35%;
	padding: 0 5px 0px 5px;
}
.col-33 {
    float: left;
    width: 33%;
    margin-top: 4px;
}
.col-40 {
    float: left;
    width: 40%;
    padding: 0 5px;
}
.c-40 {
    float: left;
    width: 40%;
    padding: 0 5px;
}
.col-45 {
    float: left;
    width: 45%;
    padding: 0 5px;
}
.col-50 {
    float: left;
    width: 50%;
    padding: 0px 8px;
}
.col-60 {
    float: left;
    width: 60%;
    padding: 0 5px;
}
.c-60 {
    float: left;
    width: 60%;
    padding: 0 5px;
}
.col-70 {
    float: left;
    width: 70%;
    padding: 0 5px;
}
.col-80 {
    float: left;
    width: 80%;
    padding: 0 5px;
}
.col-90 {
    float: left;
    width: 90%;
    padding: 0 5px;
}
.col-10 {
    float: left;
    width: 10%;
    padding: 0 5px;
}
.col-100 {
    /*  float: left;*/
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.col30 {
    flex: 1;
    padding: 5px 0px 5px 0px;
    text-align: center;
}
.col70 {
    flex: 2;
    padding: 5px 0px 5px 0px;
    text-align: center;
}
.col20 {
    float: left;
    width: 20%;
}
.col80 {
    float: left;
    width: 80%;
}
.col100 {
    width: 100%;
    display: block;
    text-align: left;
}
/* Clear floats after the columns */
.row {
    padding: 10px 0 0 0;
/*	imitake yardsigns.css*/
	max-width: 100%;
	margin: 0 auto;    
	text-align: center;	
/*	imitake yardsigns.css*/	
}
.row::after {
    content: "";
    display: table;
    clear: both;
}
.rowicon {
    padding: 0px 0 0 0;
}
.rowicon::after {
    content: "";
    display: table;
    clear: both;
}
.newrow {
    margin: 0 auto;
    display: flex;
}
/* END COMMON */

/* header */
header {
    width: 100%;
    display: block;
}
header .header-area {
    width: 100%;
    padding: 0px;
    background-color: white;
    border-bottom: 1px solid #eaeaea;
}
header .header-area .toplink {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
header .header-area .toplink .slogan {
    flex: 3;
    font-family: Pacifico;
    font-size: 15px;
}
header .header-area .toplink .toplinks {
    flex: 2;
}
header .header-area .toplink .toplinks ul {
    list-style-type: none;
}
header .header-area .toplink .toplinks ul li {
    display: inline-block;
    margin-right: 20px;
}
header .header-area .toplink .toplinks ul li a {
    text-decoration: none;
    display: inline-block;
}
/* Nav */
nav {
    display: flex;
    background-color: hsla(223,90%,19%,1.00);/* #2D3FE9 */
}
#mynav {
    line-height: 32px;
    flex: 5;
}
.mynavclass {
    font-family: Century Gothic;
    font-weight: 300;
}
.mynavclass a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-decoration: none;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
}
.mynavclass a:hover {
    background-color: rgba(4,0,165,1.00);
    color: yellow;
    font-weight: bolder;
}
.mynavclass a.activemenu {
    atext-transform: uppercase;
    color: yellow;
    font-weight: bolder;
}
#baricon {
    float: right;
    margin-right: 10px;
	visibility: hidden;
/*    display: none;*/
/*    padding: 5px 0px;*/
}
#baricon a {
	font-size: 1.5em;
    color: white;
}
.barcart {
    float: right;
    margin-right: 15px;
    padding: 5px 0px;
}
.barcart a {
    text-decoration: none;
    color: greenyellow;
    font-size: 18px;
    font-weight: 800;
}
/* END nav */ 
/* END header */

/* section area before each esction */
.section-title-area {
    display: flex;
    margin: 0;
    padding: 10px 0 10px 0;
    min-height: 60px;
    background: rgba(223,226,255,1.00);
}
.section-title-area .filloutform-arrow {
    flex: 1;
    background-image: url("../images/fillout.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    display: block;
}
.section-title-area .click-arrow {
    flex: 1;
    background-image: url("../images/clickpackage.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 56px;
    display: block;
    align-items: center;
}
.section-title-area .click-qty-package {
    flex: 1;
    background-image: url("../images/clickqtypackage.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    display: block;
}
.section-title-area .click-a-price {
    flex: 1;
    background-image: url("../images/clickaprice-arrow.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    display: block;
}
.section-title-area .click-more-info {
    flex: 1;
    background-image: url("../images/click-more-info.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    display: block;
}
.section-title-area .section-content {
    display: flex;		/*block*/
/*    text-align: center;*/
    flex: 6;
    align-items: center;
}
.section-title-area .section-content .span-title {
    font-size: 18px;
    display: block;
    align-items: center;
    flex: 4;
    padding: 0 10px;
/*    text-align: left;*/
}
.section-title-area .section-content .promise {
    flex: 2;
}
.section-title-area .section-content .promise ul {
    adisplay: inline-flex;
    list-style: none;
    font-size: 12px;
    color: blue;
}
.section-title-area .section-content .promise ul li {
    margin: 0 10px 0 10px;
    display: block;
    flex-direction: row;
    text-align: left;
}
.product-spe {
    padding: 10px 20px;
    background: rgba(250,250,250,1.00);
    font-size: 13px;
}
.product-spe p {
    font-weight: bolder;
    color: brown;
}
/* END SECTION AREA*/


/* QUICK ORDER INFO */
#quickorder {
}
#quickorder .form-order-info {
    width: 100%;
    background-color: white;
}
#quickorder .form-order-info .form-title {
    padding: 10px 5px;
}
#quickorder .form-order-info .form-title .item-info {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
}
#quickorder .form-order-info .form-title .row .col-50.upload-link {
    padding: 0px 20px;
}
#quickorder .form-order-info .form-title .row .col-50.upload-text {
    padding: 0px 20px;
    font-size: 14px;
}
#quickorder .form-order-info .form-tab {
    margin: 5px 0px;
    padding: 1px 0px;
    display: inline-flex;
}
#quickorder .form-order-info .form-tab a {
    padding: 4px 5px 4px 5px;
    text-decoration: none;
}
#quickorder .form-order-info .form-content {
    display: block;
    max-width: 100%;
    /*	background: rgb(204,204,204);*/
    background: white;
}
#quickorder .form-order-info .form-content .instantform {
    max-width: 100%;
    display: flex;
}
#quickorder .form-order-info .form-content .instantform .sign-info {
    flex: 1;
    text-align: center;
}
#quickorder .form-order-info .form-content .instantform .sign-info_new {
    flex: 1;
    width: 100%;
    height: 450px;
    background-image: url("../images/Blankcustom.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#quickorder .form-order-info .form-content .instantform .sign-info_new_all {
    flex: 1;
    width: 100%;
    height: 480px;
    background-image: url("../images/Blankcustomall.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#quickorder .form-order-info .form-content .instantform .sign-info_new .sample-image {
    display: block;
    max-width: 25%;
    bottom: -5px;
    left: 10px;
    position: absolute;
}
#quickorder .form-order-info .form-content .instantform .sign-info_new .proof-image {
    display: block;
    max-width: 40%;
    bottom: 30px;
    left: 30%;
    position: absolute;
}
/*for Salon Signs*/
#quickorder .form-order-info .form-content .instantform .sign-info_salon {
    flex: 1;
    width: 100%;
    height: auto;
    /*
	background-image: url("../images/Blankcustom.gif");
	background-repeat: no-repeat;
	background-size: 100% 100%;
*/
    position: relative;
}
/*for Salon Signs*/
.sample-image-all {
    width: 100%;
    bottom: 0px;
    text-align: center;
    position: absolute;
}
.sample-image-all .leftcol {
    float: left;
    width: 50%;
    padding: 0px 5px;
}
.sample-image-all .rightcol {
    float: left;
    width: 50%;
    padding: 0px 5px;
}
.sample-portrait {
    max-height: 250px !important;
    width: auto;
}
.sample-landscape {
    max-width: 250px !important;
    height: auto;
}
#sample-image {
    max-height: 140px !important;
    width: auto;
}
#imgPreviewMe {
    max-height: 140px;
    width: auto;
    margin: 0 auto;
}
#quickorder #content {
    margin-top: 20px;
    width: 87%;
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 18px;
    height: 120px;
}
#quickorder #txtitem, #ptxtitem {
    width: 100%;
	height: auto;
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 18px;
	font-weight: bold;
    color: red;
    background: Cornsilk;
}
#quickorder #instruction {
    resize: none;
}
.form-col {
    width: 100%;
    text-align: center;
}
.form-col .color-info {
    max-width: 90%;
    text-align: center;
    margin: 10px auto 0 auto;
}
.form-col .color-info .cbocolor {
    float: left;
    width: 33.33%;
    text-align: center;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.form-col .color-info select {
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
.form-col .option-magnetic {
    max-width: 90%;
    margin: auto;
    padding: 10px 0 0 0;
    text-align: center;
    display: flex;
}
.option-magnetic .option-check-magnetic {
    flex: 1.5;
}
.option-magnetic .option-check-magnetic-img {
    flex: 1;
}
.option-magnetic .option-check-magnetic-text {
    flex: 4;
}
#quickorder .form-order-info .form-content .instantform .client-info {
    flex: 1;
    padding: 20px 5px;
}
#quickorder .form-order-info .form-notice {
    max-width: 100%;
    padding: 5px 5px;
    text-align: center;
}
/* END QUICK ORDER INFO */
/* sample-layout tab */
.auto-draw {
    margin-top: 10px;
}
.auto-draw #adnote {
    margin-top: 5px;
    margin-bottom: 5px;
}
.auto-draw #adlink {
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 80%;
}
.auto-draw #adContinue {
    margin-bottom: 10px;
    display: none;
}
#item-area, #instruction-area {
    margin-bottom: 10px;
}
#autodraw {
    max-width: 100%;
    margin: 0 auto;
    display: none;
    height: auto;
    justify-content: center;
    text-align: center;
}
#mydraw {
    /*	display: block;*/
    width: 100%;
    height: 680px;
}
#draw-image {
    background-color: aquamarine;
    display: none;
}
.sample-layout {
    max-width: 98%;
    margin: 0px auto;
    background: white;
    display: none;
}
.sample-layout .category {
    max-width: 100%;
}
.sample-layout .tlayout {
    max-width: 100%;
    background: #F2F2F2;
    /*    padding: 5px 5px;*/
    border-radius: 5px 5px;
    max-height: 450px;
    overflow-x: auto;
    text-align: center;
}
.div_cat {
    padding-left: 20px;
}
.div_cat ul {
    list-style: none;
}
.div_cat ul li {
    padding: 5px 0;
}
.r-image0 {
    width: 100%;
    height: auto;
    border: 5px solid transparent;
	background-color: white;
}
.r-image {
    max-width: 100%;
    height: auto;
    border: 5px solid transparent;
    cursor: pointer;
}
.r-image:hover {
    border: 5px solid rgba(0,24,255,0.50);
    transition: 0.3s;
}
.r-image1 {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
.r-image-wall {
    width: 90%;
    height: auto;
}
.fc-demo {
    padding: 10px 0px 0px 0px;
}
.product-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0px;
}
.r-image0i {
    max-width: 90%;
    height: 375px;
    object-fit: contain;/*	border: 3x solid transparent;*/
}
.r-imagei {
    max-width: 60px;
    height: auto;
    border: 3px solid transparent;
    cursor: pointer;
}
.r-imagei:hover {
    border: 3px solid rgba(0,24,100,0.50);
    transition: 0.3s;
}
.tb-layout {
    width: 100%;
    border-collapse: collapse;
}
.tdlayout {
    margin: 5px;
}
/* END sample-layout tab */

/* group button in everypage */
.group-buttons {
    align-items: center;
    display: block;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}
.group-buttons .mybutton {
    display: inline-block;
    margin: 10px 5px;
    cursor: pointer;
}
.group-buttons .mybutton a {
    text-decoration: none;
/*    background-color: rgba(45,63,233,0.70);*/
	background-image: linear-gradient(cyan, blue, blue, cyan);
    border-radius: 15px;
    color: white;
    padding: 5px 10px;
    border: 1px solid #0011FF;
}
.group-buttons .mybutton a:hover {
    background-color: rgba(45,63,233,1);
}
/* group button in everypage */

.group-images {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.butimage {
    min-width: 70px;
    cursor: pointer;
    text-align: center;
    padding: 2px 2px;
    margin: 1px 2px;
    flex: 1;
    border: 1px outset transparent;
}
.butimage img {
    max-width: 67px;
    height: auto;
}
.bottom-nav {
    padding: 20px 10px;
}
.button {
    text-decoration: none;
/*    background-color: rgba(45,63,233,0.70);*/
	background-image: linear-gradient(cyan, blue, blue, cyan);
    border-radius: 15px;
    color: white;
    padding: 5px 10px;
    border: 1px solid #0011FF;
}
.button:hover {
    background-color: rgba(45,63,233,1);
}
.button-orange {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    background: #FF6E00;
    border-radius: 15px;
    color: white;
    padding: 5px 15px;
    border: 1px solid transparent;
}
.button-orange:hover {
    background: #B55206;
}
/* Package list */
.group-contents {
    width: 100%;
    padding: 0px;
    background-color: white;    /* 20/03/2023 */
    background-color: #e1e1e1;
}
.group-contents .col-50 {
    max-width: 100%;
}
.group-contents .col-50.preview {
    padding: 10px 10px;
    text-align: center;
}
.group-contents .col-50.preview .imgshow {
    max-height: 400px;
}
.group-contents .col-50.preview .row {
    display: flex;
    max-width: 90%;
    margin: auto;
}

.group-contents .col-40 {
    max-width: 100%;
}
.group-contents .col-40.preview {
/*    padding: 10px 10px;*/
    text-align: center;
}
.group-contents .col-40.preview .imgshow {
    max-height: 400px;
}
.group-contents .col-40.preview .row {
    display: flex;
    max-width: 90%;
    margin: auto;
}

.small-icon-preview {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;	
}

.group-contents .col-50.preview .row.package-desc {
    max-width: 100%;
    display: block;
    text-align: left;
}
.group-contents .col-40.preview .row.package-desc {
    max-width: 100%;
    display: block;
    text-align: left;
}
.proceed-area {
    max-width: 100%;
    margin: 0 auto;
}
.proceed-area .item-area1 {
    width: 100%;
    margin: auto;
    display: flex;
}
.proceed-area .item-area1 p {
    flex: 3;
    text-align: left;
}
.proceed-area .item-area1 .right-button {
    flex: 1;
    text-align: right;
}
.proceed-area .item-area2 {
    width: 100%;
    background: Cornsilk;
    min-height: 50px;
}
.proceed-area .item-area2 p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
	padding-left: 10px;
}
.proceed-button {
    text-align: center;
    cursor: pointer;
}
.item-area3 {
    width: 100%;
/*    background: Cornsilk;*/
    min-height: 50px;
}
.item-area3 p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.group-contents .col-50.packageprice {
    text-align: center;
    padding: 10px 10px;
}
.group-contents .col-50.packageprice .pricelist-content {
    background: white;
    width: 100%;
    margin: auto;
}
.group-contents .col-50.packageprice .pricelist-content .pricelist-table {
    width: 100%;
    border-spacing: 0px;
    font-size: 16px;
}
.group-contents .col-50.packageprice .pricelist-content .pricelist-table tr {
/*	height: 40px;*/
}
.group-contents .col-50.packageprice .pricelist-content .pricelist-table80 {
    width: 80%;
    margin: auto;
    border-spacing: 0px;
    font-size: 16px;
}
.rowunselected {
    background-color: #f4f4f4;
    padding-bottom: 20px;
}
.rowunselected:hover {
    box-shadow: 0 0 10px 1px rgba(0, 140, 186, 0.5);
    background-color: wheat;
    cursor: pointer;
}
.rowselected {
    background-color: yellowgreen;
    padding-bottom: 20px;
}
.group-contents .col-50.packageprice .pricelist-content .pricelist-table th, .pricelist-table80 th {
    text-align: center;
    font-weight: bolder;
    border-bottom : 1px solid black;
    border-top: 1px solid black;
    height: 30px;
    background-color: white;
}
.group-contents .col-50.packageprice .pricelist-content .pricelist-table td, .pricelist-table80 td {
    border-bottom : 1px solid #c1c1c1;
}
/* END Package list */

/* FOR PACKAGE GROUPS ICON AT TOP PAGES */
#sign-groups, #stake-groups {
    max-width: 100%;
    margin: auto;
    padding: 0px;
    /*	background-color: white;*/
    background-color: #e1e1e1;
}
#sign-groups .row, #stake-groups .row {
    text-align: center;
    max-width: 90%;
    margin: auto;
    padding-top: 10px;
}
/*nyardsign.php:*/
#top1-page{
	padding: 20px 20px 20px 20px;
}
.sign-group-icon {
    display: inline-flex;
    flex-wrap: wrap;
	padding: 10px 10px;
}
.sign-group-icon .group-icon {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px 1px transparent;
    align-items: center;
    display: block;
    margin: 4px 4px;
    font-size: 14px;
    flex: 1;
    min-width: 100px;/*	max-width: 300px;*/
	position: relative;
}
.sign-group-icon .group-icon:hover {
	background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px 1px rgba(0,140,186,0.5);
}
.sign-group-icon .group-icon img {
    max-width: 80%;
    height: auto;
    padding: 10px 0px;
}
.sign-group-icon .group-icon-chosen {
    border: 1px solid rgba(0, 192, 255)!important;
	background-color: #c9f2ff!important;
}
/*for new group of top icon */
#top-page {
    display: flex;
}
.left-sidebar {
    display: block;
}
.package-area {
    padding-left: 10px;
    padding-right: 10px;
/*    border-left: #999 1px solid;*/
    display: block;
}
#group-package-icon {
    display: block;
    flex-wrap: wrap;
}
.package-icon {
    border: 2px solid #c9f2ff;
    box-shadow: 0 0 10px 1px transparent;
    align-items: center;
    display: block;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
    font-size: 14px;
    flex: 1;
    min-width: 130px;
    position: relative;
    cursor: pointer;
    background-color: white;
}
.package-icon img {
    max-width: 80%;
    height: auto;/*	padding: 5px 0px;*/
}
.package-icon:hover {
    /*	border: 1px solid #ddd;*/
    border-radius: 8px;
    box-shadow: 0 0 10px 1px rgba(0,140,186,0.5);
}
.icon-chosen {
    background-color: #c9f2ff!important;
}
.green-labelgreen-label {
    position: absolute;
    top: -2px;
    left: -2px;
    background: #0E7A17;
    color: white;
    font-size: 12px;
    padding: 2px 10px;
}
.best_seller_left_mark {
  	position:absolute;
	left:0px;
	top:0px;
	padding:2px 15px 2px 10px;
  	width:auto;
	color: white;
	font-size: 1rem;
	font-weight: bolder;
	text-align: center;
	background-image: url("../images/bestseller.gif");
    background-size: 100% 100%;	
  	
  	transform: skew(-0deg,345deg);
  }
.best_seller_left {
  	position:absolute;
	left:0px;
	top:0px;
  	width:auto;
	font-size: 1rem;
	text-align: center;
  	padding:2px 10px 2px 10px;
  	background-color:yellow;
  	transform: skew(-0deg,345deg);
	border-radius: 5px;
  }
.best_seller_right {
  	position:absolute;
	right:0px;
	top:0px;
  	width:70px;
	font-size: 0.8rem;
	text-align: center;
  	padding:2px;
  	background-color:yellow;
  	transform: skew(-10deg,10deg);
border-radius: 10px;
  }
.best-seller {
    position: absolute;
    top: -10px;
    left: -2px;
    background: yellow; /*#e67a00*/
    color: black;
    font-size: 14px;
    padding: 2px 10px;
}
.special {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: red;
    color: white;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px;
    /*	border: #E8FF00 3px dotted;*/
    border-radius: 3px;
}
.pkg-line {
    padding: 2px 2px;
    display: flex;
    margin-bottom: 20px;
    border: 2px solid #EBEBEB;
    cursor: pointer;
    background-color: white;
    align-items: center;
}
.pkg-line:hover {
    border: 2px solid #f00;
    border-radius: 4px;
    box-shadow: 0 0 5px 1px rgb(255 158 0 / 50%);
}
.pkg-line .pkg-img {
    width: 20%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;/*    background: #f6f6f6;*/
}
.pkg-line .pkg-img img {
    max-width: 100%;
    margin: auto;/*    position: relative;*//*    top: 50%;*/
/*    transform: translateY(-50%);*/
}
.pkg-line .pkg-content {
    width: 80%;
    padding: 10px 10px;
    text-align: left;
    position: relative;
}
.pkg-line .pkg-content .pkg-include {
    font-weight: bold;
    line-height: 23px;
	padding: 5px 15px;
}
.pkg-line .pkg-content .pkg-title {
    font-size: 18px;
    color: black;
    font-weight: 800;
}
.pkg-line .pkg-content .pkg-price {
    font-size: 24px;
    padding-top: 7px;
    font-weight: bolder;
}
.pkg-line .pkg-content .pkg-price-new {
    font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif";
    font-size: 1.2em;
    text-align: right;
    padding-right: 5px;
    color: darkorange;
}
.pkg-line .pkg-content .grandtotal-line {
    margin-top: 5px;
}
.pkg-line .pkg-content:hover .pkg-title {
    color: #CD4C19;
}
.pkg-line .pkg-content .ups-truck {
    max-width: 50px;
    height: auto;
    right: 5px;
    position: absolute;
    bottom: 15px;
}
.pkg-choosen{
	background-color: #c9f2ff !important;
}

.addtocart-button {
    text-align: left;
    padding-top: 10px;
    cursor: pointer;
}
/*product detail area */
.product-info {
    padding: 20px 10px;
}
.detail-title {
    font-size: 20px;
    color: black;
    font-weight: 800;
}
.detail-spe {
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #ccc;
    text-align: left;
    margin-bottom: 10px;
}
.detail-item {
    padding: 10px 5px 3px 5px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    margin-bottom: 10px;
}

/*for left column*/
.sticky {
  position: fixed;
  top: 0;
  width: 18%;
  height:1000px;
}
#leftcol{
	overflow: scroll;
}
/*for left column*/


#sign-groups .row.instore-special {
    padding: 20px 0px;
}
/* END PACKAGE GROUPS ICON */


/* Footer */
footer {
}
footer .footer-area {
    width: 100%;
    text-align: center;
}
footer .footer-area .footer-seal {
    padding: 10px 0;
    background-color: #E9E9E9;
}
footer .footer-area .footer-seal ul {
    list-style: none;
    display: flex;
    overflow: hidden;
    justify-content: space-around;
}
footer .footer-area .footer-seal ul li {
    display: flex;
    text-align: center;
    align-items: center;
    /*	flex: 1;*/
    padding-left: 10px;
}
footer .footer-area .copyright {
    text-align: center;
    background-color: #545454;
}
footer .footer-area .copyright ul {
    list-style: none;
}
footer .footer-area .copyright ul li {
    display: inline-flex;
    font-size: 14px;
    margin-right: 15px;
    color: white;
}
footer .footer-area .copyright ul li a {
    color: yellow;
    text-decoration: none;
}
/* END Footer */

.package-preview {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 0 0;
/*    background-color: white;*/
	background-color: transparent;
}
.package-preview-re {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;   
}
.package-preview-demo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
}
.back-demo {
    position: relative;
}
.artwork-no-back-demo {
    text-align: center;
    /*	bottom: 5px;*/
    font-size: 12px;
    color: red;
    position: absolute;
    bottom : 10px;
    left : 50px;
}
.image-note {
    position: absolute;
    top: 15%;
    right: 0;
    width: 30%;
    height: auto;
}
.video-note {
    position: absolute;
    top: 45%;
    right: 50%;
    width: 10%;
    height: auto;
}

.image-UPSfreeship {
    position: absolute;
    bottom: 5%;
    right: 0;
    width: 30%;
    height: auto;
}
.image-UPSfreeship-price {
    position: absolute;
    bottom: 5%;
    right: 0;
    max-height: 80px;
    width: auto;
}
.pro-img {
    position: relative;
}
#bannershow {
    max-width: 300px;
    height: auto;
    border: 5px solid transparent;
}
.call-us {
    float: right;
    align-items: center;
    display: flex;
}
#tb-colors {
    width: 100%;
    background: #f1f1f1;
    font-size: 0.9em;
}
#tb-colors th {
    background: #3880CF;
    color: white;
    font-weight: 200;
}
#tb-colors th.th1, th.th2 {
    width: 49%;
}
#tb-colors .col1 {
    width: 30%;
}
#tb-colors .col2 {
    width: 19%;
}
#tb-colors .col3 {
    width: 1%;
    color: white;
}
#choosetemplate {
    padding: 10px 0 20px 0;
}
.customize-button {
    font-size: 16px;
    font-weight: 400;
    color: red;
    padding: 5px 5px 3px 5px;
    cursor: pointer;
    text-decoration: none;
}
#shopperapproved {
    padding-top: 20px;
    padding-bottom: 20px;
}
.submit-area {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.sample-instant-form {
    max-width: 100%;
    margin: 0 auto;
    flex: 1;
}
.submit-button {
    flex: 1;
    margin: 0 auto;
}
.gotop {
    padding: 10px 0;
}
.banner-sample {
    background: white;
	display: flex;
	justify-content: center;
}
.variation-area {
    padding: 10px 0px;
}
.variation-area ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.variation {
    width: 55px;
    display: block;
    list-style: none;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    background-color: white;
    border: 1px solid #8c8c8c;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.variation:hover {
    background-color: #EEE;
}
.prev-variation {
    width: 52px;
    height: auto;
    margin-top: 1px;
}
.variation .pqty {
    padding: 3px 0px 2px 0px;
    background: #F4F4F4;
    border-bottom: 1px solid #DBDBDB;
}
.variation .pprice {
    padding: 3px 0px 2px 0px;
}
.variation .pcurrency {
    padding: 3px 0px 2px 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}
.variation .pcurrency::before {
    content: "$";
    font-size: 0.6em;
    vertical-align: super;
}
.selected {
    font-weight: 800;
    border: 1px solid red;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5), 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    background-color: #FFF7F3;
    background-color: white;
}
.pmoreinfo {
    margin-top: 10px;
}
.qty-grandtotal {	/*div*/
	text-align: left;
    padding: 10px 10px;
    background-color: aliceblue;
    position: relative;
}
.qty-input {
	padding: 3px 2px 2px 2px !important;
    max-width: 80px !important;
	min-width: 50px!important;
	font-size: 0.9em !important;
/*	margin-bottom: 5px;*/
	text-align: center;
}
.qty-input-p{
	padding-right: 10px !important;
	text-align: right !important;	
	background-color: transparent!important;
	color: white !important;
	cursor: pointer;
}
.qty-input-flat{
	padding: 3px 2px 2px 2px !important;
    max-width: 80px!important;
	min-width: 50px!important;
	font-size: 0.9em !important;
	text-align: right !important;	
	background-color: transparent!important;
	color: white !important;
/*	border: solid rgb(156,156,156,0.5) thin!important;*/
	border: none !important;
	cursor: pointer;
}
#ashape-bg {
    perspective: 2000px;
    perspective-origin: 37% top;
}
#img-fc-ledbox {
    background: black;
    border: 15px solid #000000;
    box-shadow: -4px 4px 5px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    display: flex;
}
#my-img-fc-ledbox {
    width: 100%;
    height: 100%;
}
#div-choose-img-fc-ledbox {
    position: absolute;
}
.div-choose-portrait-18x24 {
    height: 60%;
    width: 45%;
}
.div-choose-landscape-24x18 {
    width: 60%;
    height: 45%;
}
.div-choose-portrait-24x36 {
    height: 90%;
    width: 60%;
}
.div-choose-landscape-36x24 {
    width: 90%;
    height: 60%;
}
#choose-img-fc-ledbox {
    width: 100%;
    height: 100%;
}
#div-choose-img-fc-ashape {
    position: absolute;
}
.ashape {
    perspective: 1500px;
    perspective-origin: 26% top;
}
.div-choose-24x36 {
    position: absolute;
    top: 11%;
    left: 19.5%;
    height: 74.5%;
    width: 50.5%;
    filter: contrast(100%) brightness(90%) saturate(1);
    transform: rotateY(326deg) rotateX(15deg);
}
.div-choose-24x24 {
    position: absolute;
    top: 11%;
    left: 19.5%;
    height: 74.5%;
    width: 50.5%;
    filter: contrast(100%) brightness(90%) saturate(1);
    transform: rotateY(326deg) rotateX(15deg);
}
#choose-img-fc-ashape {
    width: 100%;
    height: 100%;
    transform: rotateY(0deg) rotateX(18deg);
}
#my-img-fc-ashape {
    width: 100%;
    height: 100%;
    transform: rotateY(0deg) rotateX(18deg);
}
.ledbox {
    background: black;
    border: 10px solid #000000;
    box-shadow: -4px 4px 5px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
.transparent {
    background: transparent;
}
.quotation_note {
    height: 20px;
    position: relative;
}
.butright {
    position: absolute;
    right: 0px;
}
/*08102023 new class for colapsible yardsigns page*/
#d18x24, #d12x18 {
    background: #F8FFD3;
    margin-top: 10px;
    margin-bottom: 10px;
}
.collapsible {
    background-color:#8F8F8F;
	border-radius: 15px;
	border: none;
    color: white;
    cursor: pointer;
    padding: 5px 10px 3px 10px;
    width: auto;
    text-align: left;
    font-size: 0.8em;
}
.active, .collapsible:hover {
    background-color: #555;
}
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}
/*new header*/
#topaddress {
    text-align: center;
    margin-bottom: 10px;
}
#topaddress ul {
    list-style-type: none;
    padding: 0 20px;
    margin: 0px auto;
    overflow: hidden;
}
#topaddress ul li {
    display: inline-flex;
    font-size: 14px;
    color: darkblue;
    margin-right: 15px;
}
#newtopbanner {
    width: 100%;
    display: flex;
    align-items: center;
}
#newtopbanner::after {
    content: "";
    display: table;
    clear: both;
}
#sdlogo {
    width: 30%;
}
#sdlogo a {
    display: flex;
}
#logo-img {
    /*    width: 100%;*/
    cursor: pointer;
}
#topseal {
    float: left;
    width: 70%;
    display: flex;
}
#topseal ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}
#topseal ul li {
    display: inline-flex;
    margin-left: 15px;
}

@media screen and (max-width:930px) {
#quick-item{
	max-width: 100%;
	margin: 0 auto;
	border: none;
}
#li2 {
    display: none!important;
}
#sdlogo {
    width: 40%!important;
    padding-right: 10px;
}
#topseal {
    width: 60%!important;
}
#logo-img, .union-img{
        width:100%;
    }
#slogan {
    display: none;
}
.logo {
    text-align: center;
}
#cart-desc {
/*    padding: 20px 0px;*/
}
#ashape-bg {
    perspective: 1500px;
}
/*
#imgslide{
	width:50vw !important;
	height:auto !important;
}
*/
}

@media screen and (max-width:800px) {
	label.regularmax{
		padding: 0px;
	}
	.col-30{
		padding: 0px;
	}
#quickorder .form-order-info .form-content .instantform {
    display: block;
}
.best-seller {
    font-size: 12px;
    padding: 2px 2px;
}
#top-page {
    display: inline-block;
}
#group-package-icon {
    display: flex;
}
.col20, .col80 {
    width: 100%;
    padding: 10px 0 !important;
}
.pkg-line .pkg-img {
    width: 30%;
}
.pkg-line .pkg-content {
    font-size: 14px;
    width: 70%;
}
.pkg-line .pkg-content .pkg-title {
    font-size: 14px;
}
.package-area {
    border-left: none;
}
#ashape-bg {
    perspective: 1200px;
}
.ledbox {
    border: 8px solid #000000;
}
#img-fc-ledbox {
    border: 12px solid #000000;
}
#top1-page{
	padding: 5px 5px 5px 5px!important;
}
.sign-group-icon {
	padding: 5px 5px;
}
/*
#imgslide{
	width:60vw !important;
	height:auto !important;
}	
*/

	
#ashapetexts {
    /*        width:60% !important;*/
    left: -1px !important;
    padding-bottom: 0px;
}
#ashapetit {
    font-size: 1.6em !important;
}
#ashapetexts ul li {
    font-size: 0.8em !important;
    padding: 0px 10px 10px 10px !important;
}
.cat-icon {
    width: 160px !important;
}
.currencynote{
	font-size: 1em !important;
}
/*bundle campaign area*/
.col-40 {
    width: 100%;
    padding: 10px 3px !important;
}
.col-60 {
    width: 100%;
    padding: 10px 3px !important;
}	
.col-50 {
    width: 100%;
    padding: 0px 5px !important;
}
.col-25, .col-75 {
    width: 100%;
    padding: 10px 0 !important;
}

.c-30, .c-35 {
	text-align: left;
    width: 100%;
    padding: 10px 10px 10px 10px !important;
}
.c-33 {
    width: 100%;
    padding: 0px 0px !important;
}	
	
}

@media screen and (max-width:482px) {
#bundlecolumn{
	padding: 0px 3px !important;	
}
	
#quick-item{
	padding: 0px;
}

footer .footer-area .footer-seal ul {
    justify-content: left!important;
}

.mynavclass a:not(:first-child) {
    display: none;
}
/*
	.mynavclass a:not $(".activemenu"){
		display: none;
	}
*/
	
#baricon {
/*    display: block;*/
	visibility: visible;
}
header .header-area .container .topseal {
    display: none;
}
#topbanner .topbanner-item .topbanner-content h1 {
    font-size: 22px;
}
#topbanner .topbanner-item .topbanner-content h3 {
    font-size: 18px;
}
/* menu iphone */
.mynavclass .responsive {
    position: relative;
}
.mynavclass.responsive a {
    float: none;
    display: block;
}
#quick-item .col-50 {
    width: 100%;
    padding: 0px 5px !important;
}

	
.hrvertical{
	display: block;		
}
.product ul {
    display: block !important;
}
.product ul li {
    max-width: 100% !important;
}
.cellheader {
    font-size: 15px;
}
.pricelist-regular .pricelist-table td {
    font-size: 13px;
}
.material-section .material-content {
    display: block !important;
}
.material-section .material-content .material-info {
    width: 100% !important;
    padding: 10px 0 !important;
}

header .header-area .container .toplink .toplinks ul li {
    display: inline-block;
    margin-right: 10px;
}
#liemail {
    display: none;
}

.sd-slogan {
    display: none;
}
.pkg-line .pkg-img {
    width: 40%;
}
.pkg-line .pkg-content {
    width: 60%;
	padding:0px;
}
.pkg-line .pkg-content .pkg-include{
	padding: 0 0 0 5px;
	line-height: normal;
}
	
.pagetitle {
    font-size: 1.2em !important;
}
.pmoreinfo {
    display: none;
}
.artwork-no-back-demo {
    font-size: 12px;
    left: 15%;
}
.lasthr {
    display: block !important;
}
body {
    font-weight: 800;
}
#ashape-bg {
    perspective: 800px;
}
.ledbox {
    border: 8px solid #000000;
}
#img-fc-ledbox {
    border: 10px solid #000000;
}
#quickorder #txtitem {
/*    height: 130px;*/
    font-size: 14px;
}
#mydraw {
    height: 400px;
}
	
.MyriadH3Orange {
    font-size: 1em;
    font-weight: bolder;
}
#ashapetit {
    font-size: 1.4em !important;
}
#ashapefor {
    display: none;
}
#ashapetexts {
    width: 50% !important;
}
#top1-page{
	padding: 0px 0px 0px 0px!important;
}
	
#toph3{
	font-size: 0.8em;
}
#toph1{
	padding-top: 15px!important;
	font-size: 1.7em!important;
}
	.qty-input{
		font-size: 0.8em!important;
	}
}
@media screen and (max-width:390px) {
#toph1{
	padding-top: 5px!important;
	font-size: 1.3em!important;
}
.topbutton ul li a{
	padding: 2px 5px!important;
	font-size: 0.8em!important;
}	
}
