:root {

  /* Fuentes */
  --fuente-principal: "Open Sans", open-sans, sans-serif;
  /* Colores principales */
  --color-primario: #015ca0;
  --color-primario-medio-claro: #0179d3;
  --color-primario-claro: #0189ee;
  --color-primario-oscuro: #01518d;
  --color-secundario: #ff9d0b;
  --color-secundario-claro:#ffb74b;
  --color-secundario-oscuro:#ff9f10;
  --color-fondo: #F7F7F7;
  --color-borde-claro: #f0f8ff;
  --color-borde-oscuro:#3a3939;
  --color-texto:#333333;
  --color-texto-blanco: #ffffff;
  --color-enlace:#005aff;
  /* Colores generales */
  --color-negro:#000000;
  --color-blanco:#ffffff;
  --color-gris-claro:#fafafa;
  --color-gris:#F7F7F7;
  --color-gris-hover: #efecec;
  --color-rojo:#F44051;
  --color-naranja:#ff9d0b;
  --color-verde:#00e600;
  /* Colores productos */
  --color-prod-amarillo: #ffd700; /* Amarillo oro */
  --color-prod-azul: #6c6cff; /* Rojo coral */
  --color-prod-blanco: #fefefe; /* Blanco humo */
  --color-prod-gris: #808080; /* Gris */
  --color-prod-marron: #a52a2a; /* Marrón siena */
  --color-prod-morado: #ba55d3; /* Morado medio */
  --color-prod-naranja: #ff8c00; /* Naranja oscuro */
  --color-prod-negro: #333333; /* Negro */
  --color-prod-plata: #c0c0c0; /* Plata */
  --color-prod-rojo: #ff5c5c; /* Rojo coral */
  --color-prod-rosa: #ff80bf; /* Rosa intenso */
  --color-prod-verde: #66ff66; /* Verde menta */
  --color-prod-metalizado: linear-gradient(315deg, var(--color-gradiente-claro) 0%, var(--color-gradiente-medio-claro) 40%, var(--color-gradiente-medio) 100%);
  /* Gradientes */
  --color-gradiente-medio: rgba(255, 255, 255, 0.8);
  --color-gradiente-medio-claro: rgba(0, 0, 0, 0.2);
  --color-gradiente-claro: rgba(0, 0, 0, 0.1);
}

.head, td, td img, th {
  text-align: center
}

.sp {
  background-image: url(https://www.pekecars.com/images/global_sprite_new.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 358px 185px
}

.sp-cart {
  width: 24px;
  height: 24px;
  background-position: -2.5px -2.5px
}

.sp-cart_black {
  width: 24px;
  height: 24px;
  background-position: -31.5px -2.5px
}

.sp-close {
  width: 25px;
  height: 25px;
  background-position: -60.5px -2.5px
}

.sp-desplegar {
  width: 20px;
  height: 20px;
  background-position: -90.5px -2.5px
}

.sp-envio {
  width: 75px;
  height: 75px;
  background-position: -115.5px -2.5px
}

.sp-envio-50 {
  width: 50px;
  height: 50px;
  background-position: -2.5px -82.5px
}

.sp-facebook {
  width: 30px;
  height: 30px;
  background-position: -57.5px -82.5px
}

.sp-instagram {
  width: 30px;
  height: 30px;
  background-position: -92.5px -82.5px
}

.sp-logo_peke {
  width: 180px;
  height: 45px;
  background-position: -2.5px -137.5px
}

.sp-logo_peke_40 {
  width: 160px;
  height: 40px;
  background-position: -195.5px -2.5px
}

.sp-menu {
  width: 25px;
  height: 25px;
  background-position: -2.5px -47.5px
}

.sp-menu_black {
  width: 25px;
  height: 25px;
  background-position: -32.5px -47.5px
}

.sp-newsletter-pekecars {
  width: 50px;
  height: 50px;
  background-position: -195.5px -47.5px
}

.sp-search {
  width: 26px;
  height: 26px;
  background-position: -62.5px -47.5px
}

.sp-search_black {
  width: 20px;
  height: 20px;
  background-position: -250.5px -47.5px
}

.sp-twitter {
  width: 30px;
  height: 30px;
  background-position: -275.5px -47.5px
}

.sp-youtube {
  width: 30px;
  height: 30px;
  background-position: -310.5px -47.5px
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--fuente-principal);
  -webkit-tap-highlight-color: transparent
}

html {
  background: var(--color-fondo);
}

body {
  background: #fff;
  margin: 85px auto auto;
  max-width: 1100px
}

h1, h2 {
  margin-bottom: 10px
}

h1, h2, h3, h4 {
  margin-top: 10px;
  font-weight: 500;
}
h1, h2, h3, h4, p {
  color: var(--color-texto);
}

h1 {
  font-size: 28px;
  padding: 0px 10px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #393939
}

strong, b {
  font-weight: 500;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none
}

td, th {
  padding: 8px
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

th {
  background-color: #4D88CC;
  color: #fff
}

.head, .search_cont, header {
  background: #fff;
  position: fixed
}

header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99
}

.head {
  height: 50px;
  width: 100%;
  z-index: 99
}

.head_cont, .nav_bar_content {
  max-width: 1119px;
  width: 100%;
  display: inline-block;
  text-align: left
}

.btn_menu, .head_cont, .nav_bar, .nav_bar_content>a, .nav_item, nav {
  text-align: center
}

.logo_icon {
  float: left
}

.btn_cart, .cook_btns, .right_arrow, .search_close {
  float: right
}

.div_search {
  display: inline-block;
  height: 50px;
  vertical-align: top;
  line-height: 50px
}

.nav_menu, .search_cont {
  display: none
}

.btn_search, .btn_search i, .search_close i {
  vertical-align: middle
}

.inp_search {
  padding: 9px;
  width: 420px;
  border-radius: 3px 0 0 3px;
  border: 2px solid var(--color-primario);
  outline: 0
}

.btn_search {
  height: 40px;
  width: 75px;
  border: none;
  background: var(--color-primario);
  border-radius: 0 3px 3px 0;
  outline: 0;
  cursor: pointer;
  position: relative;
  top: -1px;
}

.search_cont {
  width: 100%;
  max-width: 1119px;
  height: 50%;
  top: 0;
  margin-top: 86px;
  z-index: 97;
  padding: 5px;
  box-sizing: border-box;
  overflow-y: auto
}

.search_close {
  position: fixed;
  background: #d9534f;
  color: #fff;
  border-radius: 3px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  line-height: 35px;
  margin-top: 30px
}

.btn_menu span, .btn_menu.menu_open .menu_label {
  color: #fff !important
}

.btn_menu, .btn_menu span {
  border-radius: 3px 3px 0 0
}

.nav_bar {
  border-bottom: 1px solid #ccc;
  height: 35px;
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 99;
  background: #fff
}

.btn_menu, .nav_bar_content>a, .nav_item {
  height: 25px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  min-width: 50px
}

.btn_menu {
  background: var(--color-primario);
  width: 220px;
  padding: 5px 0
}

.btn_menu:hover span {
  text-decoration: underline
}

.nav_bar_content>a:hover, .nav_item:hover {
  background-color: #eff0f1
}

.btn_menu.menu_open, .open_search.search_open {
  background-color: var(--color-primario);
  color: #fff
}

.menu_open .menu_icon, .open_search.search_open i {
  width: 25px;
  height: 25px;
  background-position: -60.5px -2.5px
}

.menu_icon {
  width: 25px;
  margin-right: 10px
}

.menu_label, .nav_bar_content>a, .nav_label {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  user-select: none;
  color: #000
}

.open_search {
  display: none
}

.btn_cart {
  background: var(--color-primario);
  height: 37px;
  width: 100px;
  margin-top: 7px;
  margin-right: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  border-radius: 3px
}

.btn_cart i {
  vertical-align: middle
}

.aviso_general {
  background-color: var(--color-primario-medio-claro);
  color: white;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
}

nav {
  width: 100%
}

.nav_cont {
  display: inline-block;
  width: 100%;
  max-width: 1119px;
  text-align: left
}

._nav, .outer_nav, .outer_search {
  display: none;
  position: fixed;
  top: 0
}

._nav {
  max-height: 100%;
  width: 220px;
  box-sizing: border-box;
  padding-top: 85px;
  background: #fff;
  z-index: 98;
  overflow-y: auto
}

.art_name, .art_promo, .bloqueado, .prod_name, .youtube {
  overflow: hidden
}

.outer_nav, .outer_search {
  background: #000;
  opacity: .5;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 80
}

.nav_content .tp, .nav_content .spanen, .nav_content a, .section_label, .section_menu {
  display: block;
  padding: 10px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer
}

.head_cont .btn_menu, .ir-arriba {
  display: none
}

.nav_content {
  height: 100%
}

.nav_content a {
  color: #000
}

.section_label {
  color: #969397;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  font-weight: 700;
  font-size: 12px;
  text-align: center
}

.nav_content .tp:hover, .nav_content .spanen:hover, .nav_content a:hover, .section_menu:hover {
  background-color: #eff0f1
}

.left_arrow {
  float: left;
  transform: rotate(180deg);
  margin-right: 10px
}

#userlike-tab {
  z-index: 90 !important
}

img {
  max-width: 100%;
  height: auto !important
}

.hiden {
  display: none !important
}

#banner_display .ban_arrow, #newsletter_btn, .art_btn, .art_img, .cart_btn, .cookie_div .cookie_btn, .dot, .index_btn, .ir-arriba, .link, .spanen, .link_boton a, .post_item, .tp, .youtube, .youtube .play-button, .youtube img {
  cursor: pointer
}

footer {
  text-align: center;
  background: var(--color-primario-claro);
  padding: 10px;
  overflow: auto;
  margin-top: 3em;
}

.migas a {
  text-decoration: underline;
  font-size: 12px;
  color: #000
}

footer a {
  color: #000;
  text-decoration: none;
  display: block
}

.fcol {
  border-radius: 5px
}

.migas {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: 5px
}

footer * {
  font-size: 15px;
  line-height: 20px
}

footer p a {
  display: inline-block
}

.ftitle {
  font-weight: 500;
  margin-bottom: 8px
}

footer a:hover {
  text-decoration: underline
}

.copyright {
  clear: both;
  font-weight: 700;
  overflow: auto;
  line-height: 45px;
  color: #fff
}

.copyright span {
  display: block
}

.fcol, .fcol_bck {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left
}

.fcol_bck {
  width: 220px;
  height: 200px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 10px 10px 15px;
  margin-top: 6px
}

.art_btn, .fsep {
  margin-top: 5px
}

.fcol {
  width: 200px;
  /* height: 190px; */
  height: 230px;
  padding: 5px
}

.fcol p {
  text-align: left;
  font-size: 14px
}

.post_item, p {
  text-align: justify
}

.fsep {
  display: block;
  height: 1px
}

.social_btn {
  display: inline-block !important;
  margin: 5px
}

.break {
  clear: both;
  margin: 1em 0;
  border-top: 2px dashed #ccc
}

.migas a:hover {
  text-decoration: underline
}

.link, .spanen, a {
  text-decoration: none
}

.cook_info_btn, .index_btn, .link:hover, .spanen:hover, .newsletter .link {
  text-decoration: underline
}

.post_name {
  color: var(--color-enlace);
}

.art_msg {
  font-size: 22px
}

h3 {
  margin-bottom: 5px;
}

h4 {
  margin-bottom: 3px;
  font-size: 18px
}

.post_date, .tm {
  font-size: 13px
}

#banner_display, .art_btn, .art_list, .art_msg, .art_promo, .block_categories, .block_clusters, .block_highlight, .contact_btn, .cookie_div, .link_boton a, .newsletter, .table_content h3 {
  text-align: center
}

p img {
  margin: 10px
}

.page_content p {
  margin-bottom: 10px
}

.page_content p a {
  font-weight: 700;
  color: var(--color-enlace);
}

.ir-arriba {
  padding: 1px;
  background: var(--color-secundario);
  opacity: 0.5;
  color: #fff;
  position: fixed;
  bottom: 10px;
  left: 10px;
  border-radius: 5px;
  z-index: 9
}

.art_msg, .icon-arrow-up2, .link {
  display: block
}
.spanen {
  display: inline-block;
}
.art_btn, .art_name {
  text-decoration: none;
  font-weight: 700
}

.icon-arrow-up2 {
  background-image: url(https://www.pekecars.com/images/up-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px
}

.tm {
  vertical-align: super;
  margin: 1px
}

.art_frame, .art_item {
  vertical-align: top;
  display: inline-block
}

.art_list {
  padding: 1em 0
}
.block_clusters .prod_cat .spanen {
  text-decoration: none !important;
}
.block_clusters .prod_cat {
  height: auto;
}
.block_clusters .prod_cat .pcat_name {
  margin-top: 0px;
}
.block_clusters .prod_cat .prod_frame {
  height: calc(25vh + 63.5px);
}

.color-prod-amarillo {
  background: var(--color-prod-amarillo);
}
.color-prod-azul {
  background: var(--color-prod-azul);
}
.color-prod-blanco {
  background: var(--color-prod-blanco);
}
.color-prod-gris {
  background: var(--color-prod-gris);
}
.color-prod-granate {
  background: var(--color-prod-rojo);
}
.color-prod-metalizado::before {
  content: "";
  position:absolute;
  top:0;
  left:0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: var(--color-prod-metalizado);
}
.color-prod-naranja {
  background: var(--color-prod-naranja);
}
.color-prod-negro {
  background: var(--color-prod-negro);
}
.color-prod-plata {
  background: var(--color-prod-plata);
}
.color-prod-rojo {
  background: var(--color-prod-rojo);
}
.color-prod-rosa {
  background: var(--color-prod-rosa);
}
.color-prod-verde {
  background: var(--color-prod-verde);
}

.product-item * {
  font-family: var(--fuente-principal);
}

.product-item {
  display: inline-block;
  width: 24%;
  border-radius: 2px;
  margin-bottom: 10px;
  position: relative;
  background: var(--color-gris-claro);
  border: 2px solid var(--color-gris);
  cursor: pointer;
  vertical-align: top;
}

.product-item:hover {
  background: var(--color-gris-hover);
  border: 2px solid var(--color-gris-hover);
}
.product-flash-offer, .product-offer {
  background: #f44051;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  z-index: 9;
  right: 4px;
  top: 4px;
  padding: 3px 5px;
  font-size: 12px;
}
.product-offer {
  background: #ffa500;
}
.product-frame {
  height: 300px;
  max-height: 25vh;
  width: 100%;
  position: relative;
  background: white;
}
.product-image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-colours {
  background: white;
  height: 36px;
}
.product-colours>div {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  margin: 7px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .2);
  position: relative;
  z-index: 2;
}
.product-colours>div.active {
  outline: 1px solid #3a3939;
  outline-offset: 3px;
}
.product-colours > div:hover {
  outline: 1px solid #c3c3c3;
  outline-offset: 3px;
}
.product-url {

}
.product-name {
  margin: 0.25em !important;
  color: #3a3939;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: pretty;
  text-decoration: none;
  font-weight: 500;
}
.product-offers {
  height: 50px;
}
.product-price {
  line-height: 24px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-regular-price {
  color: #c00000;
  font-size: 12px;
  text-decoration: line-through;
  display: block;
}
.product-envio {
  color: #3a3939;
  font-size: 12px;
  margin-bottom: 3px;
  display: block;
}
.product-envio span {
  font-weight: 700;
  color: #118000;
}

.product-item.in-flash {
  border-color: var(--color-rojo);
  background: var(--color-rojo);
}
.product-item.in-flash:hover {
  border-color: #f3283b;
  background: #f3283b;
}
.product-item.in-flash * {
  color: var(--color-blanco);
}
.product-item.in-flash .product-price {
  color: #ffea00;
}

.out-of-stock .product-frame::before {
  content: "";
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
}
.out-of-stock .product-frame::after {
  content: "PRODUCTO \a AGOTADO";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  color: white;
  align-content: center;
  white-space: pre;
}
.out-of-stock .product-image {
  filter: blur(3px);
}
.out-of-stock .product-colours {
  position: relative;
}
.out-of-stock .product-colours::after {
  content: "";
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
}

.block_clusters ol {
  margin: 0px !important;
  display: inline-block;
}

.block_clusters li {
  margin-bottom: 10px !important;
  margin-left: 5px !important;
  text-align: center !important;
  line-height: 16px !important;
}

.pre_art_item {
  vertical-align: top;
  display: inline-block;
  width: 220px;
  height: 326px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  position: relative;
  background: #fff;
}

.art_item {
  width: 220px;
  height: 326px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  position: relative;
  background: #fff
}

.art_flash, .art_msg {
  background: #f44051;
  position: absolute;
  font-weight: 700
}

.art_send {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5
}

.art_promo {
  position: absolute;
  right: -5px;
  top: -4px;
  height: 88px;
  width: 86px
}

.art_msg {
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, .24);
  width: 130px;
  right: -33px;
  top: 16px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.art_msg:after, .art_msg:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ad2b34 transparent transparent;
  content: ".";
  text-indent: -5000px;
  position: absolute
}

.art_msg:before {
  bottom: -4px;
  right: 2px;
  border-width: 5px 4px 0 5px;
  -webkit-transform: rotate(227deg);
  -ms-transform: rotate(227deg);
  transform: rotate(227deg)
}

.art_msg:after {
  bottom: -3px;
  left: 5px;
  border-width: 4px 4px 0 3px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.art_frame {
  height: 220px;
  width: 220px;
  position: relative
}

.art_flash {
  margin-top: 200px;
  color: #fff;
  height: 20px;
  width: 100%;
  border-radius: 2px;
  line-height: 20px;
  font-size: 16px
}

.art_img, .prod_img {
  max-height: 100%;
  margin: auto
}

.art_flash .sp {
  vertical-align: middle
}

.art_img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.art_btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: var(--fuente-principal);
  font-size: 18px !important;
  line-height: 18px;
  padding: 5px 0;
  width: 100%;
  background: #ffa724;
  color: #111
}

.art_name, .newsletter label {
  display: block;
  color: var(--color-texto-blanco);
}

.art_btn:hover {
  opacity: .9
}

.art_btn:active {
  position: relative;
  top: 1px
}

.art_name {
  margin: 0 !important;
  color: #3a3939;
  font-size: 14px;
  line-height: 16px;
  height: 46px;
  text-align:center;
  cursor: pointer;
}

#banner_display .ban_arrow, .art_price, .dot, .newsletter {
  display: inline-block
}

#banner_display .ban_item, .contact_li span, .cookie_div, .logo_min {
  display: none
}

.art_price {
  line-height: 22px;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 2px
}

.art_old_price {
  color: red;
  text-decoration: line-through;
  font-weight: 700
}

.block_categories, .block_clusters, .block_highlight, .block_aviso {
  margin-top: 15px;
  margin-bottom: 25px
}

.block_text p, .block_text h2, .block_text h3, .block_text h4, .block_text ul, .block_text ol, .block_text table {
  margin: 10px;
  margin-top: 0px;
}

.block_highlight {
  padding: 0px;
  border: 2px solid var(--color-secundario);
  margin: 25px 0;
}
.block_highlight .header_destacated {
  margin: 0px !important;
  box-shadow: none;
}
.block_highlight ol li{
	text-align: center!important;
}

.wrapper {
  max-width: 680px;
  margin: 25px auto 50px;
  padding: 0 20px
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: .7
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  z-index: 1;
  opacity: .8;
  border-radius: 6px
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff
}

.youtube .play-button, .youtube .play-button:before, .youtube iframe, .youtube img {
  position: absolute
}

.youtube .play-button, .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.cookie_div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 98vw;
  background: #fbedff;
  z-index: 99;
  border-top: 2px solid #000;
  padding: 1vw
}

.cookie_div p {
  position: relative;
  font-size: 1em
}

.cookie_div .cookie_btn {
  background: #90ee90;
  padding: .5em;
  font-weight: 700;
  margin-top: 5px;
  border-radius: 5px;
  min-width: 20vw;
  outline: 0 !important
}

#banner_display .ban_arrow {
  font-weight: 700;
  background: var(--color-gris);
  color: #232526;
  font-size: 25px;
  width: 30px;
  height: 175px;
  position: relative;
  line-height: 175px;
  user-select: none;
  vertical-align: top;
}

#banner_display .ban_arrow:hover {
  color: #000;
  background: var(--color-gris-hover);
}

.ban_left_arrow {
  margin-left: -30px
}

.dot {
  height: 11px;
  width: 11px;
  background: grey;
  margin: 0 5px;
  border-radius: 6px
}

.dot_act {
  background: var(--color-primario-claro);
}

.newsletter {
  margin: 15px 0px;
}

.newsletter .logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.newsletter .link {
  display: inline-block
}

#newsletter_email {
  padding-left: 5px;
  border-radius: 5px;
  outline: 0 !important;
  border: none !important;
  margin-bottom: 5px;
  width: 272px;
  line-height: 29px
}

#newsletter_btn {
  padding: 5px;
  border: 1px solid #000 !important;
  outline: 0 !important;
  border-radius: 5px;
  font-weight: 700;
  background: var(--color-secundario);
  color: #fff
}

#newsletter_btn:hover {
  border: 1px solid #fff !important
}

#newsletter_btn:active {
  position: relative;
  top: 1px
}

.contact_btn {
  display: none !important;
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  background: #96d979;
  padding: 5px !important
}

.post_item {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08)
}

.call_li {
  display: none
}

.post_item, .prod_cat, .prod_frame {
  display: inline-block;
  vertical-align: top;
  position: relative
}

.prod_cat {
  width: 24%;
  display: inline-block;
  height: 208px;
  margin-bottom: 10px;
  background-color: var(--color-blanco);
  border: 2px solid var(--color-primario-medio-claro);
  border-radius: 2px;
}

.prod_frame {
  height: 150px;
  width: 100%;
  cursor: pointer
}
.prod_cat .prod_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.prod_name {
  height: 37px;
  line-height: 1;
  font-size: 16px
}

.prod_name a h3, .prod_name span h3 {
  font-size: 16px;
  color: #393939;
  margin-top: 5px
}

.pcat_name {
  display: block;
  padding: 5px 0px;
  height: 43px;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--color-primario-medio-claro);
  color: var(--color-blanco);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: pretty;
}

.prod_cat:hover {
  border: 2px solid var(--color-primario);
}

.prod_cat:hover .pcat_name, .prod_cat:hover .more_icon {
  background-color: var(--color-primario);
}

.prod_cat .more_icon {
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 69%;
  background: var(--color-primario-medio-claro);
  color: var(--color-blanco);
  line-height: 95px;
  font-weight: bold;
  font-size: 100px;
  position: absolute;
  user-select: none;
}

.prod_img {
  max-width: 100%;
  width: auto;
  height: auto
}

.post_item {
  width: 80%;
  margin-bottom: 1em;
  margin-right: 0;
  margin-left: 0;
  padding: 5px
}

.cook_btn_all, .cook_check, .post_img {
  margin-right: 10px
}

.post_img {
  float: left;
  max-width: 200px;
  height: auto;
  width: auto
}

.post_name {
  display: block;
  margin: 7px 0;
  font-weight: 700;
  text-transform: uppercase
}

.post_date {
  color: #888;
  text-align: right
}

.table_content {
  border: 2px solid #4D88CC;
  padding: 5px;
  border-radius: 10px;
  max-width: 100%;
  width: auto !important;
  margin: auto auto 1em;
  min-width: 250px
}

.table_content td {
  border: none
}

.table_content h3 {
  margin: 0
}

.table_content p {
  margin-bottom: 5px
}

.clear_both {
  clear: both
}

.header_destacated {
  background: var(--color-secundario);
  color: var(--color-texto-blanco);
  padding: 6px 10px;
  font-weight: 500;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  margin: 0px !important;
  margin-right: 2px !important;
  margin-bottom: 10px !important;
  font-size: 18px;
}

.link_boton a {
  display: block;
  background: #528fd5;
  border-radius: 50px;
  margin: auto auto 15px;
  width: 50%;
  line-height: 2.5;
  font-weight: 700;
  color: #fff;
  text-shadow: .5px .5px #393939
}

.link_boton a:hover {
  color: #393939;
  text-shadow: .5px .5px #fff
}

.link_boton a:active {
  position: relative;
  top: -1px
}

.page_content ul, .page_content ol {
  margin: 10px 3em !important;
}

.page_content ol li, .page_content ul li {
  margin-bottom: 12px;
  text-align: justify;
}

.index_btn {
  font-weight: 700;
  text-align: right;
  display: block;
  font-size: 14px;
  margin-bottom: 5px
}

.cookie_panel table {
  font-family: var(--fuente-principal);
  border-collapse: collapse;
  width: 100%
}

.cookie_panel td, th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px
}

.cookie_panel tr:nth-child(even) {
  background-color: #ddd
}

.cookie_panel table td {
  word-break: break-all
}

.cookie_panel {
  display: inline-block;
  position: fixed;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  width: 99%;
  border-radius: 3px;
  border: 1px solid #ccc;
  z-index: 999;
  max-width: 1119px
}

.cookie_title {
  font-weight: 700;
  display: block
}

.cookie_text {
  display: block;
  font-size: 14px;
  text-align: justify
}

.cook_btns, .cook_checks, .cook_info_btn {
  display: inline-block
}

.cook_checks {
  vertical-align: sub;
  text-align: center
}

.cook_info_btn {
  padding: 5px;
  background: #fff;
  border: none;
  color: #111;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  outline: 0;
  font-weight: 700;
  margin-top: 5px
}

.cook_btns {
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 5px
}

.cook_btn_all {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  border: none;
  outline: 0;
  background: #ffa724;
  font-weight: 700;
  color: #111
}

.cook_btn_save {
  padding: 5px;
  background: #fff;
  border: none;
  outline: 0;
  cursor: pointer
}

.cook_info {
  clear: both;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ccc;
  height: 30vh;
  overflow: auto;
  box-sizing: border-box;
  padding: 5px;
  display: none
}

.block_slider {
  margin-top: .5em;
  margin-bottom: 1em;
  text-align: center
}

.slide_container {
  display: inline-block;
  vertical-align: top;
  overflow-x: auto;
  overflow-y: hidden;
  width: 90%;
  white-space: nowrap;
  padding: 2px;
  box-sizing: border-box;
  scrollbar-width: thin
}

.slide_container .art_item, .slide_container .prod_cat {
  white-space: normal;
  text-align: center
}

.slide_container .art_item, .slide_container .block_categories, .slide_container .block_clusters, .slide_container .prod_cat {
  margin: 0
}
.slide_container::-webkit-scrollbar {
  height: 10px
}

.slide_container::-webkit-scrollbar-track {
  background: var(--color-gris);
  border: 1px solid #cdcdcd
}

.slide_container::-webkit-scrollbar-thumb {
  background-color: #cdcdcd
}

.lat_slide {
  border: 2px solid #cdcdcd;
  display: inline-block;
  vertical-align: bottom;
  width: 3.5%;
  color: #cdcdcd;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  user-select: none
}

.lat_slide:hover {
  border: 2px solid var(--color-primario);
  color: var(--color-primario);
}

.compare_table {
  margin-bottom: 1em;
  overflow-x: auto;
  max-width: 95vw;
  text-align: center
}

.compare_table tr:nth-child(even) {
  background-color: #fafafa
}

.compare_table th {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center
}

.compare_table a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #3f51b5
}

.compare_table table {
  width: max-content !important
}

.compare_table .tc_prod_img {
  width: auto !important;
  height: auto !important;
  max-width: 100px !important;
  max-height: 100px !important
}

.background_menu {
  display: none;
  position: fixed;
  background: black;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
}

.filter_div {
  background-color: #FFF;
  /* background-color: #F6F6F6; */
  position: fixed;
  height: 100vh;
  width: 85vw;
  top: 0px;
  right: -100%;
  z-index: 99999999;
  transition: 0.5s;
  text-align: left;
  color: #3d3d3d !important;
  max-width: 400px;
}

.filter_div.bloqueado .block_filter_div, .filter_div.bloqueado .spinner_filter {
  display: block;
}

.fp_pagination {
  text-align: center;
  padding: 5px 10px;
  padding-top: 0px;
  margin-top: 10px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  min-height: 47px;
}
.fp_num_art {
  float: left;
  font-size: 14px;
  color: #888;
  font-weight: normal;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  border: none;
  background: white !important;
}
[class*='umm-'] {
  z-index: 100 !important;
}
.fp_filter {
  color: #3d3d3d;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  /* height: 40px; */
  float: right;
  line-height: 30px;
  font-weight: bold;
  border: 1px solid #3d3d3d;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
}
.fp_filter:hover {
  border: 1px solid #f4f4f4;
}
.fp_filter:active {
  border: 1px solid #fff;
}
.fp_icon {
  vertical-align: middle;
  width: auto;
  display: inline-block;
}
.fp_page_cont {
  display: inline-block;
  margin-top: 5px;
}
.fpp_arrow {
  font-weight: bold !important;
}
.fp_page {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #3d3d3d;
  border: 1px solid #f4f4f4;
  font-weight: normal;
  display: inline-block;
}
.fp_page:hover {
  border: 1px solid #3d3d3d;
}
.fp_page:active {
  border: 1px solid #fff;
}
.fp_page.active {
    background: white;
    cursor: default;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    font-weight: bold;
}

.block_filter_div {
  display: none;
  position: absolute;
  width: 85vw;
  right: 0px;
  top: 0px;
  opacity: 0.5;
  background: white;
  height: 100vh;
  line-height: 100vh;
  text-align: center;
  z-index: 99;
}
.spinner_filter{
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 50px;
  top: 45%;
  right: 45%;
  z-index: 100;
  color: #3d3d3d;
  -webkit-animation:spin 0.3s linear infinite;
  -moz-animation:spin 0.3s linear infinite;
  animation:spin 0.3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.filter_div_top {
  border-bottom: 1px solid #f4f4f4;
  position: absolute;
  width: 85vw;
  right: 0px;
  top: 0px;
  padding: 5px 0px;
  background: #fff;
  max-width: 400px;
}
.filter_div_params {
  padding-top: 40px !important;
  padding-bottom: 50px !important;
  overflow: auto;
  height: 100vh;
  padding: 10px;
}
.filter_div_top span {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}
.filter_options label, .filter_main_options label {
  display: block;
  margin-top: 5px;
  cursor: pointer;
  font-weight: bold;
}
.fp_empty {
  padding: 10px;
  text-align: center;
  transition: 0s !important;
}
.fp_sel {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 4px;
  height: 30px;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
.filter_div_bottom {
  width: 85vw;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px 0px;
  border-top: 1px solid #f4f4f4;
  background: #fff;
  max-width: 400px;
}
.fp_close {
  display: block;
  float: right;
  background: #3f51b5;
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
}
.filter_op {
  background: #f4f4f4;
  padding: 2px;
  margin: 5px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
}
.filter_op.active {
  border: 1px solid #3f51b5;
  color: #3f51b5;
}
.filter_div ul li .filter_options {
  display: none;
}
.filter_div ul > li {
  font-weight: bold;
  margin: 0px;
  cursor: pointer;
  list-style: none !important;
}
.arrow {
  float: right;
  width: 13px !important;
}
.filter_div ul li .arrow {
  width: auto;
  display: inline-block;
}

.filter_div ul li.rotate .arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.filter_div ul li.active .filter_options {
  display: block;
  padding: 10px;
  /* max-height: 120px; */
  overflow: auto;
}

.filter_div.open {
  right: 0px;
}
.filter_div span {
  font-weight: bold;
}
.del_op {
  color: #ff0000;
  margin: 0px 5px;
  font-size: 16px;
  line-height: 14px;
}
.delete_filters {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  padding: 5px;
  vertical-align: sub;
  color: #3D3D3D;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
  font-weight: bold;
}

.last_posts {
  text-align: center;
}
.last_posts .post_item {
  width: 22%;
  height: 171px;
  display: inline-block;
  overflow: hidden;
}
.last_posts .post_item:hover {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 32%), 0 0 0 1px rgb(0 0 0 / 16%);
}
.last_posts .post_frame {
  display: inline-block;
  width: 25% !important;
  vertical-align: top;
}
.last_posts .post_img {
  width: 100%;
}
.last_posts .post_name {
  font-size: 14px;
  text-align: center;
  margin: 0px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 5px;
}
.last_posts .post_desc {
  font-size: 14px;
  display: inline-block;
  width: 70%;
  text-align: center;
}
.accordion {
  padding: 10px;
}
.accordion .card {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.accordion .card_header {
  padding-top: 1em;
  padding-bottom: 1em;
  user-select: none;
}
.accordion .card_body {
  display: none;
  padding-bottom: 1em;
}
.accordion .card.active .card_body {
  display: block;
}
.accordion .down_arrow {
  float: right;
  font-size: 22px;
  margin-right: 10px;
  line-height: 18px;
  transform: rotate(90deg);
}
.accordion .card.active .down_arrow {
  transform: rotate(-90deg);
}
.accordion h3 {
  margin: 0px;
  font-size: 18px;
}

@media only screen and (max-width:1306px), only screen and (max-device-width:1306px) {
  footer {
    padding: 5px
  }

  .fcols {
    background: #fff;
    text-align: left;
    border-radius: 5px
  }

  .fcol {
    margin: 0;
    padding-bottom: 10px
  }
}

@media only screen and (max-width:1010px), only screen and (max-device-width:1010px) {

  .product-item {
    width: 48%;
  }
  .product-frame {
    max-height: 30vh;
  }
  .prod_cat {
    width: 48%;
  }
  .block_clusters .prod_cat .prod_frame {
    height: calc(30vh + 63.5px);
  }
  .btn_cart, .btn_menu, .btn_search, .contact_btn, .inp_search {
    border-radius: 0
  }

  h1 {
    font-size: 20px
  }

  h2 {
    font-size: 21px
  }

  h3 {
    font-size: 18px
  }

  h4 {
    font-size: 17px
  }

  body {
    margin-top: 0;
    padding-top: 45px
  }

  .nav_bar {
    display: none
  }

  .head {
    border-bottom: 1px solid #ccc;
    height: 40px
  }

  .btn_menu {
    display: block !important;
    background: 0 0;
    width: 36px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    float: left
  }

  .btn_cart, .open_search {
    height: 40px;
    line-height: 62px;
    font-size: 10px
  }

  .btn_menu span, .menu_icon {
    vertical-align: middle;
    margin: 0
  }

  .menu_icon {
    margin-top: -12px !important
  }

  .btn_menu span {
    color: #000 !important;
    position: absolute;
    left: 12px;
    top: 18px;
    text-decoration: none !important;
    font-size: 10px
  }

  .logo_icon {
    float: none
  }

  .logo_icon i {
    width: 160px;
    height: 40px;
    background-position: -195.5px -2.5px
  }

  .open_search {
    display: block;
    width: 45px;
    float: right;
    font-weight: 700
  }

  .open_search i {
    position: absolute;
    width: 20px;
    margin-top: 3px;
    margin-left: 5px
  }

  .btn_cart {
    margin: 0;
    width: 45px;
    overflow: hidden;
    background: 0 0;
    color: #000
  }

  .btn_cart i {
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
    width: 24px;
    height: 24px;
    background-position: -31.5px -2.5px
  }

  .btn_cart:active {
    background-color: #eff0f1
  }

  .div_search {
    display: inline-block;
    display: none;
    height: 37px;
    line-height: 20px;
    position: fixed;
    left: 0;
    width: 100%;
    top: 41px
  }

  .inp_search {
    width: 100%;
    box-sizing: border-box
  }

  .btn_search {
    position: absolute;
    right: 0
  }

  .search_cont {
    margin-top: 78px;
    height: 70%
  }

  ._nav {
    padding-top: 40px
  }

  footer {
    padding-bottom: 66px
  }

  .contact_btn {
    position: static;
    bottom: auto;
    right: auto;
    height: auto;
    width: auto;
    background: 0 0;
    padding: 0 5px !important;
    text-align: left;
    display: block !important
  }

  .contact_btn i {
    vertical-align: middle
  }

  .contact_li span {
    display: inline-block;
    margin-left: 5px
  }

  .search_close, .side_content {
    display: none
  }

  #userlike-tab {
    right: auto !important;
    left: 10px !important
  }
}

@media only screen and (max-width:717px), only screen and (max-device-width:717px) {
  .newsletter {
    width: 100%;
    padding: 5px 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0
  }
  .header_destacated {
    margin-right: 0px !important;
  }
  [class*='umm-'] {
    right: 10px !important;
    bottom: 10px !important;
    /* scale: 0.9; */
  }
}

@media only screen and (max-width:480px), only screen and (max-device-width:480px), only screen and (max-height:386px), only screen and (max-device-height:386px) {
  .product-price {
    font-size: 24px;
  }
  .product-regular-price {
    font-size: 13px;
  }
  .slide_container .product-item, .slide_container .prod_cat {
    width: 40% !important;
  }
  .last_posts .post_item {
    width: 180px;
    height: 181px;
  }
  .last_posts .post_name {
    font-size: 13px;
    height: 54px;
  }
  .last_posts .post_desc {
    font-size: 13px;
    text-align: center;
    padding: 0px !important;
  }
  .filter_div ul > li{
    padding: 4px;
    border: 1px solid #f4f4f4;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .filter_div ul > li:first-child {
    border-top: 2px solid #f4f4f4;
  }
  .filter_div ul > li:last-child {
    border-bottom: 2px solid #f4f4f4;
  }
  .filter_main_options {
    margin-bottom: 100px;
  }
  .filter_options label, .filter_main_options label {
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    padding: 5px;
  }
  .call_li, p img {
    display: block
  }

  .contact_btn, .ftitle, .post_item {
    text-align: center
  }

  .col_two, p img {
    float: none !important
  }

  h1, h2, h3, h4, p {
    /* padding: 0 10px */
  }

  p {
    line-height: 1.2;
    font-weight: 400
  }

  p img {
    margin: auto
  }

  footer * {
    line-height: 30px
  }

  .fcols {
    background: 0 0
  }

  .fcol {
    width: 96%;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 2%
  }

  .copyright span {
    font-size: 12px
  }

  .pre_art_item {
    width: 161px;
    height: 270px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 1px
  }

  .art_item {
    width: 161px;
    height: 270px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 1px
  }

  .block_clusters li {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .art_promo {
    right: -3px;
    top: -3px;
    height: 65px;
    width: 65px
  }

  .art_name {
    font-size: 13px
  }

  .art_msg {
    font-size: 15px;
    line-height: 20px;
    width: 90px;
    right: -22px;
    top: 14px
  }

  .art_msg:before {
    bottom: -2px;
    right: 0;
    border-width: 4px 4px 0 3px
  }

  .art_msg:after {
    bottom: -3px;
    left: -2px
  }

  .sp-envio {
    width: 50px;
    height: 50px;
    background-position: -2.5px -82.5px
  }

  .art_frame {
    width: 159px;
    height: 159px
  }

  .art_flash {
    margin-top: 139px
  }

  .art_btn {
    width: 99%
  }

  .call_li i {
    vertical-align: middle
  }

  .post_item {
    width: 95%
  }

  .post_img {
    float: none;
    display: inline-block;
    max-width: 100%;
    max-height: 200px;
    margin-right: 0
  }

  .link_boton a {
    width: 100%;
    border-radius: 5px
  }

  .icon-arrow-up2 {
    width: 24px;
    height: 24px
  }

  .slide_container {
    width: 100%
  }

  .lat_slide {
    display: none
  }

}

@media only screen and (max-width:462px), only screen and (max-device-width:462px) {
  #banner_display .ban_arrow {
    display: none
  }
}

@media only screen and (max-width:375px), only screen and (max-device-width:375px) {
  .newsletter .logo {
    display: none
  }
}

@media only screen and (max-width:325px), only screen and (max-device-width:325px) {
  .copyright span {
    font-size: 11.5px
  }
}

p.link_boton a {
  color: #fff
}
