/* Mobile start */

/* Verde 30a24c */

body {
	margin:0px;
	padding:0px;
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
	font-size:14px;
	color: #555;
	text-shadow: none;
}

h1 {
	color: #444;
	font-size: 20px;
	font-weight: bold;	
	margin-top:0px;
}

h2 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-top:0px;
}

a {
	/*color:#0066ff;*/
	/*color: #0080ff;*/
	color: #1a74e4;
	text-decoration:none;
}

a:hover {
	/*color:#005ae1;*/
	/*color: #2894ff;*/
	color: #297ee7;
	text-decoration:underline;
}

form {
	margin:0px;
	padding:0px;
}

ul {
	margin:0px;
	padding:0px;
}

ul li {
	list-style:none;
	margin-bottom:3px;
}

.titleA {
	text-align:center;
	margin-top:10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}

.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 #ddd;
	border-radius:5px;
}

.clear {
	clear:both;
}

.onlyMobile {
	display:auto;
}

.onlyDesktop {
	display:none;
}

.mandatoryFieldIndicator {
	color:#cc181e;
	margin-left:2px;
}

th {
	text-align:right;
	font-weight:normal;
	padding-top:5px;
}

td {
	text-align:left;
}

textarea {
	font-family: 'Noto Sans', Arial, Verdana, sans-serif;
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	box-sizing: border-box;
}

.productsGroupTitle {
	font-size:20px;
}

input[type=text] {
	width:100%;
	padding:8px;
	box-sizing:border-box;
	border:1px solid #999;
	border-radius:6px;
}

input[type=password] {
	width:100%;
	padding:8px;
	box-sizing:border-box;
	border:1px solid #999;
	border-radius:6px;
}

select {
	/*width:100%;*/
	padding:8px;
	box-sizing:border-box;
	border:1px solid #999;
	border-radius:6px;
}

.titleBTop {
	margin:0 auto;
	width:70px;
	height:4px;
	background-color:#ff8b00;
	margin-bottom:-10px;
}

.titleB {
	text-align:center;
	color:#444;
	font-size:28px;
	font-weight:normal;	
	font-family: 'Fredoka One', cursive;
	margin-bottom:30px;
}

.leftContentCol2 {
	display:none;
}

.rightContentCol2 {
	float:left;
	display:block;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

#toastMessageContainer {
	position: fixed;
	bottom:-10px;
	left:50%;
	z-index:5000;
	transform: translate(-50%, -50%);
  	margin: 0 auto;
  	width:100%;
  	padding-left:10px;
  	padding-right:33px;
  	box-sizing: border-box;
}

#toastMessage {
	background-color: #373737;
	color:#fff;
	font-weight:bold;
	padding:12px;
	border-radius:3px;
  	width:100%;
}


/* Buttons start */

.btnA, .btnA:active, .btnA:visited {
	display:inline-block;
	padding:0 25px;
	height:36px;
	line-height:36px;
	border-radius:6px;
	font-size:14px;
	font-weight:bold;
	color:white;
	background-color: #1a74e4;
	border:1px solid #1a74e4;
	box-sizing:border-box;
}

.btnA:hover {
	color:white;
	background-color: #297ee7;
	border:1px solid #297ee7;
	text-decoration:none;
	cursor:pointer;
}

.btnADisabled, .btnADisabled:hover {
	color:#999;
	background-color:#666;
	border:1px solid #666;
	cursor:wait;
	text-decoration:none;
}

input.btnA, input.btnA:active, input.btnA:visited {
	line-height:34px;
}


.btnB, .btnB:active, .btnB:visited {
	display:inline-block;
	color:white;
	padding:0 25px;
	height:36px;
	line-height: 36px;
	border-radius:6px;
	font-size:14px;
	font-weight:bold;
	color: #444;
	border:1px solid #ccc;
	background-color: #fff;
	box-sizing:border-box;
}

.btnB:hover {
	background-color: #f8f8f8;
	text-decoration:none;
	cursor:pointer;
}

.btnBDisabled, .btnBDisabled:hover {
	color:#999;
	background-color:#666;
	border:1px solid #666;
	cursor:wait;
	text-decoration:none;
}


.btnC, .btnC:active, .btnC:visited {
	display:inline-block;
	padding:8px 25px 8px 25px;
	border-radius:25px;
	font-size:14px;
	font-weight:bold;
	color:white;
	border:1px solid #0080ff;
	background-color: #0080ff;
}

.btnC:hover {
	color:white;
	border:1px solid #2894ff;
	background-color: #2894ff;
	text-decoration:none;
	cursor:pointer;
	
}

.btnCDisabled {
	color:#999;
	background-color:#666;
	border:1px solid #666;
	cursor:wait;
}

.btnCDisabled:hover {
	color:#999;
	background-color:#666;
	border:1px solid #666;
	cursor:wait;
	text-decoration:none;
}


.btnD, .btnD:active, .btnD:visited {
	display:inline-block;
	color:white;
	padding:8px 25px 8px 25px;
	border-radius:25px;
	font-size:14px;
	font-weight:bold;
	color: #444;
	border:1px solid #ccc;
	background-color: #fff;
}

.btnD:hover {
	background-color: #f8f8f8;
	text-decoration:none;
	cursor:pointer;
}

.btnDDisabled {
	color:#999;
	background-color:#666;
	border:1px solid #666;
	cursor:wait;
}

.btnDDisabled:hover {
	color:#999;
	background-color:#666;
	border:1px solid #666;
	cursor:wait;
	text-decoration:none;
}


.btnE {
	display:inline-block;
	padding:8px 25px 8px 25px;
	border-radius:25px;
	border:1px solid #fff;
	background-color: white;
	color: #0080ff;
	font-size:14px;
	font-weight:bold;
}

.btnE:hover {
	text-decoration:none;
	background-color: #f0f8ff;
	border:1px solid #f0f8ff;
	cursor:pointer;
}


.btnF {
	display:inline-block;
	padding-left:25px;
	padding-right:25px;
	height:36px;
	line-height:36px;
	border-radius:25px;
	font-size:14px;
	font-weight:bold;
	color:white;
	background-color: #ff8b00;
}

.btnF:hover {
	color:white;
	/*background-color: #ff920b;*/
	background-color: #ff9615;
	text-decoration:none;
	cursor:pointer;
}


.btnG {
	display:inline-block;
	color: #1a74e4;
	padding:8px 25px 8px 25px;
	border-radius:25px;
	font-size:14px;
	font-weight:bold;
}

.btnG:hover {
	color: #297ee7;
	text-decoration:none;
	cursor:pointer;
}

.btnH {
	display:inline-block;
	color: #444;
	padding:8px 25px 8px 25px;
	border-radius:25px;
	border:1px solid #999;
	font-size:14px;
	font-weight:bold;
}

.btnH:hover {
	color: #0080ff;
	text-decoration:none;
	cursor:pointer;
}


.btnI, .btnI:active, .btnI:visited {
	display:inline-block;
	padding-left:25px;
	padding-right:25px;
	height:36px;
	line-height:36px;
	border-radius:25px;
	font-size:14px;
	font-weight:bold;
	color:white;
	/*background-color: #0f0f0f;*/
	/*background-color: #008000;*/
	background-color: #339933;
	
}

.btnI:hover {
	color:white;
	/*background-color: #272727;*/
	/*background-color: #006f00;*/
	background-color: #2f8c2f;
	text-decoration:none;
	cursor:pointer;
	
}



.btnJ, .btnJ:active, .btnJ:visited {
	display:inline-block;
	padding-left:25px;
	padding-right:25px;
	height:36px;
	line-height:36px;
	border-radius:25px;
	background-color: white;
	color: #0f0f0f;
	font-size:14px;
	font-weight:bold;
}

.btnJ:hover {
	text-decoration:none;
	color: #444;
	background-color: #f4f4f4;
	cursor:pointer;
}


.btnK, .btnK:active, .btnK:visited {
	display:inline-block;
	padding:0 24px;
	height:32px;
	line-height: 32px;
	border-radius:6px;
	font-size:13px;
	color:white;
	border:1px solid #1a74e4;
	background-color: #1a74e4;
}

.btnK:hover {
	color:white;
	border:1px solid #297ee7;
	background-color: #297ee7;
	text-decoration:none;
	cursor:pointer;
	
}

.btnKDisabled, .btnKDisabled:hover {
	color:#999;
	background-color:#666;
	border:1px solid #666;
	cursor:wait;
	text-decoration:none;
}


.btnL, .btnL:active, .btnL:visited {
	display:inline-block;
	color:white;
	padding:0 24px;
	height:32px;
	line-height: 32px;
	border-radius:6px;
	font-size:13px;
	color: #444;
	border:1px solid #ccc;
	background-color: #fff;
}

.btnL:hover {
	background-color: #f8f8f8;
	text-decoration:none;
	cursor:pointer;
}

.btnLDisabled, .btnLDisabled:hover {
	display:inline-block;
	padding:0 24px;
	height:32px;
	line-height: 32px;
	border-radius:6px;
	font-size:13px;
	color:#ddd;
	background-color:#aaa;
	border:1px solid #aaa;
	text-decoration:none;
}


/* Buttons end */


/* Rating start */


.icon-rating {
	background:url('../../../../images/common/icons/icon_rating.png') no-repeat;
}

.icon-rating-5 {
	background-position: 0px 0px;
}

.icon-rating-4-5 {
	background-position: 0px -21px;
}

.icon-rating-4 {
	background-position: 0px -41px;
}

.icon-rating-3-5 {
	background-position: 0px -61px;
}

.icon-rating-3 {
	background-position: 0px -81px;
}

.icon-rating-2-5 {
	background-position: 0px -101px;
}

.icon-rating-2 {
	background-position: 0px -121px;
}

.icon-rating-1-5 {
	background-position: 0px -141px;
}

.icon-rating-1 {
	background-position: 0px -161px;
}



/* Rating end */



.topSectionBack {
	position:absolute;
	width:100%;
	height:200px;
	box-sizing:border-box;
	top:0px;
	left:0px;
	z-index:1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sectionTitle {
	margin-left:5px;
}

.title {
	margin-top:10px;
	text-align:center;
}

.title h1 {
	font-size:36px;
	font-weight:normal;
}

.subtitle {
	padding-bottom:10px;
	text-align:center;
}

.subtitle h2 {
	font-size:30px;
	font-weight:normal;
}

.successMsgBox {
	width:100%;
	border:1px solid #ddd;
	border-radius:10px;
	padding:25px;
	padding-bottom:30px;
	text-align:center;
	margin-top:15px;
	margin-bottom:35px;
	background-color:#fff;
	box-sizing:border-box;
}

.successMsg {
	color:#38a117;
	font-size:18px;
}

.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%;
	max-width:400px;
	padding-top:9px;
	padding-bottom:9px;
	margin:0 auto;
	margin-top:20px;
	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 {
	font-size:13px;
	color:#b60909;
}

.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;
}

.loadingQuestions {
	display:none;	
}


.btnSend {
	height:38px;
	padding-left:30px;
	padding-right:30px;
	text-decoration:none;
	color:#fff;
	margin-top:15px;
	background-color:#ff8b00;
	border-radius:5px;
	font-size:18px;
	border:0px;
	cursor:pointer;
}

.btnSend:hover {
	background-color:#f67a00;
}

.btnSendDisabled {
	background-color:#666;
	color:#999;
	height:38px;
	padding-left:30px;
	padding-right:30px;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:18px;
	border:0px;
	cursor:pointer;	
}

/* Home start */

.mainContentHome {
	text-align:center;
	margin:-10px;
	margin-bottom:-25px;
}

.titleHome {
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	text-shadow: 1px 1px #fff;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
}

.subtitleHome {
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#666;
	text-align:center;
	box-sizing:border-box;
	margin-top:30px;
	
}

.titleHome h1 {
	font-size:28px;
	margin:0px;
	padding:0px;
}

.subtitleHome h2 {
	font-size:24px;
	margin:0px;
	padding:0px;
}

.btnCreateStoreHome, .btnCreateStoreHome:active, .btnCreateStoreHome:visited {
	display:block;
	width:80%;
	margin:0 auto;
	padding-left:16px;
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	color:#fff;
	margin-top:30px;
	background-color:#1a74e4;
	border-radius:5px;
	padding-left:10px;
	cursor:pointer;
	box-sizing:border-box;
	margin-bottom:50px;
	font-size:16px;
	font-weight:bold;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.btnCreateStoreHome:hover {
	text-decoration:none;
	background-color:#297ee7;
	color:#fff;
}

.btnCreateStoreHome2, .btnCreateStoreHome2:active, .btnCreateStoreHome2:visited {
	display:block;
	width:80%;
	margin:0 auto;
	padding-left:16px;
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	color:#fff;
	margin-top:30px;
	background-color:#1a74e4;
	border-radius:5px;
	padding-left:10px;
	cursor:pointer;
	box-sizing:border-box;
	margin-bottom:50px;
	font-size:16px;
	font-weight:bold;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.btnCreateStoreHome2:hover {
	text-decoration:none;
	background-color:#297ee7;
	color:#fff;
}

.btnViewPlans {
	display:block;
	width:80%;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
	color:#fff;
	margin-top:30px;
	background-color:#fff;
	color:#ff8b00;
	border-radius:5px;
	padding-left:10px;
	cursor:pointer;
	box-sizing:border-box;
	margin-bottom:50px;
	font-size:22px;
	font-family: 'Anton', sans-serif;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.btnViewPlans:hover {
	text-decoration:none;
	background-color:#eee;
}



/* Home end */


/* Contacto start */

/* Formulario default start */

.formContainer {
	position:relative;
	width:100%;
	padding-left:0px;
	padding-right:0px;
	box-sizing:border-box;
	z-index:850;
}

.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;
	padding-top:5px;
	padding-bottom:5px;
}

.formCol1c {
	width:100%;
	text-align:left;
	margin-bottom:15px;
	box-sizing:border-box;
}

.formCol2 {
	width:100%;
	text-align:left;
	margin-bottom:15px;
	padding-bottom:5px;
}



.formRecaptchaContainer div {
	width:300px;
	margin:0 auto;
}

.formContainer .btnA, .formContainer .btnADisabled {
	width:100%;
	box-sizing:border-box;
	text-align:center;
}

.formContainer .btnC, .formContainer .btnCDisabled {
	width:100%;
	box-sizing:border-box;
	text-align:center;
}

.formContainer .btnE, .formContainer .btnEDisabled {
	width:100%;
	box-sizing:border-box;
	text-align:center;
}

/* Formulario default end */


/* Contacto end */


/* Crear tienda paso 2 start */

.createStoreStep2Box {
	background-color:#fff;
	max-width:750px;
	margin:0 auto;
	border-radius:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.createStoreStep2Box .logoContainer {
	padding-top:40px;
	text-align:center;
}


.createStoreStep2Box .title {
	text-align:center;
	margin-top:20px;
	font-size:16px;
	color:#444;
	margin-bottom:20px;
}

.btnCreateMyStore {
	padding-left:25px;
	padding-right:25px;
	text-decoration:none;
	color:#fff;
	margin-top:15px;
	background-color:#ff8b00;
	border-radius:5px;
	font-size:20px;
	border:0px;
	cursor:pointer;
}

.btnCreateMyStore:hover {
	background-color:#f67a00;
}

.btnCreateMyStoreDisabled {
	background-color:#666;
	color:#999;
	height:44px;
	padding-left:25px;
	padding-right:25px;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:20px;
	border:0px;
	cursor:pointer;
}

/* Crear tienda paso 2 end */



/* Sample Stores */

.sampleStoresContainer {
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	padding-left:20px;
	padding-right:20px;
}

.sampleStoreBoxContainer {
	float:left;
	width:100%;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

.sampleStoreBox {
	width:100%;
	height:220px;
	background-color:#fff;
	vertical-align:top;
	margin-bottom:15px;
	padding:5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
}

.sampleStoreBox:hover {
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 12px 0 rgba(0, 0, 0, 0.3);
}

.sampleStoreBox a {
	color:#333;
}

.sampleStoreBox a:hover {
	text-decoration:none;
}

.sampleStoreLogoContainer {
	position:relative;
	height:170px;
}

.sampleStoreLogoContainer img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

/* Sample Stores end */


/* Inicio Modal Crear Tienda */

.createStoreModalDialog {
	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;
}



.createStoreModalDialogOpen {
	opacity:1;
	pointer-events: auto;
}

.createStoreModalDialog > 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;
}

.createStoreModalContent {
	display: table-cell;
    vertical-align: middle;
    height:100%;
}

.createStoreModalBtnClose {
	color:#ccc;
	line-height: 25px;
	position: absolute;
	right:7px;
	text-align: center;
	top:7px;
	width: 24px;
	text-decoration: none;
	font-size:34px;
}

.createStoreModalBtnClose:hover {
	color:#999;
	cursor:pointer;
}

.createStoreModalTitle {
	font-size:30px;
	color:#ff8b00;
	font-family: 'Fredoka One', cursive;
}

.createStoreModalText1 {
	font-size:18px;
	color:#444;
	margin-top:10px;
	font-family: 'Fredoka One', cursive;
}

.inputContainer {
	margin:0 auto;
	margin-top:20px;
	height:50px;
}

input.input {
	font-size:16px;
	color:#666;
	width:100%;
	height:44px;
	border:2px solid #ccc;
	padding-left:8px;
	border-radius:5px;
	box-sizing: border-box;
}

#storeEmailError {
	font-size:13px;
	margin-top:2px;
	text-align:left;
	color:#b60909;
}

#storeEmailError img {
	margin-bottom:-4px;
	margin-right:3px;
}

.btnStartFreeTrial {
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
	color:#fff;
	margin-top:30px;
	background-color:#ff8b00;
	border-radius:5px;
	border:0px;
	cursor:pointer;
	font-size:21px;
	font-family: 'Anton', sans-serif;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.btnStartFreeTrial:hover {
	background-color:#f67a00;
}

.btnStartFreeTrialDisabled {
	background-color:#666;
	color:#999;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
	margin-top:30px;
	border-radius:5px;
	border:0px;
	cursor:pointer;
	font-size:21px;
	font-family: 'Anton', sans-serif;
}

.createStoreModalText2 {
	font-size:14px;
	margin-top:35px;
}

/* Fin Modal Crear Tienda */



/* Plans start */

.reputationML {
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

.plansContainer {
	width:100%;
	padding-left:0px;
	padding-right:0px;
	box-sizing:border-box;
}


.planBoxContainer1 {
	float:left;
	margin:0px;
	width:100%;
	padding-left:5px;
	padding-right:7px;
	padding-bottom:20px;
	box-sizing:border-box;
}

.planBoxContainer2 {
	float:left;
	margin:0px;
	width:100%;
	padding-left:5px;
	padding-right:7px;
	padding-bottom:20px;
	box-sizing:border-box;
}

.planBoxContainer3 {
	float:left;
	margin:0px;
	width:100%;
	padding-left:5px;
	padding-right:7px;
	padding-bottom:20px;
	box-sizing:border-box;
}

.planBoxContainer4 {
	float:left;
	margin:0px;
	width:100%;
	padding-left:5px;
	padding-right:7px;
	padding-bottom:20px;
	box-sizing:border-box;
}

.planBoxContainer1Model2 {
	float:none;
	margin:0 auto;
	width:95%;
	padding-left:5px;
	padding-right:7px;
	padding-bottom:20px;
	box-sizing:border-box;
	text-align:center;
	max-width:300px;
}

.planBox {
	position:relative;
	display:block;
	width:100%;
	border:1px solid #ddd;
	border-radius:5px;
	padding-bottom:30px;
	background-color:#fff;
	margin-bottom:20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	text-align:center;
	z-index:990;
	
}

.planBoxBorderTop {
	height:7px;
	background-color:#ff8b00;
	border-radius:5px 5px 0px 0px;
}

.planTitle {
	height:40px;
	font-size:32px;
	color:#ff8b00;
	text-align:center;
	padding-top:20px;
	font-family: 'Black Ops One', cursive;
}

.planPrice {
	height:30px;
	font-size:18px;
	color:#444;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

.planFee {
	margin-bottom:5px;
}

.planTrialPeriod {
	font-size:18px;
	color:#008000;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	padding-top:20px;
	margin-bottom:20px;
}

.perMonth {
	font-size:20px;
	font-weight:normal;
}

.planBox ul {
	list-style-type:none;
	padding:0px;
}

.planBox ul li {

	margin-top:15x;
	margin-bottom:15px;
}

.planBox ul li.notAvailable {
	color:#ccc;
}

.promotionBox {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

.btnTest, .btnTest:active, .btnTest:visited {
	margin:0 auto;
	padding-left:25px;
	padding-right:25px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	color:#fff;
	margin-top:20px;
	background-color:#1a74e4;
	border-radius:5px;
	cursor:pointer;
	margin-top:30px;
	font-size:16px;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.btnTest:hover {
	text-decoration:none;
	background-color:#297ee7;
	color:#fff;
}


.faqCol1 {
	float:left;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.faqCol2 {
	float:left;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.question {
	font-weight:bold;
	color:#333;
	padding-bottom:10px;
	font-size:14px;
}

.response {
	color:#666;
	padding-bottom:30px;
	font-size:14px;
	padding-left:35px;
}

.responseDate {
	font-weight:normal;
	margin-left:10px;
	font-size:12px;
}



.answer {
	margin-bottom:30px;
}








/* Plans ends */



.linkA {
	text-decoration:none;
	cursor:pointer;
}

.linkA:hover {
	text-decoration:underline;
}

/* Beneficios start */


.boxA {
	width:100%;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:30px;
}

.boxACol1 {
	float:left;
	width:100%;
	margin-bottom:20px;
}

.boxACol2 {
	float:left;
	width:100%;
	margin-bottom:25px;
}

.boxATitle {
	font-size:26px;
	color:#333;
	font-weight:bold;
}

.boxADescription {
	font-size:14px;
	color:#777;
	margin-top:25px;
}

.boxA img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.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;
	padding-top:15px;
}

.boxBContent {
	padding:10px 15px 50px 15px;
}

.boxBFooter {
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #ccc;
	background-color:#f8f8f8;
	border-radius:0px 0px 5px 5px;
}

.boxB h1, .boxB h2 {
	color: #444;
}

.boxBCol1 {
	float:left;
	width:100%;
	margin-bottom:20px;
}

.boxBCol2 {
	float:left;
	width:100%;
	margin-bottom:25px;
	
}

.boxBFeatures {
	margin:0 auto;
	width:100%;
	border-radius:5px;
	margin-bottom:50px;
	box-sizing:border-box;
}

.boxFeaturesB h1, .boxFeaturesB h2 {
	color: #444;
}

.boxBFeaturesCol1 {
	float:left;
	width:100%;
	margin-bottom:20px;
}

.boxBFeaturesCol2 {
	float:left;
	width:100%;
	margin-bottom:25px;
	
}

.boxBFeatures img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.titleCTop {
	float:left;
	width:50px;
	height:4px;
	background-color:#ff8b00;
	margin-bottom:-10px;
	
}

.titleCTop2 {
	float:left;
	width:50px;
	height:4px;
	background-color:#ff8b00;
	margin-bottom:-10px;
	
}

.titleC {
	font-size:22px;
	color:#333;
	font-weight:normal;
}

.titleC2 {
	text-align:left;
	font-size:22px;
	color:#333;
	font-weight:normal;
}

.textA {
	font-size:16px;
	color:#666;
	margin-top:25px;
}

.textA2 {
	text-align:left;
	font-size:16px;
	color:#666;
	margin-top:25px;
}

/*
.boxB img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}
*/


.errorData img {
	width:inherit;
	height:inherit;
	padding-right:3px;
	margin-bottom:0px;
}


/* Beneficios end */





/* Menú Categorías */

.menuCategoriesTitle {
	/*text-transform:uppercase;*/
	font-size: 14px;
	font-weight: bold;
	color: #444;
	padding-left:0px;
	margin-top:16px;
}


/* 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:12px;
	padding-top:10px;
	padding-bottom:10px;
	/*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:14px;
	font-weight:normal;
	/*letter-spacing: .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;
}


/* End Categories Tree */










.productListContainer {
	margin-left: -2px;
	margin-right: -9px;	
}

.productBoxAContainer {
	float:left;
	width:50%;
	height:240px;
	padding-left:0px;
	padding-right:12px;
	box-sizing:border-box;
	margin-bottom:20px;
}


.productBoxA {
	position:relative;
	float:left;
	margin-left:0px;
	margin-bottom:12px;
	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:240px;
}

.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: 40px;
	margin-bottom:10px;
	
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.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;
}

.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:#008000;
	color:#fff;
	z-index:100;
	top:5px;
	left: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;
}

.iconFavoriteContainer {
	position:absolute;
	top:6px;
	right:12px;
	width:36px;
	height:36px;
	z-index:100;
	border-radius:25px;
	background-color:rgba(255,255,255,  0.85);
}

.iconFavorite {
	position:relative;
	top:7px;
	right:0px;
	width:36px;
	height:36px;
	z-index:101;
	border-radius:25px;
	background-image:url('../../../../images/portal/icons/icon_favorite_2.png');
	opacity: 0.7;
}

.iconFavorite:hover {
	cursor:pointer;
	opacity: 1;
}

.iconFavoriteActive {
	position:relative;
	top:7px;
	right:0px;
	width:36px;
	height:36px;
	z-index:101;
	border-radius:25px;
	background-image:url('../../../../images/portal/icons/icon_favorite_2.png');
	background-position:0px -36px;
}

.iconFavoriteActive:hover {
	cursor:pointer;
	opacity: 1;
	opacity: 0.8;
	
}





/* ProductBoxB start */

.productBoxB {
	background-color:#fff;
	/*border:1px solid #ccc;*/
	margin-bottom:12px;
	/*border-radius: 5px;*/
	margin-left:-12px;
	margin-right:-12px;
	
}

.productBoxBPhoto {
	position:absolute;
	top:0px;
	left:0px;
	width:70px;
	height:70px;
	text-align:center;
}

.productBoxBPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productBoxBPhotoH {
	max-width:60px;
}

.productBoxBPhotoV {
	max-height:60px;
}

.productBoxBPhotoNA {
	width:60px;
}

.productBoxBDescription {
	position:relative;
	padding:12px;
	padding-left:80px;
	width:100%;
	min-height:80px;
	box-sizing: border-box;
	
}

.productBoxBTitle {
	height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.productBoxBTitle a {
	color: #444;
	font-size: 14px;
}

.productBoxBTitle a:hover {
	text-decoration:none;
	color: #000;
}

/* ProductBoxB end */




/* ProductBoxFavorite start */

/*
.productBoxAPhoto {
	position:relative;
	padding:3px;
	margin:0 auto;
	background-color:#fff;
	border-radius:4px 4px 0px 0px;
	text-align:center;
	width:120px;
	height:120px;
}
*/

.productBoxFavorite {
	background-color:#fff;
	border:1px solid #ccc;
	margin-bottom:15px;
	border-radius: 5px;
}

.productBoxFavoritePhoto {
	position:absolute;
	top:0px;
	left:0px;
	width:130px;
	height:130px;
	text-align:center;
}

.productBoxFavoritePhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productBoxFavoriteDescription {
	position:relative;
	padding:12px;
	padding-left:135px;
	width:100%;
	min-height:150px;
	box-sizing: border-box;
	
}

.productBoxFavoriteTitle {
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.productBoxFavoriteTitle a {
	color: #444;
	font-size: 14px;
}

.productBoxFavoriteTitle a:hover {
	text-decoration:none;
	color: #000;
}

.productBoxFavoritePrice {
	margin-top:10px;
}

.productBoxFavoriteListPrice {
	color: #666;
	font-size: 14px;
	font-weight:normal;
	text-decoration:line-through;
}

.productBoxFavoriteFreeShippingTag {
	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;
}

.productBoxFavoriteOfferTag {
	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;
}

.productBoxFavoriteOfferTagDiscount {
	font-weight:bold;
}

.productBoxFavoriteBtnDelete {
	margin-top:20px;
}

/* ProductBoxFavorite end */


/* ProductBoxHistory start */

.productBoxHistory {
	position:relative;
	background-color:#fff;
	border:1px solid #ccc;
	margin-bottom:15px;
	border-radius: 5px;
}

.productBoxHistoryPhoto {
	position:absolute;
	top:0px;
	left:0px;
	width:130px;
	height:130px;
	text-align:center;
}

.productBoxHistoryPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productBoxHistoryDescription {
	position:relative;
	padding:12px;
	padding-left:135px;
	padding-right:40px;
	width:100%;
	min-height:150px;
	box-sizing: border-box;
	
}

.productBoxHistoryTitle {
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.productBoxHistoryTitle a {
	color: #444;
	font-size: 14px;
}

.productBoxHistoryTitle a:hover {
	text-decoration:none;
	color: #000;
}

.productBoxHistoryPrice {
	margin-top:10px;
}

.productBoxHistoryListPrice {
	color: #666;
	font-size: 14px;
	font-weight:normal;
	text-decoration:line-through;
}

.productBoxHistoryFreeShippingTag {
	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;
}

.productBoxHistoryOfferTag {
	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;
}

.productBoxHistoryOfferTagDiscount {
	font-weight:bold;
}

.productBoxHistoryBtnDelete {
	margin-top:20px;
}

.productBoxHistoryIconFavoriteContainer {
	position:absolute;
	top:4px;
	right:2px;
	width:36px;
	height:36px;
	z-index:100;
	border-radius:25px;
	background-color:rgba(255,255,255,  0.85);
}

/* ProductBoxHistory end */





/* ProductBoxCheckout start */

.productBoxCheckout {
	background-color:#fff;
	margin-bottom:15px;
	border-radius: 5px;
}

.productBoxCheckoutPhoto {
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
	text-align:center;
}

.productBoxCheckoutPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.productBoxCheckoutPhotoH {
	max-width:44px;	
}

.productBoxCheckoutPhotoV {
	max-height:44px;	
}

.productBoxCheckoutPhotoNA {
	width:40px;
}

.productBoxCheckoutDescription {
	position:relative;
	padding:12px;
	padding-left:65px;
	width:100%;
	min-height:75px;
	box-sizing: border-box;
	
}

.productBoxCheckoutTitle {
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.productBoxCheckoutTitle a {
	color: #444;
	font-size: 14px;
}

.productBoxCheckoutTitle a:hover {
	text-decoration:none;
	color: #000;
}

.productBoxCheckoutPrice {
	margin-top:10px;
}

.productBoxCheckoutListPrice {
	color: #666;
	font-size: 14px;
	font-weight:normal;
	text-decoration:line-through;
}

.productBoxCheckoutFreeShippingTag {
	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;
}

.productBoxCheckoutOfferTag {
	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;
}

.productBoxCheckoutOfferTagDiscount {
	font-weight:bold;
}

.productBoxCheckoutBtnDelete {
	margin-top:20px;
}

/* ProductBoxCheckout end */













/* 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:20px;
	border-radius: 5px;
}

.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: #ff8b00;
	border:1px solid #ff8b00;
	margin-right:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	border-radius: 5px;
}

/* Paginación end */



















/* Start Product Details */

#productDetailsContent {
	margin-top:5px;	
}

.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;
}

.productDetailsAttributeLabel {
	dispay:block;
	margin-top:5px;
	margin-bottom:5px;
}

.productQtyContainer {
	width:180px;
	height:32px;
	float:left;
	padding-left:10px;
	line-height:32px;
	box-sizing: border-box;
}

.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;
}

.shareTitle {
	font-weight:bold;
}

.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:15px;
	right:15px;
	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;
}

.photoLModal > div {
	width:800px;
	height:690px;
	margin: 0 auto;
}


input.cartUpdateQtyDisplay {
	float:left;
	display:block;
	border:1px solid #999;
	border-radius:3px;
	padding:3px;
	padding-right:4px;
	width:50px;
	height:32px;
	text-align:right;
	background-color:#fff;
	margin-left:3px;
	margin-right:3px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	line-height: 32px;
	box-sizing: border-box;
}

.cartUpdateQtyControls {
	float:left;
	border:1px solid red;
}

.cartUpdateUp {
	float:left;
	width:32px;
	height:32px;
	border:1px solid #999;
	border-radius:4px;
	background-color:#fff;
	cursor:pointer;
	text-align:center;
	font-size:16px;
	line-height: 32px;
	box-sizing: border-box;
}

.cartUpdateDown {
	float:left;
	width:32px;
	height:32px;
	border:1px solid #999;
	border-radius:4px;
	background-color:#fff;
	cursor:pointer;
	text-align:center;
	font-size:16px;
	line-height: 32px;
	box-sizing: border-box;
}

.cartUpdateQtyActions {
	float:left;
}

.cartUpdateQtyActions div {
	float:left;
	margin-left:10px;
}

.btnFavorite {
	display:block;
	float:left;
	padding-left:22px;
	height:24px;
	background-image:url('../../../../images/portal/icons/icon_favorite_2.png');
	background-repeat: no-repeat;
	background-position:-10px 0px;
	/*opacity: 0.7;*/
	line-height: 24px;
}

.btnFavorite:hover {
	cursor:pointer;
	/*opacity: 1;*/
	text-decoration:none;
}

.btnFavoriteActive {
	display:block;
	float:left;
	padding-left:22px;
	height:24px;
	background-image:url('../../../../images/portal/icons/icon_favorite_2.png');
	background-repeat: no-repeat;
	background-position:-10px -36px;
	/*opacity: 0.7;*/
	line-height: 24px;
}

.btnFavoriteActive:hover {
	cursor:pointer;
	/*opacity: 1;
	opacity: 0.8;*/
	text-decoration:none;
	
}

.infoShipOptionsItem {
	float:left;
	width:100%;
	margin-bottom:5px;
	padding-right:20px;
}

.infoShipOptionsDescription {
	position:relative;
	width:100%;
	padding:10px;
	padding-right:80px;
	box-sizing: border-box;
	border-radius: 5px;
	border:1px solid #ddd;
}

.infoShipOptionsPrice {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding-top:12px;
}




.infoSeller {
}

.infoSellerTitle {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
}

.infoSellerTitle a {
	font-size:14px;
	text-decoration:underline;
}

.infoSellerReputation {
	float:left;
	font-size:12px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:15px;
}

.iconReputation5 {
	float:left;
	width:180px;
	height:18px;
	background:url('../../../../images/common/icons/icon_reputation.png') no-repeat;
	background-position: -5px -5px;
	margin-right:5px;
	
}

.iconReputation4 {
	float:left;
	width:180px;
	height:18px;
	background:url('../../../../images/common/icons/icon_reputation.png') no-repeat;
	background-position: -5px -55px;
	margin-right:5px;
	
}

.iconReputation3 {
	float:left;
	width:180px;
	height:18px;
	background:url('../../../../images/common/icons/icon_reputation.png') no-repeat;
	background-position: -5px -105px;
	margin-right:5px;
	
}

.iconReputation2 {
	float:left;
	width:180px;
	height:18px;
	background:url('../../../../images/common/icons/icon_reputation.png') no-repeat;
	background-position: -5px -155px;
	margin-right:5px;
	
}

.iconReputation1 {
	float:left;
	width:180px;
	height:18px;
	background:url('../../../../images/common/icons/icon_reputation.png') no-repeat;
	background-position: -5px -205px;
	margin-right:5px;
	
}

.infoSellerReputationPositiveFeedbacks {
	float:left;
	height:24px;
}

.infoSellerReputationPercent {
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

.infoSellerLocation {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}






.infoProductReviews {
	margin-top:20px;
	margin-bottom:15px;
}

.infoProductReviewsRating {
	float:left;
	width:85px;
}

.infoProductReviewsAvg {
	float:left;
	padding-right:5px;
}

.infoProductReviewsTotalReviews {
	float:left;
	padding-right:15px;
	font-size:12px;
	padding-top:2px;
}

.infoProductReviewsSoldQty {
	padding-right:10px;
	font-size:12px;
	padding-top:2px;
}



#opiniones {
	margin-top:-100px;
	padding-bottom:100px;
	display:block;
}

.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;
}


/* End Product Details */









/* Product Reviews start */

.productReviewsContainer {
	background-color:#fff;
	margin-left:-12px;
	margin-right:-12px;
}

.productReviewBoxAHeader {
	position:relative;
	padding-left: 46px;
}

.productReviewBoxAAvatar {
	position:absolute;
	top:2px;
	left:0;
	width:36px;
	height:36px;
	overflow: hidden;
	border-radius: 50%;
	border:1px solid #ccc;
	box-sizing: border-box;
}

.productReviewBoxAAvatar img {
	display:block;
	height:100%;
	width:100%;
	object-fit: cover;
	overflow-clip-margin: content-box;
	overflow: clip;
	box-sizing: border-box;
}

.productReviewBoxA {
	padding:15px;
	border-bottom:1px solid #eee;
	background-color:#fff;
}

.productReviewBoxAAuthor {
	margin-bottom:6px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.productReviewBoxARatingContainer {
	float:left;
	width:90px;
}

.productReviewBoxADate {
	float:left;
	color:#999;
}

.productReviewBoxAComments {
	font-size:16px;
	padding-top:12px;
	padding-bottom:12px;
}




.productReviewsContainer2 {
	background-color:#fff;
	margin-left:-8px;
	margin-right:-8px;
}


/* Product Reviews end */




/* Seller Profile start */

.sellerProfileTop {
	text-align:center;
	margin-top:30px;
	margin-bottom:45px;
}

.sellerProfileBottom {
	max-width:750px;
	margin:0 auto;
}

.sellerProfilePhoto {
	width:128px;
	height:128px;
	overflow: hidden;
	border-radius: 50%;
	border:1px solid #ccc;
	box-sizing: border-box;
	margin:0 auto;
}

.sellerProfilePhoto img {
	display:block;
	height:100%;
	width:100%;
	object-fit: cover;
	overflow-clip-margin: content-box;
	overflow: clip;
	box-sizing: border-box;
}

.sellerFeedbacksContainer {
	background-color:#fff;
	margin-left:-12px;
	margin-right:-12px;
	margin-top:20px;
}

.sellerFeedbackBoxA {
	padding:15px;
	border-bottom:1px solid #eee;
	background-color:#fff;
}

.sellerFeedbackBoxAHeader {
	position:relative;
	padding-left: 46px;
}

.sellerFeedbackBoxAAvatar {
	position:absolute;
	top:2px;
	left:0;
	width:36px;
	height:36px;
	overflow: hidden;
	border-radius: 50%;
	border:1px solid #ccc;
	box-sizing: border-box;
}

.sellerFeedbackBoxAAvatar img {
	display:block;
	height:100%;
	width:100%;
	object-fit: cover;
	overflow-clip-margin: content-box;
	overflow: clip;
	box-sizing: border-box;
}

.sellerFeedbackBoxAAuthor {
	margin-bottom:6px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sellerFeedbackBoxARatingContainer {
	float:left;
	width:90px;
}

.sellerFeedbackBoxADate {
	float:left;
	color:#999;
}

.sellerFeedbackBoxAComments {
	font-size:16px;
	padding-top:12px;
	padding-bottom:12px;
}


/* Seller Feedback end */







/* Checkout start */


.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;
}


.freeShipLabel {
	font-weight:bold;
	color:#3f9f0f;
}


/* Checkoput end */















/* Start My account */

.btnMyAccount {
	color:red;
}

.btnMyAccountActiveSection {
	color:blue;
}

.addressBoxA {
	margin-bottom:20px;
	border:1px solid #ccc;
	padding:10px;
	border-radius:5px;
	padding-bottom:0px;
	background-color:#fff;
	box-sizing: border-box;
}

.addressBoxADesc {
	position:relative;
	min-height:230px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	box-sizing: border-box;
	background-color:#fff;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:5px;
}

.addressBoxATag {
	float:left;
	background-color:#eee;
	border-radius: 5px;
	margin-right: 6px;
	padding: 3px;
	font-size:13px;
	margin-top:1px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:3px;
}

.addressBoxAActions {
	display:block;
	padding:10px;
	box-sizing: border-box;
}

.addressBoxAActions a {
	width:100%;
	box-sizing: border-box;
	text-align:center;
	margin-bottom:6px;
}

.addressBoxAActions li div {
	width:100%;
	box-sizing: border-box;
	text-align:center;
	margin-bottom:6px;
}

.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;
}


.profilePhotoContainer {
	width:110px;
	text-align:center;
}

.profilePhoto {
	display:inline-block;
	overflow: hidden;
	width:72px;
	height:72px;
	border-radius: 50%;
	border:1px solid #ccc;
	box-sizing: border-box;
}

.profilePhoto img {
	display:block;
	height:100%;
	width:100%;
	object-fit: cover;
	overflow-clip-margin: content-box;
	overflow: clip;
	box-sizing: border-box;
}

.profilePhotoDefault {
	opacity: 0.4;	
}


/* 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 */








/* Questions start */

#nueva-pregunta {
	margin-top:-100px;
	padding-bottom:100px;
	display:block;
}


.questionBox {
	margin-bottom:20px;
	box-sizing: border-box;
	border:1px solid #ccc;
	padding:10px;
	border-radius:5px;
	padding-bottom:0px;
	background-color:#f8f8f8;
}

.questionBoxProduct {
	position:relative;
	min-height:85px;
	padding-left:80px;
	padding-right:10px;
	font-size:16px;
	box-sizing: border-box;
	background-color:#fff;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-10px;
	border-radius:5px;
	border-bottom:1px solid #ddd;
}

.questionBoxProductTitle a {
	color:#444;
}

.questionBoxProductTitle a:hover {
	text-decoration:none;
	color:#000;
}

.questionBoxProductTitle {
	padding-top:20px;
	height:38px;
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.questionBoxProductPhoto {
	position:absolute;
	top:15px;
	left:15px;
	width:50px;
	height:50px;
	border:1px solid #ddd;
	background-color:#fff;
}

.questionBoxProductPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.questionBoxProductPhotoH {
	max-width:44px;	
}

.questionBoxProductPhotoV {
	max-height:44px;	
}

.questionBoxProductPhotoNA {
	width:40px;
}



.questionBoxQuestion {
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding:20px;
	margin-left:-10px;
	margin-right:-10px;
}

.questionBoxResponse {
	font-weight:normal;
	padding-left:35px;
	padding-top:10px;
}

.questionBoxActions {
	display:block;
	margin-left:-70px;
	margin-top:20px;
	margin-bottom:10px;
}


.questionBoxDate {
	font-weight:normal;
	color:#999;
	font-size:13x;
	margin-left:10px;
}


/* Questions end */







/* Orders start */


.orderBox {
	margin-bottom:20px;
	border:1px solid #ccc;
	padding:10px;
	border-radius:5px;
	padding-bottom:0px;
	background-color:#fff;
	box-sizing: border-box;
}

.orderBoxDate {
	font-weight:normal;
	color:#999;
	font-size:13x;
	padding-bottom:5px;
}

.orderBoxProduct {
	position:relative;
	min-height:130px;
	padding-left:80px;
	padding-right:10px;
	font-size:16px;
	box-sizing: border-box;
	background-color:#fff;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:5px;
	border-top:1px solid #eee;
}

.orderBoxProductInfo {
	padding-bottom:10px;
}

.orderBoxProductTitle a {
	color:#444;
}

.orderBoxProductTitle a:hover {
	text-decoration:none;
	color:#000;
}

.orderBoxProductTitle {
	padding-top:20px;
	height:38px;
	text-overflow: ellipsis;
	overflow: hidden;
	display : -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.orderBoxStatus {
	padding-top:5px;
	font-size:13px;
}

.orderBoxProductPhoto {
	position:absolute;
	top:15px;
	left:15px;
	width:50px;
	height:50px;
	border:1px solid #ddd;
	background-color:#fff;
}

.orderBoxProductPhoto img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}

.orderBoxProductPhotoH {
	max-width:44px;	
}

.orderBoxProductPhotoV {
	max-height:44px;	
}

.orderBoxProductPhotoNA {
	width:40px;
}

.orderBoxActions {
	display:block;
	margin-left:-70px;
	padding:10px;
	box-sizing: border-box;
}

.orderBoxActions a {
	width:100%;
	box-sizing: border-box;
	text-align:center;
	margin-bottom:6px;
}

.orderBoxActions li div {
	width:100%;
	box-sizing: border-box;
	text-align:center;
	margin-bottom:6px;
}




/* Orders end */


/* Order Details start */

.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);
}


/* Order Details 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;

}

.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%;
	background-color:#fff;
	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:#666;
	background:#f8f8f8;
	text-decoration:none;
	text-align:center;
	padding:8px;
	border:1px solid #ddd;
	border-radius:4px;
}

.btnPreviousMessages:hover {
	color:#666;
	background:#eee;
	text-decoration:none;
}

.conversationFooterContainer .btnA {
	width:100%;
}

.conversationFooterContainer .btnADisabled {
	width:100%;
}



/* Messages end */

















/* Mobile end */


































/* Tablet start */

@media only screen  and (min-width : 600px) {
	
	
.pageLinksContainerMobile {
	display:none;
}

.pageLinksContainer {
	display:block;
}
	
	
.planBoxContainer1 {
	width:50%;
	padding-right:10px;
}

.planBoxContainer1 {
	margin:0 auto;
	width:50%;
	padding-right:10px;
}

.planBoxContainer2 {
	width:50%;
	padding-left:10px;
}

.planBoxContainer3 {
	width:50%;
	padding-right:10px;
}

.planBoxContainer4 {
	width:50%;
	padding-left:10px;
}


.sampleStoreBoxContainer {
	float:left;
	width:50%;
	padding-left:20px;
	padding-right:20px;
}







/* Questions start */


.questionBoxProduct {
	padding-right:310px;
}

.questionBoxActions {
	position:absolute;
	top:25px;
	right:10px;
	margin-top:0px;
}





/* Questions end */





/* Orders start */


.orderBoxProduct {
	padding-right:230px;
}

.orderBoxActions {
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
}





/* Orders end */


/* Address start */

.addressBoxADesc {
	padding-right:230px;
}

.addressBoxAActions {
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
}


/* Address 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:20px;
	padding-right:60px;
	box-sizing:border-box;
}

.storeMessageBoxContainer {
	padding-left:60px;
	padding-right:20px;
	box-sizing:border-box;
}




/* Messages end */



	
}
	
/* Tablet end */







































/* Desktop start */

@media only screen  and (min-width : 1024px) {
	
#toastMessageContainer {
	position: fixed;
	bottom:-10px;
	left:50%;
	z-index:5000;
	transform: translate(-50%, -50%);
  	margin: 0 auto;
  	width:auto;
  	padding-left:10px;
  	padding-right:33px;
  	box-sizing: border-box;
}

#toastMessage {
	background-color: #373737;
	color:#fff;
	font-weight:bold;
	padding:12px;
	border-radius:3px;
  	width:auto;
}
	
.onlyMobile {
	display:none;
}

.onlyDesktop {
	display:block;
}
	
.leftContentCol2 {
	float:left;
	display:block;
	width:200px;
}

.rightContentCol2 {
	float:left;
	display:block;
	width:770px;
	padding-left:30px;
	padding-right:10px;
	box-sizing:border-box;
}
	
	
	
#menuToggle {
	display:none;
}



/* Menues start */
	
.menuA {
	margin-bottom:20px;
}

.menuA a {
	display:block;
	color:#666;
	padding:12px;
	padding-top:10px;
	padding-bottom:10px;
}

.menuA a:hover {
	background-color:#e3e3e3;
	text-decoration:none;	
}

.menuA .menuSeparator {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:1px;
	background-color:#ccc;
}

.menuA h2 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}

.menuA a.btnSection {

}

.menuA a.btnActiveSection {
	color:#ff8b00;
}

/* Menues end */




/* Buttons start */

/*

.btnA, .btnA:active, .btnA:visited {
	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:#0080ff;
	width:auto;
}

.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;
}


*/

/* Buttons end */






	
.productBoxAContainer {
	width:246px;
	height: 350px;
	padding-left:5px;
	padding-right:5px;
	margin-right:20px;
}

.productBoxA {
	float:left;
	width:100%;
	height: 350px;
	margin-bottom:25px;
	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;
}

.freeShippingTag {
	top:200px;
	left:12px;
}

.offerTag {
	top:12px;
	left:12px;
}



/* ProductBoxFavorite start */

.productBoxFavoritePhoto {
	width:205px;
	height:205px;
}


.productBoxFavoriteDescription {
	padding-left:210px;
	min-height:225px;
}

/* ProductBoxFavorite end */


/* ProductBoxHistory start */

.productBoxHistoryPhoto {
	width:205px;
	height:205px;
}


.productBoxHistoryDescription {
	padding-left:210px;
	min-height:225px;
}

/* ProductBoxHistory end */




	
	
/* Start Product Details */

#productDetailsContent {
	margin-top:15px;	
}

.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;
}

.productDetailsAttributeLabel {
	float:left;
	padding-top:5px;
	padding-right:10px;
}

.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;
}

.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 {
	top:20px;
	right:50px;
}

.btnClosePhotoLModal:hover {
	text-decoration:underline;
	cursor:pointer;
}

.photoLModal > div {
	margin:0 auto;
}


.infoShipOptionsItem {
	width:300px;
	margin-bottom:5px;
	padding-right:10px;
	margin-bottom:10px;
}


/* End Product Details */	
	
	
	
	
.sellerFeedbacksContainer {
	background-color:#fff;
	margin-left:0px;
	margin-right:0px;
}	
	
	
	
	
	
	
	
/* 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 */

	
	
	
	
	
	
	
	
	
	
	
	
	
.iconLoading {
	margin-left:36px;
}
	
/* Plans start */

.planBox {
	margin:auto;
}

.plansContainer {
	width:100%;
	padding-left:18px;
	padding-right:18px;
	box-sizing:border-box;
	text-align:center;
}
	
.planBoxContainer5 {
	float:none;
	display:block;
	width:33%;
	padding-right:5px;
	padding-left:0px;
	margin:0 auto;
}

.planBoxContainer1 {
	width:25%;
	padding-right:5px;
	padding-left:0px;
}

.planBoxContainer2 {
	width:25%;
	/*width:33%;*/
	padding-right:5px;
	padding-left:5px;
}

.planBoxContainer3 {
	width:25%;
	/*width:34%;*/
	padding-right:5px;
	padding-left:5px;
}

.planBoxContainer4 {
	width:25%;
	/*width:33%;*/
	padding-right:0px;
	padding-left:5px;
}

.faqCol1 {
	float:left;
	width:50%;
	padding-left:40px;
	padding-right:20px;
	box-sizing:border-box;
}

.faqCol2 {
	float:left;
	width:50%;
	padding-left:20px;
	padding-right:40px;
	box-sizing:border-box;
}


/* Plans end */


.successMsgBox {
	margin:0 auto;
	width:550px;
}

.formErrorsMsg {
	width:600px;
}

.formCenterErrorsMsg {
	width:450px;
	margin:0 auto;
	margin-bottom:10px;
}
	
textarea {
	border:1px solid #ccc;
	padding:5px;
}

.sectionTitle {
	margin-left:25px;
}
	
.title {
	text-align:center;
	max-width:650px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
}

.title h1 {
	font-size:38px;
}

.subtitle {
	padding-bottom:20px;
	text-align:center;
}

.subtitle h2 {
	font-size:32px;
	font-weight:normal;
}

/* Home start */

.mainContentHome {
	height:490px;
	background-color:#eee;
	background-image:url('../../images/portal/home/photo_sales_woman.jpg');
	background-position:-75px 0px;
	text-align:left;
	margin-bottom:-25px;
}
	
.titleHome {
	width:650px;
	padding-left:80px;
	padding-top:70px;
	text-shadow: 1px 1px #fff;
	text-align:left;
}

.subtitleHome {
	width:600px;
	padding-left:80px;
	color:#fff;
	text-shadow: 1px 1px #444;
	text-align:left;
	margin-top:30px;
}

.titleHome h1 {
	font-size:36px;
	text-shadow: 2px 2px #fff;
}

.subtitleHome h2 {
	font-size:34px;
	color:#fff;
	text-shadow: 2px 2px #333;
	text-align:left;
}

.btnCreateStoreHome, .btnCreateStoreHome:active, .btnCreateStoreHome:visited {
	display:inline-block;
	width:auto;
	padding-left:16px;
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	color:#fff;
	background-color:#1a74e4;
	border-radius:5px;
	cursor:pointer;
	box-sizing:border-box;
	margin-left:80px;
	margin-top:40px;
	font-size:16px;
	font-weight:bold;
}

.btnCreateStoreHome:hover {
	text-decoration:none;
	background-color:#297ee7;
	color:#fff;
}

.btnCreateStoreHome2, .btnCreateStoreHome2:active, .btnCreateStoreHome2:visited {
	display:inline-block;
	width:auto;
	padding-left:16px;
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	color:#fff;
	background-color:#1a74e4;
	border-radius:5px;
	cursor:pointer;
	box-sizing:border-box;
	/*margin-left:80px;*/
	margin-top:40px;
	font-size:16px;
	font-weight:bold;
}

.btnCreateStoreHome2:hover {
	text-decoration:none;
	background-color:#297ee7;
	color:#fff;
}

.btnViewPlans {
	display:none;
}


/* Home end */



/* Inicio Modal Crear Tienda */

.createStoreModalDialog {
	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;
}



.createStoreModalDialogOpen {
	opacity:1;
	pointer-events: auto;
}

.createStoreModalDialog > div {
	width:735px;
	height:440px;
	position: relative;
	margin: 90px auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	text-align:center;
}



.createStoreModalBtnClose {
	color:#ccc;
	line-height: 25px;
	position: absolute;
	right:10px;
	text-align: center;
	top:10px;
	width: 24px;
	text-decoration: none;
	font-size:34px;
}

.createStoreModalBtnClose:hover {
	color:#999;
	cursor:pointer;
}

.createStoreModalTitle {
	margin-top:5px;
	font-size:36px;
	color:#ff8b00;
}

.createStoreModalText1 {
	font-size:20px;
	margin-top:10px;
}

.inputContainer {
	margin:0 auto;
	margin-top:25px;
	height:50px;
}

input.input {
	font-size:18px;
	color:#666;
	width:532px;
	height:48px;
	border:2px solid #ccc;
	padding-left:8px;
	border-radius:5px;
}

#storeEmailError {
	margin-top:11px;
	text-align:left;
	margin-left:85px;
	color:#b60909;
}

#storeEmailError img {
	margin-bottom:-2px;
	margin-right:3px;
}

.btnStartFreeTrial {
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
	color:#fff;
	margin-top:30px;
	background-color:#ff8b00;
	border-radius:5px;
	border:0px;
	cursor:pointer;
	font-size:21px;
	font-family: 'Anton', sans-serif;
}

.btnStartFreeTrial:hover {
	background-color:#f67a00;
}

.btnStartFreeTrialDisabled {
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
	margin-top:30px;
	border-radius:5px;
	border:0px;
	cursor:pointer;
	font-size:21px;
	font-family: 'Anton', sans-serif;
	background-color:#666;
	color:#999;
}

.createStoreModalText2 {
	margin-top:30px;
}

/* Fin Modal Crear Tienda */




/* 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:550px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:15px;
	margin-top:10px;
	box-sizing:border-box;
	
}

.formCol1 {
	float:left;
	width:180px;
	text-align:right;
	box-sizing:border-box;
	padding-right:10px;
	padding-top:4px;
	box-sizing:border-box;
}

.formCol1c {
	width:100%;
	text-align:left;
	padding-left:180px;
	margin-bottom:15px;
}

.formCol2 {
	float:left;
	width:300px;
	text-align:left;
	margin-bottom:15px;
	box-sizing:border-box;
}

.formContainer .btnA, .formContainer .btnADisabled {
	width:auto;
}

.formContainer .btnC, .formContainer .btnCDisabled {
	width:auto;
}

.formContainer .btnE, .formContainer .btnEDisabled {
	width:auto;
}

.formRecaptchaContainer div {
	width:300px;
	margin:0;
}

/* Formulario default end */

/* Formulario centrado start */

.formCenterRecaptchaContainer div {
	width:300px;
	margin:0 auto;
}

/* Formulario centrado end */


/* Contacto end */



/* Crear tienda paso 2 start */

.createStoreFormContainer {
	padding-left:50px;	
}

.createStoreFormContainer .formCol2 {
	width:250px;	
}

.createStoreStep2Box {
	background-color:#fff;
	max-width:750px;
	margin:0 auto;
	border-radius:5px;
	margin-top:10px;
	margin-bottom:10px;
	
}

.createStoreStep2Box .logoContainer {
	padding-top:40px;
	text-align:center;
}


.createStoreStep2Box .title {
	text-align:center;
	margin-top:20px;
	font-size:20px;
}

.btnCreateMyStore {
	height:44px;
	padding-left:25px;
	padding-right:25px;
	text-decoration:none;
	color:#fff;
	margin-top:15px;
	background-color:#ff8b00;
	border-radius:5px;
	font-size:20px;
	border:0px;
	cursor:pointer;
}

.btnCreateMyStore:hover {
	background-color:#f67a00;
}

.btnCreateMyStoreDisabled {
	background-color:#666;
	color:#999;
	height:44px;
	padding-left:25px;
	padding-right:25px;
	text-decoration:none;
	margin-top:15px;
	border-radius:5px;
	font-size:20px;
	border:0px;
	cursor:pointer;
}

/* Crear tienda paso 2 end */


/* Beneficios start */

.featuresContainer {
	margin:0 auto;
	width:80%;	
}


.boxA {
	width:100%;
	margin:0 auto;
	margin-top:10px;
}

.boxACol1 {
	float:left;
	width:60%;
	margin-bottom:30px;
}

.boxACol2 {
	float:left;
	width:40%;
	margin-bottom:30px;
	text-align:center;
}

.boxATitle {
	font-size:24px;
}

.boxADescription {
	font-size:16px;
	margin-top:25px;
}

.boxA img {
	width:225px;
	height:auto;
	margin-bottom:20px;
}

.boxB {
	width:100%;
	margin:0 auto;
	margin-top:10px;
}

.boxBCol1 {
	float:right;
	width:60%;
	margin-bottom:30px;
}

.boxBCol2 {
	float:left;
	width:40%;
	margin-bottom:30px;
	text-align:center;
}

.boxBFeaturesCol1 {
	float:right;
	width:60%;
	margin-bottom:30px;
}

.boxBFeaturesCol2 {
	float:left;
	width:40%;
	margin-bottom:30px;
	text-align:center;
}

.boxBFeatures img {
	width:225px;
	height:auto;
	margin-bottom:20px;
}

.titleCTop {
	float:left;
	width:50px;
	height:4px;
	background-color:#ff8b00;
	margin-bottom:-10px;
	
}

.titleCTop2 {
	float:right;
	width:50px;
	height:4px;
	background-color:#ff8b00;
	margin-bottom:-10px;
	
}

.titleC {
	font-size:22px;
	color:#333;
	font-weight:normal;
}

.titleC2 {
	text-align:right;
	font-size:22px;
	color:#333;
	font-weight:normal;
}

.textA {
	font-size:16px;
	color:#666;
	margin-top:25px;
}

.textA2 {
	text-align:right;
	font-size:16px;
	color:#666;
	margin-top:25px;
}

/*
.boxB img {
	width:225px;
	height:auto;
	margin-bottom:20px;
}
*/

.errorData img {
	width:inherit;
	height:inherit;
	padding-right:3px;
	margin-bottom:0px;
}


/* Beneficios end */


/* Sample stores start */


.sampleStoreBoxContainer {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
}


/* Sample stores end */	


.iconLoading160 {
	margin-left:65px;
}


.iconLoadingRegister {
	margin-left:49px;
}

.iconLoadingActivation {
	margin-left:70px;
}

.iconLoadingSaveChanges {
	margin-left:60px;
}


.loadingQuestions {
	display:none;	
}

.iconLoadingQuestions {
	margin-left:87px;
}



/* Mi cuenta inicio */

.myAccountEmailField {
	margin-top:4px;
}

/* Mi cuenta fin */




/* Messages start */

.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;
}

/* Messages end */




	
}

/* Desktop end */






