@import url(fontface.css);

body{
	font-family: 'open_sans_font';
	background:#999999;
}
*{
	outline: none;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea, select {
    box-shadow: none;
	border: 1px solid #EEEEEE;
	background: #fff;
	font-size: 0.875rem;
}
.menu a, .menu button, .menu input {
    margin-bottom: 1rem;
}
.button {
    background: #CCCCCC;
    color: #000;
}
.button:focus, .button:hover, .button:active {
    background: #000;
    color: #fff;
}
.breadcrumbs a{
	color: #666666;
}
dl, ol, ul {
    list-style-position: inside;
}
/* GENERIC */
.dn{
	display: none;
}
.dib{
	display: inline-block;
}
.tc{
    text-align: center;
}
.p0{
	padding:0 !important;
}
.p05{
	padding:0.5rem !important;
}
.m0{
	margin:0 !important;
}
.mb0{
	margin-bottom:0 !important;
}
.mt1{
	margin-top: 1rem;
}
.mt05{
	margin-top: 0.5rem;
}
.mt2{
	margin-top: 2rem;
}
.mb1{
	margin-bottom:1rem;
}
.mb2{
	margin-bottom:2rem;
}
.imgFull{
	width:100%;
	height:auto;
}
.destacadoColor{
	color: #f60;	
}
p{
	font-size: 0.875rem;
}
.cf::before,
.cf::after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf::after {
    clear: both;
}
.cf {
    *zoom: 1;
}
#sitePage{
	background: #fff;
}
.roundedBtn{
	width:30px;
	height:30px;
	border-radius: 50rem;
	border: 1px solid #ACAEBD;
	display:inline-block;
	text-align:center;
	color: #ACAEBD;
	line-height:30px;
	margin: 0.4rem;
}
.roundedBtn:hover,
.roundedBtn:Active{
	border-color: #FF9900;
}
.roundedInput{
	border-radius: 0.375rem;
}
.inputWrapper{
	display:block;
	position:relative;
}
.inputWrapper.checkbox{
	display:inline-block;
	position:relative;
	white-space:nowrap;
}
.inputWrapper::after{
	content:'\f00d';
	font-family: 'FontAwesome';
	position:absolute;
	bottom: 0;
	right:0;
	top:0;
	line-height:40px;
	width:40px;
	text-align:center;
	color:#ec5840;
	display:none;
}
.is-invalid-label .inputWrapper::after{
	display:block;
}
.main{
	margin-bottom: 2rem;
}
.column.nopadding,
.columns.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.txtPasos{
	text-align:right;
	display:inline-block;
	float:right;
	color: #ff6600;
	padding: 0 0 0 1rem;
}
.titulo{
	font-size: 0.95rem;
	font-weight: bold;
}
.titulo-seccion{
	font-size: 0.95rem;
	font-weight:bold;
	padding-bottom: 0.5rem;
	margin-bottom:1rem;
}
.printBtn{
	float:right;
	font-size:1rem;
	color: #ccc;
}
.printBtn:hover,
.printBtn:active{
	color: #000;
}
.color-01{
	color: #666666;
}
.item-padding{
	padding: 1rem;
}
.btnFade{
	transition: opacity 0.2s ease-out;
}
.btnFade:hover,
.btnFade:active{
	opacity:0.5;
}
.item01{
	color: #000;
}
.noStyle{
	list-style:none;
}
.ui-dialog {
    font-size: 0.875rem;
}
.iconoEstado1 {
    background:url(../images/img-estado1.png) no-repeat left center;
    padding-left: 25px;
}
.iconoEstado2 {
    background:url(../images/img-estado2.png) no-repeat left center;
    padding-left: 25px;
}
.iconoEstado3 {
    background:url(../images/img-estado3.png) no-repeat left center;
    padding-left: 25px;
}
.iconoEstado4 {
    background:url(../images/img-estado4.png) no-repeat left center;
    padding-left: 25px;
}
/* BLOCKS */
.blockBanner01{
	border: 1px solid #EEEEEE;
	padding: 1.5rem 1rem;
	color: #666666;
}
.blockBanner01  .titulo{
	font-size:1.5625rem;
	color: #666666;
}
/* BREADCRUMS */
.breadcrumbs-container{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:1rem;
}
.breadcrumbs-cabecera img{
	width:100%;
	height:auto;
	min-width:640px;
}
.breadcrumbs-cabecera{
	max-height: 194px;
	margin-bottom:1rem;
	overflow:hidden;
}
/* LAUNCHER LOADING */
.launcherLoading{
	min-height:55px;
	background:url(../images/loading.GIF) no-repeat center center;
}
.launcherLoading.updating{
	min-height:100vh;
	background:rgba(255,255,255,0.75) url(../images/loading.GIF) no-repeat center center;
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	display:none;
	z-index:99999;
}
.launcherLoading.updating.error{
	background-image:none;
	display:flex !important;
}
.launcherLoading-response{
	font-size: 0.875rem;
	padding-bottom: 0.8rem;
	text-align:center;
}
.launcherLoading.updating.error .launcherLoading-response{
	margin: auto;
}
.launcherLoading-response > div{
	display:inline-block;
	text-align:center;
	padding: 0.5rem 0.8rem;
}
.launcherLoading-response.error > div{
	border-radius: 6px;
	background: #E8534F;
	color: #fff;
}
.launcherLoading-response.success > div{
	border-radius: 6px;
	background: #369963;
	color: #fff;
}
.hr-slider{
	border-bottom: 1px solid #EEEEEE;
	margin-left:16px;
	margin-right:16px;
}
/* ERROR VALIDATE */
input.error-validate,
textarea.error-validate,
input.error-validate,
textarea.error-validate,
select.error-validate{
    border-color: #FF5C26 !important;
}
input[type="number"].error-validate{
	padding-right: 25px;
}
.error-validate div.error-validate{
	display:none !important;
}
.error-validate .inputWrapper.checkbox{
	padding-right: 30px;
}
.error-validate .inputWrapper::before{
	position: absolute;
	content: '\f00d';
	top: 0;
	right: 0;
	z-index: 99;
	color:red;
	height:40px;
	width:30px;
	text-align:center;
	line-height: 40px;
	font-family: 'FontAwesome';
}
.error-validate .inputWrapper.checkbox::before{
	height:25px;
	line-height: 25px;
}
.error-validate .inputWrapper.fileType{
	padding-right: 30px;
}
/* FOOTER */
.siteFooter{
	background:#999999;
	color: #fff;
	padding: 1rem 0;
	font-size: 0.75rem;
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.5);
}
.siteFooter .row > .columns{
	padding-bottom: 1rem;
}
/* HEADER */
.siteHeader{
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	margin-bottom:1rem;
}
.siteHeader-full{
	display:block;
	position:relative;
  padding: 0.5rem;
  background: darkorange;
  color: white;
  text-align: center;
  font-size: 0.8rem;
}
.siteHeader-top{
	display:block;
	border-bottom: 1px solid #EEEEEE;
	position:relative;
}
.siteHeader-top .row{
	padding: 0 1rem;
	position:relative;
}
.siteHeader-top .SiteSubNav{
	display:inline-block;
	float: right;
	margin:0 1rem;
}
.siteHeader-top .SiteSubNav li{
	float: left;
	display:inline-block;
	padding: 0.5rem;
}
.siteHeader-top .SiteSubNav a{
	color: #ACAEBD;
	font-size:0.875rem;
}
.siteHeader-top .SiteSubNav a:hover,
.siteHeader-top .SiteSubNav a:active{
	color: #FF9900;
}
.siteHeader-bottom{
	padding:1rem;
}
.siteHeaderFix .siteHeader-bottom{
	position:relative;
}
.siteHeader-mobileBtn{
	float:right;
	height: 30px;
	width:30px;
	margin: 0.2rem 1rem 0 0;
}
.siteHeader .logo{
	display:inline-block;
	float: left;
	width: 241px;
}
.siteHeader .logo img{
	max-width: 100%;
	height:auto;
}
/* USR ACCESS */
.usrAccess{
	float: right;
}
.usrAccess-btn{
	color:#666666;
	float: right;
	margin: 0.5rem 1rem;
	cursor:pointer;	
}
	#mayAccess-btn{
		float: right;
	    margin: 0.4rem 1rem 0 1rem;
	    background: #e9e9e9;
	    padding: 8px 20px;
	    font-size: 12px;
	    border-radius: 20px;
	    cursor: pointer;
	}
.siteHeaderFix .usrAccess-btn{
	margin: 0.7rem 1rem 0 1rem;
}
.usrAccess-dropdown{
	position:absolute;
	top:100%;
	z-index:99;
	right:0;
	background: #fff;
	padding: 1rem;
	width:100%;
	max-width:320px;
	display:none;
}
.usrAccess-ul {
	margin:0;
	margin:0;
	padding:0;
	list-style:none;
}
.usrAccess-ul.step01,
.usrAccess-ul.step03,
.usrAccess-ul.step04,
.usrAccess-ul.step05{
	display:none;
}
.usrAccess-ul a{
	margin:0;
}
.usrAccess-dropdown ul > li{
	padding-bottom:0.5rem;
}
.usrAccess-dropdown ul ul > li{
	padding-bottom:0;
}
.usrAccess-dropdown ul > li:last-child{
	padding-bottom:0;
}
.usrAccess-dropdown .usrAccess-link{
	padding:0 !important;
	margin-bottom: 0 !important;
	font-size: 0.875rem;
	color:#999999;
}
.usrAccess-dropdown hr{
	margin: 0.5rem 0 1rem 0;
	border-color: #EEEEEE;
}
.usrAccess-dropdown .usrAccess-link:hover,
.usrAccess-dropdown .usrAccess-link:active{
	color:#000;
}
.usrAccess-dropdown .usrAccess-btn-tipo{
	color: #000;
	background:#E9E9E9;
	text-align: center;
	font-weight:bold;
	padding: 1.25rem !important;
	display:block;
	font-size: 0.875rem;
}
.usrAccess-dropdown .usrAccess-btn-tipo:hover,
.usrAccess-dropdown .usrAccess-btn-tipo:active{
	background:#DBDBDB;
}
.usrAccess-dropdown{
	border:1px solid #EEEEEE;
}
.usrAccess-dropdown .is-drilldown-submenu-parent>a::after{
	display:none !important;
}
.usrAccess-dropdown .menu.nested{
	margin: 0;
}
.usrAccess-dropdown .js-drilldown-back{
	font-size: 0.75rem;
}
.usrAccess-dropdown  .js-drilldown-back::before {
    margin-top: 4px;
}
.usrAccess-dropdown .js-drilldown-back::before{
	margin-left:0;
}
#usrAccess-dropdown > .is-drilldown{
	height:480px !important;
	width: 100% !important;
}
/* LOGIN FORMS */
.siteHeader-login-submit{
	display:block;
	width:100%;
	background:#DBDBDB;
	text-align:center;
	margin: 0 auto;
	padding: 1.25rem !important;
	font-weight:bold;
	font-size: 0.875rem;
}
.siteHeader-login-links{
	margin-top: 0.5rem;
	border-top: 1px solid #EEEEEE; 
	text-align: center;
	font-size: 0.875rem;
	color: #ACADBD;
	padding-top:0.5rem;
}
.siteHeader-login-links a{
	text-decoration:none;
	color: #ACADBD;
}
.siteHeader-login-links a strong{
	color: #000;
}
.siteHeader-login-links a:hover,
.siteHeader-login-links a:active,
.siteHeader-login-links a:hover strong,
.siteHeader-login-links a:active strong{
	color: #FF9900;
}
/* SITE SEARCH */
.siteHeader-search-form{
	display:inline-block;
	width:170px;
	float: left;
	margin: 0.2rem 0 0 10%;
	border: 1px solid #CCCCCC !important;
	border-radius: 50rem;
}
.siteHeader-search-form input[type="search"]{
	border: none;
	float: left;
	height:30px;
	width: calc(100% - 36px);
	margin:0;
	border-radius: 50rem;
	padding: 0.4rem 0 0.4rem 0.8rem;
	font-size: 0.75rem;
	box-shadow: none;
}
.siteHeader-search-form .is-invalid-input:not(:focus){
	background:none;
	color: #ec5840;
}
.is-invalid-input::-webkit-input-placeholder {
   color: #ec5840;
}
.is-invalid-input:-moz-placeholder {
   color: #ec5840;
}
.is-invalid-input::-moz-placeholder { 
   color: #ec5840; 
}
.is-invalid-input:-ms-input-placeholder {  
   color: #ec5840; 
}
.siteHeader-search-form [type="submit"]{
	display:inline-block;
	width:36px;
	height:30px;
	float:right;
}
.siteHeader-search-form [type="submit"]:hover,
.siteHeader-search-form [type="submit"]:active{
	color: #FF9900;
}
/* SITE NAV */
.siteNav{
	display:inline-block;
	float: right;
	margin:0.2rem 0 0 0;
}
.siteNav.active{
	/*display:block;*/
}
.siteNav > ul{
	display:inline-block;
	float:right;
	margin:0;
	list-style:none;
	vertical-align:top;
}
.siteNav > ul > li{
	display:inline-block;
	float:left;
	position:relative;
	padding: 0 0.8rem;
	border-left: 1px solid #EEEEEE;
	line-height:1;
	margin: 0.4rem 0;
}
.siteNav > ul > li:last-of-type{
	border-right: 1px solid #EEEEEE;
}

.siteNav > ul > li:hover > a,
.siteNav > ul > li:active > a,
.siteNav > ul > li.current > a{
	cursor:pointer;
	color: #FF9900
}
.siteNav > ul >li a{
	text-decoration: none;
	color: #666666;
	padding:0;
}
.siteNav > ul .siteNav-subnav{
	display:none;
	float: none; 
	position: absolute;
	top: 100%;
	left: 15px;
	margin: 0;
	padding:0.5rem 0 0 0;
	box-sizing:border-box;
	z-index: 9;
	overflow:hidden;
	width: 220px;
}
.siteNav > ul .siteNav-subnav ul{
	width:100%;
	margin: 0;
	padding:0.5rem;
	box-sizing:border-box;
	display:inline-block;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing:border-box;
}
.siteNav ul  ul a{
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	display:block;
	width:100%;
	color: #333;
	box-sizing:border-box;
	font-size: 0.75rem;
	padding: 0.5rem;
}
.siteNav ul  ul li:last-of-type {
	margin-bottom:0;
	padding-bottom:0;
}
.siteNav ul  ul li:last-of-type a{
	border-bottom: none;
}
.siteNav ul  ul a:hover,
.siteNav ul  ul a:active{
	background: rgba(0,0,0,0.03);
}
.siteNav ul  ul li{
	display:block;
	width:100%;
	margin: 0;
	box-sizing:border-box;
}
.siteNav > ul > li:hover > .siteNav-subnav,
.siteNav > ul > li:active > .siteNav-subnav{
	display: block;
}
/* HOME */
.homeCarousel{
	margin: 0.5rem 0 1rem 0;
}
.homeCarousel .orbit-container{
	height: auto !important;
}
/* PRODUCTOS */
.navProductos{
	list-style: none;
}
.navProductos li{
	border-bottom: 1px solid #CCCCCC;
	padding: 0.25rem 0;
}
.navProductos li a{
	color: #666666;
	font-size: 0.875rem !important;
	margin:0;
	padding: 0;
}
.navProductos li a:hover,
.navProductos li a:active{
	color: #000;
}
.menu.navProductos{
	padding: 0.5rem 0;
}
.menu.navProductos a{
	padding: 0.5rem 0 !important;
}
.menu.navProductos .menu.nested {
    margin-left: 0;
}
.menu.navProductos li li .menu.nested li{
	border-bottom: 1px dotted #EEEEEE;
}
.menu.navProductos .menu.nested li:last-child{
	border-bottom: none;
}
.menu.navProductos .menu.nested a{
	color: #999999;
	font-size: 0.85rem;
	padding-left: 0.5rem !important;
}
.navProductos li li li a{
	font-size:0.75rem !important;
}
.menu.navProductos .menu.nested a:hover,
.menu.navProductos .menu.nested a:active{
	color: #000
}
.navProductos  .is-accordion-submenu-parent > a,
.navProductos  > a {
	transition: all 0.2s ease-out;
}
.navProductos  .is-accordion-submenu-parent[aria-expanded=true] > a,
.navProductos  > li > ul > li  > a:hover,
.navProductos  > li > ul > li > a:active {
	background:#E9E9E9;
	padding: 0.5rem !important;
}
.navProductos .is-accordion-submenu-parent>a::after{
    border-color: #000 transparent transparent;
}
.menu.navProductos a.navProductos-categorias{
	font-size: 1rem !important;
	font-weight: bold;
}
.menu.navProductos a.navProductos-categorias::after{
	display:none;
}
.navProductos .is-accordion-submenu-parent[aria-expanded=true] > a.navProductos-categorias{
	background: #fff;
	padding-left:0 !important;
}
@media screen and (min-width: 480px) {
    .navProductos  .is-accordion-submenu-parent > a.navProductos-categorias + button.submenu-toggle {
        display:none;
    }
}

.producto-item{
	padding: 0.5rem;
}
.producto-item-mask {
    overflow: hidden;
    max-width: 100%;
    display: block;
    position: relative;
	border: 1px solid #EEEEEE;
	margin-bottom: 0.5rem;
}
.producto-item-mask.inactivo {
	border: 1px solid darkorange;
}
.producto-item  .producto-item-mask img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s, transform 0.3s;
}
/*.producto-item a:hover  .producto-item-mask img,
 .producto-item a:active  .producto-item-mask img {
    opacity: 0.8;
    transform: scale3d(1.1, 1.1, 1);
}*/
.producto-item .jq-btnProd{
	display: block;
	padding:0.5rem;
	transition: box-shadow 0.2s ease-out;
}
.producto-item .jq-btnProd:hover,
.producto-item .jq-btnProd:active{
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}

.producto-item .titulo{
	display: block;
	font-size: 0.875rem;
	color: #666666;
	background:#F5F5F5;
	padding: 0.5rem 1rem;
	margin: 0;
}
.producto-item .titulo span{
	display: block;
	font-size: 0.80rem;
    font-weight: normal;
}
/* PRODUCTOS ITEM */
.productoItem-header{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	vertical-align:bottom;
}
.productoItem-navProd{
	display:inline-block;
	width:70px;
}
.productoItem-navProd a{
	background:#CDCDCD;
	display:inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	float: left;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.75rem;
}
.productoItem-navProd a:hover,
.productoItem-navProd a:active{
	background:#828282;
}
.productoItem-navProd a.inactive{
	background:#EFEFEF;
    cursor:default;
}
.productoItem-titulo{
	display:inline-block;
	width: calc(100% - 70px);
	float: left;
	font-size: 1.25rem;
	color:#666666;
	font-weight: bold;
}
.productoItem-main{
	min-height: 320px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
}
.productoItem-button{
	width:50%;
	margin:0;
	border: 2px solid #fff;
	float:left;
}
.productoItem-button.addCart{
	background:#333333;
	color: #fff;
}
.productoItem-button:hover,
.productoItem-button:active{
	background: #000;
}
.productoItem-detalle{
    float: left;
    display: block;
    width: 100%;
    padding-top: .5rem;
    border-top: 1px solid #EEE;
}
.productoItem-fieldset{
	margin-bottom:1rem;
}
.productoItem-fieldset *{
	vertical-align:top;
	color: #666666;
}
.productoItem-fieldset h2{
	font-size: 0.95rem;
	font-weight: bold;
}
.productoItem-fieldset ul{
	list-style:none;
	font-size:0.8rem;
}
.productoItem-fieldset input[type=checkbox]{
	margin-top:0.25rem;
}
.productoItem-cantBox{
	width:140px;/*170px*/
	display:inline-block;
	float:right;
	text-align:right;
	font-size: 0.85rem;
}
.productoItem-cantBox input{
	max-width:70px;
	display:inline-block;
	font-size: 0.85rem;
    border-color: #CCC;
}
.productoItem-price{
	display:inline-block;
	padding:0.5rem 0.5rem 0 0;
}
.productoItem-detailBox{
	width:calc( 100% - 140px); /*170px*/
	display:inline-block;
	float:left;
}
.productoItem-label{
	width: calc(100% - 45px);
	margin-right:0;
}
.productoItem-prox{
	color: #0066CC;
    font-weight: bold;
}
.productoItem-nov{
	color: #FF0000;
    font-weight: bold;
}
.productoItem-sale{
	color: #FF9900;
    font-weight: bold;
}
.productoItem-fragil{
	color: #FF6600;
    font-weight: bold;
}
.productoItem-share{
	list-style:none;
	margin:0;
	float: right;
}
.productoItem-share li{
	display:inline-block;
	float:left;
}
.productoItem-imgContainer{
	border: 1px solid #eee;
	overflow:hidden;
}
.productoItem-carousel .orbit-container{
	height: auto !important;
}
.zoomContainer{
	overflow:hidden;
}
#imagelightbox{
    position: fixed;
    z-index: 9999; 
    -ms-touch-action: none;
    touch-action: none;
}
.tabs.productoItem-tabs{
	border:none;
}
.tabs.productoItem-tabs li{
	width:50%;
}
.tabs.productoItem-tabs .tabs-title>a{
	border-bottom: 3px solid #ccc;
	color: #000;
	font-size:0.875rem;
}
.tabs.productoItem-tabs .tabs-title>a:focus,
.tabs.productoItem-tabs .tabs-title>a:hover,
.tabs.productoItem-tabs .tabs-title>a[aria-selected=true] {
    background: #fff;
	border-bottom: 3px solid #000;
}
.tabs-content{
	border: none;
}
.orbit-next, .orbit-previous{
	color: #0a0a0a;
}
.orbit-next:hover,
.orbit-next:active,
.orbit-previous:hover,
.orbit-previous:active{
	color: #fff;
}
.jq-btnProd{
	position:relative;
}
.jq-btnProd .productoItem-carousel{
	position:absolute;
	top:0;
	left: 0;
	background:#fff;
}
.jq-btnProd .productoItem-carousel a{
	border:none !important;
}
.jq-btnProd .slideLoading{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(255,255,255,0.75) url(../images/loading.GIF) no-repeat center center;
	z-index:999;
	display:none;
}
/* CART */
.headerCart-container{
	background:#F9F9F9;
	margin-bottom:1rem;
	margin-top: -1rem;
	box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.1);
	padding: 0.875rem 1rem;
	text-align:right;
}
.headerCart-button{
	color: #CCCCCC;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	margin: 0  0 0 0.5rem;
}
.headerCart-button:hover,
.headerCart-button:active{
	color: #000;
}
.headerCart-button .fa{
	font-size: 1.5rem;
	position:relative;
	margin: 0 0.5rem;
}
.headerCart-cant{
	position:absolute;
	top:-10px;
	left:75%;
	font-size: 0.7rem;
	display:inline-block;
	background: #fff;
	padding: 0.25rem;
	border-radius: 500rem;
	border: 1px solid  #CCCCCC;
	font-weight: bold;
	min-height:24px;
	line-height:14px;
	box-sizing:border-box;
}
.cart-header-titulo{
	border-bottom:1px solid #999999;
	font-size: 0.95rem;
	font-weight:bold;
	padding-bottom: 0.5rem;
	margin-bottom:1rem;
}
.cart-generalActions{
	float:right;
	width:70px;
	padding: 0 0 0 1rem;
	text-align:right;
	font-size: 1.25rem;
	color: #000;
}
.cart-generalActions a{
	color: #000;
}
.cart-generalActions a:hover,
.cart-generalActions a:active{
	opacity: 0.5;
}
.cart-table-header{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 0.5rem;
	text-transform:uppercase;
	font-weight:bold;
	color: #ccc;
}	
.cart-table-row .cart-table-cell:not(.noPTB){
	padding-top: 0.35rem;
	padding-bottom: 0.55rem;
}
.cart-table-cell01,
.cart-table-cell02,
.cart-table-cell03{
	display:inline-block;
	overflow:hidden;
	width:80px;
	font-size: 0.875rem;
	padding: 0 0.5rem ;
}
.cart-table-cell01.delete{
	text-align:right;
	width:75px;
}
.cart-table-cell02{
	width:calc(100% - 500px);
}
.cart-table-cell03{
	width:calc(100% - 630px);
}
.cart-table-row{
	border-bottom: 1px solid #CCCCCC;
	padding: 1rem 0;
	color:#666666;
}
.cart-table-row.nodisponible{
	color:#CCCCCC;
}
.cart-table-row span{
	vertical-align:middle !important
}
.cart-table-inputCant{
	margin:0;
	font-size: 0.875rem;
    border-color: #CCC;
}
.cart-table-buttonDelete{
	color: #CC0000;
  cursor: pointer;
}
.cart-totalPrice{
	text-align:right;
	padding: 1rem 2rem !important;
	border-bottom-width: 4px;
	color: #000;
}
.cart-table .productoItem-button:first-of-type{
	border-left: none;
}
.cart-table .productoItem-button:last-of-type{
	border-right: none;
}
.cart-table .productoItem-button.verPedido{
	border: 1px solid #ccc;
	background: #fff;
	display:block;
	width:100%;
	color: #999999;
}
.cart-advice{
	display:block;
	text-align:center;
	color: #FF6600;
	font-weight:bold;
	margin: 2rem 0;
	padding: 1rem;
	font-size: 0.95rem;
	float:left;
	width:100%;
}
.cart-advice .sub{
	font-weight: normal;
	color: #666666;
}
.cart-table-nopedido{
	text-align:center;
}
.cart-table-nopedido span{
	padding:2rem;
	border: 1px solid #eee;
	display:block;
	font-size: 0.875rem;
}
.cart-table-promo{
    background: #F7F7F7;
}
/* FORMS */
.formGeneral-ccha{
	display:none;
}
.inputWrapper select{
	/*margin:0;*/
}
.mayoristaForm00{
	display:none;
}
.minoristaForm02-calcular{
	border: 1px solid #eee;
	overflow:hidden;
	padding: 1rem;
}
.minoristaForm02-calcular .button{
	margin:0;
	background: #ff6600;
	color: #fff;
}
.minoristaForm02-calcular-costo{
	float:right;
	font-weight:bold;
	color: #ff6600;
	font-size: 1.25rem;
}
.minoristaForm02-submit{
	display:none;
}
.minoristaForm02-submit.show{
	display:inline-block;
}
.minoristaForm02-more{
	display:none;
}
.minoristaForm02-more.show{
	display:block;
}
.minoristaForm02-form, .minoristaForm03-form{
	display:none;
}

.minoristaForm02-form.show, .minoristaForm03-form.show{
	display:block;
}
.minoristaForm03-transferencia-data{
	font-size: 0.875rem;
}
.minoristaForm03-submit{
	display:none;
}
.minoristaForm03-submit.show{
	display:inline-block;
}
.minoristaForm04-submit{
	display:none;
}
.minoristaForm04-submit.show{
	display:inline-block;
}
/* PDF */
.catalogoPdf .button{
	position:relative;
	padding-left:3.4375rem;
	background:#666666;
	border:none;
	color:#fff;
}
.catalogoPdf .button:hover,
.catalogoPdf .button:active{
	background:#000;
}
.catalogoPdf .button .fa{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width:40px;
	line-height:40px;
	text-align:center;
	display:block;
	color:#fff;
	background:#EA4C3A;
}
/* PEDIDO EXPRESS */
.expressPedidoForm-titulo{
	color: #333333;
	font-weight:600;
	display: block;
	width: 100%;
	background:#EFEFEF;
	padding: 0.5rem 1rem;
	font-size:0.95rem;
}
.expressPedidoForm .productoItem-img{
	float:left;
}
.expressPedidoForm .productoItem-detailBox {
    width: calc( 100% - 370px);
	padding-left: 1rem;
}
.productoItem-cantBox{
	/*width: 170px*/
}
.productoItem-action{
	width:auto;
	min-width:115px;
	float:right;
	display:inline-block;
	text-align:right;
}
.productoItem-action .button{
	margin:0;
	background:#fff;
	color: #999999;
	text-align:left;
	float:left;
}
.productoItem-action .button.inactive{
	cursor:default;
	color:#ccc !important;
	opacity: 0.5;
}
.productoItem-action .button.update i:before{
	content: "\f021";
}
.productoItem-action .button.add i:before{
	content: "\f055";
}
.productoItem-action .button:hover,
.productoItem-action .button:active{
	color:#000;
}
.expressPedidoForm .productoItem-fieldset{
	border-bottom: 1px solid #ccc;
}
/* DEVOLUCIONES */
.devolucionesForm-fieldset hr{
	margin: 1rem;
	border-bottom: 1px dotted #ccc;
}
/* TRACKING */
.trackingForm-submit{
	margin-top: 1.3rem;
}
/* LOCALES */
.locales-item{
	position:relative;
}
.locales-link{
	position:absolute;
	left:1rem;
	bottom:1rem;
	color: #333333;
	font-size: 0.75rem;
}
/* FAQ */
.faq-item ol, .faq-item ul{
    font-size: 0.9rem;
    margin-left: 20px;
    margin-right: 20px;
}
/* DIRECCIONES */
.direcciones-item{
    min-height: 170px;
}
/* CONTACTO */
.contacto-selectTipo{
	max-width: 480px;
	float: none;
	margin: 0 1rem;
}
hr.fixed{
	margin-left:1rem;
	margin-right:1rem;
}
hr.dotted{
	border-style:dotted;
}
.contactoHide{
	display:none;
}
.contactoHide.active{
	display:inline-block;
}
.contacto02-tipoantig{
	display:none;
}
.contacto02-tipoantig.active{
	display:inline-block;
}
.tipoEmpCant{
	width:50px;
	display:inline-block;
}
.tipoEmpCant-container{
	font-size: 0.75rem;
}
.file-upload-wrapper {
    position: relative; 
    margin-bottom: 5px;
}
.file-upload-input {
    width: 70% !important;
    color: #CCCCCC;
	border: 1px solid #EEEEEE;
    font-size: 16px;
    padding: 11px 17px; 
    background-color: #fff; 
    transition: all 0.2s ease-in; 
    float: left; /* IE 9 Fix */
}
.file-upload-input:hover,
.file-upload-input:active,
.file-upload-input:focus {
        outline: none; 
}
.file-upload-button {
    cursor: pointer; 
    display: inline-block; 
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px; 
    border: none;
    margin-left: -1px;  
    float: left; /* IE 9 Fix */
    transition: all 0.2s ease-in;
    width: 30% !important;
    height: 39px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.2);
}
.file-upload-button:hover,
.file-upload-button:active{
    background: rgba(0,0,0,0.6);  
}
/* LIGHT SLIDER */
.lightSlider > li{
	margin:0;
}
.lSAction>a {
    width: 34px;
    height: 34px;
	margin-top: -17px;
	background:rgba(0,0,0,0.4);
    background-image: none !important;
}
.lSAction>.lSPrev{
	left:0 !important;
}
.lSAction>.lSNext {
    right: 0 !important;
}
.lSAction>.lSNext::before{
	content: '›';
	display:block;
	color: #fff;
	text-align:center;
	line-height:28px;
	vertical-align:middle;
	font-size:2rem;
	font-weight:300;
}
.lSAction>.lSPrev::before{
	content: '‹';
	display:block;
	color: #fff;
	text-align:center;
	line-height:28px;
	vertical-align:middle;
	font-size:2rem;
	font-weight:300;
}
.lSSlideOuter .lSPager.lSpg>li a{
	background:#DDDDDD;
	border:2px solid #DDDDDD;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a{
	background:#fff;
	border:2px solid #DDDDDD;
}
.imgLightbox{
	display:inline-block;
}
/* BOTON UP */
.btn-up{
	display:block;
	padding:1rem;
	position:fixed;
	right:1rem;
	bottom:1rem;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	padding:0;
	vertical-align:middle;
	color:#CDCDCD !important;
	background:#fff;
	border-radius: 500rem;
	display:none;
	z-index:991;
	/*text-shadow: 0px 0px 2px #fff;*/
}
.btn-up i{
	font-size: 35px;
	line-height:40px;
}
.btn-up:hover,
.btn-up:active{
	color: #333333 !important;
}
.btn-up.show{
	display: block;
}
/* PD */
.pd{
	text-align:center;
}
.pd a{
	text-align:center;
	color: #fff;
	font-size: 12px;
}
.pd img{
	width:25px;
	height:auto;
}
/* HOME 2018 */
.home-follow{
	list-style:none;
	margin:0;
	text-align:center;
}
.home-follow li{
	display:inline-block;
	float:left;
}
.lightSlider02-item > .column{
	padding:6px;
}
.lightSlider02-item > .column a{
	padding:0;
	display:block;
	text-align:center;
}
.lightSlider02-item > .column a img{
	width:100%;
}
/*.lightSlider02 > li{
	text-align:center;
	padding:8px;
}
.lightSlider02 > li a{
	display:inline-block;
	padding:8px;	
	max-width:320px;
	width:100%;
}
.lightSlider02 > li a:hover,
.lightSlider02 > li a:active{
	box-shadow: 0 0 5px #EEEEEE;
}
.lightSlider02 > li a div{
	border:1px solid #EEEEEE;
	display:inline-block;
	width:100%;
}
.lightSlider02 > li img{
	width:100%;
	height:auto;
}
.lightSlider02-container{
	position:relative;
}
.lightSlider02-float{
	position: absolute;
    z-index: 9;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 33.33%;
    text-align: center;
    padding: 2px 8px 8px 8px;
    background: #fff;
	border:1px solid #EEEEEE;
	max-width:313px;
}*/
/* HOME BLOCKS */
.home-locales{
	border: 1px dotted #EEEEEE;
	display:inline-block;
	width:100%;
	border-radius: 6px;
	color: #444444;
	padding: 30px 30px 30px 100px;
	background:url(../images/ico-home-locales.gif) no-repeat 16px center;
	margin-bottom:2rem;
}
.home-cuentas{
	border: 1px dotted #EEEEEE;
	display:inline-block;
	width:100%;
	border-radius: 6px;
	color: #444444;
	padding: 30px 30px 30px 100px;
	background:url(../images/ico-home-cuenta.gif)   no-repeat 16px center;
	margin-bottom:2rem;
}
/* BLOCK FACEBOOK */

.blockFace,
.blockFace-imagenes{
	padding:1.5rem 0 0 0;
	text-align:center;
}
.blockFace{
	padding-left: 10px;
}
.blockFace-btn{
	display:inline-block;
	color:#fff;
	background:#5F5F6B;
	font-size:0.875rem;
}
.blockFace-btn:hover,
.blockFace-btn:active{
	background:#8F8F98;
	border-color:#8F8F98;
	color: #fff;
}
.blockFace-imagenes{
	display:block;
}
/* ---- footer --- */
.footer-follow a{
	color:#fff;
	border-color: #fff;
	font-size:22px;
	display:inline-block;
	padding: 10px;
}
.footer-follow a:hover,
.footer-follow a:active{
	border-color: #fff;	
}
/* ---- grid ---- */

.grid {
  max-width: 1200px;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
  width: 20%;
    border: 2px solid #fff;
}
.grid-item--width2 { width:  40%; }
@media screen and (min-width: 640px) {
	/* HEADER */
	.siteNav{
		display:inline-block !important;
	}
	.siteNav > ul > li:first-child{
		border-left: none;
	}
	/* PRODUCTOS */
	.navProductos-productos{
		display:block !important;
	}
}
@media screen and (min-width: 40em) {
	.text-medium-2col{
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		-webkit-column-rule: 1px solid rgba(255,255,255,0.36);
	}
	.text-medium-2col li {
		margin: 0;
		-webkit-column-break-inside: avoid; /* Chrome, Safari */
		page-break-inside: avoid;           /* Theoretically FF 20+ */
		break-inside: avoid-column;         /* IE 11 */
		display:table;                      /* Actually FF 20+ */
	}
}
@media screen and (max-width: 1024px) {
	.medium-fl{
		float:left;
	}
	.medium-fr{
		float:right;
	}
}
@media screen and (max-width: 1100px) {
	/* HEADER */
	.siteHeader-search-form{
		float: right;
		width:calc(100% - 305px);
		max-width: 250px;
		margin-left:0;
	}
	.siteHeaderFix .siteHeader-search-form{
		width:calc(100% - 375px);
	}
	.siteNav{
		width:100%;
		margin-top: 0.6rem;
	}
}
@media screen and (max-width: 960px) {
	/* cart-table */
	.cart-table-header{
		display:none;
	}
	.cart-table-row span{
		float: left; margin: 0.5rem 0 0 0;
	}
	.cart-table-cell02{
		width: calc(100% - 110px);
	}
	.cart-table-cell03{
		width: calc(100% - 30px);
	}
	.cart-table-cell01:not(.art){
		width: calc(33.33% - 10px);
		float:left;
	}
	.cart-table-cell01.delete{
		width: 30px;
	}
	.cart-table-cell01::before,
	.cart-table-cell02::before,
  .cart-table-cell03::before,
	.cart-table-cell::before{
		content: attr(data-referencia);
		display:block;
		font-size: 0.7rem;
		color:#ccc;
		text-transform:uppercase;
		font-weight:bold;
		padding: 0.25rem 0;
	}
}
@media screen and (max-width: 850px) {
	.catalogoPdf .button{
		width:50% !important;
		border:1px solid #fff !important;
	}
	/*PEDIDO EXPRESS*/
	.expressPedidoForm .productoItem-detailBox{
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 639px) {
	/* HEADER */
	.siteNav{
		display:none;
	}
	.siteNav > ul > li{
		width: 50%;
		border-bottom: 1px solid #EEEEEE;
		padding: 0.5rem;
	}
}
@media screen and (max-width: 480px) {
	/* HEADER */
	.siteHeader .logo{
		margin: 0 auto 1rem auto;
		display:block;
		float: none;
	}
	.siteHeader-search-form{
		width:calc(100% - 60px);
		max-width:none;
	}
	.siteHeaderFix .siteHeader-search-form{
		width:calc(100% - 140px);
		max-width:none;
	}
	.siteHeaderFix .usrAccess-btn{
		float:left;
	}
	.siteNav > ul > li{
		width: 100%;
	}
	.usrAccess-dropdown{
		position:relative;
		max-width:none;
		top:0;
		border-left:none;
		border-right:none;
		border-bottom:none;
	}
	.siteHeaderFix .usrAccess-dropdown{
		width: 100%;
		float: left;
		margin: 1rem 0 0 0;
	}
	/* CABECERAS */
	.breadcrumbs-cabecera{
		display:none;
	}
	/* PRODUCTO */
	.productoItem-detailBox{
		width: 100%;
	}
	.productoItem-cantBox{
		width: 100%;
	}
	.headerCart-label{
		display:none;
	}
	.headerCart-container{
		text-align:center;
	}
	.cart-generalActions{
		padding-top:1rem;
	}
	/* FORMS */
	.txtPasos{
		float:left;
		display:block;
		width:100%;
		text-align:left;
		padding:0;
	}
	/* PDF*/
	.catalogoPdf .button{
		width:100% !important;
		border:1px solid #fff !important;
	}
}
@media screen and (max-width: 380px) {
	.cart-table-cell01.art,
	.cart-table-cell01.ped,
	.cart-table-cell02,
  .cart-table-cell03{
		width:100%;
	}
	.cart-table-cell01.price,
	.cart-table-cell01.cant{
		width:50%;
	}
	.cart-table-cell01.total{
		width: calc(100% - 30px);
	}
	.cart-table .productoItem-button{
		width:100%;
		border-left: none;
		border-right:none;
		border-bottom: none;
	}
}


		/* IMAGE LIGHTBOX SELECTOR =============================================================================================================================================== */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}

#whatsAppFixed {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 10;
    transition: all 400ms;
}
	#whatsAppFixed img{
		width: 75px;
	}

#info-ca{
	background-color: #f6f6f6;
	padding: 25px 0;
}
	#info-ca .item{
		float: left;
		text-align: center;
		padding: 0 15px;
	}
		#info-ca .item .image{
			display: inline-block;
			width: 50px;
			height: 50px;
			padding: 5px;
			background-color: #999999;
			border-radius: 100%;
		}
		#info-ca .item .h3{
			display: inline-block;
		    width: 100%;
		    padding: 10px 0;
		    font-size: 18px;
		    color: #7b7b7b;
		    text-transform: uppercase;
		    border-bottom: 1px solid #999;
		    margin: 5px 0;
		}
		#info-ca .item p{
		    color: #7b7b7b;
			font-size: 14px;
			margin-bottom: 8px;
		}
			#info-ca .item p img.oca-footer{
				max-height: 15px;
			}

.siteFooter h3{
	font-size: 15px;
    font-weight: 600;
}
	.siteFooter span{
		border-bottom: 1px solid #7a7a7a;
	    display: inline-block;
	    width: 100%;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	.siteFooter span h3{
		margin-bottom: 0;
	}
	.siteFooter ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.siteFooter ul li{
			margin-bottom: 6px;
		}
			.siteFooter ul li a{
				font-size: 13px;
				color: #FFF;
			}
				.siteFooter ul li a i{
					margin-right: 10px;
				}
	.footer-follow a{
		width: 30px;
	    height: 30px;
	    padding: 2px;
	    background-color: #fff;
	    color: #999;
	    text-align: center;
	    border-radius: 100%;
	    line-height: 25px;
	    margin-right: 5px;
	}
		.footer-follow a.wap{
			background-color: transparent;
		    padding: 0;
		    width: 32px;
		    margin-top: -2px;
		}

@media screen and (max-width: 767px) {
	#info-ca .item .h3{
		font-size: 12px;
		min-height: 53px;
	}
	#info-ca .item p{
		font-size: 10px;
	}
	#sitePage > footer > div:nth-child(1) > div:nth-child(2){
		padding: 0 15px !important;
	}

	.siteHeaderFix .siteHeader-search-form{
		margin-right: 25px;
	}
	.siteHeader-mobileBtn{
		margin-right: 50px;
	}
	.mobileContainer{
		text-align: center;
    	display: inline-block;
	}
	#mayAccess-btn{
		float: none;
	    width: 60%;
	    font-size: 16px;
	    margin: 20px 0;
	}
	.siteHeaderFix .usrAccess-btn{
		float: none;
    	display: inline-block;
	}
}

.infoLocal{
	display: none;
}

.siteHeaderMay-login-mayorista-container{
	text-align: center;
}
	.siteHeaderMay-login-mayorista-container .usrAccess-dropdown{
		max-width: 500px;
		margin-bottom: 50px;
	}
	body#mayoristas #info-ca{
		display: none;
	}

.buttonShare{
	color: #ACAEBD;
    float: right;
    transform: scale(0.8);
    border: 1px solid #ACAEBD;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: -15px;
    transition: all 300ms;
}

	.buttonShare:hover{
		color: #FFF;
		background-color: #ACAEBD;
	}

	.productoItem-share{
		opacity: 0;
		transform: scale(0);
		transform-origin: left center;
		transition: all 600ms;
	}
	.productoItem-share.on{
		position: absolute;
	    right: 0;
	    background-color: #FFF;
	    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
	    padding: 0px 10px;
	    border-radius: 20px;
	    margin-right: -150px;

	    opacity: 1;
	    transform: scale(1);
	}

	.sharecontainer{
		position: relative;
	}

	@media screen and (max-width: 767px) {
		.productoItem-share.on{
			margin-right: 10px;
    		margin-top: 45px;
		}
	}