﻿
/* main content area */

.main h1.prod-title {
    font-size: 24px;
    font-weight: bold;
    color: #606060;
    margin: 0 0 4px 0;
    padding: 0;
}
.main h2.model-name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: #303030;
    margin: 10px 0 12px 0;
    padding: 0 0 1px 0;
    text-transform: uppercase;
}
.main .reddish {
    color: #f23105;
    font-family: inherit;
}
.main .price-label {
	font-size:0.8rem;
	font-weight:bold;
	color:#555;
	text-transform:uppercase;
}
.main .price-tag {
	font-size:1.2rem;
	font-weight:bold;
}
.main h3.series-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #4a4a4a;
    margin: 0 0 7px 0;
    padding: 0 0 7px 0;
}

/* breadcrumbs */

.prod-breadcrumbs {
    margin: 0 0 15px 0;
    color: #565656;
}
.prod-breadcrumbs a {
    color: #df0830;
    font-size: 14px;
}
.prod-breadcrumbs a:hover {
    text-decoration: underline;
}
.bread-crumb-divider {
    display: inline;
}
/*.mobile-gallery {
    display: none;
}
#product-fade {
    text-align: right;
    display: block;
}
.detail-model-pic {
    margin: 12px 0 12px 0;
}*/

/* model selector nav */

.model-select-box {
    margin: 0 0 10px 0;
    padding:5px 0 5px 0;
    display:block;
    border-bottom:1px #e5e6e6 solid;
}
#mod-select {
    margin: 0;
    padding: 0 30px 0 0;
    width:auto;
    height: auto;
    border:0 transparent none;
    font-size:15px;
    font-weight:700;
    color:#367c2b;
}

/* print only */
.show-for-print-only {
    display: none;
}

/* primary info */

.social-grey-box h1.series-name{
	font-size:35px;
	font-weight:bold;
	color:#333;
}
.social-grey-box h2.series-name{
	font-size:24px;
	color:#333;
	margin-bottom:8px;
}
.social-grey-box .popups {
    vertical-align: middle;
    display: flex;
    position: relative;
    bottom: 50%;
    transform: translateY(-50%);
}
.social-grey-box .chevron::before {
	border-style: solid;
	border-width: 0.17em 0.17em 0 0;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	top:-1px;
	font-weight:normal;
	position: relative;
	transform: rotate(-45deg);
	vertical-align: middle;
}
.social-grey-box .chevron.rightarrow:before {
	left: 0;
	transform: rotate(45deg);
}
.social-grey-box .chevron.bottomarrow:before {
	top: 0;
	transform: rotate(135deg);
}
.social-grey-box .chevron.leftarrow:before {
	left: 0.25em;
	transform: rotate(-135deg);
}
.social-grey-box .overview-section {
    margin: 0 0 10px 0;
}
.social-grey-box .overview-section ul {
    margin: 0 0;
    padding-left: 20px;
}
.social-grey-box h3.overview-title {
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.social-holder {
    z-index: 0;
    position: relative;
}

/* New Call To Action Section */

.product-detail-call-to-action-section ul.product-detail-button-section-holder{
	border-top:1px #e5e6e6 solid;	
	list-style-type:none;
	list-style-position:inside;
	margin:0;
	padding:10px 0 0 0;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li {
	display:block;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li a{
	font-size:15px;
	color:#367c2b;
	font-weight:700;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li a:hover{
	color:#333;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li a.product-detail-button {
	display:inline-block;
	padding:12px 20px;
	margin:5px 0 20px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
    color: #367c2b;
    border: 2px solid #367c2b;
	text-decoration:none;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li a.product-detail-button:hover{
	background:#367c2b;
	color:#fff;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li a.product-detail-button--primary {
	background:#fdda01;
	color:#333;
	border-color:transparent;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li a.product-detail-button--primary:hover{
	color:#333;
	background:#f1cf00;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li .print-button{
	margin:10px 0 10px 0;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li span.deere-color{
	color:#367c2b;
	font-size:15px;
	font-weight:700;
}
.product-detail-call-to-action-section ul.product-detail-button-section-holder li span.deere-color:hover{
	color:#333;
}
.product-detail-button-section--first-brochure {
	margin-top:10px;
}

/*
.product-overview {
    margin: 10px 0;
    padding: 10px;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.product-overview.unstyled {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 1rem;
}
.product-overview p {
    padding: 0;
    margin-bottom: 14px;
}
.overview-top {
    background: #d6d6d6;
    color: #000;
    font-size: 12px;
    display: block;
    text-indent: 10px;
    padding: 8px 0 8px 0;
}
.overview-box {
    border-left: 1px #d6d6d6 solid;
    border-right: 1px #d6d6d6 solid;
    border-bottom: 1px #d6d6d6 solid;
    padding: 12px;
    line-height: 18px;
    color: #000;
    font-size: 11px;
    display: block;
    min-height: 136px;
    margin: 0 0 10px 0;
}
.overview-box table {
    margin: 0;
    width: 100%;
    table-layout: fixed;
}
.overview-box table tr {
    border-bottom: 1px #ececec dotted;
}
.overview-box table td {
    font-size: 11px;
    padding: 5px;
    margin: 0 0 5px 0;
}
*/

/*
.ProductCategory form#Form_RequestBrochure fieldset #ModelName input{
	background:#e8e8e8;
	border:0;
	padding:5px;
	border:1px solid #bbb;
	box-shadow:inset 0 0 0 rgba(0, 0, 0, 0);
	font-weight:bold;
}
.ProductCategory form#Form_QuoteForm fieldset #ModelName input{
	background:#e8e8e8;
	border:0;
	padding:5px;
	border:1px solid #bbb;
	box-shadow:inset 0 0 0 rgba(0, 0, 0, 0);
	font-weight:bold;
}
*/

/* Tabs */

.info-tabs {
    margin: 0;
	background:#e5e6e6;
}
#modeltabs {
    margin: 0;
    padding: 0;
    background: transparent;
}
#modeltabs:after {
    content: " ";
    display: table;
    clear: both;
    float: none;
}
#modeltabs li {
    list-style-type: none;
    margin: 0 6px 0 0;
    padding: 0;
    float: left;
}
#modeltabs li a {
    display: block;
    color: #367c2b;
    padding: 12px;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    background:#eff0f0;
}
#modeltabs .inactive {
    color: #333;
    border-bottom: 0px;
    background:#e5e6e6;
}

/* tabs content/container */

.container {
    clear: both;
    z-index: 5000;
    min-height: 200px;
    padding: 30px;  
}
.container ul {
    margin: 0;
}
.container ul li {
    margin: 0 0 0 20px;
}
.container table {
    width: 100%;
    color: #000;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #000;
}
.container table td {
    border: 1px #4b4b4b solid;
    padding: 6px;
    text-align: center;
    color: #000;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
    color: #000;
}
.container p {
    color: #000;
}
.container ul {
    color: #000;
    margin: 0;
    padding: 0;
}
.container ol {
    color: #000;
}
.right-arrow {
    float: right;
}

#tab1C {
    overflow:hidden;
    background:#eff0f0;
    color:#000;
    text-align: left !important;
}
#tab2C {
    overflow:hidden;
    background:#fff;
    border:10px #eff0f0 solid;
    color:#000;
}
#tab1C fieldset,
#tab2C fieldset {
    margin: 0px !important;
    padding: 0px !important;
    width: 75%;
}

/* features and accessories toggles */

.mp-features .toggle-expand--title {
	color:#333;
	font-size:18px;
	font-weight:400;
	padding:15px 0 15px 0;
	cursor:pointer;
	border-bottom:1px solid #c2c2c2;
}
.mp-features .toggle-expand--title:before {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 14px;
	color: #367c2b;
	float: left;
	margin-right:10px;
}
.mp-features .toggle-expand--title.active:before {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.mp-features .toggle-expand--content {
	display:none;
    padding: 0 13px;
}

/* tableizer */

.tableizer-table {
    width: 100%;
}
.stacktable {
    width: 100%;
}
.stacktable th {
    background: black;
    color: white;
    font-weight: bold;
}
.st-head-row {
    padding-top: 1em;
}
.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
}
.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}
.st-val {
    width: 49%;
    padding-left: 1%;
}

/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table;
}
.stacktable.small-only {
    display: none;
}
.container > table {
    width: 100%;
}
.container > table tr td {
    border: 1px solid #333;
    padding: 5px;
}
.container > table tr td:first-child {
    font-weight: bold;
}
.productbanner {
    position: relative;
    height: 154px;
    overflow: hidden;
}
.productbanner ul {
    margin: 0;
    padding: 0;
}
.productbanner li {
    list-style: none;
}
.productbanner ul li {
    float: left;
}
/*
.productacc-content {
    border-left: thin silver dashed;
    border-right: thin silver dashed;
    border-bottom: thin silver dashed;
}
*/

/* success message */

.success-script {
    padding: 20px;
    background-color: #f8f792;
    border: 2px #f8f66d solid;
    margin: 30px 0 30px 0;
}
#success-script {
    margin-bottom: 10px;
}


/* Forms */

#Form_QuoteForm label,
#Form_FriendForm label {
    display: block;
    width: 100%;
    color: #000;
}
#Form_QuoteForm input,
#Form_QuoteForm textarea,
#Form_FriendForm input,
#Form_FriendForm textarea {
    display: block;
    clear: both;
}
#Form_QuoteForm_action_SendQuoteForm,
#Form_FriendForm_action_SendFriendForm {
	background: #fdda01;
	color: #333;
	font-weight:bold;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 12px 25px;
    text-align:center;
}
#Form_QuoteForm_action_SendQuoteForm:hover,
#Form_FriendForm_action_SendFriendForm:hover {
	background: #f1cf00;
}

/* generic form mods */

form p.message.error {
    background-color: #FFC9C9;
    margin-bottom: 10px;
    padding: 8px 12px;
    color: #8E0000;
}
input.text,
input.title {
    padding: 5px;
}

/* trade in form section */

#trades {
    margin: 12px 0 12px 0;
}
#trades label {
    margin: 0 0 6px 0;
    font-weight: bold;
    background: #eaeaea;
    padding: 10px;
    color: #092954 !important;
}
#quoteform-tradein-fields {
    background: #eaeaea;
    border: thin gray dashed;
    padding: 20px;
    margin: 0 0 20px 0;
}
#Form_QuoteForm_trades {
    display: block !important;
    margin: 0;
    padding: 0;
}
#Form_QuoteForm_trades li {
    display: inline-block !important;
    clear: none !important;
    vertical-align: top !important;
    line-height: normal !important;
    margin: 0 16px 0 0 !important;
}
#Form_QuoteForm_trades li input {
    float: left !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top !important;
    line-height: normal !important;
    background: transparent !important;
}
#Form_QuoteForm_trades li label {
    float: left !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top !important;
    line-height: normal !important;
    font-weight: normal !important;
    background: transparent !important;
}
/* end trade in form section */


/* Loan Calculator */

.loan-calculator form#loan-calculator input.details-calculate-button, .loan-calculator form#loan-calculator input.details-reset-button {
	background: #fdda01;
	color: #333;
	font-weight:bold;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 12px 25px;
    text-align:center;
    border:0 transparent none;
}
.loan-calculator form#loan-calculator input.details-calculate-button:hover, .loan-calculator form#loan-calculator input.details-reset-button:hover {
	background:#f1cf00;
}

.attach-btn {
    margin: 20px 0 0 0;
}
#attach-link {
    color: #188728;
    font-size: 16px;
    text-decoration: none;
    margin: 20px 0 0 0;
}
#attach-link:hover {
    text-decoration: underline;
}
span.reddish {
    color: #e31e0a;
}


/* add to cart*/

#customcart-notification {
    display: none;
    margin-top: 10px;
    padding: 3px 15px 3px 35px;
    color: #333;
    background: transparent url('../images/loader.gif') left center no-repeat;
    border-radius: 5px;
    transition: background 300ms ease-out;
}
#customcart-notification.success {
    padding-left: 15px;
    background-image: none;
    background-color: #b6e0b6;
}
.cart-func {
    overflow: hidden;
    text-align: center
}
.cart-func label {
    display: inline-block;
    height: 38px;
    margin: 0 0.4rem 0 0.4rem;
    line-height: 38px;
    font-weight: bold;
}
.cart-func input {
    display: block;
    height: 38px;
}
.cart-func .cart-qty {
    display: inline-block;
    margin: 0 0.4rem 0 0.4rem;
    vertical-align: bottom;
    overflow: hidden;
}
.cart-func .cart-qty input {
    float: left;
    width: 50px;
    margin: 0;
}
.cart-qty-controller {
    float: left;
    height: 38px;
    margin: 0;
}
.cart-qty-controller .cart-inc-qty,
.cart-qty-controller .cart-dec-qty {
    display: block;
    width: 19px;
    height: 19px;
    background-color: #e4e1e1;
    background-image: url('../images/qty-arrows.png');
    background-repeat: no-repeat;
}
.cart-qty-controller .cart-inc-qty {
    background-position: 0 center;
    border-bottom: 1px solid #cecdcd;
}
.cart-qty-controller .cart-dec-qty {
    background-position: -19px center;
    border-top: 1px solid #cecdcd;
}
.cart-qty-controller .cart-inc-qty:hover,
.cart-qty-controller .cart-dec-qty:hover {
    background-color: #aaa;
    border-color: #aaa;
}
.cart-func input.americart-add {
    display: block;
    width: 100%;
    padding: 5px 15px;
    margin: 1rem 0 0 0;
    border: 0;
    outline: 0;
    background-color: #105ea8;
    color: #FFF;
    transition: background-color 300ms ease-out;
}
.cart-func input.americart-add:hover {
    background-color: #000;
}

/*
.main-back-button {
	white-space:nowrap;
}
.store-details h3.product-name {
    width: 100%;
    border-bottom: thin #d9d9d9 solid;
    margin: 0 0 18px 0;
    padding: 4px 0 12px 0;
    font-size: 24px;
    color: #3f3f3f;
}
.store-details .store-item-price span.store-item-price__option__value {
    font-size: 26px;
    color: #e71724;
}
*/

/* pic holder thumbnail gallery */
#gallery_01 img,
#gallery_03 img {
    border: 2px solid white;
}
#gallery_01 div,
#gallery_03 div {
    float: left;
    background: white;
}
#gallery_01,
#gallery_03 {
    margin: 0 0 10px 0;
    overflow: hidden;
}

/*Change the colour*/
.active img {
    border: 2px solid #cecece !important;
}

/* pic holder */
.large-pic-holder {
    margin: 0 auto 10px auto;
    position: relative;
}
.large-pic-holder img {
    max-width: 100%;
}

/* read more overview */
.mp-read-more--shortened {
	max-height:100px;
	overflow:hidden;
}
.mp-read-more-trigger {
	font-size:12px;
	display:block;
	margin:0 0 12px 0;
}

/* Specs and Compare */
#specs-compare-header { border-bottom: 3px solid transparent; }
#specs-compare-header > table { margin-bottom:0; }
#specs-compare-header th { font-weight:normal; }
#specs-compare-header td { position:relative; }
.is-sticky #specs-compare-header { border-color: #eff0f0; z-index: 9999 !important; }
#specs-compare-header a.close { position:absolute; top:0; right:8px; font-size:12px; }
#specs-compare-header a.close:focus { outline:none; }
.specs-compare-header__model { font-weight:bold; }
.compare-picker__options {
    padding: 0.75rem 0.5rem;
    height: 3rem;
    background-color: #fdda01;
    font-weight: bold;
    font-size: 0.9rem;
    border: 0;
}
.compare-picker__title { font-size: 14px; font-weight: bold; text-transform: uppercase; }
#specs-compare-header-message { display:none; }
.default-col-label-spacer { height:1rem; }
.default-col-label, .default-col-label-spacer { display:none; }
.compare-compact .default-col-label, .compare-compact .default-col-label-spacer { display:block; }
.compare-compact #specs-compare-header-message { display:block; }
.compare-compact .table-container tr th { display:none; }

/* End Specs and Compare */

/* media queries */
/*@media only screen and (max-width: 1200px) {
    .product-variants__options a {
        margin-left: 6px;
        padding: 4px 14px 4px 14px;
    }
}*/
@media only screen and (max-width: 1024px) {
    .social-grey-box a.calculator-btn {
        width: 100%;
    }
    .social-grey-box a.product-quote-btn {
        width: 100%;
    }
    .social-grey-box a.product-friend-btn {
        width: 100%;
    }
    .social-grey-box a.calculator-btn {
        margin: 0 0 10px 0;
    }
    .social-grey-box a.product-quote-btn {
        margin: 0 0 10px 0;
    }
    .social-grey-box a.product-friend-btn {
        margin: 0 0 10px 0;
    }
    #mod-select {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
    .stacktable th {
        background: transparent;
        color: black;
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    .container > table tr td {
        display: block;
		width:auto !important;
        border-bottom: none;
    }
}
@media only screen and (max-width: 768px) {
    .cart-func input.customcart-add {
        border-radius: 0px;
    }
}
@media only screen and (min-width: 25.9375em) {
    .cart-func {
        text-align: left;
    }
    .cart-func.right-align {
        text-align: right;
    }
    .cart-func input.americart-add {
        display: inline-block;
        width: auto;
        margin: 0 0.4rem;
    }
}
@media (max-width: 599px) {
    .prod-breadcrumbs {
        display: none;
    }
}
@media only screen and (max-width: 580px) {
    #modeltabs li {
        margin: 0 !important;
        float: none !important;
    }
    #modeltabs li a {
        width: 100% !important;
        padding: 5px 10px 5px 10px !important;
    }
    /*.view-switcher {
        width: auto;
    }*/
    #tab1C fieldset,
    #tab2C fieldset,
    #tab3C fieldset,
    #tab4C fieldset {
        width: 100%;
    } 
}

