/* wk case id 02221605 */
#ProductDetails .ProductTinyImageList {
width: 370px !important;
}
/* wk end case id 02221605 */

.SubCategoryListGrid {
   border-bottom: 1px solid #d6d6d6;
   margin: 47px 0 0 0;
}
#CategoryHeading > div > div > ul {
   width: 110%
}


.PageMenu .SideCategoryListFlyout li .hideMeAlways{
   display:none!important;
}

#CategoryHeading > h1 {
        margin: -34px 0 0 0;
}

.page{
   padding-top:64px;
}

.ProductList{
font-size:0;
}

.ProductList li{
font-size:14px;
}

@media screen and (max-width: 1420px) {
    .SubCategoryListGrid > ul li {
    display: inline-block;
    margin: 0px 20px 20px 0px;
    vertical-align: bottom;
    text-align: center;
    width: 150px;
}
}
@media screen and (max-width: 1025px) {
#CategoryHeading > div > div > ul {
   width: 110%;
}
}
@media screen and (max-width: 1025px) {
.SubCategoryListGrid > ul li {
    display: inline-block;
    margin: 0px 20px 20px 0px;
    vertical-align: bottom;
    text-align: center;
    width: 130px;
}
}

@media screen and (max-width: 958px) {
    #CategoryHeading > div > div > ul {
   width: 110%;
}
.SubCategoryListGrid > ul li {
    display: inline-block;
    margin: 0px 20px 20px 0px;
    vertical-align: bottom;
    text-align: center;
    width: 120px;
}}

@media screen and (max-width: 870px) {
        #CategoryHeading > div > div > ul {
   width: 110%;
}
.SubCategoryListGrid > ul li {
    display: inline-block;
    width: 110px !important;
}}
@media screen and (max-width: 825px) {
        #CategoryHeading > div > div > ul {
   width: 110%;
    font-size:13px;
    margin-left: 10%;
}
.SubCategoryListGrid > ul li {
    display: inline-block;
    width: 100px !important;
}
#CategoryHeading > h1 {
    margin: -24px 0px 0px;
}
    }
@media screen and (max-width: 825px) {
        #CategoryHeading > div > div > ul {
   display:none;
}
.SubCategoryListGrid > ul li {
    display:none;
}
#CategoryHeading > h1 {
    margin: -24px 0px 0px;
    display: none;
}
    }
/*end of Cortni's work */


.DetailRow .ProductPrice {
    font-size: 30px;
    font-weight: 700;
}

/* trade-in page */

.tradein-img-container {
    position:relative;
    min-height:50px;
}


.tradein-img-container img{
    display:block;
}

.tradein-img-container ul.tabs {
    bottom:0;
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    position:absolute;
    top:auto;
    bottom:6px;
    z-index:1;
}

ul.tabs li {
    color: #000;
    display: inline-block;
    /*padding: 10px 15px;*/
    cursor: pointer;
    position: relative;
    padding: 1.5em 5em 0.83em 2em;
    /*color: black;*/
    text-decoration: none;
    margin: 0;
    /*width:200px;*/
    background:none;
    border:none;
    text-transform: uppercase;
    z-index:5;
}

ul.tabs li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-bottom: none;
    background-color: white;
    border: 1px solid black;
    transform: perspective(8px) rotateX(2deg);
    transform-origin: bottom left;
    -webkit-transform: perspective(8px) rotateX(2deg);
    -webkit-transform-origin: bottom left;
    -ms-transform: perspective(8px) rotateX(2deg);
    -ms-transform-origin: bottom left;
}

ul.tabs li.current:before {
    background-color:#BF2932;
}

ul.tabs li.current{
    color:#fff;
}

.tab-content{
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tab-content.current{
    display: inherit;
}

.form-wrap {
    padding-top:15px;
}

.form-wrap .left-side {
    float:left;
    width:35%;
    text-align:justify;
}

.form-wrap .right-side {
    float:left;
    width:62%;
    margin-left:3%;
}

.form-wrap .right-side h3 {
    color: #BF2932;
}

#get-started-form .clear input {
    display: inline-block;
    width: 100%;
    position: relative;
    /*top: -3em;*/
    top:2px;
}

#get-started-form .clear div.selector {
    top:2px;
}

#get-started-form .clear label {
    display: inline-block;
    width: 20em;
    margin-right: .5em;
    /*padding-top: 1.5em;*/
    margin-bottom: 1em;
}

#get-started-form .clear label {
    width: 40%;
}

.form-wrap .right-side button,
.form-wrap input[type="submit"] {
    color: white;
    position: relative;
    display:block;
    margin:10px auto 0;
    padding: 20px 80px;
    background-color: #BF2932;
    border: 0;
    font-size:20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; /*cursor: hand;*/
}

.form-wrap #get-started .right-side button {
    left: 8em;
}

/* trade in request */

.tsection .col1 {
    padding-right: 30px;
}

.tsubsection {
    padding-bottom: 20px;
}

.tsubsection div div {
    padding-right: 10px;
}

.tsection {
    padding-bottom: 20px;
}

.tsection, .tsectionlast {
    border-color: #000000;
    border-style: solid;
    padding: 20px;
}
.tsection {
    border-width: 1px 1px 0;
}
.tsectionlast {
    border-width: 1px;
}
.tsubsection {
    width: 620px;
}
.tsection h2, .tsection h3 {
    border:0 !important;
    text-transform:none;
}
.smallgraytext {
    color: #666666;
    font-size: 12px;
}
.col1 {
    width: 210px;
}
.col2 {
    /*width: 630px;*/
    width:auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*.clear {
    clear: both;
}*/
.tred {
    color: #FF0000;
}
.tbold {
    font-weight: bold;
}
.above {
    display: inline-block;
    position: relative;
}
.below {
    display: inline-block;
    padding-top: 4px;
}
.t50 {
    width: 50px;
}
.t75 {
    width: 75px;
}
.t100 {
    width: 100px;
}
.t125 {
    width: 125px;
}
.t150 {
    width: 150px;
}
.t200 {
    width: 200px;
}
.l5 {
    padding-left: 5px;
}
.r10 {
    padding-right: 10px;
}
.r15 {
    padding-right: 15px;
}
.r20 {
    padding-right: 20px;
}
.tp10 {
    padding-top: 10px;
}
.tp20 {
    padding-top: 20px;
}
.tfont14 {
    font-size: 14px;
}

/* financing */

.tifiheader{
    background:transparent url(https://cdn3.bigcommerce.com/s-m0s28s/product_images/uploaded_images/tifi-details-lp-top-bg.jpg) center no-repeat;
    background-size:cover;
    /*width:100%;
    height:207px;*/
    padding:1px;
}

.tifilogo{
    float:left;
    width:161px;
    height:148px;
    border:none;
    padding:27px 47px;
}

.tifiheadercont{
    border:2px solid #fff;
    /*float:left;*/
    /*width:688px;*/
    /*height:176px;*/
    margin:13px 13px 13px 255px;
}

.tifiheadertext{
    color:#fff;
    font-size:16px;
    line-height:30px;
    margin:0;
    padding:10px;
}

.tificontent{
    background-color:#fff;
    color:#000;font-size:11px;
    line-height:17px;
    padding:23px 0;
}

.tificontent h2 {
    line-height:1;
}

.tifileft{
    /*width:449px;*/
    width:49%;
    float:left;
    border-right:2px solid gray;
}

.tifileft div{
    padding:10px 20px 10px 0;
}

.tifiright{
    /*width:449px;*/
    width:50%;
    float:left;
}

.tifiright div{
    padding:10px 0 10px 20px;
}

.tififooter{
    background:transparent url(https://cdn3.bigcommerce.com/s-m0s28s/product_images/uploaded_images/tifi-details-lp-top-bg.jpg) center no-repeat;
    background-size:cover;
    width:auto;
    /*height:159px;*/
    height:auto;
    color:#fff;
    padding:25px;
    font-size: 13px;
    line-height: 24px;
}

.tifi_red{
    color:#e22428;
}

.tifilink{
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

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



.tabs ul.tabNavigation {
   padding: 0;
   margin: 0 0 15px;
   border-bottom: 3px solid #a61c00;
}
.tabs ul.tabNavigation::after{
   content:'';
   display:block;
   clear:both;
}
.tabs ul.tabNavigation > li {
   float: left;
   list-style: none;
}
.tabs ul.tabNavigation > li > a {
   padding: 10px 15px;
   display:block;
}
.tabs ul.tabNavigation > li > a.selected {
   background:#a61c00;
   color:#fff;
}
div.tabs h2.subtitle {display: none;}
@media screen and (min-width: 768px) {

.PrimaryProductDetails .ProductMain {
    padding-top:116px;
}

.PrimaryProductDetails .ProductMain > .ProductDetailsGrid {
    position:fixed;
    top:65px;
    padding-top:15px;
    width:431px;
    z-index:98;
    background:#fff;
    border-bottom:2px solid #dfdfdf;
}

.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price {
    margin-bottom: 10px;
}

.productAddToCartRight {
    border-top:0;
}

}

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

.form-wrap .left-side,
.form-wrap .right-side {
    float:none;
    width:100%;
}

.form-wrap .right-side {
    margin:30px 0;
}

.tsection .col1 {
    width:100%;
}

.tsubsection {
    width:100%;
}

ul.tabs {
    bottom:5px;
}

ul.tabs li {
    padding: 1.5em 2.2em 0.83em 1em;
}

}

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

ul.tabs {
        position:static;
    margin-top: 17px;
    margin-bottom: 6px;
}

ul.tabs li {
        display:block;
    left:0 !important;
        padding-top:1em;
    margin-bottom:-1px;
}

ul.tabs li:before {
    transform: none;
    -webkit-transform: none;
    -ms-transform:  none;
}

}

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

.left {
        float:none;
}

.form-wrap .fixedWidth {
    width:100% !important;
}

/*.PrimaryProductDetails .ProductMain {
    padding-top:0;
}

.PrimaryProductDetails .ProductMain > .ProductDetailsGrid {
    position:static;
    width:auto;
    z-index:98;
    background:none;
    border-bottom:none;
}*/

.tifiheader, .tififooter {
    background:#2b2e33;
}

.tifilogo {
    display: block;
    margin: 0 auto;
    float:none;
}

.tifiheadercont {
    margin-left:13px;
}

.tifileft, .tifiright {
    width:auto;
    float:none;
}

.tifileft {
    border-right:0;
    border-bottom:2px solid gray;
    margin-bottom:20px;
}

.tifiright div {
    padding:0;
}

}

table.small-padding-cells tbody tr td{
    padding:20px 5px;
}

#pricePerMonth,
.priceInfoText{
    display:block;
    margin-top:10px;
}

#pricePerMonth{
    float:left;
}

.priceInfoText{
    margin-bottom: 10px;
}

.financingLink{
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 1px;
    padding: 7px 15px;
    float:left;
    -webkit-transition:color 0.2s ease-in, background-color 0.2s ease-in;
    -moz-transition:color 0.2s ease-in, background-color 0.2s ease-in;
    transition:color 0.2s ease-in, background-color 0.2s ease-in;
}

.financingLink:hover {
    background: #a61c00 none repeat scroll 0 0;
    color: #fff;
}

.big-button{
    background-color: #bf2932;
    border: 0 none;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 20px 80px;
    position: relative;
    text-transform: uppercase;
}

.center-big-button{
    text-align:center;
}