/* VD25 */
html {
    font-family: Roboto, sans-serif;
    text-size-adjust: 100%;
    overflow-x: clip;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Roboto, sans-serif;
    background: #fff;
    color: #333;
    overflow-x: clip;
    font-size: 14px;
}
.dropdown-menu.show {
    display: block;
}

p {
    margin: 0 0 10px;
}


/* Embla slider */
.embla {
    overflow: hidden;
    width: 100%;
}

.embla__viewport {
    overflow: hidden;
    width: 100%;
}

.embla__container {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
    column-gap: 1.35rem;
}
/* FLEX: 0 0 20% -> 4 resultados */
.embla-slide {
    position: relative;
    flex: 0 0 11rem; /* 2 Moviles -100 / 5 = 20% */
    padding: 0.5rem 1rem;
    min-width: 0;
    box-sizing: border-box;
    text-align: right;
}
@media (min-width: 640px) {
    .embla-slide {
	flex: 0 0 33.3333%;
    }
}
@media (min-width: 1024px) {
    .embla-slide {
	flex: 0 0 12.5rem;
    }
}
.embla-product h3, .embla-product h3 a {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3 { margin: 20px 0 10px; }
h4, h5, h6 { margin: 10px 0 10px; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.67em; }
small,
.small { font-size: 85%;
}
ul,
ol { margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol { margin-bottom: 0;
}
.list-unstyled { padding-left: 0;
  list-style: none;
}
.list-inline { padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li { display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl { margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd { line-height: 1.42857143;
}
/* dt { font-weight: bold; } */
dd { margin-left: 0;
}
blockquote { padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child { margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small { display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before { content: '\2014 \00A0'; }
code,
kbd,
pre,
samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code { padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd { padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

/* .container max-width moved to tailwind.config.js */

a {
    color: #252525;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #252525;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.img-thumbnail { display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
hr { margin: 20px 0 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.search-only { position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


caption { padding: 8px 0 8px;
  color: #777;
  text-align: left;
}
th { text-align: left;
}
fieldset { min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /*    font-weight: bold; */
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 2px 4px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="file"] { display: block; }
input[type="range"] { display: block; width: 100%; }
select[multiple],
select[size] { height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output { display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.post p a { color: chocolate;
}
.post li { list-style-image: url("https://media.djmania.net/web/orange-check.png");
list-style-position: inside;
}

/* SLIPER & CARPER */
  .carper-scrollbar { position:relative;
  margin-top:20px;
  }
  .embla-product { display:block;
  }
  .embla-product-imgc { background:#f2f2f2;
  }
  .embla-product img { width:initial;
  mix-blend-mode: multiply;
  }
  .embla-brand { width: 100%;
  max-width:100px;
  margin: 0 auto;
  }
  .embla-price { font-size: 21px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -2px;
	color: #d60839;
  }

.arrival {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1.6px;
  font-weight: 700;
  text-align: center;
}
.arrival-featured,
.arrival-new {
  background-repeat: repeat-x;
  background-position: 0 38px;
  background-size: 2px 8px;
}
.arrival-featured { background-image: linear-gradient(0deg, #ff6100 100%, #ff6100 100%); }
.arrival-new    { background-image: linear-gradient(0deg, #00baf3 100%, #00baf3 100%); }

/* breadcrumb new 045 */
.bread-crumb { 
  list-style: none; 
  overflow: auto; 
  font: 18px Helvetica, Arial, Sans-Serif;
  padding: 0;
  margin-top:12px;
  white-space:nowrap;
  display:flex;
  overflow-y:hidden;
  border-radius: 8px;
}
.bread-crumb li { 
  float: left; 
}
.bread-crumb li a {
  color: #1c1c1c;
  text-decoration: none; 
  padding: 10px 0 10px 48px;
  background: #f2f2f2;
  position: relative; 
  display: block;
  float: left;
  font-size:12px;
}
.bread-crumb li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           
  border-bottom: 50px solid transparent;
  border-left: 30px solid #f2f2f2;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.bread-crumb li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 3px;
  left: 100%;
  z-index: 1; 
}
.bread-crumb li:first-child a {
  padding-left: 18px;
}
.bread-crumb li:nth-child(2) a       { background:        #f2f2f2; }
.bread-crumb li:nth-child(2) a:after { border-left-color: #f2f2f2; }
.bread-crumb li:nth-child(3) a       { background:        #f2f2f2; }
.bread-crumb li:nth-child(3) a:after { border-left-color: #f2f2f2; }
.bread-crumb li:nth-child(4) a       { background:        #f2f2f2; }
.bread-crumb li:nth-child(4) a:after { border-left-color: #f2f2f2; }
.bread-crumb li:nth-child(5) a       { background:        #f2f2f2; }
.bread-crumb li:nth-child(5) a:after { border-left-color: #f2f2f2; }
.bread-crumb li a:hover { background: #e5e5e5; }
.bread-crumb li a:hover:after { border-left-color: #e5e5e5; }
/* END */
::-moz-selection {
    color: white;
    background: #e05500;
}
::selection {
    color: white;
    background: #e05500;
}
.navbar-centered {
    width: 1024px;
    margin: 0 auto;
}
.upmenu {
    height: 45px;
    padding: 5px 10px;
    background-color: #f3f3f3;
    line-height: 35px;
}
.upmenu > ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.upmenu .dropdown-menu {
    position: absolute;
    z-index: 1001;
    right: 0px;
    left: auto;
    max-width: 52px;
    width: 50px;
    float: none;
    border-radius: 0px;
    border-color: #eaebec;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
    top: auto;
    margin-top: 3px;
}
.notifications > .alert {
    border-radius: 0;
    border: none;
    padding: 10px;
    color: #ff6100;
    background-color: #ffebdf;
    margin:0;
    padding: 20px 15px;
}
.notifications > .alert > .close {
    color: #ff6100;
    opacity: 0.75;
}
.header {
  position: fixed;
  top: 45px; /* height of .upmenu */
  left: 0;
  width: 100%;
  z-index: 8999;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.pagination {margin: 0px;}
.item-group {
    display: table;
    width: 100%;
}
.item-group > div {
    /* padding: 10px 0; */
    display: table-cell;
    vertical-align: middle;
}
.header-logo {
    width: 200px;
    padding: 0;
}
.header-cart {
    width: 150px;
}
.header-nav {
    margin: 8px 0px;
}
#find #topsearch {
    border: 1px solid #eaebec;
    border-radius: 15px;
    overflow: hidden;
    margin: auto;
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
}
.search_query {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    padding: 0 20px;
    background-color: #ffffff;
    display: inline-block;
    font-size: 16px;
}

/* Contenedor de búsqueda */
.container-search {
    width: 100%;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 110px;
    z-index: 8999 !important;
}
/* HEADER  */
header a {
    opacity: 1;
    text-decoration: none;
}
header a:hover {
    text-decoration: none;
}
nav.upmenu {
    background: #fafafa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EFEFEF;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

nav.upmenu ul, nav.upmenu ul li {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.langes {
    background-image: url(//media.djmania.net/assets/img/es.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.langpt {
    background-image: url(//media.djmania.net/assets/img/pt.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.logo {max-width:200px;}
/* ESTILOS MENÚ SUPERIOR */
.top_menu {
border-top: 2px solid #eaebec;
background-color: #f3f3f3;
}
/* ESTILOS BREADCUMB */
/* VERSION ALTERNATIVA MENU */ 
#breadcrumb {
    background-color: #fff;
    color: #080808;
    margin:12px 0;    
}
#breadcrumb .breadcrumb {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    line-height: 21px;
    font-size: 12px;
    border-radius: 0;
/*    white-space: nowrap; */
}
#breadcrumb .breadcrumb > li {
    display: inline-block;
}
/* breadcrumb home icon — migrated to dj-home in template breadcrumb.tx */
#breadcrumb .breadcrumb > li + li:before {
    padding: 0 5px;
    content: "/\00a0";
}
#breadcrumb .breadcrumb > .active {
    font-weight: 300;
}
/* ESTILOS FOOTER */
footer {
    margin-top:35px;
}
footer .main {
    background-color: #ff6100;
    color: white;
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.25);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
@media (min-width: 1300px) {
    footer .main {
	background-image: url(//media.djmania.net/assets/img/speakerbg.png);
	background-repeat: no-repeat;
	background-position: right top;
    }
}
footer h4 {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style-type: none;
}
footer ul li a {
    color: #FFF;
}
footer ul li a:before {
    font-family: 'djicons';
    content: "\e006";
    margin-right: .5em;
    font-size: 12px;
}
footer ul li a:hover {
    color: #FF0;
    text-decoration: none;
}
.subfooter div {
    padding-top: 30px;
    margin-top: -35px;
    padding-bottom: 40px;
}
.subfooter p {
    font-size: 12px;
    margin:0;
    padding: 0;
    text-transform: uppercase;
    line-height: 15px;
}
.subfooter .numberorders {
    font-size: 21px;
    font-style: italic;
    font-weight: bolder;
    color: #ff6100;
}
.subfooter #fblockorders {
    background-image: url(//media.djmania.net/assets/img/num-orders.png);
    background-position: right top;
    padding-right: 110px;
    background-repeat: no-repeat;
    height: 85px;
}
/* COLOR PRECIO */
.price {
    color: #d60839;
}
.separa {
    clear: both;
    margin: 20px 0px;
}
/* ICONITOS CATEGORIAS */
.icon-cat:before {
    font-family: 'djicons';
    margin-right: .5em;
}
.cat-104:before { content: "\e039"; }
/* ======== MENU SUPERIOR DJMANIA ============= */

.navbar-test .navbar-nav li a {
    padding: 10px 10px;
    font-size:14px;
}
.navbar-test .nav-categorias li a {
    border-right: 1px solid #F3F3F3;
}
.navbar-test .nav-categorias li:first-child a {
/* border-left: 1px solid #ddd; */
}
.navbar-test .item a:hover, .navbar-test .open > a, .navbar-test .open > a:hover, .navbar-test .open > a:focus {
    background-color: #fafafa;
    color: #ff6100;
    opacity:1;
}
/* MINI CESTA */
.mini-cart {
	margin-right: 0px;
}
.mini-cart > a {
	opacity:1;
}
.mini-cart li > a {
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	background-color: #d90d3f;
	color: #fff;
	color: #d90d3f;
	border-radius: 15px;
}
.mini-cart .open .dropdown-toggle:focus, .mini-cart li .dropdown-toggle:hover,
#mini-cart .open .dropdown-toggle, .mini-cart li > a  {
	background-color: #d90d3f;
	color: #fff;
	opacity:1;
}
.delete-cesta {
    padding-left: 10px;
}
.mini-cart-price .fa {
	font-size: 20px;
}
.mini-cart-price {
	color: #e3004f;
	font-weight: bolder;
}
.navbar-test .btn {
	padding: 5px 10px;
}

.btn-cesta {
max-width:95px;
}
/* SUB ELEMENTOS MEGAMENU */
.submenu a {
    margin: 0px;
    padding: 0px;
    border: 0px none #fff;
}
.submenu .block {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}
.submenu ul, .submenu ul li {
    margin:0;
    padding:0;
    list-style-type: none;
}
.submenu ul li {
    padding: 2px 0;
}
.submenu ul li:before {
    margin-right: 0.5em;
    font-family: 'djicons';
    content: "\e006 ";
    color: #ff6100;
}
.submenu ul li ul li:before {
    margin-left:0.5em;
    margin-right: 0.5em;
    font-family: 'djicons';
    content: "\e006 ";
}
.submenu ul li ul li ul li:before {
    margin-left:1.5em;
    margin-right: 0.5em;
    font-family: 'djicons';
    content: "\e006 ";
    color: #333;
}
.submenu .desc_cat_submenu {
    font-size: 12px;
}
.submenu .logosmenu {
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}
.submenu .logosmenu img {
    margin-right: .3em;
}
/* PRODUCTO DESTACADO MEGAMENU */
.mega_destacado {
    border: 1px solid #d90d3f;
    padding: 10px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1) inset;
}
.mega_destacados h3 {
    font-size: 16px;
    color: #d90d3f;
    margin: 5px 0 15px 0;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 300;
}
.mega_destacados .d_price {
    top: 40px;
    right: -10px;
    position: absolute;
    transform: scale(0.8, 0.8);
}
.d_price .pvp_price {
    height: 100px;
    width: 100px;
    color: #FFF;
    line-height: 100px;
    display: block;
    text-align: center;
    font-size: 21px;
    position:absolute;
    top: 0px;
    left: 0px;
    z-index:10;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -1px;
}
.mega_destacados h4 {
    display: block;
    margin-top: 20px;
    text-align: center;
}
.mega_destacados h4 a {
    color: #d90d3f;
    display: block;
    font-size: 16px;
}
/* ESTILO BLOQUES SOMBREADO */
.shadow1 {
    border: 1px solid #efefef;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 30px;   
}
.shadow1 .list-group-item {background-color: transparent;}
/* ESTILO MENU IZQUIERDA */ 
.leftmenu p {
    font-size: 14px;
    text-transform: uppercase;
    color: #FF6100;
    font-weight: 500;
    line-height: 1.1;
    background-color: #fafafa;
    padding: 10px;
    margin: -15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.leftmenu h2 {
    font-size: 18px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.leftmenu ul a:hover {
    color: #ff6100;
    text-decoration: none;
}
.leftmenu ul, .leftmenu ul li, .leftmenu ul li > li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
}
.leftmenu a:active, .leftmenu a:focus:hover {
    text-decoration: none;
}
.leftmenu ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}
.leftmenu ul li li, .leftmenu ul li:last-child {
    border-style:none;
}
.leftmenu ul li:before {
    margin-right: .5em;
    width: .6em;
    display: inline-block;
    font-family: 'djicons';
    content: "\e006 ";
    color: #ff6100;
}
.leftmenu ul .hassubcat:hover::before {
    font-family: 'djicons';
    content: "\e004 ";
    color: #ff6100;
}
.leftmenu ul li li:before {
    font-family: 'djicons';
    content: "\e006 ";
}
.leftmenu ul li .hassubcat:hover::before {
    font-family: 'djicons';
    content: "\e004 ";
    color: #ff6100;
}
.leftmenu ul li li li:before {
    font-family: 'djicons';
    content: "\e006 ";
    color: #333;
}
.leftmenu ul li li {
    padding-left: .9em;
}
.leftmenu .submenu1 {
    display:none;
}
.leftmenu a {
    transition: all 0.05s ease 0s;
}
/* PAGINAS  page-cat */
.page-cat h1, .page-cat h2, .page-cat h3, .page-cat h4, .page-cat h5 {
    
}
.nobullet{
    padding: 0px;
    margin: 20px 0;
}
.nobullet li {
    margin-bottom: 20px;
    list-style-type: none;
}
.nobullet li:before {
    font-family: 'djicons';
    color: #ff6100;
    content: "\e006 ";
    margin-right: 0.5em;
}
.numerote {
    display: inline-block;
    height: 60px;
    background-image: url(https://media.djmania.net/assets/img/numerote.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 28px;
    line-height: 60px;
    font-weight: bolder;
    text-align: center;
    overflow: hidden; 
    color: #e50079;
    min-width: 80px;
    background-size: contain;
}
.textote {margin-bottom: 25px;} 
/* INICIO CESTA GRANDE */
.cestamain {
    width:100%;
    margin-bottom: 20px;
}
.cestamain em {
    font-size:11px;
    line-height: 11px;
}
.cestamain thead {
    border-bottom: 1px solid #DDD;
}
.cestamain tr:nth-child(even) {
	border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
.cesta-packs tr {
    border:none;
}
.cesta-packs tr.name-pack {
    border-top-color: #FFF;
    border-bottom: 1px solid #DDD;
}
.cestamain td, .cestamain th  {
	vertical-align: middle;
	padding: 10px;
}
.cestamain td.total {font-size:16px;}
.cestamain .product_image img {
	max-width:80px;
	border: 1px solid #CCC;
}  
/*.cestamain .qty {max-width:70px;}*/
.cestamain .stock {max-width:50px;}
.cestamain .delete a {color: #e3004f;}
.importe {
    font-size: 14px;
}
.importeTOTAL {
    font-weight: bold;
    font-size: 16px;
    color: #e3004f;
}
.infobox {
    margin-bottom: 30px;
    background-color: #F2F2F2;
    border-radius: 6px;
    padding: 20px; 
}
.recommend {
    margin-bottom: 20px;
}
.recommend .price {
    font-size: 18px;
    font-style: italic;
    font-weight: bolder;
}
/* PROCESO PEDIDO */
.breadcrumb-order {
	padding: 0px;
	margin: 0;
	height: 38px;
}
.breadcrumb-order li {padding: 0; margin: 0; list-style-type: none; display: block; float: left;}
.breadcrumb-order li a {
	padding: 0 25px 0 10px;
	display:block;
	background-color: #ffdfcc; 
	color: #fff; 	
	line-height: 38px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
}
.breadcrumb-order .breadactive a {
	background-image: url(//media.djmania.net/assets/img/b-arrow-light.webp);
	background-color: #FF6100;
}
.breadcrumb-order .breaddone a {
	/* background-image: url(//media.djmania.net/assets/img/b-arrow-done.webp); */
	background-color: #66bb6a;
}
.breadcrumb-order .breaddone a:hover { color: #fff; }
.breadcrumb-order a:hover {color:#FF6100;}
.breadcrumb-order .breadactive a:hover {color:#fff;}
.breadcrumb-order li:nth-child(1) a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.breadcrumb-order li:nth-child(4) a {
	background-image: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.icono:before {
	font-family: 'djicons';
	margin-right: .5em;
}
/* BUSCADOR RAPIDO */
.container-search::empty{
    display: none;
}
#results:empty {
    display:none;
}
#results ul, #results li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#results {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 1px 4px 24px -3px rgba(0, 0, 0, 0.25);
    width: 95%;
    max-width: 1024px;
    margin: auto;
    height: calc(100vh - 110px);
    overflow-y: auto;
    position: relative;
    z-index: 8999 !important;
}
#results li {
    clear: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0e0e0;
}
#results li a strong {
    background-color: #FFFFCE;
}
#results h4, #results ul  {
    margin: 0px;
    clear: both;
    color: #333;
    padding: 5px;   
}
#results h4 {
    background-color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 0px;
}
#results ul {
    padding-bottom: 15px;
}
#results ul li:last-child {
    border-bottom-style: none;
}
#results a:focus, #results a:focus strong  {
    text-decoration: none;
}
.row-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.row-search  > div {
    padding: 12px;
}
.row-search  > div:nth-child(3n), .row-search  > div:last-child {
    border-right: none;
}
.item-search img, .item-search .p-name, .item-search .price {
	margin:auto;
	display: block;
}
.item-search .price {
	font-size: 120%;
}

#results .list-group-item {
	border: none;
	border-bottom: 1px solid #f4f4f4;
	padding: 4px 0;
} 
#results .js-filter-fab {
    max-height: 350px;
    overflow-y: auto;
}
#results .js-filter-fab  label {
    width: 100%;
    margin: 0;
    font-weight: normal;
}
#results .js-filter-fab .badge {
	float: right;
}
@media (max-width: 768px) {
	.row-search {
		grid-template-columns: 1fr;
		display: block;
		width: 100%;
	}
	.row-search .item-search {
        margin: 4px 0;
		padding: 0;
		height: 80px;

	}
	.item-search img {
	    float: left;
	    margin-top: 5px;
	    margin-right: 10px;
	    height: 50px;
	    width: 80px;
	}
	.item-search .p-name, .item-search .price {
	    float: left;
	    display: block;
	    width: calc(100% - 90px);
	    text-align: left;
	}
	.item-search .p-name {
	    margin-top: 16px;
	    height: 16px;
	    overflow: hidden;
	}
	.row-search  > div {
		border: none;
	}
}
#results .btn-search-more {
    background-color: #eaebec;
    margin-top: 20px;
    margin-bottom: 20px;

}
#results .toogle-filter {
    width: 100%;
    display: block;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #e0e0e0;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}
/* ESTILOS CAJA BÚSQUEDA */

.post img {border-radius:5px; }
.post h1 {
    padding: 0px;
    margin: 1em 0 0.5em 0;
    font-weight: 500;
    font-size: 28px;
}
.post h2 {
    font-size: 24px;
}
.post h3 {
    font-size: 20px;
}
.post h2, .post h3, .post h4 {
    padding: 0px;
    margin: 1em 0 0.5em 0;
} 
.module-content {border: solid 1px #E0E0E0; padding: 15px; margin-bottom: 20px;}
.module-content-flat {margin-bottom: 20px;} 
/** MODULOS 4X4 HOME **/
.box4home {padding: 30px;}
.box4home ul li img {height: 40px; float: left; margin-right: 10px; border: solid 1px #E0E0E0;}
.box4home ul li .price {display:block; font-size: 15px; font-weight: bold;}
.box4home ul li {padding: 8px;}
.box4home ul li:nth-child(odd) {
    background: #ececec;
}
.box4home h3 {padding: 8px 0; margin: 10px 0 5px 0; font-size: 18px; text-transform: uppercase;}


/* TAILWIND */
@media (max-width: 768px) {
    .mega_destacados, .logosmenu, .desc_cat_submenu  {
	display: none;
    }
    .navbar-nav {
	margin: 0;
    }
    .top_menu {
	background-color: #fff; 
	border:none;
    }
    .navbar-test > .item-group {
	margin:0;
    }
    .item-group > .menu-mobile, .item-group > .toogle-search-mobile {
	font-size: 18px;
	width: 40px;
	padding: 0;
	text-align: center;
	border-right: 1px solid #ddd;
    }
    .menu-mobile button, .toogle-search-mobile button {
	margin: 0;
	background-color: transparent;
	border: none;
	width: 40px;
	height: 40px;
	padding: 0;
	font-size: 22px;
	
    }
    #mobile-cart {
	width: 40px;
	padding: 0;
    }
    .logo-mobile {
	width: calc(100vw - 124px); 
/*	width: 100%; */
	padding: 10px 0; 
    }
    .logo {
	margin:0;
    }
    .header-logo {
	padding: 0;
    }
    .logo-mobile a {
	display: block;
	margin: 0px auto;
	max-width: 150px;
    }
    .header-search, .item-group {
	width: 100%;
    }
    .header > .container {
	padding: 0 8px;
    }
    .navbar-test .navbar-nav li a {
	border-top: 1px solid #ddd;
    }
    .menu .collapsing {
	opacity: 0;
    }
    .menu .collapse, .menu .collapsing {
	transition: opacity .25s ease-in-out;
	position: absolute;
	height: 100vh;
	z-index: 1000;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 0;
	margin: 0;
	overflow: hidden;
    }
    .menu .collapsing {
	opacity: 0;
    }
    .menu .collapse {
	opacity: 1;
    }
    .menu .nav-categorias {
	background-color: #fff;
	width: 100%;
	max-width: 240px;
	height: 290px;
	overflow-y: auto;
    border-bottom-right-radius: 8px;
    }
    .header .navbar-test {
        height: 40px;
        background-color: #FFF;
    }
    .navbar-collapse::before {
	display: none;
    }
    .menu .dropdown.menu-fw .dropdown-menu, .submenu .block, .submenu ul li {
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	border: none;
    }
    .menu .menu-content {
	padding: 0;
    }
    .menu-content a, .dropdown-menu a {
	padding: 10px 10px;
	font-size: 13px;
	position: relative;
	display: inline-block;
	width: calc(100% - 30px);
	white-space: nowrap;
    }
    .submenu li::before {
	margin-right: 0;
	margin-left: 20px;
	font-family: 'djicons';
	content: "\e006 ";
	color: #ff6100;
	margin-left: 14px;
    }
    
    .dropdown-menu li {
	display: block;
	clear: both;
	border-top: 1px solid #e3e3e3;
    }
    .submenu .icon-cat {
	width: 100%;
    }
    .submenu .icon-cat::before {
	margin-right: .5em;
	margin-left: 15px;
    }
    .menu-fw.open > a::before {
	display: block;
	background-color: blue;
	content: '< Atrás';
    }
    .dropdown.menu-fw.open {
	position: absolute;
	width: 300px;
	top: 0;
	background-color: #fff;
	z-index: 11;
    }
    .dropdown.menu-fw.open > .dropdown-menu {
	height: calc(100vh - 100px);
	overflow-y: auto;
	padding-bottom: 40px;
	overflow-x: hidden;
    }
    .menu-fw.open > a::before {
	display: block;
	background-color: #e9e9e9;
	content: '\2190  Atrás';
	position: absolute;
	left: 0;
	width: 300px;
	margin-top: -10px;
	margin-bottom: -10px;
	height: 40px;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
    }   
}

/* FIX TOP MENU - Está dando fallos en 1080 - 767 */ 
@media (max-width:1080px) and (min-width:767px) {
    .nav-categorias .dropdown-toggle {
	font-size: 10px;
	padding: 13px 4px;
	max-height: 52px;
	overflow: hidden;
	max-width: 102px;
	line-height: 28px;
	white-space:nowrap;
    }
}
.panel-category .panel-title {
    font-size: 18px;
    font-weight: 500;
}
.panel-category .list-group-item {
    border: 1px solid #efefef;
    border-radius: 0px;
}
.panel-category {
    border-color: #efefef;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
}
.panel-category > .panel-body + .table { border-top: 1px solid #efefef; }
.panel-category .table > thead > tr > th, .panel-category .table > tbody > tr > td { border-bottom: 1px solid #efefef; }
.panel-category .list-group-item a { padding-left: 15px; }
.panel-category .well {
    min-height: 20px;
    padding: 20px 12px 8px 6px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    box-shadow: none;
}
.smallform {
    margin-bottom: 0px;
}
.smallform .form-control {
    width: 100%;
    height: 22px;
    padding: 0px 5px;
}
.list-group-item-small {
    position: relative;
    display: block;
    padding: 8px 15px;
}
.smallform .control-label {
    font-weight: 300;
    color: #ff6100;
    font-size: 12px;
    text-transform: uppercase;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.panel-category .panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border-top: 1px solid #efefef;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.agotado {
    opacity: 0.4;
}
/* PANEL PROMOCIONES */
.item-promo-paneles img {
    width: 100%;
}
.item-promo-paneles .panel-footer {
    font-size: 14px;
    color: #909090;
    text-transform: uppercase;
    font-weight: 300;
}
/* MODALES */
.modal-backdrop {
    background: rgba(255, 255, 255, 0.70);
    opacity:1;
}
.modal-content {
    border-radius: 0px;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    padding: 10px;
    border: none;
}
.modal-header, .modal-body, .modal-footer {
    border: none;
}
.modal-dialog {
    width: 90%;
    max-width: 900px;
}
/* /////// FICHA DE PRODUCTO ////////// */
.product h1, .category h1, .category_parent h1, .maintitle {
    margin: 16px 0;
    padding: 0px;
    font-size: 32px;
    font-weight: 500;
}  
.ratingstars{
    font-family: 'djicons';
    display:inline-block;
    color: #d1d5db;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    width: 70px;
    margin: 2px 6px;
    float: right;
}
.ratingstars:before {
    content: "\e064 \e064 \e064 \e064 \e064 ";
}
.ratingstars span {
    display:block;
    margin-top:-14px;
    overflow: hidden;
}
.ratingstars span:before{
    color: #ff6100;
    content: "\e064 \e064 \e064 \e064 \e064 ";
}
.ratingstars span[data-percent="0"] {width:0%;}
.ratingstars span[data-percent="10"] {width:10%;}
.ratingstars span[data-percent="20"] {width:20%;}
.ratingstars span[data-percent="30"] {width:30%;}
.ratingstars span[data-percent="40"] {width:40%;}
.ratingstars span[data-percent="50"] {width:50%;}
.ratingstars span[data-percent="60"] {width:60%;}
.ratingstars span[data-percent="70"] {width:70%;}
.ratingstars span[data-percent="80"] {width:80%;}
.ratingstars span[data-percent="90"] {width:90%;}
.ratingstars span[data-percent="100"] {width:100%;}
.en2col {
    column-count: 2;
    column-gap: 60px;
    font-weight: 300;
}
/** FIX ENCOL SMALL DEVICES **/
@media (max-width: 900px) {
    .en2col {
	column-count: 1;
	column-gap: 0px;
	font-weight: 300;
    }
}
.prelativos h2, #product-reviews h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.prelativos h2 em {
    color: #ff6100;
}
.prelativos ul {  
    margin: -15px;
    /*padding: 30px 0px;*/
    list-style-type: none;
}
.prelativos ul li {
    margin-bottom: 15px;
}
.prelativos h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #ff6100;
    padding: 0px;
    margin: 0px;
    height: 36px;
    overflow: hidden;
}
.prelativos h3 a {color: #ff6100;}
#product_listing .price, .prelativos .price {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -2px;
}
/* ///////  LISTADO DE SUBCATEGORÍAS  ////////// */
/* ELEMENTOS DE SUBCATEGORÍAS */
.subcategories {
    margin: 0;
    padding: 0;    
}
.subcategories li {
    list-style-type: none;
    margin-bottom: 15px;
    padding: 0px;
}
/* CATEGORIA VERTICAL */
.categorias_vertical {margin: 0px -10px;}
.categorias_vertical li h2 {
font-size: 13px;
margin: 0;
padding: 0;
text-align: center;
height: 30px;
} 
.categorias_vertical img {
    margin-top:23px;
	mix-blend-mode:multiply;
}
.categorias_vertical li .subcat{
display: block;
position: relative;
border: 1px solid #CCC;
margin: 0 auto;
margin-bottom: 10px;
font-size: 12px;
height: 126px;
width: 126px;
border-radius: 50%;
overflow: hidden;
border-style: solid solid solid dashed;
background: #f2f2f2;
}
.categorias_vertical li .subcat:hover {
  box-shadow: none;
}
.categorias_vertical li:hover > .subcat {
  border-color: #FF6100;
  transform: scale(1.05);
  transition: all .3s ease-out;
  background: #f2f2f2;
}
.categorias_vertical li h2 a:hover {
  text-decoration: none;
}
.categorias_vertical li:hover > h2 > a {
  color: #FF6100;
}
/* ///////  MODULOS - DETACADOS PRODUCTO ESTRELLA / NOVEDAES, ETC ////////// */
.modulo {
    padding: 10px;
    /*margin: 30px 0;*/
    /* border: 1px solid #ddd; */
    /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1) inset; */
    border: 1px solid #FAFAFA;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
}
.modulo .label  {
    position: absolute;
    left: 30px;
    top: 30px;
}
.modulo h2 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight:300;
    text-transform: uppercase;
}
.destacados {
    padding: 25px;
    border: 1px solid #ff6100;
}
.destacados h2 {
    color:#ff6100;
    margin-bottom: 15px;
}
.destacados .price  {
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 30px;
    overflow: hidden;
    top: 10px;
    transform: rotate(-6deg);
}
.destacados ul{
    margin: 0; 
    padding: 0px;
}
.destacados ul li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.destacados ul li a{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 7px 10px;
    margin: 0 0 1px 0;
    background-color:#FF8E4A;
    color: #FFF;
    border-radius:4px;
}
.destacados ul li a:hover {
    margin-left:-100px;
    text-decoration: none;
    background-color: #e3004f;
}
.destacados a img {
    background-color: #FFF;
    border: 1px solid #ddd;
    padding: 6px 30px;
}
#price_destaca {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    color: #FFF;
    line-height: 100px;
    text-align: center;
    height: 100px;
    width: 100px;
    font-size: 36px;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: -2px;
}
#price_destaca sup {
    top:-6px;
    margin-left: 2px;
}
/* ///////  CATEGORÍA CON PRODUCTOS ////////// */
/* ELEMENTOS DE CATEGORÍAS */
.category-description {
    font-size: 13px;
    padding: 10px 0;
}
.cat-filters {
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #f8f8f8;
    padding: 10px;
}
.cat-filters .btn-default {margin: -4px 0;}
.category .pagination {margin: 0;} 
/* #product_listing child rules (.boxproduct, .grid, .list, .product_img, .boxpromo etc.)
   removed — listing migrated to Tailwind in product-li.tx */
#product_listing {
    padding: 5px;
    margin: 10px 0;
}
.short-description {
    font-size: 16px;
    font-weight: 300;
    color: #5C5C5C;
    margin-bottom: 1em;
}
.diferencias-comparador {
    color: #252525;
}
.diferencias-comparador a {
    color: #252525;
    font-weight: 400;
    text-shadow: -1px 1px 1px #FFF;
    transition: all 1s;
}
.diferencias-comparador a:hover, .diferencias-comparador a:active, .diferencias-comparador a:focus {
    color: #252525;
    text-decoration:none;
}
.diferencias-comparador a:after {
    font-size: inherit;
    text-rendering: auto;
    transition: all 1s;
}
.diferencias-comparador .off:after {
    content: "  \25CB";
}
.diferencias-comparador .on:after {
    content: "  \25CF";
}
.tabpanel-destacado {
    border: 1px solid #EBEBEB;
    border-top-style: none;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    background: linear-gradient(#FAFAFA, #fff);
}
.tabpanel-destacado h2, .tabpanel-destacado h3 {
    margin: 1em 0;
    font-weight: 500;
    font-size: 1.2em;
}
.tabpanel-destacado p {
    margin: 0.5em 0;
}
.tabpanel-destacado img {
    margin: 1em 0;
}

@supports (-webkit-touch-callout: none) {
    .search_query {
        font-size: 16px;
        -webkit-appearance: none;
    }
    .header {
        z-index: 1039 !important;
    }
    #results {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 8999 !important;
        position: relative;
    }
    .container-search {
        position: fixed;
        z-index: 9999 !important;
        width: 100%;
        left: 0;
        top: 110px;
    }
}

.promoblock {
    margin-bottom:25px;
}
.promoblock img {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

@media print {
    /* Generic print resets (merged from Bootstrap block) */
    *, *:before, *:after {
	color: #000 !important;
	text-shadow: none !important;
	background: transparent !important;
	box-shadow: none !important;
    }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: none !important; }
    a[href^="#"]:after,
    a[href^="javascript:"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    select { background: #fff !important; }
    .label { border: 1px solid #000; }
    .table { border-collapse: collapse !important; }
    .table td, .table th { background-color: #fff !important; }
    .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; }

    /* Site-specific print rules */
    footer, iframe, asset, input, textarea, .upmenu, #breadcrumb,
    nav, button, form, .modal, .navbar { display: none; }
    .prelativos, #product-reviews, .top_menu,
    .category-description, .btn, .cat-filters { display: none !important; }
    section, .container { width: 100% !important; }
    .en2col { column-count: 1; column-gap: 0; }
    .tabpanel-destacado { margin: 0 !important; padding: 0 !important; border: none !important; }

    /* Product listing print */
    #product_listing { display: block !important; width: 100% !important; }
    #product_listing li { width: 100% !important; }
    #product_listing .price, .prelativos .price { font-size: 14px; font-style: italic; font-weight: bold; letter-spacing: -1px; }
}

.featured-tabs {
    display: flex;
    gap: 30px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
}
.tab-link {
    cursor: pointer;
    border: 1px solid #d1d5db;
    padding-bottom: 5px;
}
.tab-link.active {
    color: #f97316;
    border-color: #f97316;
}
.tab-content1 {
    display: none;
}
.tab-content1.active {
    display: block;
}
#container-main {
    padding-top: 80px; /* default for mobile */
}
@media (min-width: 768px) {
    #container-main {
	padding-top: 128px; /* for tablets and desktops */
    }
}
.tabpanel-destacado h3 {
    margin: 2rem 0 1rem 0;
}
.tabpanel-destacado h2 {
    margin: 1.5rem 0 0.75rem 0;
}
.tabpanel-destacado ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.tabpanel-destacado li {
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

/* Bootstrap .collapse override — only for nav collapse, not header */
.navbar-ex1-collapse.collapse:not(.in) {
  display: none;
  visibility: hidden;
}
.navbar-ex1-collapse.collapse.in {
  display: block;
  visibility: visible;
}

/* Mobile-only elements: visible on mobile, hidden on tablet+ */
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

/* Links inherit color on dark backgrounds */
.text-white a,
.bg-black a,
.bg-gray-900 a,
[class*="from-black"] a,
[class*="bg-gradient"] a {
  color: inherit;
}
.text-white a:hover,
.bg-black a:hover,
.bg-gray-900 a:hover,
[class*="from-black"] a:hover,
[class*="bg-gradient"] a:hover {
  color: #fb923c;
  text-decoration: none;
}

/* Cloack SideBar */
[x-cloak] {
  display: none !important;
}
