

html {
	height: auto !important;
	font-family: Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	background-color: #C0C0C0;
} 

BODY {
  padding: 0px;
  margin: 0px auto;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  color: #000000;
	height:100%;
	max-width: 1400px;
  min-width:400px;
}


TD {
  font-size: 1.0em;
}

IMG 
{
  border: 0px;
  padding:0px;
  margin:0px;
}

a {
	color: #333333;
	font-size: 1.0em;
	text-decoration: none;
}

	a:hover {
		color: #1414D2;
		text-decoration: none;
	}


.anchor2 {
	color: #1414D2;
	font-size: 1.0em;
}

.anchor2:hover
{
  color: #000000;
  text-decoration: underline;
}


input[type="text"], input[type="password"], input[type="textarea"], select{
	background-color:#eee;
}


#topnav select:focus {
	outline: none;
}


input[type="submit"], input[type="button"], .anchorbutton {
	color: #fff;
	background-color: #1414D2;
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px transparent;
	border-radius: 22px;
}

	input[type="submit"]:hover:enabled, input[type="button"]:hover:enabled {
		background-color: #0D0D8F;
		border: solid 1px #333333
	}

input[type="submit"]:disabled, input[type="button"]:disabled {
    background: #C0C0C0;
}

a.anchorbutton:hover {
	color: #fff;
	background-color: #0D0D8F;
	border: solid 1px #0f5841;
}



#selects {
	margin-top: 5px !important;
	margin-right: 5px !important;
	padding: 5px 10px !important;
	font-weight: normal !important;
}

form {margin: 0px 0px 0px 0px; }


a#modal_pop2 {
    border: 1px solid #333333;
    color: #fff;
    background-color:#0057a4;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;

}


.product-link {
  font-size: 14px;
}

.product-price {
	font-size: 12px;
	color: #1C1B25;
}

.clear {clear:both;}
.right {float:right;}


.compensate-for-scrollbar {
	margin-right: inherit !important;
}


.topnav-checkoutbar {
	margin: 0 auto;
	font-size: 16pt !important;
	font-weight: bold;
	text-shadow: unset !important;
	color: #fff !important;
}


.topnav-checkoutbar-anchor {
	color: white !important;
}

/*------- Begin Primary Framwork ---------------------------------------------------*/

.regionBanner {
	background-color: #0C0814 !important;
}

.regionBanner * {
	font-family: Verdana, Arial, sans-serif !important;
	font-size: 9pt !important;
}

.regionBannerInfoBox {
	font-family: Verdana, Arial, sans-serif;
	color: #23B3D9 !important;
}
.regionBannerSelCountry {
	color: #23B3D9 !important;
}


#topnav-bar {
	width: 100%;
	height: auto;
	min-height: 50px;
	background-color: #1414D2;
	margin: 0 auto;
	display: block;
	position: relative;
}

#topnav {
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	min-height: 50px;
	display: flex;
	flex-wrap:wrap-reverse;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}




#topnav-tab-container {
	display: flex;
	height: 60px;
	margin-left: 0px;
	align-items: flex-end;
	background-color: transparent;
	font-size: .9em;
}

.topnav-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 34px;
	min-width: 128px;
	margin: 0 3px 4px;
	border: none;
	border-radius: 6px;
	color: rgb(65, 65, 65);
	background-color: #E2E2E2;
	font-size: 10pt;
}


.topnav-tab-selected {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	min-width: 128px;
	margin: 0 3px;
	font-weight: bold;
	border: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #805CE5;
	background-color: #fff;
	font-size: 10pt;
}


.tab-name {
	margin: 0 5px;
}



.topleftwrapper {
display: flex;
flex-grow:2;	
}


.toprightwrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 5px;
}


.topleftwrapper a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  text-decoration: none;
}

.toprightwrapper a {
    text-decoration: none;
    font-size: 12px;
    text-decoration: none;
}

.cartwrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 30px;
	text-decoration: none;
	margin-right: 16px;
	margin-left: 2px;
}


.itemCount {
	font-size: 9px;
	text-decoration: none;
	margin-top: -18px;
	margin-left: -15px;
	color: #ffffff;
}

.cartLabel {
	margin-top: 10px;
	margin-left: 4px;
	font-size: 7pt;
	color: #fff;
}


.cartwrapper img {
	height: 20px;
}




#mini-cart-flyout {
	display: none;
	text-align:left;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 10000;
	width: 360px;
	height: auto;
	border: solid rgba(230, 228, 228, 0.80) 2px;
	border-radius: 10px;
	box-shadow: 0 15px 30px -10px ;
	background-color: #ffffff;
	padding: 10px 5px 15px 10px;
	font-size: 8pt !important;
}

	#mini-cart-flyout a {
		margin: 5px;
	}



.pagelinks {
	margin: 5px 10px;
}

.pagelinks a:hover {
	color: #ccc;
}


#language-currency-wrapper{
	display:flex;
	align-items: center;
}


.menu-departments {
width: 100%;
background-color: transparent;

}

	.menu-departments ul {
		list-style-type: none;
		display: flex;
	}

		.menu-departments ul li {
			padding:5px 10px;
		}

			.menu-departments ul li a {
				font-size: 12pt;
				color: #333333;
				text-decoration: underline;
			}
				.menu-departments ul li a:hover {
					color: #1414D2;
				}




.screen-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.3);
	z-index:99;
}





#popout-menu-button-hamburger {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 18pt;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
}

#popout-menu-control {
	display: none;
	text-align:left;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 360px;
	height: 600px;
	background-color: #fff;
	-webkit-box-shadow: -5px 13px 22px 0px rgba(0,0,0,0.66);
	box-shadow: -5px 13px 22px 0px rgba(0,0,0,0.66);
	z-index: 10000;
}

.popout-menu-control-topnav {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	width: 100%;
	height: 53px;
	background: #1C1B25;
	color: #FFF;
}

#popout-menu-button-close {
	display: flex;
	justify-content:center;
	align-items: center;
	width: 50px;
	font-size: 18pt;
	cursor: pointer;
}


.popout-menu-links {
	display: flex;
	align-items:flex-start;
	flex-direction:column;
	list-style:none;
	padding-left: 20px;
}

	.popout-menu-links li {
		margin: 1px 0;
		padding: 4px 0;
		width: 100%;
		text-align: left;
	}


	.popout-menu-links-header {
		font-weight:bold;
		font-size: 1.2em;
		text-decoration:underline;
	}


.popout-menu-links li a {
	width: 100%;
	color: #333333;
}

	.popout-menu-links li a:hover {
		color: #1414D2;
	}



.header-currency-selecton {
	border: none;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.header-currency-selecton option {
	border: none;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}


#currency-selector{
	width:60px;
	margin-top:0px;
	margin-right:20px;
	float:right;
}


#currency-selector option {
	color:#000;
}


#full-page-wrapper {
position:relative;
width:100%;
height: auto;
margin: 0 auto;
}



#header-bar
{
	display:flex;
	justify-content:center;
  width:100%;
  height:auto;
  background-color:transparent;
	border-bottom: solid 1px #ccc;
}

#header {
	display: flex;
	width: 100%;
	max-width: 1400px;
	height: auto;
	min-height: 86px;
	flex-wrap: wrap;
	text-align: left;
	background-color: #fff;
}



#header-logo
{
	display: flex;
	justify-content:flex-start;
	align-items:center;
	margin:10px 10px 10px 25px;

}

#header-logo img
{
	width: 200px;
}



#header-spacer {
	flex-grow:2;
}

#header-controls
{
	display:flex;
	align-items:center;
	margin: 0 30px;
}



#menu
{
  margin: 2px auto;
  text-align: left;
}


.sm-clean{
  padding:0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}

.sm-clean > li > a {
	font-size: 16px;
	color: #111111 !important;
}

.sm-clean > li > a:hover {
    color: #879ba6 !important;
		text-decoration:none;
}




#topmenu .sub-arrow {
  display:none !important;
}



#menu img {
	border:solid 2px transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#menu img:hover {
	border:solid 2px rgba(170, 170, 170, 0.52);
}



.search2 {
		display: none;
	}

.searchform-control-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    border: 1px solid #e0e0e0;
    margin: 10px;
    padding: 2px;
    border: 2px solid #e6e6e6;
    border-radius: 4px !important;
    background-color: white;
}

.searchform-input-wrapper {
    display: inline-block;
}

#searchKeyWords {
    width: 340px;
    font-size: 12pt;
    text-indent: 4px;
    color: #333333;
    background-color: transparent;
    border: none;
}


.searchform-button-wrapper {
    display: inline-block;
}

#searchbutton {
    width: 25px;
    height: 25px;
    background-image: url(/images/icon-search.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-color: transparent;
    border: 0;
    color: transparent;
}



.button-wrapper {
  position:relative;
  display:inline-block;
  width:40px;
  height:40px;
  margin: 0 0px 5px 0px;
  overflow:hidden;
  background-color:transparent;
}

  .button-wrapper img:hover {
    margin-top: -40px;
  }

.Toggle_Button_Cart {
  color: #000000;
  font-size:.8em;
  position:absolute;
  right:10px;
  top:5px;

}

#page-wrapper{
	position:relative;
	width:100%;
	max-width:1280px;
	height:auto;
	margin: 0 auto;
  padding-bottom:20px;
	vertical-align:top;
	text-align:center;
	background-color:#ffffff;
}



.main-content-style {
	display:inline-block;
	vertical-align:top;
	text-align:left;
  width: 100% !important;
	margin: 0 auto;
	min-width:300px;
	height: auto;
  min-height:400px;
  text-align: left;
}

.mainContentTable
{
  font-size:1.2em;
	width: auto;
  max-width:1250px;
  margin:0 auto;
  padding:10px 30px;
	height:auto;
	background-color: transparent;
}

.mainContentColumn {
  width:100%;
}



#home-main-wrapper {
	display:flex;
	width:90%;
	max-width: 1250px;
	margin: 0 auto;
}


#home-main-wrapper div img {
	width:100%;
	
}


#home-ad-wrapper {
	display:flex;
	width:100%;
	max-width: 1250px;
	margin: 0 auto;
	justify-content:center;
}


#home-ad-wrapper div img {
	width:100%;
	max-width:600px;
	
}


#home-baner-wrapper {
	display:flex;
	width:100%;
	max-width: 1250px;
	margin: 0 auto;
	justify-content:space-between;
}


#home-baner-wrapper div img {
	width:100%;
	margin-top: 20px;
}

.title, .pagetitle {
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px 0px 20px 10px;
}


.hr-thin {

  border: none;
  height: 1px;
  /* Set the hr color */
  color: #e5e4df; /* old IE */
  background-color: #e5e4df; /* Modern Browsers */

}


.home-banner {
	margin:20px;
}

.brand-box {
  text-align: center;
  width: 100%;
  height:auto;
  background-color:transparent;
}

.brand-image-box {
  display:inline-block;
	vertical-align:top;
	text-align:center;
  margin:5px;
  width: 22%;
  height:auto;
  background-color:transparent;
}

.brand-image-box a img{

	width:80%;
	height:auto;
}

.brand-image-box a div{
	width:auto;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	background-color:transparent;
}

/*------- End Primary Framwork ---------------------------------------------------*/


a.navitem
{
  text-decoration: none;
  color: #E2E2E2;
  font-size: 1.0em;
  font-weight: bold;
  display: block;
  height: 20px;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
a.navitem:hover
{
  color:#ff0000;
	background-color: #E2E2E2;
}
a.navitemsub
{
	padding-left: 20px;
	padding-bottom: 5px;
	height: 20px;
	width: 150px;
	padding-top: 10px;
	text-decoration: none;
	color: #ff0000;
	display: block;
}
a.navitemsub:hover
{
	background-color: #E2E2E2;
}
div.navblock {
	border-bottom: dotted 1px #cccccc;
	padding-bottom: 0px;
	width: 190px;
}




.nav_text
{
	color: #333333;
	font-size: 10px;
}
.nav_title
{
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #e7e7e7;
	width: 190px;
	padding-left: 2px;
}


.bodycopyreadonly {
	background-color: #ccc !important;
}

.bodycopyeditable {
	background-color: #fff !important;
}



.bodyheadingwithbg {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #C0C0C0;
}

.bodycopy-small {
  font-size: .8em;
  color: #000000;
}

.required_field {
	color:red;
}

.errormessage-small {
  font-size: .9em;
  color: red;
}


.bodyheader
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.errormessage
{
  font-size: 1.0em;
  color: #cc0000;
  text-align: left;
}


.errormessage-big
{
  font-size: 1.2em;
	font-weight:bold;
  color: #cc0000;
  text-align: left;
}

.itemdisplay
{
  float: left;
  display: inline-table;
  margin: 0;
  vertical-align: top;
  text-align: center;
}
.itemtitle {
  margin: 0;
  text-align: left;
  color: rgb(65, 65, 65);
  font-size: 20pt;
  font-weight: 500;
  padding-bottom: 15px;
}
.itemdescription
{
	float: left;
  display: inline-table;
	width:60%;
	margin: 5px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}
.itempricetable
{
	float: left;
	position: relative;
	width:100%;
	margin: 0;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	max-width: 400px;
}

.item-image-dispay-container {
	max-width: 300px !important;
}


.itemtable
{
	width: 100%;
	background-color: #e5e4df;
}
.itemtable tr
{
	background-color: #e5e4df;
}
.itemtablebody
{
	background-color: #ffffff;
	color: #696969;
	text-align: center;
}
.itemtableheader
{
	background-color: #e5e4df;
	color:  #000000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}



h2 {
	color: rgb(65, 65, 65); line-height: 32px; font-size: 24px; font-weight: 100;
}

.carttable {
	width: auto;
	border-collapse: collapse;
	margin-right: 2px;
}

.cartheader {
	font-weight: bold;
	text-decoration: none;
	background-color: #1414D2;
	color: #fff;
}


.carttable TD {
	border: 1px solid #C0C0C0;
	margin: 0px;
	padding: 8px;
}

	.carttable TD span {
		/*color: #000 !important;*/
	}

.carttable .tdErrorMsg {
	border: none;
}




.payment-options {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	max-width: 400px;
	border: 1px solid #C0C0C0;
	margin-top: 40px;
}


.payment-options-title {
	width: 100%;
	color: rgb(65, 65, 65);
	line-height: 32px;
	font-size: 24px;
	font-weight: 100;
}

.payment-option-wrapper {
	float: left;
	display: block;
	width: auto;
	height: 40px;
	background-color: transparent;
}


#divPaymentInfoContainer {
	display: flex;
}

.divPaymentInfoMessage {
	position: relative;
	font-size: 8pt;
	color: red;
	background-color: #fff;
}


#fileuploadform {
}

.tdUploadCell {
	background-color: #fe9494;
}

#uploadLink {
	text-decoration: underline;
}


.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}

.custom-file-input::before {
	content: 'Choose you PO file';
	display: inline-block;
	background-color: #ccc;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	font-size: 10pt;
}



#itemContainer{
	display:inline-block;
	text-align:left;
}


.FeaturedItemText {
	width: 100%;
	font-weight: normal !important;
	font-style: normal;
	font-size: 12pt !important;
	padding: 7px 0 0 0;
}


.product-box {
  display:inline-block;
	vertical-align:top;
  text-align: center;
  width: auto;
  height:auto;
  margin: 16px 10px 20px 10px;
  background-color:transparent;
}

.product-box img{
	max-width:200px;
	max-height:200px;
}

.product-box div{
	max-width:200px;
	text-align:left;
}


.product-info-display {
display: flex;
justify-content:center;
}


.featureditems {
    margin: 10px 0px !important;
}

.feature-wrapper {
	margin-left:10px;
  /* Rounded Corners   */
  border: 5px solid #e5e4df;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
   border-radius: 15px 15px 15px 15px;

}

.feature-box {
  display:block;
  float:left;
  text-align: left;
  width: 20%;
  min-width: 180px;
  height:auto;
  min-height:280px;
  margin: 16px 20px 20px 30px;
  background-color:transparent;
}

.feature-box img{

	min-height:198px;
	max-height:250px;
}

.feature-button {
	width:90%;
	line-height:20px;
	text-align:left;
	color:#fff;
	background-color:#0066a4;
}

.square {
    /* width within the parent.
       can be any percentage. */
    width: 100%;
}
.square:before {
    content: "";
    float: left;

    /* essentially the aspect ratio. 100% means the
       div will remain 100% as tall as it is wide, or
       square in other words.  */
    padding-bottom: 100%;
}
/* this is a clearfix. you can use whatever
   clearfix you usually use, add
   overflow:hidden to the parent element,
   or simply float the parent container. */
.square:after {
    content: "";
    display: table;
    clear: both;
}


#language-dropdown-container {
  position:absolute;
  top:60px;
  left:165px;
  max-width:200px;
  width: auto;
  height:auto;
  display:block;
  visibility:hidden;

  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 2px solid #999999;
  /* Gradient background */
  background: #F4F4F4;
  background: -moz-linear-gradient(top, #ffffff, #efeff0);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#efeff0)); 
  /* Rounded Corners */
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}



.language-item 
{
  display: inline;
  float: left;
  position: relative;
  min-width: 80px; 
  width: 90%;
  margin: 5px 10px 5px 5px;
  height:auto;
  background: #E5E5E5;
  border: 1px solid #808080;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


.language-item a
{
  display:block;
  height:auto;
  padding: 4px 6px 4px 6px;
  text-decoration:none;
  line-height:24px;
  color:#000000;
}
.language-item a:hover
{
  color: #ffffff;
  background: #336699;
}

.message_warning {color:red;
}

.list-help {
  font-size:1.1em;
  line-height:30px;
}


.red {
  color:red;
}

.grey {
  color:grey;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight:bold;
}




/* ============================================================
  Image Overlay Transitions
============================================================ */
.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background-color: rgba(105, 105, 105, 0.10);
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}


a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 160px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  background-color: rgba(51, 102, 153, 0.80);
  line-height: 50px;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 100px;
  height: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}




/* ============================================================
  Fade Classes
============================================================ */

.fadeIn {
        /* CSS needed for animation
        ---------------------------------------------------- */
        opacity:1;
        transform:rotate(360deg);
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}
/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-1s {
        -webkit-animation-duration:.5s;
        -moz-animation-duration:.5s;
        -o-animation-duration:.5s;
        animation-duration:.5s;
}
.fadeIn-2s {
        -webkit-animation-duration:2s;
        -moz-animation-duration:2s;
        -o-animation-duration:2s;
        animation-duration:2s;
}
.fadeIn-3s {
        -webkit-animation-duration:3s;
        -moz-animation-duration:3s;
        -o-animation-duration:3s;
        animation-duration:3s;
}
.fadeIn-5s {
        -webkit-animation-duration:5s;
        -moz-animation-duration:5s;
        -o-animation-duration:5s;
        animation-duration:5s;
}
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-1s {
        -webkit-animation-delay:1s;
        -moz-animation-delay:1s;
        -o-animation-delay:1s;
        animation-delay:1s;
}
.fadeIn-Delay-3s {
        -webkit-animation-delay:3s;
        -moz-animation-delay:3s;
        -o-animation-delay:3s;
        animation-delay:3s;
}
.fadeIn-Delay-5s {
        -webkit-animation-delay:5s;
        -moz-animation-delay:5s;
        -o-animation-delay:5s;
        animation-delay:5s;
}
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }



#payment-frame-container {
	position:relative;
	width:100%;
	height:600px;
	background-color:transparent;
	text-align:center;
}


#payment-frame-title-overlay {
position:absolute;
top:0px;
left:151px;
width: 602px;
height: 25px;
margin:0 auto;
padding:5px;
background-color:#fff;
}


#pcard-payment-frame-overlay {
position:absolute;
top:131px;
left:151px;
width: 602px;
height: 92px;
line-height: 80px;
margin:0 auto;
padding:5px;
background-color:#fff;
border:1px solid;

}




#login {
	min-height: 300px;
	float: left;
	width: 50%;
  min-width:300px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#register {
	min-height: 300px;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

.submit-button
{
  height:22px;
  color:#fff; 
  background-color:#0090aa;
  border:0px;
}


.submit-button:hover
{
  height:22px;
  color:#f8db7e; 
  background-color:#0090aa;
  border:0px;
}


.address-wrapper {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


.selAddressBox {
	border:solid 1px #cccccc;
	width:auto;
}


.selAddressOption {
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap:wrap;
	border:solid 1px #cccccc;
	padding:10px;
	background-color:#dedede;

}

.selAddressOption label {
	font-size: 18px;
}

#selBillingOption, #selShippingOption{
	font-size: 10px;
	padding: 5px;
	background-color: #fff;
}

.regionBanner {
	background-color: #1414D2 !important;
	border-bottom:none !important;
}

.regionBannerSelCountry, .regionBannerInfoBox {
	color: #7bb5fc !important;
}


.cart-img-sku-wraper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


