@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1em;
}

.float-none {
	float: none !important;
}

a.navbar-brand {
	color: rgba(247,140,38,1.00) !important;
	font-weight: 800;
	margin-top: 0px;
}

.navbar-right p {
	padding-top: 19px;
	color: rgba(255,255,255,1.00);

}

.navbar-brand i {
	margin-top: -12px;
	position: relative;
	bottom: -4px;
}

.navbar-inverse {
 background-color: #BAD9D9 !important;
}

/*ORANGE BUTTON*/

.btn-org {
  color: #fff;
  background-color: #F78C26;
  border-color: #D16804;
}
.btn-org:focus,
.btn-org.focus {
  color: #fff;
  background-color: #F78C26;
  border-color: #D16804;
}
.btn-org:hover {
	color:#fff !important;
	background-color: #C86406;
	border-color: #D16804;
}
.btn-org:active,
.btn-org.active,
.open > .dropdown-toggle.btn-org {
  color: #fff;
  background-color: #F78C26;
  border-color: #D16804;
}
.btn-org:active:hover,
.btn-org.active:hover,
.open > .dropdown-toggle.btn-org:hover,
.btn-org:active:focus,
.btn-org.active:focus,
.open > .dropdown-toggle.btn-org:focus,
.btn-org:active.focus,
.btn-org.active.focus,
.open > .dropdown-toggle.btn-org.focus {
  color: #fff;
  background-color: #F78C26;
  border-color: #D16804;
}
.btn-org:active,
.btn-org.active,
.open > .dropdown-toggle.btn-org {
  background-image: none;
}
.btn-org.disabled,
.btn-org[disabled],
fieldset[disabled] .btn-org,
.btn-org.disabled:hover,
.btn-org[disabled]:hover,
fieldset[disabled] .btn-org:hover,
.btn-org.disabled:focus,
.btn-org[disabled]:focus,
fieldset[disabled] .btn-org:focus,
.btn-org.disabled.focus,
.btn-org[disabled].focus,
fieldset[disabled] .btn-org.focus,
.btn-org.disabled:active,
.btn-org[disabled]:active,
fieldset[disabled] .btn-org:active,
.btn-org.disabled.active,
.btn-org[disabled].active,
fieldset[disabled] .btn-org.active {
  background-color: #F78C26;
  border-color: #D16804;
}
.btn-org .badge {
  color:#8E4602;
  background-color: #fff;
}




.page {
	position: relative;
	z-index: 200;
}

label {
	color: rgba(118,117,118,1.00);
}
.required{
	color: rgba(118,117,118,1.00);
}
.required label:first-child:before { 
   content:"*";
   color: rgba(255,0,4,1.00);
   padding-right:2px;
}
span.required {
	color: rgba(255,0,4,1.00);
}
.carthead {
	
	margin-bottom: 15px;
}
.totalbox {
	border: 1px solid rgba(152,152,152,1.00);
	list-style-type: none;
	padding-left: 0px;
}
.totalbox li {
 text-align: right;
 padding:2px 5%;
}

.totalbox li span{
	padding-left: 5%;
	font-weight: 800;
}

.totalbox li.total{
	border-top: 1px solid rgba(152,152,152,1.00);
	text-transform: uppercase;
	font-weight: 800;
}

.totalbox .boxheader {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:0;
	background-color: rgba(170,169,170,0.80);
	font-weight: 800;
	text-align: center;
}
.geo-trust {
	width: 40%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.cartbtn-group {
	position: relative;
	margin-top: -30px;
	margin-bottom: 20px;
}
.summary {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(152,152,152,1.00);
	margin-bottom: 20px;
	margin-top: 5px;
}



.shown-480 {
	display: none;
}

.hidden-480 {
	display: inline-block;
}

.summary h5 {
	font-weight: 800;
}
.ship-prices {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.ship-prices li {
	display: inline-block;
	margin-right: 28px;
	text-align: right;
	float: right;
}
.radio-label {
	margin-left: 5px;
	margin-bottom: 0px;
	font-size: 91%;
}
.radio-inline {
	padding-bottom: 18px;
	display: inline-block;
}

@media screen and (max-width:1200px){
 
 .form-control {
    padding: .375rem .25rem;
 }
}


@media screen and (max-width:990px){
 .input-group-text {

    padding: .375rem .25rem;
   
}
}




@media screen and (max-width:767px){
.navbar-right p {
	padding-top: 0px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 0px;
}


  table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:36%;
		margin:1.5em 0;
	}
	
	
	
	table#cart thead { display: none; }
	table#cart tbody td {
	display: block;
	padding: .6rem;
	min-width: 320px;
	text-align: center;
}
	table#cart tbody tr td:first-child {
	background-color: #CAC9CA;
}
	table#cart tbody td:before {
	content: attr(data-th);
	font-weight: bold;
	display: inline-block;
	width: 8rem;
	text-transform: uppercase;
	}
	
	
	
	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{
	display: block;
	max-width: 60%;
	margin-right: auto;
	margin-left: auto;
}
	
	table#cart tfoot .text-right {
	text-align: left;		
	}
.cartbanner h1 {
	font-size: 190%;
}
.telfield input#phone1, .telfield input#phone2 { width:3em; }
.geo-trust {
	width: 15%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}



}

@media (max-width: 480px){
.hidden-480 {
	display: none;
}
.shown-480 {
	display: block;
}

.geo-trust {
	width: 20%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


	
}

@media (max-width: 320px){

.geo-trust {
	width: 25%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
}
