#cabecera_slide {
    position:relative;
    height:350px;
}

#cabecera_slide canvas {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    filter: alpha(Opacity=0);
}

#cabecera_slide canvas.active {
    z-index:10;
    opacity:1.0;
    filter: alpha(Opacity=100);
}

#cabecera_slide canvas.last-active {
    z-index:9;
}

div.art-logo-aux
{
  display: block;
  position: absolute;
  top: 20px;
}

.divVideo {
   display: inline-block;
   text-align: center;
   vertical-align: top;
   zoom: 1;
   position: relative;
   font-size: 1.2em;
   width: calc(33% - 20px);
   line-height: 135%;
   margin: 10px;
}

.art-sidebar1 {
   width: 250px !important;
}

.fc-header th, .fc-header td  {
   border: none !important;
}

ul.art-vmenu ul {
  /* display: block !important; */
}

ul.art-vmenu ul.active {
  /* display: block !important; */
}

.art-article img, img.art-article {
   border: none !important;
}

div.art-header-png {
   left: 0 !important;
}

.art-article {
   overflow: hidden;
}

.art-blockcontent-body {
   overflow: hidden;
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover {
   text-transform: none !important;
}

h2.art-logo-text, h2.art-logo-text a, h2.art-logo-text a:link, h2.art-logo-text a:visited, h2.art-logo-text a:hover {
   text-transform: none !important;
}

div.art-header-jpeg {
   left: 0%;
}

.test_idioma {
   background-color: pink !important;
   color: white;
   border: 1px solid gray;
   display: table-cell;
}

.test_idioma sub {
   font-size: 12px;
   color: #eaeaea;
}

  a.info{ position: relative;
    z-index: 24;
    text-decoration: none;
    }

  a.info:visited{ color: gray;
    text-decoration: none;
    }

  a.info:hover{
    z-index: 25;
    color: black;
    font-weight: 900;
    }

  a.info:active{ color: green;
    text-decoration: none;
    }

  a.info span{ display: none;
    }

  a.info:hover span{ 
    display: block;
    position: absolute;
    top: 5em;
    left: 1em;
    width: 150px;
    background-color: #EEEEEE;
    color: #000000;
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    padding: 5px;

    /* Mozilla propietary */
    -moz-border-radius: 12px;
    min-width: 200px;

    /* Transparency */ -moz-opacity:0.9; opacity:0.9;  filter:alpha(opacity=90);
    }
    
	.sombra {
	   -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	   box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
	   margin: 18px !important;
	}    

	.product_box {
	   /*float:left;*/
      /*height:440px;
	   width:calc(33% - 30px);*/
	   margin:6px;
	   border:1px solid lightgray;
	   padding:5px;

	   display: inline-block;
	   padding-bottom: 20px !important;

	   box-shadow: 0 0 10px transparent;

	   -webkit-border-radius:12px;
	   -moz-border-radius: 12px;
	   -ms-border-radius: 12px; // Internet Explorer 8
	}

	.category_box {
	   float:left;
	   height:auto;
	   width:29%;
	   margin:6px;
	   border:1px solid lightgray;
	   padding:5px;
	   -webkit-border-radius:12px;
	   -moz-border-radius: 12px;
	   -ms-border-radius: 12px; // Internet Explorer 8

	   box-shadow: 0 0 10px transparent;
	}

	.product_box:hover {
	   box-shadow: 0 0 10px #555;
	   -moz-box-shadow: 0 0 10px #555;
	   -webkit-box-shadow: 0 0 10px #555;
	   -o-box-shadow: 0 0 10px #555;
	   -o-ms-shadow: 0 0 10px #555;
	   border: 1px solid #0066CC;
	}

	.product_img {
	   border-radius: 5px;
	}

	.name {
	   font-weight: bold;
	}

	.shadowrotate {
		display: block;
		width: 71%;
		top: 80%;
		background: #777;
		-webkit-box-shadow: 0 15px 10px #777;
		-moz-box-shadow: 0 15px 10px #777;
		box-shadow: 0 15px 10px #777;
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

.socialIcon {
	max-width:64px;
}

.miSocial {
 	text-align: center;
}

.precio_oferta {
	position: absolute;
	z-index: 5;
	margin-top: -17px;
	margin-left: -44px;
	width: 167px;
	height: 55px;
	padding-top: 36px;
	text-align: center;
	font-size: 17px;
	color: white;
	overflow: hidden;
	font-weight: bold;
	font-family: verdana;
	padding-left: 0px;
	background: url("images/offer.png") no-repeat;
	background-position-x: 29px;
	background-position-y: -3px;
}

.eventoImagen {
	width: 50%;
	float: left;
	margin: 2px 5px 3px 7px !important;
}

.eventoImagen.noImage {
	border: 2px solid gray !important;
	padding: 5px;
	width: 140px;
	height: 140px;
	opacity: 0.3;
}

.eventoTitulo {
    text-align: left !important;
    margin-top: 0px !important;
}

.overlayimg {
	overflow:hidden;
}

.overlayimg img {
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition:transform .3s ease-out
}

.overlayimg:hover img {
	-webkit-transform:scale(1.2) rotate(-5deg);
	-moz-transform:scale(1.2) rotate(-5deg);
	-o-transform:scale(1.2) rotate(-5deg);
	-ms-transform:scale(1.2) rotate(-5deg);
	transform:scale(1.2) rotate(-5deg);
	opacity:0.7
}

.listProductTitle {
}

.listProductTitle a {
   font-size: 17px !important;
}

.listProductPrice {
   color:red;
   font-size:20px;
   font-weight:bold;
}

#jpMute {
   cursor:pointer;
   position:fixed;
   top:5px;
   right:5px;
   z-index: 999999999;
}

.speech {
   position: absolute;
   width: 100px;
   height: 100px;
   text-align: center;
   line-height: 100px;
   background-color: #fff;
   border: 8px solid #666;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: 2px 2px 4px #888;
   -moz-box-shadow: 2px 2px 4px #888;
   box-shadow: 2px 2px 4px #888;
   font-size: 60px !important;
   color: red;
   zoom: 0.3;
   -ms-zoom: 0.3;
   -webkit-zoom: 0.3;
   -moz-transform:  scale(0.3,0.3);
   -moz-transform-origin: left center;
   
   font-weight: bold;
	float: right;
	margin-top: -110px;
	text-shadow: none;
	right: 0px;
}

.speech:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: 100px;
	border: 25px solid;
	border-color: #666 transparent transparent #666;
}

.speech:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
	top: 100px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}

.ProdDiv {/** image container **/
   position:absolute;
   width: 250px; /**some width in pixels, ems or %**/
   margin: 0.5em;
   padding: 0.5em;
   text-align: center;
   margin-top: 50px;
}

.Sold {/** text **/
   font:bold 2.0em/1.5em Georgia, "Times New Roman", Times, serif;
   color: red;
   background: black;
   text-align:center;
   position: absolute;
   /**adjust as needed**/ 
   top: 20%; 
   left: 5%;
   /**note: CSS3 TRANSFORM: ROTATE DOESN'T WORK IN ALL BROWSERS YET**/ 
   -webkit-transform: rotate(-20deg); /**safari, chrome**/
   -moz-transform: rotate(-20deg); /**firefox**/
   transform: rotate(-20deg); /**other browsers**/
   padding: 0px 13px;
}

.subTitleMenu {
    line-height: 6px;
    margin-top: -10px;
    font-size: 13px;
    color: black;
    display: block;
}

#pjWrapperShoppingCart_theme2 {
    border-radius: 10px;
    padding-top: 6px;
}

.input-group-btn:first-child>.btn, [id^=pjWrapper] .input-group-btn:first-child>.btn-group {
    height: 34px !important;
}
.input-group-btn:last-child>.btn, [id^=pjWrapper] .input-group-btn:last-child>.btn-group {
    height: 34px !important;
}

.scContainer .container {
   width: 100% !important;
}

#div_newsletter img {
    border: none;
}

.btnNewsletter {
   cursor: pointer;
}

img.desaturate {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}

img.gray {
	filter: grayscale(100%) opacity(0.2);
   -webkit-filter: grayscale(100%) opacity(0.2);
}

#formNewsletter ul li {
    /* background: url(http://www.ruralgia.com/images/icons/ok.png) no-repeat 10px 4px; */
    padding-left: 35px !important;
    margin-left: -25px !important;
    /* height: 20px !important; */
    font-size: 14px !important;
}

.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
	padding:10px 36px;
	margin:40px 10px;
	z-index: 99999;
	position: absolute;
}
.alert-box span {
	font-weight:bold;
}
.errorbox {
	background:#ffecec url('https://www.factinet.com/includes/css/images/error.png') no-repeat top 10px left 10px;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('https://www.factinet.com/includes/css/images/success.png') no-repeat top 10px left 10px;
	border:1px solid #a6ca8a;
}
.tools {
	background:#fff6c3 url('https://www.factinet.com/includes/css/images/tools.png') no-repeat top 10px left 10px;
	border:1px solid #fe8;
}
.block {
	background:#fff6c3 url('https://www.factinet.com/includes/css/images/lock.png') no-repeat top 10px left 10px;
	border:1px solid #fe8;
}
.warning {
	background:#fff8c4 url('https://www.factinet.com/includes/css/images/warning.png') no-repeat top 10px left 10px;
	border:1px solid #f2c779;
}
.notice, .info {
	background:#e3f7fc url('https://www.factinet.com/includes/css/images/notice.png') no-repeat top 10px left 10px;
	border:1px solid #8ed9f6;
}

.listProductTitle {
    margin: 0px 0 0 0;
    height: 50px;
}

.zoom img {
   -webkit-transition: all .5s ease; /* Safari and Chrome */
   -moz-transition: all .5s ease; /* Firefox */
   -o-transition: all .5s ease; /* IE 9 */
   -ms-transition: all .5s ease; /* Opera */
   transition: all .5s ease;
   animation-fill-mode: initial !important;
}
.zoom:hover img {
   -webkit-transform:scale(1.1); /* Safari and Chrome */
   -moz-transform:scale(1.1); /* Firefox */
   -ms-transform:scale(1.1); /* IE 9 */
   -o-transform:scale(1.1); /* Opera */
   transform:scale(1.1);
}

.uparrow {
    background: url('images/uparrow.png');
    cursor: pointer;
    width: 38px;
    height: 37px;
    position: fixed;
    bottom: 45px;
    right: 20px;
    display: none;
    border-radius: 5px;
    opacity: 0.8;
    z-index: 99999999;
}

a#printMapaButton {
    display: none;
}

.listNinguno ul {
   list-style: none;
   padding: 0;
}
.listNinguno li {
   padding-left: 1.3em;
}
.listNinguno li:before {
   content: "\f00c" !important;
   font-family: FontAwesome;
   margin-top: 4px;
   padding: 8px;
   background-color: #f6f6f6;
   border-color: transparent;
   color: #eb005d;
   font-size: 18px !important;
   line-height: 35px !important;
   height: 36px;
   width: 36px;
   text-align: center;
   border-radius: 2em;
   -webkit-border-radius: 2em;
   -moz-border-radius: 2em;
   -o-border-radius: 2em;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

form#loginform input[type="text"], form#loginform input[type="password"], form#loginform input[type="email"], form#loginform input[type="url"] {
   padding: 7px;
}

   div.blueTable {
     border: 1px solid #1C6EA4;
     background-color: #EEEEEE;
     width: calc(100% - 2px);
     text-align: left;
   }
   .divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
     padding: 3px 2px;
   }
   .divTable.blueTable .divTableHeading {
     background: #207DBA;
     border-bottom: 2px solid #444444;
   }
   .divTable.blueTable .divTableHeading .divTableHead {
     font-size: 15px;
     font-weight: bold;
     color: #FFFFFF;
   }
   .divTable.blueTable .divTableHeading .divTableHead:first-child {
     border-left: none;
   }
   
   .blueTable .tableFootStyle {
     font-size: 14px;
   }
   .blueTable .tableFootStyle .links {
   	 text-align: right;
   }
   .blueTable .tableFootStyle .links a{
     display: inline-block;
     background: #1C6EA4;
     color: #FFFFFF;
     padding: 2px 8px;
     border-radius: 5px;
   }
   .blueTable.outerTableFooter {
     border-top: none;
   }
   .blueTable.outerTableFooter .tableFootStyle {
     padding: 3px 5px; 
   }
   /* DivTable.com */
   .divTable{ display: table; }
   .divTableRow { display: table-row; }
   .divTableHeading { display: table-header-group;}
   .divTableCell, .divTableHead { display: table-cell;vertical-align:top;}
   .divTableHeading { display: table-header-group;}
   .divTableFoot { display: table-footer-group;}
   .divTableBody { display: table-row-group;}

@media all and (min-width: 850px) {
   ::-webkit-scrollbar {
       width: 8px
   }
   
   ::-webkit-scrollbar-button {
       width: 8px;
       height: 5px
   }
   
   ::-webkit-scrollbar-track {
       /* background:#eee; */
       /* border:thin solid lightgray; */
       /* box-shadow:0 0 3px #dfdfdf inset; */
       /* border-radius:10px; */
   }
   
   ::-webkit-scrollbar-thumb {
       background: #999;
       border: thin solid gray;
       border-radius: 10px;
   }
   
   ::-webkit-scrollbar-thumb:hover {
       background: #7d7d7d
   }
}

@media all and (max-width: 650px) {
   img.imgProducto {
    width: 100% !important;
	} 
   .productos_titulo {
      clear:both;
   }
   img.eventoImagen {
       width: 100%;
   }
	
   /** {
      max-width: 100%;
   }*/
   .bread {
      height: 40px;
   }
   .breadcrumbs {
       zoom: 0.9;
   }
   .blockUI.blockMsg {
       width: 80% !important;
       left: 10% !important;
   }
   
   .blockUI.blockMsg h1 {
      font-size: 22px !important;
      margin-top: 20px !important;
   }
   
   .blockUI.blockMsg img {
       width: 100px;
       height: auto !important;
   }
}
@media only screen and (max-width: 550px) {
   .resultadosFilter {
      font-size: 12px !important;
      height: 54px !important;
   }
   .contentCat {
      padding: 0px !important;
   }
}
@media only screen and (max-width: 350px) {
   .product_box a.art-button {
      font-size: 10px;
      padding-left: 8px;
      padding-right: 8px;
   }
}

.txtAtributos {
   margin:0 0 0 20px;
   font-size:0.8em;
   color:gray;
}

.desktop .imgLeyenda[style*="float:left"],
.desktop .postBlog .art-blockcontent img[style*="float:left"],
.desktop .divBlogPost .art-postcontent img[style*="float:left"],
.desktop .divItemPost .art-postcontent img[style*="float:left"],
.desktop .art-article .art-postcontent img[style*="float:left"],
.desktop .fullBlog img,
.desktop .imgLeyenda,
.desktop figure.captionjs[style*="float: left"] {
  margin: 10px 25px 20px 0px;
}

.desktop .imgLeyenda[style*="float:right"],
.desktop .postBlog .art-blockcontent img[style*="float:right"],
.desktop .divBlogPost .art-postcontent img[style*="float:right"],
.desktop .divItemPost .art-postcontent img[style*="float:right"],
.desktop .art-article .art-postcontent img[style*="float:right"],
.desktop .fullBlog img,
.desktop .imgLeyenda,
.desktop figure.captionjs[style*="float: right"] {
  margin: 10px 0px 20px 25px;
}

.desktop .imgLeyenda[style*="float: left"],
.desktop .postBlog .art-blockcontent img[style*="float: left"],
.desktop .divBlogPost .art-postcontent img[style*="float: left"],
.desktop .art-article .art-postcontent img[style*="float: left"],
.desktop .fullBlog img,
.desktop .imgLeyenda,
.desktop figure.captionjs[style*="float: left"] {
  margin: 10px 25px 20px 0px;
}

.desktop .imgLeyenda[style*="float: right"],
.desktop .postBlog .art-blockcontent img[style*="float: right"],
.desktop .divBlogPost .art-postcontent img[style*="float: right"],
.desktop .art-article .art-postcontent img[style*="float: right"],
.desktop .fullBlog img,
.desktop .imgLeyenda,
.desktop figure.captionjs[style*="float: right"] {
  margin: 10px 0px 20px 25px;
}

@media all and (min-width: 850px) {
   /*.imgLeyenda {
      margin: 20px 0 20px 0 !important;
   }*/
}

.cleared {
   clear: both;
}
.alignCenter {
   text-align: center;
}

.w100 {
   width: 100%;
}

.alignLeft {
   text-align:left;
}

.alignRight {
   text-align:right;
}

.contextMenu {
   cursor:context-menu;
}

.imgLeyenda {
   display: inline-block;
   margin: 0 0 30px 0;
   padding: 12px;
   background: white;
   border-radius: 3px;
   box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
   transition: all 220ms;
   text-align: center;
   color: #000;
}

.art-button-wrapper {
   cursor: pointer;
}

a.art-menu-btn {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.blogFecha {
   font-size:0.9em;
   display:inline;
}

.stitched {
   padding: 20px;
   margin: 10px;
   background: #ff0030;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
}

.info-pedido-principal {
   text-align: center;
   vertical-align: middle;
}

.info-pedido-estado {
   text-align: center;
}

.divTable .divTableCell {
   vertical-align: middle;
}

.divTableCell.carrito-producto-imagen {
   width: 100px;
   min-width: 100px;
}

.info-pedido-estado span {
   padding: 2px 6px;
   border-radius: 3px;
   color: white;
   font-weight: bold;
   font-size: 11px;
   white-space: nowrap;
   padding: 7px;
}
   
.info-pedido-estado .pendiente {
   background-color: #c0c0c0;
}

.info-pedido-estado .en-proceso {
   background-color: #d6d652;
}

.info-pedido-estado .enviado {
   background-color: green;
}

.info-pedido-estado .anulado {
   background-color: red;
}

.info-pedido-estado .pendiente-tpv {
   background-color: #c0c0c0;
}

.info-pedido-estado .pago-tarjeta-ok {
   background-color: green;
}

.info-pedido-estado .pago-paypal-ok {
   background-color: green;
}

#politica {
   height: 20px;
   margin: 2px 10px;
   width: 20px;
}

/* Para el megamenú */
.desktop ul.art-hmenu>li>ul>li {
    margin-top: 0;
    margin-bottom: 0
}

.desktop .art-hmenu>li>ul>li>a {
    font-weight: bold !important
}

.desktop .art-hmenu>li>ul>li {
    float: left
}

.desktop .art-hmenu>li>ul>li>ul {
   right: auto !important;
   padding: 0 !important;
   margin: 5px !important;
   margin-top: -5px !important;
   /*     
    position: relative;
    left: 0 !important;
    right: auto !important;
    padding: 0 !important;
    margin: 0 !important
   */
}

.desktop .art-hmenu>li:hover>ul>li>ul {
    visibility: visible
}

.desktop .art-hmenu>li>ul>li>ul:before {
    visibility: hidden
}

ul.art-hmenu-mega-menu ul ul {
    background-color: #eff2f5 !important;
    border: 1px solid gray;
}

.art-header1 {
   max-width: 100%;
}

.rgpd_1nivel {
   color: #000;
   font-size: 14px;
}

.txtShadowBlack {
   text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
}

.txtShadowWhite {
   text-shadow: -2px -2px 1px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff;
}

.relatedDiv h4.listProductTitle {
   height: 64px;
   overflow: hidden;
   margin-bottom: 2px;
}

#art-main {
   max-width: 100%;
}

label.error {
   display: none !important;
}
Xlabel.error {
    margin-top: -57px;
    position: absolute;
    right: 8px;
    color: red;
    font-size: 10px;
    display: contents;
    float: right;    
}
input.error, .checkmark.error, textarea.error {
   background-image: url(/includes/css/images/alert.png) !important;
   border: 1px dotted red !important;
   background-color: #ffe3ee !important;
   background-repeat: no-repeat !important;
   background-size: 23px 21px !important;
   background-position: top right !important;
}

/* Para IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .breadcrumbs .items .item {
      overflow: hidden;
   }
   .productDiv .categUL .product_box {
      width: calc(33% - 30px) !important;
      height: 280px !important;
   }
}

.visibleSubMenu {
   display: block !important;
}

body {
   -webkit-overflow-scrolling: touch;
}

::placeholder {
    color: #b7b7b7 !important;
}

:-ms-input-placeholder {
    color: #b7b7b7 !important;
}

::-ms-input-placeholder {
    color: #b7b7b7 !important;
}

.art-menu ul li {
   width: 100% !important;
}

.debug {
   display: inline-block;
   position: relative;
   font-size: 9px;
   padding: 3px;
   margin: 2px 0;
   padding:5px;
   border-radius:5px;
   background-color:yellow;
   color:black;
   font-family:verdana;
   font-weight:normal;
   /* position: absolute; */
   z-index: 99999999;
   border: 1px solid lightgrey;
}
.floatLeft {
   float: left;
}
.floatRight {
   float: right;
}


/* Customize the label (the chkContainer) */
.chkContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: var(--main-color-50);
}

/* On mouse-over, add a grey background color */
.chkContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkContainer input:checked ~ .checkmark {
  background-color: var(--main-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Customize the label (the radioContainer) */
.radioContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
}

/* Create a custom radio button */
.radioContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
  background-color: var(--main-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.art-blockheader .t, .art-blockheader .t a, .art-blockheader .t a:link, .art-blockheader .t a:visited, .art-blockheader .t a:hover {
   white-space: normal;
}

div#postNormas, div#postAviso {
   padding: 20px;
}

.responsive .art-postcontent table {
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    width: fit-content;
    max-width: 100%;
}



.stamp {
  transform: rotate(12deg);
	color: #555;
	font-size: 3rem;
	font-weight: 700;
	border: 0.25rem solid #555;
	display: inline-block;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
	border-radius: 1rem;
	font-family: 'Courier';
	-webkit-mask-image:  url('https://www.bioterapiasmadrid.com/images/grunge.png?v=1');
  -webkit-mask-size: 944px 604px;
  mix-blend-mode: multiply;
}

.is-nope {
  color: #D23;
  border: 0.5rem double #D23;
  transform: rotate(3deg);
	-webkit-mask-position: 2rem 3rem;
  font-size: 2rem;  
}

.is-approved {
	color: #0A9928;
	border: 0.5rem solid #0A9928;
	-webkit-mask-position: 13rem 6rem;
	transform: rotate(-14deg);
  border-radius: 0;
} 

.is-draft {
	color: #C4C4C4;
	border: 1rem double #C4C4C4;
	transform: rotate(-5deg);
  font-size: 6rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  border-radius: 0;
  padding: 0.5rem;
} 

/* Label products */
	
.content-box {
	width: 410px;
	height: 235px;
	margin: 0 auto;
	position: relative; /* So we can position the banner within the box */
	background: gray;
	border: 5px solid white;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
}

/* Listado de categorías tipo listado */
.desktop .product_box_listado .product_box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding-bottom: 5px !important;
}

.desktop .product_box_listado .product_box img {
    width: auto !important;
    height: 100%;
    margin-bottom: 0px;
}

.desktop .product_box_listado .product_box .cleared {
    float: left;
}   

.desktop .product_box_listado .divProductPrice {
   text-align:left;
}

.desktop .product_box_listado .btnVerMas {
 	text-align: right !important;
   margin-top: 8px !important;
}

.desktop .product_box_listado .infoDatos {
   font-size: 18px;
}
.desktop .product_box_listado .infoDatosCol {
   width: 25%;
   float: left;
}
/* Listado de categorías tipo listado */

.divTableCell .divDescuento3x2 {
    margin-top: 10px;
}

#miniCartDiv .divDescuentoCupones span,
#miniCartDiv .divDescuento3x2 span,
.divTableCell .divDescuentoCupones span,
.divTableCell .divDescuento3x2 span {
    padding-left: 20px;
    font-size: 14px;
    color: #c0c0c0;
}

#miniCartDiv .carrito-linea-precios.carrito-total {
    clear: both;
    margin-top: 28px;
}

span.debug.pre_content, span.debug.post_content {
    display: none;
}

.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip; rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0px; 
} 

img.notResize {
	width: initial !important;
}