﻿/****************************************************************************
  Logo Text
 ***************************************************************************/
.header .logo strong.hide-me { position: absolute; top: -999em; left: -999em; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
.header .logo strong.dont-hide-me { position: initial; width: auto; height: auto; font-size: 30pt; line-height: 35pt; display: block; padding: 20px 0 0 0; margin: 0; }
/****************************************************************************
  Product Name
 ***************************************************************************/
#shopping-cart-table .product-name,
.block-content .product-name { text-transform: capitalize; }
/****************************************************************************
  Product shipping
 ***************************************************************************/
.product-view .shipping h3 {
	border-bottom:2px solid #3A3A3A;
	font-size:17px;
	line-height:24px;
	color:#3a3a3a;
	text-transform:uppercase;
	padding: 0 0 8px;
	margin:0 0 15px;
}
.product-view .shipping .form-list .input-box {width:auto;}
.product-view .shipping p { font-size:13px; line-height:16px; margin-bottom:12px; text-transform:uppercase; }
.product-view .shipping label {display:block; font-size:12px; line-height:normal; margin-bottom:0px; font-weight:bold;}
.product-view .shipping .form-list li {margin-bottom:7px;}
.product-view .shipping .form-list li input {width:100%;}
.product-view .shipping .form-list li select {width:100%;}
.product-view .shipping .buttons-set{ margin-top:0; padding-top:15px; padding-bottom:10px;}
/****************************************************************************
  Product SKU
 ***************************************************************************/
.product-view .sku .label {
    font-weight: bold;
    color: #3a3a3a;
}

.breadcrumbs .no-indent {
    margin: 0;
}
.price-box .regular-price {
    white-space:nowrap;
}

/****************************************************************************
  Product Review 
 ***************************************************************************/
.review-usefulness {
    display: block;
}
.review-usefulness.please-wait {
    /* float: left; */
}
.review-usefulness-buttons {
    padding-top: 5px;
    font-style:italic;
}
.review-usefulness-buttons > span {
    margin-right: 15px;
}
.review-usefulness-buttons button.button span span {
    padding: 0 20px;
}

/****************************************************************************
  AddThis 
 ***************************************************************************/
.add-this {
}
.product-add-this {
}

/****************************************************************************
  Fitment Table 
 ***************************************************************************/
.fitments {
    width: 100%;
}
.fitments th,
.fitments td {
    padding: 0px 3px;
}
.fitments th {
    font-weight: bold;
}
.fitments .odd {
    background-color: #ccc;
}
.fitments .even {
    background-color: #fff;
}

/****************************************************************************
  Custom Specifics Table
 ***************************************************************************/
.customspecifics {
    width: 100%;
}
.customspecifics th,
.customspecifics td {
    padding: 0px 3px;
}
.customspecifics th {
    font-weight: bold;
}

/****************************************************************************
  Classification Table
 ***************************************************************************/
.classifications {
    width: 100%;
}
.classifications th,
.classifications td {
    padding: 0px 3px;
}
.classifications th {
    font-weight: bold;
    width:30%;
}

.customspecifics td {
    width:70%;
}

/****************************************************************************
  MAF Search Box 
 ***************************************************************************/
.block-maf-search {
    /*background-image: url('../images/maf/block-progress-bg-3.gif');
    background-clip: content-box;
    background-size: 100%;
    border-radius: 5px;*/ 
    border: 1px; 
    padding-bottom: 0;
    margin-bottom: 25px;
}
/*.block-maf-search.progress,*/ 
.block-maf-search.searching .block-content {
    background-color: #ccc;
    /*background-image: url('../images/maf/block-progress-bg.gif');
    background-position:center center;*/
}
.block-maf-search .maf-form {
    text-align: center;
}
.block-maf-search .block-title {
    margin-bottom: 0 !important;
}
.block-maf-search .block-content {
    background-color: #b90100;
    padding-top: 25px ;
    padding-bottom: 12px;
}
.block-maf-search select {
    margin-bottom: 5px;
    width: 80%;
}
.block-maf-search select[disabled] {
    color: #ccc;
}
.block-maf-search select.searching {
    background-image:url('../images/maf/progress-2.gif');
    background-repeat: repeat-x;
}
.block-maf-search .clear-filter {
    text-align: right;
    padding-top: 10px;
    margin-right: 25px;
}
.block-maf-search .clear-filter a {
    color: white;
}

/****************************************************************************
  Checkout 
 ***************************************************************************/
.signup-for-newsletter {
	padding-bottom: 15px;
}

/****************************************************************************
  Shipping Calculator Table
 ***************************************************************************/
.shippingcosts {
    color:#000;
}

.shippingcosts th{
    border-right: 20px solid #fff;
    letter-spacing: 0.1px;
    font-weight:bold;
    font-size:13px;
}

.shippingcosts td {
    border-right: 20px solid #fff;
    letter-spacing: 0.1px;
}

/****************************************************************************
  Common
 ***************************************************************************/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
.main-container label {font-weight: normal;}
.page .label {
	color: inherit;
	font-size: 100%;
	border-radius: 0;
	display: inline-block;
	text-align: left;
	white-space:normal;
	line-height: normal;
}
.main-container .data-table .label {display: table-cell;}
.main-container .radio, .main-container .checkbox {display: inline-block; margin-top: 0;}
@media (min-width: 1200px) { 
   .container {
    max-width: 1200px;
    width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
    span.toggle {display: none;}
    .footer-col-content,
    .block .block-content,
    .box-collateral-content {
      height: 100% !important;
      display: block !important;
      opacity: 1!important;
    }
}

.paypal-or {
    clear: right;
}

/****************************************************************************
  Discount Box On Checkout
 ***************************************************************************/
#sidebar-discount .discount h2 {
    border-bottom: 2px solid #3A3A3A;
    font-size: 17px;
    line-height: 24px;
    color: #3a3a3a;
    text-transform: uppercase;
    padding: 0 0 8px;
    margin: 0 0 15px;
}

#sidebar-discount .discount .button {
    float: initial;
}

#sidebar-discount .discount-form label {
    margin-bottom: 16px;
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}


/****************************************************************************
  Fitmetns
 ***************************************************************************/
.fitments th {
    font-weight: bold;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.fitments td {
    padding-right: 15px;
}

table.fitments tr:nth-child(even) {
    background: #dedcdc;
}