/* More concise responsive forms style list - js 20180518*/


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

#mywidth{
	display:none;
	
}


body {
	line-height:24px;
	color: #bca780;
}

label {
	display:inline;
	line-height:11px;
}


#FORMS table td tr {
	padding: 0.335em 0.635em;
}

#FORMS input[type="file"],  #FORMS input[type="checkbox"],  #FORMS input[type="radio"],  #FORMS select {
    margin: 0px;
}


.columns{
padding-left: 0.9375em;
padding-right: 0.9375em;
float: left;
}

.large-6{
position: relative;
width: 50%;
}



.radioList ul {
	 list-style-type: none;
}

.radioList li {
	 display:inline;
}

.pageitem ul li {
    list-style-type: none;
}

li.bigfield, li.smallfield  {
    list-style-type: none;
}

input[class*="accradio"] , input[id*="radio_gels"]{
	margin: 0px 5px 2px 0px;
	
}


/********START MEDIA QUERIES *********/


/*** MAX MEDIA QUERIS ***/

/*@media screen and (max-width: 601px) {// previous 601 changed to 736 for iphone 6 plus  */
@media screen and (max-width: 736px) {

#FORMS {
    margin-left:-32px;
}

.radioList ul {
	list-style-type: none;
	-webkit-box-shadow: 2px 2px 4px #666;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 2px 2px 4px #666;
    -moz-border-radius: 12px;
    box-shadow: 2px 2px 4px #666;
    border-radius: 12px;
}

.radioList li {
	cursor: pointer;
    padding:0px 8px 0px 8px;
    border-left:  1px solid #acacac;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    background-color: #fff;
    font-weight: bold;
    -webkit-tap-highlight-color: transparent;
	display:block;
	min-height:44px;
	
}

/*
.radioList li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#211d1a), to(#736357));
    background: -moz-linear-gradient(top, #211d1a, #736357);
	background: -ms-linear-gradient(top, #211d1a, #736357);

    color: #fff;
}
*/

.radioList li:hover:after {
    color: #fff;
}
.radioList li:first-of-type {
    border-top: 1px solid #acacac;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.radioList li:last-of-type {
    border-bottom: 1px solid #acacac;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}



input[type="radio"], input[type="checkbox"] {
	display:none;
}



input[name="visible_subtotal"], input[name="salestax"] , input[name="x_Freight"] , input[name="total"] {
	border:none;
}



input[type="radio"] + label   {
    padding-top:12px;
	display:inline-block;
	width:100%;
	height:44px;
    cursor:pointer;
	
}

li.picked {
	background: #211d1a; /* Old browsers */
	background: url(/order/images/selected.png), -moz-linear-gradient(top,  #717070 0%, #888888 99%); /* FF3.6+ */
	background: url(/order/images/selected.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717070), color-stop(99%,#888888)); /* Chrome,Safari4+ */
	background: url(/order/images/selected.png), -webkit-linear-gradient(top,  #717070 0%,#888888 99%); /* Chrome10+,Safari5.1+ */
	background: url(/order/images/selected.png), -o-linear-gradient(top,  #717070 0%,#888888 99%); /* Opera 11.10+ */
	background: url(/order/images/selected.png), -ms-linear-gradient(top,  #717070 0%,#888888 99%); /* IE10+ */
	background: url(/order/images/selected.png), linear-gradient(to bottom,  #717070 0%,#888888 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717070', endColorstr='#888888',GradientType=0 ); /* IE6-9 */
	background-repeat:no-repeat;
    color: #fff;
	background-position:97% 97%;

		
}


input[type="radio"]:checked + label {
/*    background:url('/order/images/radiobutton-check.png') no-repeat;
    
	background-position:97% 97%;*/
}

.radiolist ~ input[type="radio"]:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#211d1a), to(#736357));
    background: -moz-linear-gradient(top, #211d1a, #736357);
	background: -ms-linear-gradient(top, #211d1a, #736357);

    color: #fff;
	}




.cf_col_1{
	display:none;
}

.cf_col_2{
	width:100%;
	float:none;
	margin-bottom:5px;
}


input.custform_input {
	width:100%;
}

select.custform_select {
	width:100%;
}

.pageitem ul li {
    padding-bottom: 3px;
}

.pageitem .name {
    text-shadow: none;
}

.pageitem li {
    min-height: 43px;
}
.pageitem .radiobutton {
    height: auto;
}

/*.menu, */.checkbox, .radiobutton, .select, li.button, li.bigfield, li.smallfield {
	position:relative;
	list-style-type:none;
	display:block;
	height:43px;
	overflow:hidden;
	/*border-top:1px solid #878787;*/
	border:1px solid #878787;
	width:auto
}
.pageitem li:first-child:hover, .pageitem li:first-child a, .radiobutton:first-child input, .select:first-child select, li.button:first-child input, .bigfield:first-child input{
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
}
.pageitem li:last-child:hover, .pageitem li:last-child a, .radiobutton:last-child input, .select:last-child select, li.button:last-child input, .bigfield:last-child input {
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}

.shiplayertop{
	border-top: 1px solid #acacac;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
/*
.menu:hover, .store:hover, .list #content li a:hover, .list .withimage:hover, .applist li:hover:nth-child(n), .ipodlist li:hover:nth-child(n) {
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#058cf5), to(#015fe6))
}*/

.bigfield input {
	-webkit-appearance:none;
	border:0;
	height:100%;
	padding:0;
	-webkit-border-radius:0;
	background:transparent;
	font-weight:bold;
	font-size:17px;
	padding-left:5px
}

#FORMS_LEFT.columns, #FORMS_RIGHT.columns, #FORMS.columns {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


input[type="checkbox"] ~ label span.toggle {
	width:94px;
	height:27px;
	background:url('/order/images/checkbox.png');
	border:0;
	float:right;
	margin:0px 4px 0 0
}




input[type="checkbox"]:checked ~ label span.toggle {
	background-position:0 27px
}
}


@media only screen and (max-width: 424px) {

input[type="checkbox"] ~ label span.toggle {
	margin: -13px 4px 0px 0px;	
}

}


@media only screen and (max-width:414px) {

.sl_insure_text {
    font-size: 10px !important;
}

.insure_br{
    display: none;
}


.insure_toggle{
     margin-top:8px !important;
}



}


@media only screen and (max-width:403px) {
.sl_insure_text {
    font-size: 9px !important;
}

.insure_toggle {
    margin-top: 0px !important;
}
}


@media only screen and (max-width:375px) {

.sl_insure_text {
    font-size: 12px !important;
}

.insure_br {
    display: block;
}

.insure_toggle {
    margin-top: -9px !important;
}


}



@media only screen and (max-width:320px) {


#FORMS {
    margin-left: -35px;
	width: 110%;
    margin-right: 1px !important;
}

}

/* ==========================================================================
   ADDED from foundation SECTION - order form styles
   ========================================================================== */

	
	
	.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  

  .small-6 {
    position: relative;
    width: 50%; }

 
  .small-12 {
    position: relative;
    width: 100%; }

 

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */

@media only screen and (min-width: 768px) {
  

  .large-6 {
    position: relative;
    width: 50%; }

  

  .large-12 {
    position: relative;
    width: 100%; }

 
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }