<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'old_rubber_stampregular';
    src: url('/css/fonts/old_rubber_stamp-webfont.woff2') format('woff2'),
         url('/css/fonts/old_rubber_stamp-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.rubberStamp10 {
    font-family:'old_rubber_stampregular',arial,verdana;
    display:inline-block;
    -ms-transform: rotate(-10deg); /* IE 9 */
    transform: rotate(-10deg);
}
#mainLogo {height:140px;float:left;margin-right:50px;margin-top:20px;}
.close-button {float:right;height:10px;position:relative;top:-40px;right:-35px;}
#noOrderWindowOverlay, #memberOverlay, #loginOverlay, #noPricingOverlay, #limitedAvailabilityOverlay, #whereGrownOverlay, #recipeCostEstimateOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999999;
  cursor: pointer;
}
#overlaytext{
  position: absolute;
  top: 50%;
  left: 50%;
  background:white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index:9999999;
  padding:20px;
  border-radius:20px;
}
#overlayContent {
	margin:0 auto;
	min-width: 600px;
}
#overlayContent img {max-width: 100%; height: auto; width: 800px}

#mainHead {
    background-color: #333;
    position:fixed;
    top:0px;
    width:100%;
    z-index:8002;
    height:40px;
}
#mainHead form {
    float:right;
    position:relative;
    display:block;
}
#mainHead form input {
    float:left;
}

.alert ul {margin-left:20px!important;}

#mainFooter, #googleFooter {
    width:100%;
    background:#fff;
    z-index:9999999;
    margin:10px auto;
    text-align:center;
}
#mainFooter p, #mainFooter a, #googleFooter, #googleFooter a {
    font-size:.9em!important;
	color:green!important;
}

#promo-header {
    margin-top:40px;
}

#phone-type {
    display: none;
}

#loginBox {
	border:1px solid #ccc;
	border-radius:20px;
	padding:20px;
	width:350px;
	margin:20px auto;
}
#loginBox a {
	font-size:.8em;
}
#loginBox .logo {
    width:100%;
    text-align:center;
}

#pageContent {
    min-height:50%;
    padding:5px 5px;
}
#pageTitle {
    font-size:1.75em;
    letter-spacing: 3px;
    color: #000;
    text-shadow: 0 0 15px green;
    font-family: 'Permanent Marker', cursive;
    margin-bottom:10px;
}
#pageTitleSub {
    font-size:2em;
}

.indentedUL  {margin-left: 0; padding-left: 40px;}

table tbody td a {color:#669933;}
table.table.table-striped tr td.alert-success {
    background-color:#d4edda!important;
}
table.table.table-striped tr td.alert-warning {
    background-color:#fff3cd!important;
}
table.table.table-striped tr td.alert-danger {
    background-color:#f8d7da!important;
}

label {font-weight:bold;}
input,select {box-shadow: 0 0 3px green;}

tfoot td {background-color:#F8F8F8;font-weight:bold;text-align:right;}
button i {margin-right:10px;}
#item-detail-links button {width:150px;}
#order-summary td {padding:5px;}
#order-summary tr.bottom td {border-bottom:1px solid #ccc;padding-bottom:20px;}
.orderAgree {font-size:.7em;}
.square-thumb {max-width:250px;max-height:250px;display:inline-block;}
.square-thumb-small-container {width:80px;height:80px;overflow:none;display:inline-block;margin:5px;}
.square-thumb-small-container:hover{box-shadow:0 0 5px green;}
.square-thumb-small {width:100%!important;min-height:80px!important;display:block;}
.salebox {max-width:250px;height:300px;margin-right:20px;margin-bottom:60px;float:left;text-align:center;position: relative;}
.saleboxnobottommargin {max-width:250px;height:300px;margin-right:20px;margin-bottom:10px;float:left;text-align:center;}
a.clickableplantname:link {color:green!important;font-size:.9em;}
a.clickableplantname:visited {color:green!important;font-size:.9em;}
.plantsubhead {font-size:.9em;}
.salebox a {color:green!important;text-decoration:none!important;}
.salebox img:hover {box-shadow:0 0 5px green;}

span.stars, span.stars span {
    display: block;
    background: url(/_plantclubadmin/modules/plantiferate/secure/plants/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
	margin-bottom: 5px;
}

span.stars span {
    background-position: 0 0;
}

.breadcrumbCustom { 
  list-style: none; 
  overflow: hidden; 
  font: 18px Helvetica, Arial, Sans-Serif;
  padding: 0;
}
.breadcrumbCustom li { 
  float: left; 
}
.breadcrumbCustom li a {
  color: white!important;
  text-decoration: none; 
  padding: 10px 0 10px 55px;
  background: green; /* fallback color */
  background: hsla(120,100%,15%,1); 
  position: relative; 
  display: block;
  float: left;
}
.breadcrumbCustom li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(120,100%,15%,1);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}	
.breadcrumbCustom li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}	
.breadcrumbCustom li:first-child a {
  padding-left: 10px;
}
.breadcrumbCustom li:nth-child(2) a       { background:        hsla(120,100%,25%,1); }
.breadcrumbCustom li:nth-child(2) a:after { border-left-color: hsla(120,100%,25%,1); }
.breadcrumbCustom li:nth-child(3) a       { background:        hsla(120,100%,35%,1); }
.breadcrumbCustom li:nth-child(3) a:after { border-left-color: hsla(120,100%,35%,1); }
.breadcrumbCustom li:nth-child(4) a       { background:        hsla(120,100%,45%,1); }
.breadcrumbCustom li:nth-child(4) a:after { border-left-color: hsla(120,100%,45%,1); }
.breadcrumbCustom li:nth-child(5) a       { background:        hsla(120,100%,55%,1); }
.breadcrumbCustom li:nth-child(5) a:after { border-left-color: hsla(120,100%,55%,1); }
.breadcrumbCustom li:last-child a {
  background: #eee!important;
  color: black!important;
  pointer-events: none;
  cursor: default;
}
.breadcrumbCustom li:last-child a:after { border-left-color: #eee !important; }
.breadcrumbCustom li a:hover { background: hsla(120,100%,15%,1); }
.breadcrumbCustom li a:hover:after { border-left-color: hsla(120,100%,15%,1) !important; }


.steps {
  margin: 40px;
  padding: 0;
  overflow: hidden;
}
.steps a {
  color: white;
  text-decoration: none;
}
.steps em {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
.steps li {
  float: left;
  margin-left: 0;
  width: 150px; /* 100 / number of steps */
  height: 70px; /* total height */
  list-style-type: none;
  padding: 5px 5px 5px 30px; /* padding around text, last should include arrow width */
  border-right: 3px solid white; /* width: gap between arrows, color: background of document */
  position: relative;
}
/* remove extra padding on the first object since it doesn't have an arrow to the left */
.steps li:first-child {
  padding-left: 5px;
}
/* white arrow to the left to "erase" background (starting from the 2nd object) */
.steps li:nth-child(n+2)::before {
  position: absolute;
  top:0;
  left:0;
  display: block;
  border-left: 25px solid white; /* width: arrow width, color: background of document */
  border-top: 40px solid transparent; /* width: half height */
  border-bottom: 40px solid transparent; /* width: half height */
  width: 0;
  height: 0;
  content: " ";
}
/* colored arrow to the right */
.steps li::after {
  z-index: 1; /* need to bring this above the next item */
  position: absolute;
  top: 0;
  right: -25px; /* arrow width (negated) */
  display: block;
  border-left: 25px solid #7c8437; /* width: arrow width */
  border-top: 40px solid transparent; /* width: half height */
  border-bottom: 40px solid transparent; /* width: half height */
  width:0;
  height:0;
  content: " ";
}

/* Setup colors (both the background and the arrow) */

/* Completed */
.steps li { background-color: #7C8437; }
.steps li::after { border-left-color: #7c8437; }

/* Current */
.steps li.current { background-color: #C36615; }
.steps li.current::after { border-left-color: #C36615; }

/* Following */
.steps li.current ~ li { background-color: #EBEBEB; }
.steps li.current ~ li::after {	border-left-color: #EBEBEB; }

/* Hover for completed and current */
.steps li:hover {background-color: #696}
.steps li:hover::after {border-left-color: #696}



.arrows { white-space: nowrap; }
.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);   
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}

.arrows li a { 
   font: bold 24px Sans-Serif;  
   letter-spacing: -1px; 
   text-decoration: none;
}

.arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); } 
.arrows li:nth-of-type(2) a { color: hsl(0, 0%, 65%); } 
.arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); } 
.arrows li:nth-of-type(4) a { color: hsl(0, 0%, 45%); }

.grecaptcha-badge { visibility: hidden; }
#pswd_info {
	display:none;
    position:absolute;
    top:-160px;
    right:20%;
    max-width:450px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#pswd_info h3 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:bold;
	font-size:1.3em;
}

#pswd_info ul, #pswd_info li {
    margin:0;
    padding:0;
    list-style-type:none;
}
#pswd_info li {
	padding-left:25px;
}

.highlightshop {
    color:#1bb519;
    font-weight: bold;
}

.invalid {
    background:url(/images/icons/cross.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(/images/icons/tick.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
.required {color:red;font-weight:bold;}


.modal {
    z-index: 100000;
    margin-top: 100px;
}

.list-item {
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    border-radius:10px;
    margin-bottom:20px;
    display:flex;
}
.list-item:hover {
    box-shadow: 0 0 3px green;
}
.salebox.list-item {
    padding:0;
}
.plant-thumb {
    float:left;
    max-width:250px;
    max-height:250px;
    display:block;
}
.plant-thumb img {
    max-width:250px;
}
.plant-info {
    width:85%;
    display:block;
    float:right;
    box-sizing: border-box;
}
.small-table {
    float:right;
    display:table;
    font-size:.8em;
    padding:2px;
}
.undo-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-color: #555;
    border-radius: 10px;
}
.undo-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin-top: 25px;
    opacity: 1;
}
.corner-close {
    position: absolute;
    background-color: #ddd;
    top: -8px;
    right: -8px;
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #555;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 1px;
}
.corner-close:hover {
    color: white;
    background-color: red;
}
.dataTables_wrapper input[type=search] {
    background-color: white;
    color: black;
    box-shadow: none;
}

@media (max-width: 1024px){
	#st-1 {z-index:8001!important;}
    #breadcrumbHolder { display: none; }
}

@media (min-width : 1024px) {
    #breadcrumbHolder { display: block; }
}

@media only screen and (max-width: 600px) {
    .container-fluid {
        padding: 5px;
    }
    .list-item {
        border: none;
        flex-wrap: wrap;
    }
    .plant-info {
        width: 100%;
    }
    .salebox {
        width: 100%;
    }
    .list-item .salebox {
        margin-bottom: 15px;
    }
}
</pre></body></html>