.tu-hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 515px;
    width: 100%;
    position: absolute;
    top: 0;
}

.tu-block-title {
    font-size: 36px;
    font-family: 'ProximaNova', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
}

.tu-content .tu-block-title {
    margin-top: 26px;
}

.tu-block-sub-title {
    font-family: 'ProximaNova', Arial, sans-serif;
    font-size: 18px;
    margin: 10px 0 18px;
}

.tu-header .tu-content {
    position: relative;
    margin-top: 179px;
}

.tu-content {
    max-width: 966px;
    padding: 57px 20px;
    margin: 0 auto;
    text-align: center;
}

.tu-content .desc {
    font-family: 'ProximaNova', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
}

.tu-error-msg {
	color: #d60000;
}

.tu-content .product-price {
    margin: 40px 0;
}

.tu-content .price-standard {
    color: #ff0000;
    text-decoration: line-through;
}

.tu-content .price-standard .ps {
    color: #666;
    font-size: 18px;
    font-family: 'ProximaNova', Arial, sans-serif;
}

.tu-content .price-sales {
    color: #191919;
    font-size: 18px;
    font-family: 'ProximaNova', Arial, sans-serif;
    font-weight: 700;
    margin: 40px 0;
}

.tu-hiw {
    background-color: #eeeeee;
}

.tu-hiw .tu-content {
    padding: 50px 20px 30px;
}

.tu-content .hiw-steps {
    display: inline-flex;
    -webkit-display: inline-flex;
    margin-top: 40px;
    padding: 0;
}

.tu-content .hiw-step {
    list-style: none;
    width: 100%;
}

.tu-content .double-chevron {
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin-top: 50px;
}

.tu-content .hiw-arrow {
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: contain;
    width: 45px;
    min-width: 45px;
    margin: 0 20px;
    list-style: none;
}

.tu-content .hiw-step .sub-title {
    font-size: 24px;
    font-family: 'ProximaNova', Arial, sans-serif;
    font-weight: 700;
    color: #666;
    margin-top: 34px;
    margin-bottom: 19px;
}

.tu-next-steps .hiw-steps {
    width: 100%;
}

.tu-next-steps .hiw-step {
    max-width: 50%;
    width: 100%;
}

.tu-products .product-listing {
    margin-top: 40px;
}

.tu-products .product-listing:after {
    content: '';
    display: block;
    clear: both;
}

.tu-products .tu-product {
    float: left;
    width: calc(50% - 25px);
    height: 470px;
    border: 6px solid #dddcdc;
    margin-right: 25px;
    padding-top: 46px;
}

.tu-products .tu-product:nth-child(2n) {
    margin-right: 0;
}

.tu-products img {
    height: 166px;
}

.tu-products .product-listing-details a {
    font-size: 32px;
    font-family: 'ProximaNova', Arial, sans-serif;
	font-weight: 700;
    color: #333;
}

.tu-products .select-tu {
    display: inline-block;
    position: relative;
    border: 4px solid #999;
    border-radius: 40px;
    width: 30px;
    height: 30px;
}

.tu-products .upsell-checkmark {
    display: none;
    width: 14px;
    height: 7px;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    top: 7px;
    left: 6px;
}

.tu-products .select-tu-product {
    display: inline-flex;
    -webkit-display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tu-products .select-tu-product .txt {
    font-size: 16px;
    font-family: 'ProximaNova', Arial, sans-serif;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    position: relative;
    left: 10px;
    top: 11px;
}

.tu-products .select-tu-product.selected .upsell-checkmark {
    display: block;
}

.tu-products .select-tu-product.selected .txt {
    color: #009fdf;
}

.tu-content .trade-up-checkout {
    background-color: #009fdf;
    width: 188px;
    height: 63px;
    color: #fff;
    font-size: 14px;
    font-family: 'ProximaNova', Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 29px auto 0;
}

.tu-content .trade-up-checkout:hover {
    background-color: #17bcff;
    color: #fff;
}

.tu-terms {
    color: #999;
    font-size: 16px;
}

.tu-terms .tu-content {
    padding: 44px 20px;
}

.tu-content .trade-up-faq-url {
    font-size: 17px;
    font-family: 'ProximaNova', Arial, sans-serif;
    margin-top: 30px;
    display: inline-block;
}

.not-us .tu-content {
    padding-bottom: 0;
}

.not-us .trade-up-checkout {
    margin-top: 40px;
}

/* For Mobile */
@media only screen and (max-width: 668px) {
    .tu-header .tu-content {
       margin-top: 0px !important;
       padding-top: 0px !important;
    }
    .tu-content .tu-block-title {
    	font-size: 32px;
    	line-height: 34px;
    }
	.tu-header .tu-content .cameraImg{
       margin-top: -100px;
    }
    .tu-hero-image {
        height: 500px;
        background-position: -234px 0;
    }

    .tu-products .tu-product {
        width: calc(100% - 12px);
        float: none;
        margin-bottom: 30px;
    }

    .tu-content .hiw-steps {
        display: block;
    }
    
    .tu-next-steps .hiw-step {
	    max-width: none;
	    width: 100%;
	}

    .tu-content .hiw-arrow {
        background-image: url('../images/arrow-down-blue.png') !important;
        width: 25px;
        height: 45px;
        margin: 40px auto;
        background-position: center;
    }
    .tu-hero-image{
    	display: none;
    }
    .tu-hero-image-mobile {
    	height: 495px;
    	background-repeat: no-repeat;
    	background-size: cover;
    }
}

/* For Ipad */

@media only screen and (min-width: 669px) and (max-width: 1024px) {
	.tu-hero-image{
		height: 300px;
	}
	.tu-header .tu-content .cameraImg{
       margin-top: -80px;
    }
    .tu-content .makeTrade {
    	display: -webkit-inline-box;
    }
}
