@charset "utf-8";
/* CSS Document */
html,body {
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
body {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
a {
  color: #b31d1d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2d570e;
  text-decoration: underline;
}
div[class^="col-"] { margin-bottom: 20px; }
#top {
	position: relative;
	padding: 0px 0 0 0;
	z-index: 99;
}
#top address {
	padding-top: 0px;
}
#graphictop {
	position: absolute;
	width: 80%;
	top: -60px;
	left: 0;
}
#logo_image {
	position: relative;
	width: 300px;
	height: auto;
	margin-top: 0px;
	z-index: 50;
}
.logo_image2 {
	position: relative;
	width: 100%;
	z-index: 50;
}
.navbar-brand {
  float: left;
  height: 100%;
  padding: 0px 10px;
}
#banner_shadow {
	position: relative;
	z-index: 20;
}
#slider1_container .img-large {
	background: #FFF;
}
#slider1_container .a-img-large {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}
.bannershadows {
	position: absolute;
	width: 90%;
	top: 100%;
	left: 0;
}
.bannershadows img {
	width: 100%;
}
#copyright {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}
footer {
	position: relative;
	padding: 30px 0 10px 0;
	border-top: 1px solid #CCC;
	background: rgba(255,255,255,0.7);
}
.navbar-brand img {
	transition: all 0.4s ease;
}
/*SCROLL*/
.navbar-default.scroll {
	transition: all 0.4s ease;
	margin-top: 0;
}
.navbar-default.scroll .navbar-brand {
  padding: 11px 15px 11px 15px;
  line-height: inherit;
  vertical-align: middle;
}
.navbar-brand #logo_image.smaller {
	width: 100px;
	transition: all 0.4s ease;
	margin-top: 0px;
}
.navbar-nav > li > a.scroll {
	margin-top: 0px;
}
#flaglabel.scroll {
	line-height: 40px;
}
.navbar-toggle.scroll {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-nav .glyphicon {
	line-height: 16px;
}
.container {
	position: relative;
}
.navigation {
}
.productname {
	position: relative;
	height: 45px;
	overflow: hidden;
	font-size: 14px;
}
@media (max-width: 767px) {
	.navigation {
		margin-top: 0px;
	}
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 10px;
	}
	.nav > .multicol-menu-main.dropdown.open {
		position: static;
	}
	.nav > .multicol-menu-main.dropdown.open .dropdown-menu {
		display:table; width: 100%;left:0; right:0;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		z-index: 30;
		padding: 50px 0 35px 0;
	}
	.multicol-menu-main.dropdown-menu>li {
		display: table-cell;
	}
}
.navbar-default {
	background: -moz-linear-gradient(#d65252, #b31d1d);
	background: -webkit-linear-gradient(#d65252, #b31d1d);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d65252), to(#b31d1d));
	background: -o-linear-gradient(#d65252, #b31d1d);
	background: linear-gradient(#d65252, #b31d1d);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease;
	border-radius: 0px;
	border: 0px;
	min-height: inherit;
}
.navbar-default .navbar-brand {
  color: #FFF;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #FFF;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #F0F0F0;
	text-shadow: 1px 1px 3px #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff; text-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover {
	background: -moz-linear-gradient(#22c3f7, #05548d);
	background: -webkit-linear-gradient(#22c3f7, #05548d);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#22c3f7), to(#05548d));
	background: -o-linear-gradient(#22c3f7, #05548d);
	background: linear-gradient(#22c3f7, #05548d);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background: -moz-linear-gradient(#22c3f7, #05548d);
	background: -webkit-linear-gradient(#22c3f7, #05548d);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#22c3f7), to(#05548d));
	background: -o-linear-gradient(#22c3f7, #05548d);
	background: linear-gradient(#22c3f7, #05548d);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #FFF;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transaprent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > .open > a,
.navbar-default .navbar-nav > .active > .open > a:hover,
.navbar-default .navbar-nav > .active > .open > a:focus {
	color: #b31d1d;
	background-color: #FFF;
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#FFF));
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
}
@media (max-width: 767px) {
	.navbar-nav > li > a.scroll {
		margin-top: 0px;
	}
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #FFF;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.multicol-menu > li > div > ul {
	height: 100%;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.multicol-menu > ul > li > a:hover,
.multicol-menu > ul > li > a:focus {
	color: #FFF;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#d65252, #b31d1d);
	background: -webkit-linear-gradient(#d65252, #b31d1d);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d65252), to(#b31d1d));
	background: -o-linear-gradient(#d65252, #b31d1d);
	background: linear-gradient(#d65252, #b31d1d);
	transition: all 0.4s ease;
}
.multicol-menu > ul > li > a {
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.4s ease;
	display: block;
	font-size: 14px;
	line-height: 28px;
	padding-left: 10px;
}


@media (max-width: 767px) {
	.fullscreen_content_admin #loginform {
		width: 80%;
	}
	.navbar-brand #logo_image.smaller {
		width: 130px;
		transition: all 0.4s ease;
		margin-top: 0px;
	}
	#logo_image {
		position: relative;
		width: 180px;
		margin-top: 0px;
	}
	#graphictop {
		width: 100%;
	}
	.navbar-nav > li > a {
		margin-top: 0;
	}
	.navbar-nav > li > a.scroll {
		margin-top: 0px;
	}
	#flaglabel {
		line-height: inherit;
	}
	#top address {
		text-align: center;
		padding-top: 0px;
	}
	nav #flaglabel {
		text-align: center;
	}
	#top {
		padding: 5px 0 15px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	  padding: 15px 5px;
	}
	.fullscreen_content_admin #loginform {
		width: 60%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
	  padding: 12px 10px;
	}
}
@media (min-width: 1200px) {
}




#fullscreen_div_admin {
	display: table;
	background: #b31d1d;
}
#fullscreen_center_admin {
	display: table-cell;
    margin: 0;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}
#fullscreen_width_admin {
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#fullscreen_content_admin {
	background: rgba(255,255,255,0.6);
	padding: 30px;
}

.invalid {
	color: #C00;
	font-weight: 700;
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.side-nav {
	background-color: #b31d1d;
	z-index: 2;
}
#wrapper .navbar-default {
	background: -moz-linear-gradient(#b31d1d, #b31d1d);
	background: -webkit-linear-gradient(#b31d1d, #b31d1d);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b31d1d), to(#b31d1d));
	background: -o-linear-gradient(#b31d1d, #b31d1d);
	background: linear-gradient(#b31d1d, #b31d1d);
	border: 0px solid #b31d1d;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease;
	margin-top: 0;
}

.navbar-default .side-nav > li > a {
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #F0F0F0;
	text-shadow: 0px 0px 0px #333;
	line-height: inherit;
	margin-top: 0px;
	padding: 2px 15px;
}
.top-nav>li>a {
    color: #FFF;
}
#searchform {
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
}
.navbar-toggle {
	margin-top: 17px;
	margin-bottom: 17px;
	transition: all 0.4s ease;
}
#flaglabel {
	line-height: 65px;
	transition: all 0.4s ease;
}
.navbar-header {
	transition: all 0.4s ease;
}
.navbar-brand {
  padding: 15px 15px 14px 15px;
  line-height: inherit;
  vertical-align: middle;
}
.navbar-brand img {
	transition: all 0.4s ease;
}
.nav-brand-title {
	float: left; margin-top: 25px;
}
nav {
	transition: all 0.4s ease;
}
nav.shadow {
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.6);
}
.navbar-nav > li > a.scroll {
	margin-top: 0px;
}
#flaglabel.scroll {
	line-height: 50px;
}
.navbar-toggle.scroll {
  margin-top: 11px;
  margin-bottom: 11px;
}
#advancedsearchdiv {
	background: url(../img/searchbg.jpg) no-repeat left center;
	background-size: cover;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.loadmorenav, .loadmorenav a {
	position: relative;
	float: none;
	text-align: center;
	width: 100%;
	clear: both;
}
.fullscreen_content_admin #loginform {
	width: 30%;
	margin: 0 auto;
}
#detailsdiv, #handlecarediv {
	position: relative;
	display: none;
}
#detailscheck, #handlecarecheck {
	position: relative;
	cursor: pointer;
}
.boxcursorcheck  label {
	cursor: pointer;
}
.boxcursorcheck {
	position: relative;
	padding: 3px 15px;
	cursor: pointer;
	background: rgba(255,255,255,0.8);
	transition: all 0.4s ease;
}
.boxcursorcheck:hover {
	background: rgba(0,0,0,0.3);
	transition: all 0.4s ease;
}
.setascoverlink {
	position: relative;
	text-align: center;
	background: rgba(217,172,15,0.8);
	color: #FFF;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	transition: all 0.4s ease;
	display: block;
	text-transform: uppercase;
}
.setascoverlink:hover, .setascoverlinkactive {
	background: rgba(196,29,29,0.6);
	transition: all 0.4s ease;
	color: #FFF;
	position: relative;
	text-align: center;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.fullscreen_content_admin #loginform {
	width: 30%;
	margin: 0 auto;
}
.admin-menu-title {
	position: relative;
	font-family: 'Source Sans Pro', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	background: rgba(255,255,255,0.25);
	display: block;
	text-align: center;
	padding: 0px 0px;
	width: 100%;
}
#page-wrapper {
	padding-top: 50px;
}
@media (max-width: 767px) {
	#page-wrapper {
		padding-top: 100px;
	}
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.product_top {
	background: rgba(255,255,255,0.0);
}
.backgroundwhite {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.side_menu_category {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0px 0 20px 0;
	background-color: #EEE;
	-webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.side_menu_category>li.side_menu_category_li_title {
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
	padding: 10px 0 10px 25px;
	color: #FFF;
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
}
.side_menu_category>li {
	padding: 0px 0 0px 25px;
	font-weight: 300;
	font-size: 16px;
}
.side_menu_category>li>a {
	position: relative;
	display: block;
	padding: 5px 0;
}
#member_login {
	margin-top: 5px;
	float: right;
}
#member_login>ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#member_login>ul>li {
	position: relative;
	float: left;
	margin-left: 5px;
}
#member_login>ul>li:last-child {
	border-right: 0px dashed #9c9487;
}
#member_login>ul>li:last-child a {
}
#member_login>ul>li>a {
	position: relative;
	text-decoration: none;
	transition: all 0.4s ease;
}
#member_login>ul>li>a {
	font-size: 14px;
	padding: 2px 20px 2px 20px;
	-webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	background: -moz-linear-gradient(#EEE, #CCC);
	background: -webkit-linear-gradient(#EEE, #CCC);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#CCC));
	background: -o-linear-gradient(#EEE, #CCC);
	background: linear-gradient(#EEE, #CCC);
	border: 1px solid #AAA;
	color: #666;
}
#member_login>ul>li>a:hover {
	background: #be5d45;
	color: #FFF;
}
.logincreatedetails {
	position: relative;
	float: left;
}
.forgotyourpassword {
	position: relative;
	float: right;
}
.headerlogin {
	padding: 5px 10px;
	color: #FFF;
	background: #b31d1d;
	font-weight: 300;
	margin: 0;
}
.weight300 {
	font-weight: 300;
}

.myaccount_button_ul {
	position: relative;
	margin: 13px 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: 300;
	font-size: 18px;
}
.myaccount_button_ul>li {
	position: relative;
	margin-bottom: 5px;
}
.myaccount_button_ul>li> a {
	position: relative;
	display: block;
	padding: 3px 10px;
	transition: all 0.4s ease;
	border-radius: 10px;
}
.myaccount_button_ul>li>a:hover, .myaccount_button_a_active {
	background: rgba(61,139,3,0.7);
	color: #FFF;
	text-decoration: none;
}
.itemi {
	position: relative;
	margin: 0;
	padding: 0;
}
.itemi li{
	padding: 5px 0;
	margin: 0;
	list-style: none;
}
a.list-group-item {
  color: #555;
  font-size: 16px;
  font-weight: 300;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-title, .productmenuleft>.list-group>.list-group-item.list-group-title {
	font-size: 20px;
	background: -moz-linear-gradient(#d65252, #b31d1d);
	background: -webkit-linear-gradient(#d65252, #b31d1d);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d65252), to(#b31d1d));
	background: -o-linear-gradient(#d65252, #b31d1d);
	background: linear-gradient(#d65252, #b31d1d);
	color: #FFF;
	font-weight: 300;
}
.productmenuleft>.list-group .list-group-item {
	padding: 3px 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.productmenuleft>.list-group>.list-group-item-sub {
	color: #666; padding-left: 25px;
}
.list-group-item.list-group-item-sub.active,
.list-group-item.list-group-item-sub.active:hover,
.list-group-item.list-group-item-sub.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #AAA;
  border-color: #AAA;
}
.thumbnails {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.boldsmall {
	font-weight: 700;
	font-size: 12px;
}
.success1 {
	font-size: 10px;
	color: #090;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
	text-align: center;
}
.updating1 {
	font-size: 10px;
	color: #F60;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
	text-align: center;
}
.loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
	top: 0;
	left: 0;
	z-index: 70;
}
.loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: auto;
	height: 100%;
}
.checkoutbutton {
	padding: 5px 0;
	text-align: right;
}
#couponcodediv {
	background: #EEE;
	padding: 15px;
}
.notes_order {
	position: relative;
}
#notes_order {
	display: none;
	height: 200px;
}
.iascol {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	transition: all 0.4s ease;
}
.iascol:hover {
	background: rgba(0,0,0,0.05);
	transition: all 0.4s ease;
}
.pis_addtocart {
	position: relative;
}
#divResult {
	position:absolute;
	top: 100%;
	right: 0;
	width:100%;
	display:none;
	margin-top:0px;
	border:solid 1px #dedede;
	border-top:0px;
	overflow:hidden;
	box-shadow: 0px 0px 5px #999;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #333 #DEDEDE #DEDEDE;
	background-color: white;
	z-index: 99999;
}
#divResultCustomer {
	position:absolute;
	top: 100%;
	right: 0;
	width:100%;
	display:none;
	margin-top:0px;
	border:solid 1px #dedede;
	border-top:0px;
	overflow:hidden;
	box-shadow: 0px 0px 5px #999;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #333 #DEDEDE #DEDEDE;
	background-color: white;
	z-index: 99999;
}
#divResultCustomerEmail {
	position:absolute;
	top: 100%;
	right: 0;
	width:100%;
	display:none;
	margin-top:0px;
	border:solid 1px #dedede;
	border-top:0px;
	overflow:hidden;
	box-shadow: 0px 0px 5px #999;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #333 #DEDEDE #DEDEDE;
	background-color: white;
	z-index: 99999;
}
 .display_box {
	padding:4px; border-top:solid 1px #dedede; 
	font-size:12px;
	cursor:pointer;
}
.display_box:hover {
	background:#EEE;
	color:#333;
}
.display_box a {
	display: block;
}
.display_box a:hover{
	text-decoration: none;
	color: #333;
}
.paddingtop20 {
	padding-top: 20px;
}
.discountsavediv {
	background: #d9534f;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 12px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
}
.list-group-item .navbar-header {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	text-align: right;
	z-index: 999;
}
.list-group-item .navbar-header .navbar-toggle {
	width: 100%;
	padding: 2px 5px;
	margin: 0;
	text-align: right;
}
.signmeupautomatically {
	position: relative;
	display: none;
}
#signmeup, #sameasbilling {
	cursor: pointer;
}
.orguestaccount {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-top: 1px dashed #999487;
	border-bottom: 1px dashed #999487;
	background: rgba(0,0,0,0.1);
}
.loginretrieveinfo {
	position: relative;
	font-style: italic;
	cursor: pointer;
	text-align: center;
	display: block;
	background: #9c9487;
	color: #FFF;
	padding: 10px 0;
	margin: 0 auto;
}
.loginretrieveinfo:hover {
	background: rgba(0,0,0,0.5);
	transition: all 0.4s ease;
}
#logincheckout {
	display: none;
	margin-bottom: 0px;
}
.logincreatedetails {
	position: relative;
	font-size: 14px;
}
#cartquickview {
	position: relative;
	min-width: 550px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cartquickviewul {
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
	#cartquickview {
		min-width: 100%;
	}
}
#shippingmethodtext {
	display: none;
}

.row.is-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.codeprod {
	font-size: 10px;
	color: #AAA;
	text-transform: uppercase;
	font-style: italic;
	min-height: 12px;
}