@charset "utf-8";

@font-face {
    font-family: "Roboto-Thin";
    src: url('font/Roboto-Thin.eot');
    src: url('font/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
         url('font/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: "myriadpro";
    src: url('font/myriadpro.eot');
    src: url('font/myriadpro.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro.ttf') format('truetype');
}

/*general*/
body{
	font-family:"myriadpro";
	color:#000;
	font-size:16px;
	overflow-x:hidden;
}
a { outline: none; text-decoration:none !important; color:inherit; }
img{ outline: none; text-decoration:none; border:0px;}
.btn-primary, .btn-secondary{
	background:#000 ;
	width:auto;
	padding:10px 0;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	transition:all .2s linear;
	display:inline-block;
	padding:10px 20px;
  border: 0;
}
.btn-primary:hover{
	background:#444;
	color:#fff;
}
.btn-secondary{
	background:#e9e9e9;
	color:#000;
}
.btn-secondary:hover{
	background:#d9d9d9;
	color:#000;
}
.btn-ghost{border: 2px solid #000; color: #000; display:inline-block;
padding:10px 20px;
width:auto;}

.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea,.wpcf7 .wpcf7-select,.wpcf7 input[type=date] {
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius:6px;
    color:#444;
}
.wpcf7 textarea{height:125px;  border-radius:6px;}
.wpcf7 input[type=submit]{
	background:#45CDB9;
	width:150px;
	padding:10px 0;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	transition:all .2s linear;
	border:0px;
	margin-top:-40px;
}
.wpcf7 input[type=submit]:hover{
	background:#45CDB9;
	color:#fff;
}
span.wpcf7-list-item{display: block; margin: 3px 0;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 200px;
}

.social-media span{background: #555; color:#fff; padding:7px; border-radius:50%; font-size:17px;   transition:.1s all linear; }
.social-media .fa-facebook-f{ padding:7px 12px;}
.social-media span:hover{ background:#000 ; color:#fff;  }

.content-center{/*flex-flow:column;*/ display: flex; align-items: center; justify-content: center;}

.display-desktop{display: block;}
.display-movil{display: none;}

/*estructura*/
header{background: #e9e9e9; width: 100%; height: 80px; }
.banner-desktop{display:block}
.banner-movil{display:none;}
.logo {padding: 10px 0;}
.logo a img{width:auto; height:60px;}
.menu{text-align: right;}
.nav-responsive{display:none;}

footer{background:#e9e9e9; padding: 0;}
.footer-content{ padding: 30px 0;}
footer .footer-content .custom-logo-link img{width:auto; height:60px;}
.footer-copyright{background:#d9d9d9; padding: 15px 0;}
.footer-copyright .fc-text{line-height: 35px;}
.footer-copyright .fc-social{text-align: right;}

/*HOME*/
.title{font-size: 35px; color: #000; font-weight: bold; text-align: center;}

.home-blog{ background:#fff; text-align: center; margin: 50px 0;}
.item-blog {text-align: center;}
.item-blog .item-blog-content{background: #f3f3f3; padding: 1px 20px 25px;}
.item-blog .item-blog-img img{width: 100%;}
.item-blog .item-blog-content .item-blog-title{ font-size: 20px; color: #000;}

/*Paginación*/
.custom-pagination{text-align:center; margin:40px 0 20px; background:none;}
.page-num{margin-right:10px; color:#000;}
.page-numbers{display:inline-block; padding:7px 14px; margin:0 5px; border-radius:50%; background:#e9e9e9; color:#000;}
.page-numbers.current{background:#0067aa; color:#fff;}


.blog-item{width: 90%; margin: 20px auto 0px;}
.blog-item img{width: 100%; 
    height: 200px;
    object-fit: cover;
}
.blog-desc{padding: 20px 0; text-align: left;}
.blog-desc h3{font-size: 17px; font-weight: 400; color:#000;}
.blog-desc h3 a{color: #000; }
.blog-desc h3 a:hover{color: #000; text-decoration:underline !important;}
.blog-desc .blog-date {color:#999;}
.blog-desc .blog-date i{margin-right:10px; color:#999;}

.custom-pagination{text-align:center; margin:40px 0 20px; background:none;}
.page-num{margin-right:10px; }
.page-numbers{display:inline-block; padding:7px 14px; margin:0 5px; border-radius:50%; background:#eee; color:#444;}
.page-numbers:hover{color:#fff;}
.page-numbers.current{ background:#444; color:#fff;}


/*TEST*/


.contenedor_test{margin:70px 20px 90px;}
.contenedor_test h2{
    font-size: 45px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    font-style: normal;}

#multistep_form fieldset:not(:first-of-type) {
                display: none;
            }
.progress-bar-striped{background-image:none !important;}
    
.contenedor_test .btn{font-size:18px !important; padding: 10px 25px !important; /*font-family: "Noto Serif Georgian", serif !important;*/}
.contenedor_test .btn-info, .contenedor_test .btn-info:hover{
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}
.contenedor_test .btn-success, .contenedor_test .btn-success:hover{
    background-color: #996600 !important;
    border-color: #996600 !important;
}
.contenedor_test .btn-warning, .contenedor_test .btn-warning:hover{
    background-color: #ff6666 !important;
    border-color: #ff6666 !important;
}



::selection {
  background: rgba(33, 150, 243, 0.3);
}

.group {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: relative;
}

.group label {
  position: absolute;
  top: 36.6666666667px;
  color: #888;
  font: 400 23px Roboto;
  cursor: text;
  transition: 0.25s ease;
	font-family: "Noto Serif Georgian", serif;
}

.group input {
  display: block;
  width: 100%;
  padding-top: 23px;
  border: none;
  border-radius: 0;
  color: #333;
  font-size: 33px;
  transition: 0.3s ease;
    position: relative;
    z-index: 1;
    background: none;
	font-family: "Noto Serif Georgian", serif;
}
.group input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333 inset;
  -webkit-text-fill-color: white !important;
}

.group .bar {
  background: #333;
  content: "";
  width: 100%;
  height: 2px;
  transition: 0.3s ease;
  position: relative;
}
.group .bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  background: #996600;
  transform: translateX(-100%);
}

/*cunado se ha llenado el input*/
.group input:valid ~ label {
  top: 0;
	font-size:17px;
	font-family: "Noto Serif Georgian", serif;
  /*font: 400 17px Roboto;*/
  color: #996600;
}
.group input:valid ~ .bar:before {
  transform: translateX(0);
}
/*focus sobre el input*/
.group input:focus {
  outline: none;
}
.group input:focus ~ label {
  top: 0;	
	font-size:17px;
	font-family: "Noto Serif Georgian", serif;
  color: #996600;
}
.group input:focus ~ .bar:before {
  transform: translateX(0);
}
      
.group-rbtn-sexo{display:flex; align-items:center;  font-size:23px; color:#888; margin-top:30px; margin-bottom:30px !important; font-family: Merriweather;}
.group-rbtn-sexo .rbtn-form{margin-left: 20px; margin-bottom:0; font-size:23px;}
.rbtn-form {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  font-size:18px;
  color:#888;
  font-family: "Noto Serif Georgian", serif;
  /* Accessible outline */
  /* Remove comment to use */
  /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}
.rbtn-form input {
  position: absolute;
  left: -9999px;
}
.rbtn-form input:checked + span {
  background-color: #f1f1f1;
  color:#333;
}
.rbtn-form input:checked + span:before {
  box-shadow: inset 0 0 0 10px #996600;
}
.rbtn-form span {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 15px;
  border-radius: 99em;
  transition: 0.25s ease;
}
.rbtn-form span:hover {
  background-color: #f1f1f1;
}
.rbtn-form span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #888;
}   

.group-select-pais{position:relative; font-size:23px; color:#888;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
	font-family: Merriweather;
}
.group-select-pais svg {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    height: 11px;
    stroke-width: 1px;
    stroke: #ccc;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
.group-select-pais select {
  -webkit-appearance: none;
  padding: 7px 40px 7px 12px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: "Noto Serif Georgian", serif;
  font-size: 23px;
  transition: all 150ms ease;
  color:#333;
  margin-left: 30px;
}
.group-select-pais select:required:invalid {
  color: #5a667f;
}
.group-select-pais select option {
  color: #223254;
}
.group-select-pais select option[value=""][disabled] {
  display: none;
}
.group-select-pais select:focus {
  outline: none;
  border-color: #07f;
  box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
}
.group-select-pais select:hover + svg {
  stroke: #07f;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

.group-rbtn-question { margin-top:20px; margin-bottom:40px;}
.group-rbtn-question p{font-size:23px; margin-bottom:15px; font-family: Merriweather;}
   
            

/*PRODUCTOS
.item-producto{border: 1px solid #e9e9e9; padding: 10px; text-align: center; margin-bottom: 20px; transition: .1s all linear;}
.item-producto .item-img{text-align: center;}
.item-producto .item-img img{width: 100%;}
.item-producto .item-title{ color:#444; font-size:25px; font-weight:100; margin: 10px 0;}
.item-producto .product-desc{display: block; width:100%; border-bottom: 1px solid #e9e9e9; padding-bottom: 10px;}
.item-producto .product-price{display: block; width:100%; margin: 10px 0; font-size: 22px; color:#0095c2; }
.item-producto .btn-primary{width:100%;}
.item-producto:hover{border: 1px solid #c9c9c9; }

/*single producto
.single-product-img img{width:100%; height:auto;}
.woocommerce-product-gallery__trigger{position:absolute; top:15px; left:24%; border:1px solid #f6f6f6; padding:5px 5px 3px; background:#fff; border-radius:4px; z-index:2;}
.woocommerce-product-gallery__trigger:hover{background:#e9e9e9;}

.woocommerce-product-gallery{display: flex; justify-content: center;}
.flex-control-nav {order:1; width:20%; margin-top:-5px;}
.flex-viewport {order:2; width:80%; border: 1px solid #0067aa;}

.flex-control-nav{padding:0;}
.flex-control-nav li{list-style:none; display:inline-block; margin:5px; border:1px solid #0067aa; width: 90%;}
.flex-control-nav li:hover{cursor:pointer; }

.zoomWindow{height:600px !important; width:500px !important;}

.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper{width:80%; border: 1px solid #0067aa; margin-left: 18%}

.single-product-desc{margin-top: 25px;}
.single-product-desc .product-desc{display: block; width:100%; border-bottom: 1px solid #e9e9e9; padding-bottom: 10px;}
.single-product-desc .product-price{display: block; width:100%; margin: 10px 0; font-size: 22px; color:#0095c2; }
.single-product-desc .screen-reader-text{display: none;}
.single-product-desc .quantity{display: inline-block;}
.single-product-desc .input-text.qty.text{padding:8px; width: 70px;}
.single-product-desc .single_add_to_cart_button{
  border:0;
	background:#0095c2 ;
	width:auto;
	padding:10px 0;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	transition:all .2s linear;
	display:inline-block;
	padding:10px 20px;
}

/*CUENTA
.micuenta-adivet h2{margin-top:15px;}
.micuenta-adivet header{background:none;}
.micuenta-adivet input[type=text], .micuenta-adivet input[type=email],.micuenta-adivet input[type=password],.micuenta-adivet input[type=tel],.micuenta-adivet textarea{display:block; width:100%;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);}

.micuenta-adivet select{
	width: 100%;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
}
.micuenta-adivet button{
	background:#0095c2;
	width:200px;
	text-align:center;
	margin:10px 0;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	transition:all .2s linear;
	border:0px;
    padding: 7px 20px;
    letter-spacing: 2px;
}
.micuenta-adivet button:hover{
	background:#0095c2;
	color:#fff;
}
.micuenta-adivet a{color:#4e4e4e; text-decoration:underline !important;}
.micuenta-adivet a:hover{color:#603813}
.micuenta-adivet .woocommerce-MyAccount-navigation li{
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative;
	padding:
}
.micuenta-adivet .woocommerce-MyAccount-navigation li a{
    padding: .875em 0;
    display: block;
	outline: none !important;
    text-decoration: none !important;
	color:#7e7e7e;
}
.micuenta-adivet .woocommerce-MyAccount-navigation li.is-active a{
	color:#0095c2;
}
.micuenta-adivet .woocommerce-MyAccount-navigation li a:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f0f6";
    line-height: 1.618;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25;
}
.micuenta-adivet .woocommerce-MyAccount-navigation li.is-active a:before{
    opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
}
.micuenta-adivet .btn-primary{color:#fff !important; text-decoration:none !important;}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads{display:none;}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address{display:none;}

.woocommerce-password-strength{margin-top:10px; color:#F00;}
.woocommerce-password-strength.bad, .woocommerce-password-strength.short{ color:#F00;}
.woocommerce-password-strength.good{ color:#FC0;}
.woocommerce-password-strength.strong{ color:#0C0;}
.woocommerce-password-hint{ color:#4e4e4e;}

/*COTIZACION
.quote-adivet input[type=text], .quote-adivet  input[type=email],.quote-adivet  input[type=password],.quote-adivet  input[type=tel],.quote-adivet textarea{display:block; width:100%;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);}

.quote-adivet input[type=submit]{
	background:none;
	width:200px;
	text-align:center;
	margin:10px 0;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	color:#000;
	transition:all .2s linear;
	border:0px;
    padding: 7px 20px;
    border: 1px solid #000;
    letter-spacing: 2px;
}
.quote-adivet input[type=submit]:hover{
	background:#0095c2;
	border:1px solid #0095c2;
	color:#000;
}
.quote-adivet table{
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}
.quote-adivet table th {

    padding: 1em;
    vertical-align: middle;
	background-color: #f8f8f8;
	color: #6d6d6d;
}
.quote-adivet .remove:before{
    content: "\f057";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
	margin-top:-10px;
    color: #e2401c;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}
.quote-adivet table tbody .product-thumbnail img {
    width:80px;
	height:80px;
}
.quote-adivet table .cart_item td{
	text-align:center;
	vertical-align:middle;
	padding:20px 5px;
}
.quote-adivet table .cart_item td input[type=number]{
	display:block;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
	width:70px;
	margin:0 auto;
}
.quote-adivet .screen-reader-text{display:none;}

/*Checkout Thankyou
mark{    background: none; color: #264b81; font-weight: bold;}
.woocommerce-thankyou-order-received{background: #264b81; color:#fff; padding: 7px 15px;}
.order_details {padding:0;}
.order_details li{list-style:none; display:block; width:100%; padding:15px; font-weight:bold;}
.order_details li strong{margin-left:5px; font-weight:100}
.order_details li:nth-child(2n-1){background:#f4f4f4;}*/

@media screen and (max-width: 992px) 	{

}

@media screen and (max-width: 768px) 	{

    header{width: 100%;}
    header .logo {text-align:center;}
    header .logo a img{margin: 0 auto;}
    .nav-responsive{display:block;}
    .menu{display:none;}

    .banner-desktop{display:none; }
    .banner-movil{display:block; }

    /*.space-header{height: 117px;}*/

    .content-center{display: block;}

    footer{text-align:center;}
    .footer-copyright .fc-text{line-height: auto;}
    .footer-copyright .fc-social{text-align: center;}

}

@media screen and (max-width: 540px) 	{
    
    .display-desktop{display: none;}
    .display-movil{display: block;}

    /*.woocommerce-product-gallery__trigger{position:absolute; top:15px; left:8%; border:1px solid #f6f6f6; padding:5px 5px 3px; background:#fff; border-radius:4px; z-index:999;}
    .woocommerce-product-gallery__trigger:hover{background:#e9e9e9;}

    .woocommerce-product-gallery{display: block; }
    .flex-control-nav {width:100%; margin-top:0px;}
    .flex-viewport {width:100%; }

    .flex-control-nav li{ margin:10px 2.5px; width: 23%;}
    .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper{width:100%; border: 1px solid #0067aa; margin-left: 0;}*/

}


/*list arbol sidebar*/
.menu-movil {padding:0;list-style: none;}
.menu-movil li{ list-style:none;width: 100%;margin: 0 auto;padding: 0;}
.menu-movil li a{ display:block; text-decoration:none; padding:5px 20px; transition:all .1s linear;  cursor:pointer;}
.menu-movil>li>ul a:hover{background:rgba(0,0,0,0.1); color: #fff !important;}
ul.menu-movil li .sub-menu {
	display:none;
	padding:0;
	margin:0 0 0 0;
	background:#e9e9e9;
}
ul.menu-movil li .sub-menu a{
	color: #555;
}
ul.menu-movil li.desplegable > a:after,
ul.menu-movil li ul li.desplegable > a:after {
	float:right;
  content: "\25BA\00A0";
  color: #000;
}
ul.menu-movil li.desplegable.active > a:after,
ul.menu-movil li ul li.desplegable.active > a:after{
  content: "\25BC\00A0 ";
}
