/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}a,a:hover,a:visited{color:inherit}*,:after,:before{box-sizing:inherit}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}p{margin-bottom:1em;margin-top:0}

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

*, *:before, *:after {
  box-sizing: inherit;
}

a:visited {
    color: inherit;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #0F0F0F;
    font-size: 16px;
}

a.button {
    padding: 10px 40px;
    display: inline-block;
    background-color: #c00;
    color: #FFF;
    font-family: 'Open Sans',san-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
    transition: transform .2s ease-out;
}

a.button:hover {
    transform: scale(1.1);
}
main {
	position:relative;
}
.page-wrapper {
    width: 100%;
    color: #414141;
    overflow: hidden;
    position: relative;

    background-color: #1c1c1c;
    background-image: url(/media/homepage/halftone-store.png);
    background-repeat: repeat-y;
    background-size: contain;
}

.header-menu-container,
.header-container,
.header-container-inner,
.content-sitewidth,
.sitewidth {
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-sitewidth {
    padding: 15px;
    padding-top:130px;
    background-color: #FFF;
}
.content-sitewidth img {
    max-width:100%;
    height: auto;
}

.content-sitewidth,
.isSubcategory .content-sitewidth,
.notHomepage.isCMS .content-sitewidth {
    border: 1px solid #c00;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 90vh;
}

html.home main .cms_CustomContentCallback_42 {
    display: none;
}

@media only screen and ( max-width: 1023px ) {
    html.home main .cms_CustomContentCallback_42 {
        display: block;
    }
}


h1,h2,h3 {
    font-family: 'Open Sans',san-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-nav-title {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #0f0f0f;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.page-container {
    position: relative;
    min-height: 100vh;
}



/* Header */
.header-wrapper {
    background-color: #FFF;
    color: #000;
    border-top: 1px solid #F00;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}
header.header-wrapper {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 999;
}

.header-container {
    position: relative;
     padding: 10px;
}
.header-container.header-container-nav {
    width: 100%;
    z-index: 9999;
    background: #FFF;
    text-align: center;
    margin: 0 auto;
    max-width: none;
    border-bottom: 1px solid #F00;
}

.header-container-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.header-logo {
    display: inline-block;
}

.header-logo-subtitle {
    display:none;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: 'Oregano', cursive;
    font-style: italic;
}
.header-nav-item {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    transition: padding 0.2s ease-in-out;
}
.header-nav-title {
    font-size: 24px;
    position: relative;
}

.header-nav-title.hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -10px;
    width: calc( 100% + 20px );
    height: 3px;
    background-color: #c00;
}

.header-nav-title a {
    text-decoration: none;
}

.header-nav-menu {
    
}

.header-menu-wrapper,
.header-nav .header-nav-menu {
    display: none;
}

.header-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.header-right {
    position: absolute;
    top: 0;
    right: 10px;
}*/

.header-menu-wrapper {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding: 15px 0 25px 0;
    border-bottom: 1px solid #c00;
    top: 90px;
    left: 0;
}

.header-nav-subitem  {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5%;
}

.header-nav-subitem  .header-nav-subimage{
    transition: transform .2s ease-out;
}

.header-nav-subitem:hover .header-nav-subimage{
    transform: scale(1.05);
}

.header-nav-subtitle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

    font-family: 'Open Sans',san-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: center;
    
    padding: 5px 0;
    color: #FFF;
    
    background-image: linear-gradient( to left,
        rgba(0,0,0,.2) 0%,
        rgba(0,0,0,.8) 15%,
        rgba(0,0,0,.8) 85%,
        rgba(0,0,0,.2) 100%
    );
}

.header-nav-subimage {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 4px;
    border: 1px solid #C00;
    position: relative;
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.header-nav-sublinks {
    text-align: left;
    margin-top: .5em;
}

.header-nav-sublinks a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    --padding-left: 15px;
    --border-left: 1px solid #ccc;

}

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

.header-nav-sublinks a:last-child {
    font-weight: bold;
    border: none;
    padding-left: 0;
    margin-top: .5em;
}

.header-nav-subimage {
    background-image: url(/images/template/header-bg-default.jpg);
    background-size: cover;
}

.header-subitem-category .header-nav-subimage {
    background-image: url(/images/template/header-bg-category.jpg);
    background-size: 150%;
}

.header-subitem-brand .header-nav-subimage {
    background-image: url(/images/template/header-bg-brands.jpg);
    background-position: 74% 73%;
}

.header-subitem-vehicle .header-nav-subimage {
    background-image: url(/images/template/header-bg-testimonials.jpg);
    background-size: cover;
}

.header-subitem-about .header-nav-subimage {
    background-image: url(/images/template/header-bg-about.jpg);
    background-size: cover;
}

.header-subitem-staff .header-nav-subimage {
    background-image: url(/images/template/header-bg-staff.jpg);
    background-size: cover;
}

.header-subitem-testimonials .header-nav-subimage {
    background-image: url(/images/template/header-bg-vehicle.jpg);
    background-size: cover;
}

.header-subitem-careers .header-nav-subimage {
    background-image: url(/images/template/header-bg-staff3.jpg);
    background-size: cover;
    background-position: 50% 100%;
}

.header-subitem-directions .header-nav-subimage  {
    background-image: url(/images/template/header-bg-directions.jpg);
    background-size: cover;
}

.header-subitem-contactus .header-nav-subimage  {
    background-image: url(/images/template/header-bg-contact.jpg);
    background-size: cover;
}

.header-subitem-photos .header-nav-subimage  {
    background-image: url(/images/template/header-bg-photos.jpg);
    background-size: cover;
}

.header-subitem-videos .header-nav-subimage  {
    background-image: url(/images/template/header-bg-videos.jpg);
    background-size: cover;
    background-position: 50% 100%;
}

.header-subitem-videos video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-subitem-vehicle form {
    display: block;
}

.header-subitem-vehicle form select {
    width: 100%;
    margin-top: 1em;
}

.header-subitem-vehicle form select[disabled] {
    color: #1c1c1c;
    background-color: #d1d1d1;
}

.header-menu-about .header-nav-subitem {
    width: 24%;
    padding: 0 1%;
}

.header-menu-calendar .header-nav-subitem {
    width: 24%;
    padding: 0 1%;
}

.header-menu-calendar .header-nav-subitem a {
    text-decoration: none;
}

.header-calendar .fc-title {
    display: none;
}

.header-calendar.fc table {
    font-size: 12px;
}

.header-calendar .fc-basic-view .fc-body .fc-row {
    min-height: 2em;
}


.header-calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: .5em;
}

.header-calendar .fc-state-default {
    border: 1px solid #C00;
    border-radius: 2px;
    background-color: #FFF;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.header-calendar.fc button {
    height: 1.5em;
}

.header-calendar .fc-view-container {
    border: 1px solid #C00;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.fc-head th:first-child {
    border-top: none;
    border-left: none;
}

.header-calendar.fc-unthemed td.fc-today {
    background-color: #fdc6c6;
}

.header-calendar h2 {
    font-size: 16px;
}

.header-calendar .fc-month-button {
    display: none;
}

.header-calendar .header-calendar-event {
    box-sixing: border-box !important;
    margin-top: 10px !important;
    width: 35px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #000;
    display: inline-block;

    background-repeat: no-repeat;
    background-image: url(/images/template/event.png);
    background-size: contain;
    background-position: 100% 100%;
}

.fc-more-cell *,
.fc-event-container * {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.fc-more-cell,
.fc-event-container {
    position: relative;
}

.fc-more-cell a,
.fc-event-container a {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
}

.fc-content-skeleton {
    position: relative;
}

.fc-content-skeleton tbody {
    position: relative;
 
}

.fc-day-top {
    position: relative;
}

.header-calendar .fc-day-number {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    float: none;
    text-align: left;
}

.fc-more-cell,
.fc-event-container {
    border: none;
}


.header-menu-contact .header-nav-subitem  {
    vertical-align: middle;
}

.header-subitem-contactinfo {
    padding: 0 1%;
}

.header-contact {
    font-family: 'Open Sans',san-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.75em;
    font-size: 18px;
}

.header-stripe {
    background-color: #c00;
    height: 25px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.header-stripe .header-container {
    padding-top: 0;
    padding-bottom: 0;
    
}

.header-stripe a {
    text-decoration: none;
    line-height: 25px;
}

.header-stripe .phoneNumber {
    background: url(/cirkuit/includes/images/icons/white/phone2_16x16.png) left center no-repeat;
    padding-left: 24px;
    min-height: 16px;
    display: inline-block;
}

.header-stripe .faceb {
    background: url(/cirkuit/includes/images/icons/white/facebook_16x16) left center no-repeat;
    width: 16px;
    min-height: 16px;
    display: inline-block;
    margin-right: .25em;
}
.header-stripe .shipping {
	display: inline-block;
    padding-left: 0.5em;
}
.header-stripe .search{
    background: url('/cirkuit/includes/images/icons/white/zoom_16x16.png') left center no-repeat;
    padding-left: 24px;
    min-height: 16px;
    display: inline-block;
}
.header-stripe .contact{
    background: url('/cirkuit/includes/images/icons/white/pinmapdown_16x16.png') left center no-repeat;
    padding-left: 24px;
    min-height: 16px;
    display: inline-block;
}
.header-stripe .account a {
    background: url('/cirkuit/includes/images/icons/white/user_16x16.png') left center no-repeat;
    padding-left: 24px;
    min-height: 16px;
    display: inline-block;
}
.header-stripe a.cart{
    background: url('/cirkuit/includes/images/icons/white/shopcart_16x16.png') left center no-repeat;
    padding-left: 24px;
    min-height: 16px;
    display: inline-block;
}
.header-stripe ul,
.header-stripe li{
    margin: 0;
    padding: 0;
}
.header-stripe ul li {
    display:inline;
    font-size:86%;
    padding-left:1em;
    position:relative;
}



.footer-wrapper {
    --background-color: rgba(28, 28, 28,.75);;
    padding-top: 25px;
    background-image: linear-gradient( to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,.8) 100%);
}

.footer-wrapper .author {
	padding-top:1em;
}
.footer-container {
    --background-image: linear-gradient( to bottom, rgba(0,0,0,1) 0, rgba(0,0,0,0) 25px);
    background-repeat: repeat-y;
    background-size: contain;
    padding: 10px 0;
    color: #c1c1c1;
    text-align: center;
    font-size: 12px;
}

.footer-col {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}

.footer-col:first-child{
    text-align: left;
}


.footer-col:last-child{
    text-align: right;
}

.footer-col a {
    text-decoration: none;
}

.footer-col a:hover {
    text-decoration: underline;
}




.content-sidebar {
    display: inline-block;
    width: 220px;
    vertical-align: top;
}

.content-column {
    display: inline-block;
    width: calc( 100% - 225px );
    vertical-align: top;
}



.content-sidebar-menu {
    background-color: #f1f1f1;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    width: 200px;
    overflow: hidden;
    margin-bottom: 2em;
}

.content-sidebar-title {
    display: block;
    background: rgba(70,70,70,1);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    padding: .25em 0;
    
    text-shadow: 0 0 1px rgba(0,0,0,0.05);
    text-transform: uppercase;

    padding: 5px;

    color: #FFF;
}

.content-sidebar-menu ul,
.content-sidebar-menu li {
    padding: 0;
    margin: 0;
}

.content-sidebar-menu li {
    padding: 3px 5px 3px 0;
    background-color: #f1f1f1;
    border-bottom: 1px solid #c1c1c1;
}

.content-sidebar-menu li.item_seocart_NavigationCurrent {
    padding: 0;
}

.content-sidebar-menu li a { 
    display: block;
}

.content-sidebar-menu li:hover {
    background-color: #FFF;
}

.content-sidebar-menu li a {
    padding-left: 20px;
    text-decoration: none;
    color: #000;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-image: url('/cirkuit/includes/images/icons/material-design/navigation/1x_web/ic_chevron_right_grey600_18dp.png');
    font-size: 16px;
}

.content-sidebar-menu li a.seocart_NavigationCurrent {
    background-image: url('/cirkuit/includes/images/icons/material-design/navigation/1x_web/ic_expand_more_grey600_18dp.png');
    display: block;
    background-color: #c00;
    color: #FFF;
    padding-top: 3px;
    padding-bottom: 3px;
}

.content-sidebar-menu li li {
    background-color: #FFF;
}

.content-sidebar-menu li li a {
    margin-left: 15px;
    display: inline-block;
    font-size: 14px;
    background-image: none;
}

.content-sidebar-menu li li a.seocart_NavigationCurrent {
     background-image: none;
    background-color: #FFF;
    font-weight: bold;
    color: #000;
}

.content-sidebar-newsletter {
}

.content-sidebar-search li,
.content-sidebar-newsletter li {
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
}

.content-sidebar-search input,
.newsletterInput {
    width: calc( 100% - 40px );
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    padding: 5px;
}

.content-sidebar-search button,
.newsletterForm .inputSubmit {
    width: 35px;
    display: inline-block;
    padding: 0;
    background-image: none;
    cursor: pointer;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    background-color: #FFF;
}

.newsletterFormResponse {
    color: #000 !important;
}

.content-sidebar-contact li {
    text-align: center;
    font-size: 14px;
    padding: 5px 5px;
}
.content-sidebar-contact {
    text-align: center;
}

.content-sidebar-contact li a {
    background-image: none;
    padding: 0;
    font-size: 14px;
}

.content-sidebar-address1 {
    font-size: 14px;
}













.isCategory .content-sitewidth {
    --background-color: transparent;
}

.isCategory h1 {
    color: #000;
}

.isCategory #tms_breadcrumbs {
    color: #000;
}

.subcategory-item-list  {
    text-align: center;
}



.subcategory-item-wrapper {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 50px;
}

.subcategory-item-container {
    position: relative;
    border: 1px solid #C00;
    position: relative;
    display: block;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
}

.subcategory-item-container a {
    display: block;
}

.subcategory-item-image {
    width: 100px;
    height: 100px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/template/figspeed-logo2.png);
    background-size: 80%;
    background-color: #FFF;
}

.subcategory-item-name:visited,
.subcategory-item-name {
    position: absolute;
    position: relative;
    width: 100%;
    top: 100%;
    left: 0;
    -transform: translateY(-50%);
    font-family: 'Open Sans',san-serif;
    font-weight: 300;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
    padding: 5px 5px;
    color: #FFF;
    color: #000;
    --background-image: linear-gradient( to left, rgba(0,0,0,.0) 0%, rgba(0,0,0,.8) 25%, rgba(0,0,0,.8) 75%, rgba(0,0,0,.0) 100% );
    display: block;
    text-decoration: none;
}

.seocart_Subcategory_Items {
	display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.seocart_Subcategory_Items .seocart_Subcategory_Item {
	display: inline-block;
    width: 15%;
    vertical-align: top;
    border: 1px dotted #FFF;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
}
/*.seocart_Subcategory_Items .seocart_Subcategory_Item:nth-child(4n-1) {
    margin-left: 10px;
    margin-right: 10px;
}*/
.seocart_Subcategory_Items .seocart_Subcategory_Item:hover {
	border-color:#999;
	border-style:solid;
}
.seocart_Subcategory_Items .seocart_Subcategory_Item .seocart_Subcategory_Item_Image {
	min-width:130px;
	min-height:160px;
}
.subcategory-item-name a {
	color:#000;
	text-decoration:none;
}
.seocart_Subcategory_Item_Name a {
  font-size: 14px;
  display: block;
  margin-bottom: 1rem;
}

.seocart_Subcategory_Items .seocart_BulkPricingTable {
    margin: 0 auto;
    margin-bottom: 1rem;
}

.seocart_Subcategory_Items .seocart_BulkPricingTable td {
    padding:0.25rem 0.5rem;
}

.seocart_Subcategory_PaginationLinks {
    
}
.seocart_Subcategory_PaginationLinks a.seocart_Subcategory_PaginationLinkNumber {
    display:inline-block;
    font-weight: bold;
    margin-left:3px;
    margin-right:3px;
}
.seocart_Subcategory_PaginationLinks em {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 2px;
    background: rgba(70,70,70,1);
    text-decoration: none;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.33);
    font-style: normal;
}
.seocart_Subcategory_PaginationLinkPrevious span,
.seocart_Subcategory_PaginationLinkNext span {
	display:none;
}
.seocart_Subcategory_PaginationLinkPrevious:before {
	display:inline-block;
	padding:1px 5px;
	content: '\f104';
    font-family: FontAwesome;
}

.seocart_Subcategory_PaginationLinkNext:before {
	display:inline-block;
	padding:1px 5px;
	content: '\f105';
    font-family: FontAwesome;
}

/*brands*/
.seocart_SubcategoryTable tr > td {
	padding:10px 5px;
	text-align:center;
	vertical-align:top;
}
.seocart_SubcategoryTable tr > td.seocart_SubcategoryTableCell {
	border-bottom:1px dotted #CCC;
	border-left:1px dotted #CCC;
}
.seocart_SubcategoryTable tr > td.seocart_SubcategoryTableCell:first-child {
	border-left:none;
}
.seocart_SubcategoryProductTable {
    font-size: 14px;
}
.seocart_SubcategoryProductTable td.image {
	min-width:200px;
	height:220px;
}
.seocart_SubcategoryProductTable td {
    padding-bottom: 15px;
    vertical-align: top;
    display:block;
    text-align:center; 
    margin:0 auto;   
}

.seocart_SubcategoryProductTable td:last-child {
    padding-left: 15px;
}

.seocart_SubcategoryProductTable td strong {
    font-weight: normal;
}
body .seocart_Subcategory .seocart_SubcategoryProductTable div.seocart_PricingContainer {
	padding-bottom:5px;
}
body .seocart_Subcategory .seocart_SubcategoryProductTable div.seocart_PricingContainer strong * {
    font-weight: bold !important;
}
.seocart_SubcategoryProductTable p {
    margin: 0;
}

.seocart_SubcategoryProductTable a {
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 1em;
    display: block;
    font-weight:bold;
    color:#000;
}

.seocart_SubcategoryProductTable a:hover {
    text-decoration: underline;
}

.search-item-list .image img {
    max-height: 200px;
    width: auto;
}
body tr.search-item-list td div.image {
    min-width: 200px;
    height: auto;
    width: auto;
}

@media only screen and ( max-width: 767px ) {
    .subcategory-item-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 1rem;
    }
    .subcategory-item-wrapper {
        display: block;
        position: relative;
        margin: 0 0 20px;
    }
    .subcategory-item-name:visited, .subcategory-item-name {
        font-size: 12px;
    }

    .seocart_Subcategory_Item_Image img {
        max-height: 200px;
        width: auto;
    }

    body tr.search-item-list td.price {
        padding-bottom: 3rem !important;
    }
}

.MessageSection_MessageForm {
    margin-top: 75px !important;
    border: 1px solid #c00 !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}


.seocart_Product img.photo {
    min-width: 300px;
}

.seocart_Product ul.features {
    margin:1em 0;
    padding:0;
    list-style-position:inside;
}
.seocart_Product table.attributes {
    margin:1em 0;
    border:1px solid #EEE;
}
.seocart_Product table.attributes tr td {
    padding:0.5em;
}
.seocart_Product table.attributes tr td:first-child {
    font-weight:bold;
}
.seocart_Product .sku, .seocart_Product .brand {
	font-weight:bold;
}
.seocart_Product table.attributes tr:nth-child(odd) td {
    background:#EFEFEF;
}
.seocart_Product .seocart_PricingContainer {
	font-weight: bold;
    font-size: 120%;
    display: block;
    padding: 0.25em 0 1em 0;
}
.seocart_ProductTemplate2_PriceContainer {
    margin: 0 15px;
}

.seocart_Product td {
    position: relative;
}
#hover-zoom-image {
    z-index: 99999;
}

.seocart_Product #tms_breadcrumbs {
    margin-bottom: 2em;
}

.seocart_Product  h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 3em;
    padding-top: 0em;
}

.seocart_Product h2,
.seocart_Product h2 ~ p {
    font-size: 14px;
}

.seocart_Product #product-reviews > h2,
.seocart_Product .product-qa h2 {
    font-size: 18px;
}

.seocart_Product  h2 {
    right: 0;
}

.seocart_Product  h2 ~ p {
    left: 0;
}
#product-reviews {
	position:relative;
}
#product-reviews h2 {
	position:relative;
	margin:1em 0;
	bottom:auto;
}
.seocart_Product .relatedProductsCell button.buy {
	padding: 5px 15px;
    font-size: 14px;
    margin-top: 15px;
}

.header-nav-mobile {
    display: none;
}
@media only screen and ( max-width: 1920px ) {
	#lightbox-container-all,
	#lightbox-container-image-box,
	#lightbox-container-image img,
	#lightbox-container-image-data-box {
		max-width: 100%;
    	box-sizing: border-box;
	}
	#lightbox-container-image-box {
		max-height: -webkit-fill-available;
    	max-height: fit-content;
	}
}
@media only screen and ( max-width: 1023px ) {
    .header-nav {
        display: none;
    }

    .content-sidebar {
        display: none;
        width: 50%;
        position: absolute;
        left: 0px;
        z-index: 1000;
        top: 150px;
    }

    body .cms_BasicTextandImages {
        padding: 10px 0;
    }

    .content-column {
        width: 100%;
    }

    .content-sitewidth, .isSubcategory .content-sitewidth, .notHomepage.isCMS .content-sitewidth {
        border: none;
    }

    .content-sitewidth {
        padding-top: 25px;
    }
    

    .header-nav-mobile {
        display: inline-block;
    }

    .header-wrapper {
        position: relative !important;
    }

    .header-menu-wrapper {
        background-color: #FFF;
        margin: 0 0 0 auto;
        top:76px;
        padding-top:10px;
    }

    .header-nav-menu {
        display: block !important;
    }

    .header-nav-subitem {
        width: 100% !important; 
        padding: 0 0 1em 0 !important;
    }

    .header-nav-subimage {
        max-width: 320px;
        height: 100px;
    }

    .header-menu-shop .header-nav-sublinks {
        display: none;
    }

    .header-menu-wrapper,
    .content-sidebar {
        padding-left:2%;
        padding-right:2%;
    }

    .content-sidebar-menu {
        margin-left: auto;
        margin-right: auto;
    }

    .header-nav-event a {
        display: inline-block;
        width: 100%;
    }

    .header-subitem-vehicle form {
        max-width: 320px;
        margin: 0 auto;
    }

    .header-calendar {
        max-width: 320px;
        margin: 0 auto;
    }

    .header-nav-mobile a {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    body.fixed .header-nav-mobile a {
        top:10px;
    }

    .mobile-close,
    .mobile-open {
        white-space: nowrap;
        font-size: 24px;
    }

    .mobile-close img,
    .mobile-open img {
        height: 17px;
        vertical-align: baseline;
        margin-right: 15px;
    }

    .mobile-close {
        display: none !important;
    }


    .mobile-menu .mobile-close {
        display: block !important;
    }

    .mobile-menu .mobile-open {
        display: none !important;
    }

    .mobile-menu .header-menu-wrapper {
        display: none;
    }

    .mobile-menu .header-wrapper {
        position: relative !important;
    }

    .mobile-menu .content-column {
        display: none;
    }

    .mobile-menu .content-sitewidth {
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .mobile-menu .content-sidebar {
        display: block;
        padding: 2%;
        position: relative;
        top: 0;
        margin: 0 auto;
    }

    html body.fixed .header-container.header-container-nav {
        position: relative;
    }
    body .content-sitewidth {
        margin-top:0 !important;
    }
    html body.fixed .header-logo-link img {
        height: 50px;
    }
    html body.fixed .header-nav-mobile a {
        top:15px;
    }

    a.button:hover {
        transform: none;
    }

    .content-sidebar-menu {
        width: 100%;
        max-width: 320px;
    }
    .seocart_Product table,
    .seocart_Product tbody,
    .seocart_Product tr,
    .seocart_Product td {
    	display:block;
    	border:0;
    	padding:0;
    	width:100%;
    	text-align:center;
    	height:auto;
    	margin:0;
    }
    .seocart_Product .seocart_Product_AttributeMatrix tr {
        display:table-row;
    }
    .seocart_Product .seocart_Product_AttributeMatrix td {
        display:table-cell;
    }
    .seocart_Product button.buy {
    	margin-top:15px;
    	margin-bottom:30px;
    }
    .seocart_Product .relatedProductsTable .relatedProductsCell table {
    	margin-bottom:30px;
    	border-bottom:1px dotted #CCC;
    }
    .seocart_Product .relatedProductsTable .relatedProductsCell .seocart_PricingContainer {
    	padding-bottom:0;
    }
    .seocart_Product .relatedProductsTable .relatedProductsCell button {
    	margin-bottom:30px;
    	margin-top:0;
    }
    .seocart_Product .relatedProductsTable .relatedProductsCell:last-child table {
    	border-bottom:none;
    }
    .seocart_Product .relatedProductsTable td br {
    	display:none;
    }
    #product-reviews {
    	padding-top:15px;
    	border-top:1px solid #EEE;
    }
}
@media only screen and ( max-width: 920px ) {
	.header-stripe .shipping {
		display:none;
	}
}
@media only screen and ( max-width: 768px ) {
	.seocart_Subcategory_Items .seocart_Subcategory_Item {
	    width: 24%;
	    margin-bottom:10px;
	}
	.seocart_Subcategory_Items .seocart_Subcategory_Item:nth-child(3n-1) {
	    margin-left:0;
	    margin-right:0;
	}
	.seocart_Subcategory_Items .seocart_Subcategory_Item:nth-child(odd) {
		margin-right:10px;
	}
	.footer-container {
		padding:10px;
	}
}
@media only screen and ( max-width: 675px ) {
	.header-stripe .header-left {
        display: none;
    }
    .header-menu-about {
        display:none;
    }
}
@media only screen and ( max-width: 549px ) {
    .content-sidebar {
        position: relative;
        width: 100%;
        top: 0;
    }

    .header-wrapper {
        box-shadow: none;
        border-bottom: none;
    }

    .header-menu-wrapper {
        width: 100%;
        border-bottom: none;
    }

    .header-nav-mobile a {
        font-size: 0;
        width: auto;
        padding: 15px;
    }

    .header-nav-mobile a img {
        margin: 0;
        display: block;
    }

    .header-logo {
        /*width: 75%;*/
        text-align: center;
    }

    .header-logo-link a {
        height: 100%;
        width: auto;
    }
    
    .header-logo-subtitle {
    	font-size:18px;
    }

    .header-logo-link img {
        width: auto;
        height: 50px;
    }

    

    .header-stripe .contact {
        display: none
    }

    .header-stripe .header-right {
        text-align: center;
        width: 100%;
    }

    .footer-col {
        width: 100%;
        text-align: center !important;
        margin-top: 1em;
    }

    .content-sitewidth {
        padding:10px;
    }

    body .seocart_Subcategory_Items .seocart_Subcategory_Item {
	    width: 49%;
	    margin-bottom:10px;
	    margin-left:0;
	    margin-right:0;
		border-bottom-color: #EEE;
	}
	body .seocart_Subcategory_Items .seocart_Subcategory_Item:nth-child(odd) {
		margin-right:0;
	}
	body .seocart_SubcategoryTable .seocart_SubcategoryProductTable {
		margin-bottom:30px !important;
		padding-bottom:30px !important;
		border-bottom:1px dotted #CCC !important;
	}
	body .seocart_SubcategoryTable td
    .seocart_Product form>table>tbody>tr>td {
        display: block;
        width: 100%;
        text-align: center;   
    }
    .seocart_Subcategory_PaginationShowing,
    .seocart_Subcategory_PaginationLinks {
    	display:block;
    	width:100%;
    	text-align:center;
    	padding-bottom:1em;
    }
}
@media only screen and ( max-width: 320px ) {
    .header-stripe ul li {
        padding-left:0.75em;
    }
}

/* 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;    
}*/
.paypalExpressCheckoutContainer::before {
    display: block;
    content: '- or -';
    padding: 1em 0;
    margin: 1em 0;
    color: #888;
}
.paypalExpressCheckoutContainer {
    float: none !important;
    width: 100% !important;
}
.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;
}
body main .paypalExpressCheckoutForm {
    display:none;
}
.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;
    line-height:0;
}
#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 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;
    }
    .seocart_Subcategory .seocart_SubcategoryProductTable {
    	margin-bottom:2em !important;
    	padding-bottom:2em !important;
    	border-bottom:1px dotted #CCC !important;
    }
    .seocart_Subcategory td.seocart_Subcategory_PaginationShowing,
    .seocart_Subcategory td.seocart_Subcategory_PaginationLinks {
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding: 0 0 1em 0;
	}
    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%;
    }
}


/* mini cart */
#miniCartWrapper {
	display: block;
    font-size: 14px;
    line-height: 1.3;
    z-index: 20000001;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.33);
    top: 0;
    bottom: 0;
    height: 100%;
    transition: .2s ease-out background-color;
    text-align: center;
    width: 100%;
}
#miniCartContainer {
	box-sizing: border-box;
    padding: 20px;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-top:20vh;
}
#miniCart {
	position: relative;
    padding: 25px 15px;
	background: #f5f5f5;
    margin-top: 21vh;
	max-width: 675px;
    margin: 0 auto;
    box-shadow: 0 10px 15px rgba(0,0,0,0.5);
    border-radius:5px;
}
#miniCartClose {
	font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
    line-height: 55px;
}
#miniCartHeader {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    font-weight:bold;
    font-size:90%;
    text-transform:uppercase;
    color:#00cc00;
}
#miniCartItems {
    display: inline-block;
    width: 59%;
    vertical-align: top;
}
#miniCartDetails {
    display: inline-block;
    vertical-align: top;
    width: 39%;
}
#miniCartItems .miniCartItemRow {
    display: flex;
    align-items: center;
    text-align: left;
}
#miniCartItems .miniCartItemImage {
    flex-grow: 1;
}
#miniCartItems .miniCartItemDetails {
    padding: 10px;
    flex-grow: 99;
    border-right: 1px solid #e5e5e5;
}

#miniCartTotalItems {
    font-weight: bold;
    margin: 10px 20px;
    border-bottom: 1px dotted #e5e5e5;
    padding: 10px 0;
}
#miniCartSubtotal, #miniCartSubtotal strong {
    text-transform: uppercase;
    font-weight:bold;
}
#miniCartCheckout a {
	font-size: 14px;
    margin: 1rem;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
    transition: all 0.05s;
    text-transform: uppercase;
    background: #41a1ec;
    background: -moz-linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    background: -webkit-linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    background: linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    border: 1px solid #1c7dca;
    color: #fff;
    box-sizing: border-box;
}
#miniCartCheckout a:hover {
	background: #0670c5;
    background: -moz-linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
    background: -webkit-linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
    background: linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
	border: 1px solid #1c7dca;
}
#miniCartContinueShopping button {
	background:none;
	border:none;
	color: #0670c5;
	text-transform:uppercase;
	font-size: 12px;
	cursor:pointer;
	outline:none;
}
#miniCartClose button {
	background:none;
	border:none;
	color:#414141;
	font-size:18px;
	cursor:pointer;
	outline:none;
}
.seocart_ProductQuantityInput {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #CCC;
    text-align: center;
    margin-right: 10px;
}
.seocart_Product button.buy, 
.seocart_Subcategory_Item button.buy,
.seocart_SubcategoryProductTable button.buy {
    background-color: #c00;
    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,#f55 0%,#c00 100%);
    border-color: #c00;
}
.seocart_Product button.buy:hover, 
.seocart_Subcategory_Item button.buy:hover,
.seocart_SubcategoryProductTable button.buy:hover {
	background-image: linear-gradient(to bottom,#c00 0%,#f55 100%);
}
.seocart_Subcategory_Item button.buy,
.seocart_SubcategoryProductTable button.buy {
	padding: 5px 15px;
    font-size: 14px;
    margin-top: 15px;
}
.seocart_Product button.buy span:before,
.seocart_Subcategory_Item button.buy span:before,
.seocart_SubcategoryProductTable button.buy span:before {
    content: '\f217';
    font-family: FontAwesome;
    position: relative;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
}
.seocart_Product button.buy.loading span:before,
.seocart_Subcategory_Item button.buy.loading span:before,
.seocart_SubcategoryProductTable button.buy.loading span:before {
	content:'\f1ce';
	-webkit-animation: fa-spin 2s infinite linear;
  	animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media only screen and ( max-width: 710px ) { 
	#miniCartContainer {
		margin-top:3vh;
	}
	#miniCartItems {
		display:block;
		margin:0 auto;
		width:100%;
	}
	#miniCartItems .miniCartItemImage img {
		max-height:100px;
		width:auto;
	}
	#miniCartItems .miniCartItemDetails {
		border-right:none;
	}
	#miniCartDetails {
		width:auto;
	}
}


/* temporarily hide price/buynow for most pages
.seocart_ProductQuantity,
.seocart_PricingContainer,
button.buy{
	display: none !important;
}

.rondavis .seocart_ProductQuantity,
.rondavis .seocart_PricingContainer,
.rondavis1 .seocart_ProductQuantity,
.rondavis1 .seocart_PricingContainer,
.msdignition .seocart_ProductQuantity,
.msdignition .seocart_PricingContainer,
.msdignition1 .seocart_ProductQuantity,
.msdignition1 .seocart_PricingContainer{
	display: block !important;
}
.rondavis button.buy,
.rondavis1 button.buy,
.msdignition button.buy,
.msdignition1 button.buy{
	display: inline-block !important;
}
 */






@media print {
    header.header-wrapper,
    .content-sidebar {
        display:none;
    }
    .content-sitewidth, .isSubcategory .content-sitewidth, .notHomepage.isCMS .content-sitewidth {
        padding:0;
        min-height: none;
    }
    .content-column {
        width:100%;
    }
}