div.checkbox {
 display: inline-block;
 margin-right: 4px;
 height: 11px;
 width: 11px;
 background: #f0f0f0;
 border: 1px solid #c0c0c0;
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F8f8f8', endColorstr='#e0e0e0', GradientType=0 );
    *zoom: 1;
    background: linear-gradient(to bottom, #f8f8f8, #e0e0e0);
    background: -moz-linear-gradient(top, #f8f8f8, #e0e0e0);
    background: -webkit-linear-gradient(top, #f8f8f8, #e0e0e0);
    background: -o-linear-gradient(top, #f8f8f8, #e0e0e0);
    background: -ms-linear-gradient(top, #f8f8f8, #e0e0e0);
 }
div.checkbox.checked div {
 height: 2px;
 width: 2px;
 background: transparent;
  box-shadow: 9px 2px #555, 8px 3px #555, 7px 4px #555,6px 5px #555,1px 6px #555,5px 6px #555,2px 7px #555,4px 7px #555,3px 8px #555;
/* box-shadow: 10px 2px #555, 9px 3px #555, 8px 4px #555,7px 5px #555,2px 6px #555,6px 6px #555,3px 7px #555,5px 7px #555,4px 8px #555; */
}

div.Group
  {
  display: inline-block;
  margin: 5px 2px 0 0;
  border: 1px solid #EEEEEE;
  background-color: #F8F8F8;
  width: 100%;
  }
 div.available, .reserved
  {
  padding: 3px 2px 3px 2px;
  width: 192px;
/*  float:left; Removed for mobile to center the div */
  margin: 0 auto;
  text-align: center;
  }
 div.reserved
  {
/*  */
 /* background-color: #FFCC00;*/
  opacity: 0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */

  }
 div.desc-cover
  {
  border:1px solid #FFF;
  position:relative;
  margin-top: -133px;
  width: 100%;
  height: 132px;
  background-color: white;
  z-index: 2;
  opacity: 0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
  }


.menuwrapper a,  .menuwrapper a:visited
{
/*  color: #ddd; This color looks bad */
  color: #4080ff;
}
.menuwrapper a:hover
{
  text-decoration: underline;
}
.menuwrapper a:active
{

}

a.hl-link, a.hl-link:visited {
/*  color: #710001; Make links stand out more */
	color: #4080ff;
}

 div.desc-cover:hover
  {
  border:1px solid #333333;
  }
div.desc-reserved-label
  {
  -webkit-pointer-events: none;
  pointer-events: none;
  position: relative;
  margin-top: -80px;
  vertical-align: center;
  width: 100%;
  height: 78px;
  text-align: center;
  font-size: 1.5em; /* changed 2017 10 18 */
  background-color: transparent;
  z-index: 4;
  opacity: 1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
  }
div.desc-adding-spinner {
  -webkit-pointer-events: none;
  -mos-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  position: relative;
  margin-top: -80px;
  vertical-align: center;
  width: 100%;
  height: 78px;
  text-align: center;
  font-size: 0.8em;
  background-color: transparent;
  z-index: 4;
  opacity: 1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
div.desc-checkmark {
	  -webkit-pointer-events: none;
  -mos-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  position: relative;
  margin-top: -120px;
  vertical-align: center;
  width: 100%;
  height: 118px;
  text-align: center;
  font-size: 0.8em;
  background-color: transparent;
  z-index: 4;
  opacity: 1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */

}

/* Remove these to get rid of the spinner */
/* #nprogress */ .spinner {
  display: block;
  position: relative;
  z-index: 100;
}

/* #nprogress */ .spinner-icon {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  margin-left: 40%;
  border: solid 4px transparent;
  border-top-color: #e8af3c;
  border-left-color: #e8af3c;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  	/*			$list .= '  <div class="desc-adding-cover">&nbsp;</div>';
				$list .= '  <div class="desc-adding-spinner"></div>';
				$list .= '  <div class="desc-added-cover">&nbsp;</div>';
				$list .= '  <div class="desc-adding-check"></div>';
*/
 div.store-item
  {
  /* height:200px; */
  width: 25%;
  position: relative;
  float: left;
  z-index:0;
  }
 .carat
  {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 1.2em;
  color: #E47911;
  line-height: 0;
  margin-right: 0.20em;
  font-weight: bold;
  }
 div.available, .reserved
  {
  height:270px
  }
div.img_block
  {
  border:1px solid #FFF;
  background: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
  height:130px;
/* Had to lower width for skinny pictures contained in "Group" divs" */
  width:30%;
  /*border: 1px solid #EEEEEE; */
  }

div.img_block img
  {
  /* border:1px solid #000; */
  display:inline;
  }

div.img_block:hover
  {
  border:1px solid #333333;
/*  A.info-link:link
    {
      text-decoration: none;
    } */
  }
A.info-link:link
{
  text-decoration: none;
}

div.desc, .desc-name, .desc-subgroup
  {
  text-align: center;
  width:192px;
  }

div.desc-hovertext {
 position: absolute;
 display: none;
 /*   border:1px solid #000; */
 margin-top: -204px;
 margin-left: -157px;
 padding: 5px;
 height:150px;
 width:180px;
 text-align: left;
 background-color: #EEEEEE;
 font-weight: normal;
 color: #383838;
 overflow-y: scroll;
 z-index:20;
 line-height: 19px;
}

a:hover + div.desc-hovertext, div.desc-hovertext:hover {
    display: block;
}

div.desc-name
  {
  font-weight: bold;
  color: #710001;
  font-size: 0.9em;
  height: 3.0em;
  overflow: hidden;
  }

div.desc-subgroup
  {
  font-weight: bold;
  color: #000000;
  font-size: 0.7em;
  height: 2.1em;
  overflow: hidden;
  }
div.desc-price
  {
  font-weight: bold;
  color: #710001;
  font-size: 1.0em;
  height: 1.5em;
  overflow: hidden;
  text-align: center;
  }
div.desc-price.noindent
  {
  margin-left: 0px;
  }
div.desc-price.indent
  {
  margin-left: 45px;
  }

div.desc-buyline
  {
  float: left;
  margin-left: 50px;
  margin-top: 5px;
  }
div.desc-buylink
  {

 /* horizontal-align: center;*/
  margin-left:auto;
  margin-right:auto;
  text-align: center;
 /* height: 2.7em; */
 /* line-height: 2.7em; */
  height: 35px;
  line-height: 35px;
  width: 100px;
 /* background-color: #DDDDDD; */
  white-space: nowrap;
  }
button.desc-buylink-incart-button {
    display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #e8af3c;
	border: 0px;
	z-index:5;
}
button.desc-buylink-button
  {
    display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #e8af3c;
	border: 0px;
	z-index:5;
	font-size:13px;
  }
button.desc-buylink-button:hover
  {
	background-color: #ebb13d;
	text-decoration: underlined;
  }
div.desc-infolink2
  {
  float: right;
  /*background-color: #DDDDDD;*/
  width: 35px;
  height: 14px;
  line-height: 10px;
  }

button.desc-button2 {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: Transparent;
  border: 0px;
  line-height: 10px;
  padding: 0px;
}
/* dep */
div.desc-infolink
  {
  float: right;
  /*background-color: #DDDDDD;*/
  width: 35px;
  height: 35px;
 /* background-image:URL('/img2/Small-Details-Button.png'); */
  }
/* dep */
button.desc-button
  {
    display: inline-block;
	width: 100%;
	height: 100%;
	background-color: Transparent;
	border: 0px;
  }
div.desc-buylink a:link
  {
  color: #000000;
  }
div.desc-buylink a:hover
  {
  color: #FFFFFF;
  }

div.desc
  {
  background: #EEEEEE;
  }

/* buy, market price box */
div.desc
  {
  height: 20px; /* 20px */
  }

div.listheader, .listfooter
  {
  clear: both;
  text-align: center;
  width: 100%;
  background-color: #CCCCCC;
  }


a:link, a:visited {
  text-decoration: none;
	color: #383838;
/*	color: #4080ff;  Need to find a good color still */
}
a:hover {
color:
#383838;
 text-decoration: underline;
}

div.cartwrapper {
 display: block;
 width: 100%;
 overflow: hidden;
}
div.cart-header {
 display: block;
 font-weight: bold;
 font-size: 3.0em;
 line-height: 1em;
 text-align: center;
 width: 100%;
 padding: 15px 0 20px 0px;
}
a.toggleDescription:link, a.toggleDescription:visited,a.toggleDescription:hover {
 color: #000590;
 text-decoration: underline;
}

div.row {
 clear: both;
 width: 100%;
 display: block;
 }
div.roweven
 {
 overflow: auto;
 background-color: #EBEBEB;
 }
div.rowodd
 {
 overflow: auto;
 }
div.rowodd, div.roweven
 {
 margin-top: 10px;
 margin-bottom: 10px;
 }
div.rowheader
 {
 font-weight: bold;
 text-align: center;
 border-bottom: 1px solid black;
 overflow: auto;
 margin-top: 3px;
 margin-bottom: 6px;
 }
div.seller
 {
 display: inline;
 float: left;
 width: 15%;
 padding: 0 2px 0px 5px;
 }
div.product
 {
 display: inline;
 float: left;
 width: 15%;
 padding: 0 3px 0px 3px;
 }
div.description
 {
 display: inline;
 float: left;
 width: 29%;
 padding: 0 3px 0px 3px;
 }
div.qty
 {
 display: inline;
 float: left;
 width: 5%;
 padding: 0 3px 0px 3px;
 }
div.unitprice
 {
 width: 10%;
 float: left;
 display: inline;
 padding: 0 3px 0px 3px;
 text-align: right;
 }
div.subtotal
 {
 width: 10%;
 float: left;
 display: inline;
 padding: 0 3px 0px 3px;
 text-align: right;
 }
div.remove
 {
 width: 10%;
 float: left;
 display: inline;
 padding: 0 3px 0px 3px;
 text-align: center;
 }
div.carttable
 {
 width: 100%;
 display: block;
 overflow: hidden;
 margin-bottom: 20px;
 }
div.cartavailable, div.cartreserved
 {
 width: 100%;
 display: block;
 overflow: auto;
 padding: 2px 0px 2px 10px;
 font-size: 2em;
 line-height: normal;
 background-color: #CFCFCF;
 }
div.emptycart
 {
 }
div.rowfootershop
 {
 }
div.rowfootercheckout
 {
 }
div.empty
 {
 display: inline;
 float: left;
 width: 30%
 }
div.total
 {
 display: inline;
 float: left;
 width: 30%
 }
div.shop {
 display: inline;
 float: left;
 width: 30%
}
div.checkoutnew {
 display: inline;
 float: left;
 width: 30%
}
div.checkoutreturning {
  display: inline;
  float: left;
  width: 60%
}
 .closeX {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #ff0000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
}
.closeX:hover {
  color: #ff0000;
  text-decoration: none;
  opacity: 0.90;
  filter: alpha(opacity=90);
  cursor: pointer;
}
.priceLarge {
  color:#900;
  font-size:1.35em;
  letter-spacing:-1px;
  font-weight:normal;
}

/* BEGIN SHOW ITEM */
.ItemDisplay .Main {
  width: 100%;
  display: block;
}

.ItemDisplay .ImageBlock {
  width: 400px;
}
.ItemDisplay .Thumbnail {
  max-width: 95px;

}
.Thumbnail .Image {
  max-width: 92px;
  padding: 0 0 0 3px;
}

div.ItemDisplay.Main {
  overflow: auto;

}

div.ItemDisplay.SimilarItems {
  margin: 0;
}

div.ItemDisplay.SimilarItems.Outter {
 padding: 35px 0 0 0;
 margin: 0;
 white-space: nowrap;
 overflow-x: inherit;
 overflow-y: inherit;
}
div.ItemDisplay.SimilarItems.Outter:focus {
 padding: 35px 0 0 0;
 margin: 0;
 white-space: nowrap;
 overflow-x: inherit;
 overflow-y: inherit;
 outline: none;
}

div.ItemDisplay.SimilarItems.shift-button {
  padding:100px 0 0 0;
  margin:0;
  display: inline-block;
  vertical-align: top;
  width: 35px;
}
div.ItemDisplay.SimilarItems.shift-button button {
 margin: 0; padding: 0;height: 62px; width: 35px; background-color: transparent; border: 0; background-repeat: no-repeat;
}

div.ItemDisplay.SimilarItems.shift-button button:focus {
  outline: 0;
}
div.ItemDisplay.SimilarItems.Inner {
 overflow-x: auto;
 padding: 0;
 width: 870px;
 height: 100%;
 display: inline-block;
}



div.ItemDisplay h2 {
  box-sizing: border-box;
  color: #C60 !important;
  display: block;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 35px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-rendering: optimizelegibility;
}

div.ItemDisplay.SimilarItems.Item {
  margin: 0;
  max-width: 198px;
  border: 0px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;

}

div.BreadCrumbs {
	clear:both;
	background: #EEEEEE;
	font-size: 0.65em;
	line-height: 1.8em;
	padding: 0 5px;  /*keeps content from running into edge */
	font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-weight: normal;
    font-size: small;
    line-height: 150%;
}

.ItemDisplay.SimilarItems ul {
  padding: 0;

}

.ItemDisplay .ImageBlock {
  /*width: 60%;*/
  float: left;
  padding: 5px 0 0 0;
}
.ItemDisplay .Info {
  width: 530px;
  padding: 0 0 0 20px;

  float: right;
}

.ItemDisplay .Title {
  color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:19px;
  font-weight:normal;
}
.ItemDisplay .TitleDivider {
  border-top:1px solid #ccc !important;
  margin-left: 0px;
  height: 1px;
  color: #FFFFFF;
  margin: 3px 0px;

  border-style: dashed none none none;
  background-color: white;
}
.ItemDisplay .Details {
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 12px;
  font-weight: regular;
}

.ItemDisplay .SKU {
  padding-right:3px;
  font-size:0.85em !important;
  color:#666;
  white-space:nowrap;
  text-align:right;
  vertical-align:middle;
}


.ItemDisplay .DescriptionBlock {
  background-color: #e4e4e4;
  display: inline-block;
  padding: 4px;
}

.ItemDisplay .Price {
  line-height: 2.5em;

}

.social-icons-container {
  border-top: 1px dotted #CCC;
  padding: 10px 0 10px 0;
  clear: both;
  width: 310px !important;
  display: flex;
}

.social-icons-container ul {
  padding: 0;
  margin-top: 0px;
  height: 20px;
}

.social-icons-container li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;

}
.ItemDisplay.social-icons-container div {
 display: inline-block;
 width: 56px;
}



#social-facebook iframe {
  /*position: absolute;*/
  top: -4px;
/*  width: 56px !important; */
}


.social-icons {

}
.social-icons.gplus {

}
.social-icons.twitter {

}
.social-icons.pin-it-button {

}

.ItemDisplay .Buttons {
  padding: 10px 0 0 0 ;
  height: 65px;
  overflow: hidden;
}
.AddtoCart {
  width: 120px;
}

/* END SHOW ITEM */

.cart-item.sku {
  padding-right:3px;
  font-size:0.85em !important;
  color:#666;
  white-space:nowrap;
  text-align:right;
  vertical-align:middle;
  font-weight: normal;
}

.cart-summary-table {
  width: 100%;
  font-size:12px;
  line-height:14px;
  color:#131313;
}

.cart-summary-price {
  text-align: right;
}

div.cart-summary-checkout-link {

  text-align: center;
  height: 2.7em;
  line-height: 2.7em;
  width: 180px;
  background-color: #DDDDDD;
}

input.checkout-button, div.checkout-button a {
  background-color:#c1132a;
  /* float:right; */
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  cursor:pointer;
}

div.resultsHeaderWrapper {
	background: none repeat scroll 0 0 #EEE;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	display: inline;
	float: left;
	font-size: 93%;
	margin: 4px 0;
	width: 100%;
}
h2.currentPlacement {
	font-weight: normal;
	margin: 0;
	padding: 8px 0 8px 4px;
	font-size: 100%;
	white-space: nowrap;
	-webkit-perspective-origin: 87px 7px;
	-webkit-transform-origin: 87px 7px;
}

div.resultsSort {
	display: inline;
	float: left;
	padding: 6px 4px;
	text-align: right;
}
div.resultsHeaderLeft {
	display: inline-block;
	float: left;
	padding-right: 10px;
}
div.resultsHeaderRight {
	display: inline-block;
	float: right;
	padding-right: 10px;
}
div.resultsHeaderSpacer {
	padding: 0 0 0 5px;
	border-width: 0 0 0 1px;
	border-color: #fff;
	border-style: solid;
	box-shadow: -1px 0 0 #d8d8d8;
	display: inline-block;
	padding-right: 10px;
	margin-top: 4px;
}

div#cart-right {
	width: 302px; 
	float: right;
}

div#cart-summary {
	text-align: center;
	background-color: #F2F2F0;
	height:400px;
	padding: 30px;
}

div#cart-left.cart-left-pane {
	margin-left: 10px;
	margin-right:320px;
	display: block;
}

div#cart-left-saved.cart-left-pane {
	margin-left: 10px;
	margin-right:320px;
	display: block;
}

div.show-hide-order-summary {
	width: 100%;
    padding: 12px 5px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background: #ece7e3;
	box-shadow: 2px 2px 2px #888888;
}
div.show-hide-order-summary .prices table {
	width: 100%;
	border-collapse: collapse; 
}

div.show-hide-order-summary .prices td {
	border-bottom: 1px solid black;
}
div.show-hide-order-summary .prices td a { 
   display: block; 
   text-decoration: none; 
}
div.show-hide-order-summary .prices td a:hover { 
    background-color: yellow;
}
div.show-hide-order-summary .prices tr.prices_head {
	background-color: #919191;
}
div.show-hide-order-summary .prices tr.prices_head td {
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	padding: 5px;
}
div.show-hide-order-summary .prices td.prices_image{
	width: 15%;
}
div.show-hide-order-summary .prices td.prices_image img{
	width: 100%;
}
div.show-hide-order-summary .prices td.prices_data{
	width: 40%;
}
div.show-hide-order-summary .prices td.prices_name{
	width: 45%;
}

a.help-icon, div.show-hide-order-summary a.help-icon {
	position: relative;
	color:#fff;
	border-radius: 100%;
    background-color:#c1132a;
    width:15px;
    height:15px;
    display:inline-block;
	padding: 2px;
    text-align:center;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
}

img.webuytoys {
	width:80%;
	border:1px solid #000;
}

.more_info, .more_info_switch {
	position: relative;
}

.more_info .title, .more_info_switch .title {
	width: 200px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 25%;
    margin-left: -100px;
	font-size: 0.75em;
	padding: 5px;
	top: 150%;
}

.more_info .title a, .more_info_switch .title a {
	color: #ff0000;
}

.more_info .title::after, .more_info_switch .title::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
	bottom: 100%;
	border-color: transparent transparent black transparent;
}

div.show-hide-order-summary a {
	text-decoration: underline;
}

div.shipping_form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

div.shipping_form a {
    background-color: inherit;
}

div.shipping_form input[type=text], div.shipping_form textarea, div.shipping_form select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

div.shipping_form input[type=submit], div.checkout-button {
    width: 100%;
    background-color: #c1132a;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

div.shipping_form input[type=submit]:hover, div.checkout-button:hover {
    background-color: #960f21;
}

div.shipping_form input#button.finish_checkout {
    width: 100%;
    background-color: #219653;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size: 1.8rem;
}

div.shipping_form input#button.finish_checkout:hover {
    background-color: #28fb82;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.activemailin {
  font-weight: bold;
}

.stepper-item.activemailin .step-counter {
  background-color: #c1132a;
  color: white;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.step-name {
  text-align: center;
}

div.checkout-button {
	width: 100%;
	padding: 14px 0;
	text-align: center;
}

div.shipping_item_list_available {
	padding: 15px 5px;
}

div.shipping_item_list_available p, div.shipping_item_list_unavailable p {
	border-bottom: 1px solid #111111;
}

div.shipping_item_list_unavailable {
	background-color: #ffd4da;
	padding: 15px 5px;
}

div.item_price_div, div.item_quantity_div {
	float: right;
	width: 25%;
	font-size: 0.85em;
}

div.item_quantity_div {
	text-align: center;
}

div.item_price_div {
	text-align: left;
}

div.shipping_item_list_spacer {
	height: 20px;
}


#ID_search_block_container {
	display: block;
	margin: 0 auto;
}


div.ID_search_block, div.customer_reviews {
	display: block;
	float: left;
}

div.ID_search_block {
	border: 1px solid #111111;
	width: 30%;
	padding: 2px;
	margin: 5px;
}

div.customer_reviews {
	width: 33%;
	padding: 10px 0px;
    margin: 10px 0px;
}

div.ID_search_block img, div.customer_reviews img {
	display: block;
	margin: 0 auto;
}

.ID_search_block:nth-child(3n+1){
    clear:left
}

div.why_sell_container {
	float: left;
	width: 68%;
	padding-right: 10px;
}
 
/* Video Wrapper for price guide */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Video Wrapper for price guide */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	float: left;
	text-align: left;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

div.feedback-completed-orders {
    width: 100%;
    padding: 12px 5px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: #ece7e3;
}

div.feedback-completed-orders ul {
	clear: both;
    list-style-type: none;
	margin-left: -30px; /* why is it so far right? */
}

div.feedback-completed-orders li {
    float: left;
	width: 20%;
	font-size: 0.85em;
}
	
/* BEGIN SEARCH NARROW_BY SIDEBAR STYLING */
div.NarrowByMobile {
	display: none; /* default layout */
}
div.newlinemobile {
	display: none; /* default layout */
}

div.resultsSort {
	display: inline; 
	float: right; 
	padding: 6px 4px; 
	text-align: right;
}

div.NarrowBy ul, div.NarrowByMobile ul {
  font-size: 11px;
  margin: 0 0 6px 0;
  padding: 0 0 6px 20px; /* 20 */
}

div.NarrowBy li, div.NarrowByMobile li {
  padding-bottom: 4px;
  text-indent: -10px; /* -10 */
}

div.NarrowBy li, div.NarrowBy ul, div.NarrowByMobile li, div.NarrowByMobile ul {
  list-style-position: outside;
  list-style-type: none;
}

div.NarrowBy h2, div.NarrowByMobile h2 {
  color: #d89f2c;
  margin: 0;
  font-size: 12px;
  padding: 0 0 2px 0;
}

div.NarrowBy a, div.NarrowByMobile a {
  color: #003b95;
}


div.NarrowBy a:hover, div.NarrowByMobile a:hover {

  display: block;
  color: #055d90;

}

div.NarrowBy li.CustomPrice, div.NarrowByMobile li.CustomPrice {
  margin-left: -12px;
  padding-bottom: 0;
  text-indent: 0;
}

div.CustomPrice table {
  width: 100%;
}

div.CustomPrice tr, div.CustomPrice td {
  border: 0;
  margin: 0;
  padding: 0;
}

div.CustomPrice label {
  font-size: 90%;
  white-space: nowrap;
}

div.CustomPrice input {
  outline-width: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div.CustomPrice input#lowerLimit {
  font-size: 80%;
  font-weight: bold;
  width: 95%;
}

div.CustomPrice input#upperLimit {
  font-size: 80%;
  font-weight: bold;
  width: 95%;
}

div.CustomPrice input#priceGo {
  border: 0;
  height: 21px;
  width: 21px;
}
span.narrowSidebarCallout {
	font-size: 0.7em;
}
	
/* END SEARCH NARROW_BY SIDEBAR STYLING */

/* BEGIN SEARCH FOOTER PAGING STYLING */
div.pageBrowser {
  border-top: 0;
  border-bottom: 0;
  display: inline;
  float: left;
  font-size: 93%;
  margin: 4px 0;
  width: 100%;
  background:none repeat scroll 0 0 #EEE;
}
div.innerPageBrowser {
  background-color: #eee;
/*  height: 36px;   need to make this dynamic */
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}

div.innerPageBrowser span.pageLink {
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}

div.innerPageBrowser span.pageLink a:link, div.innerPageBrowser span.pageLink a:visited {
  color:#7A09AE;
  padding: 6px;
  white-space: nowrap;
}

div.innerPageBrowser span.pageLink a:hover, div.innerPageBrowser span.pageLink a:active {
  background: #FFF;
  border: 1px solid #055d90;
  color: #055d90;
  padding: 5px;
  text-decoration: none;
  white-space: nowrap
}

/* END SEARCH FOOTER PAGING STYLING */

/* fine tune for MOBILE */
@media screen and (max-width: 700px) {
	div.store-item
	{
		/* width: 25%; removed for /store/ */
		width: 100%;
	}
	div.slicknav_menu a
	{
		color: #000;
		text-decoration: none;
	}
	div.newlinemobile {
		display: block;
	}
	div.resultsHeaderSpacer {
		display: none;
	}
	div.resultsSort {
		display: inline;
		float: left;
		padding: 6px 4px;
		text-align: right;
	}
	div.resultsHeaderRight {
		clear: both;
		display: inline-block;
		float: left;
		padding-right: 10px;
	}
	div.NarrowByMobile {
		clear: both;
		display: inline-block;
		float: left;
		padding: 6px 4px;
	}
	div.NarrowByMobile li {
		font-size: 1.2em;
	}
	span.narrowSidebarCallout {
		font-size: 1.2em;
	}
	.ItemDisplay .Info {
		clear: both;
		padding: 0 0 0 5px;
		float: left;
		width: 95%;
	}
	.ItemDisplay .ImageBlock {
		width: 95%;
		padding: 5px 0 0 5px;
	}
	div.ItemDisplay h2 {
		font-size: 14px !important;
	}
	div.ItemDisplay.SimilarItems.shift-button {
		width: 0px;
	}
	div#cart-right{
		width: 100%; 
		float: left;
	}
	div#cart-summary {
		margin: 0 auto 10px auto;
		text-align: left;
	}
	input.checkout-button {
		margin-left: 13px;
	}
	div.cart_description_container {
		display: none;
	}
	p.cart-item-name {
		margin-top: 25px;
	}
	div.cartitem.quantity {
		margin-top: -25px;
	}
	div.cart-item.price {
		margin-top: -20px;
	}
	div#cart-left.cart-left-pane {
		clear: both;
		margin-right: 5px;
		display: block;
	}
	div#cart-left-saved.cart-left-pane {
		clear: both;
		margin-right: 5px;
		display: block;
	}
	div.feedback-completed-orders li {
		font-size: 0.5em;
	}

	.more_info_switch .title {
		top: inherit;
		bottom: 150%;
	}
	
	.more_info_switch .title::after {
		top: 100%;
		border-color: black transparent transparent transparent;
	}
	
	div.ID_search_block, div.customer_reviews {
		width: 92%;
	}

	div.why_sell_container {
		width: 100%;
		padding-right: 0;
	}
/*	
	div.show-hide-order-summary .prices td.prices_image{
		display: none;
	}
	div.show-hide-order-summary .prices td.prices_data{
		width: 40%;
	}
	div.show-hide-order-summary .prices td.prices_name{
		width: 60%;
	}
*/	
}
