
div#addToCartModal a{
	text-decoration:none !important;
}
.font-helvetica{
	font-family: 'Helvetica Neue LT Std';
}

#addToCartModal{
	z-index: 99999;
}

.size_weight {
  color: #717171;
  font-size: 12px
}
.zero_fifty{
	font-size: 16px;
	padding-top:9px !important;
	padding-left:0px !important;
}
.about-free-shipping{
	margin-left: 15px;
}

.bold-font{
	font-size: 12pt;
	font-weight: bold !important;
}

#added_container{
	padding-top:20px;
}

#added_container>p.added_text{
	padding-left: 15px;
}
.font_helvetica_lt_std{
	font-family: 'Helvetica Neue LT Std','Times New Roman';
}

#error_alert {
      border: 3px solid #FF0000;
  background: #fff url(../images/shoppingcart-items/error_icon.png) no-repeat 13px 8px;
  margin: 50px 0px 40px 40px;
  padding: 15px 48px 10px;
  width: 92%;
  font-weight: bold;
  word-wrap: break-word;
  line-height:16px;
  font-size:14px;
}
div.arrow_modal{
	margin-top:2px;
}

/* .summary_container{
	padding-top:20px;
} */
.about-free-shipping{
	font-size: 12px !important;
	padding-top: 3px !important;
}
/* unvisited link */
.about-free-shipping>a:link {
    color: #545454 !important;
    font-weight: bold !important;
}

/* visited link */
.about-free-shipping>a:visited {
    color: #545454 !important;
}

/* mouse over link */
.about-free-shipping>a:hover {
    color: #CC0000 !important;
}

/* selected link */
.about-free-shipping>a:active {
    color: #545454 !important;
}


/* unvisited link */
.continue_shopping>a:link {
    font-weight:bold;
	font-size: 12pt !important;
	color:#323232;
	text-decoration: none !important;
}

/* visited link */
.continue_shopping>a:visited {
    font-weight:bold;
	font-size: 16px !important;
	color:#323232;
	text-decoration: none !important;
}

/* mouse over link */
.continue_shopping>a:hover {
	font-weight:bold;
	font-size: 16px !important;
	color:#CC0000;
	text-decoration: none !important;
}

/* selected link */
.continue_shopping>a:active {
    font-weight:bold;
	font-size: 16px !important;
	color:#323232;
	text-decoration: none !important;
}

.button_group{
	clear: both;
}

#view_basket_button{
	height: 44px;
	width: 100%;
	margin-top: 30px;
	background-color: #ccc;
	font-size: 16px !important;
	border-radius: 0px;
	padding: 0.5%;
}
#view_basket_button:hover{
	background-color: #BABABA;
}
#view_basket_button:active{
	background-color: #5d5d5d;;
}

#checkout_button{

	height: 44px;
	width:100%;
	margin-top: 15px;
	background-color: #CE0B0B;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:500;
	border: none;
	border-radius: 0px !important;
}

#checkout_button:hover{
	background-color: #eb0000 !important;
}
#checkout_button:active{
	background-color: #990000 !important;
}

#progress_bar{
	margin:10px 0px 0px 0px;
}
#main_modal_content{
	padding-left:26px !important;
}


/* progress::-webkit-progress-bar { background: #FFFFFF; }
progress::-webkit-progress-value { background: #000000; } */

img {
    max-width: 100%;
    max-height: 100%;
}

#close_button{
	right: 10px;
	top: 7px;
	position: absolute;
	z-index: 999;
	font-size: 25px;
	font-weight: normal !important;
}

.see_shipping {
  color: #141414;
  font-size: 14px
  line-height: 20px;
}

.subscribe_to_ship{
	margin-right: 20px;
	font-size: 12px;
	color: #545454;
	font-weight: bold;
}

.quantity_bought {
  color: #545454;
  font-size: 14px !important;
  font-weight: bold;
}

#amount_left{
	margin-top:2px;
	font-size:11pt;

}
.amount_left_to_go{
	padding:0px;
}

.progress_div{
	padding-left: 2px !important;
	padding-right: 15px !important;
}
.threshold_progress{
	margin-left: -6px !important;
}

div.learn_more{
	margin-top:18px;
}

.learn{
	font-size:12px !important;
	color: #545454;
	font-weight:normal;
}


#was_price{
	text-decoration: line-through;

}

a.thisModal{
	cursor:pointer;
	text-decoration: none !important;

}
.amount_left_to_go {
	padding: 0px;
}


.continue_shopping>a{
	font-weight:bold;
	font-size: 16px !important;
	color:#323232;
	text-decoration: none !important;
}
.continue_shopping_ipad>a{
	font-weight:bold;
	font-size: 16px !important;
	color:#323232;
	text-decoration: none !important;
}

div.summary_container{
padding-left: 7px;
padding-top:20px;
background-color: #F0F0F0;
height:auto;
}


p#learn{
	margin-left:20px;
}

.hidden {
    display:none;
}


#image_container{
	padding-left: 5px !important;
}
#image_container>img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#progress_div{
	padding: 0px 0px;
}

#progress_meter{
	margin: 5px 0px 0px 0px;

}

.detailed_container{
	margin-left:20px !important;

}

.showContent{
	padding-left:20px;
	  padding-top: 10px;
}



.added_text{
	color: #404040;
	font-size: 18px !important;
	padding:0px 0px 15px 0px !important;

}

.price_item{
	color: #404040 !important;
	font-size: 20px !important;
}
.item_display_name {
  color: #323232;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height:20px;
}

.float-right{
	float: right !important;
}
#cost_div{
	padding-left:0px !important;
}

#cost_div>p{
	margin-bottom: 5px !important;
	font-size: 12px;
	color: #717171;
}

p.offer_value{
	font-weight: bold;
	height: 10px !important;
	max-width: 175px;
    margin-left: -85px;
    font-size: 12px;
}
.right_aligned_p{
	margin-left: -10px;
    padding: 0 !important;
    max-width: 95px;
    height: 40px;
}

.savings_info{
	margin-left: -40px;
	font-size: 12px;
}

p#error_case{
	margin: 0;
	/*color: red;*/
	font: 12pt;
}

#tablet_div{
	display:none !important;
}
#desktop_div{
	display:block !important;
}

/* MEDIA QUERRIES */
@media all
  and (min-width: 641px)
  and (max-width: 900px) {

	.modal-content {
	  margin-top: auto;
	  max-width: 660px;
	  height:auto;
	  margin-left:auto;
	  margin-right:auto;
	}

	#added_container {
		padding-top: 32px;
		padding-left:26px !important;

	}
	#main_modal_content {
		padding-left: 15px !important;
	}
	.subscribe_to_ship{
		margin-right: -30px !important;
	}
	#cost_div>p{
		margin-bottom: 10px !important;
	}
	#view_basket_button{
		height:50px;
	}
	#checkout_button{
		height:50px;
		padding-top: 13px;
		font-size: 16px;
	}
	#progress_bar,.zero_fifty{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.progress_ipad{
		padding: 0px 0px;
		width: 80% !important;
	}
	#customer_div{
		margin-left:-20px !important;
	}
	#carousel_container{
		height:152px !important;
	}
	div.learn_more{
		margin-top:0px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#customer_container{
		padding-top: 30px;
	}
	div.continue_shopping{
		position: absolute;
		right: 50px;
		bottom: 20px;

	}
	div.continue_shopping_ipad{
		position: absolute;
		right: 50px;
		bottom: 30px;
	}
	div.continue_shopping_ipad>a {
		background: url("../images/common/arrows/continue-shopping-arrow--normal.png") no-repeat right 2px top 0px rgba(0, 0, 0, 0);
		padding-right: 20px;
	}
	#learn_more{
		position: relative;
		padding-bottom: 10px;
	}
	#amount_left{
		padding-top:0px;
		font-size:11pt;
		margin-top: -5px;
	}
	#tablet_div{
		display:block !important;
	}
	#desktop_div{
		display:none !important;
	}

	div.continue_shopping>a {
		background: url("../images/common/arrows/continue-shopping-arrow--normal.png") no-repeat right 2px top 0px rgba(0, 0, 0, 0);
		padding-right: 20px;
	}
	div.continue_shopping>a:hover{
		background: url("../images/common/arrows/continue-shopping-arrow--hover.png") no-repeat right 2px top 0px rgba(0, 0, 0, 0);
		padding-right: 20px;
	}
	div.continue_shopping>a:active {
		background: url("../images/common/arrows/continue-shopping-arrow--normal.png") no-repeat right 2px top 0px rgba(0, 0, 0, 0);
		padding-right: 20px;
	}
	div.continue_shopping_ipad>a {
		background: url("../images/common/arrows/continue-shopping-arrow--normal.png") no-repeat right 2px top 0px rgba(0, 0, 0, 0);
		padding-right: 20px;
	}
	div.continue_shopping_ipad>a:hover{
		background: url("../images/common/arrows/continue-shopping-arrow--hover.png") no-repeat right 2px top 0px rgba(0, 0, 0, 0);
		padding-right: 20px;
	}
	div.continue_shopping_ipad>a:active {
		background: url("../images/common/arrows/continue-shopping-arrow--normal.png") no-repeat right 2px top 0px rgba(0, 0, 0, 0);
		padding-right: 20px;
	}
}

@media all
  and (min-width: 901px)
   {
	.modal-content{
		max-width: 939px;
		margin-top: 92px;
		margin-left: auto;
		margin-right: auto;
	}
	.continue_shopping>a{
		margin-top: 29px;
		padding-bottom: 26px;
	}
	#customer_container{
		padding-top: 24px;

	}
	.left_notification{
		margin-top: -25px;

	}
	#amount_left{
		padding-top:15px;
		font-size:11pt;
	}
	div.continue_shopping {
	  /* background: url("../images/common/Cont_Shiping_arrow.png") no-repeat scroll right 2px rgba(0, 0, 0, 0); */
	  line-height: 20px;
	  margin: 25px 0 20px;
	  padding-right: 0px;
	  text-align: right;
	}
	#tablet_div{
		display:none;
	}
	#desktop_div{
		display:block;
	}
	.modal-content{
		max-width: 939px;
		margin-top: 101px;
		margin-left: auto;
		margin-right: auto;

	}
	#customer_container{
		padding-top: 24px;
	}
	div.continue_shopping>a {
	  background: url("../images/common/arrows/continue-shopping-arrow--normal.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
	  line-height: 20px;
	  margin: 29px 16px 20px 0px;
	  padding-right: 15px;
	  text-align: right;
	  color: #545454 !important;
	}
	div.continue_shopping>a:hover{
		background: url("../images/common/arrows/continue-shopping-arrow--hover.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
		color: #CC0000 !important;
	}
	div.continue_shopping>a:active{
		background: url("../images/common/arrows/continue-shopping-arrow--normal.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
		color: #545454 !important;
	}

	.left_notification{
		margin-top: -25px;

	}
	#amount_left{
		padding-top:15px;
		font-size: 14px;

	}
	#continue_shopping{
		margin-left: 38%;
		margin-bottom: 40px;
		margin-top: 20px;
	}

  }


.member_signIn_template{
	margin-top: 20px;
}

.form_template{
	padding-left:15px !important;
}
.signIn{
	margin-top: 20px;
}

.link_text{
	font-weight: bold;
	color: #FF0000;
}

.continue_button{
	margin-top: 30px;
	padding-left: 30px;
}

.button_group{
	margin-top:5px;
}

#subTotal{
	margin-top:	18px;
}

input[type="radio"]{
	border: 5px solid rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(#FCFCFC, #DADADA);
}

progress,          /* All HTML5 progress enabled browsers */
progress[role]     /* polyfill */
{

	/* Turns off styling - not usually needed, but good to know. */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	/* gets rid of default border in Firefox and Opera. */
	border: none;

	/* Needs to be in here for Safari polyfill so background images work as expected. */
	background-size: auto;

	/* Dimensions */
	width: 100%;
	height: 30px;

}

/* Polyfill */
progress[role]:after {
	background-image: none; /* removes default background from polyfill */
}

/* Ensure fallback text doesn't appear in polyfill */
progress[role] strong {
	display: none;
}

progress,                          /* Firefox  */
progress[role][aria-valuenow] {    /* Polyfill */
   background: #fff !important; /* !important is needed by the polyfill */
   border:1px solid #ccc;
}

/* Chrome */
progress::-webkit-progress-bar {
    background: #fff;
}

/* IE10 */
progress {
    color: #36BBAA;
}

/* Firefox */
progress::-moz-progress-bar {
    background: #36BBAA;
}

/* Chrome */
progress::-webkit-progress-value {
    background: #36BBAA;
}

/* Polyfill */
progress[aria-valuenow]:before  {
    background: #36BBAA;
}

/* IE9 progress bar fallback */

.progressbar {
  background-color: #FFF !important;
  /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset; */

  width: 100%;
  height: 30px;
  margin-top:5px;
  position: relative;
  display: block;
}

.progressbar > span {
  background-color: #36BBAA;
  display: block;
  height: 30px;
  margin-top: -5px;
  text-indent: -9999px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


