/* Use this stylesheet for your own custom CSS code. Any code saved in this file is automatically applied to all pages using the theme. */

/* Some custom CSS code used for the Stacks4Stacks website. All the following can be safely deleted */

#ejunkie-cartstacks_in_1_page1 .ejunkie-viewbutton,
#ejunkie-cartstacks_in_1_page1 .ejunkie-addbutton {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: #FC730F;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration: none;
	color: #FFFFFF;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#ejunkie-cartstacks_in_1_page1 .ejunkie-viewbutton:hover,
#ejunkie-cartstacks_in_1_page1 .ejunkie-addbutton:hover {
	background-color: #CC3F18;
	color: #FFFFFF;
	text-decoration: none;
}

/* Cart Styles */

#EJEJC_window {
	font: 13px/1.50em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	border: 1px solid #333333 !important;
}

#EJEJC_title {
	height: 0px !important;
	margin: 0px !important;
}

#EJEJC_iframeContent {
	width: 100% !important;
}

table#ejejctable {
	width: 100% !important;
	margin: 0 !important;
	padding-bottom: 50px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	font-size: 12px !important;
	font-weight: normal;
}

#ejejctable tr {
	background: #ffffff !important;
}

#ejejctable td {
	text-align: left !important;
}

div#EJEJC_closeWindow {
	position: absolute;
	top: 18px;
	right: 10px;
	margin: 0px !important;
	line-height: 2.75em !important;
}

div#EJEJC_closeWindow i {
	position: absolute;
	top: -38px;
	right: -28px;
	padding: 0;
	margin: 0;
}

div#EJEJC_closeWindow a,
div#EJEJC_closeWindow a [class^="fa fa-"] {
	font-size: 28px !important;
	color: #FFFFFF !important;
	padding: 5px;
	text-decoration: none;
	cursor: default;
}

#tdHeader {
	color: #FF940B;
	padding: 0px 10px !important;
	font-size: 28px !important;
	background: #161616 !important;
}

#tdHeader h1,
#tdHeader h2,
#tdHeader h3,
#tdHeader h4,
#tdHeader h5,
#tdHeader h6 {
	color: #FF940B;
}

#EJEJC_title,
#EJEJC_iframeContent {
width: 100% !important;
}

#ejejctable {
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

#ejejctable tr {
	background: #ffffff; !important;
}

#ejejctable td {
	text-align: left !important;
	padding: 5px !important;
}

a span.checkout-button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	margin-right: -5px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: #FC730F;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration: none;
	color: #FFFFFF;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover span.checkout-button {
	background-color: #CC3F18;
	color: #FFFFFF;
	text-decoration: none;
}

@media print {
	.ejunkie-addbutton,
	.ejunkie-viewcartbutton,
	#EJEJC_overlay,
	#EJEJC_window {
		display: none !important;
	}
}

@media screen and (max-width: 992px) {
	.tablet-paddingtop {
		padding-top: 15px;
	}
	
	.tablet-hideelement {
		display: none !important;
	}
	
	.tablet-col {
		width: 50%;
		float: left;
	}
}

.footer-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}