@import("../desktop.css");
@import("../mobile.css");

/* ****************** */
/* *** GROSS HTML *** */
/* ****************** */

html {
	font-size: 62.5%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	line-height: 2;
	background: #fff;
	color: #324635;
}



form {
	margin: 0;
}

a, 
a:link, a:visited { color: #1b3d51; text-decoration: none; }
a:hover, a:active, a:focus { color: #000; }

.main_div {
	overflow: hidden;
}

.chzn-search input {
	max-width: 100% !important;
}

.chzn-drop, .chzn-container {
	width: 100% !important;
}

#loginform_accountdetails {
	margin: 0 60px;
}

#loginform_accountdetails #adminForm {
	margin: 0;
	padding: 0 !important;
}

#loginform_accountdetails .row {
	width: 100%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

#loginform_accountdetails .row input {
	width: 100%;
	box-sizing: border-box;
	height: 30px !important;
	border: 1px solid #666 !important;
	border-radius: 0 !important;
}

#loginform_accountdetails .button {
	background: #b58e31 !important;
	height: 40px;
	width: 100px !important;
	text-align: center !important;
	padding: 0 !important;
	transition: 0.2s;
}

#loginform_accountdetails .button:hover {
	background: #324635 !important;
}

/*.breadcrumbs {
	width: 80%;
	margin: 0 auto;
	position: relative;
	min-width: 1024px; */
}

/* BREADCRUMBS */

.gobackwards {
	display: block;
	clear: both;
	float: left;
	position: absolute;
	bottom: 0;
	background: #4a556b;
	padding: 0 10px;
	color: #fff !important;
	z-index: 99;
}

.gobackwards::after {
    content: " ";
    height: 0px !important;
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
    border-top: 14px solid #4a556b;
    border-right: 14px solid #7EA1BF;
    border-bottom: 14px solid #4a556b;
}
.gobackwards::before {
    content: " ";
    border-top: 14px solid #fff;
    border-right: 14px solid #4a556b;
    border-bottom: 14px solid #fff;
    height: 0px !important;
    display: block;
    position: absolute;
    top: 0;
    left: -13px;
    z-index: 99;
}

.breadcrumb {
	margin: 0;
	background: #7ea1bf;
	border-radius: 0;
	padding: 0 10px;
	clear: both;
	white-space: nowrap;
}

.breadcrumb .icon-location {
	display: none;
}

.breadcrumb li span {
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.breadcrumb li.active span {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.buttonBar {
	float: right;
	margin-bottom: 60px;
}

.hr {
	border-top: 1px solid #ccc;
	height: 1px;
	z-index: -1;
	position: relative;
	top: -1px;
}

/*.footer_main { color: #fff; } */
#vmMainPageOPC input#submit_coupon_button, #vmMainPageOPC input#submit_coupon_button:hover {
	width: 120px !important;
}

.hovercontainer {
	float: left;
	width: 250px;
	height: 250px;
	padding: 5px;
}

.hoverimage {
	opacity: 1;
	display: block;
	width: 100%;
	transition: .5s ease;
	backface-visibility: hidden;
}

.hovermiddle {
	transition: .5s ease;
	opacity: 0;
	position: relative;
	transform: translate(0%, -100%);
	text-align: center;
}

.hovercontainer:hover .hoverimage {
	opacity: 0.3;
}

.hovercontainer:hover .hovermiddle {
	opacity: 1;
}

.hovertext {
	background-color: #626e7e;
	color: white;
	padding: 16px 32px;
}

.offscreen {
	left: -9999 !important;
}

#vmMainPageOPC div#onepage_submit_section {
	padding-top: 5px;
	padding-bottom: 40px;
}

.switches li {
	border: 1px solid #ccc;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	width: 200px;
	float: left;
	margin: 0;
	cursor: pointer;
	background-image: linear-gradient(#fff, #f0f0f0) !important;
	color: #999;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 20px 0 !important;
	font-size: large;
	z-index: 99;
	position: relative;
	text-transform: uppercase;
}

#loginswitch, #registerswitch {
	border: 1px solid #ccc;
	text-align: center;
	width: 200px;
	float: left;
	margin: 0;
	cursor: pointer;
	background-image: linear-gradient(#fff, #f0f0f0);
	color: #999;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 10px 0;
	font-size: large;
	z-index: 99;
	position: relative;
}

.switchselect {
	background: #fff !important;
	color: #000 !important;
	border-bottom: 1px solid #fff !important;
	font-weight: bold !important;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 100 !important;
	position: relative;
}

.switches {
	overflow: auto;
	margin-top: 25px;
	padding-left: 60px;
}

.registerwrap h2 {
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
	margin: 30px 70px 10px;
	text-transform: uppercase;
	font-size: 22px;
}

.logoutbuttondiv {
	position: relative;
}

.logoutbuttondiv .FlexibleLoginBox {
	margin: 0;
	padding: 0;
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
}

.logoutbuttondiv .logoutform_greeting {
	display: none;
}

#user_interface h2 {
	border-bottom: 1px solid #444;
	text-transform: uppercase;
}

#user_interface table {
	width: 100%;
	text-align: left;
}

#user_interface .adminlist a {
	background: #fff;
	color: #626e7e !important;
	font-size: inherit !important;
	border: none !important;
	box-shadow: none !important;
	text-transform: uppercase !important;
	width: auto !important;
	cursor: pointer !important;
	padding: 0 !important;
	font-weight: bold;
}

#user_interface .adminlist a:hover {
	text-decoration: underline !important;
}

#user_interface th {
	background: #ccc;
	color: #000;
}

#user_interface th, #user_interface td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

#user_interface .row {
	padding: 0;
}

.detailsButtonBar {
	float: left;
	padding: 20px 0 0 520px;
	margin-right: 15%;
	white-space: nowrap;
}

#user_interface .row input {
	border: 1px solid #ccc !important;
}

#user_interface .chzn-container {
	margin-bottom: 8px;
}

#user_interface .addresses th, #user_interface .addresses td, #user_interface .items th, #user_interface .items td, #user_interface .payment th, #user_interface .payment td, #user_interface .shipping th, #user_interface .shipping td, #user_interface .notes th, #user_interface .notes td {
	border: 1px solid #999;
	padding: 5px 10px;
}

#user_interface .addresses th, #user_interface .items th, #user_interface .payment th, #user_interface .shipping th, #user_interface .notes th {
	background: #f0f0f0;
	color: #000;
	text-align: center;
}

.orderrow.active {
	border-top: 2px solid #626e7e;
}

.orderrow:hover {
	background: #f0f0f0;
	cursor: pointer;
}

.orderrow.active {
	background: #ccc;
}

.orderrow.active:hover {
	color: #000;
}

.orderrow td {
	position: relative;
}

.orderdetails > td {
    border-bottom: 2px solid #000 !important;
}

.orderslist>thead>tr>th {
	background: #EEE !important;
	color: #797979 !important;
	border: 1px solid #ccc !important;
}

.orderdetails>td {
	background: #ccc;
}

.orderdetails>td table {
	background: #fff;
}

.taxline {
	font-size: x-small;
	border-left: none !important;
	border-right: none !important;
}

.taxline:first-child {
	border-left: 1px solid #999 !important;
}

.taxline:last-child {
	border-right: 1px solid #999 !important;
}

.FlexibleForm .FlexibleFormRow input[type="submit"] { background: #b58e31 !important; }
.FlexibleForm .FlexibleFormRow input[type="submit"]:hover { background: #324635 !important; }


.FlexibleSpacerBuyArea table#t002, table#t002 th, table#t002 td {
  border: 1px solid #b58e31;
  border-collapse: collapse;
  text-align: left;
  padding: 5px;
}

.FlexibleSpacerBuyArea table#t03, table#t03 th, table#t03 td {
  border-collapse: collapse;
  border: 1px solid #b58e31;
  }

.FlexibleSpacerBuyArea table#t03 th, table#t03 td {
  padding: 2px;
  padding-left:5px;
}

.FlexibleSpacerBuyArea table#t03 th {
  background-color: #b58e31;
  color: white;
}

.FlexibleSpacerBuyArea table#t04 th {
  padding-bottom: 10px;
}
.FlexibleSpacerBuyArea .column {
  float: left;
  width: 40%;
  padding: 5px;
  padding-right: 5%;
}
.FlexibleSpacerBuyArea .row:after {
  content: '';
  display: table;
  clear: both;
}


.product-field-type-S {
    display: none;
}

.customlabel {
    font-weight: bold;
    clear: both;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.customlabel::after {
  content: ":";
}

.customvalue {
   float: left;
}

.geek-search-wrapper .facets ul {
    max-height: 253px;
    overflow: auto;
  	margin-left: 0px;
}




.keyterms_modal_div {

}

.what_does_this_mean_button {
background: #fff; border: none; color: #1b3d51; font-size: inherit !important;
}

.keyterms_modal {
z-index:900; display:none; padding-top:100px; position:fixed; left:0; top:0; width:100%; height:100%; overflow:auto; background-color:rgb(0,0,0); background-color:rgba(0,0,0,0.4)
}

.keyterms_modal_content {
margin:auto; background-color:#fff; outline:0; width:95%; max-width: 1100px; position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%);
}

.keyterms_modal_container {
padding:2.5em 16px;
text-align: center;
}

.keyterms_modal_close_button:hover {
color:#000!important; background-color:#ccc!important
}

.keyterms_modal_close_button {
position:absolute; right:0; top:0; border:none; display:inline-block; padding:8px 16px; vertical-align:middle; overflow:hidden; text-decoration:none; color:inherit; background-color:inherit; text-align:center; cursor:pointer; white-space:nowrap
}

.keyterms_modal_image {
width: 90%;
max-width: 1000px;
}

div.vmFlyPageBottom div.tabsstyleDIV ul#vmtabs li.selected a {
  background: none !important;
}

.vmFlyPageBottom .product-container ul {
    display: none;
  }


.item-info .label {
  padding: 0px !important;
}


.shipping-payment-heading .vmshipment_name::before {
    content: "Shipping: ";
}
.shipping-payment-heading .vmshipment_description {
    display: none;
}