/*
body {
	background: #fff;
	background: url("/webressources/images/backwhite.jpg") #000000 left top;
	background-attachment: fixed;
	background-size: cover;
}
.bodyBack {
    background: inherit;
}
*/

/*
.boxed {
    -webkit-box-shadow: 0px 0px 10px 3px rgb(206, 206, 206);
    box-shadow: 0px 0px 10px 3px rgb(206, 206, 206);
}
*/

#header img.logo {
    top: 10px;
}

/*
.boxedInnerRed {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgb(114, 19, 19);
    box-shadow: inset 1px 1px 3px 0px rgb(114, 19, 19);
    border: none;
}
*/

.topMenuBar {
	position: relative;
}
.shopBar {
    position: absolute;
    width: 328px;
    top: 3px;
    right: 0px;
}

/* TOP MENU */
.navigation {
    margin-left: 0px;
    padding-left: 0px;
}
.navigation li {
    margin-left: 0px;
    margin-right: 50px;
}



/* FOOTER */
.foot p a, .foot2 a span.picon2 {
    color: #6E6E6E;
}
.foot2 a.picon {
    color: #6E6E6E;
}



.divider {
    margin: 3px -24px 10px;
}


.facebox {
	/* overlay is hidden before loading */
	display:none;
	/* standard decorations */
	width:579px;
	border:0px none;
	z-index: 19999 !important;
}

#promoBigBox.facebox {
	width:960px !important;
}

.decolong {
	width:872px;	
}

#sizeFRAME A {
	border:#FFF 1px hidden;	
}
#sizeFRAME A:hover {
	border:#FFF 1px solid;
}
.zoompic {
	display:none;
	width:522px;
	border:0px none;
	height:298px;
	z-index: 19999 !important;
}
div.faceboxIN {
	padding:0px;
	border:0px solid #fff;
	background-color:#fff;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

.myoverlay {
	display:none;
	background-color:#4e4949;		
	border:3px solid #fff;
	color:#efefef;
	height:450px;
	width:579px;
	z-index: 19999 !important;
}
div.contentWrap {
	overflow-y:auto;
	height:450px;
	width:579px;
}
#exposeMask {
	z-index: 19998 !important;
}
	
	
	
#fulloverlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#fulloverlay #backoverlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000000;
}
#fulloverlay .overylaycontent {
	width: 700px;
	height: 500px;
	margin: 0px auto;
	text-align: left;
	padding: 5px;
	border: 1px dashed #333;
	background-color: #FFF;
	z-index: 100000000;
	position: relative;
	top: 166px;
}
#fulloverlay .overylaycontent iframe {
	width: 100%;
    height: 485px;
	border:none;
}




/*
.leftMenu {
	float: left;
}

.leftMenu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	margin-left: -25px;
}

.leftMenu li {
	width: 200px;
}

.leftMenu li a {
	position: inherit;
	display: block;
	height: 100%;
	padding: 5px 0px 5px 28px;
				
	-moz-border-radius: 2px;
	-moz-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	
	cursor: pointer;
}
.leftMenu li a:hover {
	background-color: #870F0F;
	color: #FFF;
	text-decoration: none;
}

.leftMenu li a.selected {
	background-color: #870F0F;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from( #b72e2e),to( #870f0f));
	background-image: -moz-linear-gradient( #b72e2e, #870f0f);
	background-image: -ms-linear-gradient( #b72e2e, #870f0f);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #B72E2E),color-stop(100%, #870F0F));
	background-image: -webkit-linear-gradient( #B72E2E, #870F0F);
	background-image: -o-linear-gradient( #b72e2e, #870f0f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b72e2e', endColorstr='#870f0f', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b72e2e', endColorstr='#870f0f', GradientType=0)";
	background-image: linear-gradient( #B72E2E, #870F0F);
	color: #FFF;
	text-decoration: none;
}

.leftMenu li a.searchGroup {
	color: #2EB764;
}
.leftMenu li a.searchGroup:hover {
	background-color: #0F872D;
	color: #FFF;
	text-decoration: none;
}
.leftMenu li a.searchGroup.selected {
    border: 1px solid #2EB764;
    background-color: #0F872D;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear,left top,left bottom,from( #2EB764),to( #0F872D));
    background-image: -moz-linear-gradient( #2EB764, #0F872D);
    background-image: -ms-linear-gradient( #2EB764, #0F872D);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #2EB764),color-stop(100%, #0F872D));
    background-image: -webkit-linear-gradient( #2EB764, #0F872D);
    background-image: -o-linear-gradient( #2EB764, #0F872D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB764', endColorstr='#0F872D', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB764', endColorstr='#0F872D', GradientType=0)";
    background-image: linear-gradient( #2EB764, #0F872D);
    color: #FFF;
    text-decoration: none;
}
*/

/*
div.styled-select {
    width: 80px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: url(/webressources/images/selectArrow.png) no-repeat right #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    -moz-box-shadow: inset 0 1px 3px #bbb;
    -webkit-box-shadow: inset 0 1px 3px #BBB;
    -khtml-box-shadow: inset 0 1px 3px #bbb;
    -o-box-shadow: inset 0 1px 3px #bbb;
    box-shadow: inset 0 1px 3px #BBB;
    background-color: #F0F0F0;
}

select.ztSelect {
    background: transparent;
    -webkit-appearance: none;
    width: 100px;
    height: 22px;
    color: #555;
    border: 0;
    cursor: pointer;
    text-align: left;
}
select:-moz-focusring.ztSelect {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select:focus.ztSelect {
    outline: none;
}
*/

div.nItemUnit span {
	vertical-align: inherit;
	margin-left: 0px;
}
.nID {
	color: #777777;
	font-size: 8px;
	padding-bottom: 6px;
	position: absolute;
	top: 0;
	left: 4px;
}
.nTitle2 {
    font-size: 12px;
    font-weight: bold;
    padding-left: 4px;
    padding-bottom: 2px;
}
div.nItemUnit {
width: 155px;
}

.discounted {
text-decoration: line-through;
color: #E53935;
	font-size: 11px;
}

div.nItemUnit {
    padding-right: 0px;
}
.nPrice {
font-weight:bold;
}
.hideme {
display: none !important;
}
.itemFooter {
    background-color: rgb(231, 231, 231);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.OpenItem {
    background-color: #870F0F;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from( #b72e2e),to( #870f0f));
	background-image: -moz-linear-gradient( #b72e2e, #870f0f);
	background-image: -ms-linear-gradient( #b72e2e, #870f0f);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #B72E2E),color-stop(100%, #870F0F));
	background-image: -webkit-linear-gradient( #B72E2E, #870F0F);
	background-image: -o-linear-gradient( #b72e2e, #870f0f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b72e2e', endColorstr='#870f0f', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b72e2e', endColorstr='#870f0f', GradientType=0)";
	background-image: linear-gradient( #B72E2E, #870F0F);

    /* width: 30px; */
    width: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    right: 0px;
    border-bottom-right-radius: 5px;
    
    font-size: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	
}

.OpenItem div {
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
}

.nRow2nd .OpenItem {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	
	overflow: hidden;
}

.nRow2nd:hover .OpenItem {
	width: 30px;
} 
div.nItemUnit {
    padding-left: 17px;
}
.nItemUnit.onsale::after {
    background: url("../webressources/images/shop/retailsale.png");
    content: " ";
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}
.itemPIC {
    width: inherit !important;
    margin-left: 0px !important;
    text-align: center !important;
    height: 165px !important;
}
.itemPIC a.resetA {
	text-align: center !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
	height: 172px; /* 136px; */
	margin-top: -15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

img.rThumb {
	max-width: 50px;
	max-height: 50px;
}
.drThumb {
	margin-bottom: 5px;
	text-align: center;
	width: 50px;
	height: 50px;
	border: 1px solid rgb(187, 187, 187);
	cursor: pointer;
}
.drThumb:hover {
	border: 1px solid rgb(174, 26, 26);
}

.boxInfo span {
	line-height: inherit !important;
	margin-left: 0px !important;
}
.topSpacer10 {
	padding-top: 10px;
}
.spacer30 {
	height: 30px;
}
.itemTitle {
	font-size: 24px;
	font-weight: bold;
}
.priceBig {
	font-size: 30px;
	font-weight: bold;
	color: #f00;
}
.priceSmall {
	padding-left: 20px;
	text-decoration: line-through;
	color: #999;
}
.discountEndInfo {
	border: 1px solid red;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #f00;
	font-weight: bold;
}
.optionTitle {
	font-weight: bold;
}
.buttonAddToCart, .globalBT {
	-webkit-box-shadow: 0 0 7px -2px #605E5E;
	box-shadow: 0 0 7px -2px #605E5E;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	border: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.buttonAddToCart:active, .globalBT:active {
	-webkit-box-shadow: 0 0 2px -1px #605E5E;
    box-shadow: 0 0 2px -1px #605E5E;
}

.selectLong {
	width: 240px !important;
}
.selectLong select.ztSelect {
	width: 260px !important;
}
#quantityBox {
	width: 90px;
	margin-right: 20px;
}
.priceOption {
	color: #888;
}
.grandTotal {
    padding-left: 10px;
    color: #888;
}

.currencyBox {
	float: left;
}
#cartArea {
    float: left;
    margin-right: 10px;
}

.fakronCartBox {
	/*
	-webkit-box-shadow: 0 0 7px -2px #605E5E;
	box-shadow: 0 0 7px -2px #605E5E;
	*/
	font-size: 40px;
	background-color: #fff;
	border: none;
	height: 48px;
	line-height: 48px;
	padding-left: 8px;
	padding-right: 8px;
	color: #232323;
	position: relative;
}
#cartArea:hover .fakronCartBox {
	-webkit-box-shadow: 0 0 10px -2px #bca480;
	box-shadow: 0 0 10px -2px #bca480;
}

#cartArea:active .fakronCartBox {
	-webkit-box-shadow: 0 0 2px -1px #605E5E;
    box-shadow: 0 0 2px -1px #605E5E;
}
.fakronCounter {
	position: absolute;
	color: #fff;
	font-size: 14px;
	background-color: #bca480;
	border-radius: 12px;
	line-height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	top: -3px;
	right: -3px;
	height: 15px;
}
.fakronCartPopup {
    z-index: 9999999999999999;
	background-color: #fff;
	border-radius: 1px;
	/*border: 1px solid #a7a7a7;*/
	-webkit-box-shadow: 0px 0px 10px 3px #a7a7a7;
	box-shadow: 0px 1px 6px 0px #a7a7a7;
	/* border-top: 1px solid #eaeaea; */
}
.fakronCartPopupBody {
	width: 200px;
	min-height: 100px;
	position: relative;
}
.fakronCartList {
    padding-bottom: 32px;
}
.fakronCartBT {
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #FFF;
	background-color: #bca480;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	
	cursor: pointer;
}
.fakronCartBT:hover {
	text-decoration: underline;
}

.fakronCartItem {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    height: 70px;
}
.fakronCartItemImage {
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: contain;
    top: 5px;
    left: 5px;
    background-position: center;
	background-repeat: no-repeat;
}
.fakronCartItemName {
    position: absolute;
    top: 6px;
    left: 62px;
    right: 0;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fakronCartItemPriceRow {
    position: absolute;
    left: 62px;
    top: 20px;
}
.fakronCartItemMinus {
    position: absolute;
    top: 17px;
    left: 138px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}
.fakronCartItemPlus {
    position: absolute;
    top: 17px;
    left: 161px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}
.fakronCartItemRemove {
    position: absolute;
    top: 17px;
    left: 181px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}

.fakronCartItemSize {
    position: absolute;
    left: 62px;
    top: 34px;
    font-size: 10px;
}
.fakronCartItemOpt {
    position: absolute;
    left: 62px;
    top: 47px;
    font-size: 10px;
}
.fakronCartItemOption {
	padding-right: 3px;
}





/* Start of Column CSS */
#container2 {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	/*background: #ffa7a7;/* /* column 2 background colour */
}
#container1 {
	width: 100%;
	position: relative;
	/*
	float: left;
	right: 300px;
	border-right: 1px solid #a6a6a6;
	*/
}
#col1 {
	float: left;
	width: 720px;
	position: relative;
	/* left: 32%; */
	overflow: hidden;
	margin-right: 50px;
}
#col2 {
	float: left;
	width: 405px;
	position: relative;
	/* left: 34%; */
	overflow: hidden;
	/* padding-top: 65px; */
}

.contactArea tr td:first-of-type {
	text-align: right;
	padding-right: 8px;
	vertical-align: middle;
	width: 103px;
}
.contactArea tr td input.ztInput {
	width: 178px;
}
.main-content .fakronCheckout table>tbody>tr>td {
    border: none;
    padding: 0;
    line-height: inherit;
    padding-bottom: 2px;
    padding-right: 6px;
}
.contactArea .payNowBT {
	cursor: pointer;
}
.contents .contactArea a {
    position: inherit;
    right: inherit;
    bottom: inherit;
}

.groupitem {
	margin-top: 10px;
	margin-bottom: 50px;
}
.groupitem .groupItemInfo {
	position: relative;
	height: 80px;
}
.groupitem .groupItemInfo {
	padding-top:10px;
}
.groupitem .groupItemInfo .itemPic {
	/*
	width: 70px;
	height: 70px;
	*/
	
	max-width: 70px;
	max-height: 70px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #e4e4e4;
}
.groupitem .groupItemInfo .itemName {
	position: absolute;
	top: 7px;
	left: 80px;
	font-size: 15px;
	font-weight: bold;
}
.groupitem .groupItemInfo .itemRef {
	position: absolute;
	top: 25px;
	left: 80px;
}

.itemCol input, .itemCol select, .itemCol select option {
    font-size: 12px;
}

.rowItem {
	margin-bottom: 2px;
}
.rowItem .itemColEnd {
	clear: both;
}
.rowItem .itemCol {
	float: left;
    margin-right: 2px;
}
.itemCol.icFit { width: 126px; }
/* .itemCol.icFit input { width: 115px; } */ /* remove 12px */
.itemCol.icFit input { width: 126px; } /* remove 12px */

.itemCol.icSize { width: 97px; }
/* .itemCol.icSize input { width: 98px; } */
.itemCol.icSize input { width: 103px; }

.itemCol.icLen { width: 80px; }
.itemCol.icLen input { width: 80px; }

.itemCol.icQty { width: 53px; }
/* .itemCol.icQty input { width: 48px; } */
.itemCol.icQty input { width: 53px; }

.itemCol.icNum { width: 53px; }
.itemCol.icNum input { width: 53px; }

.itemCol.icIni { width: 53px; }
.itemCol.icIni input { width: 53px; }

.itemCol.icNam { width: 88px; }
.itemCol.icNam input { width: 88px; }

.itemCol.icUPr { width: 50px; }
.itemCol.icTot { width: 50px; }
.rTitle {
	padding-bottom: 5px;
    font-size: 12px;
}
.rTitle.rTLabel {
	text-align: right;
}
input.ztInput, select.ztSelect {
	height: 2.769230769230769em;
    padding: .6153846153846154rem;
    font-size: 13px;
    line-height: 1.6;
    color: #1e1e1e;
    background-color: #fff;
    background-image: none;
    border: 2px solid #bca480;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    -webkit-transition: box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
}
input.ztInput:focus, select.ztSelect:focus {
    border-color: #1e1e1e;
    border-width: 1px;
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
    box-shadow: inset 0 0 0 1px #1e1e1e;
}
.itemCol input.ztInput {
	padding-top: 7px;
	padding-bottom: 7px;
}
.itemCol.rItemLabel {
    line-height: 26px;
    text-align: right;
    font-size: 11px;
}

.rowItem .itemCol.icFit .styled-select {
    width: 126px;
}
.rowItem .itemCol.icFit .styled-select select.ztSelect {
	/* width: 150px; */
	width: 126px;
}
.rowItem .itemCol.icSize .styled-select {
    width: 109px;
}
.rowItem .itemCol.icSize .styled-select select.ztSelect {
	/* width: 131px; */
	width: 97px;
}

.fakNotPant, input.fakNotPant[disabled] {
    opacity: 0.2;
}

.lastrow {
	position: relative;
	text-align: right;
	padding-right: 9px;
}
.cartGrandTotal {
	font-size: 19px;
	font-weight: bold;
	color: rgb(0, 0, 0);
}
a.retailPaynowBT {
	cursor: pointer;
}
input.userError {
    background-color: #FF8F8F;
}
.ztInput:disabled, .rTitle.titleDisabled {
    opacity: 0.4;
}

.selectLongCountry {
    width: 182px !important;
}
.selectLongCountry select.ztSelect {
	width: 260px !important;
}
div.userError {
    background-color: #FF8F8F;
}



.fakronButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.fakronButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.fakronButton:active {
	position:relative;
	top:1px;
}

.FakronNoselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}






/* FOOTER */
#buttonsSocial {
  width: 475px;
  overflow: hidden;
  margin: 70px auto 0;
  margin-left: 50px;
}

.buttonSocial {
  float: left;
  margin-right: 10px;
  width: 110px;
  background: #eaeaea;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 1px 0px #fdfdfd;
  padding: 15px 5px 5px;
  box-sizing: border-box;
}

.buttonSocial i {
  background: #c5c5c5;
  color: #eaeaea;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.social-container {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #656565;
  line-height: 54px;
  font-family: Open Sans;
  background: #d8d8d8;
  width: 100%;
  height: 45px;
  box-shadow: inset 0 -2px 4px #c7c7c7;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.slideSocial,
.buttonSocial i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.slideSocial {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 22px 22px;
  -o-border-radius: 0 0 22px 22px;
  -ms-border-radius: 0 0 22px 22px;
  -moz-border-radius: 0 0 22px 22px;
  -webkit-border-radius: 0 0 22px 22px;
  /* top fix */
  transition: all 0.2s ease-in-out;
  position: absolute;
  height: 45px;
  width: 100%;
  top: -35px;
}

.slideSocial::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  box-shadow: inset 0 1px 0px #fdfdfd, 0 3px 0px #cdcdcd;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #eaeaea;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  bottom: 0;
}

.buttonSocial:hover .slideSocial {
  top: 0;
  border-radius: 3px;
}

.linkedin .IN-widget,
.buttonSocial iframe,
.google #___plusone_0 {
  top: -2px;
  position: relative;
}

.twitter iframe {
  width: 79px !important;
}

.google #___plusone_0 {
  width: 60px !important;
}

.buttonSocial.facebook:hover i,
.facebook .slideSocial {
  background: #305c99;
  color: white;
}

.buttonSocial.twitter:hover i,
.twitter .slideSocial {
  background: #00cdff;
  color: white;
}

.buttonSocial.google:hover i,
.google .slideSocial {
  background: #d24228;
  color: white;
}

.buttonSocial.linkedin:hover i,
.linkedin .slideSocial {
  background: #007bb6;
  color: white;
}

.buttonSocial.linkedin {
  margin-right: 0;
}

#footer .input-box {
	background-color: #fff;
	border: 1px solid rgb(206, 206, 206);
}
#footer .input-box input {
	color: #000;
}

#footer .input-box input::-webkit-input-placeholder { color: #999; }
#footer .input-box input:-moz-placeholder { color: #999; }
#footer .input-box input::-moz-placeholder { color: #999; }
#footer .input-box input:-ms-input-placeholder { color: #999; }

#footer button:hover {
    text-decoration: underline;
}




.mainCartListArea {
    position: relative;
    padding-left: 30px;
}
.separatorRow {
    height: 40px;
    border-top: 1px solid rgb(166, 166, 166);
}
#couponInput {
    width: 80px;
}
label#couponInputLabel {
	font-size: 11px;
	color: rgb(153, 153, 153);
}
.couponBox {
	display: none;
    position: absolute;
	bottom: 30px;
}
#couponInfo {
	font-size: 11px;
}
#btAddCoupon {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.cartCouponRow {
	color: rgb(230, 17, 17);
}
#couponWarningOneUse {
    font-size: 11px;
    border-left: 2px solid red;
    padding-left: 5px;
    margin-top: 5px;
    position: absolute;
    width: 600px;
    color: #d82626;
}



.popupSocialButton {
	position: relative !important;
    top: -33px;
    left: 375px;
    font-size: 28px;
    color: #000 !important;
    cursor: pointer;
}
.popupShareBT {
    position: relative !important;
    top: 5px;
    left: 0px;
    margin-right: 6px;
    cursor: pointer;
}
.popupSocialButton:hover, .popupShareBT:hover {
	color: #E53935 !important;
}
.popupShareBT.forceRed, .popupShareBT.forceRed:hover  {
	color: #E53935 !important;
}
.popupSocialBox {
	overflow: hidden;
    position: relative !important;
    top: -32px;
    left: 342px;
    /* border: 1px solid #000; */
    padding-right: 10px;
    display: inline-flex;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.69);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.69);
}


.relatedBox > div {
	margin-right: 11px;
	margin-left: 10px;
}
.relatedBox a {
	position: relative;
	right: inherit;
	bottom: inherit;
}
.relatedBox img {
	width: 133px;
}

.h3selector {
	display: inline;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.H3unselected {
	font-size: 1.37em;
	color: #7b7b7b;
	cursor: pointer;
}
.H3unselected:hover {
	font-size: 1.37em;
	color: #000;
	text-decoration: underline;
}

/* -----------------------------------------------
   - ANIMATED LOADER
   ----------------------------------------------- */
   
.loaderSpin {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.smallLoader {
	display: inline-block;
	height: 6px;
	width: 6px;
	position: absolute;
	margin-left: 14px;
	margin-top: 12px;
	font-size: 4px;
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #790430, 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.5), -1.8em -1.8em 0 0em rgba(121,4,48, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.7), 1.8em -1.8em 0 0em #790430, 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.5), 1.8em -1.8em 0 0em rgba(121,4,48, 0.7), 2.5em 0em 0 0em #790430, 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.5), 2.5em 0em 0 0em rgba(121,4,48, 0.7), 1.75em 1.75em 0 0em #790430, 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.5), 1.75em 1.75em 0 0em rgba(121,4,48, 0.7), 0em 2.5em 0 0em #790430, -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.5), 0em 2.5em 0 0em rgba(121,4,48, 0.7), -1.8em 1.8em 0 0em #790430, -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.5), -1.8em 1.8em 0 0em rgba(121,4,48, 0.7), -2.6em 0em 0 0em #790430, -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.5), -2.6em 0em 0 0em rgba(121,4,48, 0.7), -1.8em -1.8em 0 0em #790430;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #790430, 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.5), -1.8em -1.8em 0 0em rgba(121,4,48, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.7), 1.8em -1.8em 0 0em #790430, 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.5), 1.8em -1.8em 0 0em rgba(121,4,48, 0.7), 2.5em 0em 0 0em #790430, 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.5), 2.5em 0em 0 0em rgba(121,4,48, 0.7), 1.75em 1.75em 0 0em #790430, 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.5), 1.75em 1.75em 0 0em rgba(121,4,48, 0.7), 0em 2.5em 0 0em #790430, -1.8em 1.8em 0 0em rgba(121,4,48, 0.2), -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.5), 0em 2.5em 0 0em rgba(121,4,48, 0.7), -1.8em 1.8em 0 0em #790430, -2.6em 0em 0 0em rgba(121,4,48, 0.2), -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.5), -1.8em 1.8em 0 0em rgba(121,4,48, 0.7), -2.6em 0em 0 0em #790430, -1.8em -1.8em 0 0em rgba(121,4,48, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(121,4,48, 0.2), 1.8em -1.8em 0 0em rgba(121,4,48, 0.2), 2.5em 0em 0 0em rgba(121,4,48, 0.2), 1.75em 1.75em 0 0em rgba(121,4,48, 0.2), 0em 2.5em 0 0em rgba(121,4,48, 0.2), -1.8em 1.8em 0 0em rgba(121,4,48, 0.5), -2.6em 0em 0 0em rgba(121,4,48, 0.7), -1.8em -1.8em 0 0em #790430;
  }
}
