@import url(https://fonts.googleapis.com/css?family=Work+Sans);
@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


body {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	/*border-top: 12px solid #2B4879; */
	min-width: 320px;
    margin: 0px;
    overflow-y: scroll;
}

html, body {
	height: 100%;
}

#site-container {
	background-color:#FFFFFF;
	 min-height: 100vh; /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 120px; /* height of your footer */
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h8,
.h8,
h5,
.h5,
h6,
.h6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1px 0;
	padding: 1px 0;
}

h2,
.h2 {
	font-size: 25px;
	line-height: 45px;
	padding-left: 2px;
}

h3,
.h3 {
	font-size: 19px;
	line-height: 38px;
}

h4,
.h4 {
	font-size: 16px;
	line-height: 34px;
}

h6,
.h6 {
	color: #444;
	font-weight: 600;
}

h5,
.h5 {
	font-size: 14px;
	line-height: 32px;
}

h6,
.h6 {
	font-size: 13px;
	line-height: 22px;
}

h7,
.h7 {
	font-size: 25px;
	line-height: 45px;
	color: #000;
	font-family: 'Work Sans', sans-serif;	
	font-weight: bold;
	margin: 1px 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 52px;
}

h8,
.h8 {
	font-size: 1.9vh;
    line-height: 3.5vh;
	color: #000;
	font-family: 'Work Sans', sans-serif;	
	font-weight: bold;
	
}

p {
	margin: 0;
	padding: 0;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

.bold {
	font-weight: bold;
}

.sep {
	height: 5px;
	background: url(../../graphics/00000001/images/sep.png) repeat;
}

hr {
	border-top: 0;
	border-bottom: 1px solid #e6e6e6;
	height: 0;
	margin: 15px 0 10px 0;
	padding: 0;
}

.bor {
	background: url(../../graphics/00000001/images/sep.png) repeat-x;
	height: 5px;
	margin: 10px 0 10px 0;
}

.center {
	text-align: center;
}

.red,
.error,
.invalid {
	color: #f00 !important;
}

.italic {
	font-style: italic !important;
	font-weight: normal !important;
}

.required {
	font-weight: bold;
}

.horizontal-links a {
	margin-right: 20px;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

.well {
	background: #fafafa;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 2px #eee;
	margin: 20px 0px;
	padding: 10px 15px;
}

.no-padding {
	padding: 0;
}

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

/* Form */
form {
	margin: 5px 0px;
}

/* form * {
	font-size: 13px !important;
} */
form h2 {
	font-size: 1.5em !important;
	text-transform: uppercase;
}

/* Modal */

/* Button */
/*a.btn,
a.btn:visited,
a.btn:hover {
	color: #333333 !important;
}*/
a.btn-primary,
a.btn-primary:visited,
a.btn-primary:hover,
a.btn-warning,
a.btn-warning:visited,
a.btn-warning:hover,
a.btn-danger,
a.btn-danger:visited,
a.btn-danger:hover,
a.btn-success,
a.btn-success:visited,
a.btn-success:hover,
a.btn-info,
a.btn-info:visited,
a.btn-info:hover,
a.btn-inverse,
a.btn-inverse:visited,
a.btn-inverse:hover {
	color: #fff !important;
}

.button {
	margin: 10px 0 5px 0;
}

.button a,
.button a:visited {
	border: 0 !important;
	color: #fff;
	font: 13px 'Work Sans', sans-serif !important;
	padding: 5px 10px;
	text-decoration: none !important;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

.button a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

button.close {
	height: 30px;
	width: 30px;
}

/* Social */
.social {
	font-size: 13px;
	margin: 5px 0;
}

.social i {
	color: #fff;
	background: transparent;
	display: inline-block;
	line-height: 25px;
	margin: 0 5px 0 0;
	text-align: center;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
	width: 25px;
	height: 25px;
}

.social i:hover {
	background: #222;
}

.social a,
.social a:visited,
.social a:hover {
	color: #fff;
	text-decoration: none;
	margin-bottom: 5px;
	display: inline-block;
}

/* Back to top */
.totop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 104400;
}

.totop a,
.totop a:visited {
	color: #fff;
	display: block;
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
}

.totop a:hover {
	color: #fff;
	text-decoration: none;
}

/* Image alignment*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* 1-3 Column */
.onethree-left {
	float: left;
	width: 23%;
}

.onethree-right {
	float: right;
	width: 76%;
}

/* Half column */
.col-left {
	width: 48%;
	float: left;
}

.col-right {
	width: 48%;
	float: right;
}

.container {
	width: 1010px;
}

/* Title */
.title {
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 1px 0;
	text-transform: uppercase;
	min-height: 34px;
	line-height: 34px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #f5f5f5;
}

.title i {
	margin-right: 3px;
}

/* topheader */
header.topheader {
	padding: 0;
}

header.topheader .hlinks {
	text-align: right;
}

header .phone {
	line-height: 30px;
	text-align: left;
}

.iconbar {
	padding: 0 !important;
}

.iconbar a {
	text-decoration: none;
}

.iconbar .xs-cart {
	display: inline !important;
}

.iconbar i {
	/* width: 24%;
	width: calc(25% - 3px); */
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;	/*border-right:1px solid #fff !important;*/
}

.iconbar a:last-child i {
	border-right: none !important;
}

.iconbar i span {
	font-size: 18px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/* btmheader */
header {
	color: #777;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

header .logo {
	padding: 0;
	padding-top: 0px;
}

header .logo h1 a,
header .logo h1 a:visited,
header .logo h1 a:hover {
	color: #777;
	font-size: 35px;
	font-weight: 400;
	text-decoration: none;
}

header .logo .meta {
	color: #888;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

header .logo img {
	  width: 156px;
  height: 50px;
  position: relative;
  top: -15px;
}

header .hlinks > span {
	border-radius: 3px;
	color: #fff;
	padding: 5px 7px;
}

header .hlinks > span a,
header .hlinks > span a:visited {
	color: #fff;
}

header .hlinks a.btn-primary,
header .hlinks a:visited.btn-primary {
	line-height: 18px;
}

header .hlinks > span {
	background: #4e5555;
	border: 1px solid #2b2e2e;
}

header .hlinks a,
header .hlinks a:visited {
	color: #000;
	text-decoration: none;
	line-height: 30px;
}

header .hlinks a:hover {
	color: #ccc;
}

header form .form-group {
	padding-right: 0;
	padding-left: 0;
}

header form input.form-control {
	width: 100% !important;
	border-right: none;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

header form {
	margin-top: 0;
}

header form .btn {
	height: 34px;
	float: left;
	border-radius: 0 5px 5px 0;
	width: 16.6666%;
}

header .basket-count {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 18px;
	line-height: 30px;
}

header .checkout-btn {
	font-size: 18px;
}

header .search-row {
	padding: 10px 0 0;
}

header .search-row div.v-center {
	display: table;
	vertical-align: middle;
	height: 70px;
}

header .search-row div.v-center form,
header .search-row div.v-center .hlinks {
	vertical-align: middle;
	display: table-cell;
}

header .search-row div.v-center .hlinks a.float-right {
	float: right;
}

/* Account Modal */
.hlinks .icon-user {
	font-size: 25px;
	line-height: 30px;
}

.hlinks .head-phone {
	font-size: 15px;
	line-height: 30px;
	display: inline;
	margin-left: 10px;
	vertical-align: top;
}

#login .modal-header {
	border-bottom: none;
	border-top: 1px solid #e5e5e5;
	padding: 5px 15px 0;
}

#login .modal-header.top {
	border-top: none;
}

#login .modal-body {
	margin-top: 0;
	padding-top: 0;
}

#login .modal-footer {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

/* Navigation */
.navbar {
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 0;
	border-right: 0 !important;
	border-left: 0 !important;
	filter: none !important;
	margin: 0;
	padding: 0 !important;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: sans-serif, arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.navbar ul {
	margin: 0;
	padding: 0;
}

.navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*border-right: 1px solid #2b2e2e;*/
}

.navbar button {
	font-size: 13px;
}

.navbar div.barGroup {
	display: inline-block;
}

.navbar span.menuText {
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
	height: 44px;
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}

.navbar-toggle .icon-bar {
	background: #000;
}

.navbar .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}

.navbar .nav {
	margin-left: 0px;
	line-height: 20px;
	/*border-bottom: 2px solid #000;*/
}

.SFNT .navbar .nav {
	border-bottom: 0;
}

.navbar .nav > li > a {
	color: #000 !important;
	padding: 14px 15px 14px;
	text-shadow: none !important;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

.navbar .nav > li > a:hover {
	color: #fff !important;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	box-shadow: none;
	color: #fff !important;

}
.about-navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 8px;
	margin-bottom: 10px;
	list-style: none;
	background-color: rgba(153,204,255,0.1);
border-radius: 4px;
	display:inline-block;
}


div.blueTable {
  width: 100%;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  padding: 6px 7px;
}
.divTable.blueTable .divTableHeading {
  }
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 17px;
  font-weight: bold;
     text-align: left;

}
.blueTable .tableFootStyle {
  font-weight: normal;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}


/* Page heading */
.page-head {
	border-bottom: 1px solid #ddd;
}

/* Content */
/* .content h1 {
	color: #777;
	font-size: 23px;
	line-height: 33px;
}
.content h4 {
	color: #999;
	font-size: 15px;
} */

.content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.content ul li {
	list-style-type: circle;
	padding: 1px 0px;
	margin: 0px;
}

.lists ul {
	margin: 0px;
	margin-left: -15px;
}

.tab-pane ul {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
}

/* ------------------------ promotion boxes ------------------------ */
/* .promo {
	margin: 10px 0;
}
	.promo .pcol-left {
		float: left;
		text-align: center;
		width: 38%;
	}
	.promo .pcol-right {
		float: right;
		width: 58%;
	}
	.promo .pbox img{
		border: 1px solid #fff;
		box-shadow: 0 0 4px #888;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 10px auto;
	}
	.promo a,
	.promo a:visited,
	.promo a:hover {
		color: #fff;
		text-decoration: none;
	}
	.promo .pmed {
		font-size: 17px;
		font-weight: 600;
		line-height: 27px;
		text-transform: uppercase;
	}
	.promo .psmall {
		font-size: 13px;
		line-height: 20px;
	} */
/* ------------------------ promotion boxes ------------------------ */
/* .about .row{
	padding:10px 20px 20px;
	margin:0;
	border:1px solid #cccccc;
} */
/* Cart */

/* .cart {
	margin: 20px 0px;
} */
.cart .remove-form .btn {
	background: none;
	padding: 6px 0;
}

.cart .update-cart .btn {
	background: none;
	padding: 5px;
}

.cart .update-cart .btn:hover {
	background: none;
	padding: 5px;
}

.cart .update-cart .btn:active, .cart .update-cart .btn.active {
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.cart .remove-row {
	width: 30px;
}

.cart .icon-remove {
	color: #d2322d;
}

#cart a {
	color: inherit;
}

table.tcart {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}

.cart .tcart img {
	max-height: 50px;
}

.cart td.item-input {
	width: 20%;
}

.basket-charges, #basket-totals {
	padding: 0 8px 3px;
}

#basket-footer div#basket-totals {
	/*border-bottom: 1px solid #DDD;*/
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#basket-footer div {
	/* border-left: 1px solid #DDD;
	border-right: 1px solid #DDD; */
	padding: 3px 8px;
	margin-bottom: 0;
	background: none;
}

/* Checkout */

.checkout {
	margin: 20px 0px;
}

/* Shipping */
#shipestimate_table {
	width: 100%;
}

.shipestimate_dialog {
	padding: 8px;
	height: 100%;
}

#shipestimate_recalculate {
	display: none;
}

.shipestimate_dialog td {
	padding-bottom: 10px;
}

/* Item */
.items .container {
}

.category-items {
	margin: 20px 0px;
}

.page-head .breadcrumb {
	background: transparent;
	border: 0px solid #eee;
	padding: 10px 0;
	margin: 0px;
	border-radius: 0px;
}

.subcategory-title {
	display: inline-block;
	float: left;
}

.subcategory-hide {
	float: right;
	width: initial;
}

.subcategory-item {
	margin: 0 auto;
	padding: 10px 0;
	min-height: 190px;
}

/* .category-item {
	min-height: 250px;
	max-height: 250px;
	max-width: 250px;
	margin: 0 auto;
	padding: 10px 0;
} */
.category-item .ico {
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 20px;
	margin-left: 5px;
}

.category-item hr {
	margin: 5px 0px;
}

.subcategory-item .item-image {
	max-height: 100px;
}

/* .category-item .item-image {
	max-height: 150px;
	border: 1px solid #f3f3f3;
	box-shadow: inset 0px 0px 1px #ddd;
	-webkit-transition: box-shadow 1s ease;
	-moz-transition: box-shadow 1s ease;
	-o-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
}
.category-item .item-image:hover {
	box-shadow: inset 0px 0px 5px #ccc;
	-webkit-transition: box-shadow 1s ease;
	-moz-transition: box-shadow 1s ease;
	-o-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;
} */
.subcategory-item .item-image img {
	padding: 5px 0px;
	max-height: 100px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.category-item .item-image img {
	/*padding: 5px 0px;*/
	height: 225px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.category-item .item-image2 img {
	/*padding: 5px 0px;*/
	height: 250px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.subcat-item .item-image img {
	/*padding: 5px 0px;*/
	height: 300px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.category-item .product-type {
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 50px;
	color:#555;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.category-item .item-details {
	width: 90%;
	margin: 0 auto;
}

.subcategory-item .item-details h5, .category-item .item-details h5 {
	text-align: center;
}

/* .category-item .item-details h5 a {
	color: #666;
} */
.subcategory-item .item-details h5 a:hover, .category-item .item-details h5 a:hover {
	text-decoration: none;
}

.category-item .item-details p {
	text-align: center;
}

.category-item .item-price {
	text-align: center;
	margin: 0px;
	line-height: 20px;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	/* added 4.23.18 to hide price on category landing pages */
	display: none;
}

.category-item .button {
	text-align: center;
}

/* Product main details */

.product-main .form-horizontal label.control-label {
	padding-right: 0;
	text-align: left;
}

#main_image {
	max-width: 100%;
}

.product-images {
	text-align: center;
}

.thumbnails {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.thumbnails li {
	/*border: 1px solid #eee;*/
	cursor: pointer;
	display: inline-block;
	margin: 5px;
	padding: 0;
	text-align: center;
	width: 72px;
	height: 72px;
}

.thumbnails li span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.thumbnails li img {
	vertical-align: middle;
}

.swatches ul {
	padding: 0;
}

.swatches li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px !important;
	padding: 0;
	text-align: center;
	width: 50px;
	height: 50px;
}

.closeup {
	background: #fff;
	border: 1px solid #333;
	display: none;
	min-width: 274px;
	min-height: 274px;
	padding: 10px 10px 5px 10px;
	position: absolute;
	top: 75px;
	text-align: center;
	z-index: 9999;
}

.closeup a {
	cursor: pointer;
	margin: 5px 0 0 0;
	z-index: 10000;
}

.closeup_backing {
	background: #333;
	display: none;
	filter: alpha(opacity=75);
	opacity: 0.75;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9990;
}

/* OSEL Page */
#osel-form #ship-to .form-group,
#osel-form #bill-to .form-group {
	margin-bottom: 0;
}

#osel-form #ship-to .form-group label,
#osel-form #bill-to .form-group label,
#osel-form #ship-to .form-group .form-control-static,
#osel-form #bill-to .form-group .form-control-static {
	padding: 0 5px 0 0;
}

/* OPAY Page */
#opay-form #ship-to .form-group,
#opay-form #bill-to .form-group {
	margin-bottom: 0;
}

#opay-form #ship-to .form-group label,
#opay-form #bill-to .form-group label,
#opay-form #ship-to .form-group .form-control-static,
#opay-form #bill-to .form-group .form-control-static {
	padding: 0 5px 0 0;
}

/* OPAY Page */
#customer-fields.non-editable .form-group {
	margin-bottom: 0;
}

#customer-fields.non-editable label,
#customer-fields.non-editable .form-group .form-control-static {
	padding: 0 5px 0 0;
}

/* Related posts */
.PROD .category-item {
	min-height: 240px;
	max-height: 266px;
}

/* Sidebar */

.sidebar {
	margin-top: 10px;
}

.sidebar h4 {
	font-size: 13px;
	color: #555;
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}

.widget ul {
	margin: 0px;
	margin-left: -15px;
}

.sidebar .widget {
	background: #fff;
	padding: 8px 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

.sidebar .widget .form-search {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Pagination */

.paging {
	/*width: 270px;*/
	clear: both;
	padding: 6px 0;
	line-height: 17px;
	font-size: 13px;
}

.paging span,
.paging a {
	/* display: block;
	float: left; */
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 5px 8px;
	text-decoration: none;
	width: auto;
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
	font-weight: normal;
}

.paging a:hover {
	color: #fff;
	background: #ccc;
}

.paging .current {
	padding: 5px 8px;
	color: #fff;
	background: #4d5655;
}

/* 404 Page */

.error-page .big-text {
	font-size: 170px;
	line-height: 180px;
	color: #999;
}

/* Item review */

.nav-tabs {
	margin-bottom: 10px;
}

.item-review {
	background: #fafafa;
	margin: 10px 0px;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 10px;
}

.item-review .rmeta {
	font-style: italic;
}

/* Careers */

.career .nav > li {
	background: none;
	padding: 0px;
	list-style-type: none;
}

.nav-tabs > li > a:hover {
	color: #fff;
}

/* Sidebar page navigation */

#navi {
	margin: 0px;
	padding: 0px;
}

#navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navi > li > a {
	display: block;
	padding: 10px 10px;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
}

#navi > li > a:hover {
	color: #666;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd;
}

/* Sidebar items */

.sitem {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.sitem img {
	margin-top: 5px;
	max-width: 45px;
}

/* Support */

#slist p {
	display: none;
	margin: 5px 0px;
	padding: 5px 10px;
	background: #fff;
	line-height: 25px;
	border: 1px solid #eee;
}

#slist {
	margin-left: 15px;
}

ul#slist {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

#slist li {
}

#slist li a {
	display: block;
	margin-bottom: 10px;
}

/* Contact #1 */

.gmap iframe {
	width: 100%;
}

/* Support contact */

.scontact p {
	margin: 4px 0px;
}

/* Footer */

footer {
	background: #2B4879;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer h5 {
	color: #fff;
}

footer #newsletter {
	margin-bottom: 10px;
}

footer #newsletter h3 {
	margin-right: 20px;
}

#global-newsletter-email {
	border-radius: 5px 0 0 5px;
}

footer #newsletter form div {
	padding: 0;
	margin: 0;
}

footer #newsletter .btn {
	border-radius: 0 5px 5px 0;
	line-height: 20px;
}

footer form {
	margin: 0;
}

footer a,
footer a:visited {
	color: #fff;
	font-size:12px;
	font-style:normal;
}

footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

footer hr {
	height: 0px;
	padding: 0px;
	margin: 5px 0px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

footer ul,
footer .widget ul {
	margin: 0;
	padding: 0;
}

footer div.widget li {
	list-style-type: none;
	margin-bottom: 5px;
}

footer .widget {
	margin-bottom: 20px;
}

footer .copy {
	color: #fff;
	font-size:10px;
}

.footer-links a {
	display: inline-block;
	margin-right: 20px;
}

.footer-links a:last-child {
	margin-right: 0;
}

footer .payment-icons img {
	max-width: 35px;
	margin-right: 5px;
}

footer i {
	margin-right: 5px;
}

.footer-social a {
	display: inline-block;
	margin-right: 5px;
}

.footer-social a:last-child {
	margin-right: none;
}

/* Address ! */
footer #address .icon-home {
	float: left;
	margin-top: 4px;
}

footer #address-inner {
	float: left;
}

footer .foot-address {
	display: block;
}

/* Responsive */

@media (max-width: 480px) {
	.col-left,
	.promo .pcol-left {
		width: 100%;
		float: none;
		margin-right: none;
	}

	.col-right,
	.promo .pcol-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.promo .pcol-right {
		text-align: center;
	}

	.promo .pbox {
		height: auto !important;
	}

	.recent-posts ul li {
		height: 280px;
	}

	header .search-row {
		padding: 0;
	}

	header .search-row div.v-center {
		display: block;
		vertical-align: middle;
		height: auto;
	}

	header .search-row div.v-center form,
	header .search-row div.v-center .hlinks {
		vertical-align: middle;
		display: block;
	}

	.carousel-control {
		display: none;
	}

	header {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	header.btmheader {
		/*padding-top:  10px !important;*/
		padding-bottom: 10px !important;
	}

	.navbar ul li {
		border: none;
	}
}

@media (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}

	header .search-row div.v-center {
		display: block;
		vertical-align: middle;
		height: auto;
	}

	header .search-row div.v-center form,
	header .search-row div.v-center .hlinks {
		vertical-align: middle;
		display: block;
	}

	.table-responsive {
		margin-bottom: 0 !important;
	}

	.onethree-left {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		/*overflow-x: hidden;*/
		overflow-y: hidden;
		border: none;
	}

	.onethree-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.flex-caption {
		display: none !important;
	}

	.flex-direction-nav .flex-prev {
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		right: 10px;
	}

	.slider-features,
	footer,
	.page-head,
	.navbar-inner {
		padding-left: 15px;
		padding-right: 10px;
	}

	header {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	/* header.btmheader {
		padding-top:  10px !important;
		padding-bottom: 10px !important;
	} */
	header .logo {
		text-align: center;
		margin-bottom: 10px;
	}

	header form {
		width: 100%;
		margin: 0 auto;
	}

	.navbar .nav {
		margin-left: 0px !important;
		border: 0px !important;
	}

	.navbar .nav > li {
		border: 0px !important;
	}

	.dropdown-menu {
		border: 0px !important;
	}

	.navbar .nav {
		border-left: 0px !important;
	}

	.flex-caption {
		display: none;
	}

	.page-head {
		text-align: center;
	}

	.form-inline button {
		margin-left: 0px;
	}

	.recent-posts .rp-details {
		height: 60px;
	}

	.recent-posts .rp-details h5 {
		font-size: 12px;
		line-height: 16px;
	}

	.recent-posts .rp-details p {
		display: none;
	}

	.recent-posts .price {
		display: block;
		float: none;
		max-width: 50px;
		margin-top: 5px;
	}

	.carousel-control {
		display: none;
	}

	.social {
		font-size: 20px;
	}

	.social i {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}

}

@media (max-width: 991px) {
	.container {
		width: 100% !important;
	}

	header {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	/*header.btmheader {
		padding-top:  10px !important;
		padding-bottom: 10px !important;
	}*/
	header .search-row div.v-center {
		display: block;
		vertical-align: middle;
		height: auto;
	}

	header .search-row div.v-center form,
	header .search-row div.v-center .hlinks {
		vertical-align: middle;
		display: block;
	}

	header .logo {
		text-align: center;
	}

	header form {
		width: 100%;
		margin: 0 auto 7px;
	}

	.sitem img {
		max-width: 35px;
	}
}

@media (max-width: 2000px) {
	header .hlinks span.hidden-xs {
		display: inline !important;
	}
}

/* CATTREE */

/* nav menu styles */
#nav {
	display: block;
	width: 100%;
	background: transparent;
	margin: 10px auto;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav > li > a {
	display: block;
	padding: 10px 10px;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
}

#nav > li > a:hover,
#nav > li > a.open {
	color: #666;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd;
}

/* Level 2 */
#nav li.level-2 {
	padding-left: 0;
	border-bottom: 1px solid #eee;
}

#nav li.level-2 a {
	display: block;
	background: none;
	padding: 10px 5px 10px 10px;
	text-decoration: none;
	border-bottom: none;
	color: #777;
}

#nav li.level-2 a:hover,
#nav > li.level-2 > a:hover {
	background: #f3f3f3;
	border-bottom: none;
}

#nav > li.level-2 > a:hover,
#nav > li.level-2 > a.open {
	color: #666;
	background-color: #f3f3f3;
	border-bottom: none;
}

/* Level 3 */
#nav li.level-3 {
	padding-left: 0;
	border-bottom: 1px solid #eee;
}

#nav li.level-3 a {
	display: block;
	background: none;
	padding: 10px 5px 10px 20px;
	text-decoration: none;
	border-bottom: none;
	color: #777;
}

#nav li.level-3 a:hover,
#nav > li.level-3 > a:hover {
	background: #f3f3f3;
	border-bottom: none;
}

#nav > li.level-3 > a:hover,
#nav > li.level-3 > a.open {
	color: #666;
	background-color: #f3f3f3;
	border-bottom: none;
}

/* ---- =SFNT ---- */
.sfnt-featured-products .fluid-container:nth-child(1) {
	background: #e2ed75 url('/mm5/images/bg_arrow-white.png') no-repeat top center;
}

.sfnt-featured-products .fluid-container:nth-child(2) {
	background: #fff;
}

.sfnt-featured-products .fluid-container:nth-child(3) {
	background: #8abee6;
}

@media screen and (max-width: 768px) {
	.sfnt-featured-products .pull-right {
		float: none;
	}
}

.secondary-featured-product-image {
	max-height: 250px;
}


.top-left {
	position: absolute;
	top: 10px;
	left: 10%;
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(255,255,255,0.3);
	padding: 3%;
	text-transform:uppercase;
	line-height: normal;
	}
	
	
.top-left-black-box {
	position: absolute;
	top: 10px;
	left: 2%;
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(0,0,0,0.3);
	padding: 1.5%;
	text-transform:uppercase;
	line-height: normal;
	}
	
	.top-right {
	position: absolute;
	top: 25px;
	right: 2%;
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(255,255,255,0.4);
	padding: 1.5%;
	text-transform:uppercase;
	line-height: normal;
	}
	
		.top-right-home-banner {
	position: absolute;
	top: 25px;
	right: 7%;
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(255,255,255,0.4);
	padding: 3%;
	text-transform:uppercase;
	line-height: normal;
	}

		.top-right-home-banner-black {
	position: absolute;
	top: 25px;
	right: 7%;
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(0,0,0,0.3);
	padding: 3%;
	text-transform:uppercase;
	line-height: normal;
	}


	
	.top-right-black-box {
	position: absolute;
	top: 25px;
	right: 2%;
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(0,0,0,0.4);
	padding: 1.5%;
	text-transform:uppercase;
	line-height: normal;
	}
	
	.top-right-black-box2{
	position: absolute;
	top: 10px;
	right: 7%;
	color:#FFFFFF;
	font-family:'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(0,0,0,0.1);
	padding: 3%;
	text-transform:uppercase;
	line-height: normal;
	}

.top-left-black-box3 {
	position: absolute;
	left: 2%;
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(0,0,0,0.3);
	padding: 1.5%;
	text-transform:uppercase;
	line-height: 1;
	}
	
.top-right-black-box3 {
	position: absolute;
	right: 7%;
	color:#FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(0,0,0,0.3);
	padding: 1.5%;
	text-transform:uppercase;
	line-height: 1;
	}
	
		.top-left-black-box-ad {
	position: absolute;
	top: 15px;
	}

	.top-right-prod {
	position: absolute;
	top: 35px;
	right: 45px;
	color:#FFFFFF;
	font-family:'Work Sans', sans-serif;

	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(255,255,255,0.3);
	padding: 2%;
	text-transform:uppercase;
	line-height: normal;
	}

	.top-left-prod {
	position: absolute;
	top: 20px;
	left: 15%;
	color:#FFFFFF;
	font-family:'Work Sans', sans-serif;

	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(255,255,255,0.3);
	padding: 2%;
	text-transform:uppercase;
	line-height: normal;
	}
	
	
		.top-left-prod-black-box {
	position: absolute;
	top: 20px;
	left: 15%;
	color:#FFFFFF;
	font-family:'Work Sans', sans-serif;

	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(0,0,0,0.3);
	padding: 2%;
	text-transform:uppercase;
	line-height: normal;
	}
	
	.top-left-contact {
	position: absolute;
	top: 20px;
	left: 25%;
	color:#FFFFFF;
	font-family:'Work Sans', sans-serif;

	font-weight:bold;
	font-size: 4.2vh;
	background-color: rgba(0,0,0,0.65);
	padding: 1%;
	text-transform:uppercase;
	line-height: normal;
	margin-top: 35px;
	}
	
	.contactaddress {
	font-size: 14px;
	line-height: 22px;
}
	
	
	.banner-titles {
	text-shadow: 2px 2px #545454;
	}
	
		.banner-titles-helix {
	text-shadow: 2px 2px #ccc;
	color: #82888e;
	font-style: italic;
		}
	
	.banner-subtitles {
	text-shadow: 1px 1px #666;
	color:#fff;
	font-style:italic;
	font-size:2.5vh;
	font-weight:bold;
	background: rgba(0,84,184,0.4);
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
	}


/* ---- =OPAY ---- */
#opay_form #js-cc_exp {
	color: transparent;
}

#opay_form #js-cc_exp label {
	color: #666;
}

/* ---- =PROD ---- */
.product-quantity {
	border: 2px solid #000;
	border-radius: 0;
	height: 50px;
}

.product-quantity-label {
	font-size: 16px;
	height: 50px;
	line-height: 40px;
}

.product-accordion .title {
	cursor: pointer;
	margin: 0;
	font-size: 16px;
}

.product-accordion .title:after {
	content: 'show more +';
	/* font-family: Arial, Helvetica, sans-serif; */
	float: right;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
}

.product-accordion .title.open:after {
	content: 'show less -';
	font-style: italic;
	/* font-family: Arial, Helvetica, sans-serif; */
}

.product-accordion div {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 1.75em;
}

.product-image {
	height: 350px; /* matches PROD main image dimension */
}

.margin-center {
	margin: 0 auto;
}

.margin-catbanner {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -120px;
}

.pagination {
	margin: 0;
}

/* Miva 9.5 Changes */
.address-form-toggle input:checked ~ label {
	opacity: 0.25;
}

.address-form-toggle label {
	position: relative;
}

.address-form-toggle input:checked ~ form {
	max-height: 100rem;
	transition: all 0.3s ease-in-out;
	visibility: visible;
}

.address-form-toggle form {
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}

.customer_toggle-btn {
	background: #000;
	color: #fff !important;
	border-color: #000;
	margin-top: 1rem;
	display: block;
}

.address-book-remove {
	float: right;
	text-decoration: none !important;
}

.customer-address-secondary {
	position: relative;
	border: 1px solid #e1e6e9;
	padding: 1.5rem;
	margin-top: 1.5rem;
}

#js-edit-address-form {
	padding: 1.5rem;
}

.customer-address-set-default {
	margin-top: 1rem;
}

.customer-address-set-default li {
	margin-right: 0.5rem !important;
}

.customer-address-title {
	margin-bottom: 1rem;
	font-size: 24px !important;
}

.breaker {
	height: 1.5rem;
}

.customer-address-form-row {
	position: relative;
	margin-bottom: 1rem;
}

.customer-address-icon {
	color: #e04f00;
}

.customer-address-form-row select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.customer-account-order-search {
	margin-top: 0;
	margin-bottom: 0;
}

.customer-account-links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}

.customer-account-link-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 1.5rem;
}

.customer-links-inner {
	padding: 1.5rem;
	width: 100%;
	border: 1px solid #e1e6e9;
}

.customer-address-form-row > input,
.customer-address-form-row > select {
	height: 4em;
	line-height: 4.1;
	width: 100%;
}

.customer-account-links p, .customer-account-links ul {
	padding-left: 2rem;
}

.no-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-list li {
	list-style-type: none !important;
}

.np {
	padding-left: 0;
	padding-right: 0;
}

.nlp {
	padding-left: 0;
}

.nrp {
	padding-right: 0;
}

.customer-account-order-search__title {
	background: #4e5555;
}

.customer-account-order-search__title * {
	color: #fff;
	font-size: 16px !important;
	line-height: 2;
}

.customer-account-order-search__title h3 {
	color: #fff;
}

.customer-account-order-search_wrap {
	border: 1px solid #ddd;
}

.customer-account-order-search__view_all {
	margin-top: 6px;
}

.customer-account-order-search__search {
	margin-top: 2px;
}

.customer-account-order-search_padding {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.search-orders_input {
	border-right: none;
	border-radius: 5px 0 0 5px;
}

.search-orders_button {
	border-radius: 0 5px 5px 0;
}

.form_row_select select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.nlm {
	margin-left: 0;
}

/* MIVA 9.6 CHANGES */
.CPCD-payment-row {
	background: #f3f7f8;
	line-height: 32px;
	padding: 1.25rem 0;
	margin-bottom: 5px;
}

.CPCD-payment-name,
.CPCD-payment-exp {
	font-weight: lighter;
}

.CPCD-edit-card a,
.CPCD-delete-card a {
	text-decoration: underline;
	color: #2a527a;
	font-size: 14px;
}

.CPCD-edit-card {
	margin-right: 0.5rem;
}

.cpcd-add {
	color: #fff !important;
	margin: 1rem 0;
}

.cpca-save-card {
	border: 0;
	width: 100%;
	height: auto;
	padding: .25rem 0;
}

.cpca-cancel {
	border: 0;
	height: auto;
	padding: .25rem 0;
}

.cpca-continue-button {
	margin: 1.5rem 0;
}

.CPCA-breaker-add-spacing {
	margin-bottom: 14rem;
}

#cpca_form,
#cpce_form {
	border: 1px solid #dedede;
	width: 100% !important;
	margin-top: 1.5rem;
	padding: 2rem;
}

@media screen and (min-width: 960px) {
	.cpca main > .wrap > .row,
	.cpcd main > .wrap > .row,
	.cpce main > .wrap > .row {
		width: 83.3332%;
		margin: auto;
	}
}

/* Subscription management */
#js-subscription-success {
	padding: 1rem 0;
	background: #38c574;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#js-subscription-success span {
	position: relative;
	top: 1px;
}

.subscription-next-shipment {
	color: #656d78;
	font-size: 13px;
	margin: 1.5rem 0 1.5rem;
}

.subscription-edit-btn,
.subscription-edit-btn:hover {
	color: #6b9ccc;
	font-size: 14px;
	display: block;
	border: 2px solid #6b9ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 0;
	margin-bottom: 2rem;
}

.subscription-item {
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.subscription-item-inner {
	border: 1px solid #e6e8ec;
	padding: 1.5rem;
}

.subscription-item-name {
	font-size: 18px;
	color: #383f48;
}

.subscription-item-code {
	color: #656d78;
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 10px;
}

.subscription-item-info {
	min-height: 75px;
}

.subscription-item-terms,
.subscription-order-info {
	border-top: 1px solid #dbe3e5;
	padding: 10px 0;
}

.subscription-item-title {
	font-size: 11px;
	color: #656d78;
}

.subscription-order-data {
	color: #383f48;
}

/* Edit Subscription */
.edit-subscription-inner {
	border: 1px solid #e6e8ec;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.edit-subscription-top,
.edit-subscription-paymentinfo,
.edit-subscription-charges {
	padding: 0 1.5rem;
}

.edit-subscription-charges > .row {
	margin-bottom: 0.5rem;
}

.edit-subscription-top {
	padding-top: 1.5rem;
}

.edit-subscription-charges {
	padding: 1.5rem;
	background: #f3f7f8;
	margin-top: 1.5rem;
}

.edit-subscription-item-name {
	font-size: 32px;
	color: #383f48;
}

.edit-subscription-item-code {
	color: #656d78;
	font-size: 14px;
	margin-bottom: 0.5rem;
}

.edit-subscription-item-discount {
	font-size: 14px;
	color: #6b9ccc;
}

.discount-charge {
	color: #6b9ccc;
}

.edit-subscription-order,
.edit-subscription-shipping-info,
.edit-subscription-paymentinfo-inner {
	border-top: 1px solid #dbe3e5;
	margin-top: 0.5rem;
	padding: 1rem 0 0.5rem 0;
	margin-bottom: 1rem;
}

.edit-subscription-title {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 5px;
	display: block;
}

.edit-subscription-info {
	font-size: 14px;
	color: #81838a;
}

.edit-subscription-order-date-terms {
	margin-top: 1rem;
}

.edit-subscription-next-order {
	position: relative;
	overflow: visible;
}

#subscriptionfields_nextorderdate_display {
	cursor: pointer;
	display: block;
	position: relative;
	border: 1px solid #e6e8ec;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 15px;
	font-size: 14px;
	color: #81838a;
}

.edit-subscription-subtotal,
.edit-subscription-total {
	font-size: 20px;
}

.edit-subscription-subtotal {
	margin-top: 6px;
}

#subscriptionfields_nextorderdate_display:after {
	content: "\f073";
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
	background: #f3f7f8;
	color: #6b9ccc;
	font-size: 20px;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	line-height: 40px;
	padding: 0 20px;
}

.edit-subscription-dots {
	overflow: hidden;
	white-space: nowrap;
}

.edit-subscription-inner select,
.edit-subscription-quantity-inner {
	border: 1px solid #e6e8ec;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 15px;
	font-size: 14px;
	color: #81838a;
	height: auto;
	background: #fff;
	min-height: 20px;
	width: 100%;
}

.edit-subscription-quantity-inner {
	padding: 6px 0;
}

.edit-subscription-dots:before {
	content: "..........................................................................................................................................................................";
	color: #d6dadc;
	letter-spacing: 1px;
	font-size: 18px;
}

.edit-subscription-buttons {
	margin-top: 1.5rem;
}

.edit-subscription-save-button {
	background: #6b9ccc;
	font-size: 14px;
	padding: 7px 0;
	height: auto;
	border: 0;
}

.edit-subscription-cancel-button {
	border: 0;
	padding: 0;
	text-decoration: underline;
	color: #2a527a;
	padding: 7px 0;
	font-size: 14px;
	height: auto;
}

.qty-inc,
.qty-dec {
	width: 15%;
	cursor: pointer;
	color: #4d4d4d;
	display: inline-block;
	float: left;
	margin-top: 5px;
}

.edit-subscription-quantity-inner .edit-subscription-qty {
	/*width: 70%;
	display: inline;*/
	border: 0;
	font-size: 14px;
	color: #81838a;
	box-shadow: none !important;
	/*float: left;*/
}

/* Miva Date Picker */
.miva_datepicker {
	position: absolute;
	display: none;
	z-index: 1000;
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	width: 100%;
}

.miva_datepicker_calendar_container {
	position: relative;
	display: block;
	vertical-align: top;
	width: 214px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: auto;
}

.miva_datepicker_calendar_month_selector {
	position: relative;
	height: 35px;
	margin: 2px;
	background: #666;
}

.miva_datepicker_calendar_month_selector_prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background-position: 0 -35px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.miva_datepicker_calendar_month_selector_prev:hover {
	background-color: #555;
}

.miva_datepicker_calendar_month_selector_title {
	position: absolute;
	top: 0;
	right: 35px;
	bottom: 0;
	left: 35px;
	text-align: center;
	padding: 9px;
	font-size: 14px;
	color: #fff;
}

.miva_datepicker_calendar_month_selector_title_month {
	position: relative;
	display: inline-block;
	color: #fff;
}

.miva_datepicker_calendar_month_selector_title_year {
	position: relative;
	display: inline-block;
	margin-left: 3px;
	color: #fff;
}

.miva_datepicker_calendar_month_selector_next {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background-position: 0 -35px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.miva_datepicker_calendar_month_selector_next:hover {
	background-color: #555;
}

.miva_datepicker_cancel {
	float: right;
	border: 2px solid #e0ebed;
	color: #7d848f;
	padding: 3px 9px 2px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0.75rem;
	text-transform: uppercase;;
}

.miva_datepicker_calendar_weekday_container {
	position: relative;
	height: 24px;
	margin: 2px;
	width: 214px;
	margin: auto;
}

.miva_datepicker_calendar_week_container {
	width: 214px;
	margin: auto;
}

.miva_datepicker_calendar_weekday_title {
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 14px;
	padding: 3px 0;
	font-weight: bold;
	text-align: center;
}

.miva_datepicker_cancel {

}

#miva_datepicker_calendar_week_container {
	position: relative;
	margin: 2px;
}

.miva_datepicker_calendar_week {
	position: relative;
	display: block;
	height: 30px;
}

.miva_datepicker_calendar_day {
	position: absolute;
	display: inline-block;
	top: 1px;
	bottom: 1px;
	width: 26px;
	height: 11px;
	padding: 7px 0 8px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 1;
	height: 24px;
}

.miva_datepicker_calendar_day:hover {
	background: #666;
	border-color: #555;
	color: #fff;
}

.miva_datepicker_calendar_day_noselect,
.miva_datepicker_calendar_day_noselect:hover {
	background: #e3e3e3;
	border-color: #ccc;
	color: #777;
}

.miva_datepicker_calendar_day_current {
	border-color: #666;
	color: #666;
	font-weight: bold;
}

.miva_datepicker_calendar_day_current:hover {
	border-color: #666;
	background: #666;
	color: #fff;
	font-weight: bold;
}

.miva_datepicker_calendar_day_active {
	background: #666;
	border-color: #555;
	color: #fff;
	font-weight: bold;
}

.miva_datepicker_calendar_day_0 {
	left: 1px;
}

.miva_datepicker_calendar_day_1 {
	left: 31px;
}

.miva_datepicker_calendar_day_2 {
	left: 61px;
}

.miva_datepicker_calendar_day_3 {
	left: 91px;
}

.miva_datepicker_calendar_day_4 {
	left: 121px;
}

.miva_datepicker_calendar_day_5 {
	left: 151px;
}

.miva_datepicker_calendar_day_6 {
	left: 181px;
}

#miva_datepicker_cancel {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

/* OSEL & OPAY Changes */
.payment-method-selectors label {
	margin: 0;
	text-align: left;
}

.payment-method-selectors input {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	display: inline-block;
	margin-right: 0.75rem;
}

.payment-method-selectors label img {
	margin-right: 0.75rem;
}

.payment-method-selectors label span {
	display: inline-block;
	max-width: 63%;
	vertical-align: middle;
}

.payment-method-selectors {
	margin-bottom: 0.75rem;
}

/* PROD */
@media screen and (min-width: 960px) {
	#l-Product_Subscription_Term_ID {
		width: 63%;
	}
}

#js-subscription #l-Product_Subscription_Term_ID {
	width: 100%;
}

.hide-subs {
	display: none !important;
}

#l-otp:checked ~ #js-subscription {
	display: none;
}

.purchase-form_otps-otp,
.purchase-form_otps-s {
	display: inline-block;
	font-size: 14px !important;
	text-align: center !important;
	border: 2px solid #000;
	padding: 1rem;
	margin-bottom: 1rem;
	color: #555;
	border-radius: 0.25rem;
	font-weight: bold;
	cursor: pointer;
}

#l-otp:checked ~ .purchase-form_otps-otp,
#l-subscribe:checked ~ .purchase-form_otps-s {
	background: #000;
	border-color: #555;
	color: #fff;
}

.purchase-form_otps-otp {
	margin-right: 0.75rem;
}

#js-saved-cards {
	margin-bottom: 0.75rem;
	border: 1px solid #e3e3e8;
	border-radius: 3px;
}

.js-saved-cards-title {
	margin: 0 0 1.5rem 0;
	border-top: 0 none;
}

.payment-method-selectors {
	font-size: 14px;
}

/* additions from old style_miva.css file */
#rcol2_new {
	display:none;
}
.specs {
    color: #ffffff;
    background-color: #666666;
    display: inline-block;
    width: 25%;
    margin-right: 8px;
    padding-right: 1px;
    padding-left: 2px
}
#drive_options {
    border: 1px solid #6699FF;
    float: left;
    padding-top: 6px;
    padding-right: 2px;
    padding-bottom: 6px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFF
}
#drive_options a {
    color: #A6A6A6;
    background-color: transparent;
    width: 30px;
    height: 10px;
    border: 1px;
    border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 35px
	}
#drive_options a:hover {
    background-color: #3152a4;
    border: 1px;
    border-style: solid
}
#drive_options a:active {
    background-color: #3152a4;
    border: 1px solid #FF9933
}
#choose_color2 {
    padding-top: 1px;
    margin-bottom: 1px;
    margin-top: 1px
}
.hdd_capacity {
    font-size: 1em;
    font-weight: bold;
    padding-right: 5px;
	line-height: 30px
}
.hdd_capacity2 {
    font-size: 1em;
    font-weight: bold;
    padding-right: 2px
}
.hdd_color {
    font-size: 1em;
    font-weight: bold;
    padding-right: 28px
}
#menu {
    left: 60%;
    position: absolute;
    margin-left: -115px;
    top: 1px;
    z-index: 4;
	font-family: 'Work Sans', sans-serif;    font-size: 0.6em;
    color: black;
    width: 447px;
	padding-top: 5px;
	padding-bottom: 5px
}
div#cap1 a#menu-cap1,
div#cap2 a#menu-cap2,
div#cap3 a#menu-cap3,
div#cap4 a#menu-cap4,
div#cap5 a#menu-cap5,
div#cap6 a#menu-cap6,
div#toolbox a#menu-toolbox,
div#browserPhoto a#menu-browserPhoto {
    color: white;
    background-color: #3152a4;
    border-top-color: #3152a4;
    border-right-color: #3152a4;
    border-bottom-color: #3152a4;
    border-left-color: #3152a4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px
}
.miva_prod_descr {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-style:normal;
    line-height: 21px
    font-size: 14px;
    line-height: 22px;
    color: #5c5c5c
}
div.tabcontents {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-style:normal;
	padding-top: 1px;
	font-size: 14px;
	line-height: 21px;
	color: #5c5c5c;
}

/*Pro Squad Page */

.prosquad-lead { /*this is the style for the tagline below Pro Squad in banner */
	font-size: 1.8vh;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	vertical-align: top;
	color: #E1E1E1;
}

.containerbox { /*this is the main container that holds the squad member */
  position: relative;
  width: 100%;
}

.imagebox { /*this is the style for the image */
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
      -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.containerbox:hover .imagebox { /*this defines what occurs when you hover on the image */
  opacity: 1;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.middlebox { /*this is the container that holds the text quote */
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 65%;
  left: 20%;
  transform: translate(-15%, -12%);
    -ms-transform: translate(-50%, -50%);
  text-align: left;
}

.containerbox:hover .middlebox { /*this defines what occurs when you hover on the text quote */
  opacity: 1;
  padding:4px;
    transform: translate(-15%, -50%);
  -ms-transform: translate(-50%, -50%);
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(0,0,0,0.6);
}

.textbox { /*this is the style for the text quote */
  color: white;
  font-size: 1.8vh;
}


/* End Pro Squad Page */



/* carousel */

/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper2 {
  max-width: 100%;
  position: relative;
}

.inner {
  width: 500%;
  line-height: 0;
}

article {
  width: 20%;
  float: left;
  position: relative;
}
article img {
  width: 100%;
  margin-bottom: -15px;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}
.info.top-left {
  top: 30px;
  left: 30px;
}
.info.top-right {
  top: 30px;
  right: 30px;
}
.info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.info.bottom-right {
  bottom: 30px;
  right: 30px;
}

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 8px;
}

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333;
}

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
    .wrapper2 {
	  	/*display:none;*/
	 }
	    .slider-wrapper {
	  	/*display:none;*/
		width: 130%;
	 }

}


/*@media only screen and (min-width: 850px) {
    body {
        padding: 0 80px;
    }
}*/