/*
	Theme Name: originoftype
	Theme URI: https://otto.blue
	Description: Sitio personalizado Pevegal
	Version: 1.0
	Author: David Villanueva 3007599736
	Author URI: https://otto.blue


	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* html element 62.5% font-size for REM use */
html {

	
}
body {
	font:400 16px/1.4 ;
	
	font-family: 'Montserrat', sans-serif;

}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
body a {

	text-decoration:none;
}
a:hover {
	
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.wp-block-button__link:hover {background-color:#58595b !important; transition:ALL 0.2s ease-in }
.wp-block-button__link {transition:ALL 0.2s ease-out }
a p{color:black}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header{width:100%; height:auto;  }
.header-subcontainer{width:90%; margin:0px auto; padding: 10px 0px; display:grid; grid-template-columns : 300px auto 100px; grid-gap: 30px }
.header .logo{max-width: 300px; height: auto}
.header .logo  img{width: 100%; height:Auto;}
.header nav{align-self: center;}
.header nav a{color:black}
.header nav ul{text-align: right; text-transform: uppercase;}
.header ul li {display: inline-grid; align-content: right; margin-left:25px;}
.icons-header{align-self: center; }
.icons-header span{display: inline-grid;  margin-right: 5px; }
.icons-header img{width:25px; height:25px; }
.bolsa{position: relative;}
.bolsa #mini-cart-count{position: absolute;    top: -10px;
    right: -6px;
    font-size: 10px;
    font-weight: 400;
    height: 15px;
    width: 15px;
    color: white;
    background-color: black;
    padding: 2px;
    border-radius: 100%;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;}

footer{background-color: #f7f7f7; padding: 25px 5%; width:90%}
footer .tit{color: black;}
.infofoo{display:grid; grid-template-columns: 3fr 1fr 1fr 1fr;}
#col1-foo{padding-right: 200px;}
footer .menu{list-style: none; padding-left:0px;}
footer .menu li{list-style: none;}
footer ul.redes{list-style: none; padding: 0px;}
footer ul.redes li{display:inline-block; height: 25px; width:25px; ;}
footer ul.redes li img{width: 100%; height: auto ;}
#wpadminbar a{color:white !important}
footer a{color: black;}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {

  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition-duration: .25s;
  top:8px; 
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  z-index: 99;
  padding: 80px 0;
  list-style: none;
  background-color: #CDBAAC;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.espaciador2{margin-top:70px !important;}
.mobilemenu a{color:#000; text-transform: uppercase;}
.menu__box #menu-top2{display: grid; grid-template-columns: 1fr;}
.menu__box #menu-top2 li{margin-top: 10px; margin-bottom: 10px;}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*------------------------------------*\
    general
\*------------------------------------*/
ol li::marker{font-size:2rem}
.added_to_cart{padding-left: 25px; color:black}
footer .tit{font-weight: bold;}
.mobilemenu{display:none; position: relative; }
/*------------------------------------*\
    Header
\*------------------------------------*/



/*------------------------------------*\
    Home
\*------------------------------------*/
.metaslider{overflow:hidden}
.slider{min-height:350px; width:100%; background-color: blue; }
.colx{width: 90%; margin: 35px auto; }
.contenedorproductos{display:grid; grid-template-columns: 50% 50%}
.img{background-color:yellow;background-image: url(img/174.jpg); background-size: cover;}
.productos{min-height: 250px; margin: 40px 0px 40px -6%; background-color: white; padding: 25px 35px;  }
.productos h4{margin-top: 0px;}
.productos li{height:auto; display: inline-grid; grid-template-columns: 50px auto; grid-gap: 15px;width:45%; padding: 3px 0px 3px 0px; list-style: none; }
.productos li .icono{overflow: hidden;}
.productos li .icono img{padding: 5px; width: 30px; height:30px}
.productos .txticono{align-content: center;    display: grid;}
.productos .txticono span{font-size:16px; }

.woocommerce .star-rating span::before{color:black !important}

edia only screen and (max-width:1380px) {

.detallestexto{line-height:1.5; color:#b3b3b3; font-size: 14px; width: 90%; margin-right: 10%  }
}


.woocommerce-ordering, .woocommerce-result-count{display:none}
.woocommerce-loop-product__title{color:black; text-transform: uppercase;} 
.woocommerce ul.products li.product .price{color:black; font-size: 1em;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{color:white; background-color: black !important;}
.woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{color:white; background-color: #58595b !important;}
.quantity .qty {padding: 6.5px;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color:black !important}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{color:White !important}
.c-accordion__title:after {    color: #000 !important;}
.woocommerce-info {
    border-top-color: #CDBAAC !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{border-radius:0px !important}
.menosespacio{margin-bottom:7px; margin-top: 7px;}
.size-full img{width:100% !important; height: auto;}
body figure.is-resized img{width:inherit !important}
.altura500{min-height: 500px;}

.hamburger-menu{display: none;}
.woocommerce-message {
    border-top-color: #CDBAAC;
}

.woocommerce-message::before {
    content: "\e015";
    color: #CDBAAC;
}
@media only screen and (max-width:1280px) {

}


@media only screen and (max-width:960px) {
.infofoo{grid-template-columns: 1fr;}
#col1-foo{padding-right: 0px;}

.header-subcontainer{grid-template-columns: auto 98px;}
.header-subcontainer .nav{display: none;}
.mobilemenu{display:block;}
.listaepecial li{padding-bottom: 10px ;}
.hamburger-menu{display: block !important;}
}
@media only screen and (max-width:960px) {
	.icons-custom .uagb-columns__inner-wrap {display :grid; grid-template-columns: 1fr 1fr 1fr; }

}
@media only screen and (max-width:768px) {
.header .logo{max-width: 70%; height: auto}
}
@media only screen and (max-width:480px) {

}