/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/
#nav-general {text-transform:capitalize;}

/* Bottom-align contents */  
#contents .vertical td { vertical-align: bottom; } 

#info-div a {text-decoration:none;}
#info-div a:hover {text-decoration:underline;}


#info-div .level-1 {
margin:0;
padding:0;
}

#info-div .level-1 li {
width:50%;
float:left;
margin:0;
padding:0;
list-style:none;
}

#info-div .level-1 .index-header {
margin:10px 0 0 0;
font-weight:bold;

}

#info-div .level-2 {
clear:both;
padding:5px 20px 10px 10px;
}

#info-div .level-2 li {
width:100%;
float:none;
}

#cartTarget {
	display: none;
}
#multiAddTable {
    width: 578px;
	margin-left: 15px;
	border: 4px solid #9edaff;
}

#multiAddTable td, #multiAddTable th {
    padding: 10px;
	vertical-align: middle;
}
#multiAddTable tr.options td {
	padding-top: 0;
}

#multiAddTable tr.odd {
    background-color: #f5f5f5;
}

#multiAddTable td a {
	text-decoration: none;
}

#multiAddTable td input {
	text-align: center;
}

#multiAddTable td:first-of-type a {
	text-decoration: underline;
	color: blue;
}

#multiAddTable th {
	border-bottom: 1px solid silver;
}

.multiA2C:focus {
	outline: 0;
}

#priceTable th {
	border-bottom: 1px solid #eee;
}
#priceTable td, #priceTable th { 
	font-size: 13px;
	padding: 5px 10px;
}

#priceTableA2C .addtocartImg {
    display: inline;
}

#addedPopupBack {
	position : fixed;
	left : 0;
	top : 0;
	height: 100%;
	width: 100%;
	background-color: gray;
	opacity: 0.5;
	z-index: 100;
}

#addedPopup {
	background-color: white;
	width : 510px;
	height : 350px;
	position : fixed;
	border : 4px solid #9edaff;
	box-shadow : 5px 5px 25px gray;
	top : 50%;
	left : 50%;
	transform : translate(-50%, -50%);
	z-index : 20000;
}

#addedPopupClose {
    text-align: right;
    margin: 5px;
}
#addedPopupClose img {
	cursor: pointer;
}

#addedPopup2 {
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 1px solid silver;
    padding-bottom: 20px;
}

div#addedPopupImg {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

div#addedPopupButtons {
    margin-top: 20px;
    border-top: 1px solid silver;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#addedPopupName {
	font-weight: bold;
}

#productOverviewTable {
	border: 2px solid black;
	width: 100%;
}
#productOverviewTable form {
	margin: 0;
	padding: 0;
}
#productOverviewTable input[type="text"], #productOverviewTable input[type="email"], #productOverviewTable textarea {
	border: 1px solid #c1c1c1;
	margin: 4px 4px;
	padding: 4px;
}
#productOverviewTable textarea {
	float: left;
	width: 60%;
	height: 100%;
}
#productOverviewTable input {
	width: 30%;
}
#productOverviewPopup {
	font-family: arial;
	font-size: 10pt;
	width: 600px;
	height: 380px;
	border: 2px solid #9edaff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	display: none;
	background-color: white;
	z-index:1001;
}
#productOverviewPopup ul {
	margin: 20px;
}

#productOverviewPopup li {
	margin: 1em 0;
}
#productOverviewPopup li font {
	font-weight: bold;
}
#productOverviewPopup .productOverviewPopupClose {
	background-color: #9edaff;
	color: white;
	float: right;
	cursor: pointer;
	padding: 10px;
}
#productOverviewPopupBack {
	position: fixed;
	z-index:1000;
	background-color: gray;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#productoverviewtarget {
	display: none;
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
	#multiAddTable input[name='vwquantity'] {
		font-size: 1.5em;
		padding: 5px;
	}
}

