html,
body {
	min-height: 100%;
	width: 100%;
}

body {
	color: #333333;
	font: 13px/1.3em Arial,Helvetica,sans-serif;
}

h1,h2,h3 {
	line-height: 1.3em;
}


input[type="text"],
input[type="password"] {
	color: #000;
}


.page-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.sitewidth {
	max-width: 1150px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.page-container {
	position: relative;
	min-height: 100vh;
	box-shadow: 0 0 15px #111111;
}

.header-container {
	padding-top: 3px;
}
.header-logo {
	position: absolute;
	left: 25px;
	display: inline-block;
}

.header-logo img {
	height: 90px;
}
.header-banner {
	height: 96px;
	padding-left: 160px;
	padding-right: 25px;
	text-align: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.header-top-stripe {
	position: relative;
}

.header-below {
	padding-left: 219px;
	padding-right: 25px;
	position: relative;
}

.header-slogan {
	padding-top: 10px;
	font-size: 30px;
	text-shadow: 2px 2px 0px #C93640;
}

.header-contact {
	position: absolute;
	top: 26px;
    right: 187px;
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
	font-size: 24px;
	text-shadow: 1px 1px 3px #b1b1b1;
}

.header-contact a { 
	text-decoration: none;
	color: #e00700;
	font-weight: 900;
	font-size: 42px;
}
.header-chat {
	position: absolute;
	top: 7px;
    right: 30px;
    display: inline-block;
	text-align: center;
	padding: 3px 0;
}

.header-location {
	font-size: 18px;
}

.header-phone {
	font-size: 15px;
}

.header-naviagation {
	width: 100%;
	font-size: 20px;
}

.header-naviagation ul {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.header-naviagation ul li {
	display: inline-block;
	margin: 0 10px;
}

.header-naviagation a {
	text-decoration: none;
	padding: 0 10px;
	position: relative;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	transition: text-shadow .2s ease-out;
}

.header-naviagation a:hover {
	text-shadow: 1px 1px 1px #000;	
}

.nav-accounts * {
	font-size: 12px;
	text-shadow: none !important;
}

.header-stripe {
	text-align: right;
	padding: 0 10px;
}

.header-top-stripe {
}

.header-bottom-stripe {
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	background-image: linear-gradient(to bottom,
		#54a4ff 0%,
		#51a2ff 50%,
		#0174ff 100%
	);
	margin-bottom: 1em;
}

.header-right>div {
	display: inline-block;
	margin: 0 10px;
	color: #0174ff;
	vertical-align: middle;
}
.header-right>div.header-cart {
	color:#FF3D00;
}

div.header-social-links {
	margin-right: 0;
}

.header-social-links a {
	margin: 0 5px;
	text-decoration: none;
}

.header-social-links a:last-child {
	margin-right: 0;
}

.header-right>div img{
	vertical-align: middle;
	margin-right: 5px;
	height: 20px;
}

.header-cart-count {
	color: #000;
	padding-left: 5px;
}

.header-title {
	float: left;
	width: 246px;
	text-align: center;
	margin: 0;
}

.header-bottom-stripe a {
	text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 13px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.header-naviagation a:hover {
	text-decoration: underline;
}

.mobile-nav-contact {
	float: right;
	display: none;
}
.mobile-nav-contact a{
	font-size: 26px;
	color: #FFF;
	padding: 0;
	text-shadow: 1px 1px 0px #000;
	line-height: 1em;
	padding-top: 5px;
}

.header-social {
	position: absolute;
	overflow: hidden;
	top: 5px;
	left: 5px;
	height: 1.25em;
	width: 710px;
	text-align: left;
	float: left;
}


.social-title {
	display: inline-block;
}

.social-feed {
	position: absolute;
	top: 0;
	background-color: #FFF;
	z-index: 100;
	transition: opacity .2s ease-out;
	opacity: 0;
}

.social-date {
	font-weight: bold;
}

a.social-link {
	padding: 0;
	font-weight: normal;
	text-transform: none;
	color: #024a92;
	text-decoration: underline;
	white-space: nowrap;
}

.social-icon {
	vertical-align: middle;
}

.social-icon img {
    position: relative;
	width: 15px;
    vertical-align: top;
	display: inline-block;
}

.social-icon img.twitter {
	top: 2px;
}

.social-post {
	height: 30px;
	padding: 0 0 5px 0;
	width: 700px;
}

.header-account a,
.header-cart a {
	text-decoration: none;
}

.header-account a span,
.header-cart a span{
	text-decoration: underline;
}

/*
.header-naviagation a:hover::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #C93640;
}
*/
.content-container {

}

.navigation-wrapper {
	float: left;
	width: 250px;
	padding: 10px 10px 20px 15px;
	display: inline-block;
}

.navigation-wrapper ul {
	padding: 0 0px 0 0;
	margin: 0;
}

.navigation-wrapper ul li {
	list-style-type: none;
	position:relative;
}

.navigation-wrapper ul li a {
	text-decoration: none;
	width: 100%;
	padding: 10px 7px;
	font-size: 12px;
	display: block;
	margin: 0px 0;
	text-align: left;
	font-weight: normal;
	position: relative;
	color: #FFF;
	background-color: #333333;
    border: 1px solid #000000;
    font-weight: bold;
    line-height: 1.25em;
    text-transform: uppercase;
    border-top-color: #FFF;
}

.navigation-wrapper ul li:first-of-type a {
	border-top: none;
}

/*
.navigation-wrapper ul li:hover ul li a::before,
.navigation-wrapper ul li a::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 100%;
	border: 3px #FFF solid;
	background-color: #C93640;
}
*/
.navigation-wrapper ul li:hover ul li a::before {
	left: 0;
	border: none;
}

.navigation-wrapper ul li:hover>a,
.navigation-wrapper ul li a.current,
.navigation-wrapper ul li a.seocart_NavigationCurrent {
	background-color: #555555;
	color: #FFF;

}

.navigation-wrapper ul li:hover ul li:hover a::before,
.navigation-wrapper ul li:hover a::before,
.navigation-wrapper ul li a.current::before,
.navigation-wrapper ul li a.seocart_NavigationCurrent::before {
	border: 3px #C93640 solid;
	background-color: #FFF;
}

.navigation-wrapper ul li:hover a::after,
.navigation-wrapper ul li a.current::after,
.navigation-wrapper ul li a.seocart_NavigationCurrent::after {
	color: #FFF;
	text-shadow: none;
}

/* drop down menu */
.navigation-wrapper ul ul {
	display:none;
	position:absolute;
	z-index:999;
	left: 100%;
	top:0px;
	background-color: #FFF;
	padding: 0;
    white-space: nowrap;
    box-shadow: 1px 1px 2px rgba(0, 0, 0,.75);
    display: block;
    overflow: hidden;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
  	transition: transform .1s ease-out;
  	transform-origin: 50% 0;
}

.navigation-wrapper ul li:hover ul {
	display: block;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
}

.navigation-wrapper ul li:hover ul a {
	/*background-color: #FFF;
	color: #000;*/
	padding-right: 10px;
	text-align: left;
	padding: 5px 20px;
}

.navigation-wrapper ul ul a::after {
	display: none;
}

.sidebar-title {
	width: 100%;
    font-size: 16px;
    text-align: left;
	padding: 0.35em 0 .35em 0;
    color: #fff;
	margin-right: 15px;
	text-shadow: 1px 1px 0 #000;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	border-right: 1px solid #000;
	border-left: 1px solid #000;

	background-image: linear-gradient(to bottom,
		#54a4ff 0%,
		#51a2ff 50%,
		#0174ff 100%
	);
	font-weight: bold;
}
.sidebar-title.request-catalog {
	border-radius:5px;
	margin-bottom:2em;
}
.sidebar-title.request-catalog:hover {
    background-image: linear-gradient(to bottom, #0174ff 0%, #51a2ff 50%, #54a4ff 100% );
}
.sidebar-title.request-catalog a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px 5px 0;
    vertical-align: top;
}
.sidebar-title.request-catalog:before {
    transform: rotate(-90deg);
    vertical-align: top;
    margin-top: 8px;
}
.sidebar-title::before {
	content: '';
	background-image: url(/images/template/arrow-down.svg);
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}

.sidebar-caption {
	background-color: #FFF;
	text-align: center;
	margin-bottom: 2em;
	/*border: 2px solid #c93640;*/
	border-left: none;
	border-top: none;
	background-color: #555555;
    border: 1px solid #333333;
    color: #FFFFFF;
}

.sidebar-navigation {
	padding: 0;
}
.mobile-chat {
	display:none;
}
.store-search {
	padding: 0 0px 0 0px;
	display: block;
}

.search-container {
	position: relative;
	margin: 0 5px;
}

.store-search input {
	padding: 3px 10px;
	font-size: 14px;
	display: block;
	margin: 0;
	background-color: #FFF;
	position: relative;
	border: none;
	color: #000;
	width: 100%;
	outline: none;
	margin: 5px 0;
}

.store-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 100%;
	background-image: url(/images/template/search.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	opacity: .5;
}

#newsletterFormResponse {
	color: #FFF !important;
}

.page-content-container .cms_region.cms_ImageGallery {
	padding: 0;
	margin-bottom: 1em;
}

.cms_region .responsive-gallery .gallery-nav-items {
	background-color: rgba(0,0,0,.7);
	bottom: 0;
	z-index: 4;
	padding: 5px 0;
    font-size: 0;
}

.cms_region .responsive-gallery .gallery-nav-item {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #9e9e9e;
	background-color: transparent;
	border-radius: 0px;
	margin: 0 2px;
	transition: border-color .2s ease-out;
}
.cms_BasicTextandImages table td img,
.cms_NavigationLinks table td img {
    max-width:100%;
    height:auto;
}

.cms_region .responsive-gallery .gallery-nav-item.active {
	border-color: transparent transparent transparent #C93640;
	background-color: transparent;
}

.page-content {
	display: inline-block;
	width: calc( 100% - 250px );
	padding: 10px 0px 0 0px;
}


.page-content-container {
	background-color: #FFF;
	padding-bottom: 20px;
}

.page-content-container>*  {
	padding: 0 20px 20px;
    line-height: 1.5em;
}

.page-content-container>*:first-child {
	padding-top: 0;
}

.footer {
	font-size: 12px;
	text-align: center;
	padding: 25px 15px 25px 15px;
	line-height: 20px;
	position: relative;
}

.footer li {
	list-style: none;
}

.footer-nav {
	width: 300px;
	float: left;
}

.footer-nav ul {
	padding: 0;
	margin:  0;
	text-align: center;
	display: block;
}

.footer-nav ul li {
	display: inline-block;
	width: 49%;
}

.footer-social {
	margin-top: 10px;
	white-space: nowrap;
}
.footer-badge {
	float:right;
	margin-right:5px;
}

.footer-social a {
	padding: 0 5px;
}

.payments-accepted {
    padding-top:1em;
}


.footer-contact {
	float: right;
}

.footer-legal {
	display: inline-block;
	text-align: center;
}
.footer-legal .twitter-timeline{
	margin: 0 auto;
}

.seocart_ProductTemplate2_PriceContainer td{
	padding-left: 25px;
}
.seocart_ProductTemplate1_PriceContainer td {
	padding:15px 0;
}
.seocart_Product .seocart_PricingContainer {
	font-weight:bold;
}
.shipsIn {
	font-style: italic;
	font-weight: bold;
}
.seocart_Product input.buy {
	margin-top:1em;
}
.mobile-nav-menu {
	display: none;
}

.mobile-show {
	display: none;
}

.seocart_Product #tms_breadcrumbs {
	padding: 0;
}

.newsletterForm {
	text-align: left;
	padding: 5px;
}

.newsletterForm input[type='submit']{
	background-color: #005BCA;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    padding: 2px;
    width: 35px;
}


.newsletterDescription {
	padding: 5px 0;
}

.sidebar-contact {
	line-height: 1.25em;
	font-size: 14px;
}

.page-content-container a {
	color: rgb(0, 0, 238);
	color: #0065ca;
}

.seocart_VerifyLogin table,
.seocart_VerifyLogin td {
	background-color: transparent !important;
	border: none !important;
}

.seocart_VerifyLogin {
	font-size: 16px;
}

.seocart_VerifyLogin input[type="text"],
.seocart_VerifyLogin input[type="password"] {
	margin-top: 5px;
	margin-bottom: 5px;
}

.seocart_VerifyLogin strong {
	display: none;
}

@media only screen and (max-width: 1149px) {

	.gallery-nav .gallery-nav-items {
		display: none;
	}

	.responsive-gallery {
		height: 40vw !important;
	}

	.responsive-gallery .gallery-nav-move {
    	background-size: auto auto !important;
	}

	.cms_region iframe {
		max-width: 100%;
	}

	.header-naviagation ul li {
		margin: 0;
	}

	.header-social {
		width: 595px;
	}

	.header-social::after {

	}
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 1023px) {
	.header-banner {
		padding: 0;
	}
	.header-logo {
		position: relative;
		left: 0;
	}
	.header-contact,
	.header-chat {
		display: none;
	}
	.mobile-chat {
		display:block;
	}
	.mobile-nav-contact {
		display: inline-block;
	}
	.header-naviagation {
		font-size: 16px;
		padding-top: 2px;
	}

	.seocart_Product>form>table {
		margin: 0 auto;
	}

	.seocart_Product>form>table>tbody>tr:nth-child(3)>td {
		display: block;
		width: 100%;
		text-align: center;
	}

	.seocart_Product>form>table>tbody>tr:nth-child(3)>td>* {
		margin-left: auto;
		margin-right: auto;
	}
	
	.cms_region table,
	.cms_region table tbody,
	.cms_region table tr,
	.cms_region table td,
	.cms_region table td div {
	    display:block !important;
	    width:100% !important;
	    text-align:center !important;
	    height:100% !important;
	}

	.header-top-stripe {
		height: 30px;
	}

	.header-top-stripe .header-social {
		display: none;
	}

	.header-social-links {
		float: left;
	}

}

@media only screen and (max-width: 1023px) {

	#tms_breadcrumbs ~ .seocart_Subcategory_PaginationContainer .seocart_Subcategory_PaginationLinks {
		display: none;
	}

	.seocart_Subcategory_PaginationLinks {
		font-size: 16px;
	}

	.seocart_Subcategory_PaginationLinks a {
		padding: 5px;
		margin: 5px;
		display: inline-block;
	}
	.mobile-show {
		display: block;
	}

	.mobile-hide {
		display: none;
	}

	.header-wrapper {
		margin-bottom: 42px;
	}

	.header-container {
		position: relative;
	}
	.header-banner {
		height: 113px;
	}

	.header-logo img{
		height: 110px;
		padding: 10px 0;
	}

	.header-contact {
    	top: 38px;
    }

	.header-naviagation {
		display: none;
	}

	.mobile-nav-menu {
		display: inline-block;
		padding: 7px 10px;
		cursor: pointer;
		font-size: 26px;
		color: #FFF;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
    	line-height: 1em;
	}

	.mobile-open {
		display: inline;
	}

	.mobile-close {
		display: none;
	}

	.mobile-nav-menu img {
		height: 25px;
		position: relative;
    	margin-right: 15px;
		vertical-align: bottom;
	}

	.header-bottom-stripe {
		text-align: left;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 200;
		background-color: #C93640;
		transition: box-shadow .2s ease-out;
		margin: 0;
		height: 42px;
	}

	.sticky-menu .header-bottom-stripe {
		position: fixed;
		top: 0;
		z-index: 1000;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}

	.navigation-wrapper {
		position: absolute;
		background-color: #ededed;
		box-shadow: 0 8px 17px 0 rgba(0,0,0,0.4),0 6px 20px 0 rgba(0,0,0,0.38);
		z-index: 100;
	}

	.navigation-wrapper ul li a {
		font-size: 14px;
		-padding: 10px 0 10px 15px;
	}

	.navigation-wrapper ul li a::after {
		top: 11px;
		right: auto;
		left: -2px;
	}

	.navigation-wrapper ul li:hover>a {
		background-color: transparent;
    	color: #000;
    	text-shadow: none;
	}

	.sidebar-caption {
		margin-bottom: 1em;
	}

	.page-content {
		width: 100%;
		position: relative;
	}

	.navigation-wrapper {
		padding: 0;
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}

	body.mobile-menu-show .navigation-wrapper {
		width: 320px;
		height: auto;
		z-index: 1000;
		    padding: 10px;
	}

	.nav-request-quote {
		text-align: center;
	}

	body.mobile-menu-show .footer::after,
	body.mobile-menu-show .page-content::after {
		content: '';
		opacity: .7;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
	}

	body.mobile-menu-show .footer::after {
		min-height: 100vh;
	}

	body.mobile-menu-show .content-wrapper {
		position: relative;
	}

	body.mobile-menu-show .header-bottom-stripe {
		position: absolute;
	}

	body.mobile-menu-show .mobile-open {
		display: none;
	}

	body.mobile-menu-show .mobile-close {
		display: inline;
	}

	body:not(.mobile-menu-show) .page-wrapper {
		height: auto !important;
	}

	body:not(.mobile-menu-show) .content-wrapper {
		top: auto !important;
	}

	body:not(.mobile-menu-show) .header-bottom-stripe {
		top: 100% !important;
	}

	body:not(.mobile-menu-show) .sticky-menu .header-bottom-stripe {
		top: 0 !important;
	}

	.header-title {
		width: 194px;
	}

	.productAdditionalImagesTable {
		width: 100%;
		overflow-x: scroll;
		height: 125px;
		position: relative;
		display: block;
		-webkit-overflow-scrolling: touch;
	}

	.productAdditionalImagesTable>tbody {
		display: table;
		position: absolute;
		height: 100%;
	}

	.productAdditionalImagesTable>tbody tr {
		display: table-cell;
		white-space: nowrap;
	}

	.productAdditionalImagesTable>tbody tr:last-child td:last-child{
		margin-right: 25px;
	}
	.productAdditionalImagesTable>tbody tr td {
		display: inline-block;
	}

	.cms_ContactFeedbackForm form {
		padding: 5px !important;
		margin: 0 auto !important;
		border: 0 !important;
		width: auto !important;
		max-width: 420px;
	}

	.cms_ContactFeedbackForm form textarea,
	.cms_ContactFeedbackForm form input {
		min-width: 0px !important;
	}

	.nav-social-links {
		text-align: center;
	}

	.nav-social-links a{
		padding: 5px;
		display: inline-block;
	}

	.newsletterInput {
		width: calc( 100% - 36px );
	}
}

@media only screen and (max-width: 849px) {

	.seocart_CategoryTable td,
	.seocart_SubcategoryTable td {
		display: block;
		width: 100% !important;
	}

	.seocart_SubcategoryProductTable td {
		display: table-cell;
		width: auto  !important;
	}

	.seocart_SubcategoryProductTable td:first-child {
		width: 150px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-top: 65px !important;
	}

	.footer>div {
		display: block;
		float: none;
		margin: 1em auto;
	}

	.relatedProductsCell {
		display: inline-block;
		width: 49%;
	}

	.relatedProductsCell:nth-child(3) {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	.seocart_VerifyLogin td{
		display: block;
		text-align: left;
	}

	.header-account {
		float: left;
	}

	.header-cart {
		float: right;
	}

	.relatedProductsCell {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 35px;
	}

	body.mobile-menu-show .navigation-wrapper {
    	width: 100%;
    }

	.mobile-nav-contact a {
		font-size: 18px;
		padding-top: 12px;
	}

	.header-social-links {
		display: none !important;
	}

	.header-title {
		display: none;
	}

	.header-logo img {
		width: 90vw;
	}

	.header-contact {
		font-size: 15px;
	    font-weight: normal;
	    right: 10px;
	}

	.header-contact .small br {
		display: inline;
	}

	.mobile-nav-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.search-container {
		margin-right: 0;
	}

	.store-search input {

	}

	.header-banner {
		background-image: url(/images/template/diamond.png) !important;
		background-size: auto;
		background-repeat: repeat;
	}

	.footer-contact {
		width: 100%;
	}
	
	#mainImage {
		width: 100% !important;
		max-width: 75vw !important;
		height: auto !important;
		margin-left: auto;
		margin-right: auto;
	}

	.seocart_Subcategory_PaginationContainer td {
		display: block;
		text-align: left;
	}

	.page-content table {
		max-width: 100%;
		width: 100% !important;
	}

	.page-content table ul {
		margin-left: 0;
		padding-left: 5px;
		list-style-type: none;
	}

	.page-content table ul li::before {
		content: '• ';
	}

	#tms_breadcrumbs li::before{
		display: none;
	}

	.ContentType_Search_container table.results-list tr.search-item {
		padding-bottom: 65px !important;
	}

	.seocart_Cart  tr.shoppingCartItemsRow {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.seocart_Container_DiscountInput {
		padding-bottom: 1em;
	}

	.seocart_CartCheckoutContainer input {
		margin: 1em auto;
	}

	.paypalExpressCheckoutContainer,
	.shoppingCartItems ~ p {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
}

/* seo-cart updated checkout styling, added on 1/05/2016 */
.seocart_CartEmpty {
    display:block;
    padding:2em 1em 20em 1em;
}
.seocart_CartEmpty a {
    text-decoration:underline;
}
table.shoppingCartItems {
    width:100%;
    margin-bottom:0.5em;
}
/*.seocart_Cart .seocart_Container_DiscountInput {
    display:none;    
}*/
.seocart_Cart .cartBanner {
    padding: 1em;
    text-align: left;
    display: block;
    border: 1px solid red;
    background-color: #feedee;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1em;
}
.paypalExpressCheckoutContainer {
	float: none !important;
    width: 100% !important;
    margin: 1.5rem 0;
}
.paypalExpressCheckoutContainer:before {
	content: '- or -';
    display: block;
    color: #999;
    padding: 0.5em 0.25em 2em 0;
}
.seocart_Cart,
.seocart_Checkout,
.seocart_OrderResults,
.seocart_Cart p,
.seocart_Checkout p,
.seocart_OrderResults p {
    /*font-family: 'CenturyGothicStd', Arial, Helvetica, sans-serif;
   font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;*/
}
.seocart_Cart table td,
.seocart_Cart table tr,
.seocart_Checkout table td,
.seocart_Checkout table tr,
.seocart_OrderResults table td,
.seocart_OrderResults table tr {
    border:none;
    
}
.shoppingCartItemsSeparator td {
    padding:0;
    background-color:#928966 !important;
    border-color:#999;
}
td.shoppingCartItemsCellImage {
    padding:1em 0;
}
.seocart_CartCheckoutButtonContainer,
.seocart_CheckoutButtonContainer,
.seocart_VerifyCheckoutButtonContainer {
    text-align:right;
}
.seocart_Cart input.button,
.seocart_Checkout input.button {
    background-color: #959595;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    padding: 13px 50px 10px;
    display: inline-block;
    -webkit-transition: all .5s, color .5s, box-shadow .5s;
    -moz-transition: all .5s, color .5s, box-shadow .5s;
    transition: all .5s, color .5s, box-shadow .5s;
    border:none;
    cursor:pointer;
    -webkit-appearance: none;
    background-image: linear-gradient(to bottom,#aad300 0%,#9cc400 100%);
    border-color: #9cc400;
    /*font-family: 'CenturyGothicStd', Arial, Helvetica, sans-serif;
   font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;*/
    
}
.seocart_Cart input.button:hover,
.seocart_Checkout input.button:hover {
    border-color: #aad300;
    background-image: linear-gradient(to bottom,#9cc400 0%,#aad300 100%);
}
.seocart_Cart input.button.buttonPayByWire {
    margin-right:1%;
    margin-bottom:1%;
}
input.button.buttonContinueShopping {
    background-image: linear-gradient(to bottom,#f5f5f5 0%,#e3ded0 100%);
    color:#000 !important;
    float:left;
    font-weight:normal;
}
input.button.buttonContinueShopping:hover {
    background-image: linear-gradient(to bottom,#e3ded0 0%,#f5f5f5 100%);
}
.seocart_ShippingCalculatorCalculateButton {
    margin-left:3%;
}
.seocart_Cart p.seocart_CartTermsSecurity {
    text-align:left;
    margin:0;
}
#promo-items {
    padding: 2% 0;
    border-top: 1px solid #eee;   
}
.seocart_Cart .product-list td {
    text-align: center;
    font-size: 80%;
    vertical-align: bottom;
}
.seocart_CartCheckoutContainer {
    text-align:right;
    margin-top:3% !important;
}
.orderConstraintText,
.quantityConstraintText {
    margin: 1rem auto;
    background: red;
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    padding: 0.5rem;
}
#shoppingCartCustomFooterText {
    text-align:right;
    margin: 1em 0;
    float: right;
    padding: 1em 0;
}
.seocart_CartTermsSecurity {
    text-align:center;
    padding:1em 0;
}

table.checkout_header,
table.verifyCheckout_header,
tr.verifyCheckout_header td,
tr.orderResults_header td,
table.orderResults_header {
    border:1px solid #222 !important;
}

table.checkout_content,
table.verifyCheckout_content td,
table.orderResults_content td,
.seocart_Checkout table {
    background:#FFFFFF !important;
    vertical-align:top;
}
.seocart_Cart input.button:hover,
.seocart_Checkout input.button:hover {
    background-color: #222;
}
tr.shoppingCartItemsRow input.button.buttonUpdate,
.seocart_Container_DiscountInput input.button,
.seocart_ShippingCalculatorCalculateButton {
    padding: 0.5em;
    -webkit-appearance: none;
    background-image: linear-gradient(to bottom,#949789 0%,#7b7e6f 100%);
    border-color: #6e7063;
    border:none;
    color:#FFF;
    font-size:90%;
}
tr.shoppingCartItemsRow input.button.buttonUpdate:hover,
.seocart_Container_DiscountInput input.button:hover {
    background-image: linear-gradient(to bottom,#7b7e6f 0%,#949789 100%);
    border-color: #7b7e6f;
}
.seocart_Container_DiscountInput input.button {
    margin-left:3%;
}
.shoppingCartItemsCellQty input,
table.checkout_content input[type="text"],
.seocart_Container_DiscountInput input[type="text"],
.seocart_Container_ShippingCalculator select,
.seocart_Checkout .checkout_content select {
    width: auto;
    height: 34px;
    border: 1px solid #ccc;
    color: #333;
    padding: 0 0 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shippingDetailsContainer {
}
.shippingDetails {
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -250px;
    width: 600px;
    height: 500px;
    background:#FFF;
    font-size:80%;
    padding:3%;
    border:1px solid #CCC;
    box-sizing:border-box;
}
table.shoppingCartSummary {
    margin-top: 2%;
}

table.checkout_content input[type="text"] {
    min-width:50%;
}
.seocart_Container_DiscountInput table td {
    display:block !important;
    width: 99% !important;
    text-align:left;
}
body table.checkout_content select {
    width:auto;
}
.shoppingCartItemsCellItem,
.shoppingCartItemsCellQty,
.shoppingCartItemsCellEach,
.shoppingCartItemsCellTotal {
    color: #7a736d;
    text-transform:uppercase;
    font-weight:bold;
}

.shoppingCartItemsCellItem, .shoppingCartItemsCellQty, .shoppingCartItemsCellEach, .shoppingCartItemsCellTotal, .shoppingCartItemsCellUpdate {
	padding:5px;
}

.shoppingCartItemsCellItem a {
    text-decoration:none;
}
.shoppingCartItemsCellItem a,
.shoppingCartItemsCellQty a {
    color: #7a736d;
}
.shoppingCartItemsCellItem a:hover,
.shoppingCartItemsCellQty a:hover {
    color: #030e0a;
}
.seocart_Cart_TableRow_ShippingCalculatorText strong,
.seocart_Cart_TableRow_DiscountInput strong,
.seocart_ShoppingCartTotalTableCell {
    color: #333;
}
table.shoppingCartSummary td.seocart_ShoppingCartTotalTableCell  {
    vertical-align:top;
    padding:1% 0;
    width:35%;
}
body table.seocart_ShoppingCartTotalTable {
    margin:0;
}
table.seocart_ShoppingCartTotalTable td {
    padding:4% 0%;
    text-align:right !important;
}
.shoppingCartItems .shoppingCartItemsHeader strong {
    color:#928966;
}

.seocart_Cart h1,
.seocart_Checkout h1 {
    padding:0.5em 0 0.25em 0;
    text-transform:uppercase;
}
body div.seocart_Container_ShippingCalculator, 
body div.seocart_Container_DiscountInput {
    border:none;
    margin:0;
}
.seocart_Cart_TableRow_ShippingCalculatorText span {
    padding-left:3px;
}
.isShoppingCartPage .seocart_ShippingCalculatorMethod {
    width:auto;
    max-width: 100%;
}

.seocart_ShippingCalculatorMethod {
    max-width: 100%;
}
.seocart_Container_DiscountInput input[type="text"] {
    width: 60%;
}
td.seocart_Cart_Table_ShippingCalculatorDiscountCell {
    width:99%;
}
tr.seocart_Cart_TableRow_DiscountInput > td,
tr.seocart_Cart_TableRow_ShippingCalculator > td {
    width: 100%;
    display:block;
}
td.seocart_Cart_Table_ShippingCalculatorDiscountCell table {
    margin:0;
}
tr.seocart_Cart_TableRow_ShippingCalculatorText td {
    display:inline-block;
}
.seocart_CartTermsSecurity img {
    padding-right:0.5em;
}
table.verifyCheckout_content {
    width:100% !important;
}
.checkout_header td,
table.verifyCheckout_content td,
table.orderResults_content td,
table.shoppingCartPriceTable td {
    padding:0.5em;
}
.checkout_content td {
    vertical-align:middle;
    padding:0.5em;
}
.checkoutStepsHeaderImage {
    display:none;
} 
@media only screen and (max-width: 420px) {
      
    table.shoppingCartItems,
    table.shoppingCartItems tbody,
    table.shoppingCartItems tr,
    table.shoppingCartItems td,
    .seocart_Cart table,
    .seocart_Cart tbody,
    .seocart_Cart tr,
    .seocart_Cart td,
    .ContentType_Search_container table.results-list,
    .ContentType_Search_container table.results-list tbody,
    .ContentType_Search_container table.results-list tr,
    .ContentType_Search_container table.results-list td,
    .seocart_CategoryTable,
    .seocart_CategoryTable table,
    .seocart_CategoryTable tbody,
    .seocart_CategoryTable tr,
    .seocart_CategoryTable td,
    .seocart_SubcategoryTable,
    .seocart_SubcategoryTable table,
    .seocart_SubcategoryTable tbody,
    .seocart_SubcategoryTable tr,
    .seocart_SubcategoryTable td,
    .seocart_SubcategoryProductTable,
    .seocart_SubcategoryProductTable table,
    .seocart_SubcategoryProductTable tbody,
    .seocart_SubcategoryProductTable tr,
    .seocart_SubcategoryProductTable td{
        display: block !important;
        width: 100% !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }
    main tr.shoppingCartItemsRow{
        padding: 2em 0 !important;
        background: #fff;
    }
    .seocart_Cart td.shoppingCartItemsCellEach {
        display:none !important;
    }
    tr.shoppingCartItemsRow img {
        max-width: 100%;
        height: auto;
    }
    .checkout_content select {
        width:100%;
    } 
    .seocart_Cart input.button,
    .seocart_Checkout input.button {
        width:99%;
        margin:0.25em 0;
        text-align:center;
        float:none;
    }
    .seocart_Cart input.button.buttonUpdate {
        width:auto;
    } 
    main .seocart_CartCheckoutButtonContainer input.button {
        width:99%;
        max-width:305px;
        margin:0 auto 3% auto;
    }
    body main .paypalExpressCheckoutContainer {
        float:none !important;
        width:auto !important;
    }
    body main .paypalExpressCheckoutForm {
        display:block;
        margin-bottom:3%;
        line-height:0;
    }
    body .seocart_Cart p.seocart_CartTermsSecurity {
        text-align:center;
    }
    .seocart_CartCheckoutContainer {
        text-align: center;
    }
    table.checkout_content td {
        display: block !important;
        width: 100% !important;
        text-align:left;
    }
    table.checkout_content td input[type="text"] {
        max-width:none !important;
        width:90%;
    }
    .seocart_Checkout .checkout_content select {
        width:100%;
    }
    .seocart_Checkout table.shoppingCartPriceTable td,
    .seocart_OrderResults table.shoppingCartPriceTable td {
        padding:0.5em 0;
    } 
    .seocart_Checkout td,
    .seocart_OrderResults td {
        padding:1%;
    }
    .seocart_Cart h1{
        text-align: center;
    }
    
    table.shoppingCartPriceTable td {
        font-size:100%;
    }
    body main td.shoppingCartItemsCellEach {
        display:none !important;
    }
    body main .seocart_Cart td.shoppingCartItemsCellQty,
    body main .seocart_Cart td.shoppingCartItemsCellTotal,
    body main .seocart_Cart tr.seocart_Cart_TableRow_Subtotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_ShippingTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_TaxTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_DiscountTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_Total td {
        display:inline-block !important;
        width:49% !important;
    }
    body .seocart_Cart .seocart_Container_ShippingCalculator,
    body .seocart_Cart tr.seocart_Cart_TableRow_TaxTotal {
        padding:1em 0;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable {
        max-width:305px;
        margin: 0 auto !important;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable td:first-child {
        text-align: left !important;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable td:last-child {
        text-align: right !important;
    }
    .seocart_Cart .seocart_Container_DiscountInput input[type="text"] {
        display:block;
        width:90%;
        margin:0 auto;
        margin-bottom:0.5%;
    }
    .seocart_Cart .seocart_Container_DiscountInput input.button {
        display:block;
        margin:0 auto;
        margin-bottom:0.5%;
        width: auto;
    }
    table.verifyCheckout_content {
        width: 97%!important;
    }
    table.verifyCheckout_content tr td,
    table.orderResults_content tr td {
        display:block !important;
        width:99% !important;
    }
    table.verifyCheckout_content tr td table td {
        display:inline-block !important;
        width:42% !important;
    }
    table.orderResults_content tr td table td {
        width:99% !important;
    }
    table.verifyCheckout_content tr td table tr.verifyCheckout_header td,
    table.orderResults_content tr td table tr.orderResults_header td {
        width:99% !important;
        padding:0;
    }
    body .seocart_Container_ShippingCalculator select {
        width:90%;
    }
    body .seocart_Cart input.button, 
    body .seocart_Checkout input.button {
        font-size:15px;
    }
    #advancedSearchForm .fieldPadding {
        padding:0.5em;
    }
    #advancedSearchForm .cartSearchInput input[type="text"] {
        width:70%;
    }
}

