/* Mobile start */

body {
	font-family:'PT Sans', Arial, Verdana;
	font-size:14px;
	color: #444;
	margin:0px;
	padding:0px;
	background-color: #f9f9f9;
}

h1 {
	font-weight:normal;
	font-size:18px;
	color:#666;
	margin-top:10px;
	text-transform:uppercase;
}

h3 {
	margin-bottom:0px;
	padding-bottom:0px;
}

a {
	text-decoration:none;
	color:#153b87;
}

a:hover {
	text-decoration:underline;
}

th {
	font-weight:normal;
	text-align:right;
}

td {
	text-align:left;
}

hr {
	border:0;
	height:1px;
	background:#bbb;
}

textarea {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	box-sizing: border-box;
}

textarea:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 1px #719ECE;
}

input {
	font-family:'PT Sans', Arial, Verdana;
}

select {
	padding:5px;
	box-sizing:border-box;
}

button {
	color:#fff;
	background-color:#233d7e;
	border:1px solid #233d7e;
	border-radius:3px;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}

ul {
	margin:0px;
	padding:0px;
}

ul li {
	list-style:none;
	margin-bottom:3px;
}

.contentPageBody {
	padding-top:10px;
}

.sliderContainer {
	margin-left:-10px;
	box-sizing: border-box;
}

.topMsg {
	position:absolute;
	margin:0 auto;
	width:175px;
	margin-bottom:-22px;
	top:1px;
	left:1px;
	height:22px;
	padding-left:5px;
	background:#fff1a2;
	border:1px solid #f5d761;
	color:#666;
	text-align:center;
	font-size:15px;
	display:none;
	padding-top:2px;
	z-index:1;
	box-sizing:border-box;
}

.recaptchaRequired {
	text-align:center;
	font-size:18px;
	margin-top:20px;
	text-transform:none;
	color:#666;
}

.titleA {
	text-align:center;
}

.titleB {
	font-family: 'Krub', sans-serif;
	font-size:22px;
	text-transform:none;
	color:#666;
}

.iconLoadingContainer {
	width:100%;
	height:50px;
	padding-top:10px;
	display:none;
}

.iconLoading {
	margin:0 auto;
	width:36px;
	height:36px;
	background-image:url('../../../../images/common/icons/icon_loading.gif');
	background-size:36px;
}

.iconLoading2 {
	margin:0 auto;
	width:36px;
	height:36px;
	background-image:url('../../../../images/common/icons/icon_loading.gif');
	background-size:36px;
}

.iconLoadingSmallContainer {
	width:30px;
	height:30px;
	padding-top:5px;
	display:none;
}

.iconLoadingSmall {
	margin:0 auto;
	width:30px;
	height:30px;
	background:url('../../../../images/common/icons/icon_loading.gif');
	background-size:30px;
}

.emptyList {
	margin-top:20px;
	padding:20px;
	margin-bottom:100px;
	text-align:center;
	color:#444;
	background-color:#fff;
	border:1px solid #eee;
	border-radius:5px;
}

.clear {
	clear:both;
}

.mandatoryFieldIndicator {
	color:#cc181e;
	margin-left:2px;
}



.successMsgBox {
	margin:0 auto;
	max-width:550px;
	border-radius:10px;
	padding:25px;
	text-align:center;
	background-color:#f8f8f8;
	border:1px solid #ccc;
	padding-top:60px;
	padding-bottom:60px;
}

.successMsg {
	color:#38a117;
	font-size:18px;
}

.btnA {
	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:16px;
	border:0px;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	color:#fff;
	background-color:#153b87;
}

.btnA:hover {
	text-decoration:none;
}

.btnADisabled {
	text-align:center;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:16px;
	border:0px;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	color:#999;
	background-color:#666;
	cursor:wait;
}

.btnADisabled:hover {
	text-decoration:none;
}

.btnB {
	text-align:center;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:16px;
	border:0px;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	color:#444;
	background-color:#fff;
	border:1px solid #ccc;
}

.btnB:hover {
	text-decoration:none;
}

.btnC {
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	font-size:14px;
	border:0px;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	color:#fff;
	background-color:#153b87;
}

.btnC:hover {
	text-decoration:none;
}

.btnD {
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	font-size:14px;
	border:1px solid #ccc;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	color:#444;
	background-color:#fff;
}

.btnD:hover {
	text-decoration:none;
}


/* Error */

.formErrorsMsg {
	width:100%;
	height:28px;
	padding-top:9px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#b60909;
	background-color:#ffc0c0;
	border:solid 1px #b60909;
	margin-top:10px;
	margin-bottom:10px;
}

.formErrorsMsg img {
	margin-right:3px;
	margin-bottom:-5px;
}

.formCenterErrorsMsg {
	width:100%;
	margin:0 auto;
	height:28px;
	padding-top:9px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#b60909;
	background-color:#ffc0c0;
	border:solid 1px #b60909;
	margin-top:10px;
	margin-bottom:10px;
}

.formCenterErrorsMsg img {
	margin-right:3px;
	margin-bottom:-5px;
}

.errorMsg {
	width:100%;
	margin:0 auto;
	min-height:19px;
	padding-top:9px;
	padding-bottom:9px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#b60909;
	background-color:#ffc0c0;
	border:solid 1px #b60909;
}

.errorMsg img {
	margin-right:3px;
	margin-bottom:-5px;
}

.formCenterErrorRecaptcha {
	padding-top:5px;
	color:#DD0000;
	font-size:13px;
	margin-bottom:3px;
	width:300px;
	margin:0 auto;
	text-align:left;
}

.errorData {
	padding-top:5px;
	color:#DD0000;
	font-size:13px;
	margin-bottom:3px;
}

.errorData img {
	padding-right:3px;
}

.error {
	color:#b60909;
}

.boxA {
	border-radius:5px;
	background-color:#fff;
	border:1px solid #ddd;
	padding:15px 20px 15px 20px;
	margin-bottom:20px;
}

.boxATitle {
	color:#fff;
	background:#153b87;
	padding:7px;
	text-align:center;
	font-size:18px;
	margin:0px;
	border-radius:5px 5px 0px 0px;
}

.boxB {
	margin:0 auto;
	width:100%;
	max-width:700px;
	background-color:#fff;
	border-radius:5px;
	border:1px solid #ccc;
	margin-bottom:50px;
	box-sizing:border-box;
}

.boxBHeader {
	padding-top:5px;
	border-bottom:1px solid #ccc;
	background-color:#f8f8f8;
	border-radius:5px 5px 0px 0px;
	padding-left:20px;
}

.boxBContent {
	padding:10px 15px 50px 15px;
	
}

.boxBFooter {
	padding-bottom:15px;
	border-top:1px solid #ccc;
	background-color:#f8f8f8;
	border-radius:0px 0px 5px 5px;
}

.boxB h1, .boxB h2 {
	color: #444;
}

.boxC {
	margin:0 auto;
	min-width:200px;
	background-color:#fff;
	border-radius:5px;
	border:1px solid #ccc;
	margin-bottom:50px;
	box-sizing:border-box;
}

.boxCHeader {
	padding-top:5px;
	border-bottom:1px solid #ccc;
	background-color:#f8f8f8;
	border-radius:5px 5px 0px 0px;
	padding-left:20px;
}

.boxCContent {
	padding:10px 20px 50px 20px;
	background-color:#fff;
	border-radius:0px 0px 5px 5px;
	
}

.boxC h1, .boxC h2 {
	color: #444;
}

.leftContentCol {
	display:none;
}

.leftContentCol2 {
	display:none;
}

.leftContentCol3 {
	float:left;
	display:block;
	width:100%;
}

.rightContentCol3 {
	display:none;
	width:85%;
}

.rightContentCol {
	padding-left:0px;
	width:100%;
}

/* Start Categories Tree */

ol {
	margin:0px;
	padding:0px;
}

ol li {
	list-style:none;
}

.menuProductCategories {
	margin-bottom:20px;
}

.categoryContainer {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}

.categoryContainer:hover {
}

a.categoryContainer {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase;
}

a.categoryContainer:hover {
	background-color:#e8e8e8;
	cursor:pointer;
}

.mainCategoryDescription {
	float:left;
	/*height:22px;*/
	padding-top:2px;
	margin-left:7px;
	color: #444;
	font-size:15px;
}

.categoryDescription {
	float:left;
	/*height:22px;*/
	padding-top:2px;
	margin-left:7px;
	color: #444;
	font-size:13px;
	font-weight:normal;
}

.mainCategoryTitle {
	font-weight:bold;
}

.categoryContainerLevel1 .categoryDescription {
	margin-left:20px;
}

.categoryContainerLevel2 .categoryDescription {
	margin-left:40px;
}

.categoryContainerLevel3 .categoryDescription {
	margin-left:60px;
}

.categoryContainerLevel4 .categoryDescription {
	margin-left:80px;
}

.categoryContainerLevel5 .categoryDescription {
	margin-left:100px;
}

.categoryContainerLevel6 .categoryDescription {
	margin-left:120px;
}

.categoryContainerLevel7 .categoryDescription {
	margin-left:140px;
}

.categoryContainerLevel8 .categoryDescription {
	margin-left:160px;
}

.categoryContainerLevel9 .categoryDescription {
	margin-left:180px;
}

.categoryContainerLevel10 .categoryDescription {
	margin-left:200px;
}

.categoryContainerLevel11 .categoryDescription {
	margin-left:220px;
}

.categoryContainerLevel12 .categoryDescription {
	margin-left:240px;
}

.categoryContainerLevel13 .categoryDescription {
	margin-left:260px;
}

.categoryContainerLevel14 .categoryDescription {
	margin-left:280px;
}

.categoryContainerLevel15 .categoryDescription {
	margin-left:300px;
}


/* End Categories Tree */


/* Home start */

.homeTopMessageContainer {
	margin-top:-17px;
	margin-bottom:20px;
	margin-left:-10px;
	margin-right:-10px;
	background-color:#fff;
	text-align:center;
	padding-left:12px;
	padding-right:12px;
}

.homeTopMessageFreeShipping {
	position:relative;
	display:inline-block;
	padding-left:45px;
	padding-top:2px;
	padding-bottom:4px;
	padding-top:15px;
	padding-bottom:15px;
}

.homeTopMessageShippingIcon {
	position:absolute;
	top:16px;
	left:0px;
	width:36px;
	height:18px;
	background:url('../../../../images/customer/themes/theme_001/v_01/icon_banner_ship.png') no-repeat;
	background-position:0px -9px;
}

.homeTopMessageSep {
	width:100%;
	height:1px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ddd;
}

.homeTopMessageMinBuy {
	padding-top:15px;
	padding-bottom:15px;
}




.btnViewAllProducts {
	width:100%;
	margin:0 auto;
	text-transform:uppercase;
	box-sizing:border-box;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}



/* Home end */




/* Products start */

.mobileMenuSubcategoriesContainer {
	display:block;
}

.mobileMenuSubcategories {
	position:relative;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	z-index:990;
	padding-bottom:10px;
}

.mobileMenuSubcategories nav {
    width: 100%;
  	white-space: nowrap;
  	/*overflow-x: scroll;*/ 
 	-webkit-overflow-scrolling: touch;
}

.mobileMenuSubcategories nav li {
	float:none;
    display:inline-block;
    width:auto;

}

.mobileMenuSubcategories nav li a {
	display:block;
	font-size:13px;
	color: #444;
	text-decoration:none;
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;
	box-sizing:border-box;
	border:1px solid #999;
	border-radius:3px;
	background-color: #f9f9f9;
	margin-right:3px;
}

.mobileMenuSubcategories nav li:hover {
	text-decoration:none;
}


.activeReference {
	float:left;
	margin-top:5px;
	margin-bottom:14px;
}

.activeReference ol li {
	float:left;	
}

.menuCategoriesTitle {
	text-transform:uppercase;
	font-size: 14px;
	font-weight:normal;
	color: #444;
}
.sortProducts {
	float:right;
	margin-bottom:14px;
	margin-right:2px;
	margin-top:5px;
}


.productListContainer {
	margin-left:-3px;
}

.productBoxAContainer {
	float:left;
	width:50%;
	padding-left:4px;
	padding-right:4px;
	box-sizing:border-box;
}


.productBoxA {
	position:relative;
	float:left;
	margin-left:0px;
	margin-bottom:10px;
	padding:0px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(214,214,214,1);
	-moz-box-shadow: 2px 2px 3px 1px rgba(214,214,214,1);
	box-shadow: 2px 2px 3px 1px rgba(214,214,214,1);
	width:100%;
	height:auto;
	margin-right:5px;
}

.productBoxAPhoto {
	position:relative;
	padding:3px;
	margin:0 auto;
	background-color:#fff;
	border-radius:4px 4px 0px 0px;
	text-align:center;
	width:120px;
	height:120px;
}

.productPhotoH {
	max-width:115px;
}

.productPhotoV {
	max-height:115px;
}

.productPhotoNA {
	width:100px;
}


.productBoxAPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}


.productBoxADescription {
	padding:5px;
	border-top:1px solid #ccc;
}

.productBoxACode {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:12px;
	padding:7px;
	color:#777;
}

.productBoxATitle {
	/*white-space: nowrap;*/
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	padding:7px;
	height: 30px;
	margin-bottom:10px;
}

.productBoxATitle a {
	color: #444;
	font-size: 14px;
}

.productBoxATitle a:hover {
	text-decoration:none;
	color: #000;
}

.productBoxAPrice {
	position:relative;
	color: #444;
	font-size: 16px;
	font-weight:normal;
	padding:7px;
	padding-top:0px;
}

.productBoxAListPrice {
	color: #666;
	font-size: 14px;
	font-weight:normal;
	text-decoration:line-through;
}

.promotionalPrice {
	font-weight:bold;
}

.productPrice {
	position:relative;
}

.priceDec {
	position:absolute;
	top:1px;
	font-size:10px;
	margin-left:1px;
}

.btnQuickView {
	display:none;
}

.btnQuickViewEnabled {
	display:none;
}


/* Inicio Modal Vista Rápida */

.quickViewModalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.quickViewModalDialogOpen {
	opacity:1;
	pointer-events: auto;
}

.quickViewModalDialog > div {
	width:100%;
	height:100%;
	position: relative;
	margin: 0 auto;
	padding: 5px 10px 13px 10px;
	border-radius:0px;
	background: #fff;
	text-align:center;
	display: table;
	vertical-align: middle;
	box-sizing:border-box;
}

.quickViewModalContent {
	display: table-cell;
    vertical-align: middle;
    height:100%;
}

.quickViewModalBtnClose {
	color:#ccc;
	line-height: 25px;
	position: absolute;
	right:7px;
	text-align: center;
	top:7px;
	width: 24px;
	text-decoration: none;
	font-size:34px;
}

.quickViewModalBtnClose:hover {
	color:#999;
	cursor:pointer;
}

/* Fin Modal Vista Rápida */




/* End Products */


/* Paginación start */

.pageLinksContainerMobile {
	display:block;
	margin-top:25px;
	text-align:center;
}

.pageLinksContainer {
	display:none;
	margin-top:25px;
	text-align:center;
}

.btnPageLink {
	display:inline-block;
	font-size:16px;
	color:#777;
	background-color:#f8f8f8;
	border:1px solid #ccc;
	text-decoration:none;
	margin-right:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:10px;
}

.btnPageLink:hover {
	text-decoration:none;
	color:#333;
	border:1px solid #999;
}

.activePageLink {
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-color:#153b87;
	border:1px solid #153b87;
	margin-right:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}

/* Paginación end */


/* Start Product Details */

.productDetailsBox h1, .productDetailsBox h2 {
	color: #444;
}

.productDetailsBox {
	padding:20px 8px 40px 8px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
}

.productDetailsDescription {
	line-height:30px;
}

.productDetailsDescription img {
	width:100%;
	margin-left:-5px;
	max-width:100%;
}

.productDetailsDescription pre {
    white-space:normal;
}

.productDetailsLeft {
	float:left;
	width:100%;
	padding-bottom:10px;
	box-sizing:border-box;
	margin-bottom:-20px;
}

.productDetailsRight {
	float:left;
	width:100%;
	padding-left:10px;
	padding-bottom:10px;
	box-sizing:border-box;
	
}

.productPhotosContainerMobile {
	display:block;
}

.productPhotosContainer {
	display:none;
}

.productDetailsPhoto {
	position:relative;
	margin:0 auto;
	width:270px;
	height:270px;
	/*border:1px solid #e8e8e8;*/
	background-color:#fff;
	margin-left:0px;
	margin-bottom:5px;
}

.productDetailsPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productDetailsCode {
	margin-bottom:10px;
}

.productDetailsTitle {
	font-size: 24px;
	color: #444;
	/* font-family: 'Fjalla One', sans-serif; */
	margin-top:0px;
	text-align:left;
	text-transform:none;
	font-weight:bold;
}

.productDetailsPriceContainer {
	height:30px;
}

.productDetailsPrice {
	font-size:22px;
	color:#444;
	font-weight:bold;
	text-align:left;
}

.productDetailsListPrice {
	color:#666;
	font-size:14px;
	font-weight:normal;
	text-decoration:line-through;
}

.productDetailsQtyLabel {
	float:left;
	margin-top:16px;
	margin-right:5px;
}

.productDetailsQtyDisplay {
	float:left;
	border:1px solid #ccc;
	border-radius:4px;
	padding:3px;
	padding-right:5px;
	width:30px;
	text-align:right;
}

.productDetailsPhotoThumbnail {
	display:block;
	float:left;
	position:relative;
	margin:0 auto;
	width:48px;
	height:48px;
	border:1px solid #e8e8e8;
	background-color:#fff;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:5px;
}

.productDetailsPhotoThumbnail img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productDetailsDescription {
	margin-left:7px;
	margin-top:20px;
	margin-bottom:50px;
}

.productVariationContainer {
	margin-top:1px;
}

.productVariationName {
	font-size:12px;
}

.productVariationValue {
	font-size:12px;
	font-weight:bold;
}

.shareContainer {
	text-align:center;
}

.shareContainer h2 {
	font-size:17px;
}

.shareContainer li {
	display:inline-block;
}

.shareContainer li a {
	width:32px;
	height:32px;
	margin:10px;
	border-radius:8px;
}

.shareWhatsAppMobile {
	display:block;
	background:url('../../../../images/customer/themes/theme_001/v_01/icons_share_2.png') no-repeat;
	background-position:-5px -5px;
}

.shareWhatsApp {
	display:none;
	background:url('../../../../images/customer/themes/theme_001/v_01/icons_share_2.png') no-repeat;
	background-position:-5px -5px;
}

.shareFacebook {
	display:block;
	background:url('../../../../images/customer/themes/theme_001/v_01/icons_share_2.png') no-repeat;
	background-position:-47px -5px;
}

.shareTwitter {
	display:block;
	background:url('../../../../images/customer/themes/theme_001/v_01/icons_share_2.png') no-repeat;
	background-position:-89px -5px;
}

.shareMail {
	display:block;
	background:url('../../../../images/customer/themes/theme_001/v_01/icons_share_2.png') no-repeat;
	background-position:-131px -5px;
}





.btnDeleteFromCart {
	display:block;
	margin-top:15px;
	font-size:12px;
	background:url('../../../../images/common/icons/icon_trash.png') no-repeat;
	padding-left:17px;
	height:16px;
	padding-top:1px;
	color:#777;
	background-size:13px 13px;
	
}

.btnDeleteFromCart:hover {
	color:#444;
	text-decoration:none;
	
}

.cartFooter {
	background-color:#f8f8f8;
	border-radius:0px 0px 4px 4px;
	padding:15px;
}

.cartTotalLabel {
	float:left;
	width:50%;
	text-align:left;
	padding-right:30px;
	box-sizing:border-box;
}

.cartTotalAmount {
	float:left;
	width:50%;
	text-align:right;
	font-weight:bold;
	padding-left:9px;
	box-sizing:border-box;
}

.cartTotalLabelMulti {
	float:left;
	width:86%;
	text-align:right;
}

.cartTotalAmountMulti {
	float:left;
	width:10%;
	text-align:right;
	font-weight:bold;
}


.btnClosePhotoLModal {
	position:fixed;
	top:10px;
	right:10px;
	display:block;
	width:32px;
	height:32px;
	background-image:url('../../../../images/common/icons/icon_close2.png');
	background-size:32px;
	
}

.btnClosePhotoLModal:hover {
	text-decoration:none;
	cursor:pointer;
}

.productDetailsOfferTag {
	display:inline-block;
	background-color:#008000;
	color:#fff;
	z-index:100;
	font-size:12px;
	border-radius:70px;
	text-align:center;
	padding:3px 8px 3px 8px;
	box-sizing:border-box;
	border:1px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
	box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
	margin-top:10px;
}

.productDetailsOfferTagDiscount {
	font-weight:bold;
}

.productDetailsFreeShippingTag {
	color:#37b447;
	padding:3px;
	padding-left:25px;
	padding-right:6px;
	font-weight:bold;
	font-size:11px;
	border-radius:3px;
	background:url('../../../../images/customer/themes/theme_001/v_01/icon_free_shipping.png') no-repeat;
	background-position:3px 3px;
	background-color:rgba(255,255,255,  0.6);
	z-index:100;
	margin-top:10px;
	margin-bottom:20px;
}


/* End Product Details */








/* Start Cart */

.cartBox {
	border:1px solid #ccc;
	border-radius:4px;
	background-color:#fff;
}

.cartHeader {
	display:none;
}

.cartCol1 {
	float:left;
	width:100%;
	min-height:90px;
}

.cartCol2 {
	float:left;
	width:100%;
	height:30px;
	padding-top:10px;
}

.cartItemBoxAHeader {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	color:#777;
}

.cartItemBoxA {
	padding:15px;
	border-bottom:1px solid #ccc;
	min-height:90px;
}

.cartItemBoxAProduct {
	position:relative;
	width:100%;
	min-height:120px;
}

.cartItemBoxAQty {
	float:left;
	width:110px;
}

.cartItemBoxAPrice {
	display:none;
	float:left;
	width:95px;
	color:#444;
	font-size:14px;
}

.cartItemBoxASubtotal {
	float:left;
	width:95px;
	color:#444;
	font-size:14px;
}

.cartItemBoxAPhoto {
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	margin-bottom:5px;
}

.cartItemBoxADescription {
	float:left;
	width:100%;
	padding-left:110px;
	padding-bottom:5px;
	box-sizing:border-box;
}

.cartItemBoxATitle {
	font-size:18px;
}

.cartItemBoxAQtyDisplay {
	border:1px solid #ccc;
	border-radius:4px;
	padding-top:2px;
	padding-right:5px;
	width:30px;
	height:20px;
	text-align:right;
	margin-bottom:-20px;
	background-color:#fff;
	color:#444;
}

.cartItemBoxAQtyDisplay:hover {
	cursor:pointer;
	border:1px solid #999;
}














.cartItemBoxBHeader {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	color:#777;
}

.cartItemBoxBHeaderProduct {
	float:left;
	width:50%;
}

.cartItemBoxBHeaderQty {
	float:left;
	width:10%;
}

.cartItemBoxBHeaderPrice1 {
	float:left;
	width:10%;
}

.cartItemBoxBHeaderPrice2 {
	float:left;
	width:10%;
}

.cartItemBoxBHeaderSubtotal1 {
	float:left;
	width:10%;
}

.cartItemBoxBHeaderSubtotal2 {
	float:left;
	width:10%;
}

.cartItemBoxB {
	padding:15px;
	border-bottom:1px solid #ccc;
	min-height:90px;
}

.cartItemBoxBProduct {
	float:left;
	width:50%;
}

.cartItemBoxBQty {
	float:left;
	width:10%;
}

.cartItemBoxBPrice1 {
	float:left;
	width:10%;
	color:#444;
	font-size:14px;
}

.cartItemBoxBPrice2 {
	float:left;
	width:10%;
	color:#444;
	font-size:14px;
}

.cartItemBoxBSubtotal1 {
	float:left;
	width:10%;
	color:#444;
	font-size:14px;
}

.cartItemBoxBSubtotal2 {
	float:left;
	width:10%;
	color:#444;
	font-size:14px;
}

.cartItemBoxBPhoto {
	float:left;
	width:110px;
	height:70px;
}

.cartItemBoxBDescription {
	float:left;
}

.cartItemBoxBTitle {
	float:left;
	font-size:18px;
}

.cartItemBoxBQtyDisplay {
	border:1px solid #ccc;
	border-radius:4px;
	padding:3px;
	padding-right:5px;
	width:30px;
	text-align:right;
	margin-bottom:-20px;
}

.cartItemBoxBQtyDisplay:hover {
	cursor:pointer;
	border:1px solid #999;
}

.cartUpdateQtyBox {
	position:relative;
	width:265px;
	height:60px;
	top:-40px;
	left:-20px;
	border:1px solid #ddd;
	background-color:#f1f1f1;
	padding-top:15px;
	padding-left:15px;
	margin-bottom:-15px;
	display:none;
}

.cartUpdateQtyDisplay {
	float:left;
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	padding:3px;
	padding-right:5px;
	width:30px;
	text-align:right;
	background-color:#fff;
	margin-right:5px;
	margin-top:10px;
	padding-top:4px;
	padding-bottom:4px;
}

.cartUpdateQtyControls {
	float:left;
}

.cartUpdateUp {
	width:20px;
	height:20px;
	border:1px solid #ddd;
	background:url('../../../../images/common/icons/icon_arrow_up_down.png') no-repeat;
	border-radius:3px 3px 0px 0px;
	background-color:#fff;
	cursor:pointer;
}

.cartUpdateDown {
	width:20px;
	height:20px;
	border:1px solid #ddd;
	background:url('../../../../images/common/icons/icon_arrow_up_down.png') no-repeat;
	background-position:0px -20px;
	border-radius:0px 0px 3px 3px;
	background-color:#fff;
	cursor:pointer;
}

.cartUpdateQtyActions {
	float:left;
}

.cartUpdateQtyActions div {
	float:left;
	margin-left:10px;
	margin-top:10px;
}


/* End Cart */

/* Start Login */




input.loginInput {
	width:100%;
	height:40px;
	margin-top:20px;
	font-size:16px;
	border-radius:3px;
	border:1px solid #cdcdcd;
	color:#333;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.loginForgot {
	margin-top:25px;
	font-size:14px;
}

.loginRegister {
	margin-top:25px;
	font-size:14px;
}

.btnLogin {
	background-color:#153b87;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	width:327px;
	height:50px;
	margin-top:18px;
	border-radius:5px;
	border:0px;
	cursor:pointer;
}

.btnLoginDisabled {
	border:1px solid #666;
	display:inline-block;
	color:#999;
	font-family:Trebuchet MS;
	font-size:19px;
	font-weight:bold;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	width:327px;
	height:57px;
	background:#666;
	margin-top:18px;
	border:0px;
}

span.btnCreateStore {
	color:#153b87;
	text-decoration:none;
	cursor:pointer;
}

span.btnCreateStore:hover {
	color:#153b87;
	text-decoration:underline;
}


/* End Login */

/* Start My account */

.myAccountMenu {
	min-height:350px;
	margin-bottom:20px;
}

.myAccountMenu .menuSeparator {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:1px;
	background-color:#ddd;
}

.myAccountMenu h2 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}

.myAccountMenu a {
	display:block;
	color:#666;
	height:25px;
	padding-top:10px;
	padding-left:10px;
}

.myAccountMenu a:hover {
	background-color:#e3e3e3;
	text-decoration:none;	
}

.addressBoxA {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}

.addressBoxADesc {
	float:left;
	width:70%;	
}

.addressBoxAActions {
	float:left;
	width:30%;
	margin-top:30px;
}

.addressBoxAFieldName {
	color:#999;
}

.addressBoxB {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}

.addressBoxBRadio {
	float:left;
	width:30px;
	text-align:right;
	margin-right:5px;
}

.addressBoxBDesc {
	float:left;
	width:*;	
}

.addressBoxBFieldName {
	color:#999;
}

.licenseBoxA {
	display:block;
	padding:15px;
	border-bottom:1px solid #e8e8e8;
	color:#444;
	margin-left:-20px;
	margin-right:-20px;
}

.licenseBoxA:hover {
	background-color:#eee;
}

.licenseBoxACol1 {
	float:left;
	width:75%;	
}

.licenseBoxACol2 {
	float:left;
	width:25%;
	text-align:right;
}


/* End My account */

/* Start ModalA */

.modalDialogA {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}



.modalDialogAOpen {
	opacity:1;
	pointer-events: auto;
}

.modalDialogA > div {
	width:450px;
	position: relative;
	margin: 7% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background-color: #fff;
	text-align:center;
}

.modalDialogA h1 {
	color:#444;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	font-size:22px;
	text-align:left;
	margin-bottom:5px;
}

.modalDialogAActions {
	padding-top:20px;
	padding-bottom:15px;
}

/* End ModalA */

/* Start Checkout */

.btnAddNewAddressCheckout {
	float:left;
}

.btnAddNewAddressCheckout:hover {
	cursor:pointer;
	text-decoration:underline;
}

/* Checkout end */


/* Pedidos start */


.actionButton img {
	margin-bottom:-3px;
	margin-right:4px;
}

.actionButton {
	display:block;
	float:left;
	margin-right:10px;
	color:#444;
	text-decoration:none;
	font-size:13px;
	font-family:Arial;
	padding-top:7px;
	padding-bottom:2px;
	border-radius:3px;
	padding-left:11px;
	padding-right:11px;
	border:1px solid #ccc;
	background-color:#eee;
	padding-bottom:5px;
}

.actionButton:hover {
	color:#333;
	background:#dfdfdf;
	border:1px solid #bbb;
	text-decoration:none;
}

.orderBoxA {
	margin:0 auto;
	margin-bottom:30px;
	padding:10px 20px 30px 20px;
	background-color:#fff;
}

.orderBoxAContent {
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
	
}

.orderLineBoxACol1 {
	width:100%;
	box-sizing:border-box;
}

.orderLineBoxACol2 {
	width:100%;
}

.orderBoxA h2 {
	margin-top:5px;
	margin-bottom:10px;
	color:#444;
}

.orderLineBoxAHeader {
	display:none;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

.orderLineBoxAHeaderProduct {
	float:left;
	width:55%;
}

.orderLineBoxAHeaderQty {
	float:left;
	width:15%;
	padding-left:10px;
	box-sizing:border-box;
}

.orderLineBoxAHeaderPrice {
	float:left;
	width:15%;
	padding-left:10px;
	box-sizing:border-box;
}

.orderLineBoxAHeaderSubtotal {
	float:left;
	width:15%;
	padding-left:10px;
	box-sizing:border-box;
}

.orderLineBoxA {
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}

.orderLineBoxAProduct {
	position:relative;
	width:100%;
}

.orderLineBoxAQty {
	float:left;
	width:50%;
	text-align:left;
	padding:5px;
	box-sizing:border-box;
}

.orderLineBoxAPrice {
	display:none;
	padding:5px;
}

.orderLineBoxASubtotal {
	float:left;
	width:50%;
	text-align:right;
	padding:5px;
	box-sizing:border-box;
}

.orderLineBoxAPhoto {
	position:absolute;
	top:5px;
	left:5px;
	width:100px;
}

.orderLineBoxADescription {
	min-height:55px;
	width:100%;
	padding:5px;
	padding-left:55px;
	box-sizing:border-box;
}

.orderLineBoxATitle {
	float:left;
}

.orderBoxATotalLabel {
	float:left;
	width:50%;
	text-align:left;
	padding:5px;
	box-sizing:border-box;
}

.orderBoxATotalAmount {
	float:left;
	width:50%;
	text-align:right;
	padding:5px;
	font-weight:bold;
	box-sizing:border-box;
}

.orderRow {
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}

.ordersListCol1 {
	float:left;
	width:25%;
}

.ordersListCol2 {
	float:left;
	width:25%;
}

.ordersListCol3 {
	float:left;
	width:25%;
}

.ordersListCol4 {
	float:left;
	width:25%;
}

.payButton {
	display:block;
	padding:10px;
	border:1px solid #999;
	border-radius:5px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
	box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
}

.payButton:hover {
	text-decoration:none;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(230,230,230,1);
	-moz-box-shadow: 2px 2px 10px 2px rgba(230,230,230,1);
	box-shadow: 2px 2px 10px 2px rgba(230,230,230,1);
}


/* Pedidos end */


/* Contacto start */


/* Formulario default start */

.formContainer {
	width:100%;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
}

.formTopContainer {
	width:100%;
	margin:0 auto;
	text-align:right;
	color:#777;
	font-size:12px;
	margin-top:-5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.formContentContainer {
	width:100%;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
	padding-bottom:15px;
	margin-top:10px;
	box-sizing:border-box;
	
}

.formCol1 {
	width:100%;
	text-align:left;
}

.formCol1c {
	width:100%;
	text-align:left;
	margin-bottom:15px;
	box-sizing:border-box;
}

.formCol2 {
	width:100%;
	text-align:left;
	margin-bottom:15px;
}

.formCol2 div {
	padding-top:5px;
	padding-bottom:5px;
}

.formCol2 input {
	width:100%;
	padding:5px;
	box-sizing:border-box;
}

.formRecaptchaContainer div {
	width:300px;
	margin:0 auto;
}

.formContainer .btnA, .formContainer .btnADisabled {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}

/* Formulario default end */


/* Formulario centrado */

.formCenterContainer {
	width:100%;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
}

.formCenterTopContainer {
	width:100%;
	margin:0 auto;
	text-align:right;
	color:#777;
	font-size:12px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.formCenterContentContainer {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:15px;
	margin-top:10px;
	box-sizing:border-box;
	
}

.formCenterCol1 {
	width:100%;
	text-align:left;
}

.formCenterCol2 {
	width:100%;
	text-align:left;
	margin-bottom:15px;
}

.formCenterCol2 input {
	width:100%;
	padding:5px;
	box-sizing:border-box;
}

.formCenterRecaptchaContainer div {
	margin:0 auto;
}



.formCenterContainer .btnA, .formCenterContainer .btnADisabled {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}

/* Contacto end */


/* Messages start */

.messagesOrderBox {
	position:relative;
	padding-left: 65px;
	padding-right: 5px;
	min-height:60px;
	max-width:920px;
	border:1px solid #ddd;
	margin-top:5px;
	background-color:#fff;
	margin-bottom:20px;

}

.messagesOrderBoxPhoto {
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	text-align:center;
}

.messagesOrderBoxPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.messagesOrderBoxDescription {
	margin-top:12px;
	height:20px;
	font-size:16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;

}

.messagesOrderBoxButton {
	display:block;
	width:100px;
	text-align:center;
	line-height:20px;
	text-align:left;
}

.messagesOrderBoxProductPhotoH {
	max-width:50px;	
}

.messagesOrderBoxProductPhotoV {
	max-height:50px;	
}

.messagesOrderBoxProductPhotoNA {
	width:50px;
}



.conversationContainer {
	width:100%;
	margin:0 auto;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
}

.customerMessageBoxContainer {
	padding-left:-5px;
	padding-right:10px;
	box-sizing:border-box;
}

.customerMessageBox {
	float:left;
	position:relative;
	width:100%;
	background-color:#e3f0fc;
	margin-bottom:15px;
	padding:7px;
	padding-bottom:5px;
	border-radius:5px;
	box-sizing:border-box;
	word-break:break-all;
}

.customerMessageArrow {
	position:absolute;
	top:0px;
	left:-15px;
	width:15px;
	height:30px;
	background:url('../../../../images/common/messages_box.png') no-repeat;
}

.storeMessageBoxContainer {
	padding-left:10px;
	padding-right:-5px;
	box-sizing:border-box;
}

.storeMessageBox {
	float:left;
	position:relative;
	width:100%;
	border:1px solid #ddd;
	margin-bottom:15px;
	padding:7px;
	padding-bottom:20px;
	border-radius:5px;
	box-sizing:border-box;
	word-break:break-all;
}

.storeMessageArrow {
	position:absolute;
	top:0px;
	right:-15px;
	width:15px;
	height:30px;
	background:url('../../../../images/common/messages_box.png') no-repeat;
	margin-bottom:-30px;
	background-position:0px -30px;
	margin-left:-1px;
}

.messageBoxNameContainer {
	margin-bottom:4px;
}

.messageBoxName {
	font-weight:bold;
}

.messageBoxDate {
	font-size:12px;
	color:#777;
	margin-left:5px;
}

.messageBoxCheck {
	float:right;
	width:14px;
	height:18px;
	background:url('../../../../images/common/icons/icon_check.png');
	background-size:10px 10px;
    background-repeat:no-repeat;
}

.messageBoxCheckGray {
	float:right;
	width:14px;
	height:18px;
	background:url('../../../../images/common/icons/icon_check_gray.png');
	background-size:10px 10px;
    background-repeat:no-repeat;
}

.btnPreviousMessagesContainer {
	max-width:670px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}

.btnPreviousMessages {
	display:block;
	color:#999;
	background:#f1f1f1;
	text-decoration:none;
	text-align:center;
	padding:8px;
	border:1px solid #e8e8e8;
	border-radius:4px;
}

.btnPreviousMessages:hover {
	color:#666;
	background:#eee;
	text-decoration:none;
	border:1px solid #e1e1e1;
}

.conversationFooterContainer .btnA {
	width:100%;
}

.conversationFooterContainer .btnADisabled {
	width:100%;
}



/* Messages end */




.photoLModal > div {
	width:800px;
	height:690px;
	margin: 0 auto;
}


.inputB {
	padding:8px;
	width:90px;
	border:1px solid #999;
}

.freeShipLabel {
	font-weight:bold;
	color:#3f9f0f;
}

.shippingOptionsContainer {
	background-color:#eee;
	border-radius:3px;
	border:1px solid #ddd;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	margin-bottom:15px;
	max-width:500px;
	box-sizing:border-box;
}

.fieldError {
	display:inline-block;
	margin-top:10px;
	background:url('../../../../images/common/icons/icon_warning_small.gif') no-repeat;
	padding-left:25px;
	margin-bottom:10px;
	background-position:5px 1px;
	color:#b60909;
	font-size:12px;
}

.freeShippingTag {
	position:absolute;
	top:105px;
	left:5px;
	color:#37b447;
	padding:3px;
	padding-left:25px;
	padding-right:6px;
	font-weight:bold;
	font-size:11px;
	border:1px solid #ccc;
	border-radius:3px;
	background:url('../../../../images/customer/themes/theme_001/v_01/icon_free_shipping.png') no-repeat;
	background-position:3px 3px;
	background-color:rgba(255,255,255,  0.6);
	z-index:100;
}

.tagPaid {
	display: inline-block;
	color: #397325;
	background-color: #daf2c2;
	font-weight:bold;
	font-size:13px;
	margin-top:5px;
	margin-bottom:10px;
	border-radius: 10px;
	padding:1px 5px 1px 5px;
}

.offerTag {
	position:absolute;
	background-color:#233d7e;
	color:#fff;
	z-index:100;
	top:5px;
	right:5px;
	font-size:11px;
	height:40px;
	width:40px;
	border-radius:70px;
	text-align:center;
	padding-top:4px;
	transform: rotate(20deg);
	box-sizing:border-box;
	border:1px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
	box-shadow: 1px 1px 2px 1px rgba(214,214,214,1);
}

.offerTagDiscount {
	font-weight:bold;
}

.quickViewLeft {
	float:left;
	width:300px;
}

.quickViewRight {
	float:left;
	width:540px;
}

.contactInfoText {
	margin-bottom:25px;
	text-align:left;
	font-size:14px;
	color:#000;
}



/* Licenses start */

.licensesSummaryBox {
	padding:15px;
	text-align:center;
}

.licensesSummaryTitle {
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}

.licensesSummaryBox1 {
	float:left;
	width:50%;
	padding-right:10px;
	box-sizing:border-box;
}

.licensesSummaryBox1Qty {
	font-weight:bold;
	font-size:26px;
	margin-bottom:3px;
}

.licensesSummaryBox2 {
	float:left;
	width:50%;
	padding-left:10px;
	box-sizing:border-box;
}

.licensesSummaryBox2Qty {
	font-weight:bold;
	font-size:26px;
	margin-bottom:3px;
}

/* Licenses end */


/* Mobile end */









	
	





/* Mobile Horizontal start */

@media only screen  and (min-width : 500px) {
	
.pageLinksContainerMobile {
	display:none;
}

.pageLinksContainer {
	display:block;
}

.productListContainer {
	margin-left:-4px;
}
	
.productBoxAContainer {
	padding-left:5px;
	padding-right:5px;
}

.productBoxA {
	width:100%;
	height:auto;
}

.productBoxAPhoto {
	width:200px;
	height:200px;
}

.productPhotoH {
	max-width:190px;
}

.productPhotoV {
	max-height:190px;
}

.productPhotoNA {
	width:130px;
}

.freeShippingTag {
	top:180px;
	left:25px;
}

.offerTag {
	top:25px;
	right:25px;
}

.productBoxAPrice {
	color: #444;
	font-size: 16px;
	font-weight:normal;
	padding:7px;
	padding-top:0px;
}

.productBoxAListPrice {
	color: #666;
	font-size: 14px;
	font-weight:normal;
}

.promotionalPrice {
	font-weight:bold;
}




/* Messages start */


.customerMessageBoxContainer {
	padding-left:20px;
	padding-right:60px;
	box-sizing:border-box;
}

.storeMessageBoxContainer {
	padding-left:60px;
	padding-right:20px;
	box-sizing:border-box;
}




/* Messages end */























	
	
}

/* Mobile Horizontal end */










































/* Desktop start */

@media only screen  and (min-width : 1024px) {
	
.iconLoading {
	margin-left:22px;
}
	
.iconLoading2 {
	margin-left:55px;
}

.boxBContent {
	padding:10px 40px 50px 40px;
	
}
	
.topMsg {
	position:relative;
	margin:0 auto;
	width:175px;
	margin-bottom:-22px;
	top:85px;
	height:22px;
	padding-left:5px;
	background:#fff1a2;
	border:1px solid #f5d761;
	color:#666;
	text-align:center;
	font-size:15px;
	display:none;
	padding-top:2px;
	z-index:9999;
	box-sizing:border-box;
}
	
.sliderContainer {
	margin-left:0px;
	box-sizing:border-box;
}

a {
	text-decoration:none;
	color:#153b87;
}

a:hover {
	text-decoration:underline;
}

th {
	font-weight:normal;
	text-align:right;
}

td {
	text-align:left;
}

textarea {
	border:1px solid #ccc;
	padding:5px;
}

textarea:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 1px #719ECE;
}

.titleA {
	text-align:center;
}

.clear {
	clear:both;
}

.mandatoryFieldIndicator {
	color:#cc181e;
	margin-left:2px;
}

.successMsg {
	color:#38a117;
	font-size:18px;
}

.btnA {
	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:16px;
	border:0px;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	color:#fff;
	background-color:#153b87;
}

.btnA:hover {
	text-decoration:none;
}

.btnADisabled {
	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:16px;
	border:0px;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	color:#999;
	background-color:#666;
	cursor:wait;
}

.btnADisabled:hover {
	text-decoration:none;
}

.btnB {
	text-align:center;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:16px;
	border:0px;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	color:#444;
	background-color:#fff;
	border:1px solid #ccc;
}

.btnB:hover {
	text-decoration:none;
}

.btnC {
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	font-size:14px;
	border:0px;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	color:#fff;
	background-color:#153b87;
}

.btnC:hover {
	text-decoration:none;
}

.btnD {
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	font-size:14px;
	border:1px solid #ccc;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	color:#444;
	background-color:#fff;
}

.btnD:hover {
	text-decoration:none;
}


/* Error */

.formErrorsMsg {
	width:450px;
}

.formCenterErrorsMsg {
	width:450px;
}

.errorMsg {
	width:100%;
	max-width:550px;
	margin:0 auto;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#b60909;
	background-color:#ffc0c0;
	border:solid 1px #b60909;
}

.errorMsg img {
	margin-right:3px;
	margin-bottom:-5px;
}

.errorData {
	padding-top:5px;
	color:#DD0000;
	font-size:13px;
	margin-bottom:3px;
}

.errorData img {
	padding-right:3px;
}

.error {
	color:#b60909;
}

.boxATitle {
	color:#fff;
	background:#153b87;
	padding:7px;
	text-align:center;
	font-size:18px;
	margin:0px;
	border-radius:5px 5px 0px 0px;
}

.leftContentCol {
	float:left;
	display:block;
	width: 220px;
}



.rightContentCol {
	float:left;
	display:block;
	width: 750px;
	margin-right:-20px;
	padding-left:26px;
	box-sizing:border-box;
}

.leftContentCol2 {
	float:left;
	display:block;
	width:15%;
}

.leftContentCol3 {
	float:left;
	display:block;
	width:15%;
}

.rightContentCol2 {
	float:left;
	display:block;
	width:85%;
	margin-right:-30px;
	padding-left:40px;
	box-sizing:border-box;
}

/* Start Categories Tree */

ol {
	margin:0px;
	padding:0px;
}

ol li {
	list-style:none;
}

.menuProductCategories {
	margin-bottom:20px;
}

.categoryContainer {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:2px;
}

.categoryContainer:hover {
}

a.categoryContainer {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
	padding-right:40px;
}

a.categoryContainer:hover {
	background-color:#ddd;
	cursor:pointer;
}

.categoryDescription {
	float:left;
	padding-top:4px;
	margin-left:7px;
	color:#666;
	font-size:13px;
	margin-top:2px;
	margin-bottom:2px;
}

.mainCategoryTitle {
	font-weight:bold;
}

.categoryContainerLevel1 .categoryDescription {
	margin-left:20px;
}

.categoryContainerLevel2 .categoryDescription {
	margin-left:40px;
}

.categoryContainerLevel3 .categoryDescription {
	margin-left:60px;
}

.categoryContainerLevel4 .categoryDescription {
	margin-left:80px;
}

.categoryContainerLevel5 .categoryDescription {
	margin-left:100px;
}

.categoryContainerLevel6 .categoryDescription {
	margin-left:120px;
}

.categoryContainerLevel7 .categoryDescription {
	margin-left:140px;
}

.categoryContainerLevel8 .categoryDescription {
	margin-left:160px;
}

.categoryContainerLevel9 .categoryDescription {
	margin-left:180px;
}

.categoryContainerLevel10 .categoryDescription {
	margin-left:200px;
}

.categoryContainerLevel11 .categoryDescription {
	margin-left:220px;
}

.categoryContainerLevel12 .categoryDescription {
	margin-left:240px;
}

.categoryContainerLevel13 .categoryDescription {
	margin-left:260px;
}

.categoryContainerLevel14 .categoryDescription {
	margin-left:280px;
}

.categoryContainerLevel15 .categoryDescription {
	margin-left:300px;
}

.btnShowSubcategories {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	border:1px solid #ddd;
	padding:6px;
	width:13px;
	text-align:center;
	background-color:#ddd;
	border-radius:5px;
}

.btnShowSubcategories:hover {
	border:1px solid #bbb;
	cursor:pointer;
}

/* End Categories Tree */


/* Home start */

.homeTopMessageContainer {
	margin-left:0px;
	margin-right:0px;
	margin-top:-14px;
}


.homeTopMessageFreeShipping {
	display: inline-block;
}

.homeTopMessageSep {
	display: inline-block;
	width:1px;
	height:20px;
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
}

.homeTopMessageMinBuy {
	display: inline-block;
}



.btnViewAllProducts {
	width:auto;
	margin:0 auto;
	text-transform:uppercase;
	box-sizing:border-box;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}



/* Home end */


/* Products start */

.mobileMenuSubcategoriesContainer {
	display:none;
}

.menuCategoriesTitle {
	text-transform:uppercase;
	font-size: 14px;
	font-weight:normal;
	color: #444;
}

.sortProducts {
	float:right;
	margin-bottom:14px;
	margin-top:5px;
}

.productListContainer {
	margin-left:-5px;
	margin-right:-25px;
}

.productBoxAContainer {
	width:246px;
	padding-left:5px;
	padding-right:5px;
}

.productBoxA {
	float:left;
	width:100%;
	margin-bottom:10px;
	padding:0px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(214,214,214,1);
	-moz-box-shadow: 2px 2px 3px 1px rgba(214,214,214,1);
	box-shadow: 2px 2px 3px 1px rgba(214,214,214,1);
}

.productBoxAPhoto {
	position:relative;
	padding:3px;
	width:200px;
	height:230px;
	margin:0 auto;
	background-color:#fff;
	border-radius:4px 4px 0px 0px;
}

.productBoxAPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productPhotoH {
	max-width:190px;
}

.productPhotoV {
	max-height:190px;
}

.productPhotoNA {
	width:150px;
}



.productBoxADescription {
	padding:5px;
}

.productBoxATitle {
	/*white-space: nowrap;*/
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	padding:7px;
}

.productBoxATitle a {
	color: #444;
	font-size: 14px;
}

.productBoxATitle a:hover {
	text-decoration:none;
	color: #000;
}

.productBoxAPrice {
	color: #444;
	font-size: 18px;
	font-weight:normal;
	padding:7px;
	padding-top:0px;
}

.productBoxAListPrice {
	color: #666;
	font-size: 14px;
	font-weight:normal;
}

.promotionalPrice {
	font-weight:bold;
}

.btnQuickView {
	position:absolute;
	background-color:#333;
	color:#fff;
	z-index:1010;
	top:105px;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	width:236px;
	margin-left:-18px;
	box-sizing:border-box;
	cursor:pointer;
	border:none;
	display:none;
}

.btnQuickViewEnabled {
	display:block;
}

/* Inicio Modal Vista Rápida */

.quickViewModalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.quickViewModalDialogOpen {
	opacity:1;
	pointer-events: auto;
}

.quickViewModalDialog > div {
	width:900px;
	height:440px;
	position: relative;
	margin: 7% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	text-align:center;
}



.quickViewModalBtnClose {
	color:#ccc;
	line-height: 25px;
	position: absolute;
	right:7px;
	text-align: center;
	top:7px;
	width: 24px;
	text-decoration: none;
	font-size:34px;
}

.quickViewModalBtnClose:hover {
	color:#999;
	cursor:pointer;
}

/* Fin Modal Vista Rápida */



/* End Products */


/* Paginación start */

.pageLinksContainer {
	margin-top:25px;
	text-align:center;
}

.btnPageLink {
	display:inline-block;
	font-size:16px;
	color:#777;
	background-color:#f8f8f8;
	border:1px solid #ccc;
	text-decoration:none;
	margin-right:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}

.btnPageLink:hover {
	text-decoration:none;
	color:#333;
	border:1px solid #999;
}

.activePageLink {
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-color:#153b87;
	border:1px solid #153b87;
	margin-right:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}

/* Paginación end */


/* Start Product Details */

.productDetailsLeft {
	width:290px;
}

.productDetailsRight {
	width:628px;
}

.productPhotosContainerMobile {
	display:none;
}

.productPhotosContainer {
	display:block;
}


.productDetailsBox {
	padding:20px 30px 40px 30px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
}

.productDetailsDescription img {
	width:auto;
	max-width:915px;
	margin-left:-5px;
}



.productDetailsPhoto {
	position:relative;
	margin:0 auto;
	width:270px;
	height:270px;
	border:1px solid #e8e8e8;
	background-color:#fff;
	margin-left:0px;
	margin-bottom:5px;
}

.productDetailsPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productDetailsTitle {
	font-size: 26px;
	color: #444;
	margin-top:0px;
	text-align:left;
	/*font-family: 'Fjalla One', sans-serif;*/
	font-weight:bold;
}

.productDetailsPriceContainer {
	height:30px;
}

.productDetailsPrice {
	font-size:22px;
	color:#444;
	font-weight:bold;
	text-align:left;
}

.productDetailsQtyLabel {
	float:left;
	margin-top:16px;
	margin-right:5px;
}

.productDetailsQtyDisplay {
	float:left;
	border:1px solid #ccc;
	border-radius:4px;
	padding:3px;
	padding-right:5px;
	width:30px;
	text-align:right;
}

.productDetailsPhotoThumbnail {
	display:block;
	float:left;
	position:relative;
	margin:0 auto;
	width:48px;
	height:48px;
	border:1px solid #e8e8e8;
	background-color:#fff;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:5px;
}

.productDetailsPhotoThumbnail img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productDetailsDescription {
	margin-left:7px;
	margin-top:20px;
	margin-bottom:50px;
}

.productVariationContainer {
	margin-top:1px;
}

.productVariationName {
	font-size:12px;
}

.productVariationValue {
	font-size:12px;
	font-weight:bold;
}

.shareContainer {
	margin-left:-122px;
}

.shareWhatsAppMobile {
	display:none;
}

.shareWhatsApp {
	display:block;
}

.btnDeleteFromCart {
	display:block;
	margin-top:15px;
	font-size:12px;
	background:url('../../../../images/common/icons/icon_trash.png') no-repeat;
	padding-left:17px;
	height:16px;
	padding-top:1px;
	color:#777;
	background-size:13px 13px;
	
}

.btnDeleteFromCart:hover {
	color:#444;
	text-decoration:none;
	
}

.cartTotalLabelMulti {
	float:left;
	width:86%;
	text-align:right;
}

.cartTotalAmountMulti {
	float:left;
	width:10%;
	text-align:right;
	font-weight:bold;
}

.btnClosePhotoLModal:hover {
	text-decoration:underline;
	cursor:pointer;
}




/* End Product Details */


/* Start Cart */

.cartHeader {
	display:block;
	border-bottom:1px solid #ccc;
	margin-bottom:0px;
	color:#666;
	padding:5px;
	background-color:#f8f8f8;
	border-radius:4px 4px 0px 0px;
}

.cartCol1 {
	width:600px;
}

.cartCol2 {
	width:300px;
}

.cartItemBoxAHeaderProduct {
	float:left;
	width:610px;
}

.cartItemBoxAHeaderQty {
	float:left;
	width:110px;
}

.cartItemBoxAHeaderPrice {
	float:left;
	width:100px;
}

.cartItemBoxAHeaderSubtotal {
	float:left;
	width:100px;
}

.cartItemBoxAProduct {
	width:100%;
}

.cartItemBoxAQty {
}

.cartItemBoxAPrice {
	display:block;
}

.cartItemBoxASubtotal {
}

.cartItemBoxAPhoto {
	float:left;
	width:110px;
	height:110px;
}

.cartItemBoxATitle {
	font-size:18px;
}

.cartItemBoxAQtyDisplay {
	border:1px solid #ccc;
	border-radius:4px;
	padding-top:2px;
	padding-right:5px;
	width:30px;
	height:20px;
	text-align:right;
	margin-bottom:-20px;
	background-color:#fff;
	color:#444;
}

.cartItemBoxAQtyDisplay:hover {
	cursor:pointer;
	border:1px solid #999;
}

.cartTotalLabel {
	float:left;
	width:90%;
	text-align:right;
	padding-right:30px;
	box-sizing:border-box;
}

.cartTotalAmount {
	float:left;
	width:10%;
	text-align:right;
	font-weight:bold;
	padding-left:9px;
	box-sizing:border-box;
}






.cartItemBoxBHeader {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	color:#777;
}

.cartItemBoxBHeaderProduct {
	float:left;
	width:50%;
}

.cartItemBoxBHeaderQty {
	float:left;
	width:10%;
}

.cartItemBoxBHeaderPrice1 {
	float:left;
	width:10%;
}

.cartItemBoxBHeaderPrice2 {
	float:left;
	width:10%;
}

.cartItemBoxBHeaderSubtotal1 {
	float:left;
	width:10%;
}

.cartItemBoxBHeaderSubtotal2 {
	float:left;
	width:10%;
}

.cartItemBoxBProduct {
	float:left;
	width:50%;
}

.cartItemBoxBQty {
	float:left;
	width:10%;
}

.cartItemBoxBPrice1 {
	float:left;
	width:10%;
	color:#444;
	font-size:14px;
}

.cartItemBoxBPrice2 {
	float:left;
	width:10%;
	color:#444;
	font-size:14px;
}

.cartItemBoxBSubtotal1 {
	float:left;
	width:10%;
	color:#444;
	font-size:14px;
}

.cartItemBoxBSubtotal2 {
	float:left;
	width:10%;
	color:#444;
	font-size:14px;
}

.cartItemBoxBPhoto {
	float:left;
	width:110px;
	height:70px;
}

.cartItemBoxBDescription {
	float:left;
}

.cartItemBoxBTitle {
	float:left;
	font-size:18px;
}

.cartItemBoxBQtyDisplay {
	border:1px solid #ccc;
	border-radius:4px;
	padding:3px;
	padding-right:5px;
	width:30px;
	text-align:right;
	margin-bottom:-20px;
}

.cartItemBoxBQtyDisplay:hover {
	cursor:pointer;
	border:1px solid #999;
}

.cartUpdateQtyBox {
	position:relative;
	width:265px;
	height:60px;
	top:-40px;
	left:-20px;
	border:1px solid #ddd;
	background-color:#f1f1f1;
	padding-top:15px;
	padding-left:15px;
	margin-bottom:-15px;
	display:none;
}

.cartUpdateQtyDisplay {
	float:left;
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	padding:3px;
	padding-right:5px;
	width:30px;
	text-align:right;
	background-color:#fff;
	margin-right:5px;
	margin-top:10px;
	padding-top:4px;
	padding-bottom:4px;
}

.cartUpdateQtyControls {
	float:left;
}

.cartUpdateUp {
	width:20px;
	height:20px;
	border:1px solid #ddd;
	background:url('../../../../images/common/icons/icon_arrow_up_down.png') no-repeat;
	border-radius:3px 3px 0px 0px;
	background-color:#fff;
	cursor:pointer;
}

.cartUpdateDown {
	width:20px;
	height:20px;
	border:1px solid #ddd;
	background:url('../../../../images/common/icons/icon_arrow_up_down.png') no-repeat;
	background-position:0px -20px;
	border-radius:0px 0px 3px 3px;
	background-color:#fff;
	cursor:pointer;
}

.cartUpdateQtyActions {
	float:left;
}

.cartUpdateQtyActions div {
	float:left;
	margin-left:10px;
	margin-top:10px;
}


/* End Cart */

/* Start Login */

.loginCol1 {
	float:left;
	width:50%;
	padding:10px 40px 50px 40px;
	box-sizing:border-box;
	padding-left:40px;
	border-right:1px solid #ccc;
}

.loginCol2 {
	float:left;
	width:50%;
	padding:10px 40px 50px 40px;
	box-sizing:border-box;
}

input.loginInput {
	width:250px;
	height:40px;
	margin-top:10px;
	font-size:16px;
	border-radius:3px;
	border:1px solid #cdcdcd;
	color:#333;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.loginForgot {
	margin-top:25px;
	font-size:14px;
}

.loginRegister {
	margin-top:25px;
	font-size:14px;
}

.btnLogin {
	background-color:#153b87;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	width:327px;
	height:50px;
	margin-top:18px;
	border-radius:5px;
	border:0px;
	cursor:pointer;
}

.btnLoginDisabled {
	border:1px solid #666;
	display:inline-block;
	color:#999;
	font-family:Trebuchet MS;
	font-size:19px;
	font-weight:bold;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	width:327px;
	height:57px;
	background:#666;
	margin-top:18px;
	border:0px;
}

span.btnCreateStore {
	color:#153b87;
	text-decoration:none;
	cursor:pointer;
}

span.btnCreateStore:hover {
	color:#153b87;
	text-decoration:underline;
}


/* End Login */

/* Start My account */

.myAccountMenu {
	min-height:350px;
	margin-bottom:20px;
}

.myAccountMenu a {
	display:block;
	color:#666;
	height:25px;
	padding-top:10px;
	padding-left:10px;
}

.addressBoxA {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}

.addressBoxADesc {
	float:left;
	width:70%;	
}

.addressBoxAActions {
	float:left;
	width:30%;
	margin-top:30px;
}

.addressBoxAFieldName {
	color:#999;
}

.addressBoxB {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}

.addressBoxBRadio {
	float:left;
	width:30px;
	text-align:right;
	margin-right:5px;
}

.addressBoxBDesc {
	float:left;
	width:*;	
}

.addressBoxBFieldName {
	color:#999;
}

/* Start My account */

/* Start ModalA */

.modalDialogA {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}



.modalDialogAOpen {
	opacity:1;
	pointer-events: auto;
}

.modalDialogA > div {
	width:450px;
	position: relative;
	margin: 7% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	text-align:center;
}

.modalDialogA h1 {
	color:#444;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	font-size:22px;
	text-align:left;
	margin-bottom:5px;
}

.modalDialogAActions {
	padding-top:20px;
	padding-bottom:15px;
}

/* End ModalA */

/* Start Checkout */

.btnAddNewAddressCheckout {
	float:left;
}

.btnAddNewAddressCheckout:hover {
	cursor:pointer;
	text-decoration:underline;
}

/* Checkout end */


/* Pedidos start */


.orderBoxA h2 {
	margin-top:5px;
	margin-bottom:10px;
	color:#444;
}

.orderLineBoxACol1 {
	float:left;
	width:55%;
	box-sizing:border-box;
}

.orderLineBoxAHeader {
	display:block;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

.orderLineBoxA {
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}

.orderLineBoxAQty {
	float:left;
	width:15%;
	text-align:right;
	box-sizing:border-box;
}

.orderLineBoxAPrice {
	float:left;
	display:block;
	width:15%;
	text-align:right;
	box-sizing:border-box;
}

.orderLineBoxASubtotal {
	float:left;
	width:15%;
	text-align:right;
	box-sizing:border-box;
}

.orderBoxATotalLabel {
	float:left;
	width:60%;
	text-align:right;
}

.orderBoxATotalAmount {
	float:left;
	width:40%;
	text-align:right;
	font-weight:bold;
}

.orderRow {
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}

.ordersListCol1 {
	float:left;
	width:25%;
}

.ordersListCol2 {
	float:left;
	width:25%;
}

.ordersListCol3 {
	float:left;
	width:25%;
}

.ordersListCol4 {
	float:left;
	width:25%;
}

.payButton {
	display:inline-block;
}


/* Pedidos end */


/* Contacto start */


/* Formulario default */

.formContainer {
	width:100%;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
}

.formTopContainer {
	width:100%;
	margin:0 auto;
	text-align:right;
	color:#777;
	font-size:12px;
	margin-top:-5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.formContentContainer {
	width:550px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:15px;
	margin-top:10px;
	box-sizing:border-box;
	
}

.formCol1 {
	float:left;
	width:160px;
	text-align:right;
	padding-right:5px;
	padding-top:6px;
	padding-bottom:2px;
	box-sizing:border-box;
}

.formCol1c {
	width:100%;
	text-align:left;
	padding-left:160px;
	margin-bottom:15px;
}

.formCol2 {
	float:left;
	width:300px;
	text-align:left;
	margin-bottom:15px;
	box-sizing:border-box;
}

.formCol2 input {
	width:auto;
	padding:5px;
	box-sizing:border-box;
}

.formContainer .btnA, .formContainer .btnADisabled {
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
}

.formRecaptchaContainer div {
	width:300px;
	margin:0;
}


/* Formulario centrado */

.formCenterTopContainer {
	width:550px;
	margin:0 auto;
	text-align:right;
	color:#777;
	font-size:12px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.formCenterContentContainer {
	width:500px;
	margin:0 auto;
	text-align:center;
	padding:10px;
	padding-bottom:15px;
	margin-top:10px;
}

.formCenterContentContainer2 {
	width:320px;
	text-align:center;
	padding:10px;
	padding-bottom:15px;
	margin-top:10px;
}

.formCenterContainer .btnA, .formCenterContainer .btnADisabled {
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
}

/* Contacto end */


/* Messages start */

.messagesOrderBox {
	position:relative;
	padding-left: 65px;
	padding-right: 120px;
	min-height:60px;
	max-width:920px;
	border:1px solid #ddd;
	margin-top:5px;
}

.messagesOrderBoxPhoto {
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	text-align:center;
}

.messagesOrderBoxPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.messagesOrderBoxDescription {
	margin-top:0px;
	height:auto;
	line-height:60px;
	font-size:16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.messagesOrderBoxButton {
	position:absolute;
	top:0px;
	right:0px;
	width:110px;
	height:60px;
	text-align:center;
	line-height:60px;
	text-align:left;
}

.messagesOrderBoxProductPhotoH {
	max-width:50px;	
}

.messagesOrderBoxProductPhotoV {
	max-height:50px;	
}

.messagesOrderBoxProductPhotoNA {
	width:50px;
}



.customerMessageBoxContainer {
	padding-left:30px;
	padding-right:80px;
	box-sizing:border-box;
}

.storeMessageBoxContainer {
	padding-left:80px;
	padding-right:30px;
	box-sizing:border-box;
}

.conversationFooterContainer .btnA {
	width:auto;
}

.conversationFooterContainer .btnADisabled {
	width:auto;
}

.conversationFooterContainer .iconLoading {
	margin-left:25px;
}

/*
.conversationsContainer {
	width:680px;
	margin:0 auto;
}

.customerMessageBox {
	float:left;
	width:570px;
	background-color:#e3f0fc;
	margin-bottom:15px;
	padding:7px;
	padding-bottom:5px;
	border-radius:5px;
	border:none;
}

.customerMessageArrow {
	float:left;
	width:15px;
	height:30px;
	background:url('../../../../images/common/messages_box.png') no-repeat;
	position:relative;
}

.storeMessageBox {
	float:left;
	width:570px;
	border:1px solid #ddd;
	margin-left:65px;
	margin-bottom:15px;
	padding:7px;
	padding-bottom:20px;
	border-radius:5px;
}

.storeMessageArrow {
	float:left;
	width:15px;
	height:30px;
	background:url('../../../../images/common/messages_box.png') no-repeat;
	margin-bottom:-30px;
	background-position:0px -30px;
	margin-left:-1px;
}

.messageBoxNameContainer {
	margin-bottom:4px;
}

.messageBoxName {
	font-weight:bold;
}

.messageBoxDate {
	font-size:12px;
	color:#777;
	margin-left:5px;
}

.messageBoxCheck {
	float:right;
	width:14px;
	height:18px;
	background:url('../../../../images/common/icons/icon_check.png');
	background-size:10px 10px;
    background-repeat:no-repeat;
}

.messageBoxCheckGray {
	float:right;
	width:14px;
	height:18px;
	background:url('../../../../images/common/icons/icon_check_gray.png');
	background-size:10px 10px;
    background-repeat:no-repeat;
}

.btnPreviousMessagesContainer {
	width:670px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}

.btnPreviousMessages {
	display:block;
	color:#999;
	background:#f1f1f1;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #e8e8e8;
}

.btnPreviousMessages:hover {
	color:#666;
	background:#eee;
	text-decoration:none;
	border:1px solid #e1e1e1;
}

*/

/* Messages end */

.photoLModal > div {
	margin:0 auto;
}



.fieldError {
	display:inline-block;
	margin-top:10px;
	background:url('../../../../images/common/icons/icon_warning_small.gif') no-repeat;
	padding-left:25px;
	margin-bottom:10px;
	background-position:5px 1px;
	color:#b60909;
	font-size:12px;
}

.freeShippingTag {
	top:200px;
	left:10px;
}

.offerTag {
	top:13px;
	right:13px;
	font-size:13px;
	height:44px;
	width:44px;
	text-align:center;
	padding-top:4px;
}

.offerTagDiscount {
	font-weight:bold;
}

.quickViewLeft {
	float:left;
	width:300px;
}

.quickViewRight {
	float:left;
	width:540px;
}









}

/* Desktop end */









