/* START WEBFONT DECLARATIONS */
@font-face {
    font-family: Futura;
    src: url('/ns/css/fonts/Futura/FuturaStd-Book.eot'); /* IE9 Compat Modes */
    src: url('/ns/css/fonts/Futura/FuturaStd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/ns/css/fonts/Futura/FuturaStd-Book.svg#Futura') format('svg'), /* Legacy iOS */
    url('/ns/css/fonts/Futura/FuturaStd-Book.woff') format('woff'), /* Modern Browsers */
    url('/ns/css/fonts/Futura/FuturaStd-Book.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Futura;
    src: url('/ns/css/fonts/Futura/FuturaStd-Bold.eot'); /* IE9 Compat Modes */
    src: url('/ns/css/fonts/Futura/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/ns/css/fonts/Futura/FuturaStd-Bold.svg#Futura') format('svg'), /* Legacy iOS */
    url('/ns/css/fonts/Futura/FuturaStd-Bold.woff') format('woff'), /* Modern Browsers */
    url('/ns/css/fonts/Futura/FuturaStd-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Futura;
    src: url('/ns/css/fonts/Futura/FuturaStd-BookOblique.eot'); /* IE9 Compat Modes */
    src: url('/ns/css/fonts/Futura/FuturaStd-BookOblique.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/ns/css/fonts/Futura/FuturaStd-BookOblique.svg#Futura') format('svg'), /* Legacy iOS */
    url('/ns/css/fonts/Futura/FuturaStd-BookOblique.woff') format('woff'), /* Modern Browsers */
    url('/ns/css/fonts/Futura/FuturaStd-BookOblique.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: italic;
}
/* END WEBFONT DECLARATIONS */
#body {
    padding-top: 60px !important;
    font-family: Futura, arial, sans-serif;
    font-size: 14px;
    color: #666;
}
*:focus {
    outline: none;
}
font {
    font-family: Futura, arial, sans-serif;
}
img[src=""] {
    display: none !important;
}
p {
    font-size: 14px;
}
#wrapper {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100% !important;
    min-width: 533px;
    max-width: 1920px;
}

input[type="text"], input[type="url"], input[type="number"], input[type="tel"], input[type="password"], input[type="email"], select {
    font-family: Futura, arial, sans-serif;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid #C7C7C7;
    color: #666;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 5px 0;
}
textarea {
    border: 1px solid #c7c7c7 !important;
    color: #000;
    max-width: 100%;
    padding: 0 10px;
    margin: 10px 0;
    font-weight: normal;
    border-radius: 3px;
    box-sizing: border-box;
}
select {
    background-color: #e0e0e0;
    background-image: url('/ns/common/champssports/images/title-arrows-grey-40x26.png');
    background-position: 96% center;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 10px;
    background: #e0e0e0\9;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-right: 0px\9;
    border: 1px solid #C7C7C7;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-indent: .01px;
    text-overflow: '';
    vertical-align: middle;
}
select::-ms-expand {
    display: none;
}
select:focus {
    outline: none;
}
select option {
    background: #fff;
    border: 1px solid #c7c7c7;
    -webkit-appearance: none;
    color: #666;
}
select[name="txtBirthdateMM"], select[name="txtBirthdateDD"], select[name="txtBirthdateYY"] {
    width: auto;
}
#checkout_page .left_column {
    padding: 5px 0;
}
#checkout_page label {
    line-height: 14px;
}
#promo_container {
    width: 100%;
    overflow: hidden;
}
.fullWidthTable {
    width: 100%;
}
.fade {
	background: #000;
	opacity: 0.7;
	position: absolute;
	z-index: 999;	
}
.scroll-down-circle {
    position: absolute;
    top: -23px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 23px;
    cursor: pointer;
    background: url(/ns/common/champssports/images/title-arrows-grey-40x26.png) center no-repeat;
    background-size: 50% auto;
    background-color: #e0e0e0;
}
.scroll-down-circle.black {
    background: url(/ns/common/champssports/images/title-arrows-40x26.png) center no-repeat;
    background-size: 50% auto;
    background-color: #000;
}
[data-btnname="checkout"]:before {
    content: 'CHECKOUT';
}
.checkout_btn, .paypal_cart_btn {
    display: inline-block;
    float:right;
    text-align: right;
    padding: 10px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.paypal_cart_btn {
    position:relative;
    padding:0;
    margin:13px 32px 0 0;
}
.paypal_cart_btn:after {
    content: 'OR';
    position:absolute;
    top:10px;
    right:-35px;
}
.checkout_btn [data-btnname*="_checkout"], #cart_estimator_form [data-btnname*="_calculate"]  {
    background: #b2906a;
    color: #FFF;
    border: 1px solid #997C5C;
}
.en #cart_estimator_form [data-btnname*="_calculate"]:before {
    content:"Calculate";
}
.checkout_btn [data-btnname*="_checkout"]:hover, #cart_estimator_form [data-btnname*="_calculate"]:hover  {
    background: #e5bb8a;
    border: 1px solid #CBA67A;
}
.checkout_btn [data-btnname*="_checkout"]:hover, #cart_estimator_form [data-btnname*="_calculate"]:hover  {
    background: #80684a;
    border: 1px solid #65533D;
}
#locator_nav #locatorForm {
    height: auto !important;
}
#locator_nav ul#stores {
    height: 400px !important;
}
#checkout_page h3{
    font-size: 14px;
} 
#loginPane_edit table tr td.left_column{
    font-size: 14px;
}
#custserv #helpcontent {
    padding: 0 0 0 20px;
}
#helpheader {
	display: inline-block;
	height: auto;
	width: 100%;	
	font-family: Futura, arial, sans-serif;
	text-align: center;
}
.chat-custserv-header-button {
	display: inline-block;
	width: 50%;
}
#helpheader a.cust_serv_link {
	display: inline-block;
	width: 50%;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
#helpheader a.cust_serv_link span {
	display: inline-block;
	width: 100%;
}
#helpheader .cust_title, #helpheader .cust_subtext, #helpheader .cust_number{
	display: inline-block;
	width: 100%;	
}
#helpheader .cust_title, #helpheader .cust_number {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#helpheader .cust_number {
	margin: 20px 0 0 0;
}
#helpheader .cust_subtext, .live_chat_title {
	font-size: 14px;	
	font-weight: bold;
	text-transform: uppercase;
}
.chat-custserv-header-button {
	border: 1px solid #CECECE;
	box-sizing: border-box;	
	padding: 20px 0;
	color: #000;
}
.chat-custserv-header-button span {
	display: inline-block;
	width: 100%;	
}
.chat-custserv-header-button a {
	margin : 10px 0 0 0;
}
.live_chat_hours {
	margin: 10px 0 0 0;
	color: #666;
}
#call_feedback_form h2, #call_feedback_form h3 {
    font-size: 14px;
    font-weight: normal;
}
#call_feedback_form input[type="text"], #call_feedback_form input[type="tel"], #call_feedback_form input[type="email"] {
    width: 300px;
    max-width: 100%;
}
/* MY ACCOUNT STYLING */
#myaccount {
    font-family: Futura, arial, sans-serif !important;
    font-size: 14px;
    padding: 30px;
    margin-top: 20px;
    border-top: 1px solid #c7c7c7;
    overflow: hidden;
}
#myaccount table{
     font-family: Futura, arial, sans-serif !important;
     font-size: 14px;
}
#myaccount .small {
    font-size: 14px;
}
#myaccount h1 {
    padding: 0;
    margin: 10px 0 20px 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-size: 24px;
    line-height: normal;
}
#myaccount h2 {
    border: none;
    border-top: 1px solid #C7C7C7;
    padding: 20px 0px 0px 0px;
    margin-top: 20px;
    font-size: 14px;
}
#myaccount b, #myaccount strong{
    text-transform: uppercase;
}
#myaccount .red{
    color: #B2906A;
}
#myaccount .reg_text_red {
    color: #b2906a;
    font-size: 14px;
    text-transform: uppercase;
}
#myaccount .reg_text_red > div {
    margin: 10px 0 20px 0;
}
#myaccount .reg_text_red br, #new_account br {
    display: none;
}
#myaccount .reg_text_red label {
    margin-bottom: 0;
}
#loginInfo>h2:nth-of-type(1) {
    padding: 0;
    border: none !important;
}
#loginInfo th{
    vertical-align: top;
    padding-top: 10px;
}
#loginInfo th input[type="checkbox"]{
    float: left;
}
#loginInfo th label{
    float: left;
}
#loginInfo th .required{
    float: right;
}
#loginInfo #oneContact{
    margin-bottom: 10px;
}
#loginInfo label[for="oneContact"]{
    margin-bottom: 10px;
}
#new_account {
    margin-top: 20px;
    border-top: 1px solid #c7c7c7;
}
#new_account #loginInfo th {
    padding-top: 15px;
}
#new_account #loginInfo th .required {
    float: left;
    padding: 0 5px 0 0;
}
#new_account #loginInfo label[for="oneContact"], #new_account #loginInfo label[for="survey1"] {
    margin: 10px 0;
}
#account_survey td {
    padding-top: 0;
}
#account_survey select {
    width: 200px;
    margin-right: 10px;
}
#account_survey br {
    display: block;
}
#myaccount #errMsg {
    background: #b2906a;
    color: #fff;
    border: 1px solid #997c5c;
    border-radius: 3px;
}
#myaccount #errMsg h5 {
    text-transform: uppercase;
}
#myaccount #errMsg h5:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/ns/common/champssports/images/info-white-48x48.png) center no-repeat;
    background-size: 100%;
}
#myaccount .content {
    padding: 0;
}
#myaccount .content_area_small {
    font-family: Futura, arial, sans-serif !important;
}
#myaccount h2, #myaccount h4 {
    color: #000 !important;
}
#myaccount #account_home h4 {
    border-bottom: none;
}
#myaccount p {
    padding: 0;
    color: #666;
}
#myaccount p.flashMsg {
    padding: 10px;
    margin-top: 20px;
    color: #fff !important;
    background: #b2906a;
    border: none;
    border-radius: 3px;
}
#myaccount p.flashMsg:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/ns/common/champssports/images/info-white-48x48.png) center no-repeat;
  background-size: 100%;
}
#myaccount label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    color: #666 !important;
}
#myaccount input {
    margin-bottom: 5px;
}
#myaccount .box, #account_sidenav {
    background: none;
    border: none;
}
#myaccount .address, #myaccount #additional_addresses{
    padding: 0;
}
#myaccount .addresses .divider:nth-child(3){
    display: none;
}
#myaccount .address li a{
    display: inline-block;
}
#myaccount #additional_addresses .button{
    width: 190px;
}
#myaccount .addresses .address strong{
    color: #000;
}
#myaccount .addresses .address{
    margin-bottom: 20px;
    color: #666;
}
#myaccount .addresses h2{
    margin-bottom: 20px;
}
#myaccount #account_home .box {
    width: 49%;
    min-height: 550px;
    border: 1px solid #c7c7c7;
}
#myaccount #account_home #order_status {
    float: right;
}
#myaccount .orders_table, #myaccount .order_status_table, #myaccount #edit_contact table {
    width: 100%;
}
#myaccount #vipSummary h2{
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
}
#myaccount #vipSummary #joinNowLink{
    text-decoration: none;
    font-weight: bold;
}
#myaccount #vipSummary #vipNumber{
    width: 50%;
}
#myaccount #vipSummary .error_message, #myaccount #vip_info .error_message{
    color: #B2906A !important;
}
#myaccount #vipSummary .vipsmall{
    font-size: 14px;
    color: #B2906A;
}
#myaccount #vip_info .vip_info{
    margin: 0;
    font-size: 14px;
}
#myaccount #vip_info .vip_info td a{
    font-weight: normal;
    text-transform: none;
}
#myaccount #vip_info #generalVIPRule{
    border-color: #C7C7C7;
}
#myaccount #vip_info td[nowrap]{
    text-align: left;
    padding: 0 0 20px 0;
}
#myaccount #vip_info td[nowrap] b{
    display: block;
    padding: 0 0 10px 0;
    color: #000;
}
#myaccount #vip_info td[nowrap] select{
    margin: 0;
}
#myaccount #vip_info #generalVIPRule ol{
    margin: 10px 0 10px 30px;
    color: #666;
}
#myaccount #vip_info .vip_info td{
    color: #666;
}
#myaccount #vip_info .vip_info td b{
    color: #000;
}
#myaccount #vip_info .vip_info td i{
    color: #B2906A;
    display: inline-block;
    line-height: 14px;
    margin-top: 10px;
}
#myaccount #vip_info .vip_info td label[for="vipEmailUpdate"]{
    margin-bottom: 20px;
}
#myaccount #vip_info .vip_info td label{
    font-weight: normal;
    text-transform: none;
}
#myaccount #vip_info .vip_info td label b{
    color: #000;
}
#myaccount #vip_info .vip_info td > hr{
    display: none;
}
#myaccount #vip_info .vip_info #postVIPButton{
    margin-top: 10px;
}
#myaccount #vip_info label[for="vipMobile"]{
    height: 14px;
    line-height: 14px;
    display: block;
    margin: 10px 0 0 0;
    padding-top: 10px;
}
#myaccount #vip_info #vipMobile{
    width: 50%;
    margin-left: -10px;
}
#myaccount #vip_info #vipNumber{
    display: block;
}
#myaccount #vip_info a{
    display: inline-block;
}
#myaccount #myaccount_mystore h1{
    font-size: 14px;
    margin-bottom: 10px;
}
#myaccount #orderHistorySummary h2{
    border-top:0;
    margin: 0 0 20px 0;
}
#myaccount #wishListSummary h2{
    border: 0;
}
#myaccount .wishlist_items{
    margin-top: 40px;
}
#myaccount #orderHistorySummary .orders_table{
    width: 100%;
}
#myaccount #orderHistorySummary tr.even td,
#myaccount #wishListSummary tr.even td{
    background-color: transparent;
}
#myaccount #orderHistorySummary th{
    color: #000;
    background-color: #E0E0E0;  
    border-color: #E0E0E0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 10px;
}
#myaccount #orderHistorySummary .orders_table td,
#myaccount #wishListSummary .wishlist_items td{
    vertical-align: middle;
    color: #666;
    font-size: 14px;
}
#myaccount #order_history .orders_table{
    width: 100% !important;
    margin: 20px 0 0 0;
}
#myaccount #order_history .content > div{
    color: #666;
}
#myaccount #order_history .orders_table .button{
    color: #000;
    float: right;
    margin: 20px 0 0 0;
}
#myaccount #order_history .orders_table #navigation{
    border: 0;
    padding: 0;
}
#myaccount #order_history th{
    color: #000;
    background-color: #E0E0E0;  
    border-color: #E0E0E0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 10px;
}
#myaccount #order_history tr.even td{
    background-color: transparent;
}
#myaccount #order_history .orders_table td{
    vertical-align: middle;
    color: #666;
    font-size: 14px;
}
#myaccount .buttons {
    padding: 10px 0;
    overflow: hidden;
}
#myaccount .buttons a[data-btntype="back"] {
    float: left;
    margin-right: 10px;
}
#myaccount .buttons a[data-btntype="continue"] {
    float: left;
}
#myaccount .button[data-btnname="addCreditCard_myCreditCards"]{
    width: 160px;
}
#myaccount #loginInfo{
    padding: 0;
    margin-top: 20px;
    color: #666;
}
#myaccount #my_creditcards .divider, #myaccount #edit_contact .divider {
    display: none;
}
#myaccount #mySaveCardList table td{
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: normal !important;
    color: #666;  
}
#myaccount #mySaveCardList table td.card_action a{
    display: block;
    margin: 0;
}
#sccSecureLogos * {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 768px){
    #myaccount .addresses .divider{
       display: none;
    }
    #myaccount .address{
        width: 215px;
    }
    #myaccount #additional_addresses{
        width:430px;
    }
}
#myaccount #favoriteStores{
    margin-bottom: 0;
}
#myaccount .button {
    background: #e0e0e0;
    color: #000;
}
#myaccount .cta_button {
    background: #b2906a;
    color: #fff;
}
#myaccount .required {
    display: inline-block;
    text-align: left;
    font-size: inherit;
    font-style: italic;
    padding: 5px 0 15px 0;
    color: #b2906a;
}
#myaccount .menu_btn a {
    background: url(/ns/common/champssports/images/back-arrow-brown-36x36.png) center no-repeat;
    background-size: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
#myaccount[data-navopen="true"] .menu_btn a {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
#myaccount .menu_btn:after {
    color: #b2906a;
    text-transform: uppercase;
}
#myaccount #defaultAddresses strong{
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
}
#myaccount #defaultAddresses{
    color: #666;
}
#myaccount [data-btnname="accountSummary_gotowishlist"]{
    top: 0 !important;
}
#myaccount #account_orderstatus .content{
   padding: 14px 0;    
}
#myaccount #account_orderstatus label{
    line-height: 14px;
    font-size: 14px;
    height: 20px;
    margin-top: 20px;
}
#myaccount #account_orderstatus > br{
    display: none;
}
#account_sidenav {
    border: none;
    font-family: Futura, arial, sans-serif;
}
#account_sidenav h3 {
    display: none;
}
#account_sidenav ul {
    padding: 0;
}
#account_sidenav ul li {
    padding: 10px 0;
    border-bottom: 1px solid #c7c7c7;
}
#account_sidenav ul li a {
    padding: 0;
    border: 0;
    color: #000;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    margin:0;
}
#account_sidenav ul li.selected a {
    color: #B2906A;
}
#myaccount .accountInfoBox p {
    font-size: 14px;
}
#myaccount div.divider{
    border-bottom: 1px solid #C7C7C7;
    margin: 20px 0 20px 0;
}
#myaccount .accountInfoBox .content {
    padding: 0;
    margin: 0;
}
#myaccount #mySaveCardList img {
    width: 100px;
    margin-right: 20px;
}
#myaccount .button[data-btnname="addressBook_addNewAddress"] {
    width: auto;
    padding: 0 10px;
    margin-bottom: 10px;
    display:inline-block;
}
#myaccount .formFields br, #myaccount #account_summary > br {
    display: none;
}
#myaccount [name="contactConfirmForm"] {
    color: #666;
}
#myaccount [name="contactConfirmForm"] .buttons {
    padding: 0;
    margin-top: 10px;
}
#myaccount [name="contactConfirmForm"] .divider {
    display: none;
}
#myaccount [name="contactConfirmForm"] [data-btnname*="_back"] {
    float: left;
}
#myaccount [name="addressConfirmationForm"] .buttons a[title="Back Button"] {
    font-family: Futura, arial, sans-serif;
    background: #e0e0e0;
    color: #000 !important;
    text-decoration: none;
    padding: 0;
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #c7c7c7;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#myaccount .buttons a[title="Back Button"] img {
    display: none;
}
.en #myaccount .buttons a[title="Back Button"]:before {
    content: "Back";
}
#myaccount .flashMsg {
    color: #fff;
    background: #b2906a;
    border: none;
    display: inline-block;
    min-width: 300px;
    padding: 10px;
    margin: 20px 0 0 0;
    border-radius: 3px;
}
#myaccount #vipUpdateNote .flashMsg {
    margin-bottom: 20px;
}
#myaccount .flashMsg:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/ns/common/champssports/images/info-white-48x48.png) center no-repeat;
    background-size: 100%;
}
#myaccount .flashMsg a {
    display: inline;
    color: #fff;
}
#myaccount #forBoth label {
    display: inline-block;
}
#myaccount label[for="ccExpireMonth"]+br, #myaccount label[for="ccExpireYear"]+br {
    display: none;
}
#myaccount #cardConfirmBox .section_title{
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#myaccount #new_account .columns strong{
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
#myaccount #cardConfirmBox #confirmDetail, #myaccount #cardConfirmBox .info_text, 
#myaccount #new_account .columns, #myaccount #new_account li{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
#myaccount .buttons {
    text-align: left !important;
}
.en #myaccount button[data-btnName="addCardsConfirm_continue"]:before,
.en #myaccount a[data-btnName="deleteCards_continue"]:before,
.en #myaccount button[data-btnName="createAccountConfirm_continue"]:before{
     content: "Next";
}
#myaccount #edit_login h4, #myaccount #forgot_password h4, #myaccount #change_password h4{
    font-size: 18px;
    border: 0;
}
#myaccount #emailVerification p{
    margin-top: 20px;
}
#myaccount #emailVerification [for="verificationCode"]{
    font-weight: bold;
    color: #000 !important;
}
#myaccount #emailVerification input#verificationCode{
    margin-bottom: 20px;
}
#myaccount #forgot_password label{
    margin-top: 20px;
}
#myaccount #forgot_password label > span{
    padding: 0;
}
#myaccount #forgot_password .buttons, #myaccount #update_password .buttons{
    margin-left: 10px;
}
#myaccount #update_password p{
    margin: 20px 0;
}
#change_password .formFields {
    margin-top: 10px;
}
#change_password .formFields li {
    margin-right: 20px;
}
#change_password .formFields li.divider {
    margin-right: 0px;
}
#change_password .formFields label {
    padding: 10px 0;
}
#change_password .formFields label span {
    padding: 0;
}
#update_password label {
    margin-right: 20px;
}
input#createNewAccount, input#changePassword, input#forgotPassword {
    color: #b2906a;
    margin: 20px 0 0 0;
    cursor: pointer;
}
#order_status p:last-child {
    color: #666;
    font-style: italic;
    margin-top: 20px;
}
#order_status p strong {
    color: #b2906a;
    font-weight: normal;
}
#wishlist {
    background: none !important;
    text-align: center;
    font-family: Futura, arial, sans-serif;
    font-size: 14px;
}
#wishlist #wl_form, #wishlist #wl_share_form{
    border-bottom: 1px solid #E0E0E0;
}
#wishlist #wl_form input[type="radio"]{
    margin: 0 3px 0 10px;
}
#wishlist #wl_form input[id="txtWishListNm"]{
    margin-bottom: 20px;
}
#wishlist #wl_form button{
    margin-right: 20px;
}
#wishlist #wl_form [data-btnname="createWishlist_save"]{
    margin-top: 15px;
}
#wishlist #wl_share_form #sharedWishList_link{
    margin-right: 20px;
}
#wishlist #wl_share_form{
    margin-bottom: 20px;
}
#wishlist #wl_form label{
    color: #000;
    text-transform: uppercase;
}
#wishlist #disclaimerText{
    color: #b2906a;
}
#wishlist #wl_content_bottom{
    background: none;
}
#wishlist #wl_sidebar {
    background: #e0e0e0;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 19%;
}
#wishlist #wl_content {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    float: none;
}
#wishlist #wl_content_top {
    background: none;
    padding: 0 0 10px 0;
    margin: 0 0 20px 20px;
    border-bottom: 1px solid #c7c7c7;
}
#wishlist #wl_content_top:before {
    content: "Wish List";
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}
#wishlist #wl_content_middle {
    background: none;
}
.wl-landing {
    height: auto;
    overflow: hidden;
}
.wl-landing-banner-accent {
    display: none;
}
.wl-landing-nav {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.wl-landing-nav-banner {
    background: none;
    height: auto;
    text-align: center;
}
.wl-landing-nav-banner:before {
    display: block;
    content: "Wish List";
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 20px;
    text-transform: uppercase;
}
.en .wl-landing-nav-search:before{
    content: "Search";
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0 20px;
}
.en .wl-landing-nav-signin:before{
    content: "Sign In";
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0 20px;
}
.en .wl-landing-nav-signup:before{
    content: "Sign Up";
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0 20px;
}
.wl-landing-nav-search, .wl-landing-nav-signin, .wl-landing-nav-signup {
    height: auto !important;
    padding: 30px 0;
    background: #E0E0E0;
    color: #000;
}
.wl-landing #wlLandingSearchFormDivider{
    color: #000;
}
.button[data-btnname="wishlistLanding_search"], .button[data-btnname="wishlistLanding_signIn"], .button[data-btnname="wishlistLanding_signUp"] {
    background:#b2906a;
    color:#fff;
    border:#9c7d60 solid 1px;
    margin: 10px 0;
}
.button[data-btnname="wishlistLanding_search"]:hover, .button[data-btnname="wishlistLanding_signIn"]:hover, .button[data-btnname="wishlistLanding_signUp"]:hover {
    background : #e5bb8a;
    border-color: #997c5c;
    color: #fff;
}
#wishlist .button {
    width: auto;
    padding: 0 10px !important;
    margin: 5px 0;
    line-height: 40px !important;
    color: #000;
    border: 1px solid #c7c7c7;
}
#wishlist .cta_button {
    color: #fff;
    background: #b2906a !important;
    border: 1px solid #997c5c !important;
}
#wishlist .cta_button:hover {
    color: #fff;
    background: #e5bb8a !important;
    border: 1px solid #b2906a !important;
}
#wl_list .item_action .item_want input, #wl_list .item_action .item_got input, #wl_list .item_action .item_buy input {
    width: auto;
}
.wl-landing-nav-signup-button {
    margin-left: 0px !important;
}
#wl_list{
    font-family: Futura,arial,sans-serif;
}
#wl_list th{
    text-transform: uppercase;
}
#wl_list .item_action{
    width: auto;
}
#wl_list .item_action .item_buy, #wl_list .item_action .item_want, #wl_list .item_action .item_got{
    margin: 0 2%;
}
#wl_list .item_action a{
    width: auto !important;
    min-width: 100px;
}
#wl_list .item_price > strong{
    color :#000;
}
#sharedWishList_box{
    border-radius: 3px;
    min-height: 570px;
}
#sharedWishList_content:before{
    content: "Share My Wish List";
    color: #666;
    background: #E0E0E0;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCC;
    border-radius: 3px 3px 0 0;
}
#sharedWishList_content{
    font-family: Futura,arial,sans-serif;
}
#sharedWishList_close{
    position: absolute !important;
    top: 0;
    right: 0;
}
#sharedWishList_close{
    background: none;
}
#sharedWishList_close a{
    color: transparent;
    background: none;
    display: block;
    text-align: center;
    overflow: hidden;
    width: 42px;
    height: 42px;
    margin: 3px
}
#sharedWishList_close a:before{
    content: "x";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 36px;
    line-height: 36px;
    background: none repeat scroll 0% 0% #666;
    border: 1px solid #4D4D4D;
    border-radius: 3px;
    cursor: pointer;
}
#sharedWishList_content #postcard *{
    font-family: Futura,arial,sans-serif !important;
    font-size: 14px;
    color: #666;
}
#sharedWishList_content #postcard label{
    color: #000;
}
#sharedWishList_content #postcard h1{
    text-transform: uppercase;
    color: #000;
}
#sharedWishList_content input[value="Send"]{
	font-family: Futura, arial, sans-serif;
  background:#b2906a;
  color:#fff !important;
	text-decoration:none;
	padding:0;
	width: 140px;
	height:40px;
	font-size: 14px;
	line-height:40px;
	font-weight: bold;
	display:inline-block;
  vertical-align: middle;
	border-radius: 2px;
  border: 1px solid #9c7d60;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
  margin-top: 10px;
}
#sharedWishList_content input[value="Send"]:hover {
	background : #e5bb8a;
    border-color: #997c5c;
	color: #FFF;	
}
#sharedWishList_content input[value="Send"]:active {
    background: #e6ba89;
    border-color: #cba67a;
}
#sharedWishList_content #sharedWishList_fromEmail, #sharedWishList_content #sharedWishList_fromName{
    font-family: Futura,arial,sans-serif;
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #C7C7C7;
    color: #666;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-appearance: none;
    margin: 5px 0px;
}
#favoriteStores {
    margin: 20px 0;
    border-top: 1px solid #c7c7c7 !important;
    border-bottom: 1px solid #c7c7c7 !important;
}
#myaccount_mystore {
    margin: 20px 0;
    overflow: hidden;
}
#myaccount_mystore h1 {
    padding-top: 10px;
    margin: 0 0 20px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
#myaccount_mystore span {
    display: block;
    color: #666;
}
#myaccount_mystore span.store-name {
    margin-bottom: 10px;
    font-weight: bold;
}
#myaccount a {
    display: block;
    color: #b2906a;
    margin: 10px 0;
}
#myaccount_mystore .button {
    float: left;
    width: auto;
    min-width: 140px;
    padding: 0 20px;
    margin: 10px 10px 0 0;
}
#myaccount_mystore [data-btnname="myaccount_selectMyStore"] {
    float: left;
    clear: left;
    margin: 20px 0;
}

/* START SEARCH RESULTS STYLES */
#endecaSearch {
    padding: 20px !important;
}

.endeca-search-heading {
    padding: 0 20px;
    position: relative;
    max-width: 1880px;
    height: 80px;
    margin: 60px auto 1px auto;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background: #e0e0e0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c4c4c4;
}
.endeca-search-heading:before {
    position: absolute;
    top: -62px;
    left: 0px;
    width: 100%;
    display: block;
    content: "";
    background: #e0e0e0;
    height: 40px;
    border-bottom: 1px solid #b0b0b0;
    margin-top: 20px;
}
.endeca-search-heading span {
    position: relative;
    width: 100%;
    display: block;
    max-width: 930px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}
.endeca-search-heading .heading-text {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: 80px;
}
.endeca-search-heading .asrp-buttons {
    display: none;
}
.endeca-search-heading .search-heading-social {
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 80px;
    text-align:right;
}
.endeca-search-heading .search-heading-social a {
    display: inline-block;
    width: 40px;
    height: 80px;
    margin: 0 5px;
}
.endeca-search-heading .search-heading-social img {
    display: block;
    width: 100%;
    margin-top: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.endeca-search-heading .search-heading-social a:hover img {
    margin-top: 15px;
}
#pbContentLeftColumn {
    padding: 0;
}
#endecaNavWrapper {
	width:215px !important;
    padding-top: 20px;
}
#endecaSearchWrapper, #endecaNav {
    font-family: Futura, arial, sans-serif !important;
    padding-top: 0px !important;
}
#endecaResultsWrapper {
    border-left: none !important;
}
#endecaNav .mainsite_navigation_h1_header h1 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
#endecaResultsWrapper .mainsite_image_banner, #endecaResultsWrapper .mainsite_text_content {
    display: none !important;
}
#endecaResultsWrapper h3 {
    display: none;
}
#endecaSearch h3.menu_btn {
    display: inline-block;
    text-align: center;
    width: 13%;
    padding: 10px  0 !important;
    text-align: left;
    color: #b2906a;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
#endecaSearch h3.menu_btn a {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 0 5px 0 0;
    background: url(/ns/common/champssports/images/back-arrow-brown-36x36.png) center no-repeat;
    background-size: contain;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
#endecaSearch[data-navopen="true"] h3.menu_btn a {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
#endecaSearch h3.menu_btn a span {
    display: none;
    height: 11px;
    width: 80%;
}
#endecaSearch h3.menu_btn a span:before {
    display: none;
    top: 0;
}
#endecaSearch[data-navopen="true"]  h3.menu_btn:after {
    content: 'Hide Filters';
    display: inline-block;
    vertical-align: middle;
}
#endecaSearch[data-navopen="false"] h3.menu_btn:after {
    content: 'Narrow Results';
    display: inline-block;
    vertical-align: middle;
}
#endecaNav .filterGroup {
    border-top: none !important;
    border-bottom: 1px solid #e0e0e0;
}
.searchnavigation .search_control h2 {
    font-size: 14px;
    font-family: Futura, arial, sans-serif;
    text-transform: uppercase;
}
#endecaNav .filterGroup h4 a{
    font-size: 14px;
    font-family: Futura, arial, sans-serif;
    text-transform: none;
    background: url('/ns/common/champssports/images/nav_arrow_down.png') center left no-repeat;
}
#endecaNav .filterGroup h4 a, #endecaNav .collapsed h4 a {
    color: #000 !important;
    text-transform: uppercase;
}
#endecaNav .filterGroup h4 a:hover, #endecaNav .collapsed h4 a:hover {
    color: #666 !important;
    background: url('/ns/common/champssports/images/nav_arrow_down.png') center left no-repeat;
}
#endecaNav .filterGroup.collapsed h4 a, #endecaNav .filterGroup.collapsed h4 a:hover {
    background: url('/ns/common/champssports/images/nav_arrow_right_gray.png') center left no-repeat;
}
#endecaNav h4.singleValueDimension a {
    color: #b2906a !important;
}
#endecaNav h4.singleValueDimension a:hover {
    color: #e5bb8a !important;
}
#endecaNav .filterGroup .filters, html>body .search_group a, .search_group i {
    font-size: 14px;
}
html>body .search_group a, html>body .search_group a:hover {
    background: none;
    border: none;
}
#endecaNav .filterGroup .filters ul li, html>body .search_group a {
    margin: 10px 0 5px 20px;
    font-family: Futura, arial, sans-serif;
}
#endecaNav .filterGroup .filters ul li a, #endecaNav .filterGroup .filters ul li a:hover, html>body .search_group a, html>body .search_group a:hover, .search_group i {
    color: #666;
}
#pbHeaderSpotlight .mainsite_navigation_h1_header {
    height: 150px;
}
#pbHeaderSpotlight .mainsite_navigation_h1_header .header_text {
    position: absolute;
    left: 0px;
    width: 100%;
    background: #101242;
}
#pbHeaderSpotlight .mainsite_navigation_h1_header .header_text h1 {
    color: #fff;
    text-transform: uppercase;
    padding: 45px 0;
    max-width: 1440px;
    margin: 0 auto;
}
#pbHeaderSpotlight .header_text {
    margin: 0 !important;
}
#endecaSearchWrapper .mainsite_text_content {
    max-width: 1920px;
    float: none;
    margin: 0 auto;
    text-align: left;
    display: block;
}
#endecaSearch .mainsite_breadcrumbs {
    border: none !important;
    padding: 0 0 10px 0;
}
#endecaSearch .mainsite_breadcrumbs > span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
#endecaSearch .mainsite_breadcrumbs .breadcrumbs {
    font-size: 0px;
    margin-bottom: 0px;
}
#endecaSearch .breadcrumbs a.goto {
    color: #707070 !important;
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;

    vertical-align: middle;
}
#endecaSearch .breadcrumbs a.remove {
    position: relative;
    background: #707070;
    color: #707070;
    width: 21px;
    height: 21px;
    margin-left: 10px;
    font-size: 0px;
    font-weight: bold;
    line-height: 0px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 11px;
}
#endecaSearch .breadcrumbs a.remove:after {
    content: "\00d7";
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
}
#endecaSearch .breadcrumbs a {
    display: inline-block;
    margin-bottom: 10px;
}
#endecaSearch .breadcrumbs a:hover {
    color: inherit;
    text-decoration: none !important;
}
#endecaSearch .mainsite_search_adjustments {
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
#endecaResultsWrapper .mainsite_search_adjustments {
    border: none;
    padding-bottom: 0px;
}
#endecaSearch .mainsite_search_adjustments .sortBy, #endecaSearch .mainsite_search_adjustments .itemsPerPage {
    display: none;
}
#endecaSearch .mainsite_search_adjustments .first .sortBy, #endecaSearch .mainsite_search_adjustments .first .itemsPerPage, #endecaSearch .mainsite_search_adjustments .first .endeca_pagination {
    float: none;
    display: inline-block;
    width: 32% !important;
    vertical-align: middle;
    text-align: center !important;
}
#endecaSearch .mainsite_search_adjustments .sortBy form, #endecaSearch .mainsite_search_adjustments .sortBy form > * {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
#endecaSearch .mainsite_search_adjustments .sortBy form strong {
    font-weight: normal;
}
#endecaSearch .mainsite_search_adjustments .sortBy form select {
    width: auto;
    font-family: Futura, arial, sans-serif;
    text-transform: uppercase;
}
#endecaSearch .mainsite_search_adjustments .first .itemsPerPage {
    font-size: 0;
    width: auto !important;
    margin-left: 20px;
}
#endecaSearch .mainsite_search_adjustments .itemsPerPage:before {
    content: "Items per page:";
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 10px;
}
#endecaSearch .itemsPerPage .current, #endecaSearch .itemsPerPage a {
    display: none;

    vertical-align: middle;
    border-radius: 0;
    background: #E0E0E0;
    text-decoration: none !important;
    padding: 12px 18px;
    font-size: 16px;
    line-height: normal;
    color: #000 !important;
    margin: 0 1px 0 0;
    cursor: pointer;
}
#endecaSearch .itemsPerPage .current, #endecaSearch .itemsPerPage a:hover {
    font-size: 16px !important;
    text-decoration: none !important;
    background: #B2906A;
    color: #FFFFFF !important;
    font-weight: normal !important;
}
#endecaSearch .itemsPerPage select {
    width: auto;
    vertical-align: middle;
}
#endecaSearch .itemsPerPage select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 10px;
    height: 6px;
    margin-top: -1px;
    background-image: url('/ns/common/champssports/images/nav_arrow_down.png');
    background-position: center;
    background-repeat: no-repeat;
}
#endecaSearch .searchResultsPaging.first {
    display: inline-block;
    width: 84%;
}
#endecaSearch .searchResultsPaging .endeca_pagination {
    font-size: 0;
}
#endecaSearch .searchResultsPaging.first .endeca_pagination {
    width: auto !important;
    float: right;
    margin: 5px 0;
}
#endecaSearch .endeca_pagination a {
    display: inline-block;
    border-radius: 0;
    background: #E0E0E0;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color:#000 !important;
    padding: 10px;
    margin: 0 1px 0 0;
    border: 1px solid #c7c7c7;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#endecaSearch .endeca_pagination a:hover, #endecaSearch .searchResultsPaging .endeca_pagination .current {
    font-size: 14px !important;
    text-decoration: none !important;
    background: #B2906A;
    color:#FFFFFF !important;
    border: 1px solid #9c7d60;
}
#endecaSearch .searchResultsPaging .endeca_pagination .previous {
    float: none;
    border-radius: 3px 0 0 3px;
    padding: 10px 20px;
    font-size: 0px;
}
#endecaSearch .searchResultsPaging .endeca_pagination .previous:hover {
    font-size: 0px !important;
}
#endecaSearch .searchResultsPaging .endeca_pagination .previous:before {
    content: "Prev";
    font-size: 14px;
}
#endecaSearch .searchResultsPaging .endeca_pagination .next {
    float: none;
    border-radius: 0 3px 3px 0;
    padding: 10px 20px;
    font-size: 0px;
}
#endecaSearch .searchResultsPaging .endeca_pagination .next:before {
    content: "Next";
    font-size: 14px;
}
#endecaSearch .searchResultsPaging .endeca_pagination .next:hover {
    font-size: 0px !important;
}
#endecaSearch .endeca_pagination a.backToTop {
    margin: 20px 0 0 0;
}
#endecaSearch #partial_match {
    margin: 30px 0 10px 0;
}
#endeca_search_results {
    padding-bottom: 50px;
}
#endeca_search_results > ul > li {
    position: relative;
    padding: 0 5px 46px 5px !important;
    margin-top: 20px !important;
    background: #fff;
    border: 1px solid #fff !important;
    font-family: Futura, arial, sans-serif;
    z-index: 1;
    overflow: hidden;
}
#endeca_search_results > ul > li.hovering {
    border: 1px solid #e0e0e0 !important;
    margin-top: -10px !important;
    margin-bottom: -140px;
    z-index: 5;
}
#endeca_search_results .product_image {
    display: block;
    width: 90%;
    margin: 10px 5% 0 5%;
}
#endeca_search_results .product_title, .product_cell a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: auto;
    margin: 10px 5% 0 5%;
    display: block;
}
#endeca_search_results .other_product_attributes .width, #endeca_search_results .other_product_attributes .color, #endeca_search_results .other_product_attributes .short_description {
    display: none;
    font-size: 12px;
}
#endeca_search_results ul li.hovering .other_product_attributes .width, #endeca_search_results ul li.hovering .other_product_attributes .short_description {
    display: block;
}
#endeca_search_results ul li.hovering .other_product_attributes .width, #endeca_search_results ul li.hovering .other_product_attributes .color, #endeca_search_results ul li.hovering .other_product_attributes .short_description {
    margin: 5px 0;
}
/*body[data-touchdevice="true"] #endeca_search_results .short_description {
    display: block;
}*/
#endeca_search_results .colorways {
    display: none;
    position: relative;
    height: 60px;
    overflow: hidden;
}
#endeca_search_results > ul > li.hovering .colorways {
    display: block;
}
#endeca_search_results .colorways > img {
    width: auto;
    height: 30px;
    margin-top: 15px;
}
#endeca_search_results > ul > li.hovering .colorways {
    display: block;
}
#endeca_search_results .colorways ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#endeca_search_results .colorways ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
#endeca_search_results .colorways ul li a {
    display: inline-block;
    width: 50px;
    margin: 0 2px;
}
#endeca_search_results .colorways ul li a img {
    display: block;
    max-width: 100%;
}
#endeca_search_results .colorways .slide_content {
    display: block;
}
#endeca_search_results .colorways .slide_buttons {
    display: block;
    width: 100%;
}
#endeca_search_results .colorways .slide_buttons div {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#endeca_search_results .colorways .slide_buttons div:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;

}
#endeca_search_results .colorways .slide_buttons a {
    display: block;
    width: 24px;
    height: 24px;
}
#endeca_search_results .colorways .sl_previous, #endeca_search_results .colorways .sl_next {
    position: absolute;
    bottom: 24px;
    float: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#endeca_search_results .colorways .sl_previous {
    left: 0px;
    background: url(/ns/images/cs-master-sprite.png) -367px -18px no-repeat;
}
#endeca_search_results .colorways .sl_next {
    right: 0px;
    background: url(/ns/images/cs-master-sprite.png) -390px -18px no-repeat;
}
#endeca_search_results .product_price, .content_area .product_cell a b {
    display: block;
    color: #707070;
    font-weight: normal;
    font-size: 14px !important;
    margin: 10px 0;
}
#endeca_search_results .product_price .sale {
    display: none;
}
#endeca_search_results .product_price.on_sale .price {
    display: inline-block;
    text-decoration: line-through;
    margin-right: 5px;
}
#endeca_search_results .product_price.on_sale .sale {
    display: inline-block;
    color: #b2906a;
    margin-left: 5px;
}
#endeca_search_results .rating {
    display: none;
    height: 22px;
    overflow: hidden;
}
body[data-touchdevice="true"] #endeca_search_results .rating, #endeca_search_results > ul > li.hovering .rating {
    display: block;
    margin-top: 10px;
}
#endeca_search_results .rating .blank_rating {
    width: 20px;
    height: 20px;
    background: url(/ns/common/champssports/images/review-star-empty.png) center no-repeat;
    background-size: 20px 20px;
}
#endeca_search_results .rating .blank_rating .selected {
    width: 20px;
    height: 20px;
    background: url(/ns/common/champssports/images/review-star-full.png) left center no-repeat;
    background-size: 20px 20px;
}
#endeca_search_results > ul > li[data-freeshipping="1"]:after {
    position: absolute;
    bottom: -40px;
    left: 0px;
    display: block;
    content: "Free Shipping";
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #000;
}
body[data-touchdevice="true"] #endeca_search_results > ul > li {
    padding-bottom: 20px !important;
}
body[data-touchdevice="true"] #endeca_search_results > ul > li[data-freeshipping="1"]:after {
    bottom: 0px;
    background: none;
    color: #b2906a;
    padding: 0;
}
body[data-touchdevice="true"] #endeca_search_results > ul > li[data-freeshipping="1"].hovering:after, #endeca_search_results > ul > li[data-freeshipping="1"].hovering:after {
    bottom: 0px;
}
#endeca_search_results .product_freeShipping {
    display: none;
    position: relative;
    left: -5px;
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    background: #6b83b3;
    border-left: 5px solid #6b83b3;
    border-right: 5px solid #6b83b3;
}
body[data-touchdevice="true"] #endeca_search_results > ul > li .product_freeShipping, #endeca_search_results > ul > li.hovering .product_freeShipping {
    display: block;
}
#endeca_search_results > ul > li a.add_favorite {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    z-index: 10;
    background: #e0e0e0;
    border-radius: 16px;
}
#endeca_search_results > ul > li a.add_favorite:hover {
    background: #b2906a;
}
#endeca_search_results > ul > li a.added_favorite {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    z-index: 10;
    background: #b2906a;
    border-radius: 16px;
}
#endeca_search_results > ul > li a.added_favorite:hover {
    background: #e0e0e0;
}

#noresults {
    display: block;
    width: auto;
    max-width: 930px;
    padding: 0 15px;
    margin: 30px auto;
}
#noresults .content_area {
    color: #666;
    margin: 0 !important;
}
#noresults b {
    font-weight: normal;
}
#noresults span[style*="color: red"] {
    color: #b2906a !important;
    font-weight: bold;
    text-transform: uppercase;
}
#noresults tbody, #noresults tr {
    display: block;
}
#noresults td {
    display: inline-block;
    vertical-align: top;
}
#noresults td.sideNavigation {
    width: 24%;
    background: #fff;
}
#noresults td.sideNavigation table {
    padding: 5px;
}
#noresults td.sideNavigation button {
    margin: 10px 0;
}
#noresults td.rightside {
    width: 74%;
    margin-left: 1%;
}
#noresults td.rightside #search_results {
    width: auto;
}
#noresults td.rightside #search_results #showcasecellTable {
    display: none;
}
#noresults #endecaDidYouMean {
    margin: 0;
    font-family: Futura, arial, sans-serif;
}
#noresults #endecaDidYouMean h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}
#noresults h2, #noresults .largebold {
    display: block;
    margin: 15px 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#noresults hr {
    display: none;
}
#noresults .rightside a {
    display: inline-block;
    color: #b2906a;
    margin-bottom: 10px;
}
/* END SEARCH RESULTS STYLES */

#pdp_loading, #cart_loading {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 200px 0 0 0;
}


/* SHOPPING CART */

#cart, .shopping_cart {
    max-width: 560px;
}
.shopping_cart {
    max-width: 966px;
    margin: 0 auto;
}
#cart .empty_cart, .shopping_cart .empty_cart {
    display: block;
    width: 540px;
    text-align: center;
    padding: 100px 0;
    margin: 0 auto;
}
#cart [data-text="empty_cart"], .shopping_cart [data-text="empty_cart"] {
    display: inline-block;
    width: 100%;
    font-style: italic;
    color: #666;
    font-size: 14px;
    margin: 0 0 20px 0;
}
#cart [data-text="empty_cart"]:before, .shopping_cart [data-text="empty_cart"]:before {
    content: 'Your shopping cart is empty';
}
#cart [data-btnname="emptycart_continueShopping"], .shopping_cart [data-btnname="emptycart_continueShopping"] {
    width: auto;
    padding: 0 20px;
}
#cart .cart_header, .shopping_cart .cart_header {
    display: inline-block;
    width: 100%;
    padding: 30px 30px 20px 30px;
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
#cart .intangible {
    display: none !important;
}
#cart .cart_header .items_in_cart, .shopping_cart .cart_header .items_in_cart {
    display: inline-block;
    float: left;
}
#cart .cart_header .items_in_cart:after, .shopping_cart .cart_header .items_in_cart:after {
    content: ' ITEMS IN CART:';
}
#cart .cart_header .subtotal, .shopping_cart .cart_header .subtotal {
    display: inline-block;
    float: right;
}
#cart .cart_header .subtotal:before, .shopping_cart .cart_header .subtotal:before {
    content: 'SUBTOTAL: $';
}
ul.cart {
    margin: 0 30px 20px 30px;
    border-bottom : 1px solid #C7C7C7;
}
ul.cart li {
    position: relative;
    border-top : 1px solid #C7C7C7;
    padding: 20px 0;
    list-style: none;
}
ul.cart li .bundle_title .label:before {
    content : 'SPECIAL PROMOTION:';
    color: #B2906A;
    font-weight: bold;
}
ul.cart li[data-bundle="additional"] {
    border-top:none;
}
ul.cart li .lineitem {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 20px 0 0 0;
}
ul.cart li a.remove {
    float: right;
    display: inline-block;
    width: auto;
    background: none;
    border: none;
    font-size: 16px;
    text-decoration: none;
}
ul.cart li .storename {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    color: #666;
    font-size: 14px;
}
ul.cart li [data-text="store_pickup_message"]:before {
    display: none;
    width: 100%;
    content: '';
}
ul.cart li .storename .store_location:before {
    content: 'Pick up at ' attr(data-address1)" in " attr(data-city)", "attr(data-state);
}
ul.cart li .storename [data-text="change_store"]:before {
    content : 'Change Store';
    color: #B2906A;
    text-decoration: underline;
    margin: 0 0 0 10px;
}
a[href="#cart_estimator"] {
    width: 200px;
    padding: 0 0 0 30px;
    background: none;
    text-decoration: none;
    font-size: 14px;
    color: #666;
}
a.close[href="#cart_estimator"] {
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
    text-decoration: none;
}
a[href="#cart_estimator"] span:before {
    content: 'Click Here';
}
ul.cart li a.remove:before {
    content: 'REMOVE ITEM';
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    font-weight: normal;
}
#cart_estimator a.close[href="#cart_estimator"]:before {
    content: 'CLOSE';
    font-size: 16px;
}
ul.cart li a.remove span:before, #cart_estimator a.close[href="#cart_estimator"] span:before {
    content: '\00d7';
}
ul.cart li a.remove span, #cart_estimator a.close[href="#cart_estimator"] span {
    display: inline-block;
    background: #666;
    border: 1px solid #4D4D4D;
    border-radius : 3px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 36px;
    margin: 0 0 0 10px;
    font-weight: normal;
    font-size: 36px;
    color: #FFF;
    vertical-align: middle;
}
ul.cart li .remove_progress, ul.cart li .updating_progress {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .8;
    text-align: center;
    padding: 100px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    z-index: 9999;
}
ul.cart li .remove_progress:after {
    content : 'Removing Item From Cart';
}
ul.cart li .updating_progress:after {
    content : 'Updating Item';
}
ul.cart li .lineitem .product_image, ul.cart li .lineitem .product_info {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    vertical-align: top;
}
ul.cart li .lineitem .product_info {
    width: 280px;
}
ul.cart li .lineitem .product_title {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 20px 0;
    text-decoration:none;
    line-height: 18px;
}
ul.cart li .lineitem .price {
    display: inline-block;
    margin: 0 10px 20px 0;
}
ul.cart li .lineitem .sale_product .price {
    text-decoration: line-through;
}
ul.cart li .lineitem .price:before {
    content: 'Price: $';
}
ul.cart li .lineitem .sale_product .sale_price {
    color: #b2906a;
}
ul.cart li .lineitem .sale_product .sale_price:before {
    content: 'Now: $';
}
ul.cart li .lineitem .product_size {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
}
ul.cart li .lineitem .product_size:before {
    content : 'Size: ';
}
ul.cart li .lineitem .product_sku {
    display: inline-block;
    width: 100%;
    margin: 0;
    color: #666;
    font-style:italic;
}
ul.cart li .lineitem .product_quantity {
    margin: 0 10px 0 0;
}

ul.cart li .lineitem .product_sku:before {
    content : 'Product #: ';
}
ul.cart li .lineitem .product_color {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    color: #666;
    font-style:italic;
}
ul.cart li .lineitem .premierCallouts {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
}
ul.cart li .lineitem .product_quantity, ul.cart li .lineitem .static_qty {
    width: 100%;
    text-align: left;
}
ul.cart li .lineitem .product_color:before {
    content: 'Selected Style: ';
}
ul.cart li .lineitem .static_qty:before {
    content: 'Qty: ';
}
#myaccount .info_icon, #cart .info_icon, span.info_icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url(/ns/common/champssports/images/info-grey-48x48.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.estimator_wrapper {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
#cart_estimator {
    position: relative;
    background: #F0F0F0;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    padding: 20px;
    margin: 20px 30px;
}
#cart_estimator .content {
    text-align: right;
}
#cart_estimator .close {
    position: static;
    float: right;
}
a[href="#cart_estimator"]:before {
    content: 'Want to Estimate Shipping and Savings?';
}
a[href="#cart_estimator"] span {
    display: inline-block;
    color: #b2906a;
    margin: 0 0 0 10px;
    text-decoration: underline;
}
a.close[href="#cart_estimator"] span {
    text-decoration: none;
}
[data-touchdevice="true"] a[href="#cart_estimator"] span:before {
    content: 'Tap Here';
}
[data-value="estimator_value"], input[data-value="estimator_value"] {
    margin: 0 0 10px 0;
}
form#cart_estimator_form #noZipMessage, form#cart_estimator_form #invalidZipMessage{
    text-align: left;
    color: #B2906A;
}
.cart_summary {
    text-align: right;
    padding: 20px 30px;
    color: #666;
}
[data-cartvalue] {
    font-size: 14px;
    margin: 0 0 20px 0;
}
[data-cartvalue] .label, [data-cartvalue] .value {
    display: inline-block;
}
[data-cartvalue="error"] {
    display: inline-block;
    width: 60%;
    text-align: left;
}
[data-cartvalue="subtotal"], [data-cartvalue="orderTotal"] {
    font-size: 18px;
}
[data-cartvalue="orderTotal"] {
    margin:0;
}
[data-cartvalue="sourcecode"] .label:before {
    content: 'Promo Code: ';
}
[data-cartvalue="subtotal"] .label:before {
    content: 'SUBTOTAL: ';
}
[data-cartvalue="shipping"] .label:before {
    content: 'Estimated Shipping and Handling: ';
}
[data-cartvalue="savings"] .label:before {
    content: 'Estimated Savings: ';
}
[data-cartvalue="orderTotal"] .label:before {
    content: 'ESTIMATED TOTAL: ';
}
.cart_summary [data-value]:before {
    content: attr(data-value);
}
.cart_summary [data-type="currency"]:before {
    content: '$' attr(data-value);
    margin-left: 10px;
}
.cart_summary [data-value="TBD"] {
    color: #b2906a;
}
.cart_summary [data-value="Free"] {
    color: #b2906a;
    text-transform: uppercase;
}
.taxcallout {
    color: #b2906a;
    font-style: italic;
    font-size: 12px;
}
.taxcallout:before {
    content: 'tax calculated in checkout';
}

/* FLYIN */
#flyin_container, .pdp_wrapper {
    font-family: Futura, arial, sans-serif;
    font-size: 14px;
}
#flyin_container {
    border-left : 1px solid #C7C7C7;
}
.flyin_header {
    position: relative;
    text-align: center;
    padding: 10px;
    height: 40px;
    background: #E0E0E0;
    border-bottom: 1px solid #AFAFAF;
}
#qv_content {
    padding-right : 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div[id^='ascrail'] div:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 2px;
    width: 14px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    margin-bottom: -4px;
    border-spacing: 0;
}
div[id^='ascrail'] {
    position: fixed !important;
    top: 60px !important;
}
div[id^='ascrail'] div:after {
    background: #FFF;
    content: '';
    position: absolute;
    bottom: 50%;
    left: 2px;
    width: 14px;
    height: 3px;
    margin-bottom: -12px;
}
/* FLYIN ISA */
#isaContainer {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 540px;
}
.modal-overlay {
    display: none !important;
}
#storepickup .processingbtn[data-btnname]:before {
    content: "" !important;
}
#storepickup .processingbtn[data-btnname] {
    background-color: transparent !important;
    background-image: url("/ns/common/champssports/images/processing.gif") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 36px 20px !important;
    border: medium none !important;
    outline: medium none !important;
    padding: 0 !important;
    transition: none 0s ease 0s ;
}
#storepickup {
    border: none;
    width: 100%;
    background: none;
    min-width: 540px;
}
#storepickup .isa-header{
    float: left;
    margin: 20px 0 0 30px;
}
#storepickup .isa-header>span{
    font-family: Futura, arial, sans-serif;
    display: block;
}
#storepickup .isa-header .heading{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#storepickup .isa-header .subheading{
    color: #666;   
}
#storepickup .isa-header .heading:before{
    content:'In-Store Availability';    
}
#storepickup .isa-header .subheading:before{
    content:'Please select a store pickup location';    
}
[data-title="In-Store Availability"]{
    position: relative;
}
.button[data-btnname="isa_cancel"] {
    margin: 20px 30px 0 0;
    top: -5px;
    right:0px;
    position: absolute;
    z-index: 9999;
}
#storepickup #storelisting, #storepickup #storecount, #storepickup #selFav {
    display: none !important;
    max-height: none;
    height: auto;
    overflow-y: auto;
}
.favContainer #storepickup #storelisting, .favContainer #storepickup #storecount, .favContainer #storepickup #selFav {
    display: block !important;
}
#storepickup .header {
    display: none;
}
#storepickup #map {
    width: 100%;
}
#storepickup .error{
    width: 80%;
    margin: 20px;
}
#storepickup .step .messaging{
    text-align: left;
}
#storepickup .content {
    display: inline-block;
    width: 100%;
}
#storepickup .step .content {
    padding: 0;
}
#storepickup .step .grey {
    background: none;
}
#storepickup #three.step #storegrid {
    width: 100%;
    height: auto !important;
    overflow: visible;
}
#storepickup #one.step {
    width: 100%;
    text-align: right;
    min-height: 80px;
}
#storepickup #one.step form {
    width: 100%;
    text-align: left;
}
#storepickup #one #storelisting {
    text-align: left;
}
#storepickup #one.step form input[type=text]{
    margin-top: 20px;
}
#storepickup #one.step form input[name="location"]{
    margin-top: 15px;    
}
#isa_size_error, #isa_zip_error  {
    display: block;
    width: 70%;
    margin: 0 0 0 auto;
}
#isa_size_error, #isa_zip_error {
    color: #B2906A;
    font-size: 14px;
    font-family: Futura, arial, sans-serif;
    text-align: left;
    margin: 5px 0;
}
#storepickup #three.step #shiptohome p{
    font-family: Futura, arial, sans-serif;
    color: #666;
}
#storepickup #map {
    width: 93%;
    padding: 6px;
    margin: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
#storepickup .content #product{
    font-family: Futura, arial, sans-serif;
    padding: 20px 0 0 0;
    border-top: 1px solid #C7C7C7 !important;
}
#storepickup #product #details .name{
    font-size: 14px;    
    text-transform: uppercase;
}
#storepickup #product #details .attributes{
    font-size: 12px;
    margin: 20px 0;
    color: #666;
}
#storepickup #two.step #details {
    display: inline-block;
    width: 70%;
    float: right;
}
#storepickup #two.step #details form div {
    width: 100%;
}
#storepickup #two.step form select {
    width: 100%;
}
#storepickup label{
    display: block;
    color: #666;
    font-family: Futura, arial, sans-serif;
    margin: 10px 0 10px 0;
    font-size: 14px;
}
#storepickup label[for="isa_sizes"]:before{
    content:'1. Check Store Availability for your size';
}
#storepickup label[for="location"]:before{
    content:'2. Enter your location to find a store near you';
}
#storepickup label[for="storegrid"]:before{
    content:'3. Select store for pickup';
}
#storepickup .storegridheader{
     margin: 20px 0 0 0;
}
#storepickup .storegridheader label{
    margin-bottom:0;
}
#storepickup #footer.content{
    border-color: #C7C7C7;
}
#storepickup form button[data-btnname="isa_checkSize"] {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#storegrid .delivery p{
    margin-left: 0 !important;
}
#storegrid ul li p, #storegrid ul li div{
    margin-left: 0 !important;
}
#storepickup form button[data-btnname="isa_checkSize"] {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 140px;
}
#storepickup form button[data-btnname="isa_checkSize"]:before {
    content: 'FIND STORES';
}
#storepickup #nav {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 30px 40px 30px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
#storepickup #three{
     margin: 30px;
}
#storepickup .location{
    position: relative;
    color: #666;
    font-family: Futura, arial, sans-serif;
}
#storepickup .location a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
#storepickup .location .favorite a{
    display: inline-block;
    margin: 10px 0;
    font-weight: normal;
    color: #B2906A;
    text-decoration: underline;
}
#storepickup p.message{
    color: #B2906A;
    text-transform: uppercase;
}
#storepickup p.method{
     color: #666;
     text-transform: uppercase;
}
#storepickup p.timing{
    color: #666;
}
#storepickup #three.step #shiptohome{
    padding: 15px 0; 
}
#storepickup .location .favorite a img{
    display: none;
}
#storepickup .delivery, #storepickup .method, #storepickup .method a, #storepickup .method .free{
    color: #B2906A;

}
#storepickup .location form{
    position: absolute;
    top: 20px;
    right: 0;
}/*
#storepickup .location [data-btnname="isa_pickupHere"]{
    color: #000;
    background-color: #E0E0E0;
    border-color: #C7C7C7;
}
#storepickup .location [data-btnname="isa_pickupHere"]:hover{
    background-color: #FFF;
    border-color: #C7C7C7
}*/
#flyin_container #storepickup form button[data-btnname="isa_findStores"] {
    display: none;
    float: right;
    margin: 20px 0 0 0;
}
.favContainer #storepickup{
    font-family: Futura, arial, sans-serif;
}
.favContainer #storepickup #storelisting .location{
    border-color: #C7C7C7;
    padding: 20px 0;
}
.favContainer #storepickup #storecount{
    font-weight: normal;
    color: #666;
}
.favContainer #storepickup #storecount .seemore{
    color: transparent;
}
.favContainer #storepickup #storecount a{
    color: #B2906A;
}
.favContainer #selFav{
    font-size: 14px;
    background-color: transparent;
    color: #B2906A;
    border-top: 1px solid #C7C7C7;
}
.favContainer #storepickup .step .header {
    display: block;
    margin: 0;
    padding : 0;
    height: auto;
    background: none;
}
.favContainer #storepickup .step .headercontent {
    background: none;
    color: #000;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
    font-size: 14px;
    width: 250px;
    text-align: left;
    text-transform: uppercase;
}
.favContainer #storepickup form button[data-btnname="isa_findStores"] {
    display: block;
    margin: 20px 0 0 auto;
}
.favContainer #storepickup form button[data-btnname="isa_findStores"]:before {
    content: 'FIND STORES';
}
.favContainer #storepickup #myFavoriteStores{
    margin: 20px 0 0 0;
    border-bottom: 1px solid #C7C7C7;
}
.favContainer #storepickup #myFavoriteStores .headercontent{
    font-size: 14px;
    text-transform: uppercase;
}
.favContainer #storepickup #myFavoriteStores li{
    border: 0;
    text-align: left;
    width: 100%;
    padding: 20px 0 0 0;
}
.favContainer #storepickup #myFavoriteStores li .title img{
    display: none;
}
.favContainer #storepickup #myFavoriteStores li .title .favoritered, #storepickup .favoritered{
    color: #B2906A;
    text-transform: uppercase;
    font-size: 14px;
}
.favstorescancel{
    top: 10px !important;
}
#storepickup #nav .step {
    border: none;
    margin: 0;
}
#storepickup #three.step #storegrid li {
    border-right : none;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    border-color: #C7C7C7;
    padding: 20px 25px;
}
.fullWidthTable #product_form table.content_area tr td select {
    width: auto;
}


/*** Attention callout ***/
.attention[data-message] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
    font-family: Futura, arial, sans-serif;
    font-size: 14px;
}
.attention[data-message] .fade {
    display: inline-block;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7;
    text-align: center;
    vertical-align: middle;
    background: #000;
    z-index: 9998;
}
.attention[data-message] .container {
    width: 100%;
    height: auto;
    vertical-align: middle;
    z-index: 9998;
}
.inner[data-message] {
    display: inline-block;
    max-width: 900px;
    background: #FFF;
    z-index: 2;
    border-radius: 2px;
    margin: 20px;
}
#flyin_container .inner[data-message] {
    margin: 0;
}
.inner[data-message] .title {
    display: inline-block;
    width: 100%;
    background: #EDEDED;
    color: #666;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    border-top: 1px solid #C7C7C7;
}
#flyin_container .inner[data-message] .title {
    display: none;
}
.inner[data-message] .buttons {
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    text-align: left;
}
.inner[data-message] .message, .inner[data-message="launchQueue"] .timer, .inner[data-message] .submessage {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.inner[data-message] .submessage {
    font-size: 14px;
    text-transform: none;
    padding: 0 20px;
}
.inner[data-message] .message_details {
    padding: 0 20px;
}
.inner[data-message] .title:before {
    content: 'Attention';
}
.hours:after {
    content: ' HOURS '
}
.minutes:after {
    content: ' MIN '
}
.seconds:after {
    content: ' SEC '
}
.inner[data-message="outOfStock"] .message:before {
    content: 'WE\'RE SORRY, BUT THE FOLLOWING ITEM IS CURRENTLY OUT OF STOCK AND NO LONGER AVAILABLE.';
    font-size: 16px;
    font-weight: bold;
}
.inner[data-message="outOfStock"] .message:after {
    content: 'This item was automatically removed from your cart.  If you would like to check future availability of these products, please contact our customer service at 1.800.991.6815.';
    font-size: 14px;
    font-weight: normal;
}
.inner[data-message="launchQueue"] .message:before {
    content: 'PLEASE WAIT';
    font-weight: bold;
    font-size: 16px;
}
.inner[data-message="launchQueue"] .submessage:before {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding: 0;
    content : 'We are currently experiencing high traffic due to the newly released product you\'ve placed in your cart. Because of this, we are only allowing a limited number of customers through checkout at a time. Your place in the checkout line is based upon how many other customers added this product to their cart before you. Your estimated checkout time is below. The time shown below may change based on site traffic and order volume. You will be informed if the product has been sold out. Thank you for your patience, and please be assured we are working to process your order as quickly as possible!';
}

.inner[data-message="launchQueue"] .submessage:after {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin: 20px 0 0 0;
    text-transform: none;
    content : 'Please remain on this page until your checkout time arrives.'
}
.inner[data-message="launchQueue"] .timer .estimatedTime, .inner[data-message="launchQueue"] .timer .time {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 16px;
}
.inner[data-message="launchQueue"] .timer .time {
    font-size: 14px;
}
.inner[data-message="launchQueue"] .timer .estimatedTime:before {
    content: 'Your Estimated Checkout Time is ';

}
.estimatedTime .hours:after {
    content: ' : ';
}
.estimatedTime .minutes:after {
    content: ' : ';
}
.estimatedTime .seconds:after {
    content: ' PM CDT ';
}
.estimatedTime[data-timeofday="am"] .seconds:after {
    content: ' AM CDT ';
}
.inner[data-message="launchQueue"] .timer .time:before {
    content: 'Your Wait: ';
}
.inner[data-message="persistentCartMerged"] .message:before {
    content: 'Your cart has been updated since your last visit.  We have merged your cart.';
}
.inner[data-message="sharedCartMerged"] .message:before {
    content: 'Your cart was merged with your previous shopping session. Note that item quantities may have changed.';
}
.inner[data-message="ineligbleLines"] .message:before {
    content: 'Due to the dynamic nature of personalized and customized products, they cannot be saved in your cart.';
}
.inner[data-message] .buttons [data-btnName="_continue"]:before {
    content: 'CONTINUE';
}
.inner[data-message] [data-btnName="_product"] {
    width: auto;
    padding: 0 20px;
}
.inner[data-message] [data-btnName="_product"]:before {
    content: 'VIEW OTHER STYLES'
}
.inner[data-message] .buttons [data-btnName="_checkstores"] {
    width: 210px;
    padding: 0 20px;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.inner[data-message] .buttons [data-btnName="_checkstores"]:before {
    content: 'CHECK A LOCAL STORE'
}

.inner[data-message] ul li {
    text-align: left;
}
.inner[data-message] .product_image {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    margin: 0 20px;
}

.inner[data-message] .product_info .product_title {
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px 0 0;
}
.inner[data-message] .product_info {
    width: 240px;
    padding: 0;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    color: #666;
    background: #FFF;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.inner[data-message] .product_info span {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    margin: 0 0 20px 0;
}

/* Start Bazaarvoice */
#BV_main #BV_wrapper {
    width: 100%;
    max-width: 966px;
}
#BV_wrapper #product_container {
    display: none;
}
#BV_wrapper #BV_submission {
    padding: 20px 15px;
}
#BV_wrapper input[type="radio"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 0;
    -webkit-appearance: none;
}
#BV_wrapper input[type="radio"]:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: url('/ns/common/champssports/images/radio-button-off-44x44.png') no-repeat center center transparent;
    background-size: 100%;
}
#BV_wrapper input[type="radio"]:checked:after {
    background: url('/ns/common/champssports/images/radio-button-on-44x44.png') no-repeat center center transparent;
    background-size: 100%;
}
.BVRRBuyAgainContainer {
    margin: 10px 0 0 0;
}
#BVRRFieldRadioButtonReviewRecommendID {
    margin: 10px 0 0 0;
}
#BVRRFieldRadioButtonReviewRecommendID label {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 20px 0 0;
}
.BVRRFieldHelper {
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0;
    color: #b2906a;
}
.BVRRMinReached {
    background: none;
}
#BV_wrapper #bv_notloginwrapper {
    width: auto;
    font-size: 14px;
    border: none;
}
.BVRRSubmitContentHeader {
    margin: 0;
}
#BVSubmissionPopupContainer {
    padding: 20px 0 !important;
}
#BVSubmissionPopupContainer.BVRRReviewDisplayStyle5 {
    padding: 20px !important;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px;
}
.BVRRUserLocationContainer, .BVRRContextDataValueContainer {
    color: #666;
    padding: 5px 0 0 0;
    margin: 0;
}
.BVRRUserLocationContainer .BVRRLabel, .BVRRContextDataValueContainer .BVRRLabel {
    margin-right: 10px;
}
#BV_wrapper #bv_producttitleRR {
    background: none !important;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0;
    margin-bottom: 20px;
}
#BV_wrapper #bv_message {
    padding: 0;
}
#BV_wrapper #bv_button {
    padding: 0;
    margin: 20px 0;
}
#BV_wrapper #bv_signin, #BV_wrapper #bv_signup {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 10px;
}
#BV_wrapper #bv_retruntoproduct {
    padding: 20px 0 0 0;
}
#BV_wrapper #bv_retruntoproduct a {
    color: #b2906a;
}
#BV_submission .BVRRContainer {
    width: 100% !important;
    margin: 0;
}
.BVRRSectionBody {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #c7c7c7;
}
#BVRRDisplayContentReviewID_preview {
    border-top: none;
}
.BVRRPreviewFooter {
    padding: 20px 0;
    margin: 0;
    background: #fff;
    border-top: none;
}
.BVRRSubmissionError {
    background: #b2906a;
    padding: 10px !important;
    color: #fff;
    border: none !important;
    border-radius: 3px;
    box-sizing: border-box;
}
.BVRRFieldError .BVRRFieldLabel, .BVRRSubmissionErrorHeader {
    color: #fff !important;
}
.BVRRSubmissionError ul {
    list-style: inside;
}
.BVRRSubmissionError ul li {
    padding: 5px 0;
}
.BVRRFieldContainer label {
    padding: 0 !important;
    margin: 10px 0 0 0;
}
.BVRRFieldLabel {
    color: #666 !important;
    font-size: 14px !important;
    font-weight: normal;
}
.BVRRFieldLegend, .BVRRSectionHeaderContainer {
    padding: 0;
}
.BVRROverallRatingSubmissionContainer .BVRRFieldLabel {
    width: auto;
    margin-right: 20px;
    line-height: 20px;
}
#BVRRRatingsID, #BVRRPhotoUploadID, #BVRRVideoUploadID, #BVRRSubmissionFooterID {
    padding: 0;
    margin: 0;
    border-top: none;
}
#BVRRVideoUploadID {
    margin-top: 20px;
}
#BVRRSectionSelectTagsID {
    padding: 0;
    border: 1px solid #c7c7c7;
}
#BVRRProTagSectionID {
    width: 50%;
    box-sizing: border-box;
}
#BVRRConTagSectionID {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #c7c7c7;
}
.BVRRTagSectionHeader {
    padding: 10px 0 !important;
    background: #e0e0e0;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
    font-weight: normal !important;
}
.BVRRTagsBlock {
    padding: 20px;
    color: #666;
    text-transform: capitalize;
}
.BVRRTagRow {
    margin-bottom: 10px;
}
.BVRRTagRow span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.BVRRTagRow input[type="checkbox"], .BVRRWidget input[type="checkbox"], .BVRRFieldCheckbox {
    display: inline-block;
    vertical-align: middle;
    width: 24px !important;
    height: 24px;
    margin-right: 10px;
}
.BVRRTagRow .BVRRSelectedTag {
    text-transform: uppercase;
    color: #000;
}
#BV_wrapper iframe {
    display: block;
    width: 49% !important;
    border: none;
}
.BVRRFieldContainerReviewNetPromoterScore {
    width: 100%;
}
.BVRRNetPromoterRadioItemContainer {
    width: 9%;
    padding: 10px 0;
    text-align: left;
}
.BVRRNetPromoterRadioItemLabel {
    display: block;
    width: 24px;
    padding: 0 0 5px 0;
    text-align: center;
}
.BVRRFieldHelperNetPromoterScore {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #b2906a;
    overflow: hidden;
}
.BVRRFieldContainerReviewNetpromotercomment {
    width: 100%;
}
.BVRRButtonContainer {
    padding-top: 0;
    border-top: none;
}
input#BVRRPreviewReviewButtonID, input#BVRRCancelReviewButtonID, input#BVRRSubmitReviewButtonID, input#BVRREditReviewButtonID, #BVRRThankYouReturnLinkContainerID a, #BVRRReviewFormButtonsID a {
	display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 140px;
    height: 40px;
    padding: 0 20px;
    margin: 0 10px 20px 0;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
    box-shadow: none;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
input#BVRRPreviewReviewButtonID, input#BVRRSubmitReviewButtonID {
    background: #b2906a !important;
    border: 1px solid #997c5c !important;
}
input#BVRRPreviewReviewButtonID:hover, input#BVRRSubmitReviewButtonID:hover {
    background : #e5bb8a !important;
    border-color: #997c5c !important;
}
input#BVRRCancelReviewButtonID, input#BVRREditReviewButtonID, #BVRRThankYouReturnLinkContainerID a, #BVRRReviewFormButtonsID a {
    background: #e0e0e0 !important;
    border: 1px solid #c7c7c7 !important;
    color: #000 !important;
}
input#BVRRCancelReviewButtonID:hover, input#BVRREditReviewButtonID:hover, #BVRRThankYouReturnLinkContainerID a:hover, #BVRRReviewFormButtonsID a:hover {
    background: #fafafa !important;
    border: 1px solid #e0e0e0 !important;
}
#BV_submission .BVRRSectionHeader {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
}
#BV_submission .BVRRSectionHeaderSuffix {
    display: block;
    margin-top: 20px;
}
#BV_submission .BVRRSectionHeaderSuffix span {
    display: inline-block;
    vertical-align: middle;
    color: #b2906a;
}
#BV_submission .BVRRRequiredFieldIndicator, #BV_submission .BVRRRequiredFieldIndicatorSuffix {
    color: #b2906a;
}
#BV_wrapper .BVRRWidget div.star {
    width: auto;
    height: auto;
}
#BV_wrapper .BVRRWidget div.star a {
    width: 30px;
    height: 20px;
    background: url(/ns/common/champssports/images/review-star-empty.png) center no-repeat;
    background-size: 20px 20px;
    background-position: 0 0 !important;
}
#BV_wrapper .BVRRWidget div.star_hover a, #BV_wrapper .BVRRWidget div.star_on a {
    background: url(/ns/common/champssports/images/review-star-full.png) center no-repeat;
    background-size: 20px 20px;
}
#BV_wrapper .BVRRWidget input[type="text"], #BV_wrapper .BVRRWidget textarea {
    border: 1px solid #c7c7c7 !important;
    color: #000;
    padding: 0 10px;
    margin: 10px 0;
    font-weight: normal;
    border-radius: 3px;
}
#BV_wrapper select {
    margin: 10px 0;
}
#BV_wrapper .BVRRWidget textarea {
    width: 49%;
    padding: 10px;
    box-sizing: border-box;
}
#BV_wrapper .BVRRWidget input[type="text"].BVRRError {
    background-color: #fff;
    border: 1px solid #b2906a !important;
}
#BV_wrapper .BVRRWidget input[type="text"]:focus, #BV_wrapper .BVRRWidget textarea:focus {
    background: #fff;
}
.BVRRPhotoUploadControls, .BVRRFieldInputPhotoUpload {
    float: none;
    margin: 0;
}
.BVRRFieldInputVideoUpload {
    width: auto;
}
#BVRRGreatReviewContent, #BVRRPhotoTipBoxID {
    background: #b2906a;
    color: #fff;
    width: 49%;
    padding: 10px;
    border-radius: 3px;
    box-sizing: border-box;
}
#BVRRGreatReviewContent ul, #BVRRPhotoTipBoxID ul {
    padding: 0;
    margin: 0;
    list-style: inside;
}
#BVRRGreatReviewContent ul li, #BVRRPhotoTipBoxID ul li {
    font-size: 14px;
}
.BVRRTipBoxHeader {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
}
.BVRRTipBoxTitle {
    font-size: 14px;
}
.BVRRDuplicateContentHeaderSentenceDuplicate {
    text-transform: uppercase;
}
.BVRRReviewDisplayStyle5Tags, .BVRRReviewDisplayStyle5BodyContent {
    margin: 0;
}
.BVRRReviewProsContainer, .BVRRReviewConsContainer {
    margin: 10px 0 0 0;
}
.BVRRReviewProTagsPrefix, .BVRRReviewConTagsPrefix {
    display: inline-block;
    margin: 0 !important;
    text-transform: uppercase;
}
#BVSUFieldContainerPostTo_facebookID label {
    display: inline-block;
    vertical-align: middle;
    background: none;
}
.BVRRReviewSubmittedText {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.BVRRThankYouPostTo {
    float: none;
}
#BVSUThankYouPostTo_facebookID a {
    padding: 0;
    background: none;
}
#BVRRThankYouReturnLinkContainerID {
    margin-top: 20px;
}
/* End Bazaarvoice */

/* MyBuys */
div[mybuyszone] .title {
    background: #E0E0E0;
    color: #000;
    line-height: 125px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
div[mybuyszone] .title:before {
    content: 'RECOMMENDED FOR YOU';
}
div[mybuyszone] ul {
    text-align: left;
}
div[mybuyszone] ul li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    text-align: center;
}
#pdp_view div[mybuyszone] .slide_buttons, #social-flyin-html div[mybuyszone] .slide_buttons {
    top: 50%;
    padding: 0 20px;
}
#product_form #pdp_recommendations_spotlight .slide_buttons, #product_form #recommendations_spotlight .slide_buttons {
    left: 20%;
    top: 50%;
    width: 60%;
    padding: 0 20px;
}
div[mybuyszone] ul li a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 200px;
    padding: 0 7px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
div[mybuyszone] ul li a img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
div[mybuyszone] ul li a .product_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 10px 0;
}
div[mybuyszone] ul li a .price {
    color: #707070;
    font-weight: normal;
    font-size: 14px !important;
    margin: 0 10px 0 0;
}
div[mybuyszone] ul li a .price:before {
    content: '';
}
div[mybuyszone] ul li a .sale_product .price {
    text-decoration:line-through;
}
div[mybuyszone] ul li a .sale_product .sale_price {
    font-size: 14px !important;
    color: #b2906a;
}
div[mybuyszone] ul li .sale_product .sale_price:before {
    content: '';
}

/* CUSTOM PDP STYLES */
.custom-pdp-container {
    display: block;
    width: 96%;
    max-width: 920px;
    padding: 30px 2%;
    margin: 0 auto;
    font-family: Futura, arial, sans-serif;
    overflow: hidden;
}
.custom-pdp-container table, .custom-pdp-container tbody, .custom-pdp-container tr {
    display: block;
    width: auto;
    background: #fff;
}
.custom-pdp-container td {
    width: auto !important;
}
.custom-pdp-container .column-gutter {
    display: none;
}
.custom-pdp-container .column-left {
    display: block;
    float: left;
    width: 50% !important;
    padding-right: 10px;
    box-sizing: border-box;
}
.custom-pdp-container .column-right {
    display: block;
    float: right;
    width: 50% !important;
    padding-left: 10px;
    box-sizing: border-box;
}
.custom-pdp-container .column-right ul {
    list-style: none;
}
.custom-pdp-container .section-heading h2 {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.custom-pdp-container .section-heading span {
    color: #b2906a;
}
.custom-pdp-container .section-heading td {
    background: #fff;
    color: #666;
    text-transform: uppercase;
}
.custom-pdp-container .section-heading td font {
    display: block;
}
.custom-pdp-container .section-heading td font b {
    font-size: 16px;
}
.custom-pdp-container .giftcard-select {
    margin-bottom: 20px;
}
.custom-pdp-container .giftcard-select li {
    display: inline-block;
    margin-right: 10px;
}
.custom-pdp-container .giftcard-select a, .custom-pdp-container .giftcard-select img {
    display: block;
    text-decoration: none;
}
.custom-pdp-container .giftcard-select input {
    display: block;
    margin: 0 auto;
}
.custom-pdp-container .giftcard-value, .custom-pdp-container .giftcard-input {
    margin: 20px 0;
}
.custom-pdp-container .giftcard-value span {
    vertical-align: middle;
}
.custom-pdp-container .giftcard-value input {
    width: 50px;
    vertical-align: middle;
    text-align: center;
}
.custom-pdp-container .giftcard-input ul li {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.custom-pdp-container .giftcard-input label {
    float: left;
    display: block;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.custom-pdp-container .giftcard-input label span:after {
    content: ":";
}
.custom-pdp-container .giftcard-input input {
    float: left;
    display: block;
    width: 75%;
    margin: 0;
}
.custom-pdp-container .giftcard-input .subtext {
    clear: both;
    padding-top: 10px;
    text-align: right;
    color: #b2906a;
}
#giftcard_detail_section {
    margin-bottom: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}
#giftcard_detail_header {
    display: block;
    padding: 10px 0;
    text-align: center;
    background: #e0e0e0;
    border-bottom: 1px solid #c7c7c7;
}
#giftcard_detail_header b {
    font-weight: normal;
}
#giftcard_product_detail {
    padding: 20px 20px 0;
}
#giftcard_product_detail strong {
    display: block;
    margin: 10px 0;
    color: #000;
    text-transform: uppercase;
}
#giftcard_product_detail ul {
    list-style-position: inside;
    margin: 0;
}
#giftcard_product_detail ul li {
    margin-bottom: 10px;
}
#giftcard_terms_section {
    display: block;
    padding: 0 20px 20px;
}
#giftcard_terms_section a {
    color: #b2906a;
}

#loginInfo{
    margin-top: 20px;
    color: #666;
}
#loginInfo b, #loginInfo strong{
    color: #000;
}

/* MTA STYLING */
#mta-outer-wrapper {
    top: 186px !important;
}
#mta-wrapper {
    width: 100% !important;
    max-width: 930px;
    height: auto !important;
    overflow: hidden;
    background: #000 !important;
}
#mta-typeahead.ltr {
    float: left;
    width: 30% !important;
    height: 100%;
    background: #000;
}
#mta-typeahead ul {
    padding-top: 12px !important;
}
#mta-typeahead ul li, #mta-typeahead ul li strong {
    color: #fff !important;
    text-indent: 0px !important;
}
#mta-typeahead ul li.mta-selected, #mta-typeahead ul li.mta-selected strong {
    color: #000 !important;
}
#mta-flyout.ltr {
    float: right !important;
    width: 70% !important;
    background: #fff;
}
#mta-wrapper #flyout-prod-cartridge {
    width: auto;
    padding: 20px;
    margin: 0;
    border: 1px solid #c7c7c7;
    border-style: none solid solid none;
}
#mta-wrapper .prod-vertical, #mta-wrapper .prod-vertical a {
    padding: 0;
}
#mta-wrapper .prod-vertical .prod-image {
    width: 125px;
    height: 125px;
}
#mta-wrapper .prod-vertical .prod-image img {
    display: block;
    width: 100%;
    height: 100%;
}
#mta-wrapper .prod-vertical .prod-info-wrapper {
    float: left;
    overflow: hidden;
    margin-left: 20px;
}
#mta-flyout .short-desc {
    font-weight: normal;
    font-style: italic;
    color: #666;
}
#mta-flyout .prod-price {
    font-weight: normal;
    color: #666;
    margin: 5px 0 15px 0;
}
#mta-flyout .red {
    color: #b2906a !important;
}
#mta-flyout .shop-all-link {
    margin-right: 20px;
}

/* BUTTON STYLES */
.cta_button {
    background : #b2906a;
    border-color: #997c5c;
    color: #FFF;
}
.cta_button:hover {
    background: #e6ba89;
    border-color: #cba67a;
}
#storepickup .button {
    font-family: Futura, arial, sans-serif;
    background: #b2906a;
    border: 1px solid #997c5c;
    text-shadow: none;
    width: auto;
    min-width: 140px;
    padding: 0;
    box-shadow: none;
    border-radius: 3px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#storepickup .button:hover {
    background: #e6ba89;
    border-color: #cba67a;
}

/* MASS RELEVANCE FLYIN STYLES */
#social-flyin-html {
    display: none;
    max-width: 480px;
    margin-top: -3px;
}
.flyin_content #social-flyin-html {
    display: block;
}
#social-flyin-html img {
    display: block;
}
#social-flyin-html .mr-big-image {
    position: relative;
}
#social-flyin-html .mr-big-image img {
    position: relative;
    width: 480px;
    height: auto;
    z-index: 2;
}
#social-flyin-html .mr-big-image a {
    display: block;
    width: 74px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#social-flyin-html .mr-big-image a.left-arrow {
    background: url(/ns/common/champssports/images/left-turn-arrow.png) center no-repeat;
    background-size: contain;
    left: 0px;
}
#social-flyin-html .mr-big-image a.right-arrow {
    background: url(/ns/common/champssports/images/right-turn-arrow.png) center no-repeat;
    background-size: contain;
    right: 0px;
}
#social-flyin-html .mr-big-image a.play-icon {
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    margin: -31px 0 0 -31px;
    background: url(/ns/common/champssports/images/ie/play.png) center no-repeat;
    background-size: contain;
}
[data-touchdevice="true"] #social-flyin-html .mr-big-image a, #social-flyin-html .mr-big-image:hover a {
    opacity: 1;
}
#social-flyin-html .mr-profile {
    padding: 20px;
    overflow: hidden;
}
#social-flyin-html .mr-profile .avatar {
    float: left;
    margin-right: 20px;
}
#social-flyin-html .mr-profile .avatar img {
    width: 60px;
    height: auto;
}
#social-flyin-html .mr-profile .info {
    float: left;
}
#social-flyin-html .mr-profile .info .name {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
#social-flyin-html .mr-profile .info .username {
    display: block;
    color: #666;
}
#social-flyin-html .mr-content {
    padding: 0 20px;
    color: #666;
}
#social-flyin-html .mr-content .date {
    display: block;
    font-style: italic;
}
#social-flyin-html .mr-content .caption {
    display: block;
    padding: 20px 0 30px 0;
    font-style: italic;
    word-wrap: break-word;
}
#shop-this-style .title {
    background: #E0E0E0;
    color: #000;
    line-height: 125px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
#shop-this-style .title:before {
    content: "SHOP THIS STYLE";
}
#shop-this-style ul {
    display: block;
    list-style: none;
    padding: 30px 20px;
    margin: 0;
    text-align: center;
}
#shop-this-style ul li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 0;
    margin: 0 0 20px 0;
}
#shop-this-style ul li a {
    display: block;
    padding: 0 10px;
    color: #666;
    text-decoration: none;
}
#shop-this-style ul li a img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
#shop-this-style ul li a .prod-title {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
#shop-this-style ul li a .prod-price {
    display: block;
    padding: 10px 0;
}
#shop-this-style ul li a .prod-price.on-sale .list-price {
    text-decoration: line-through;
    margin-right: 5px;
}
#shop-this-style ul li a .prod-price.on-sale .sale-price {
    color: #b2906a;
    margin-left: 5px;
}
/* END MASS RELEVANCE FLYIN STYLES */

/* START CUSTOMER FEEDBACK FORM STYLES */
#call_feedback_form {
    margin-top: -20px;
    color: #666;
    font-size: 14px;
}
#call_feedback_form [style*="red"] {
    color: #b2906a !important;
    font-style: italic;
}
#call_feedback_form form h3 {
  color: #000;
  text-transform: uppercase;
  margin: 20px 0;
}
/* END CUSTOMER FEEDBACK FORM STYLES */

@media screen and (max-width: 1024px) {
    #endecaSearch h3.menu_btn {
        width: 20%;
    }
    #endecaSearch .searchResultsPaging.first {
        width: 77%;
    }
    #endecaSearch .mainsite_search_adjustments .sortBy {
        font-size: 0px;
    }
    #endecaSearch .mainsite_search_adjustments .sortBy strong, #endecaSearch .mainsite_search_adjustments .itemsPerPage:before {
        display: none;
    }
    #endeca_search_results > ul > li {
        width: 25% !important;
    }
}

@media screen and (max-width: 900px) {
    #wishlist #wl_sidebar {
        display: block;
        width: 100%;
        background: none;
    }
    #wishlist #wl_content {
        display: block;
        width: 100%;
    }
    #wl_links, #wl_search, #wl_help {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        text-align: center;
    }
    #wl_create, #friendWLForm {
        text-align: center;
    }
    #friendWLForm * {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    #endecaSearch h3.menu_btn {
        width: 25%;
    }
    #endecaSearch .searchResultsPaging.first {
        width: 74%;
    }
    #endecaSearch .endeca_pagination a {
        display: none;
    }
    #endecaSearch .endeca_pagination a.previous, #endecaSearch .endeca_pagination a.next {
        display: inline-block;
    }
    #endeca_search_results > ul > li {
        width: 33% !important;
    }
    .endeca-search-heading .search-heading-social {
        display: none;
    }
    #endecaSearch .mainsite_search_adjustments .first .itemsPerPage {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #endecaSearch .mainsite_search_adjustments {
        position: relative;
    }
    #endecaSearch .searchResultsPaging.first .endeca_pagination {
        position: absolute;
        left: 0px;
        width: 100% !important;
    }
    #endecaSearch .searchResultsPaging.first .endeca_pagination a.previous {
        float: left;
    }
    #endecaSearch .searchResultsPaging.first .endeca_pagination a.next {
        float: right;
    }
    #endecaSearch .mainsite_search_adjustments .sortBy, #endecaSearch .mainsite_search_adjustments .itemsPerPage {
        width: 49%
    }
    #endecaSearch .mainsite_search_adjustments .sortBy form > strong, #endecaSearch .mainsite_search_adjustments .itemsPerPage:before {
        display: none;
    }
    #noresults td.sideNavigation {
        width: 29%;
    }
    #noresults td.rightside {
        width: 69%;
    }
    #mta-outer-wrapper {
        width: 76% !important;
        top: 118px !important;
        right: 9px;
    }
    #mta-wrapper {
        height: auto !important;
    }
    #mta-typeahead.ltr {
        width: 100% !important;
        border: none;
    }
    #mta-flyout.ltr {
        display: none;
    }
}
@media screen and (max-width: 640px){
    #wl_list .item_action a{
        float: left;
    }
    #wl_list .item_action .cta_button{
        clear: both;
    }
    #BV_wrapper iframe {
        display: block;
        width: 100% !important;
    }
    #BVRRPhotoTipBoxID {
        position: relative;
        width: 100%;
        margin: 20px 0 0 0;
    }
}
[data-cartvalue="sourcecode"], [data-cartvalue="shipping"], [data-cartvalue="savings"], [data-cartvalue="orderTotal"] {
    display: none;
}
/**  X FOR Y ***/
.fullWidthTable, .content_area, .product_name, .product_description, .product_price, .other_product_attributes, .product_cell a {
    font-family: Futura, arial, sans-serif !important;
}
[id*="bundleTable"] .content_area td {
    font-size: 11px;
}

/** FEEDBACK **/
#overall_wrapper table[width="770"],  #overall_wrapper table td[width="770"] {
    width: 100%;
}
#overall_wrapper table td[bgcolor="#cc0000"] {
    background: #B2906A;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#overall_wrapper table[width="770"] input[name="txtFirst"], #overall_wrapper table[width="770"] input[name="txtMiddle"],#overall_wrapper table[width="770"] input[name="txtLast"] {
    width: auto;
}
font[size="1"] {
    font-size: 14px;
}
.content_area {
    font-size: 14px;
}
input[type="radio"] {
    margin: 10px 0;
}

/* ORDER RECEIPT */
#createAccountForm, .generalVIPForm {
    background: none !important;
}
#orderReceipt, #orderReceipt table, #orderReceipt p {
    font-family: Futura, arial, sans-serif !important;
    font-size: 14px !important;
}
.orderInfo{
    margin-top: 20px;
    padding: 30px !important;
}
.orderInfo th{
    color: #000;
    background: #E0E0E0;
    padding: 20px !important;
    text-transform: uppercase;
    border: 1px solid #E0E0E0 !important;
}

.orderInfo .lineitem td{
    /*padding: 30px !important;*/
    padding: 30px 0 30px!important;
}
#orderReceiptContent p.header{
    margin:0 !important;
    padding-bottom: 20px !important;
    text-transform: uppercase;
    font-size: 18px !important;
}
#orderReceipt .orderInfo{
    border: 1px solid #C7C7C7 !important;
}
#orderReceiptContent .userInfo{
    margin-top: 0px !important;
}
#orderReceipt p.thankyou{
    color: #000;
    text-transform: uppercase;
    font-size: 18px !important;
}
#orderReceipt .delivery > strong{
    text-transform: uppercase;
}
#orderReceipt table td.divider{
    border-top: 1px solid #C7C7C7 !important;
    padding: 0px !important;
    height: 1px;
    line-height: 1px;
}
#orderReceipt .lineitem .totalPrice{
    padding-right: 30px !important;
}
#orderReceipt table > tbody{
    border: 1px solid #C7C7C7;
}
.orderInfo p strong{
    text-transform: uppercase;
    margin-right: 10px;
}
.orderInfo p strong, .orderInfo .header, .orderInfo td.label, .vip_info b{
    color: #000;
}
#orderReceipt p.number{
    color: #666;
    text-transform: uppercase !important;
}
#orderReceipt p.print > a{
    text-decoration: underline;
}
#orderReceipt .red, #orderReceipt table .totalPrice[style="color:red;"] {
    color: #B2906A !important;
}
#orderReceiptContent a{
    color: #B2906A;
    text-decoration: none;
}
#orderReceipt td.label{
    text-transform: uppercase;
}
#orderReceiptContent td.deliveryicon{
    padding: 0px !important;
}
#orderReceiptContent .deliveryicon img{
    display: none;
}
#nostores.error, #storelookup.error {
    margin: 20px 0;
    color: #B2906A;
    font-weight: normal;
    font-family: Futura, arial, sans-serif;
}