/**
 * ***********************************************************
 * University of Chester Storefront
 *
 * Standard Layout for University of Chester Storefront
 *
 * @project   University of Chester Storefront
 * @version   1.0
 * @author    University of Chester
 * ***********************************************************
*/

/*--------------------------------------------------------------
# Base Element Styles
--------------------------------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,
body #wpcallbackBody,
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	image-rendering: -webkit-optimize-contrast;
}
body {
	position: relative;
}
legend {
	display: block;
	overflow: hidden;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
	display: block;
	margin: 0 0 5px 0;
}

/*--------------------------------------------------------------
# Font Styles
--------------------------------------------------------------*/

body,
body #wpcallbackBody,
html  {
	font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	color: #4e4e4e;
	font-size: 18px;
}
a, p {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	color: #4e4e4e;
}
h4 {
	margin: 10px 0 10px 0;
	font-family: "Myriad W08 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 15px;
}
#wpcallbackBody .contentMainWrapper a {
	text-decoration: underline !important;
}
#productDescription {
	word-wrap:break-word;
}
/*--------------------------------------------------------------
# Main Element Styles - Wrappers etc.
--------------------------------------------------------------*/
.contentMainWrapper {
    margin: 0 auto;
    width: 1200px;
    max-width: 95%;
	height: 100%;
	margin-bottom: 80px;
}
.contentMainWrapper:after {
    content: "";
    display: block;
    clear: both;
}
#mainWrapper {
	background: #ffffff;
}
.top_search {
	background: #c04942;
}
.top_search i {
	margin-right: 8px;
	font-weight: bold;
}
#top_search_bar {
	display: none;
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: relative;
}
/*--------------------------------------------------------------
# Image Styles
--------------------------------------------------------------*/
.messageStackError img,
.messageStackWarning img,
.messageStackSuccess img,
.messageStackCaution img {
    display: none;
}
#accountEditDefault input[type="text"],
#accountEditDefault input[type="email"],
#accountEditDefault input[type="tel"] {
	margin-top: 0px;
}

/*--------------------------------------------------------------
# Form Styles
--------------------------------------------------------------*/
#checkoutpaymentBody .shipping_details_box input {
	background: #ffffff!important;
}

/*--------------------------------------------------------------
# Button Styles
--------------------------------------------------------------*/
.responsive li.login-mobile {
	background: #719f34!important;
	color: #ffffff!important;
}
.responsive li.login-mobile a {
	background: #719f34!important;
	color: #ffffff!important;
}
.responsive li.logout-mobile{
	background: #b52921!important;
	color: #ffffff!important;
}
.responsive li.logout-mobile a {
	background: #b52921!important;
	color: #ffffff!important;
}
#previous-orders {
	margin-top: 30px;
}
#loginDefault,
#passwordForgotten,
#timeoutDefault {
	width: 100%;
	margin: 0 auto;
}

.extra_margin_top_25 {
	margin-top: 25px !important;
}



.shipping_address p {
	margin: 5px 0 5px 0;
}
.ship_method {
	clear: both;
	display: block;
	margin-top: 10px;
}
.ship_method label {
	margin-top: 5px;
	display: inline-block;
	margin-left: 5px;
}
.ship_method legend {
	display: block;
	background: #e5e5e5;
	padding: 5px;
	width: 100%;
}
.shipping_address_box,
.shipping_details_box,
.payment_box {
	display: table-cell;
	padding: 20px;
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-top: 20px;
	width: 49%;
}
.payment_box_total {
	margin: 0 auto;
	width: 98%;
	padding: 20px;
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-top: 20px;
}
.right_margin {
	margin-right: 10px;
}
.left_margin {
	margin-left: 10px;
}
.shipping_address_box {
	margin-right: 1%;
}
.shipping_details_box {
	margin-left: 1%;
}
.shipping_container, 
.payment_container {
	display: table;
	width: 100%;
	border-spacing: 15px;
}
#wpcallbackBody .featuredProducts {
	display: none;
}
#wpcallbackBody .panel {
	display: block;
}

.worldpay_cancel_button {
	width: 100%;
	display: block;
	margin-bottom: 25px;
}
.shipping_comments_box {
	padding: 15px 20px 20px 20px;
	background: #eeeff6;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	border: 1px solid #e5e5e5;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
.payment_method_box {
	padding: 15px 20px 20px 20px;
	background: #eeeff6;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	border: 1px solid #e5e5e5;
	overflow: auto;
	display: inline-block;
	width: 100%;
	position: relative;
}
.extra_padding_bottom {
	padding-bottom: 20px;
}
.extra_margin_top_20{
	margin-top: 40px!important;
}
.no_top_margin {
	margin-top: 0!important;
}
.checkoutNewAddress {
	width: 100%;
	padding-right: 10px;
	margin-top: 20px;
}
.shipping_address_cont {
	padding-right: 8px;
}
.shipping_comments_box legend {
	margin-bottom: 10px;
}
.shipping_comments_box textarea,
.shipping_address_box input[type="text"],
.shipping_address_box  select{
	background: #ffffff;
}

.shipping_address_box h2#checkoutShippingHeadingAddress,
.shipping_details_box h2#checkoutShippingHeadingMethod,
.shipping_comments_box h2#checkoutShippingHeadingComments{
	margin-top: 5px;
}
.checkout_progress {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.checkoutprogress {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 15px 0 0 0;
	list-style-type: none;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.checkoutprogress li {
	float: left;
	width: 25%;
	position: relative;
}
.checkoutprogress li a {
	width: 100%;
	display: block;
	background: #eeeff6;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}
.checkoutprogress li.active a {
	width: 100%;
	display: block;
	background: #719f34;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	color: #ffffff;
}
.checkoutprogress li.active a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 10px solid #719f34;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 100%;
	z-index: 3
}
.checkoutprogress li.active a span {
	width:30px;
	height:30px;
	border-radius:15px;
	font-size:14px;
	color:#ffffff;
	line-height:25px;
	text-align:center;
	display: inline-block;
	border: 1px solid #ffffff;
	margin-right: 10px;
}
.checkoutprogress li a span {
	width:30px;
	height:30px;
	border-radius:15px;
	font-size:14px;
	color:#505050;
	line-height:25px;
	text-align:center;
	display: inline-block;
	border: 1px solid #505050;
	margin-right: 10px;
}
.checkoutprogress li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 10px solid #eeeff6;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 100%;
	z-index: 3
}

.checkoutprogress li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.checkoutprogress li.active a:before {
  border-left: 10px solid #ffffff;
}
#accountHistoryDefault fieldset {
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
	width: 100%;
	border: 2px solid #d8d8d8;
	background: #eeeff6;
	font-size: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 15px;
	color: #3a3a3a;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	-webkit-appearance:none;
}

.cartQuantity input[type="text"] {
	text-align: center;
}
textarea {
	resize: none;
}
#cartAdd {
	overflow: hidden;
	clear: both;
	display: block;
	width: 100%;
}

.payment_method_box input,
.payment_method_box textarea,
.product_info_bottom input[type="text"],
.product_info_bottom input[type="number"],
.product_info_bottom input[type="email"],
.product_info_bottom input[type="password"],
.product_info_bottom input[type="tel"],
.product_info_bottom textarea,
.product_info_bottom select{
	width: 100%;
	border: 2px solid #d8d8d8;
	background: #ffffff;
	font-size: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 15px;
	color: #3a3a3a;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
}
.shipping_details_box select, .shipping_address_box select {
	background: #ffffff!important;
}
.product_info_bottom #cartAdd{
	width: 48%;
	padding-right: 5px;
}
.product_info_bottom #cartAdd input[type="text"] {
	margin-top: 5px;
	margin-bottom: 14px;
}
.product_info_right #cartAdd {
	margin-top: 15px;
}
.comments_confirmation {
	cursor: not-allowed;
	margin: 4px;
	width: 100%;
	border: 2px solid #d8d8d8;
	background: #ffffff;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 15px;
	color: #3a3a3a;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	margin-left: 0px;
}
.product_info_bottom textarea {
	width: 100%;
	height: 90px;
}
:invalid { box-shadow: none; }
.invalid input:invalid,
.invalid textarea:invalid,
.invalid select:invalid { border: 1px solid #b52921 !important; background-color: #EEC2C2; }

.shipping_comments_box textarea {
	resize: none;
	width: 99%;
	float: left;
	margin-top: 0px;
}
h1 {
	font-size: 28.133px;
	font-weight: 400;
	color: #4e4e4e;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
	display: block;
}
#home-text h1 {
	margin-top: 20px;
}
h2 {
	font-size: 18px;
	width: 100%;
	font-family: "Myriad W08 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #4e4e4e;
	margin-top: 15px;
	margin-bottom: 15px;
}
.category-top, .category-products {
	width: 100%;
	clear: both;
	display: block;
}
.count_badge {
   font-size:.7em;
   background:green;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   padding: 2px;
   display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h3 {
	padding: 0;
	margin-top: 0;
	font-size: 28px;
	width: 100%;
	font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #ffffff;
}
h4#categoriesHeading  {
	color: #4e4e4e;
	padding: 0;
	margin-top: 0;
	font-weight: 600;
	font-size: 15px;
	margin-top: -1px;
}
#categories a{
	text-decoration: none;
}
#categoriesContent {
	font-size: 15px;
}
h4#searchHeading  {
	color: #4e4e4e;
	padding: 0;
	margin-top: 0;
	font-weight: 00;
	margin-top: 10px;
	margin-bottom: 15px;
}
h4#bestsellersHeading  {
	color: #4e4e4e;
	padding: 0;
	margin-top: 0;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
}

.navBreadCrumb {
	width: 100%;
	font-size: 14px;
	padding: 7px 10px 10px 10px;
	background: #eeeff6;
	margin-top: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	border: 1px solid #e5e5e5;
	position:relative;
}
.navBreadCrumb ul {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.navBreadCrumb li {
	display: inline;
	padding: 0;
	margin: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
	.mobile_only {
		display: none!important;
	}
.navBreadCrumb li:after {
	font-family: 'Material Icons';
	content: "\E315";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: -30%;
	padding: 0 4px 0 5px;
}
.navBreadCrumb li:last-child:after{
	display: none;
}
.navBreadCrumb a {
	color: #33a1ff;
	text-decoration: none;
	margin: 5px 0 5px 0;
	display: inline-block;
	position: relative;
}
#home-text {
	text-align: center;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.uoc_header {
    width: 100%;
    background-color: #3a3a3a;
    height: 42px;
}
.uoc_header_cont {
    margin: 0 auto;
    width: 1200px;
    max-width: 95%;
	height: 100%;
}
.uoc_header_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}
.uoc_header_menu li {
	float: left
}
.uoc_header_menu li a {
	display: block;
	padding: 13px 17px 13px 17px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
input.uoc_header_search {
	background: #c04942;
	margin: 0;
	width: 158px;
	height: 43px;
	float: right;
	margin-left: 2px;
	padding: 10px;
	border: 0;
	color: #ffffff;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input.uoc_header_search:focus::-webkit-input-placeholder {
	color:transparent;
}
input.uoc_header_search:focus:-moz-placeholder {
	color:transparent;
}
input.uoc_header_search:focus::-moz-placeholder {
	color:transparent;
}
input.uoc_header_search:focus:-ms-input-placeholder {
	color:transparent;
}
input.uoc_header_search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
input.uoc_header_search::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
input.uoc_header_search:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
input.uoc_header_search:-moz-placeholder { /* Firefox 18- */
  color: white;
  opacity: 1;
}
.header {
    width: 100%;
    height: 144px;
    background: #ffffff;
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    position: relative;
	z-index: 99999;
}
.header_cont {
    margin: 0 auto;
    width: 1200px;
    max-width: 95%;
	height: 100%;
}
.header_logo {
    width: 245px;
    height: 76.8px;
    background-image: url('../images/uoc_logo_black.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    margin-top: 24px;
}
.header_logo  a{
	width: 100%;
	height: 100%;
	display: block;
}
#header_menu {
    padding: 45px 0px 0px 0px;
    float: right;
}

#header_menu ul {
	margin: 0 auto;
	padding: 0px 0 0.5em 0;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	float: right;
}

#header_menu ul li {
	display: -moz-inline-stack;
	display: inline-block;
	margin-left: 5px;
	*display: inline;
}
#header_menu ul li.h_menu {
	display: none
}
#header_menu ul li a {
	margin: 0;
	padding: 0px 10px 0px 10px;
	color: #505050;
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;
	text-transform: capitalize;
}

#header_menu ul li a:last-child {
	margin: 0;
	padding: 0px 0px 0px 5px;
	color: #505050;
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;
}

#header_menu ul li a:hover {
	color: #6d6d6d
}
#header_menu i {
	margin-right: 5px;
	color: #505050;
	vertical-align: middle;
		display: inline-block;
}
#header_menu ul li a i:hover {
	color: #6d6d6d
}

#mobile_menu ul.level1 li.submenu ul.level2 {
    display: none;
    z-index: 9999;
}
#top-middle {
    width: 100%;
	background: #b52921;
    background: rgba(181,41,33,0.85);
	height: 45px;
}
#navmenu {
	width: 100%;
	text-transform: uppercase;
	font-size: 15px;
	padding: 13px 0 0 0;
}
#navmenu ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#navmenu ul a {
	display: block;
	color: #505050;
	text-decoration: none;
	padding: 0 15px;
	padding-bottom: 15px;
}
#navmenu ul a.mhome {
	padding: 0 15px 0 0;
}
#navmenu ul a.mshop::before,
#navmenu ul a.minfo::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20%;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-top: 3px solid #ffffff;
	border-bottom: none;
}
#navmenu ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#navmenu > ul > li > a {
	color: #ffffff;
}
#navmenu ul ul {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 9999;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    padding: 10px 0;
}
#navmenu ul ul:after {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
}
#navmenu ul ul li {
	float: none;
	width: 250px;
	z-index: 9999;
	padding: 0;
}
#navmenu ul ul a {
	line-height: 120%;
	padding: 10px 15px;
	z-index: 9999;
}
#navmenu ul ul a:hover {
	line-height: 120%;
	z-index: 9999;
	background: #e2e2e2;
}
#navmenu ul ul ul {
	top: 0;
	left: 100%;
	z-index: 9999;
}
#navmenu ul li:hover > ul {
	display: block;
	z-index: 9999;
}



.topnav {
    display: none;
    z-index: 9999;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;

}
.centerColumn {
	margin: 0 auto;
	width: 1200px;
	max-width: 100%;
	height: 100%;
	padding-top: 0px;
}
.flex-container {
	margin-left: -1.5%;
}
.categoryListBoxContents {
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	width: 30%;
	margin: 1.6%;
	overflow: hidden;
	height: 270px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	float: left;
}
.categoryListBoxContents > a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	padding: 3px;
}
.categoryListBoxContents > a:hover {
	color: #000000;
}
.categoryListBoxContents:hover{
	border: 1px solid #dadada;
}
.category_image {
	width: 100%;
	height: 210px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.category_image > a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	line-height: 30px;
}
.sub_container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	-ms-flex-align: left;
	-webkit-align-items: left;
	-webkit-box-align: left;
	align-items: left;
}
.subcategoryListBoxContents {
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	width: 30%;
	margin: 1.6%;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	float: left;
	margin-bottom: 25px;
}
.subcategoryListBoxContents > a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.browserupgrade {
	width: 100%;
	background: #ffc107;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
}
.ion-ios-cart,
.ion-log-in,
.ion-log-out,
.ion-android-person,
.ion-android-arrow-forward,
.ion-android-arrow-back,
.ion-locked  {
	font-size: 20px;
}
.ion-ios-close {
	font-size: 30px;
}
.subcategoryListBoxContents > a:hover {
	color: #000000;
}
.subcategoryListBoxContents:hover{
	border: 1px solid #dadada;
}
.category_image_sub {
	width: 100%;
	height: 180px;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.category_image_sub > a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	line-height: 30px;
}
.product_listing_image {
	width: 100%;
	height: 190px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #e2e2e2;
	border: 1px solid #eaeaea;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	background-position: center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.productBasePrice {

}
.product_listing_image a {
	display: block;
	width: 100%;
	height: 100%;
}
#productListing {
	width: 100%;
}
h3.itemTitle {
    padding: 0;
    margin-top: 0;
    font-size: 17px;
    width: 100%;
    font-family: "Myriad W08 Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
	text-decoration: none;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	color: #454545;
}
h3.itemTitle a {
	color: #454545;
	text-decoration: none;
}
h3#attribsOptionsText {
    padding: 0;
    margin-top: 0;
    font-size: 15px;
    font-family: "Myriad W08 Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
	text-decoration: none;
	padding-top: 10px;
	margin-bottom: 5px;
	color: #454545;
}
.attribsRadioButton, .radioButtonLabel  {
	display: inline-block;
	margin-left: 15px;
	margin-top: 10px;
}
.payment .radioButtonLabel   {
	margin-left: 0px;
}
.attribsInput {

}
.wrapperAttribsOptions {
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	background: #e6e6ed;
	padding: 20px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.wrapperAttribsOptions span {
	display: block;
	width: 100%;
}
h4.optionName {
    padding: 0;
    margin-top: 0;
    font-size: 15px;
    width: 100%;
    font-family: "Myriad W08 Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
	text-decoration: none;
	padding-top: 10px;
	width: 100%;
	margin-bottom: 5px;
	color: #454545;
}
h2.cart_options {
    padding: 0;
    margin-top: 0;
    width: 100%;
	text-decoration: none;
	padding-top: 10px;
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "Myriad W08 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #4e4e4e;
}
.featuredProducts_heading, .centerBoxHeading {
	margin-bottom: 10px;
	width: 100%;
}
.product_nav {
	width: 100%;
	padding: 15px;
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	display: block;
	font-size: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 62px;
}
#productsListingBottomNumber {
	width: 50%;
	display: inline-block;
	float: left;
	margin-top: 5px;
}
#productsListingListingBottomLinks {
	width: 50%;
	display: inline-block;
	float: left;
	text-align: right;
	text-decoration: none;
}
#productsListingListingBottomLinks strong {
	font-weight: 400;
}
#productsListingListingBottomLinks a {
	background: #c8c8c8;
	text-decoration: none;
	color: #3a3a3a;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#productsListingListingBottomLinks .current {
	background: #ffffff;
	text-decoration: none;
	color: #3a3a3a;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#productsListingListingBottomLinks a.previous_button {
	background: #2c9dfe;
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	width: 60px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#productsListingListingBottomLinks a.next_button {
	background: #2c9dfe;
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	width: 45px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.productListing_product {
	width: 30%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	min-height: 300px;
	margin: 1%;
	position: relative;
	vertical-align: top;
}

.productListing_product:hover {

}
.productListing_product:hover a,
.productListing_product:hover span{
	color: #2c9dfe;
}
#indexProductListCatDescription {
	width: 100%;
	padding: 15px;
	background: #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	font-size: 15px;
	display: none;
}
#categoryDescription,
.advisory {
	width: 100%;
	padding: 15px;
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	margin: 0 0 25px 0;
}
.message_login {
	margin: 0!important;
}
.advisory_log_in {
	width: 100%;
	padding: 15px;
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	font-size: 15px;
}

#categoryDescription p {
	margin: 0px;
	margin-bottom: 15px;
}
#categoryDescription p:last-child {
	margin: 0px!important;
}
.standard_button_link {
	margin-bottom: 15px;
	display:block;
}
.standard_button_icon {
	background: #3679be;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 12px 10px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.4s ease-out;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.standard_button_icon:hover, .standard_button_icon:focus  {
	background: #5893cf;
}
.standard_button_icon i {
	vertical-align: middle !important;
	margin-bottom: 3px;
	margin-left: 10px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.display_inline {
	display: inline-block;
}


.accountOrderViewButton  a {
	text-decoration: none;
}
.checkboxLabel {
	display: inline;
	margin-left: 10px;
}
.standard_button,
.button_view,
.button_update,
.standard_button_link a,
.button_add_address,
.button_delete,
.button_back,
.small_edit,
.button_delete_small,
.button_submit,
.small_edit,
.button_confirm_order,
.button_search {
	background: #3679be;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.4s ease-out;
	text-decoration: none;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display:inline-block;
	clear:both;
	float:left;
}
.button_confirm_order {
	width: 100%;
	padding: 20px 15px 20px 15px;
}
#checkoutShipto a {
	text-decoration: none;
}
.payment_method_billing_info {
	margin-bottom: 10px;
	clear: both;
}
.standard_button:hover,
.standard_button_link a:hover,
.button_update:hover,
.button_add_address:hover,
.button_delete:hover,
.button_back:hover,
.small_edit:hover,
.button_delete_small:hover,
.button_submit:hover,
.small_edit:hover,
.button_confirm_order:hover,
.button_search:hover {
	background: #5893cf;
}


.shipping_address {
	margin-bottom: 20px;
	clear: both;
}
#myAccountShipInfo .shipping_address, #myAccountPaymentInfo .shipping_address {
	margin-bottom: 0px;
}
.shipping_address_text {
	margin-top: 20px;
}
#accountLinksWrapper {
	margin-top: 10px;
}
#addressBookDefault .small_edit, #addressBookDefault .button_delete_small {
	display: inline-block;
	float: none;
}
.button_sold_out_sm, .free_product  {
  width: 200px;
  background: #b52921;
  position: absolute;
  top: 26px;
  left: -51px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 10px 0 10px 0;
  z-index: 9998;
}
.sold_out_product {
	width: 100%;
	background: #b52921;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.free_product {
	background: #719f34;
	z-index: 9998;
}
.product_info_right span.free_product {
	position: relative;
	display: block;
	transform: rotate(-0deg);
	-webkit-transform: rotate(-0deg);
	top: 0px;
	left: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.productGeneral br {
	/* display: none; */
}
.productListing_product:hover  span.button_sold_out_sm, .productListing_product:hover  span.free_product  {
	color: #ffffff !important;
}
.inputLabel {
	margin-bottom: 10px;
}
.button_in_cart, .button_continue,  .button_send {
	background: #3679be;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 20px 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.4s ease-out;
	display: inline-block;
	margin-top: 10px;
}
.button_in_cart:hover, .button_continue:hover {
	background: #5893cf;
}
.buttonRow {
	height: 100%;
	width: 100%;
	display: block;
	clear: both;
}
.contact_us_map {
	width: 100%;
	height: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_us_map iframe {
	height: 400px;
	width: 100%;

}
/* *********** Product Boxes *********** */
/* ************************************* */

/* ********* Featured Products ********* */
.featuredProducts {
    background-image: url('../images/cross.png');
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	margin: 40px 0 20px 0;
	width: 100%;
	overflow: hidden;
}
.featuredProducts_cont {
	margin: 0 auto;
	width: 95%;
	margin-top: 20px;
	max-width: 1200px;
}
.owl-item {
	padding: 5px;
}
.centerBoxContentsFeatured {
	width: 100%;
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	float: left;
	overflow: hidden;
}

.centerBoxContentsFeatured > .featured_image > a {
	display: block;
	width: 100%;
	height: 100%;
}
.centerBoxContentsFeatured:hover {
	border: 1px solid #dadada;
}
.centerBoxContentsFeatured > a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.centerBoxContentsFeatured > a.product_price {
	background: #eeeff6;
	border-top: 2px solid #eaeaea;
}
.centerBoxContentsFeatured > a:hover {
	color: #000000;
}
.centerBoxContentsFeatured > span {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 0 0 10px 0;
	background: #e6e6e6;
}
.centerBoxContentsFeatured:hover > a,
.centerBoxContentsFeatured:hover > span {
	color: #000000;
}
.centerBoxContentsFeatured a span {
	display: block;
	width: 100%;
	padding: 5px;
}
/* ***** Also Purchased Products ***** */
.alsoPurchasedProducts_cont {
	margin: 0 auto;
	width: 100%;
	margin-top: 40px;
}
.owl-item {
	padding: 5px;
}
.centerBoxContentsAlsoPurchased {
	width: 100%;
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	float: left;
	overflow: hidden;
}
.centerBoxContentsAlsoPurchased > .featured_image > a {
	display: block;
	width: 100%;
	height: 100%;
}
.owl-item {
	overflow: hidden;
}
.centerBoxContentsAlsoPurchased:hover {
	border: 1px solid #dadada;
}
.centerBoxContentsAlsoPurchased > a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.centerBoxContentsAlsoPurchased > a.product_price {
	background: #eeeff6;
	border-top: 2px solid #eaeaea;
}
.centerBoxContentsAlsoPurchased > a:hover {
	color: #000000;
}
.centerBoxContentsAlsoPurchased > span {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 0 0 10px 0;
	background: #e6e6e6;
}
.centerBoxContentsAlsoPurchased:hover > a,
.centerBoxContentsAlsoPurchased:hover > span {
	color: #000000;
}
.centerBoxContentsAlsoPurchased a span {
	display: block;
	width: 100%;
	padding: 5px;
}
/* ********* New Products (Empty Shopping Cart) ********* */
.featuredProducts {
    background-image: url('../images/cross.png');
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;
	width: 100%;
	overflow: hidden;
}
.featuredProducts_cont {
	margin: 0 auto;
	width: 95%;
	margin-top: 20px;
	max-width: 1200px;
}
.owl-item {
	padding: 5px;
}
.centerBoxContentsNew  {
	width: 23.5%;
	background: #eeeff6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	float: left;
	overflow: hidden;
	margin-right: 1.5%;
	position: relative;
	margin-top: 12px;
}
.centerBoxContentsNew:last-child  {
	margin-right: 0%;
}
.featured_image {
	width: 100%;
	height: 146.9px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.centerBoxContentsNew  > .featured_image > a {
	display: block;
	width: 100%;
	height: 100%;
}
.centerBoxContentsNew:hover {
	border: 1px solid #dadada;
}
.centerBoxContentsNew  > a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 3px;
}
.centerBoxContentsNew span.free_product {
	width: 125px;
	display: block;
	top: 20px;
	left: -30px;
}
.centerBoxContentsNew  > a.product_price {
	background: #eeeff6;
	border-top: 2px solid #eaeaea;
}
.centerBoxContentsNew  > a:hover {
	color: #000000;
}
.centerBoxContentsNew  > span {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 0 0 10px 0;
	background: #e6e6e6;
}
.centerBoxContentsNew:hover > a,
.centerBoxContentsNew:hover > span {
	color: #000000;
}
.centerBoxContentsNew a span {
	display: block;
	width: 100%;
	padding: 5px;
}
/* **************** End **************** */
/* ************************************* */
.caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    background: #b52921;
    background: rgba(181,41,33,0.8);
    color: #fff;
}
.rslides p {
	margin: 0;
}
.footer {
	background: #3a3a3a;
	margin-top: 30px;
	font-size: 14.14px;
	color: #cccccc;
	padding-top: 1px;
    margin-top: -1px;
	overflow: hidden;
}
.footer_cont {
    margin: 0 auto;
    width: 1200px;
    max-width: 95%;
	height: 100%;
}
.footer_1 {
	width: 207px;
	height: 67px;
	background: url('../images/uoc_logo_white.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 50px 0 30px 0;
	display: block;
}
.footer_2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.footer_2 p {
	font-size: 18px;
	color: #ffffff;
	margin: 5px 0 5px 0;
}
.footer_2_col1 {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.footer_2_col1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.footer_2_col1 ul li a{
	display: block;
	color: #cccccc;
	text-decoration: none;
	padding: 8px 0 8px 0;
}
.footer_2_col1 ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer_2_col2 {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.footer_2_col3 {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.footer_2_col4 {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.footer_2_col4 a{
	color: #3679be;
	text-decoration: underline;
	cursor: pointer;
}
.footer_3 {
	border-top: 1px solid #979797;
	font-size: 14.14px;
	display: block;
}
.footer_3_left {
	width: 65%;
	display: inline-block;
	float: left;
	margin: 18px 0 15px 0;
}
.footer_3_hash {
	float: right;
	padding: 3px 0 0 0;
	font-size: 18px;
}
.footer_3_right {
	width: 34%;
	display: inline-block;
	float: right;
	margin: 15px 0 15px 0;
}
.footer_3_copyright .material-icons {
	font-size: 5px;
	padding: 0 10px 0 10px;
}
.footer_3_nav {
	display: inline;
	color: #cccccc;
	padding-left: 0px;
	font-size: 14.14px;
}
.footer_3_nav ul {
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	width: 60px;
	color: #cccccc;
}
.footer_3_nav li {
	display: inline;
}
.footer_3_nav li a {
	display: inline-block;
	color: #cccccc !important;
	text-decoration: none;
	padding: 0 5px 0 5px
}
.footer_3_nav li a:hover {
	text-decoration: underline;
	color: #ffffff !important;
}
.footer_3_nav li:not(:first-child):before {
	content: " | ";
}
.footer_3_icons {
	display: inline;
	color: #cccccc;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 10px;
	float: right;
}
.footer_3_icons ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 60px;
	color: #cccccc;
}
.footer_3_icons li {
	display: inline;
	padding: 0 10px 0 10px;
	
}
.footer_3_icons a {
	display: inline-block;
	color: #cccccc !important;
	text-decoration: none;
}
.footer_3_icons a:hover {
	text-decoration: underline;
	color: #ffffff !important;
}
.footer_3_icons i {
	font-size: 25px;
}

.content_left_column {
	width: 19%;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	margin-top: 20px;
	padding: 15px;
}
.category_column {
	width: 100%;
	float: left;
}
#indexProductList {
	width: 100%;
	float: left;
}
#categoriesContent {

}
#searchContent {

}
#bestsellersContent {

}
#cartContentsDisplay, #cartContentsDisplay1, #prevOrders, #prevOrders1, #prevOrders2 {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #e5e5e5;
	font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#cartContentsDisplay  th, #cartContentsDisplay1, #prevOrders th , #prevOrders1 th, #prevOrders2  th{
	background: #eeeff6;
	border: 1px solid #e5e5e5;
	font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
#cartContentsDisplay1  th {
	height: 50px;
}
 #cartContentsDisplay1 {
	text-align: center;
	background: #ffffff;
 }
#cartContentsDisplay  th#scQuantityHeading {
	width: 10%;
}
.fixed_amount {
	width: 100%;
	border: 2px solid #d8d8d8;
	background: #eeeff6;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 15px;
	color: #3a3a3a;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	display: block;
	cursor: not-allowed;
}
tfoot {
	background: #eeeff6;
}
.update_quantity {
	float: right;
}
.update_quantity_button {
	background: #3679be;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 20px 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.4s ease-out;
	float: right;
}
.update_quantity_button:hover, .update_quantity_button:focus, .update_quantity_button:active {
	background: #5893cf;
}
.cartImage {
	overflow: hidden;
	width: 150px;
	height: 100%;
	display: block;
}
.cartImage img{
	width: 150px;
	height: auto;
}
.cartProdTitle {
	
}
#cartContentsDisplay  td, #prevOrders td, #prevOrders1 td, #prevOrders2 td, #cartContentsDisplay1 td {
	border: 1px solid #e5e5e5;
	padding: 10px;
	vertical-align: middle;

}
td.cartUnitDisplay, td.cartQuantity, td.cartRemoveItemDisplay, td.cartTotalDisplay {text-align: center;}
th#scUnitHeading, th#scQuantityHeading, th#scRemoveHeading, th#scTotalHeading {text-align: center;}
h2#cartEmptyText {
	width: 100%;
	font-size: 18px;
	padding: 20px 10px 20px 10px;
	background: #eeeff6;
	margin-top: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	border: 1px solid #e5e5e5;
	text-align: center;
	margin-bottom: 20px;
}
#cartContentsDisplay td.cartProductDisplay {
	width: 30%;
}
#cartContentsDisplay td.cartProductDisplay_image {
	width: 171px;
	vertical-align: top;
	border-right: 0!important;
}
#cartContentsDisplay td.cartQuantity {
	padding: 10px 10px 0 10px;
}
#cartSubTotal {
	width: 100%;
	font-size: 18px;
	padding: 7px 10px 10px 10px;
	background: #eeeff6;
	margin-top: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	border: 1px solid #e5e5e5;
	text-align: center;
	margin-bottom: 20px;
}
.cartProdTitle {
	display: block;
	color: 
}
.cartRemoveItemDisplay  input[type="checkbox"] {
	display: none;
}
.cartQuantity  input[type="image"] {
	display: none;
}
#header_menu ul li {
	position: relative;
}
.badge_green {
	display: inline-block;
	color: #ffffff;
	white-space: nowrap;
	background-color: #719f34;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 18px;
	width: 18px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 3px 1px 0 0;
	line-height: 10px;
	position: absolute;
	top: -4px;
	left: 12px;
}
#nav-toggle {
	display: none;
}
#productDescription a {
	color: #23a7d3;
}
#productMainImage {
	width: 100%;
	height: auto;
	margin: 20px 0 20px 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eaeaea;
}
#productMainImage  img{
	display:block;
	width:100%;
}
.additionalImages {
	width: 20%;
	height: auto;
	display: inline-block;
	overflow: hidden;
	margin: 0 10px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.additionalImages  img{
	cursor: pointer;
	display:block;
	min-height:100%;
	min-width:100%;
	width: 100%;
}
.product_info_left {
	width: 50%;
	float: left;

	padding-right: 30px;
}
.product_info_right {
	width: 48%;
	float: right;
}
.product_info_bottom {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #eeeff6;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #e5e5e5;
	margin-top: 30px;
}
br.clear {
	clear: both;
} 
.messageStackWarning,
.messageStackError,
.messageStackSuccess,
.messageStackCaution,
.messageStackSuccess  {
	width: 100%;
	padding: 15px;
	background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
	background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: block;
	color: #ffffff;
	margin: 20px 0 20px 0;
	font-size: 14px;
	background-repeat: repeat-x;
	border: 1px solid #dca7a7;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	color: #a94442;
}
.messageStackSuccess {
	background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
	background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border: 1px solid #b2dba1;
	color: #4a7a36;
}

h1#productName {
	margin-bottom: 0;
}
button:focus {
	outline:0;
	background: none
}
div[style] {
	font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
font[face] {
	font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
font[size] {
	font-family: "Myriad W08 Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.checkout_button {
	background: #3679be;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 20px 15px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.4s ease-out;
	text-decoration: none;
	overflow: auto;
}
.checkout_button i {
	vertical-align: middle !important;
	margin-right: 10px;
}
.buttonRow_forward {
	margin-top: 10px;
	float: right;
	height: 50px;
}

.buttonRow_back {
	margin-top: 10px;
	float: left;
	height: 50px;
}
.buttonRow_back a {
	background: #3679be;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 20px 15px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.4s ease-out;
	text-decoration: none;
	overflow: auto;
}
.button_margin_top_15 {
	margin-top: 28px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.remove_item {
	background: #3679be;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.4s ease-out;
	text-decoration: none;
}
.button_sold_out {
background: #b52921;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 100%;
	padding: 10px;
	color: #ffffff;
	text-align: center;
}
.buttonRow_back a i {
	vertical-align: middle !important;
	margin-bottom: 3px;
	margin-right: 5px;
}
.buttonrow a {
	text-decoration: none;
}
.buttonRow_back a:hover{
	background: #5893cf;
}

.checkout_button:hover {
	background: #5893cf;
}
.att_container {
	width: 100%;
	margin-top: 15px;
}
.att_container label{
	display: inline-block;
	margin: 0 0 5px 10px;
}
@media (max-width: 1024px) {
	.header {
		height: 72px;
		width: 100%;
		background: #ffffff;
		color: #fff;
		text-align: left;
		padding-top: 0px;
		padding-bottom: 0px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		position: relative;
		z-index: 99999;
	}
	.uoc_header_cont {
		margin: 0 auto;
		width: 1200px;
		max-width: 100%;
		height: 100%;
	}

	.header_logo {
		width: 140.36px;
		height: 44px;
		margin: 0;
		margin-top: 14px;
		margin-left: 10px;
	}
	#header_menu ul li.logout {
		display: none;
	}
	#header_menu ul li.my_account span {
		display: none;
	}
	.mobile_only {
		display: inline-block!important;
		
	}
	#header_menu {
		padding: 0;
		height: 100%;
		float: right;
	}
	#header_menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
		height: 100%;
	}
	#header_menu ul li {
		margin-left: 0;
	}
	#header_menu li {
		height: 100%;
		display: block;
		
	}
	#header_menu li a {
		height: 100%;
		display: block;
		display:table;
	}
	#header_menu li a.mobile_menu {
		width: 72px;
		text-align: center;
		padding: 0!important;
		border-left: 1px solid #e2e2e2;
	}
	
	#header_menu li a.mobile_menu i {
		text-align: center;
		display: inline-block;
		margin: 0;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	#header_menu li a.mobile_menu i:before{
		display: inline-block;
	}
	#top-middle {
		display: none;
	}
	#header_menu ul li.h-login, #header_menu ul li.h_checkout{
		display: none;
	}
	.badge_green {
		top: 15px;
		left: 40px;
	}
	.featuredProducts_heading {
		text-align: center;
	}
	.uoc_header_mobile {
		height: 10px;
		width: 100%;
		background-color: #3a3a3a;
		display: block;
	}
	.uoc_header {
		display: none;
	}
	#header_menu ul li.h_menu {
		display: inline-block;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}
	.responsive {
		display: block;
		z-index: 99998;
		position: absolute;
		background: #ffffff;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		font-size: 16px;
		height: 100%;
	}
	.responsive li {
		display: block;
		width: 100%;
		list-style-type: none;
		background: #ffffff;
		z-index: 9999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.responsive li a {
		display: block;
		width: 100%;
		height: 100%;
		padding-left: 0.8rem;
		padding-right: 0.8rem;
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
		font-size: 18px;
		line-height: 1.6rem;
		color: #0a0a0a;
		font-family: "Myriad W08 Light","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
		transition: top 0.5s ease;
		position: relative;
		border-bottom: 1px solid #e2e2e2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
	}
	.responsive li a:hover {
		color: #b52921
	}
	.responsive ul {
		padding: 0;
		margin: 0;
	}

	#nav-toggle {
		cursor: pointer;
		padding: 0px;
		user-select: none;
		border: none;
		background: #ffffff;
		height: 20px;
		width: 20px;
		display: inline;
		vertical-align: middle;
		margin-left: 10px;
	}

	.cart_text {
		display: none;
	}
	*[class^='footer_2_col'] {
		width: 100%;
		display: block;
	}
	*[class^='footer_2_col'] .panel {
		display: none;
	}
	*[class^='footer_2_col'] .show{
		display: block;
	}
	.footer h3 {
		display: block;
		width: 100%;
		border-bottom: 1px solid #ccc;
		font-size: 18px;
		padding-bottom: 20px;
		margin-bottom: 0;
		padding-top: 5px;
		cursor: pointer;
	}
	.footer h3:after {
		font-family: "Ionicons";
		content: "\f3d0";
		font-size: 20px;
		float: right;
	}
	.footer h3.active:after {
		font-family: "Ionicons";
		content: "\f3d8";
		font-size: 20px;
		float: right;
	}
	.panel ul li {
		border-bottom: 1px solid #383d3e;
		background: #252b2c;
		padding: 5px;
	}
	.footer h3:first-child{
		padding-top: 10px;
	}
	.footer h3:nth-child(4){
		border-bottom: none;
	}
	.footer_1 {
		display: none;
	}
	.no_mobile_effects {
		border-bottom: 0px !important;
	}
	.no_mobile_effects:after, .no_mobile_effects .active:after {
		display: none;
	}
	.footer_3_right {
		display: none;
	}
	.footer_3_left {
		width: 100%;
	}
	.checkoutprogress li {
		width: 100%;
	}
	.checkoutprogress li a {
		text-align: left;
	}
	.checkoutprogress li.active a {
		text-align: left;
	}
	#checkoutshippingBody .navBreadCrumb, #checkoutpaymentBody .navBreadCrumb, #checkoutconfirmationBody .navBreadCrumb, #checkoutsuccessBody .navBreadCrumb{
		display: none;
	}
	#whatsNew h2 {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.centerBoxContentsNew > a {
		height: 45px;
	}
	.featured_image {
		height: 150px;
	}
	.intro_text_main {
		display: none;
	}
	.payment_box {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.payment_container {
		display: block;
	}
	.additionalImages {
		width: 20%;
		height: auto;
	}
	.footer_3_copyright {
		display: block;
		width: 100%;
		text-align: center;
		clear: both;
	}
	.footer_3_copyright i {
		display: none;
	}
	.footer_3_nav {
		display: block;
		width: 100%;
		clear: both;
		text-align: center;
	}
	.sub_container {
		justify-content: center;
	}
	.categoryListBoxContents {
		height: 220px;
	}
	.category_image {
		height: 160px;
		background-position: center; 
	}
	#cartContentsDisplay  {
		border: none;
	}
	#cartContentsDisplay table,  #cartContentsDisplay  thead, #cartContentsDisplay tbody, #cartContentsDisplay th, #cartContentsDisplay td, #cartContentsDisplay tr{
		display: block;
	}
	#cartContentsDisplay  tr.tableHeading {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#cartContentsDisplay tr {
		border: 1px solid #e5e5e5;
	}
	#cartContentsDisplay td {
		border: none;
		border-bottom: 1px solid #e5e5e5; 
		position: relative;
		padding-left: 50%; 
	}
	#cartContentsDisplay td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		padding-right: 10px; 
		white-space: nowrap;
		width: 50%;
		text-align: left;
		font-weight: bold;

	}
	#cartContentsDisplay td.cartProductDisplay, #cartContentsDisplay td.cartProductDisplay_image{
		width: auto;
	}
	#cartContentsDisplay td.cartQuantity {
		text-align: right;
	}
	#cartContentsDisplay td.cartQuantity input[type="text"] {
		width: 50%;
	}
	#cartContentsDisplay td.cartQuantity .fixed_amount{
		width: 50%;
		display: inline-block;
	}
	#cartContentsDisplay td:nth-of-type(1):before { content: "Product"; }
	#cartContentsDisplay td:nth-of-type(2):before { content: "Description"; }
	#cartContentsDisplay td:nth-of-type(3):before { content: "Unit"; }
	#cartContentsDisplay td:nth-of-type(4):before { content: "Quantity"; }
	#cartContentsDisplay td:nth-of-type(5):before { content: "Remove"; }
	#cartContentsDisplay td:nth-of-type(6):before { content: "Total"; }
	
	#cartContentsDisplay td.cartUnitDisplay, #cartContentsDisplay td.cartRemoveItemDisplay, #cartContentsDisplay td.cartTotalDisplay {
		text-align: left;
	}
	#cartContentsDisplay tfoot tr td:nth-of-type(1):before {
		content:"";
	}
	#cartContentsDisplay tfoot tr td {
		overflow: hidden;
		padding-left: 10px;
	}
		#cartContentsDisplay1  {
		border: none;
	}
	#cartContentsDisplay1 table,  #cartContentsDisplay1  thead, #cartContentsDisplay1 tbody, #cartContentsDisplay1 th, #cartContentsDisplay1 td, #cartContentsDisplay1 tr{
		display: block;
	}
	#cartContentsDisplay1  tr.cartTableHeading {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#cartContentsDisplay1 tr {
		border: 1px solid #e5e5e5;
	}
	#cartContentsDisplay1 td {
		border: none;
		border-bottom: 1px solid #e5e5e5; 
		position: relative;
		padding-left: 50%; 
	}
	#cartContentsDisplay1 td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		padding-right: 10px; 
		white-space: nowrap;
		width: 50%;
		text-align: left;
		font-weight: bold;

	}
	#cartContentsDisplay1 td.cartProductDisplay, #cartContentsDisplay1 td.cartProductDisplay_image{
		width: auto;
	}
	#cartContentsDisplay1 td.cartQuantity input[type="text"] {
		width: 50%;
	}
	#cartContentsDisplay1 td.cartQuantity .fixed_amount{
		width: 50%;
		display: inline-block;
	}
	#cartContentsDisplay1 td:nth-of-type(1):before { content: "Qty."; }
	#cartContentsDisplay1 td:nth-of-type(2):before { content: "Product"; }
	#cartContentsDisplay1 td:nth-of-type(3):before { content: "VAT"; }
	#cartContentsDisplay1 td:nth-of-type(4):before { content: "Total"; }
	
	#cartContentsDisplay1 tfoot tr td:nth-of-type(1):before {
		content:"";
	}
	#cartContentsDisplay1 tfoot tr td {
		overflow: hidden;
		padding-left: 10px;
	}
	.rowEven, .rowOdd {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.update_quantity_button {
		width: 100%;
	}
	.buttonRow_forward .checkout_button {
		width: 100%!important;
		float: inherit;
	}
	.buttonRow_forward a{
		text-align: center;
	}
	#shoppingcartBody .buttonRow_back {
		display: none;
	}
	#shoppingcartBody .buttonRow_forward  {
		width: 100%;
		height: 60px;
	}
		#prevOrders  {
		border: none;
	}
	#prevOrders table,  #prevOrders  thead, #prevOrders tbody, #prevOrders th, #prevOrders td, #prevOrders tr{
		display: block;
	}
	#prevOrders  tr.tableHeading {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#prevOrders tr {
		border: 1px solid #e5e5e5;
		margin: 10px 0 10px 0;
	}
	#prevOrders td {
		border: none;
		border-bottom: 1px solid #e5e5e5; 
		position: relative;
		padding-left: 50%; 
	}
	#prevOrders td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		padding-right: 10px; 
		white-space: nowrap;
		width: 50%;
		text-align: left;
		font-weight: bold;
	}
	.shipping_address_box, .shipping_details_box, .payment_box {
		display: block;
	}
	#prevOrders td:nth-of-type(1):before { content: "Date"; }
	#prevOrders td:nth-of-type(2):before { content: "No."; }
	#prevOrders td:nth-of-type(3):before { content: "Ship To"; }
	#prevOrders td:nth-of-type(4):before { content: "Status"; }
	#prevOrders td:nth-of-type(5):before { content: "Total"; }
	#prevOrders td:nth-of-type(6):before { content: "View"; }
	
	#prevOrders tfoot tr td:nth-of-type(1):before {
		content:"";
	}
	#prevOrders tfoot tr td {
		overflow: hidden;
		padding-left: 10px;
	}
	.accountOrderViewButton {
		overflow: hidden;
	}
	.accountOrderViewButton .button_view {
		margin: 0;
	}
	#prevOrders1  {
		border: none;
	}
	#prevOrders1 table,  #prevOrders1  thead, #prevOrders1 tbody, #prevOrders1 th, #prevOrders1 td, #prevOrders1 tr{
		display: block;
	}
	#prevOrders1  tr.tableHeading {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#prevOrders1 tr {
		border: 1px solid #e5e5e5;
	}
	#prevOrders1 td {
		border: none;
		border-bottom: 1px solid #e5e5e5; 
		position: relative;
		padding-left: 50%; 
	}
	#prevOrders1 td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		padding-right: 10px; 
		white-space: nowrap;
		width: 50%;
		text-align: left;
		font-weight: bold;

	}
	#prevOrders1 td.cartProductDisplay, #prevOrders1 td.cartProductDisplay_image{
		width: auto;
	}
	#prevOrders1 td.cartQuantity {
		text-align: right;
	}
	#prevOrders1 td.cartQuantity input[type="text"] {
		width: 50%;
	}
	#prevOrders1 td.cartQuantity .fixed_amount{
		width: 50%;
		display: inline-block;
	}
	#prevOrders1 td:nth-of-type(1):before { content: "Qty."; }
	#prevOrders1 td:nth-of-type(2):before { content: "Products"; }
	#prevOrders1 td:nth-of-type(3):before { content: "Total"; }

	
	#prevOrders1 td.cartUnitDisplay, #prevOrders1 td.cartRemoveItemDisplay, #prevOrders1 td.cartTotalDisplay {
		text-align: left;
	}
	#prevOrders1 tfoot tr td:nth-of-type(1):before {
		content:"";
	}
	#prevOrders1 tfoot tr td {
		overflow: hidden;
		padding-left: 10px;
	}
	.rowEven, .rowOdd {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.update_quantity_button {
		width: 100%;
	}
	.buttonRow_forward .checkout_button {
		width: 100%!important;
		float: inherit;
	}
	.buttonRow_forward a{
		text-align: center;
	}
	#shoppingcartBody .buttonRow_back {
		display: none;
	}
	#shoppingcartBody .buttonRow_forward  {
		width: 100%;
		height: 60px;
	}
		#prevOrders2  {
		border: none;
	}
	#prevOrders2 table,  #prevOrders2  thead, #prevOrders2 tbody, #prevOrders2 th, #prevOrders2 td, #prevOrders2 tr{
		display: block;
	}
	#prevOrders2  tr.tableHeading {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#prevOrders2 tr {
		border: 1px solid #e5e5e5;
	}
	#prevOrders2 td {
		border: none;
		border-bottom: 1px solid #e5e5e5; 
		position: relative;
		padding-left: 50%; 
	}
	#prevOrders2 td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		padding-right: 10px; 
		white-space: nowrap;
		width: 50%;
		text-align: left;
		font-weight: bold;

	}
	#prevOrders2 td.cartProductDisplay, #prevOrders2 td.cartProductDisplay_image{
		width: auto;
	}
	#prevOrders2 td.cartQuantity {
		text-align: right;
	}
	#prevOrders2 td.cartQuantity input[type="text"] {
		width: 50%;
	}
	#prevOrders2 td.cartQuantity .fixed_amount{
		width: 50%;
		display: inline-block;
	}
	#prevOrders2 td:nth-of-type(1):before { content: "Date"; }
	#prevOrders2 td:nth-of-type(2):before { content: "Order Status"; }
	#prevOrders2 td:nth-of-type(3):before { content: "Comments"; }
	
	#prevOrders2 td.cartUnitDisplay, #prevOrders2 td.cartRemoveItemDisplay, #prevOrders2 td.cartTotalDisplay {
		text-align: left;
	}
	#prevOrders2 tfoot tr td:nth-of-type(1):before {
		content:"";
	}
	#prevOrders2 tfoot tr td {
		overflow: hidden;
		padding-left: 10px;
	}
	.rowEven, .rowOdd {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.update_quantity_button {
		width: 100%;
	}
	.buttonRow_forward .checkout_button {
		width: 100%!important;
		float: inherit;
	}
	.buttonRow_forward a{
		text-align: center;
	}
	#shoppingcartBody .buttonRow_back {
		display: none;
	}
	#shoppingcartBody .buttonRow_forward  {
		width: 100%;
		height: 60px;
	}
	.product_info_left {
		margin: 0 auto;
		float: inherit;
		width: 100%;
		padding-right: 0px;
	}
	.product_info_right {
		clear: both;
		float: inherit;
		width: 100%;
	}
	.wrapperAttribsOptions {
		width: 100%;
	}
	.product_info_bottom #cartAdd {
		width: 100%;
		padding-right: 5px;
	}
	.product_info_bottom #cartAdd input:before {
		content: "test";
	}
	.button_in_cart {
		width: 100%;
	}
	.product_info_bottom {
		margin-top: 0;
	}
	h1#productName {
		text-align: center;
	}
	.navBreadCrumb li {
	display: inline;
	padding: 0;
	margin: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	display: block;
}
.navBreadCrumb li:after{
	content: "";
}
.navBreadCrumb li:last-child:after{
	display: none;
}
.navBreadCrumb a {
	color: #33a1ff;
	text-decoration: none;
	margin: 5px 0 5px 0;
	display: inline-block;
	position: relative;
}
.shipping_container {
	display: block;
}
.shipping_address_box, .shipping_details_box {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
	#whatsNew {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		overflow: auto;
	}
	#whatsNew h2 {
		text-align: center;
	}
	.featured_image {
		height: 150px;
	}
	.payment_box_total {
		width: 100%;
	}
}
@media (max-width: 635px) {
	#whatsNew h2 {
		text-align: center;
	}
	.centerBoxContentsNew {
		width: 48%;
	}
	#cartContentsDisplay1 td {
		padding-left: 45%;
	}
}
@media (max-width: 480px) {
	.categoryListBoxContents {
		min-width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
	}
	.centerBoxContentsNew {
		width: 100%;
	}
	.subcategoryListBoxContents {
		min-width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
	}
	.productListing_product {
		min-width: 0px;
		width: 100%;
	}
}

@media (max-width: 320px) { 
	.intro_text_main {
		display: none;
	}
	.categoryListBoxContents {
		width: 100%;
		height: auto;
	}
	.footer_3_nav li{
		display: block;
		width: 100%;
		padding: 5px;
	}
	.footer_3_nav li:before {
		display: none;
	}
	.product_info_left {
		width: 100%;
		padding-right: 0px;
	}
	.header_logo {
		width: 125px;
		height: 39.18px;
		margin-top: 16px;
	}
	.rslides {
		display: none;
	}
	#productsListingBottomNumber {
		width: 100%;
		text-align: center;
	}
	#productsListingListingBottomLinks {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	#cartContentsDisplay1 td {
		padding-left: 35%;
	}
}