
/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
 	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}
/* mouse grab icon */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
.customNavigation {
    position: absolute;
    z-index: 7;
    width: 100%;
    direction: ltr !important;
    text-align: center;
    clear: both;
    top: auto;
    left: auto;
    right: 8px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    bottom: 45px;
}
.tmcategory-container .customNavigation {
    top: 43%;
}
.js-qv-mask.mask.additional_slider .customNavigation{
  top: 30%;
   opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    width: 100%;
    left: 0;
    right: 0;
}
.js-qv-mask.mask.additional_slider .customNavigation a.prev{
  left: 0;
}
.js-qv-mask.mask.additional_slider .customNavigation a{
  border-color: #111;
}
.js-qv-mask.mask.additional_slider .customNavigation a.next{
  right: 0;
}
.customNavigation a {
    position: absolute;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    overflow: hidden;
    height: 35px;
    width: 35px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    background: #fff;
    border: 2px solid #fff;
}
.customNavigation a::before{
    position: absolute;
    font-size: 25px;
    color: #555;
    font-family: fontawesome;
    left: 1px;
    top: 0;
    line-height: 30px;
    left: 0;
    right: 0;
    font-weight: 100;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.customNavigation a.prev::before{
    content: "\f104";
}
.customNavigation a.next::before{
    content: "\f105";
}
.customNavigation a.prev {
    left: auto;
    right: 35px;
}
.customNavigation a.next {
    right: 0;
}
.customNavigation a:hover::before {
    color: #fff;
}
.customNavigation a:hover {
    background: #000;
    border-color: #000;
}
.js-qv-mask.mask.additional_slider:hover .customNavigation, .blockinstagram:hover .customNavigation{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1; 
}
.lastest_block.block .customNavigation {
    top: 37%;
}
@media (max-width: 1902px){
  .lastest_block.block .customNavigation {
      top: 34%;
  }
}
@media (max-width: 1599px){
  .lastest_block.block .customNavigation {
      top: 30%;
  }
}
@media (max-width: 1199px){
  .lastest_block.block .customNavigation {
      top: 29%;
  }
}
@media (max-width: 991px){
  .tmcategory-container .customNavigation {
      top: 40%;
  }
    .lastest_block .customNavigation {
        top: 29%;
    }
    .js-qv-mask.mask.additional_slider .customNavigation {
      top: 25%;
  }
  .customNavigation {
      top: 47.5%;
      width: 100%;
      left: 0;
      right: 0;
      bottom: auto;
  }
  .customNavigation a{
    border:2px solid #111;
  }
  .customNavigation a.prev{
    left: 0;
    right: auto;
  }
  .lastest_block.block .customNavigation {
      top: 31%;
  }
}
@media (max-width: 767px){
  .lastest_block.block .customNavigation{
      top: 26%;
  }
  .blockinstagram .customNavigation {
      top: 50%;
  }
  .customNavigation{
    top: 42%;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
  }
  .tmcategory-container .customNavigation {
      top: 36%;
  }
  #product .customNavigation{
    top: 34%;
  }
}
@media (max-width: 479px){
  .customNavigation{
    top: 40%;
  }
  .blockinstagram .customNavigation {
      top: 43%;
  }
  .customNavigation a::before{
    line-height: 21px;
    font-size: 16px;
  }
  .customNavigation a{
    width: 25px;
    height: 25px;
  }
  #product .customNavigation {
      top: 24%;
  }
}

/********************************************************
     CAMBIOS LUIS Templatemela Custom Styles
********************************************************/

.available-sizes {
  text-align: left;
  font-size: 11px;
  color: grey;
  position: absolute;
  /*left: 15px;*/
  top:15px;
  width: 90%;

}

@media (max-width: 479px){
.available-sizes {
  top: 9.5em;
  left: 0px;
  /*display: none;*/
}

}


.modal-body .col-md-6 {
    text-align: center;
}

.adtm_sub .available-sizes {
    display: none;
}

.agotado {
  position: absolute;
  z-index: 9;
  top: 10px;
  /* left: 10px; */
  right: 10px;
  background: black;
  padding: 3px;
  color: white;
}

.agotado-producto {
  position: absolute;
  z-index: 9;
  right: 20px;
  top:20px;
  color: white;
  font-size: 1.5em;
  background-color: black;
  padding-right: 10px;
  padding-left: 10px;
}

.new {
  opacity: 1 !important;
  top: 15px !important;
  /*left: 15px !important;*/
  position: absolute;
}

.product-miniature:hover .new {
  display: none;
}

.product-miniature:hover .list-oa-features.oa-features{
  display: none;
}

.productcats{
  font-size:10px;
  margin: 0px;
}

.productcats li{
  display: inline;
  padding-right: 10px;
}

.h1.products-section-title.text-uppercase {
  font-size: 20px;
  text-transform: uppercase !important;
  /*padding-top: 40px;*/
}

.slide.tmleftbanner-container {
  padding-bottom: 10px;
}

.lastest_posts .post{
  width: 24%;
  display: inline-flex;
  margin-left: 6px;
}

@media (max-width: 720px){
  .lastest_posts .post{
  width: 47%;
  display: inline-flex;
}
}

.postTittle {
  margin-top: 10px;
}
.right-part .list-oa-features.oa-features {
  display: none;
}
/*FIX LUIS CSS BLOG*/
.blog-post .col-md-3.col-sm-6.col-xs-12 {
  width: auto;
}
.blog-post .col-md-4.col-sm-6.col-xs-12 {
  width: auto;
}

.blog-3-columnas img {
  width: 33%;
  height: auto;
  float: left;
}

@media (max-width: 720px) {
  .blog-3-columnas img {
  width: 100%;
  height: auto;
  float: left;
}
}

@media (max-width: 767px){
  .product-flags .available-sizes{
  opacity: 0 !important;
}
}

.col-xs-6.col-sm-6.col-md-4 img {
  width: auto;
  height: auto;
}

.col-md-4.col-sm-6.col-xs-12 img {
  width: auto;
  height: auto;
}

/*FIX LUIS CUANDO AÑADIMOS PROMO ARRIBA*/

#search_widget{
	/*margin:55px 0 10px auto;*/
}
#_desktop_user_info {
	/*margin: 60px 0 0 25px !important;*/
}
#_desktop_cart {
	/*margin: 60px 15px 0px !important;*/
}
/*FIN FIX LUIS*/

.language-selector .dropdown-item {
  padding: 5px;
}

/*custom css Newsletter suscription*/
.aviso-legal-newsletter p {
  font-size: 10px !important;
  text-align: left;
}

.colaboracion-joma-1 {
  background: url("https://www.thesneakerone.com/img/cms/joma-x-thesneakerone/colaboracion-joma-x-thesneakerone.jpg");
  color: white;
  padding: 35px;
  font-size: 15px;
/*  margin-right: 20px;
  margin-left: 5px;*/
}

.colaboracion-joma-2 {
  padding: 35px;
  font-size: 15px;
/*  margin-right: 20px;
  margin-left: 5px;*/
}

.col-md-4.col-sm-6.col-xs-12.galeria {
  width: 33%;
}

.talla:hover {
  background: black;
  color: white;
}

#lipsum-imagen-cabecera {
  background: white;
}

.active_filters{
  display: none;
}

#tallas {
  border: dotted 1px grey;
  padding-bottom: 10px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

#tallas:hover {
  border: solid 1px black;
}


.carousel .carousel-item .caption {
  position: absolute !important;
  bottom: 0px !important;
  top: 0px !important;
  color: #FFF !important;
  left: 0px !important;
  max-width: 100% !important;
}

.inicio-sesion {
  font-size: 25px;
  font-variant: all-petite-caps;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

#create-login {
  background: green;
  border: solid green;
  width: auto;
}

#js-checkout-summary {
  border: 1px solid #cecece;
  padding-top: 25px;
  padding-bottom: 5px;
}

/*SOCIAL LINKS FOOTER*/

.footer-bottom {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
  border-top: 1px solid #c3c3c3;
  margin-top: 30px;
}

.soacillink li {
  float: left;
  letter-spacing: 1.5px;
}


ul.soacillink li a::before {
  content: "\f135";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}

ul.soacillink li a[href*="facebook.com"]::before {
  content: "\f09a";
}
ul.soacillink li a[href*="twitter.com"]::before {
  content: "\f099";
}
ul.soacillink li a[href*="youtube.com"]::before {
  content: "\f167";
}
ul.soacillink li a[href*="instagram.com"]::before {
  content: "\f16d";
}
ul.soacillink li a[href*="plus.google.com"]::before {
  content: "\f0d4";
}

.footer-bottom .block-social li a {
  font-size: 0px !important;
}

.zend_form {
  width: 100%;
  border: 2px dashed;
  padding: 15px;
}
.blog-post img {
  height: auto;
}


.code {
  border: 2px solid;
  padding: 5px;
  border-radius: 10px;
}
.relacionados .product-miniature.js-product-miniature {
  width: 14%;
  float: left;
}



@media (max-width: 720px) {
  .relacionados .product-miniature.js-product-miniature {
  width: 30%;
  padding-left: 5px;
}
}

.ppb89 .relacionados .product-miniature.js-product-miniature {
  width: 25%;
}

@media (max-width: 720px) {
.ppb89 .relacionados .product-miniature.js-product-miniature {
  width: 50%;
}
}

.ppb90 .relacionados .product-miniature.js-product-miniature {
  width: 25%;
}

@media (max-width: 720px) {
.ppb90 .relacionados .product-miniature.js-product-miniature {
  width: 50%;
}
}

.ppb114 .relacionados .product-miniature.js-product-miniature {
  width: 25%;
}

@media (max-width: 720px) {
.ppb114 .relacionados .product-miniature.js-product-miniature {
  width: 50%;
}
}


.card {
    font-family: 'Open Sans',sans-serif;
    box-shadow: none !important;
    padding: 10px !important;
    margin-bottom: 0px !important;
}

.products img{
  width: 100%;
}

.products .product_list li.product_item, .products .product_list li.item{
  padding: none !important;
}


.df-classic [data-role="close"]{
  display: block;
  margin-right: 10px;
  float: right;
  margin-top: 20px;
  width: 32px;
  height: 32px;
  background: #f3f5f7 url("https://www.thesneakerone.com/themes/PRSADD134/assets/css/img/search_close.png") no-repeat center center;
  border-radius: 100%;
  text-align: left;
  text-indent: 100%;
  overflow: hidden;
}

#lipsum-imagen-cabecera {
  padding-top: 15px;
}

#tmcmsblock:hover {
	opacity: 0.5;
}


/*CODE RIL BOX FILTROS*/

.chosen-container-multi .chosen-choices {
    border-radius: 5px;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    
}
.chosen-container-single .chosen-single {
    height: 29px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #555;
}
ul.chosen-choices li.search-field:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: red;
    position: absolute;
    z-index: 9;
    right: 6px;
    bottom: 9px;
    color: #888888;
} 

.rebajas-top.fire {
  background: white url("https://www.thesneakerone.com/img/cms/banner inicio/2019/190319-DB-POP-UP 3.jpg") repeat fixed ;
}


 @media (max-width: 720px) {
.col-xs-6.col-md-3.boxtiendas-map {
  overflow: hidden !important;
  max-height: 135px !important;
  padding: 5px !important;
}
.col-xs-6.col-md-3.boxtiendas {
  padding: 5px;
 }
h3, .h3 {
  font-size: 1rem;
}
  }

.page-active {
  height: 40px;
  margin: 0;
  padding: 8px 15px;
  color: black;
  background: #cccc;
  display: block;
  border: 1px solid #ddd;
  line-height: 24px;
  font-weight: 600;
  float: left;
}

.pagination {
  display: flex !important;
  justify-content: center !important;
}

#csinstagramfeed {
  padding: 5px 0 20px;
  margin-bottom: 25px;
  /*border-bottom: 1px solid;
  border-top: 1px solid;*/
}

 @media (max-width: 720px) {
  .title-ig {
  padding-top: 25px;
  text-align: center;
}
#block-reassurance li{
  width: 50% !important;
}
}
.parallax {
  /* The image used https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_parallax */
  background-image: url("img_parallax.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.iconos-faqs {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.zopim {
  margin-bottom: 25px !important;
}

/* CAMBIOS SUGERIDOS RIL CAMBIADOS POR LUIS 30-4-2019 */

#header .header-top .header_logo {
  /*margin: 55px 15px 0 auto !important;*/
}

#adtm_menu{
	margin: 0 10px 0 5px !important;
}

#content-wrapper, .layout-left-column #content-wrapper, .layout-right-column #content-wrapper, #left-column, #right-column {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0;
}

@media (max-width: 479px) {
.mobile-menu {
  float: left;
  margin: 19px 0px 0px 10px !important;
}

.footer-container .links{
  text-align: center;
}

.footer.pull-xs-right {
  display:none !important;
}
.footer-container .links{
  float: none !important;
}
.material-icons.add {
  display: none;
}
}

.baked-head {
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 5px;
}

.post-inner {
  padding: 5px;
}

.precio-productos {
  float: left;
  width: 30%;
  padding-top: 22px;
  margin-right: 15px;
}

.comprar-producto {
  float: left;
  width: 61%;
  padding-bottom: 5px;
}

.comprar-producto .btn {
  height: 75px;
}

.mostrar-descuento {
  background: red;
  color: white;
  width: 95%;
  height: 40px;
  padding-top: 10px;
  text-align: center;
}

.oferta-pvp.discount.discount-percentage {
  background: #FF4538;
  width: 95%;
  height: 40px;
  color: white;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
 }

.newproductsslider-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase !important;
  padding-bottom: 20px;
}

.title-ig {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase !important;
  padding-top: 50px;
  padding-bottom: 15px;
}

#main {
  margin-top: 20px;
}

.page-home {
  right: 0px !important;
  left: 0px !important;
  margin-top: -20px !important;
}

.products .product_list{
    padding: none !important;
}



.moduletable.lastestnews {
  margin-right: 5px !important;
  margin-left: 5px;
  margin-top: 15px;
}


.all-product-link.portada {
  width: 100%;
  text-align: center;
}

.soacillink {
  margin-top: 10px;
  padding-left: 0px;
}

.soacillink li{
  font-size: 0px;
  display: contents;
}

.idiomas {
  display: inline-flex;
  margin: 5px;
}


.idiomas li{
  padding-right: 10px;
}

.zopim {
  right: 0px !important;
}

 @media (max-width: 720px) { .idiomas {
  margin-bottom: 50px;
}
.ppb89 .product_item.col-xs-4.col-sm-2.col-md-2.col-lg-2 {
  width: 50%;
}

.comprar-producto {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
.precio-productos {
  float: none;
  width: 100%;
  padding-top: 22px;
  margin-right: 0px;
  text-align: center;
}
.oferta-pvp.discount.discount-percentage{
  width: 99%;
}

.clearfix.product-variants-item {
  text-align: center;
}
.productcats {
  margin-bottom: 15px;
}

#main {
  margin-top: 0px;
}
#product .product-page .product-information .product-add-to-cart{
  margin-top: 10px;
}
.imagen-ref {
  display: block;
  text-align: center;
}
.product-flag.new {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 15px;
  left: 0px !important;
}
}

.featured-products.clearfix {
  padding-bottom: 35px;
  padding-top: 10px;
}

.hidden-md-up.text-xs-right.up {
  padding-top: 30px;
}

.banner-joma-tso {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 15px;
}

.blogkoko {
	margin: 0 25px;
}

#ppb89 .product_item.col-xs-4.col-sm-2.col-md-2.col-lg-2 {
  width: 25% !important;
}


/* POP UP GUIA DE TALLAS */

.apc-popup {
	top: 30px !important;
}

@media (max-width: 767px) {
.apc-popup {
  top: 20px !important;
}
}
/*.fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened {
  /*width: auto !important;
  left: 20% !important;
  right: 10%;
}*/

#enviosdevolucionesgratis {
  cursor: pointer;
}

#bottom {
  z-index: 99999999 !important;
}

/* CAMBIOS RIL 14/05/19 MEGAMENÚ */

.adtm_sub {
  padding: 20px !important;
  width: 900px !important;
  left: -250px !important;
  z-index: 9999999 !important;
}

#adtm_menu td.adtm_column_wrap_td {
  padding:20px;
}

@media (max-width: 1060px) {
  .adtm_sub {
    left: 0 !important;
}

}

@media (max-width: 767px) {
  .adtm_sub {
    width: 100% !important;
  }

  #adtm_menu td.adtm_column_wrap_td {
    padding:0px;
    padding-bottom: 20px;
  }

  #adtm_menu .adtm_column ul.adtm_elements li a {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  #adtm_menu .adtm_column_wrap span.column_wrap_title {
    margin-top: 20px;
  }

}


/* ---- estilos rIL -----*/

ul.bloq-valor {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
}

#block-reassurance .elemento-valor {
    border: 1px solid #f5f5f5 !important;
    flex: 0 0 24% !important;
    width: 24% !important;
    margin: 5px !important;
}

.img-valor {
    display: block;
    max-width: 300px!important;
    margin: auto !important;
    width: 60% !important;
}

.block-reassurance-item {
    text-align: center !important;
}

.enlace-valor:hover {
    color: rgb(119, 119, 119) !important;
}

.content-preguntas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.col-preguntas {
    flex: 0 0 49%;
    background-color: #f9f9f9 !important;
    color: #777777 !important;
    padding: 30px;
    text-align: center;
    margin: 5px;
    position: relative;
}

.col-entera {
    flex: 0 0 100%;
    background-color: #f9f9f9 !important;
    color: #777777 !important;
    padding: 30px;
    text-align: center;
    margin: 5px;
    position: relative;
}

.col-preguntas p {
    font-size: 15px !important;
    line-height: 25px !important;

}

.col-preguntas .tit-pregunta, .col-entera .tit-pregunta {
    font-size: 20px!important;
    line-height: 30px!important;
    padding-bottom: 10px!important;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600 !important;
}

.btn-mas-info {
    width: 400px;
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    padding: 20px;
    display: block;
    border: 1px solid #777;
    transition: all 0.5s ease;
    font-size: 17px!important;
    text-align: center !important;
    margin: auto !important;
    left: 0;
    right: 0;
}

.btn-mas-info:hover {
    background-color: #FF4538;
    color: #fff !important;
    display: block;
    border: 1px solid #FF4538;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
    transition: all 0.5s ease;
}

.txt-pregunta {
    margin-bottom: 85px !important;
}
.txt-pregunta-envio {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.col-preguntas .tit-devo {
    text-transform: uppercase !important;
    text-align: center !important;
    margin-bottom: 100px !important;
    font-weight: 300 !important;
    font-size: 25px !important;
}

.bloq-mapa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloq-mapa .col-leyenda {
    flex: 0 0 29%;
}

.bloq-mapa .col-mapa{
    flex: 0 0 69%;
    padding: 20px;
    background-color: #fff;
}


@media (max-width: 768px) {
    #block-reassurance .elemento-valor {
        border: 1px solid #f5f5f5 !important;
        flex: 0 0 23% !important; /*cambio luis 48 x 24*/
        margin: 5px !important;
    }
    .img-valor {
        width: 80% !important;
    }
    .btn-mas-info {
        width:  90% !important;
    }
    .col-preguntas {
        padding: 15px;
        flex: 0 0 48%;
    }
    .col-preguntas .tit-pregunta {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .img-faq {
        display: block !important;
        margin: auto !important;
        width: 70% !important;
    }
    .btn-mas-info {
        padding: 15px;
    }

}

@media (max-width: 425px) {
    #block-reassurance .elemento-valor {
        flex: 0 0 47% !important;
        margin: 3px !important;
    }
    ul.bloq-valor {
        justify-content: space-around;
    }
    .col-preguntas {
        padding: 20px;
        flex: 0 0 96%;
    }
    .content-preguntas {
        justify-content: center !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-header h1.h1 {
        text-align: center !important;
        padding-top: 20px !important;
    }
}

/* fin ril*/



ul.nested-sitemap-son {
	display: flex !important;
	background-color: #f9f9f9 !important;
	color: #777777 !important;
	padding: 0px 0px 0px 20px;
	margin: 5px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#son-sitemap .item-flex {
	padding-right: 50px;
	font-size: 14px;
}

@media (max-width: 425px) {
#son-sitemap .item-flex {
	padding-right: 0px;
	font-size: 14px;
}
}


.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 16000003;
}


.btn-mas-info-popup {
	width: 250px;
	background-color: #fff;
	padding: 20px;
	display: block;
	border: 1px solid #777;
	transition: all 0.5s ease;
	font-size: 17px !important;
	text-align: center !important;
	margin: auto !important;
	left: 0;
	right: 0;
}

.btn-mas-info-popup:hover {
	background-color: #FF4538;
	color: #fff !important;
	display: block;
	border: 1px solid #FF4538;
	box-shadow: 0 10px 20px rgba(0,0,0,.15) !important;
	transition: all 0.5s ease;
}

#homeslider-container:hover {
	opacity: .5;
}

.homeslider_nav{
  display: none !important; 
}

/* FIX LUIS MENU  REBAJAS*/
#adtm_menu {
	border: 0px !important;
}

@media (max-width: 425px) {li.advtm_menu_11 a.a-niveau1 {
  border-width: 0px 0px 2px 0px !important;
}
}

.advtm_column_wrap_td_10 {
  width: auto !important;
}

img.adtm_menu_icon {
  vertical-align: top;
  margin-right: 3px;
  width: 100%;
  height: auto;
}

#payment-option-2-container img {
  width: 200px !important;
}

.btn.btn-primary.btn-recupera {
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    min-height: 40px;
}

.btn.btn-primary.btn-cupon {
    margin: auto;
    margin-top: 15px;
    width: 100%;
    background: #c3c3c3;
    border-color: #c3c3c3;
    color: #000;
    transition: all 0.4 ease;
}


.btn.btn-primary.btn-cupon:hover {
    background: #000;
    border-color: #000;
    color: #c3c3c3;
    transition: all 0.4 ease;
}

.btn.btn-primary.btn-caja {
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    min-height: 40px;
    max-width: 400px;
    margin-bottom: 15px;
}

.btn.btn-primary.btn-continuar  {
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    float: right;
}


.homeslider-container {
  margin-bottom: 25px;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 25px;
}

/*FIX LUIS IPAD VIEW*/

@media (min-width: 425px) and (max-width: 768px){
	.col-md-4 
	{float: left;
	width: 50% !important; }
	.col-md-8 
	{float: left;
	width: 50% !important; }
}

.description-short {
  display: block;
  padding-top: 35px;
}

svg:not(:root){
	display: block !important;
}


/* ESTILOS PRODUCTO MÓVIL RIL 020221 */

.delivery-information { /*no poner en la buena*/
  display: none;
}

/* TALLAS */

  .input-color:checked + span, 
  .input-color:hover + span, 
  .input-radio:checked + span, 
  .input-radio:hover + span {
    border: 1px #000 solid !important;
    background-color: #000 !important;
    color: #fff !important;
    font: normal normal normal 10px/24px Poppins;

  }

  .input-radio {
    width: 45px!important;
    height: 45px!important;
  }

  .radio-label {
    box-shadow: none !important;
    width: 45px!important;
    height: 45px!important;
    font: normal normal normal 10px/24px Poppins;
    color: #000 !important;
    border: 1px #000 solid !important;
  }

  .product-variants > .product-variants-item ul li {
      /* margin-right: 0.625rem; */
      margin-right: 10px;
      margin-top: 10px;
  }

  .texto-talla {
    text-align: left;
    font: normal normal normal 10px/10px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 20px !important;
  }

  /* CUADRO MARCA, REFERENCIA Y GUÍA DE TALLAS */

  .cuadro-marca {
    margin: 20px 0 !important;
    text-align: left;
    font: normal normal normal 8px/10px Poppins;
    letter-spacing: 0px;
    color: #000000;
    height: 60px;
    line-height: 60px;
  }

  .cuadro-marca img.regla  {
    margin-right: 5px;
    height: 26px;
  }

  .cuadro-marca .referencia {
    font: normal normal normal 10px/10px Poppins;
    letter-spacing: 0px;
    color: #959595;
    line-height: 60px;
  }

  .cuadro-marca div {
    padding: 0;
  }

  /* CUADRO VALORES */

  .valores-tso {
    margin: 20px 0 20px 0;
    background: #F7F7F7 0% 0% no-repeat padding-box !important;
    height: 82px;
    position: relative;
    padding: 10px;
  }

  .valores-tso p {
    font-size: 11px;
    text-align: left;
    font: normal normal normal 8px/10px Poppins !important;
    color: #000;
    font-style: normal!important;
    padding: 10px;
    height: 30px;
    line-height: 30px;
  }

  .valores-tso img {
    margin-right: 10px;
  }  

  .valores-tso .valoresdistribuidor {
    width: 19px;
    height: 14px;
    margin-right: 17px;
  }

  .valores-tso .valoresenvio {
    
    height: 16px;
  }

  .valores-tso .valoresentrega {
    width: 16px;
    height: 16px;
  }

  .valores-tso .valoresdevolucion {
    width: 16px;
    height: 13px;
  }

  /* DESCRIPCIÓN CORTA */

  .description-short {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px #959595 solid;
    border-bottom: 1px #959595 solid;
    font: normal normal normal 10px/12px Poppins !important;
  }

  .description-short h3 {
    text-align: left;
    font: normal normal normal 10px/10px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
  }

  .productcats.atributos {
    font: normal normal normal 10px/10px Poppins;
    margin-top: 20px;
  }

  .productcats.atributos li {
    display: block;
    margin-bottom: 5px;
  }

  .iconocarrito {
    height: 19px;
    width: auto;
  }

@media (max-width: 425px){

  /* TÍTULO PRODUCTO */

  .h1-main.productpage_title {
    text-align: left;
    font: normal normal normal 15px/15px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
    padding: 20px;
  } 

  /* MENSAJE DESLIZAR */

  .mz-hint {
    text-align: left!important;
    padding: 0 20px!important;
  }

  .mz-hint-message {
      display: inline-block;
      background: #E8E8E8 0% 0% no-repeat padding-box!important;
      opacity: 1;
      border-radius: 0!important;
      padding: 0!important;
      width: 102px;
      height: 21px;
      font: normal normal normal 8px/10px Poppins;
      letter-spacing: 0px;
      color: #000000;
      text-align: center;
      line-height: 21px;
  }

  /* COMPRAR STICKY */

  .precio-productos-movil {
    position: fixed;
    width: 100%;
    height: 130px;
    background-color: #fff;
    left: 0;
    bottom: 25px;
    z-index: 9999;
    padding: 10px;
    box-shadow: 3px 0px 3px #0000001A;

  }

  .precio-productos-movil .nombre {
    text-align: left;
    font: normal normal normal 10px/10px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 10px;
  }

  .precio-productos-movil .current-price {
    text-align: right;
    font: normal normal normal 15px/10px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }

  #enviosdevolucionesgratis {
    font-size: 10px;
  }

  .product-prices {
    text-align: right;
  }

  .product-discount .regular-price {
    font-size: 11px;
  }

  /* LOGO Y CABECERA MÓVIL */

  #_mobile_logo {
      margin: 10px 0;
      position: absolute;
      left: 50px;
      display: inline-block;
      top: 5px;
      width: 70px;
  }

  #_mobile_logo .logo {
    
  }

  #header .header-nav.fixed {
    padding: 0 !important;
  }

}

@media (max-width: 720px) {
  .clearfix.product-variants-item {
      text-align: left;
  }
}

/* BOTÓN WHATSAPP */

.float-bottom-right {
    bottom: 35px!important;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: none;
}

/*.float-bottom-right {
    bottom: 25px!important;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 0px;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    box-shadow: none;
    display: none;
}*/

/*Ocultar botón sendingblue*/
.sc-fzXfNQ{display: none;}

#product .float-bottom-right {
    bottom: 160px!important;
}

/*.whatsapp-icon-3x {
    position: relative;
    
    background-repeat: no-repeat;
    display: inline-block;
    height: 38px;
    width: 38px;
    background-size: 30px 30px;
    vertical-align: middle;
    left: 15%;
    TOP: 15%;
}*/

.whatsapp-icon-3x {
    position: relative;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    left: 0px;
    top: 6px;
  }

  /* -- añadidos --- */

@media (max-width: 425px){
    .product-prices div {
      font-size: 20px;
      margin-bottom: 0px;
    }
    .btn.add-to-cart {
      min-height: 60px;
    }
    #product .product-page .product-information .product-add-to-cart {
      margin-top: 15px;
    }
    .btn.add-to-cart .iconocarrito {
      padding-right: 8px;
    }
    .product-flag.new {
        font-size: 12px !important;
        left: 20px !important;
        text-align: left !important;
        max-width: 80px;
        padding: 5px 10px;
        background-color: #000;
        color: #fff;
    }

.whatsapp.bottom-right {
    /* right: 0; */
    right: 4px;
    bottom: 20px;
}
      
#product  .whatsapp-badge {
        z-index: 1000000;
        bottom: 145px;
  }

  .whatsapp-icon {
    height: 25px;
    width: 25px;
    background-size: contain;
}

.whatsapp span {
    border-radius: 4px;
    background: #25D366;
    color: #fff;
    font-size: 13px;
    padding: 6px 8px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    padding: 0;
    }
}

/*BOTÓN DE NOVEDADES */

li.product-flag {
    z-index: 2;
    font-size: 12px !important;
    left: 120px !important;
    top: 0 !important;
    text-align: left !important;
    max-width: 80px;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
}


/* MOTIVE SEARCH */

.ebx-close__icon {
  margin-left: 7px;
}
.ebx-empathy-x .ebx-result-price {
  font-size: 12px;
}

/********************************************************
			CAMBIOS DIEGO 16-05 -- CARRITO MEJORAS
********************************************************/

#checkout-personal-information-step .btn.btn-primary,
#checkout-addresses-step .btn.btn-primary,
#checkout-delivery-step .btn.btn-primary
{
  display: inline-block;
  margin: auto;
  text-align: center;
}

#payment-option-1-container img,
#payment-option-2-container img,
#payment-option-3-container img  {
  width: 150px !important;
}


/* ANCHO COMPLETO */

@media (min-width: 1903px) {
    .container {
        max-width: 98% !important;
    }
}


@media (max-width: 1599px) and (min-width: 1200px){
    .container {
        max-width: 98% !important;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 95% !important;
    }
}
.container {
    max-width: 1920px ;
}

.PM_ASMobileMode {
    width: 100% !important;
    border: 0 !important;
}

/* "\e938" */



.chosen-container-single .chosen-single {
    border: 0;
    background: 0;
    margin: 0;
    line-height: inherit;
    padding-left: 10px;
}

/********************************************************
			CAMBIOS -- DIEGO -- 29-04-2022 -- MEJORA FILTROS -- CONTACTO
********************************************************/

.PM_ASCriterionsGroupList {
    display: flex;
}

.PM_ASForm .PM_ASCriterionsGroupTitle {
    margin-bottom: 10px;
}

.PM_ASForm .PM_ASCritRange {
    max-width: 98%;
}

.PM_ASCriterionsGroup select.chosen {
    min-height: 30px;
    border: 1px solid #000;
}

.PM_ASForm .PM_ASCriterionsGroup select.chosen:focus-visible {
    border: 2px solid #000;
}

.block-category.card.card-block {
    max-width: 75%;
    display: block;
    margin: auto;
    margin-bottom: 20px !important;
    margin-top: 50px !important;
    padding: 0px !important;
}

.PM_ASBlockOutputHorizontal {
    clear: both;
    max-width: 75%;
    margin: auto;
    border-top: 2px #000000 solid;
    border-bottom: 2px #000000 solid;
    padding: 0px;
}

.PM_ASCritRange.ui-widget-content {
    border: 1px solid #a7a7a7 !important;
}

.ui-slider .ui-slider-range {
    left: 0%;
    width: 100%;
    background: #fff !important;
}

.PM_ASForm .ui-state-default,
.PM_ASForm .ui-widget-content .ui-state-default,
.PM_ASForm .ui-widget-header .ui-state-defaul {
    height: 22px;
    width: 22px;
    border-radius: 20px;
    background: #f5f5f5 !important;
    border: 2px solid #000;
    border: 1px solid #a7a7a7 !important;
    top: -0.5em;
}

.PM_ASForm .PM_ASCriterionCheckbox {
    height: 22px;
    width: 22px;
    background: #f5f5f5 !important;
    border: 2px solid #000;
    border: 1px solid #a7a7a7 !important;
    border-radius: 20px;
    margin-right: 15px;
}

.PM_ASCriterionsGroupPrice {
    max-width: 400px;
}

.PM_ASForm .checkbox {
    display: flex;
    align-items: center;
    min-height: 30px;
}

.PM_ASForm .PM_ASLabelCheckbox {
    margin-bottom: 0px !important;
}

.card {
    font-family: 'Open Sans', sans-serif;
    box-shadow: none !important;
    padding: 10px 0px !important;
    margin-bottom: 0px !important;
}

#js-checkout-summary.card {
    padding: 20px !important;
}

.card .h1,
.card .PM_ASCriterionsGroupTitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
    padding: 10px 5px;
}

.PM_ASCriterionsGroupName {
    font-size: 15px;
}

.btn.btn-primary.btn-contact-form {
    display: block;
    margin: auto;
    max-width: 300px;
    margin-top: 40px;
}

.form-fields .form-group .form-text {
    display: block;
    margin: auto;
    float: none;
}

.contact-form.box-newsletter {
    padding: 30px;
}

.tit-form-contact,
.form-text.form-control-label {
    text-align: center;
}

#lopdParentCheck {
    padding-bottom: 0px !important;
}

.contact-form #lopdParentCheck .form-check-label {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.form-group .form-control {
    min-height: 35px;
}

.chosen-container-multi,
.chosen-container-single {
    min-height: 35px;
    border: 2px solid #a7a7a7;
}

    .chosen-container-multi .chosen-choices,
    .chosen-container-single .chosen-single {
        border: none;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

#checkout-personal-information-step .btn.btn-primary,
#checkout-addresses-step .btn.btn-primary,
#checkout-delivery-step .btn.btn-primary {
    display: inline-block;
    margin: auto;
    text-align: center;
}

#payment-option-1-container img,
#payment-option-2-container img,
#payment-option-3-container img {
    width: 150px !important;
}

.boxtiendas-map iframe {
    min-height: 300px;
    height: auto;
}

#PM_ASearchResultsInner .h1,
#PM_ASearchResultsInner .h2,
#prices-drop .h1,
#prices-drop .h2 {
    max-width: 75%;
    margin: auto;
    margin-bottom: 10px;
}


@media (max-width: 1440px) {

    .block-category.card.card-block,
    .PM_ASBlockOutputHorizontal {
        max-width: 98%;
    }

    #PM_ASearchResultsInner .h1,
    #PM_ASearchResultsInner .h2,
    #prices-drop .h1,
    #prices-drop .h2 {
        max-width: 98%;
    }
}


/**Cambios 26/05*/
@media (min-width: 768px) {
    .fullWithImg img {
        width: 100%;
    }

    .rImage img, .lImage img {
        width: 98%;
    }

    .rImage img {
        margin-left: 2%;
    }

    .lImage img {
        margin-right: 2%;
    }
}
/*******CAMBIOS 27/05/22*******************/
#adtm_menu ul#menu li.li-niveau1:hover {
    border-bottom: solid black 2px !important;
}
#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 {
    border-bottom: none !important;
}

@media (min-width: 992px) {
    #_desktop_top_menu #adtm_menu-sticky-wrapper {
        margin: auto;
    }

    #_desktop_top_menu {
        display: flex;
        align-content: center;
        align-self: center;
        top: 15px !important;
        float: unset;
    }
}