body {
  font-family: "DM Sans", sans-serif;
}

#header .header-nav {
	background-color: #19BCBC;
	border-bottom: #19BCBC;
}

.header-top .col-right > div[style*="padding: 8px"] {
    display: none !important;
}

header#header .header-top{
	padding: 15px 0;
  	background: #01558B;
}

header#header .header-top i,
header#header .header-bottom i {
  color: #fff;
}

.user-info-block:before {
	color: #fff;
}

.blockcart .button_cart a.desktop, .blockcart .button_cart a.mobile  {
	color: #fff;
}

#header .header-bottom {
	border: none;
	background: #01558B;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content {
  display: flex;               
  justify-content: space-around; 
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a {
	  font-weight: 600; 
}

/* Slider */

.desc_slideshow .readmore {
	height: auto!important;
}


@media (max-width: 768px) {
	.banner7-des {
		display: block;
		position: relative;
		margin-top: 170px;
	}
	
	.banner7-des .container {
		padding: 0 15px;
	}
	
	.banner7-des .info h2.transition_slide_0.animated.bounceIn {
		font-size: 34px!important;
		font-weight: bold;
		color: #121212;
	}
	
	.banner7-des .info p.transition_slide_1.animated.bounceIn {
		font-size: 16px!important;
		color: #121212;
		line-height: 1.8;
	}
	
	.desc_slideshow .readmore {
		background: #121212;
		color: white;
		font-size: 16px!important;
	}
	
	.nivo-main-image {
		height: 350px!important;
       object-fit: cover!important;
	}
	
	.grid-home {
		padding-top: 0px!important;
		margin-top: -80px;
	}
	
	a.readmore.transition_slide_2.animated.bounceIn {
    padding: 15px 25px;
    align-items: center;
    justify-items: center;
    height: 50px;
    border-radius: 10px;
}
}


/* Footer */

#footer {
	background: #01558B;
}

#footer .footer-container .footer_block h3 {
	font-size: 14px;
	color: #19BCBC;
}

#footer .footer-container .footer_block .footer_list > li a {
	color: #ffffff;
}

#footer_7,
#footer_7 p,
#footer_7 a {
  color: #ffffff !important;
}

#footer_4,
#footer_4 p,
#footer_4 a {
  color: #ffffff !important;
}

#footer .footer-container .footer_bottom {
  background-color: #ffffff;
}

#footer .footer-container .footer_bottom .copyright,
#footer .footer-container .footer_bottom .copyright a { color: #121212; }



@media (max-width: 766px) {
	#footer .footer-container .footer_block h3 {
	color: #fff!important;
	}
	i.material-icons.add, i.material-icons.remove{
		color: #fff!important;
	}
}

#content .titulo-pagina{
	text-align: center;
}

.titulo-pagina {
	font-size: 54px;
	padding-bottom: 60px;
}


@media (max-width: 768px) {
	.titulo-pagina {
	font-size: 28px;
	padding-bottom: 20px;
	}
}

/* Sobre- Nosotros */
#wrapper .page-header {
	display: none;
}

#wrapper .about-wrapper {
  padding: 50px 0 80px;
}

.about-hero-title { 
  font-size: 54px; line-height: 1.15; font-weight: 800; color: #121212; margin: 0 0 16px;
}
.about-hero-desc,
.about-desc {
  font-size: 18px; line-height: 1.7; color: #3E3E59; margin: 0;
}
.about-title {
  font-size: 34px; line-height: 1.2; font-weight: 800; color: #121212; margin: 0 0 16px;
}

.about-hero {
  max-width: 1100px; margin: 0 auto; text-align: center; padding: 0 16px 56px;
}
.about-section {
  padding: 40px 0;
}
.about-flex {
  margin: 0 auto;
  width: 100%;
  display: flex;            
  align-items: center;
  column-gap: clamp(32px, 6vw, 114px);
  row-gap: 32px;
  box-sizing: border-box;
}

.about-text {
  flex: 0 1 560px;
  min-width: 260px;
}
.about-media {
  flex: 1 1 520px;
  min-width: 280px;
  position: relative;
  display: flex;           
  align-items: flex-start;
}


.about-media--left  { justify-content: flex-start; }
.about-media--right { justify-content: flex-end;  }


.about-media:not(.about-duo) img {
  width: 100%;
  max-width: 652px;         
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.about-media--right img { margin-left: auto; } 
.about-media--left  img { margin-right: auto; } 

.about-duo { gap: 24px; }

.about-img-a {
  width: 100%;
  max-width: 337px;          
  position: relative;
  z-index: 3;               
  transform: translateY(50%);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
left: 150px;
}

.about-img-b {
  width: 100%;
  max-width: 570px;          
  position: relative;
  z-index: 1;                
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}
@media (max-width: 1400px) {
  .about-img-a {
    max-width: 50%;  
    transform: translateY(20%); 
    left: 5%;         
  }
  .about-img-b {
    max-width: 50%;
    transform: translateY(10%);
    left: 0;
  }
}

@media (max-width: 1200px) {
  .about-flex { column-gap: 32px;}
	
}
@media (max-width: 768px) {
	.about-flex {
    flex-direction: column;
    align-items: center; 
    row-gap: 24px;       
    column-gap: 0;       
  }
  .about-hero-title { font-size: 42px; }
  .about-desc, .about-hero-desc { font-size: 16px; }
  .about-media.about-media--bg {
	  margin: 0 auto;
	}
  .about-media:not(.about-duo) img { max-width: 100%; box-shadow: none;}
  .about-img-a { max-width: 45%; transform: translateY(12%); }
  .about-img-b { max-width: 65%; transform: translateY(6%); left: -4%; }
	
	.about-section:nth-of-type(3) .about-media {
    order: 2; 
  }
  .about-section:nth-of-type(3) .about-text {
    order: 1; 
  }
	.about-wrapper {
		padding-top: 0px!important;
	}
	
	.about-text {
		flex: none;
    width: 100% !important;
  }
	.about-media {
		flex: none;
	}

  .about-img-a {
    left: 15% !important;
    transform: translateY(40%) !important;
  }

  .about-section {
    padding-top: 0 !important;
  }

  .about-text h3 {
    font-size: 28px !important;
	  font-weight: 600;
  }
	
	.about-hero-title {
		font-size: 28px !important;
	}
  .about-text p {
    font-size: 14px !important;
  }
	.about-hero-desc {
		font-size: 14px !important;
	}
}

#wrapper .about-wrapper .about-media img {
  margin: 0 !important;
}

#wrapper .about-wrapper {
	padding: 0px;
}

.about-section.about-section--bg {
	margin-top: 100px;
}

.about-section.about-section--bg {
  margin-top: 100px;
  background: url('https://farmacia-veterinaria.es/img/cms/fondo-quienes.png') center/cover no-repeat;
  position: relative;
  border-radius: 10px;
}

.about-section--bg .about-flex {
  align-items: center;
  justify-content: flex-start;         
  padding: 0 16px;            
  box-sizing: border-box;
}

.about-section--bg .about-text.custom-text-block {
  flex: 0 1 710px;
}

.custom-text-block {
  max-width: 710px;
  padding: 10px 0 10px 40px;  
  border-radius: 12px;
  background: transparent;    
}

.custom-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #121212;
  margin: 0 0 24px;
}
.custom-desc {
  font-size: 18px;
  color: #3E3E59;
  line-height: 1.6;
  margin: 0 0 20px;
}
.custom-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #3E3E59;
  margin: 20px 0;
}


.about-media--bg { display: none; }

@media (max-width: 768px) {
  .about-section.about-section--bg {
    background: none;
    width: 100%;               
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-section--bg .about-flex {
    flex-direction: column;
    align-items: stretch;      
    min-height: unset;
    padding: 0;                
  }

  .custom-text-block {
    padding: 24px 16px;        
    max-width: 100%;
  }

  .custom-title { font-size: 28px; }
  .custom-desc  { font-size: 14px; }
  .custom-subtitle { font-size: 16px; font-weight: 700; }

  .about-media--bg {
    display: block;
  }
  .about-media--bg img {
    width: 100%;
    height: auto;
    border-radius: 0;          
    box-shadow: none;
    display: block;
  }
	
  .about-section--bg .about-text.custom-text-block {
    flex: none;
	  padding: 0!important;
  }
	
   .about-section.about-section--bg {
	   margin-top: 50px!important;
	}
}

#wrapper .about-wrapper .about-media img {
  margin: 0 !important;
}
#wrapper .about-wrapper { padding: 0px; }


.about-badges {
  padding: 80px 0 40px 0;
}

.about-badges .about-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  justify-items: center;
  gap: 0; 
}

.about-badges .about-feature {
  text-align: center;
  padding: 24px 32px;
  position: relative;
}

.about-badges .about-feature:not(:first-child) {
  border-left: 1px solid #EAEAEA; 
}

.about-badges .about-feature img {
  display: block;
  margin: 0 auto 14px;
  height: auto;
  max-width: 72px;          
  object-fit: contain;
}

.about-badges .about-feature-title {
  color: #121212;   
  width: 70%;
  margin: 0 auto;    
  text-align: center;
  font-size: 18px;         
  font-weight: 600;         
  line-height: 1.35;
}

@media (max-width: 767.98px) {
  .about-badges {
    padding: 28px 0;
  }

  .about-badges .about-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;            
  }

  .about-badges .about-feature {
    padding: 18px 0;
    border-left: none;  
  }

  .about-badges .about-feature img {
    margin-bottom: 12px;
    max-width: 64px;    
  }

  .about-badges .about-feature-title {
    font-size: 14px;
	width: 90%;
    font-weight: 500;       
    line-height: 1.4;
  }
	
	.about-badges .about-feature:not(:first-child)::before {
    	display: none;
  }
}

.about-badges .about-feature:not(:first-child) {
  border-left: none;
}

.about-badges {
  --divider-gap: 35px; 
}

.about-badges .about-feature {
  position: relative;
}

.about-badges .about-feature:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--divider-gap);
  bottom: var(--divider-gap);
  width: 1px;
  background: #EAEAEA;
}



/* Contacto */
body.page-contact #content { padding: 0 !important; }

body.page-contact .contact-title{
  font-size:54px; line-height:1.1; font-weight:700; text-align:center;
  margin:16px 0 8px;
}
@media (max-width: 767.98px){
  body.page-contact .contact-title{ font-size:36px; }
}
body.page-contact .contact-desc{
  font-size:18px; line-height:1.6; text-align:center;
  margin:0 auto 32px; max-width:900px; color:#555;
}

body.page-contact .contact-map{
  position:relative;
  width:100vw;
  margin-left:calc(-50vw + 50%);
  margin-right:calc(-50vw + 50%);
}
body.page-contact .contact-map__ratio{
  position:relative;
  height:clamp(375px, 56.25vw, 500px);
  overflow:hidden;
}
body.page-contact .contact-map__ratio iframe{
  position:absolute; inset:0; width:100%; height:100%; border:0;
}

body.page-contact .contact-card{
  position:relative; z-index:3;
  background:#fff; border-radius:12px;
  padding:36px;
  max-width:1200px;
  margin:-80px auto 60px; 
}
@media (max-width: 991.98px){
  body.page-contact .contact-card{
    margin:-40px 15px 32px; padding:16px;
  }
}

body.page-contact .contact-info p{
  margin-bottom:0; color:#555; font-size:16px; line-height:1.6;
}
body.page-contact .contact-info a{
  font-size:16px;
}

body.page-contact .contact-info h3{
  font-size:18px; font-weight:600; margin-bottom:8px;
}

body.page-contact .contact-info .ci-subtitle{
  display:inline-block; font-size:18px; font-weight:600; margin-bottom:6px;
}

body.page-contact .contact-info .row > div:first-child h3{
  font-size:40px; font-weight:700; margin-bottom:8px;
}

@media (max-width: 767.98px){
	#wrapper {
		padding-top: 20px;
	}
  body.page-contact .contact-info p,
  body.page-contact .contact-info a{
    font-size:14px;
  }
  body.page-contact .contact-info .row > div:first-child h3{
    font-size:34px;
  }
	body.page-contact .contact-desc{
    font-size:14px;
  }
}

body.page-contact .contact-info .row > [class*="col-"]{
  margin-bottom:24px;
}


/* Politicas de privacidad */
.privacy-section {
  width: 100%;
  background-color: #FAFAFB;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.privacy-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.privacy-section p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .privacy-section h2 {
    font-size: 20px;
  }
  .privacy-section p {
    font-size: 14px;
  }
}

/* Aviso Legal*/

.legal-section {
  width: 100%;
  background-color: #FAFAFB;
  padding: 32px 40px;
  margin-bottom: 30px;
}

.legal-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.legal-section p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .legal-section h2 {
    font-size: 20px;
  }
  .legal-section p {
    font-size: 14px;
  }
}

/* Términos y condiciones */
.terminos-titletab {
  background-color: #FAFAFB;
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.terminos-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.terminos-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.terminos-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .terminos-title {
    font-size: 20px;
  }

  .terminos-subtitle {
    font-size: 16px;
  }

  .terminos-text {
    font-size: 14px;
  }
}

/* Política de cookies */

.cookies-titletab {
  background-color: #FAFAFB;
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.cookies-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.cookies-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .cookies-title {
    font-size: 20px;
  }

  .cookies-text {
    font-size: 14px;
  }
}

/* Envíos y Pagos */

.envios-titletab {
  background-color: #FAFAFB;
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.envios-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.envios-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.envios-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0;
}

.envios-list {
  margin: 10px 0 0 20px;
  list-style-type: disc;
}

.envios-list {
  margin: 10px 0 0 20px;
  padding-left: 0;
  list-style-type: disc;
}

.envios-list li {
  font-size: 18px;
  line-height: 1.6; 
  margin: 5px 0;
}

@media (max-width: 768px) {
  .envios-title {
    font-size: 20px;
  }

  .envios-subtitle {
    font-size: 16px;
  }

  .envios-text {
    font-size: 14px;
  }
	
	.envios-list li {
    font-size: 14px; 
  }
}


/* Carrusel Post */
.home_blog_post_area .pos_title h2{
	font-size: 40px;
    color: #121212;
	font-weight: 600;
	margin-top: 60px;
	margin-bottom: 40px;
}


.home_blog_post_area .pos_content {
	margin-right: -15px;
    margin-left: -15px;
	padding: 0px;
	border: none;
}


.blog_post_content_top {
    border: none;
}

.home_blog_post_area .blog_slider .item .blog_post .post_content {
	border: none;
}

.home_blog_post_area .blog_slider .item .blog_post img {
	border-radius: 10px;
}

.home_blog_post_area .blog_slider .item .blog_post .post_title a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.home_blog_post_area .blog_slider .item .blog_post .read_more {
	margin-top: 0px;
}

.home_blog_post_area .blog_slider .item .blog_post .read_more a {
    color: #01558B;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1.5px solid #01558B;
    padding-bottom: 2px; 
    text-decoration: none; 
}

.home_blog_post_area .blog_slider .item .blog_post .read_more a:hover {
    border-bottom-color: #19BCBC; 
}

.home_blog_post_area .blog_slider .item .blog_post .read_more a:after {
	display: none;
}

.home_blog_post_area.creative .blog_slider .owl-item .item article.blog_post p.post_description{
  display: none !important;
}

@media (max-width: 768px){
  .home_blog_post_area.creative .blog_slider .owl-item .item article.blog_post p.post_description{
    display: block !important;
    font-size: 12px;
    color: #3E3E59;
    margin-top: 8px;
    line-height: 1.4;
	  padding-bottom: 5px;
  }
	
	.home_blog_post_area .blog_slider .item .blog_post .post_title a {
		margin-bottom: 0px;
}
}


/* Product */

body#product #right-column{ display:none !important; }
body#product #content-wrapper{ float:none !important; margin-left:auto !important; margin-right:auto !important; }
body#product #content-wrapper[class*="col-"]{ max-width:100%; width: 82%;}
body#product #content-wrapper .row {
 display: flex;
  gap: 50px;
}

@media (max-width: 1200px){
	body#product #content-wrapper .row {
		gap: 0px;
	}
}

body#product #content-wrapper .row:after{
	display: none;
}

body#product .images-container .product-cover{
  border:1px solid #E5E5E5; border-radius:10px; padding:10px;
}
.product-images .thumb-container.slick-current > div:before {
  border:1px solid #E5E5E5; border-radius:10px; padding:10px;
}

body#product h1.h1.namne_details{
  font-size:34px; line-height:1.2; color:#121212; font-weight:600; margin-bottom:10px;
}
body#product .product-description-short{
  color:#3E3E59; margin: 0px; padding:0; border-bottom:none;
}
body#product .product-prices .current-price [itemprop="price"]{
  font-size:26px; color:#DC3545; font-weight:600;
}
body#product .product-prices{ padding:0 0 30px 0; border-bottom:1px solid #ebebeb; }

body#product .product-prices .tax-shipping-delivery-label {
	display: none;
}

body#product .product-additional-info .social-sharing,
body#product .product-additional-info #wishlist_button,
body#product .product-additional-info .panel-product-actions,
body#product .panel-product-line{ display:none !important; }

body#product .fav-share-bar{
  display:flex; align-items:center;  gap:30px;
  margin: 0px;
}
body#product .fav-share-bar a{
  display:inline-flex; align-items:center; gap:8px; text-decoration:none;
  color:#121212; font-size:16px; line-height:1; font-weight:500;
}
body#product .fav-share-bar a .material-icons{ font-size:18px; color:#121212; }

body#product .share-bottom-modal{
  position:fixed; left:50%; top:50%; transform:translate(-50%,-50%);
  background:#FFFFFF; border:1px solid #E5E5E5; border-radius:12px;
  padding:12px 14px; box-shadow:0 8px 24px rgba(0,0,0,.12);
  display:none; z-index:9999; min-width:220px;
}
body#product .share-bottom-modal.is-visible{ display:block; }
body#product .share-bottom-modal .share-modal-content{
  display:flex; align-items:center; justify-content:center; gap:14px;
}
body#product .share-bottom-modal .share-item{
  display:inline-flex; align-items:center; justify-content:center;
  width:36px; height:36px; border-radius:50%;
  border:1px solid #E5E5E5; color:#121212; text-decoration:none;
  font-size:16px; font-weight:700;
}
body#product .share-bottom-modal .share-item:hover{ background:#F7F7F7; }

body#product .tabs.tabs-left-vertical .product-tabs-grid{
  display:flex; align-items:flex-start; gap:20px;
}
@media (min-width: 768px){
  body#product .tabs.tabs-left-vertical .tabs-col{ flex:0 0 260px; max-width:260px; }
  body#product .tabs.tabs-left-vertical .content-col{ flex:1 1 auto; }
}
@media (max-width: 767.98px){
  body#product .tabs.tabs-left-vertical .product-tabs-grid{ flex-direction:column; }
}

body#product .vertical-tabs{
  list-style:none; margin:0; padding: 25px 0px;
  border:none; 
}
body#product .vertical-tabs .nav-item{ margin:0 0 10px 0; text-align: left;}
body#product .vertical-tabs .nav-link{
  display:flex; border:none; background:transparent; padding:8px 0;
  font-size:20px; line-height:1.2; font-weight: 500!important;
  color:#807E7E;
}
body#product .vertical-tabs .nav-link:hover{ color:#121212; }
body#product .vertical-tabs .nav-link.active{
  color:#121212;
}

body#product .tabs-left-vertical #tab-content{
  border:none !important; box-shadow:none !important; background:transparent !important;
  color:#3E3E59; font-size:18px!important;
}

.product-description p{
	font-size:18px!important;
	margin-bottom: 1.5em; 
}

body#product .tabs-left-vertical #tab-content p,
body#product .tabs-left-vertical #tab-content li,
body#product .tabs-left-vertical #tab-content div{ color:#3E3E59; }

body#product .tabs-left-vertical .tab-pane{
  border:none !important; background:transparent !important;
}



@media (max-width: 767px) {
 body#product #content-wrapper[class*="col-"] {
	 width: 100%;
	}
  body#product #content-wrapper .row {
    display: flex;
    flex-direction: column;
  }
  body#product #content-wrapper .col-md-7 {
    order: 1; 
    width: 100%;
  }
  body#product #content-wrapper .col-md-5 {
    order: 2; 
    width: 100%;
  }
	
	body#product .product-cover:before {
		display: none;
	}
	
     body#product h1.h1.namne_details{
		font-size: 26px;
	}
	
	
}

@media (min-width: 768px) {
  .vertical-tabs .accordion-arrow { display: none !important; }
}

@media (max-width: 767.98px) {
	
  .tabs-left-vertical {
	  margin: 0px!important;
	}
  .tabs.tabs-left-vertical .product-tabs-grid { display: block; }
  .tabs.tabs-left-vertical .tabs-col { width: 100%; max-width: 100%; }
  .tabs.tabs-left-vertical .content-col { display: none; } 

  .vertical-tabs { margin: 0; padding: 0; border-top: 1px solid #eee; }

  .vertical-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #121212!important;
  }
  .vertical-tabs .nav-link .tab-title { flex: 1 1 auto; min-width: 0; font-size: 18px; }
	
	body#product .vertical-tabs .nav-link:hover {
		display: inline-flex;
	}
	
	body#product .vertical-tabs .nav-link.active {
		display: inline-flex;
	}

  .vertical-tabs .nav-link .accordion-arrow {
    margin-left: auto;         
    width: 1rem;
    flex: 0 0 auto;
    transition: transform .12s ease; 
    transform: rotate(0deg);
  }
  .vertical-tabs .nav-link .accordion-arrow.is-rotated { transform: rotate(90deg); }

  .vertical-tabs .accordion-panel {
    overflow: hidden;
    height: 0;
    transition: height .12s ease;  
    will-change: height;
  }

  .vertical-tabs .accordion-panel > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    padding-top: 12px;
  }
	
	.vertical-tabs .accordion-panel > .tab-pane .product-description p{
		font-size: 14px!important;
		color: #3E3E59;
		
	}
}



/* Product Variantes*/

	.product-variants{display:block !important;}
    .product-variants .product-variants-item{
      display:block !important;
      width:100%;
      clear:both;
      margin-bottom:20px;
    }

    .product-variants .control-label{
      display:block;
      color:#605F5F;
      font-size:12px;
      font-weight:600;
      letter-spacing:.2px;
      text-transform:none;
    }

    .product-variants .product-variants-item ul{
      list-style:none;
      padding:0;
      margin:0;
    }
    .product-variants .product-variants-item ul::after{
      content:""; display:block; clear:both;
    }

    .product-variants .input-container{
      float:left;
      margin:0 12px 12px 0;
    }

    .product-variants .input-color,
    .product-variants .input-radio{
      position:absolute;
      opacity:0;
      pointer-events:none;
    }

    .product-variants .input-color + .color{
      display:inline-block;
      width:38px; height:38px;
      border-radius:50%;
      border:0;                 
      box-sizing:border-box;
      background-size:cover;
      background-position:center;
      background-repeat:no-repeat;
      cursor:pointer;
      transition:outline-color .15s ease, outline-offset .15s ease;
	  box-shadow: none;
    }

    .product-variants .input-color:checked + .color{
      outline:1.5px solid #807E7E;
      outline-offset:3px;
    }
    .product-variants .input-color + .color:hover,
    .product-variants .input-color:focus + .color{
      outline:1.5px solid #807E7E66;
      outline-offset:3px;
    }

    .product-variants .color.texture{
      background-size:cover;
      background-position:center;
      background-repeat:no-repeat;
      border-radius:50%;
    }

    .product-variants .input-radio + .radio-label{
      display:inline-block;
      padding:11px 15px;
      border:1px solid #ddd;
      cursor:pointer;
      line-height:1;
      user-select:none;
	  box-shadow: none;
    }
    .product-variants .input-radio:checked + .radio-label{
      border-color:#807E7E;
		
    }

/* ===== Product - Contador de stock y boton de agregar al carrito ===== */
	
.product-add-to-cart .product-quantity{
  display:grid !important;
  grid-template-columns: 1fr;
  row-gap:12px;
}
.product-add-to-cart .product-quantity .qty,
.product-add-to-cart .product-quantity .add{
  grid-column:1 / -1;
  width:100%;
  float:none !important;
}

.custom-qty-control{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  width:100%;
  background:#F5F5F5;       
  border-radius:10px;        
  padding:6px 8px;           
}

.custom-qty-control .qty-btn{
  background:transparent;
  border:0;
  width:44px; height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  border-radius:6px;
  transition:background-color .15s ease;
}

.custom-qty-control .qty-btn:focus{ outline:2px solid rgba(25,188,188,.35); outline-offset:2px; }
.custom-qty-control .qty-btn i{
  font-size:20px;       
  color:#121212;        
  line-height:1;
  font-weight:400;      
}

#quantity_wanted.qty-input-flat{
  width:100%;
  height:44px;
  text-align:center;
  font-size:16px;
  color:#121212;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0;
}

.custom-qty-ready .bootstrap-touchspin .input-group-btn-vertical{
  display:none !important;
}

.product-add-to-cart .control-label{
  display:block;
  margin:0 0 8px;
  color:#605F5F;
  font-size:12px;
  font-weight:600;
  letter-spacing:.2px;
}

.product-add-to-cart .add .btn.add-to-cart{
  display:block;
  width:100%;
  height:56px;
  font-size:18px;           
  font-weight:600;          
  color:#121212;            
  background:#19BCBC;       
  border:1px solid #19BCBC;
  border-radius:6px;
  transition:transform .05s ease, background-color .15s ease, border-color .15s ease;
}
.product-add-to-cart .add .btn.add-to-cart:hover{
  background:#16A7A7; 
  border-color:#16A7A7;
}
.product-add-to-cart .add .btn.add-to-cart:active{
  transform:translateY(1px);
}

.product-actions .product-add-to-cart .clearfix:after {
	display: none;
}




/* === Lista de productos inferior */

section.categoryproducts.clearfix .pos_content {
	border: none;
}

section.categoryproducts.clearfix .pos_title h2{
	color: #121212;
	font-size: 34px;
	font-weight: 600;
	padding-left: 10px;
}

.js-product-miniature:after {
	box-shadow: none;
}

.style_product4 .hover-bottom-cart .add-to-cart,
.style_product4 .hover-bottom-cart .add-to-cart * {
  cursor: pointer !important;
}


:root{
  --thumb-bias-y: -3%;   
}

.style_product4 .img_block{
  height: 380px;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  display: block;             
}

.style_product4 .img_block a.thumbnail.product-thumbnail{
  display: flex;
  align-items: center;        
  justify-content: center;   
  height: 100%;
  width: 100%;
  transform: none !important;
}

.style_product4 .img_block a.thumbnail.product-thumbnail img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;  
  transform: translateY(var(--thumb-bias-y));
}


.style_product4 .img_block .add-to-links{
  position: absolute !important;
  right: 8px;
  top: 50%;
  transform: translateY(-58%); 
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

.style_product4 .img_block .add-to-links li{
  margin: 0 !important;               
  padding: 0;                          
}

.style_product4 .img_block .add-to-links a{
  border-radius: 0 !important;
}

.style_product4 .add-to-links .cart.cart--icon { 
  display: none !important;
}

.style_product4 .hover-bottom-cart{
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: 15px;              
  width: 90%;              
  transform: translate(-50%, 28px); 
  opacity: 0;
  transition: transform .40s cubic-bezier(.22,.61,.36,1),
              opacity .40s cubic-bezier(.22,.61,.36,1);
  will-change: transform, opacity;
  z-index: 3;
  pointer-events: none;   
}

.style_product4 .img_block:hover .hover-bottom-cart,
.style_product4:hover .hover-bottom-cart{
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}

.style_product4 .hover-bottom-cart .add-to-cart{
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #ffffff !important;
  color: #121212 !important;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;          
  padding: 12px 16px;       
  border: 1px solid #121212;
  line-height: 1.25;
	
}

.style_product4 .hover-bottom-cart .add-to-cart i,
.style_product4 .hover-bottom-cart .add-to-cart .fa,
.style_product4 .hover-bottom-cart .add-to-cart svg{
  display: none !important;
}

.style_product4 .product-price-and-shipping .price{
  color: #DC3545 !important;
  font-size: 14px !important;
  font-weight: 600 !important; 
}

.style_product4 .product-price-and-shipping .regular-price{
  font-size: 14px;
}

.style_product4 .img_block a.thumbnail.product-thumbnail{
  position: relative;
  z-index: 1;
}


@media (hover: none), (max-width: 991px){
   .style_product4 .hover-bottom-cart {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
    pointer-events: all !important;
    transition: none !important;
  }
}

/* Lista de productos Home */

.tab-category-container-slider .tab-category .tab-title .pos_title h2{
	font-size: 34px;
	color: #121212;
}

.tab-category-container-slider .tab-category .pos_content {
	border: none;
	padding: 0px;
}

.tab-category-container-slider .js-product-miniature .img_block {
	max-width: 100%;
}

.tab-category-container-slider .js-product-miniature .product_desc {
	padding-top: 10px
}

.tab-category-container-slider .owl-carousel .owl-item {
	padding: 0px;
}

.tab-category-container-slider .js-product-miniature .product_desc {
	max-width: calc(100% - 20px);
}

.tab-category-container-slider .js-product-miniature {
	display: block;
}


/* Carrito de compras */

.card-block h1 {
	text-align: center;
	font-size: 54px;
	padding-bottom: 30px;
}

.cart-headers {
  padding: 25px 0;
  border-bottom: 1px solid #EAEAEA;
}
.cart-headers .cart-header__product,
.cart-headers .cart-header__qty,
.cart-headers .cart-header__price,
.cart-headers .cart-header__subtotal {
  color: #121212;
  font-weight: 500;
  font-size: 16px;
}

.cart-line__image img {
  display: block;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.product-line-grid-left { padding-right: 8px; }   
.product-line-grid-body { padding-left: 8px; }    
.product-line-grid .product-line-grid-left,
.product-line-grid .product-line-grid-body {
  text-align: left;
}

.product-line-grid-body .cart-line__name {
  color: #121212;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
}
.cart-line__attrs {
  margin-top: 6px;
  color: #605F5F;
  font-size: 14px;
}

.cart-line__remove {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #605F5F;
  font-size: 14px;
  text-decoration: none;          
}
.cart-line__remove-icon {
  font-size: 18px;
  line-height: 1;
}

.cart-line-right > [class*="col-"] {
  padding-left: 22px;   
  padding-right: 22px;
}

.cart-line__unit-price {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
}
.cart-line__subtotal {
  color: #121212;
  font-size: 18px;
  font-weight: 600;
}

.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #CBCBCB;  
  border-radius: 4px;         
}

.cart-item {
  padding: 1rem 0;
}

.cart-qty__btn {
  background: transparent;
  border: 0;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
.cart-qty__input {
  width: 48px;
  text-align: center;
  border: 0 !important;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0 4px;
}
.cart-qty__input:focus { outline: none; }

.cart-qty__input::-webkit-outer-spin-button,
.cart-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-qty__input[type="number"] { -moz-appearance: textfield; }

.cart-header__product { text-align: left; }
.cart-header__qty,
.cart-header__price { text-align: center; }
.cart-header__subtotal { text-align: right; }

.product-line-grid.row {
  align-items: center;
  display: flex;
}

.product-line-grid-right .qty { text-align: center; }
.product-line-grid-right .price { text-align: center; }
.product-line-grid-right .subtotal { text-align: right; }

.bootstrap-touchspin .input-group-btn-vertical { display: none !important; }

.product-line-info a.product_name {
  margin-bottom: 0px;
}

.only-mobile { display: none; }
.only-desktop { display: block; }

@media (max-width: 767px) {
	
	.card-block h1 {
	font-size: 28px;
	padding-bottom: 10px;
}
  .cart-headers { display: none; }

  .only-mobile { display: block; }
  .only-desktop { display: none; }

  .product-line-grid.row {
    flex-wrap: nowrap;
	  width: 100%;
  }

  .product-line-grid-left {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 0;                
  }
  .product-line-grid-body {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .product-line-grid-right {
    flex: 0 0 30%;
    max-width: 30%;
  }
	
	.cart-item {
  	padding: 0.5rem 0;
	}
	
	.cart-items {
  	padding: 0px;
	}

  .cart-line__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .cart-line__image img {
    width: 100%;
    height: auto;
    border: 0;                        
    border-radius: 8px;               
  }

  .cart-line__attrs {
    font-size: 12px;
  }

  .product-line-grid-right .price,
  .product-line-grid-right .qty {
    display: none !important;
  }

  .product-line-grid-right .cart-line-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .product-line-grid-right .subtotal {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    text-align: right;
    order: 1;
  }

  .cart-line__subtotal {
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-remove {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    order: 2;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-line__remove--icon-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #605F5F;
  }
  .cart-line__remove--icon-only .cart-line__remove-icon {
    font-size: 20px;
  }

  .cart-line-right > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
  }

  .cart-qty--mobile {
    margin-top: 8px;
  }
	
	.bootstrap-touchspin input.form-control {
		height: 100%;
	}
	
	.cart-qty--mobile {
  display: flex;
  align-items: center;          
  justify-content: space-between; 
  width: 80%;
  min-height: 40px;             
  height: 40px;
}

.cart-qty--mobile .cart-qty__btn,
.cart-qty--mobile .cart-qty__input {
  height: 100%;
}

.cart-qty--mobile .cart-qty__btn {
  flex: 1 1 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;                  
  min-width: 0;
}
	
	.cart-headers-mobile {
  font-size: 16px;
  color: #121212;
  padding: 15px 12px 0px 12px;
  width: 100%;
  text-align: left;
  font-weight: 600; 
}


.cart-qty--mobile .cart-qty__input {
  order: 2;                     
  flex: 1 1 33.333%;
  width: auto;                 
  min-width: 0;
  font-size: 12px;             
  text-align: center;
  line-height: 1;
  padding: 0;
}

.cart-qty--mobile .cart-qty__btn--up { order: 3; }    

.cart-qty--mobile .cart-qty__input::-webkit-outer-spin-button,
.cart-qty--mobile .cart-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
}

/* Cupon de descuento */

.row.cart-bottom.d-flex.justify-content-end {
	padding: 50px 0 30px 0;
}

.ib-voucher-title {
  font-size: 22px;
  line-height: 1.2;
  color: #121212;
  font-weight: 600;
  margin: 0 0 6px 0;
  text-align: left;
}

.ib-voucher-sub {
  font-size: 16px;
  line-height: 1.45;
  color: #605f5f;
  margin: 0 0 12px 0;
  text-align: left;
}

.ib-voucher-inputwrap {
  position: relative;
}

.ib-voucher-input {
  width: 100%;
  padding: 12px 96px 12px 16px; 
  font-size: 16px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  box-sizing: border-box;
}

.ib-voucher-apply:focus {
  outline: none;
}

.ib-voucher-list .cart-summary-line {
  padding: 6px 0;
}

.ib-voucher-remove {
  margin-left: 8px;
}

.ib-voucher .ib-voucher-inner {
  max-width: 490px;   
}

@media (max-width: 991.98px) {
  .ib-voucher .ib-voucher-inner { max-width: 100%; }
}

.ib-voucher-title {
  font-size: 22px; line-height: 1.2; color: #121212; font-weight: 600;
  margin: 0 0 6px 0; text-align: left;
}
.ib-voucher-sub {
  font-size: 16px; line-height: 1.45; color: #605f5f;
  margin: 0 0 12px 0; text-align: left;
}

.ib-voucher-inputwrap { position: relative; }
.ib-voucher-input {
  width: 100%; padding: 12px 96px 12px 16px; font-size: 16px;
  border: 1px solid #cbcbcb; border-radius: 6px; box-sizing: border-box;
}
.ib-voucher-apply {
  position: absolute; top: 50%; right: 8px; transform: translateY(-50%);
  padding: 8px 16px; font-size: 16px; font-weight: 500; color: #121212;
  border: 0; border-radius: 6px; background: transparent; cursor: pointer; white-space: nowrap;
}
.ib-voucher-apply:focus { outline: none; }

.ib-voucher-list .cart-summary-line { padding: 6px 0; }
.ib-voucher-remove { margin-left: 8px; }

.cart-voucher .js-error { display: none; }

.card.cart-summary {
	width: 500px;
	border: 1px solid #CBCBCB;
	border-radius: 6px;
	padding: 25px;
}

span.label.js-subtotal, .cart-summary-line .label {
	font-size: 16px;
	font-weight: 500;
}

.cart-summary-line.cart-total .label {
	font-weight: 600;
}
.cart-summary-line {
	margin-bottom: 10px;
}

.cart-summary-line.cart-total {
	margin-bottom: 2px;
}

.card-block.cart-summary-totals {
	margin-top: 10px;
}

.cart-detailed-totals.js-cart-detailed-totals{
	margin-bottom: 10px;
}

.card.cart-summary {
  margin-left: auto; 
}

a.btn.btn-primary {
	width: 100%;
	background: #19BCBC;
	color: #121212;
	font-weight: 600;
}

@media (max-width: 767px) {
	.row.cart-bottom.d-flex.justify-content-end {
		padding: 0px;
	}
	.card.cart-summary {
		width: 100%;
	}
	
	.ib-voucher-title {
		font-size: 18px;
	}
	.ib-voucher-sub, .ib-voucher-input, .ib-voucher-apply {
		font-size: 14px;
	}
	
	span.label.js-subtotal, .cart-summary-line .label {
		font-size: 14px;
	}
	
	.cart-summary-line.cart-total .label, .cart-summary-line.cart-total span.value {
		font-size: 16px;
	}
	div#cart-subtotal-products span.value, .cart-summary-line span.value{
		font-size: 14px;
	}
	
	.cart-voucher.card {
		padding-bottom: 20px;
	}
}

/* Productos de una categoria */

section.category-hero.container {
	padding-top: 30px;
}

@media (max-width: 767px) {
	section.category-hero.container {
	padding-top: 0px;
}
}


#js-product-list .item-product {
	background: none !important;
}

span.ajax_add_to_cart_button.disabled {
	display: none;
}

/* Ps_subscripcion */

#footer .footer-container .footer_top {
	padding: 50px 0;
}

#footer .footer-container .img_app {
	justify-content: center;
}

.ft_newsletter .title_newsletter h2 {
	font-size: 34px;
	color: #01558B;
	padding-bottom: 15px;
}

.ft_newsletter .title_newsletter p {
	font-size: 18px;
}

.ft_newsletter .title_newsletter {
	max-width: 45%;
}

@media (min-width: 1200px) {
    .ft_newsletter .col_form {
        padding-left: 50px;
    }
}

.input-wrapper.has-icon {
  position: relative;
}

.input-wrapper.has-icon .field-icon {
  position: absolute;
	color: #121212;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  pointer-events: none;
  opacity: .7;
}

.input-wrapper.has-icon input[type="email"] {
  padding-left: 40px;
}

.block_newsletter .input-wrapper.has-icon input[type="email"]:focus,
.block_newsletter .input-wrapper.has-icon input[type="email"]:active,
.block_newsletter .input-wrapper.has-icon input[type="email"].is-valid,
.block_newsletter .input-wrapper.has-icon input[type="email"].is-invalid {
  padding-left: 40px !important;
  text-indent: 0 !important;
}

.block_newsletter .col_form form .btn.btn-primary {
	color: #121212;
	font-size: 16px;
	font-weight: 500;
}

.newsletter-privacy {
  color: #3E3E59;
}

.newsletter-privacy a {
  color: #0B5CD5;
}

.newsletter-privacy input[type="checkbox"] {
  width: 20px;      
  height: 20px;
  transform: scale(1.3); 
}


@media (max-width: 767px) {
	
	#footer .footer-container .footer_top {
		padding-bottom: 20px;
	}
	
	.ft_newsletter {
		text-align: center;
	}
	.ft_newsletter .title_newsletter {
		max-width: 100%!important;
		padding-bottom: 15px;
	}
	
	.block_newsletter .col_form form .btn.btn-primary {
		color: white;
		width: 100%;
        border-radius: 6px;
		margin-top: 15px;
	}
	
	.block_newsletter form button[type=submit] {
		position: sticky;
		background: #121212;
	}
	
	.newsletter-privacy {
		text-align: left;
	}
	
	.ft_newsletter .title_newsletter p {
		font-size: 14px;
	}
	
	.ft_newsletter .title_newsletter h2 {
		font-size: 20px;
		font-weight: 700px;
	}
}

/* Login */

:root {
  --login-heading: #121212;
  --login-accent:  #19BCBC;
  --login-input:   #CBCBCB;
}


.page-customer-account #content {
	border: none;
	padding-top: 3px;
}

h1.login-title {
    text-align: left;
}

.auth-modern {
  margin-top: 0;
}

.modern-header {
  max-width: 680px;
  margin: 0 auto 10px;
  padding: 0 16px;
}

.login-title {
  color: var(--login-heading);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 8px;
}

.login-subtext {
  font-size: 16px;
  color: var(--login-heading);
  margin: 0 0 12px;
}

.login-subtext-link {
  font-weight: 600;
	color: #121212;
  text-decoration: none;
  margin-left: 0.25rem;
}

.login-modern {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 16px 24px;
}

.login-modern .form-group.row {
  display: block;
  margin: 14px 0;
  position: relative;
}

.login-modern .form-group .form-control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.login-modern .form-group .col-md-3,
.login-modern .form-group .col-md-6,
.login-modern .form-group .col-md-3.form-control-comment {
  width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

.float-control {
  position: relative;
  margin-top: 2px;
}

.float-control .floating-label {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 16px;
  color: #7a7a7a;
  transition: all 0.18s ease;
  pointer-events: none;
}

.float-control input.form-control {
  width: 100%;
  height: 48px;
  font-size: 16px;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid var(--login-input);
  border-radius: 0;
  box-shadow: none;
  padding: 8px 0 0px 0;
}

.float-control .input-group {
  align-items: center;
  width: 100%;
  border-bottom: 1.5px solid var(--login-input);
}

.float-control .input-group .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 8px 0 10px 0;
}

.float-control .input-group .btn[data-action="show-password"] {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--login-heading);
  font-size: 14px;
  padding: 0 10px;
  height: 48px;
}

.float-control .input-group .btn[data-action="show-password"]:hover {
  text-decoration: underline;
}

.float-control:focus-within .floating-label,
.float-control.filled .floating-label {
  transform: translateY(-30px);
  font-size: 14px;
  color: var(--login-heading);
}

.login-remember-forgot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

.remember-visual {
	color: #605F5F;
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 8px;
  user-select: none;
}

.remember-visual input {
  width: 18px;
  height: 18px;
	color: #605F5F;
}

.forgot-link {
	color: #121212;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.modern-footer {
  margin-top: 16px;
}

#submit-login.btn {
  width: 100%;
  padding: 16px 24px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 6px;
  border: none;
}

#submit-login.btn.btn-primary {
  background: var(--login-accent) !important;
  border-color: var(--login-accent) !important;
  color: var(--login-heading) !important;
}

#submit-login.btn.btn-primary:hover {
  filter: brightness(0.95);
}

@media (max-width: 767px) {
	.page-customer-account #content {
		padding: 0px;
	}
	.modern-header {
		padding: 0px;
	}
	
	h1.login-title {
		font-size: 26px;
	}
	
	.float-control .floating-label, .login-subtext, .remember-visual, .forgot-link {
		font-size: 14px;
	}
	
	.login-modern {
		padding: 0 0px 24px 0;
	}
	
	#submit-login.btn {
		font-size: 16px;
	}
}


/* Register */

:root {
  --login-heading: #121212;
  --login-accent:  #19BCBC;
  --login-input:   #CBCBCB;
}

.register-modern .modern-header {
  max-width: 680px;
  margin: 0 auto 10px;
  padding: 0 16px;
}

.register-modern .login-title {
  color: var(--login-heading);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 8px;
}

.register-modern .login-subtext {
  font-size: 16px;
  color: var(--login-heading);
  margin: 0 0 12px;
}

.register-modern .login-subtext-link {
  font-weight: 700;
  text-decoration: none;
  margin-left: 0.25rem;
}

.register-modern__form {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 16px 24px;
}

.register-modern__form .form-group.row {
  display: block;
  margin: 14px 0;
  position: relative;
}

.register-modern__form .form-control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.register-modern__form .col-md-3,
.register-modern__form .col-md-6,
.register-modern__form .form-control-comment {
  width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

.register-modern__form .form-control-comment,
.register-modern__form .col-md-6 > .form-control-comment {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

.register-modern__form .float-control {
  position: relative;
  margin-top: 2px;
}

.register-modern__form .floating-label {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 16px;
  color: #7a7a7a;
  transition: all 0.18s ease;
  pointer-events: none;
}

.register-modern__form input.form-control,
.register-modern__form .input-group .form-control {
  width: 100%;
  height: 48px;
  font-size: 16px;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid var(--login-input);
  border-radius: 0;
  box-shadow: none;
  padding: 8px 0 10px 0;
}

.register-form .float-control .input-group {
	border: none;
}

.register-modern__form .input-group {
  align-items: center;
  width: 100%;
}

.register-modern__form .input-group .btn[data-action="show-password"] {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--login-heading);
  font-size: 14px;
  padding: 0 10px;
  height: 48px;
  margin-bottom: -1px;
}

.register-form .input-group .input-group-btn {
	border-bottom: 1.5px solid var(--login-input);
}

.register-modern__form .input-group .btn[data-action="show-password"]:hover {
  text-decoration: underline;
}

.register-modern__form .float-control:focus-within .floating-label,
.register-modern__form .float-control.filled .floating-label {
  transform: translateY(-22px);
  font-size: 12px;
  color: var(--login-heading);
}

.register-modern__form .custom-checkbox label {
  gap: 10px;
  line-height: 1.35;
}

.register-modern__form .custom-checkbox em {
  display: block;
  margin-top: 4px;
  color: #666;
}

.register-modern__form .custom-checkbox input {
  width: 18px;
  height: 18px;
}

.register-modern .modern-footer {
  margin-top: 16px;
}

.register-modern .btn.btn-primary {
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  background: var(--login-accent) !important;
  border-color: var(--login-accent) !important;
  color: var(--login-heading) !important;
}

.register-modern .btn.btn-primary:hover {
  filter: brightness(0.95);
}

.custom-checkbox input[type=checkbox]+span {
	border: 1px solid #605F5F !important;
    border-radius: 2px;
    width: 18px;
    height: 18px;
}


.custom-checkbox input[type=checkbox]+span .checkbox-checked {
	margin: 0px;
	background-color: rgb(1, 120, 212);
}

.custom-checkbox input[type=checkbox]:checked + span {
  border-color: rgb(1, 120, 212)!important;
}

i.material-icons.rtl-no-flip.checkbox-checked {
	color: white!important;
	font-weight: 500!important;
}

@media (max-width: 767px) {
	.register-modern .modern-header, .register-modern__form {
		padding: 0px;
	}
	.register-modern .btn.btn-primary {
		font-weight: 500;
	}
}


/* Forgot password  */
.forgot-modern .modern-header{
  max-width:680px;margin:0 auto 10px;padding:0 16px;
}
.forgot-modern .login-title{
  color:#121212;font-size:40px;line-height:1.15;font-weight:700;margin:0 0 8px;
}
.forgot-modern .login-subtext{
  font-size:16px;color:#121212;margin:0 0 12px;
}

.forgot-modern__form{max-width:680px;margin:0 auto;padding:0 16px 24px;}
.forgot-modern__form .form-group.row{display:block;margin:14px 0;position:relative;}
.forgot-modern__form .form-control-label{
  position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;
}
.forgot-modern__form .col-md-3,f
.forgot-modern__form .col-md-5{width:100%;flex:0 0 100%;padding:0;}

.forgot-modern__form input.form-control{width:100%;height:48px;font-size:16px;background:transparent;
  border:none;border-bottom:1.5px solid var(--login-input);border-radius:0;box-shadow:none;padding:8px 0 10px 0;}

.forgot-modern .modern-footer{margin-top:16px;}
.forgot-modern .btn.btn-primary{
  width:100%;padding:16px 24px;font-size:16px; font-weight: 600; border-radius:6px;border:none;
  background:var(--login-accent)!important;border-color:var(--login-accent)!important;color:#121212!important;
}
.forgot-modern .btn.btn-primary:hover{filter:brightness(.95);}

.back-to-login{display:inline-flex;align-items:center;gap:6px;margin-top:8px;text-decoration:none;}

.forgotten-password .form-fields .email {
	width: 100%;
}

.forgot-modern .float-control .floating-label {
	top: 11px;
}


@media (max-width: 767px) {
	.forgot-modern .modern-header, .forgot-modern__form, .forgotten-password .form-fields .email {
		padding: 0px;
	}
	.forgot-modern .btn.btn-primary {
		font-weight: 500;
		 white-space: normal;
	}
	
	.forgot-modern .login-subtext {
		    margin: 0 0 17px;
	}
}

/* Mi cuenta */

.page-my-account .myaccount-title,
.page-customer-account .myaccount-title {
  display: block;
  text-align: center;
  font-size: 54px;
  line-height: 1.1;
  color: #121212;
  font-weight: 600;
  margin: 16px 0 64px;
}

.page-my-account .myaccount-layout {
	padding-bottom: 120px;
}

.page-my-account .myaccount-layout,
.page-customer-account .myaccount-layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.page-my-account .myaccount-sidebar,
.page-customer-account .myaccount-sidebar {
  flex: 0 0 260px;
}

.page-my-account .myaccount-main,
.page-customer-account .myaccount-main {
  flex: 1 1 auto;
  color: #3E3E59;
	font-size: 18px;
}

.myaccount-nav__link,
.myaccount-nav__hook a {
  display: block !important;
  padding: 12px 0;
  font-size: 18px;
  color: #605F5F;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.myaccount-nav__link:hover,
.myaccount-nav__hook a:hover {
  color: #121212;
}

.myaccount-nav__link.is-active,
.myaccount-nav__hook a.is-active {
  color: #121212;
  border-bottom-color: #121212; 
  font-weight: 600;
}

.myaccount-greeting { margin: 0 0 8px; }

.myaccount-nav__hook a[class*="col-"] {
  float: none;
  width: auto;
  margin: 0;
  padding: 10px 0;
}

.myaccount-nav__hook .material-icons {
	display: none;
}

.myaccount-greeting .myaccount-logout {
  color: #01558B !important;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #01558B;
}

@media (max-width: 991px) {
  .page-my-account .myaccount-layout,
  .page-customer-account .myaccount-layout {
    flex-direction: column;
    gap: 24px;
  }
  .page-my-account .myaccount-sidebar,
  .page-customer-account .myaccount-sidebar {
    flex-basis: auto;
    width: 100%;
  }
	
	.page-my-account .myaccount-title,
.page-customer-account .myaccount-title {
		font-size: 40px;
	    margin: 16px 0 16px;
	}
	
	.myaccount-nav__link,
	.myaccount-nav__hook a { 
		font-size: 16px;
	}
	.page-my-account .myaccount-main,
.page-customer-account .myaccount-main {
		font-size: 16px;
	}
	
	.page-my-account .myaccount-layout {
		padding-bottom: 20px;
	}
	.myaccount-sidebar {
		padding-bottom: 20px;
	}
	
}

.page-my-account .page-header,
.page-customer-account .page-header {
  display: block !important;
}

.myaccount-description {
	max-width: 850px;
}


body[id^="module-psgdpr"] .myaccount-nav a[href*="module/psgdpr"],
body[id^="module-blockwishlist"] .myaccount-nav a[href*="module/blockwishlist"],
body[id^="module-pswishlist"] .myaccount-nav a[href*="module/pswishlist"] {
    color: #121212;
  border-bottom-color: #121212; 
  font-weight: 600;
}

/* Information Customer*/

.ib-section-title {
  margin: 30px 0 20px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #121212;
}

.ib-input {
  background: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  height: 50px;
  padding: 0 14px;
  font-size: 16px;
}

.ib-error {
  margin-top: 6px;
  font-size: 14px;
  color: #c0392b;
}

.ib-radio-group {
  display: flex;
  gap: 16px;
}

.ib-radio input[type="radio"] {
  margin-right: 6px;
}

#ib-identity-form .form-group {
  margin-bottom: 16px;
}

#ib-identity-form label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #3E3E59;
  text-align: left;
}

.ib-save-btn {
  width: 100%;
  background: #19BCBC;
  border-color: #19BCBC;
  border-radius: 6px;
  padding: 12px 16px;
  font-weight: 600;
}
.ib-save-btn:hover, .ib-save-btn:focus {
  background: #15a4a4;
  border-color: #15a4a4;
}

form#ib-identity-form {
	max-width: 700px;
}


form#ib-identity-form select.form-control:not([size]):not([multiple]) {
	height: 50px;
}

@media (max-width: 767px) {
	section#account-content {
		width: 100%;
	}
	
	#ib-identity-form label {
		font-size: 14px;
	}
	
	.form-control {
		font-size: 14px;
		color: #A7A7A7;
	}
}


/* Exportar daatos*/

.col-xs-12.psgdprinfo17 {
	max-width: 100% !important;
  width: 100% !important;
}

.psgdprinfo17 {
	margin-top: 0px;
	margin-bottom: 30px;
	color: #3E3E59;
	background: #FAFAFB;
	padding: 32px;
	border-radius: 6px;
}

.psgdpr-buttons {
  display: flex;
  gap: 10px;
	padding-top: 20px;
}

.psgdpr-buttons a.btn.btn-primary {
	padding: 10px 20px;
}

@media (max-width: 768px) {
	.psgdpr-buttons {
		display: block;
	}
	#exportDataToCsv {
		margin-bottom: 10px;
	}
	
	.col-xs-12.psgdprinfo17 h2{
		font-size: 18px;
	}
	
	.col-xs-12.psgdprinfo17 p {
		font-size: 14px;
	}
	
}


/* Direcciones */


.address {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  border: 1px solid #eee;    
  border-radius: .5rem;      
  padding: 1.5rem;             
}

.address .address-body {
  flex: 1 1 calc(70% - 1rem);  
  min-width: 60px;
}

.address .address-footer {          
  min-width: 100px;            
  display: grid;
  grid-auto-flow: row;
  gap: .5rem;
  align-content: start;
}

.page-addresses .address .address-body, .page-addresses .address .address-footer {
	padding: 0px;
}

.page-addresses .address .address-body h4 {
	color: #121212;
	font-size: 18px;
	font-weight: 600;
}

.page-addresses .address .address-body address {
	color: #3E3E59;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0;
}

.page-addresses .address .address-footer {
	border: none;
}

.page-addresses .address .address-footer a {
	margin-right: 0;
	display: flex;
    align-items: center;
}

.address .address-footer a[data-link-action="edit-address"] {
  color: #121212;
}

.address .address-footer a[data-link-action="delete-address"] {
  color: #b00020;
}

.address .address-footer i.material-icons {
  font-size: 20px;
}


@media (max-width: 990px) {
	section#account-content {
	width: 100%;
}
	.page-addresses .address .address-body h4, .page-addresses .address .address-body address {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.col-lg-6.col-md-6.col-sm-6 {
		padding: 0px;
	}
	
}

/* Historil de pedidos */

.myaccount-layout.row::after {
	display: none;
}

section#account-content h6 {
	color: #121212;
	font-weight: 500;
	padding-bottom: 15px;
}

.orders-table {
  width: 100%;
  table-layout: fixed;       
  border-spacing: 0;
  background: transparent; 
}

.orders-table thead th {
  font-size: 16px;
  color: #121212;
  font-weight: 500;
  background: transparent !important;
  padding: 12px 10px;
	border-top: none;
	border-bottom: 2px solid #CBCBCB;
}

.orders-table tbody th,
.orders-table tbody td {
  font-size: 16px;
  color: #3E3E59;
  background: transparent !important;
  vertical-align: middle;
  border-top: none;
}
.orders-table tbody tr {
  border-bottom: 1px solid #CBCBCB;
}

.orders-table tbody th.col-ref,
.orders-table tbody td.col-total,
.orders-table tbody td.col-actions {
  color: #121212;
}

.orders-table .col-total {
  text-align: center;
}

.orders-table .order-status {
  background: transparent !important;
  border: 0 !important;
  color: #3E3E59 !important;
  padding: 0 !important;
  line-height: 1.2;
	font-size: 16px;
}

table.table.orders-table.hidden-sm-down th, td.col-date, td.col-status, td.hidden-md-down.col-pay, td.text-xs-right.col-total, td.text-sm-center.hidden-md-down.col-invoice, td.text-sm-center.order-actions.col-actions {
	text-align: center!important;
}

.order-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}
.order-actions .btn-order {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  font-size: 14px;
  color: #121212;
  text-decoration: none;
  line-height: 1.2;
}
.order-actions .btn-order:hover {
  text-decoration: none;
  filter: brightness(0.98);
}

.invoice-link {
  text-decoration: none;
}

.orders .order {
  border-bottom: 1px solid #EFEFEF;
  padding: 12px 0;
}
.orders .mob-ref {
  font-size: 18px;
  color: #121212;
  margin: 0 0 6px 0;
}
.orders .mob-line {
  display: flex;
  gap: 6px;
  font-size: 16px;
  color: #3E3E59;
  margin: 2px 0;
 justify-content: space-between;
}
.orders .mob-line .mob-label {
  min-width: 90px;
  color: #121212;
  font-weight: 500;
}
.orders .mob-total {
  color: #121212;  
}

span.mob-value {
	font-size: 14px;
	color: #121212;
}

.orders .mob-actions {
  margin-top: 10px;
}

.orders-table thead th {
   vertical-align: middle;
}


@media (max-width: 768px) {
	#history .orders .order {
		border-bottom: 1px solid #CBCBCB;
	}
	
	#history .orders .order .label {
		color: #121212;
	}
	#account-content .col-sm-12.col-xs-12 {
    padding: 0;
	}
	
	aside.myaccount-sidebar.col-lg-3.col-md-4 {
		padding-bottom: 0;
	}
	
	.order-actions {
		flex-direction: row;
	}
	
	.orders .mob-actions {
		margin: 15px 0;
	}
	
	#history .orders .order:last-child {
		border-bottom: 1px solid #CBCBCB;
	}
	
}

#blockcart-modal .cart-content .cart-content-btn .btn {
	    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    padding: 0.75rem 1.25rem;
}

@media (min-width: 768px) {
	#footer .footer-container .footer_block h3 {
    padding-bottom: 2px; 
    margin-bottom: 2px; 
    border-bottom: none;
}
	
}

#footer .footer-container .footer_block h3:after {
	   height: 0px;
}


#footer .custom-page-link-manual {
  color: inherit; 
  text-decoration: none; 
  transition: color 0.3s ease; 
}

#footer .custom-page-link-manual:hover {
  color: #19BCBC!important;
}


#_desktop_wishtlist .lar.la-heart {
	
	font-weight: 100!important;
}

#header .header-top .container > .row .col-right > div {
	margin-left: 15px;
}

#pos_search_top .form_search.show-categories .form-control {
	max-width: 550px;
    height: 40px;
	border-radius: 6px 0 0 6px;
	border: 1px solid #ffffff;
}

#pos_search_top .form_search .search_submit {
	height: 40px;
	right: auto;
    background: #fff;
}

#pos_search_top .form_search .search_submit i {
	line-height: 40px;
}

header#header .header-top .ion-ios-search-strong {
	color: #3E3E59;
}

#pos_search_top .form_search {
	height: 40px;
}

#pos_search_top {
  text-align: center;
  width: 90%!important;
	    padding-right: 60px;
}
#pos_search_top form {
  display: inline-block;
}



@media (max-width: 768px) {
	
	#_mobile_megamenu .pos-menu-horizontal .menu-item .icon-drop-mobile i {
		color: #121212!important;
	}
	
}











