/* 
#B390C1

#CBB5E4

#D9B1DE

#B795CA

#AAC4FF

#AAC4FF

#A2B3F9

#93A3FC

#91A6E9
*/

/******************* 
  site defaults
*******************/

html {
	font-size: 62.5%;
}
body {
	font-family: "Copse", serif;
	font-size: 1.6rem;
	color: #444;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #0073ea;
	/* white-space: nowrap; */
}
a:hover {
	/* text-decoration: underline; */
	color: #edbddf;
}

p {
	margin: 0.53rem 0 1.53rem 0;
	/* max-width: 100%; */
}

li {
	display: list-item;
}
ul {
	margin: 1rem;
	padding: 1rem;
}

legend {
	padding: 1rem;
}
fieldset {
	border-color: #eee;
    border-width: 1px;
}
}
/************************* 
    utility classes 
 ***********************/
.container {
	max-width: 1280px;
	margin: auto;
	/* padding: 0 2rem; */
	overflow: hidden;
    margin-bottom: 50px;
}

.flex-layout {
	display: flex;
	overflow-x: hidden;
	/* display: block; */
	/* min-height: 100vh;
  height: 100%; */
	/* flex-direction: column; */
}

.form-group input,
.form-group select,
.form-group textarea {
	padding: 7px 4px;
	border: 1px solid #dadada;
	width: 100%;
	border-radius: 4px;
	line-height: 1.6;
	color: #888;
	background-color: #fff;
}
.form-group select {
	padding: 10px 4px;	
}

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	/* margin-bottom: 0; */
	/* vertical-align: middle; */
	font-weight: normal;
	cursor: pointer;
	width: auto;
	margin-right: 0.5rem;
}

.form-group input.mid-size {
	width: 57%;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #c0c0c0;
}

.form-group .radiogroup {
	margin-left: 3rem;
}

.form-group .radiogroup {
	margin-left: 1rem;
	margin-top: 0.7rem;
	display: block;
	/* vertical-align: sub; */
	color: #999;
}

.form-row {
	display: flex;
	flex-wrap: nowrap;
	width: 80%;
}
.text-center {
	text-align: center;
}

.bg-light {
	background: #fff;
}

.bg-primary {
	background:  #b390c1;
}

.bg-secondary {
	background: #0073ea;
}

.bg-accent {
	background: #b02121;
}

.bg-gradient {
	background:  #d5c2dd;
    background: linear-gradient( rgba(99, 144, 247, 0.7), rgba(242, 139, 233, 0.65) ),url(/images/gravel-1.png);
	
}

.text-accent {
	color: #b02121;
}

.text-primary {
	color: #b390c1;
}

.text-secondary {
	color: #0073ea;
}

.text-neutral {
	color: #fafafa;
}
roundicon .text-muted {
	color: #888888;
}

.l-heading {
	font-size: 2.8rem;
	padding-top: 0.5rem;
}

.m-heading {
	font-size: 2.1rem;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
}

.py-1 {
	padding: 1rem 0;
}

.py-2 {
	padding: 2rem 0;
}
.py-3 {
	padding: 3rem 0;
}

.py-4 {
	padding: 4rem 0;
}

.p-2 {
	padding: 2rem;
}

.pl-3 {
	padding-left: 3rem;
}
.pr-3 {
	padding-right: 3rem;
}

.mt-9 {
	margin-top: 5rem;
}

.box {
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.horizontal-divider {
	width: 100%;
	display: block;
	margin: 2rem 0;
	border-top: 1px solid #d5d8df;
}
/* messages */
.message {
	padding: 2rem;
	text-align: center;
	border-radius: 4px;
}

.bg-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.bg-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.sticky {
	position: sticky !important;
}

.fixed {
	position: fixed;
}

.opacity-1 {
	opacity: 1;
}

.rightjustify {
	    display: flex;
    justify-content: flex-end;
}
/*****************
    standard button 
*****************/
.btn {
	display: inline-block;
	padding: 1.6rem 1rem 1.3rem 1rem;
	border: none;
	color: #333;
	background: #0073ea;
	border-radius: 4px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-align: center;
}

.btn-primary {
	background: #b390c1;
	color: #fafafa;
}

.btn:hover,
.btn-primary:hover,
.btn-second:hover {
	/* color:#fafafa */
	opacity: 0.7;
}
/*****************
header
*****************/

/************* 
    navbar 
 **************/
#navbar {
	display: block;
	justify-content: space-between;
	/* align-items: center; */
	top: 0;
	z-index: 2;
	/* position: sticky; */
	width: 100%;
	color: #fafafa;
	/* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3); */
	flex: none;
	background: #fff;
	flex-wrap: wrap;
}

#navbar h1 {
	white-space: nowrap;
}
#navbar a {
	color: unset;
	/* transition: none; */
}
#navbar a:hover {
	color: unset;
}

#navbar .logo-container {
	/* background: #dbd7e0; 
	background: #afc6f1;*/
    background: #ffffff;
	padding: 1rem 1rem 0 1rem;
	border-color: black;
    border-style: double;
}

#navbar .logo img {
	width: 190px;
	min-width: 85px;
}

#navbar .logo {
	cursor: pointer;
	text-align: center;
	/* padding: 0.3rem; */
	/* border: 1px solid transparent; */
}
#navbar .logo:hover {
	opacity: 0.7;
}

#navbar .search {
	display: flex;
	flex: 1 1 34%;
	padding: 1rem 1rem;
	/* background: url(/images/drierite.jpg) no-repeat; */
	background-position-x: 0;
	background-position-y: -5vw;
	/* border-top: 1px solid #efedf1; */
	border-bottom: 1px solid #afc6f1;
	/* background-size: 46%; 
	background: #afc6f1;*/
    background: linear-gradient( rgba(99, 144, 247, 0.7), rgba(99, 144, 247, 0.7) ),url(/images/gravel-1.png);
	
}

#navbar .form-group {
	display: flex;
	align-items: center;
	flex: 1;
	/* position: relative; */
	/* padding: 0 14rem; */
}

#navbar .form-group form {
	display: flex;
	flex: 1;
	border: 1px solid #a4aed3;
	border-radius: 4px;
	/* background: white; */
}

#navbar .form-group input {
	/* padding-ight: 0.5rem; */
	/* margin-right: 1.5rem; */
	flex: 2;
	border: none;
	border-radius: 2px 0 0 2px;
}

#navbar .form-group .btn {
	/* border-radius: 0; */
}

#navbar .form-group i {
	color: white;
	/* font-size: 1rem; */
}

#navbar .form-group button {
	padding: 1.2rem 1rem 1.2rem 1rem;
	/* position: absolute;
  right: 14px; */
}

#nav-links {
	/* display: none; */
	align-items: center;
	font-weight: 800;
	/* margin: 1.2rem 0; */
	margin: .9rem 0;
	transition: transform 500ms ease 0s;
	list-style: none;
	
}

#nav-links li a {
	color: #0073ea;
	margin: 0 0.2rem; 
	padding: .9rem 1rem;
	border: 1px solid #dddddd; 
	/*background: #e7ebed; */
    background: #ffffff;
	border-radius: 4px; 
	white-space: nowrap;
	font-family: "Open Sans", sans-serif;
}
#nav-links li {
	padding-right: 1.1rem;
	padding-bottom: 1.1rem;
}

#nav-links li a:hover {
	background: #0073ea;
	color: #fafafa;
}

#nav-links li i {
	font-size: 2.2rem;
}

#nav-links.toggleMenu {
	display: block;
	position: static;
	transform: scale(1);
	visibility: visible;
}

.menu-wrap {
	display: flex;
	z-index: 2;
	position: relative;
	flex: 1 1 30%;
	justify-content: space-between;
	align-items: flex-start;
	/* border-top: 1px solid #efedf1; */
	/* border-bottom: 1px solid #a4aed3; */
	/* border-bottom: 1px solid #0073ea; */
	/* padding: 0.5rem 0;
	background: #afc6f1; */
	border-bottom: none;
    background: linear-gradient( rgba(99, 144, 247, 0.7), rgba(99, 144, 247, 0.7) ),url(/images/gravel-1.png);
}

.menu-wrap .hamburger,
.menu-wrap .navlinks-down {
	color: #0073ea;
	cursor: pointer;
	padding: .6rem;
	
	margin: 0 0.2rem; 
	
	/*border: 1px solid #dddddd; 
	background: #e7ebed;padding: 1.2rem 1rem; */
    background: #ffffff;
	border-radius: 4px; 
	white-space: nowrap;
}
.hamburger:hover{
	background: #0073ea;
	color: #fafafa;
}


/*************************** 
Sidebar
*******************************/
.sb-left {
	background-color: #dbd7e0;
	/* order: -1; */
	border-right: solid 1px #e7e7e7;
	transition: transform 500ms ease 0s;
	transform: translate3d(-100%, 0, 0);
	display: none;
	flex: 0 0 21rem;
	max-width: 210px;
    min-height: 90vh;
}

.sb-left.toggleMenu {
	transform: initial;
	display: block;
}

/*********************** 
Sidebar Menu
*********************/
/* Fixed sidenav, full height */
.sidenav {
	/* height: 100%; */

	z-index: 1;
	/* background-color: #111; */
	overflow-x: hidden;
	padding-top: 20px;    
	font-family: "Open Sans", sans-serif;
}

/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn {
	padding: 0.5em 0.3rem 0.5rem 1.5rem;
	text-decoration: none;
	font-size: 1.5rem;
	
	display: block;
	/*border: none;color: #333;*/
   border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	white-space: normal;
    
    
    font-weight: bolder;
}

.myButton{
	color: white;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
	/*background-color: #f43058bf; #c30046 
    background-color:rgba(199, 43, 94,.88) ;*/
	background-color: #0073ea; 
    font-weight: bolder;
}

/* On mouse-over  */
.sidenav a:hover:not(.active),
.dropdown-btn:hover:not(.active) {
	color: #fff;
	/*background: #0073ea;*/
	background-color:rgba(199, 43, 94,.88) ;
}

/* Add an active class to the active dropdown button */
.active {
	 background-color: #0073ea; 
	/*color: #0073ea;*/
	color: #ffffff;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
	display: none;
	
	background-color: #fafafa;
	/* padding-left: 8px; background-color: #efe8f2;*/
}

/* Optional: Style the caret down icon */
.fa-caret-down {
	float: right;
	padding-right: 8px;
}

/**************
	main
*************/
#main {
	flex: 1;
}

/**************
  footer
*************/
footer {
	background: #333;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: none;
	white-space: nowrap;
	flex-wrap: wrap;
	/*position: fixed;*/
	bottom: 0;
	width:100%;
}
footer span {
	padding: 0.6rem;
}
footer .pagenav {
	margin: 0.6rem;
	flex: 1 0 100%;
	text-align: center;
	font-size: 1.3rem;
}

/*************************** 
Home Page
 *******************************/
#home {
	/* padding: 1.5em; */
}
#home p {
	/* font-family: "Open Sans", sans-serif; */
	font-size: 1.6rem;
}

#home-splash .flexcontainer {
	display: block;
	justify-content: space-between;
}
#home-splash .home-map {
	/* margin-right: 3rem; */
	flex: 1;
}
#home-splash .home-map img {
	width: 100%;
}

#home-splash .home-video {
	margin-top: 3rem;
}
/*************************** 
Product Page
 *******************************/
#product-content {
	/* min-height: 600px; */
	/* padding: 1.5em; */
	flex: 1 0 100%;
    
}

#home h1,
#index h1,
#faq h1,
#results h1,
#loginwrapper h1,
#custinfowrapper h1,
#custAdmin h1,
#custOrders h1,
#payship h1,
#product-content h1 {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #efe8f2;
	font-size: 2.3rem;
	margin-bottom: 1.5rem;
	tpage15bext-transform: uppercase;
}

#product-content h2 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: #0073ea;
	text-transform: uppercase;
}

#product-content p,
#product-content table {
	/* font-family: "Montserrat", sans-serif; */
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
}
#product-content ul {
	font-family: "Open Sans", sans-serif;
	font-size: 1.3rem;
}

#product-content .product-image {
	padding-right: 2rem;
	text-align: center;
	/* flex: 0; */
}

.product-ancillary-wrapper {
	display: flex;
}

.product-image .product-ancillary {
	display: none;
}
#product-content .product-image img,
#product-content .product-ancillary img {
	max-width: 260px;
}

#product-content .product-copy {
	flex: 1;
}

#product-content .flexcontainer,
#index .flexcontainer {
	display: block;
}

/* specs name value pairs list */
#product-content #specs .items {
	font-family: "Open Sans", sans-serif;
	font-size: 1.3rem;
}

#product-content #specs .item {
	display: block;
}

#product-content #specs h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	color: #fff;
	background: #0073ea;
	text-transform: uppercase;
	padding: 0.1rem 0 0.1rem 0.5rem;
}

#product-content #specs .item .name {
	padding-bottom: 0.5rem;
	padding-right: 0.5rem;
	flex: 0 0 180px;
	font-weight: bold;
	white-space: nowrap;
}

#product-content #specs .item .value {
	border-bottom: 1px dotted #efefef;
	margin-bottom: 1.5rem;
	padding-left: 0.7rem;
	padding-bottom: 0.5rem;
}

#product-content .product-types h2 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: #333;
	font-family: "Open Sans", sans-serif;
	text-transform: initial;
	background: #dfdfff;
	padding-left: 0.5rem;
}

#product-content .coltype {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1rem;
	color: #0073ea;
}

#product-content #specs .techdrawings {
	display: none;
	background-color: #f1cdd3;
	color: black;
	font-weight: bold;
	height: 23px;
}

#product-content .videoContainer {
	max-width: 500px;
}

#product-content .feature {
	display: flex;
}
#product-content .feature ul {
	padding-right: 2rem;
}

/***************** 
index (search)
***************/
#index a {
	line-height: 2.6rem;
	white-space: normal;
}
#index .form-group form {
	margin-bottom: 2rem;
}

/***************** 
search results
***************/
#results {
}

#results .search-stats {
	padding: 1rem 0 1rem 0;
	font-size: 1.8rem;
}

#results .search-stats .term {
	color: red;
	/* font-size: 107%; */
	font-weight: bold;
	padding-left: 1rem;
}
#results ul {
}

#results ul li {
	list-style-type: decimal;
	padding-bottom: 1.5rem;
}

#results .listitem {
	padding-left: 0.5rem;
	display: block;
}

#results.listitem img {
	padding-right: 1rem;
}

#results .listitem a {
	white-space: normal;
}
/************* 
Account
************/
#custOrders, #custinfowrapper, #custAdmin, #payship {
	margin-top: 2rem;
}

/********************** 
Payment and Shipping
**********************/
#payship #shpIframe {
	width:99%;
	border: 0;
}

/*********************************************** 
responsive table for product types 
*************************************************/

.is-striped {
	background-color: rgba(233, 200, 147, 0.2);
}

/* Table column sizing
================================== */
.stock-cell {
	width: 12%;
}

.photo-cell {
	width: 12%;
}

.desc-cell {
	width: 52%;
}

.container-cell {
	width: 30%;
}

.mesh-cell {
	width: 30%;
}

.price-cell {
	width: 12%;
}
.size-cell {
	width: 15%;
}

.qty-cell {
	width: 12%;
}

.unit-cell {
	width: 14%;
}
.order-cell {
	width: 12%;
}
.no-desc-wide {
	display: none;
}

.attribute-cell {
	width: 20%;
}
.model-cell {
	width: 20%;
}

.data-cell {
	width: 12%;
}
.rest-cell {
	width: calc(90%);
	text-align: right;
}
.total-cell {
/*  font-weight: bold; */
/* background-color: lightpink; */
/* height: 7rem; */
/* margin-top: .5rem; */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
  width: 12%;
}

/* Responsive tables
================================== */
.Rtable {
	display: flex;
	flex-wrap: wrap;
	/* margin: 0 0 2em 0; */
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
}
.Rtable .Rtable-row {
	width: 100%;
	display: flex;
	padding-bottom: 0.5rem;
	align-items: center;
	/* white-space: nowrap; */
	/* padding-top: 0.5rem; */
	/* padding-right: .5rem; */
}
.Rtable .Rtable-row.Rtable-row--head {
	 background-color: #0073ea;
	 padding-right: .5rem;
}
.Rtable .Rtable-row:nth-child(even) {
	background-color: #f2f2f2;
}
.Rtable .Rtable-row .Rtable-cell {
	box-sizing: border-box;
	/* flex-grow: 1; */
	padding: 0.1rem 0 0.1rem 0.5rem;
	overflow: hidden;
	list-style: none;
}
.Rtable .Rtable-row .Rtable-cell.column-heading {
	background-color: #0073ea;
	color: white;
	/* padding: 1em; */
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
	display: none;
}
.Rtable-cell--content {
	/* position: relative; */
	white-space: normal;
	/* display: flex; */
}

.Rtable-cell--numeric {
	text-align: right;
	width: auto;
	padding-right: .5rem;
}    
    
.Rtable-cell--content i {
	font-size: 2rem;
	padding-bottom: 0.5rem;
}

.Rtable-cell--content a {
	color: #333;
}

.Rtable-cell--content img {
	width: 70px;
}

.Rtable-cell--content .img-header {
	display: none;
}
/* .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content a {
  font-size: 2em;
  color: #333;
}
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .webinar-date {
  font-weight: 700;
} */

/*************************************** 
tabular specs section style  
**************************************/

#specs .Rtable .Rtable-row .Rtable-cell.column-heading {
	/* background-color: #f1cdd3; */
	color: white;
	font-weight: bold;
	height: 23px;
	display: flex;
	align-items: center;
}

#specs .Rtable .Rtable-row .Rtable-cell.column-heading img {
	margin-top: 0.4rem;
}

#specs .Rtable-cell--content.label {
	font-weight: bold;
}


/**************************** 
	Bags Product Page
 ***************************/

#bags .desc-cell {
	width: 37%;
}

#bags .size {
	width: 15%;
}

/**************************** 
	Shopping Cart
 ***************************/
 #po_wrapper {

 }

#po {
	font-family: "Roboto", sans-serif;
	max-width: 800px;
}

#po h2 {
	/* color: white; */
	padding: .6rem;
	background-color: #efefef;
	/* width: 30%; */
	border-radius: 2px;
}

#po form {
	border: 1px solid #ccc;
	border-radius: 5px;
	/* max-width: 800px; */
	padding: 2rem;
}

#po .intro {

max-width: 99%;
}

#po .intro ul li  {
	list-style-type: decimal;
}

#po .order-header {
 display: block;
}  

#po .order-header .sendee {
	padding: 2rem 2rem 2rem 0;
    
}  
.sendee {        
        display: none;
    }

#po .order-header .order-details {
	padding: 2rem 2rem 2rem 0;
}

#po .order-header .order-details div {
	padding: .5rem;
}
#po .order-header .order-details label
{
	padding-right: .5rem;
	font-weight: bold;
}

#po .ship-to, #po .sold-to,  #po .order-other {
	margin-bottom: 1rem;
	padding: 0.5rem;
}

#po .order-other {
	margin-top: 1rem;
	border-top: 1px solid #dfdfdf;
	padding-top: .5rem;
	
}
#po .order-other div {
	margin-bottom: .5rem;
}
#po .order-other label
{
	padding-right: .5rem;
	font-weight: bold;
}

#po .ship-to div, #po .sold-to div  {
	padding-bottom: .3rem;
}

#po .shopping-cart .desc-cell {
	/* width: 40%; */
}

#po .shopping-cart a {
	text-decoration: underline
}

#po .shopping-cart .form-group {
	margin-bottom: 0;
}
#po .subtotal  {margin-top: 0.5rem;border: 1px solid #dadada;background: ghostwhite;border-bottom: 0;min-height: 6rem;}

#po .subtotal ~ .subtotal{
	margin-top: 0
}

#po .stdForm{
	padding: 0
}

#po #addnewitems {
	margin-top: 1.5rem;
}
#po #addnewitems .flexwrapper {
	display:flex;
	width: 100%;
}
#po #addnewitems .flexwrapper > div {
	padding-bottom: 1rem;
}
#po #addnewitems .flexwrapper > div:first-child {
	padding-right: 1rem;
}
#po .ship-row {
	justify-content: flex-end;
}
#po .subtotal.notes {
	height: 100%;
	border: 1px solid #dadada;
	width: 100%;
	padding: .5rem;
} 

#po .button-row {
	display:flex;
	margin-top: 1rem;
	padding-top: 2rem;
	justify-content: space-between;
}
#po .button-row-2 {
	display:flex;
	
}
#po .button-row-2 > div:first-child {
	padding-right: 1rem;
}

#po .guestorlogin {
	/* color: #0073ea; */
	margin-top: .6rem;
	display: flex;
	justify-content: flex-end;
	/* background: #efefef; */
	padding: 1rem;
	border-radius: 2px;
	/* font-weight: bold; */
}
#po .sameAsbillto {
	display: flex;
	margin-bottom: 1rem;
	justify-content:flex-end;
	align-items: center;
}
#po .button-row-2 #send_now {
	background-color: #ffd8ec;
	color:#333;
}
 
#po #ccPanel {
	max-width : 500px;
	margin-left: 2rem;
	background: aliceblue;
	padding: 2.5rem;
	border-radius: 2px;
}
#po #ccPanel .flexwrapper {
	display:flex;
	flex-wrap: wrap;
}
#po #ccPanel .flexwrapper > div {
	margin-right: 1rem;
}

#po #ccPanel .cardCode {
	flex:1;
	display:flex;
	justify-content:flex-end;
}

 /**************************** 
	Price List 
 ***************************/

#pricelist .desc-cell {
	width: 40%;
}

#pricelist .stock-cell,
#pricelist .photo-cell,
#pricelist .unit-cell,
#pricelist .price-cell,
#pricelist .order-cell {
	width: 14%;
}

#pricelist .fa-asterisk {
	font-size: 0.56em;
	color: red;
	margin-right: 0.2rem;
}
#pricelist .Rtable-cell--content span {
	display: flex;
	align-items: flex-end;
}

#pricelist .Rtable-cell--content img {
	width: 85px;
}

#pricelist .Rtable .Rtable-row {
	align-items: flex-start;
}

/*****************************
tabs
*****************************/
#tabs {
	margin-bottom: 3rem;
	border: none;
	border-bottom: 1px solid #dddddd;
	padding: 0;
}

#tabs ul {
	background: white;
	border: none;
	padding: 0;
	border-bottom: 1px solid #dddddd;
}

#tabs ul li {
	font-weight: normal;
	font-size: 14px;
}

#tabs-1, #tabs-orders, #tabs-pmt, #tabs-4 {
	padding-left: 0;
	padding-right: 0;
}

/* user info */
#DBTUpload,
#taxDocs {
	margin-bottom: 2rem;
}

/*****************************
 standard form
*****************************/

.stdForm {
	/* display: flex; */
	/* align-items: flex-start; */
	margin: 1.5rem 0;
	padding: 1.5rem;
	font-family: "Roboto", sans-serif;
}

.stdForm .message {
	padding: 2rem;
	background-color: #fc0;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.stdForm .error {
	font-style: italic;
	color: red;
	margin-top: 0.25rem;
	margin-bottom: 2.5rem;
}

/* .stdForm .contact-form {
	padding: 1.5rem;
	font-family: "Roboto", sans-serif;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
} */

.stdForm .form-group {
	margin-bottom: 1.5rem;
	/* display: flex; */
	/* align-items: center; */
}

.stdForm h2 {
	margin-bottom: 2rem;
	/* color: #0073ea; */
	/* margin-top: 2rem; */
	font-size: 2rem;
}

.stdForm .form-group label {
	display: block;
	margin-bottom: 0.5rem;
    font-weight: bold;
}
.stdForm .form-group label.inline {
	display: inline;
}
.stdForm .form-group label span {
	color: #ff0084;
	margin-left: 0.5rem;
}

.stdForm .newAccount {
	text-align: center;
}

.stdForm hr {
	margin-top: 4rem;
	margin-bottom: 3rem;
	border: 0;
	border-top: 1px solid #0073ea;
}

.stdForm .sub {
	font-style: italic;
	font-size: 1.6rem;
	font-weight: normal;
}

.formOverlay {
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	margin: 3rem;
	max-width: 600px;
	padding: 1rem;
	border-radius: 7px;
}


.no-flexbox .Rtable {
	display: block;
}

.no-flexbox .Rtable.Rtable-cell {
	width: 100%;
}

/******************* 
dropzone
******************/

.dropzone .dz-message {
    text-align: center;
    margin: .2em 0;
    color: #aaa;
}
.dropzone {
    min-height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 2px 2px;
}

.dropzone .btn {
	padding: .5rem .5rem .50rem .5rem;
}
/******************* 
lightbox 
******************/

a.lightbox img {
	/* border: 3px solid white; */
	/* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); */
	/* margin: 94px 20px 20px 20px; */
	/* margin-right: 1rem; */
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target-container {
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.lightbox-target {
	position: fixed;
	top: -100%;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
	/* margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
	max-height: 0%;
	max-width: 0%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: black;
	color: white;
	text-decoration: none;
	/* position: absolute;
	top: -80px;
	right: 1rem; */
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: relative;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 2px;
	background: white;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 2px;
	background: white;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	z-index: 2;
	left: 0;
}

.lightbox-target:target img  {
	max-height: 100% !important; 
	/* max-width: 94%; */
	max-width: 83% !important;
	width: auto !important;
}

/* .lightbox-target:target a.lightbox-close {
	top: 7rem;
} */
/********************* 
  media queries    
*************************/
/* small */
@media (max-width: 499px) {
	#nav-links {
		position: absolute;
		transform: scale(0);
		visibility: hidden;
	}

	#product-content .product-copy {
		margin-top: 2rem;
	}

	#tabs ul {
		display: flex;
		flex-direction: column;
		/* border: none; */
	}
	.formOverlay {
		margin: 2rem;
	}
	
	#po .button-row {
		display:block;
	}
	#po .button-row-2 {
		display:block;
		margin-top: 1rem;
		
	}

	#po .button-row-2 > div:first-child {
		padding-right: 0;
	}
	#po .button-row-2 > div:last-child {
		margin-top: 1rem;
	}
	
	#po .button-row .btn {
		width: 100%;
	}
	
	#po #ccPanel .cardCode {
		flex: 1 0  100%;
		justify-content: flex-start;
		/* margin-top: 1.5rem; */
	} 

}

/* small */
@media (min-width: 500px) {
	#navbar {
		display: flex;
	}

	#navbar .search {
		padding: 0 1rem;
	}

	#nav-links {
		display: flex;
	}
	#nav-links li {
		padding-bottom: 0;
	}

	.menu-wrap {
		justify-content: space-around;
		align-items: center;
	}

	.navlinks-down {
		display: none;
	}

	#product-content .flexcontainer {
		display: flex;
	}

	#product-content .product-image > img {
		max-width: 160px;
	}
	#index .flexcontainer div:first-child {
		padding-right: 8rem;
	}

	#index .flexcontainer {
		display: flex;
	}
}

/* medium */
@media (min-width: 768px) {
	#product-content {
		flex: 1;
		/* padding: 0 2em; */
		margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
	}

	.sb-left {
		/* flex: 0 0 21rem; */
		transform: initial;
		display: block;
	}

	.menu-wrap {
		justify-content: flex-start;
	}

	.hamburger {
		display: none;
	}

	#product-content .product-image > img {
		max-width: 200px;
	}

	#product-content #specs .item {
		display: flex;
	}

	#product-content #specs .item .value {
		border-bottom: none;
		padding-left: 0;
		padding-bottom: 0;
	}

  /* #payship #shpIframe {
		width:100%;
	}
	 */

}


@media (max-width: 621px) {
	#nav-links li {
		padding-right: 0;
	}
	#product-content .product-image img,
	#product-content .product-ancillary img {
	max-width: 160px;
}
}

/* large */
@media only screen and (max-width: 960px) {
	.product-ancillary {
		display: none;
		
	}
	.product-image .product-ancillary {
		display: block;
	}
	#product-content .product-image img,
	#product-content .product-ancillary img {
	max-width: 160px;
}
}

/* 
@media (max-width: 1250px) {
	.menu-wrap {
		background: #afc6f1;
		border-bottom: none;
	}
} */

@media only screen and (min-width: 1052px) {

	#po .order-header {
		display: flex;
		justify-content: space-between;
	}  

	#navbar {
		position: sticky;
	}
    
    footer {
	
	position: fixed;
	
    }
     .sendee {        
        display: block;
    }

    
}


@media only screen and (min-width: 1180px) {
	#home-splash .flexcontainer {
		display: flex;
	}
	#home-splash .home-video {
		margin-top: 0rem;
		flex: 1;
	}
	#home-splash .home-map {
		margin-right: 3rem;
	}
}
/* rtables  */


@media all and (max-width: 980px) {
/* cust orders breaks at 980 */
.shopping-cart .Rtable--collapse,
.custOrders .Rtable--collapse  {
	display: block;
	width: 100%;
	padding: 1rem;
	box-shadow: none;
}

.shopping-cart .Rtable--collapse .Rtable-row,
.custOrders	.Rtable--collapse .Rtable-row {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	/* border: 1px solid #ccc; */
	padding-bottom: 0;
	white-space: normal;
}

.shopping-cart .Rtable--collapse .Rtable-row .Rtable-cell,
.custOrders	.Rtable--collapse .Rtable-row .Rtable-cell {
		width: 100%;
		display: flex;
		align-items: center;
		padding-top: 0;
		padding-bottom: 0;
	}

.shopping-cart .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading, 
.custOrders	.Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
		display: flex;
		flex: 1;
		max-width: 120px;
		min-width: 120px;
		font-weight: 700;
		border-right: 1px solid #ccc;
		/* margin-right: 1em; */
		min-height: 44px;
		align-items: center;
	}
	
.shopping-cart .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content,	
.custOrders .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
		flex: 2;
		padding-left: 1em;
		display: flex;
		align-items: center;
		/* flex-wrap: wrap; */
	}

.shopping-cart	.Rtable--collapse .Rtable-row--head, 
.custOrders	.Rtable--collapse .Rtable-row--head {
		display: none;
	}

.shopping-cart	.Rtable--collapse .desc-cell .Rtable-cell--content,
.custOrders	.Rtable--collapse .desc-cell .Rtable-cell--content {
		padding-left: 0 !important;
	}
	

.shopping-cart .Rtable--collapse .desc-cell,
.custOrders .Rtable--collapse .desc-cell {
	background-color: #ffd8ec;
	/* color: white; */
	font-weight: 700;
	order: -1;
	padding: 0.5rem 0;
	/* border-bottom: 1px solid #ccc; */
}

.shopping-cart .Rtable-cell--content .img-header,
.custOrders .Rtable-cell--content .img-header {
	display: block;
	/* border: 3px solid #333; */
	padding-right: 1rem;
}
.shopping-cart .Rtable-cell--content .img-inline, 
.custOrders .Rtable-cell--content .img-inline {
	display: none;
}

.shopping-cart .Rtable--collapse .Rtable-row .desc-cell,
.custOrders .Rtable--collapse .Rtable-row .desc-cell {
	padding: 0.5rem;
}

.shopping-cart .Rtable--collapse .Rtable-row .no-desc-wide,
.custOrders .Rtable--collapse .Rtable-row .no-desc-wide {
	display: flex;
}

.shopping-cart .Rtable--collapse .attribute-cell, 
.custOrders .Rtable--collapse .attribute-cell {
	background-color: #ffd8ec;
	font-weight: 700;
	order: -1;
	padding: 0.5rem 0;
}

#po .subtotal {
	justify-content: flex-end;
    padding-right: 1.5rem;
} 
#po .subtotal > div {
	width: auto;
	/* display: block; */
} 	

#po .subtotal.ship-row {
	/* justify-content: flex-end; */
	/* padding-right: 1.5rem; */
	/* flex-wrap: nowrap; */
	font-size: 78%;
	line-height: 2.3rem;
}

#po .subtotal.freight-row .rest-cell{
	flex:1;
}


#po .subtotal .Rtable-cell--content{
	display:block;
}


/*shopping cart only */ 
.shopping-cart .Rtable--collapse .Rtable-row.subtotal{
	margin-bottom: 0;
	box-shadow: none;
}

.shopping-cart .Rtable-cell--numeric {
    text-align: right;
    width: 78px;
}

}	

/* product pages */
@media all and (max-width: 750px) {
	.is-striped {
		background-color: #e7e7e7;
	}

	.product-types .Rtable--collapse {
		display: block;
		width: 100%;
		padding: 1em;
		box-shadow: none;
	}
	.product-types .Rtable--collapse .Rtable-row {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2em;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		/* border: 1px solid #ccc; */
		padding-bottom: 0;
		white-space: normal;
	}
	.product-types .Rtable--collapse .Rtable-row .Rtable-cell {
		width: 100% !important;
		display: flex;
		align-items: center;
			padding-top: 0;
		padding-bottom: 0;
	}
	.product-types .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
		display: flex;
		flex: 1;
		max-width: 120px;
		min-width: 120px;
		font-weight: 700;
		border-right: 1px solid #ccc;
		/* margin-right: 1em; */
		align-items: center;
		min-height: 30px;
	}
	.product-types .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
		flex: 2;
		padding-left: 1em;
		display: flex;
		align-items: center;
	}

	.product-types .Rtable--collapse .Rtable-row--head {
		display: none;
	}

	.product-types .Rtable--collapse .desc-cell .Rtable-cell--content {
		padding-left: 0 !important;
	}
	
	/* common rtable queries */
	.product-types .Rtable--collapse .desc-cell {
		background-color: #ffd8ec;
		/* color: white; */
		font-weight: 700;
		order: -1;
		padding: 0.5rem 0;
		/* border-bottom: 1px solid #ccc; */
	}

	.product-types  .Rtable-cell--content .img-header {
		display: block;
		/* border: 3px solid #333; */
		padding-right: 1rem;
	}
	.product-types  .Rtable-cell--content .img-inline {
		display: none;
	}

	.product-types  .Rtable--collapse .Rtable-row .desc-cell {
		padding: 0.5rem;
	}

	.product-types .Rtable--collapse .Rtable-row .no-desc-wide {
		display: flex;
	}

	.product-types .Rtable--collapse .attribute-cell {
		background-color: #ffd8ec;
		font-weight: 700;
		order: -1;
		/* padding: 0.5rem 0; */
	}
	
	
	/* other */
	#product-content .product-types h2 {
		margin: 0 1.2rem;
	}

	/* #product-content #specs .techdrawings {
		display: flex;
		justify-content: space-around;
	} */
}