/***
1. GENERAL
2. HEADER
3. MENU
4. FOOTER
5. BLOG
6. HOME
7. PAGES
8. WOOCOMMERCE
9. EXTRAS
***/
/** Menu responsive **/

#rmp_menu_trigger-750{background: transparent !important; float: right; padding: 0 !important; outline: none;}

#rmp_menu_trigger-750{top:8px;}

#rmp-menu-wrap-750{padding-top: 110px;}

/*WPML*/
.wpml-ls-legacy-dropdown-click {width: 100% !important; }
.wpml-ls-legacy-dropdown-click a {border: 0px !important;}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {right: 16px !important;}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a {background: transparent !important;}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {border-top: 0;}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover { color: #018CCE;}

/** 1. GENERAL START **/


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.flex-control-paging li a {background: #fff !important;}

html, body{
	scroll-behavior: smooth;
}

body{
  font-size: 14px;
  line-height:1.75;
  color: #404040;
  letter-spacing:1px;
  font-family: 'Roboto', sans-serif;
  }

.post, .page{
  margin:0;}

p, ul, ol{
  font-family: 'Roboto', sans-serif;
  margin-left:0;
  color: #000000;
  font-weight: 300;
  font-size: 1rem;
  }

h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto', sans-serif;
  color: #032563;
  font-weight: 600;
  line-height:1.3;
  margin-bottom:.8rem;
  letter-spacing:1px;
  }
  

b, strong {
    font-weight: bold;
}

button, input, optgroup, select, textarea{
   font-family: 'Roboto', sans-serif;}

.postcontent a, .postcontent a:link{
   font-family: 'Roboto', sans-serif;
   text-decoration: none;
   color: #303030; }

a {
  color:#303030;
  outline: 0;
  text-decoration:none;}

a:active,
a:hover,
a:focus {
  color:#303030;
  text-decoration:none;
  outline: 0;}

:focus{
  outline:none
}

.texto-semi-destacado{
  font-size:1.1rem;
  letter-spacing: .09rem;
}


.texto-destacado{
  font-size:1.7rem;
  line-height: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
}

.divider-gris {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
}

.divider-blanco {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #fff;
}

.verde{
	color:#9CBE0E !important;
}

.azul{
	color:#0089bc !important;
}

.page-content, .entry-content, .entry-summary{
  margin:0 !important;}

button, input[type="button"], input[type="reset"], input[type="submit"]{
	background: #971418 !important;
    border-radius: 100px !important;
    font-weight: 600;
    color: white;
    border: #971418 !important;
    text-transform: uppercase;
    transition: all 750ms;
    padding: 20px 30px;
    font-size: 1rem;
    letter-spacing: 1px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
  background:#f5f4f4 !important;
  border:1px solid #f5f4f4;
  color:#971418;
}

.btn{
  letter-spacing: 2px;
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight:400;
  font-family:'Roboto', sans-serif;
}

.btn:hover, .btn:focus, .btn:active{
  outline:none;
  box-shadow:none;
}
  
.btn-primary, .btn-primary:visited{
   background:#0092D3;
  font-weight: 400;
  color:white;
  border:none;
  text-transform: uppercase;
  transition:all 750ms;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background:#032563 !important;
  color:white!important;
  border:none;
  transition:all 750ms;
}

.btn-secondary, .btn-secondary:visited{
  background:white;
  font-weight: 400;
  color:#0092D3 !important;
  border:none;
  text-transform: uppercase;
  transition:all 750ms;
  
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
  background:#0092D3 !important;
  color:#fff !important;
  border:none;
  transition:all 750ms;
   }

.link{
	color:#0092D3;
	text-transform: uppercase;
	font-size: 1.1rem;
	transition:all 750ms;

}

.link:hover{
	color:#032563;
	transition:all 750ms;
}


.link i{
	color:#032563;
}

label, input, textarea{
  width:100%;
  border-radius: 0 !important;
}

input:focus, textarea:focus{
  border-color:#000;
}

input[type=checkbox], input[type=radio], input[type=submit]{
  width:auto;
}

::placeholder{
  color:#ccc;
}

.img-full{
  min-width:100%;
  height:auto;}

.img-cover{
	height:100%;
	width:100%;
	object-fit:cover;
}

.dos-columnas{
  -webkit-columns: 2; /* Chrome, Safari, Opera */
  -moz-columns:2; /* Firefox */
  columns:2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  
}


.fondo-blanco{
	background: #FFF;
}

.fondo-gris{
	background: #F1F1F1;
}

.texto-blanco{
	color:#fff;
}

.fondo-azul{
	background:#032563;
	color:#fff;
}

.fondo-azul02{
	background:#0092D3;
	color:#fff;
}

.fondo-azul a, .fondo-azul h1, .fondo-azul h2, .fondo-azul h3{
	color:#fff;
}

.texto-azul{
	color:#303030;
}

.overflow-hidden{
	overflow:hidden;
}

.min-vh-100{
	min-height:100vh;
}

.adorno-titulo-right:after{
	content:'';
	width:150px;
	height:4px;
	background:#303030;
	display:inline-block;
	margin:0 15px;
}

.adorno-titulo-right-blanco:after{
	content:'';
	width:150px;
	height:4px;
	background:#fff;
	display:inline-block;
	margin:0 15px;
}

.adorno-titulo-left:after{
	content:'';
	width:150px;
	height:4px;
	background:#303030;
	display:block;
	margin:25px 15px;
}

.adorno-titulo-center:after{
	content:'';
	width:150px;
	height:4px;
	background:#303030;
	display:block;
	margin:25px auto;
}


.list-group-item{
	background:transparent;
}

/** 1. GENERAL END **/

/** 2. HEADER START **/

.site-header{
	position:absolute;
	display: block;
	z-index: 2;
	background: #032563;
}

.top-header{
	background: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.top-header a{color:#971418;}

.cabecera{
  width:100%;
  background:transparent;
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  letter-spacing:.1rem;
  z-index: 99999;
  transition:all 750ms;
}

.menu-sticky{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition:all 750ms;
	background: #032563;
}


.logotipo{
	transition:all 750ms;
}



.telefono-header{
	color:#00A5E3;
	font-family:'Roboto', sans-serif;
	font-size:1.1rem;
	letter-spacing:1px;
	transition:all 750ms;
}

.telefono-header:hover{
	color:#0079A5;
	transition:all 750ms;
}

.top-social a i{color:#00A5E3;transition:all 750ms;}

.top-social a:hover i{color:#0079A5;transition:all 750ms;}

/** 2. HEADER END **/

/** 3. MENU START **/


.main-navigation{
	width: auto;
}

.main-navigation ul{
  display: flex;
  text-align: center;
  padding:0;
  transition:all 750ms;
      justify-content: center;

}

.menu-sticky ul{padding: 1rem; transition:all 750ms;}

.main-navigation ul li{
  padding: 0;
  font-size: 1rem;
  display: inline-block;
  float: none;
}

.main-navigation ul li:last-child{
  border-right: 1px solid #0092D3;
  
 }


.main-navigation ul.menu-sticky li:last-child{
  border-right: none;
  
 }


.main-navigation ul li a{
  color:#fff;
  font-family:'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing:1.5px;
  padding: 6px 28px;
  transition:all 750ms; 
}

.main-navigation ul li a:hover{
	color:#fff;
	background: rgba(255, 255, 255, 0.23);   
	transition:all 750ms;}

.main-navigation ul ul{
    background:#fff;}

.main-navigation ul ul li{
    text-align:left;}

.main-navigation ul ul li a{
    font-size:.8rem;
    color:#303030}

.main-navigation ul ul li a:hover, .main-navigation ul ul li.current-menu-item a{
    color:#303030;}

.main-navigation ul li.menu-item-has-children a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.main-navigation ul ul li a:after {
    content: none !important;
}


.idiomas-header a{
	color:#fff;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 28px;
    font-size: 1rem; 
}

/** 3. MENU END **/

/** 4. FOOTER START **/

.site-footer{
  background: #D9D9D9;
  color: #032563;
  padding:15px 0;
  font-size: .8rem;
  position:relative;
  z-index:1;
}

.site-footer p, .site-footer a{
  color:#032563;
  font-weight: 400;
  letter-spacing: .4px;
  font-size: .9rem;
}


.direccion-footer{
	padding-left:15px;
}

.direccion-footer:before{
	content:'\f041';
	font-family:'FontAwesome';
	position:absolute;
	left:15px;
}


.sub-footer{
	background: #CDCDCD;
	color:#727272;
	padding: 20px 0;
	font-size:.7rem;
	position:relative;
	z-index:1;
}

.sub-footer p{
	color:#727272;
	font-size:.7rem;
	
}

.sub-footer a{
	color:#0092D3;
	font-size: .9rem;
}


/** 4. FOOTER END **/


/** 5. BLOG START **/

.entry-meta, .entry-meta a{
  font-size: .7rem;
  text-transform:uppercase;
}

.entry-footer, .entry-footer a{
  font-size:.8rem;
  text-transform:uppercase;
  color: #909090;
}

.entry-meta, .entry-footer{
  margin:1rem 0;
}

.blog article, .archive article {
  height:100%;
}

.widget-title{
  text-transform:uppercase;
  font-size: 1rem;
}

.widget{
  border-bottom:1px solid #ccc;
}

.widget:last-child{
  border:none;
}

.widget_search{
  border:none;
  background:#ececec;
  padding:25px;
  position: relative;
}

.widget_search form{
    position: relative;
    display: flex;
    width: 100%;
}

.widget_search label{
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    }

.widget_search .search-field{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 1%;
  padding: .9rem .75rem;
  border-radius:0;
  font-size: 1rem;
  line-height: 1.25;
  border:none;
}

.widget_search .search-field:focus{
  outline:none;
}

.widget_search .search-submit{
    position: relative;
    flex: 1;
    background: #303030;
    color:#fff;
    border-radius: 0;
    cursor: pointer;
    line-height: 1.25;
    text-align: center;
    user-select: none;
    border: none;
    padding: .5rem 1rem;
    font-size: 1rem;
}

.post-navigation, .posts-navigation{
  border-top:1px solid #ccc;
  padding: 15px;
  margin: 1.5em 0 !important;
  font-size:1.1rem;
  width:100%;
}

.post-navigation .nav-previous a:before, .posts-navigation .nav-previous a:before{
  content: '\f060';
  font-family: FontAwesome;
  font-size:.8rem;
  padding: 0px 10px;
}

.post-navigation .nav-next a:after, .posts-navigation .nav-next a:after{
  content: '\f061';
  font-family: FontAwesome;
  font-size:.8rem;
  padding: 0px 10px;
}

article.post{
	position:relative;
	overflow:hidden;
}

article.recetas{
	position:relative;
	overflow:hidden;
}

.post-type-archive-recetas .entry-header{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: linear-gradient(0deg, rgba(0,33,78,1) 0%, rgba(255,255,255,0) 100%);
	padding:0 15px;
	transition:all 750ms;
}

.post-type-archive-recetas .entry-header:hover{
	transition:all 750ms;
	padding-top:100%;
}


.post-type-archive-recetas h2{
	font-size: 1.2rem;
	text-align:center;
}

.post-type-archive-recetas h2 a{
	color:#fff;
}

.attachment-blog-thumb{
	height:100%;
	width:100%;
	object-fit:cover;
}

/** 5. BLOG END **/

/** 6. HOME START **/

rs-layer-wrap rs-loop-wrap rs-mask-wrap rs-layer.destacado-slider{
	padding:40px 40px 40px 60px;
}

rs-layer-wrap rs-loop-wrap rs-mask-wrap rs-layer.destacado-slider h2{
	line-height:120% !important;
	font-size:2.3rem;
}

rs-layer-wrap rs-loop-wrap rs-mask-wrap rs-layer.destacado-slider .btn-slider{
	border-radius:0 !important;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
	font-size:1.3rem;
	padding:15px !important;
    background:#606060;
    border-color:#606060 !important;
    color:#fff;
}

rs-layer-wrap rs-loop-wrap rs-mask-wrap rs-layer.destacado-slider .btn-slider-icono{
	background:#9CBE0E;
	color:#666;
	border-color:#9CBE0E !important;
	padding: 13px 15px 12px !important;
}



.home h1{
	font-weight: 300 !important;
}

.home h2{
	color:#032563;
	font-size: 2.5rem;
	font-weight: 300;
}

.home h3{
	color:#032563;
	font-size: 2rem;
	font-weight: 300;
}


.linea-inferior{
	
	background:#00A5E3;
	height: 4px;
	width: 100px; 
}

.home001 .fondo-gris{
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	z-index: -1;
}


.home003 .fondo{
	background: #032563;
	height: 240px;
}



.home003 .item:nth-child(1){
	background: rgba(3, 37, 100, 0.75) !important;
}
.home003 .item:nth-child(2){
	background: rgba(3, 37, 100, 0.90) !important;
}
.home003 .item:nth-child(3){
	background: rgba(3, 37, 100, 0.85) !important;
}
.home003 .item:nth-child(4){
	background: rgba(3, 37, 100, 0.80) !important;
}
.home003 .item:nth-child(5){
	background: rgba(3, 37, 100, 1) !important;
}
.home003 .item:nth-child(6){
	background: rgba(3, 37, 100, 0.90) !important;
}


.home003 h4{
	margin: 0;
	color:#032563;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	writing-mode: vertical-lr;
    transform: rotate(180deg);
    
	position: absolute;
    right: -16px;
}


.home004 h4{
	margin: 0;
    color: #0092D3;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(360deg);
    position: absolute;
    left: -15px;
    top: 15px;
}

.home004 .fondo{
	background: #0092D3;
	height: 240px;
}


.home003 .fondo p,
.home004 .fondo p{
	color:#fff;
}

.home003 .item h5,
.home004 .item h5{
	font-size: 1rem;
	font-weight: 700;
}

.home004 .owl-stage{
	display: flex;
	align-items: center;
}

.home004 .owl-item {
	text-align: center;
}

.home004 .owl-item h5{
	color:#032563;
	background: rgba(255, 255, 255, 0.75);
	padding: 2rem 1rem;
	border-radius: 100px;
	margin: 0;
}

.home004 button{
	background: transparent !important;
}

.home004 .sa_owl_theme .owl-dots .owl-dot span{
    background-color: rgb(255 255 255 / 20%) !important;
}

 .home004 .sa_owl_theme .owl-dots .active span{
    background-color: rgb(255 255 255 / 100%) !important;
}

.home005 .titulo{
	position: relative;
	width: 100%;
}

.home005 .titulo h5{
	color: #032563;
    font-size: 1.5rem;
    font-weight: 300;
    position: absolute;
    margin-left: 60px;
    background: white;
    z-index: 1;
    padding: 0 15px;
}

.home005 .titulo .linea{
    height: 1px;
    width: 100%;
    background: #EAEAEA;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 0;
}

.home005 .sa_owl_theme .owl-dots{display: none !important;}

.home005  .sa_hover_container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.home006{
	background: url('images/inicio02.jpg') center no-repeat;
	background-size: cover;
	min-height: 400px;
	overflow: hidden;
	
}

.home006 h6{
	color: #fff;
    font-size: 2rem;
    font-weight: 300;
}

/** 6. HOME END **/

/** 7. PAGES START **/




input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
	background: rgb(216,237,254);
    background: -moz-linear-gradient(140deg, rgba(216,237,254,0.3029586834733894) 0%, rgba(186,206,223,0.30015756302521013) 100%);
    background: -webkit-linear-gradient(140deg, rgba(216,237,254,0.3029586834733894) 0%, rgba(186,206,223,0.30015756302521013) 100%);
    background: linear-gradient(140deg , rgba(216,237,254,0.3029586834733894) 0%, rgba(186,206,223,0.30015756302521013) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8edfe",endColorstr="#bacedf",GradientType=1);

	border:none;
	border-bottom:1px solid #fff !important;
	color:#fff;
	padding:12px;
}





.cabecera-pagina{
	height: 300px;
	overflow:hidden;
}

.cabecera-pagina:after{
	content:'';
	opacity: 0.3;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:300px;
	width:100%;
	background: linear-gradient(20deg, #ffffff 0%, #FFFFFF 95%);
}

.cabecera-pagina h1 {
    bottom: 0;
    color: #fff;
    width: 100%;
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    z-index:1;
}

.cabecera-pagina h1 span {
    border-bottom: 5px solid #303030;
    font-weight: bold;
    letter-spacing: 7px;
}


.contacto .pagina-interna{
	margin-top: 10rem !important;
	
}

.pagina-interna h1{
	text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #154e9d;

}

.empresa-fondo01{
	background: url('images/empresa-fondo01.jpg') center no-repeat;
	background-size: cover;
	background-attachment:unset;
	 display: flex;
    align-items: center;
}

.empresa-fondo02{
	background: url('images/empresa-fondo02.jpg') center no-repeat;
	background-size: cover;
	background-attachment:unset;
	min-height: 200px;
	 display: flex;
    align-items: center;
}

.empresa-fondo02 h6{
	color: #fff;
    font-size: 2rem;
    font-weight: 300;
}


.titulo-pagina-interior {
    position: relative;
    width: 70%;
    left: 60%;
    z-index:2;
}


.pagina-interna{
	padding-top: 120px;
}

.pagina-interna h1{ margin-top: 30px; font-size: 2.4rem !important;}

.pagina-interna h2{
	font-weight: 200;
	font-style: i4alic;
	font-size: 1.6rem;
}

.pagina-productos .item h5{
	color:#fff;
	font-size: 1.4rem;
	
	
}

.pagina-productos .item p{
	color: #fff;
}

.pagina-productos .columna-dcha{
	padding-top:0 !important;
	margin-top: 0 !important;
}


.pagina-productos .columna-izda .item:nth-child(1){
	background: rgba(3, 37, 100, 0.75) !important;
}
.pagina-productos .columna-izda .item:nth-child(2){
	background: rgba(3, 37, 100, 0.90) !important;
}
.pagina-productos .columna-izda .item:nth-child(3){
	background: rgba(3, 37, 100, 0.85) !important;
}
.pagina-productos .columna-izda .item:nth-child(4){
	background: rgba(3, 37, 100, 0.80) !important;
}
.pagina-productos .columna-izda .item:nth-child(5){
	background: rgba(3, 37, 100, 0.90) !important;
}
.pagina-productos .columna-izda  .item:nth-child(6){
	background: rgba(3, 37, 100, 0.70) !important;
}
.pagina-productos .columna-dcha  .item:nth-child(1){
	background: rgba(3, 37, 100, 0.80) !important;
}
.pagina-productos .columna-dcha  .item:nth-child(2){
	background: rgba(3, 37, 100, 1) !important;
}
.pagina-productos .columna-dcha  .item:nth-child(3){
	background: rgba(3, 37, 100, 0.90) !important;
}
.pagina-productos .columna-dcha  .item:nth-child(4){
	background: rgba(3, 37, 100, 0.70) !important;
}
.pagina-productos .columna-dcha  .item:nth-child(5){background: rgba(3, 37, 100, 0.80) !important;}
/** 7. PAGES END **/

/** 8. WOOCOMMERCE START **/


.woocommerce .woocommerce-breadcrumb{
   font-size: 0.8em;
   color: #999;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: 'Roboto', sans-serif;
   width:100%;}

.woocommerce .woocommerce-breadcrumb a{
   color: #303030;}

/* Grid productos */

.woocommerce h1{
	text-align:center;
	margin-bottom: 40px;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title{
	text-align:center;
	font-size:1.5rem;
	letter-spacing:.8px;
}

.woocommerce ul.products li.product .price{	
    text-align:center;
    color:#303030;
    font-size:1.1rem;
}

.woocommerce a.add_to_cart_button{
	display:none
}

.woocommerce-pagination ul{margin:0 0 2rem 0 !important;}
.woocommerce-result-count{display:none}
.woocommerce-ordering {display:none}

.woocommerce-loop-category__title .count{
	display:none;
}

ul.product-cats {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 3rem !important;
    padding-left: 0;
    width: 100%;
}

ul.product-cats li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.236em;
    text-align: center;
    position: relative;
}

ul.product-cats li  img{
    height:120px;;
    width:auto;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

li.category h2 {
    margin-top: .8rem;
    text-transform: uppercase;
    font-size: 1.2rem;
}

/* Ficha producto */


.single-product .product_title{
	text-transform: uppercase;
	text-align:left;
	margin-bottom: 20px;
}
    
    
.single-product .price{
	font-weight: 700;
	font-size: 24px !important;
	text-align:left;
	margin: 5px 0 10px !important;
	color: #303030 !important;
}


.single-product .reset_variations{display:none !important;}

.single-product .variations td{display: inline-block;padding:0;}

.single-product td label{font-weight:bold;}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper{
	margin-left: 10px !important;
}


 .quantity{
 	display:inline-block;
 	float: none !important;
 }
    
 .quantity .qty{
	 padding: 8px;
	 width: 70px;
	 }



.woocommerce div.product form.cart .button{
	float:none !important;
	margin-top: 0 !important;
	padding: 16px 20px !important;
	vertical-align: top;
	background-color: #303030 !important;
	color: #fff !important;
	border: 0;
	white-space: pre-wrap;
}

.single-product .product_cat-accesorios .cart{
	display:none;
}

 .product_meta{
 	display:none;
 }

 .woocommerce div.product div.images img{
 	margin-bottom: 15px;
 }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	margin-bottom: 15px;
	margin-right:2%;
	width: 23.5% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(5n){
	margin-right:0;
}


.wc-tabs-wrapper {
	clear:left;
}

	
.related>h2:first-child, .upsells>h2:first-child{
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 2rem;
	}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center
}

.woocommerce ul.products li.product .price{
	text-align:center;
}

.thwepo-extra-options .label{
 	border-bottom:1px solid #ccc;
 	padding:15px 0;
 }

.thwepo-extra-options .label label{
 	font-weight:normal;
 }

.thwepo-extra-options .label .label-tag{
 	font-weight:700;
 }

/* Checkout */

.woocommerce .col2-set{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
}

.woocommerce .col2-set .col-1,  .woocommerce .col2-set .col-2{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right:0 !important;
}

#payment .place-order{
	margin-top:0 !important;
}

.woocommerce-input-wrapper{
	width:100%;
}


/* 8. WOOCOMMERCE END */

/** 9. EXTRAS START **/


/* Collapse */

.collapseomatic{
  background: #303030;
  color:#fff;
  text-transform:uppercase;
  border: 1px solid #303030;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  padding: .7rem 2.2rem;
  display: inline-block;
  margin-top:10px;
}

.collapseomatic:hover{
  background:transparent;
  color:#303030;
  text-decoration:none;
}

.collapseomatic_content{
  margin:0;
  padding-top:20px;
}

.lista-desplegable .collapseomatic{
	background:none;
	border:none;
	padding: 10px 30px 10px 10px;
	color:#303030;
	width:100%;
	text-align: justify;
	position:relative;
	margin: 0;
	letter-spacing: 0;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	border-top:1px solid #ccc;
}

.lista-desplegable .collapseomatic:after{
    content:'\f107';
    font-family:'FontAwesome';
    font-size:1.4rem;
    color:#303030;
    display:inline-block;
    position:absolute;
    right: 10px;
    top: 5px;
    z-index:0;
}

.lista-desplegable .collapseomatic_content{
  margin:0 10px;
  padding-top: 5px;
}


/** Menu responsive **/


button#responsive-menu-button{
    padding:0 !important;
}

ul#responsive-menu{
    padding-top: 80px;
}

#responsive-menu-container{background:rgba(77, 77, 255,.9) !important;}

#responsive-menu-wrapper{background:transparent !important}

#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a, #responsive-menu-container #responsive-menu ul.responsive-menu-submenu > li.responsive-menu-item:first-child > a {
    border-top: none !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {

    border-bottom: none !important;
    color: #fff !important;
    background-color: transparent !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a{
    line-height: 220% !important;
    min-height: 40px !important;
    height: inherit !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover{
    background-color:rgba(255, 255, 255, .8) !important;
    color:#303030 !important;}


#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    right: 0% !important;
    height: 95% !important;
    width: 35px !important;
    color: #303030 !important;
    border-left: none !important;
    background-color: rgba(255, 255, 255, .8) !important;
    font-size: 30px !important;
}

/** 9. EXTRAS END **/