
/* TAMAÑOS
    PC Layout:             1200px en adelante
	Tablet Layout: 		   768px -> 1200px
	Wide Mobile Layout:    480px -> 767px

   COLORES
	ad9966: Color marrrón dorado
	77b122: Verde de Farmie
	
   COLORES TEXTO
    333333: Texto gris muy oscuro
	777777: Texto gris oscuro principal (a)
	444444: Texto gris claro (h)
	ad9966: Texto cuando paso el ratón	

   FUENTES Texto
	'Karla'		FARMIE
	'Roboto'
	'Poppins'
	
*/

body {
	color: #777777;
	font-family: 'Karla', sans-serif;
	font-size: 15px;	
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
    background-color: #fff;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, h1C, h2C, h3C, h4C, h5C, h6C {
	font-family: "Karla", serif; 
	line-height: 1.2em;  					
	font-weight: normal;					
}
h1, h2, h3, h4, h5, h6 {
	color: #444; 
}
h1C, h2C, h3C, h4C, h5C, h6C {
	color: #ad9966; 
}
h1, h1C {
	font-size: 33px;
	margin-bottom: 15px;						
	margin-top: 10px;	
}
h2, h2C {
	font-size: 27px;
	margin-bottom: 10px;						
	margin-top: 5px;	
}
h3, h3C {
	font-size: 21px;
	margin-bottom: 5px;						
	margin-top: 5px;	
}
h4, h4C {
	font-size: 15px;
	margin-bottom: 2px;						
	margin-top: 2px;
}
h5, h5C {
	font-size: 12px;
	margin-bottom: 2px;						
	margin-top: 2px;	
}
h6, h6C {
	font-size: 10.2px;
		margin-bottom: 2px;						
	margin-top: 2px;	
}

a {
	color: #303030;
	font-size: 16px;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ad9966;
	text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
button, button:focus {
	outline: none !important;
}


/* Positions */
.relative {
  position: relative; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.mb-20 {
  margin-bottom: 20px; }

.mb-50 {
  margin-bottom: 50px; }
  
.mt-30 {
  margin-top: 30px; }

/*********************/
/* FUENTES de ICONOS */
/*********************/
.fa {
	font-size: 14px;
}
.eleganticons {
	font-size: 20px;
}
.lnr {
	font-size: 36px;
	font-weight: 900;
}
.cart-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
	top: 0px;
    right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #77b122;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/*****************************/
/* Fix some bootstrap issues */
/*****************************/
.modal { /* Posicionar las pantallas emergentes de terminos y condiciones y calculo gastos envio por debajo del header fijo */
	top: 70px;
}
.alert { /* POPUP de Alert: VERDE para SUCCESS -- ROJO para ERROR */
	padding: 8px 30px 8px 14px;
	margin-bottom: 20px;
	border: 2px;
}
.alert-dismissible .close {
    top: 2px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/********************************************/
/* BOOTSTRAP-V3 no tiene columna XXS (<580) */
/********************************************/
@media (max-width: 580px) {
	.col-xxs-6 {
		width: 50%;
		float: left;
	}
	.col-xxs-12 {
		width: 100%;
		float: left;
	}
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #554422;
	background-image: linear-gradient(to bottom, #ad9966, #8d7744);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #554422;
	background-image: linear-gradient(to bottom, #ad9966, #8d7744);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

/* LOGO */
#logo {
	margin: 0 0 10px 0;
}

/* SEARCH ICON */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* SEARCH ICON de FARMIE por hacer quitarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */
#searchIcon {
    position: relative;
    z-index: 1;
    color: #444;
    margin: 0 25px;
    cursor: pointer;
	transition-duration: 500ms;
    display: inline-block;
}

/* CART */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 20px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}



/* MENU */
#menu {
	background-color: #554422;
	background-image: linear-gradient(to bottom, #ad9966, #8d7744);
	background-repeat: repeat-x;
	border-color: #8d7744 #8d7744 #554422;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #554422;
	background-image: linear-gradient(to bottom, #ad9966, #8d7744);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #554422;
	background-image: linear-gradient(to bottom, #ad9966, #8d7744);
	background-repeat: repeat-x;
	border-color: #8d7744 #8d7744 #554422;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #554422;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* CONTENT */
#content {
	min-height: 600px;
}

/**********/
/* FOOTER */
/**********/
footer {
	margin-top: 40px;
	padding-top: 25px;
	background-color: #04091e;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #777777;
}
footer a:hover {
	color: #ad9966;
}

footer h4{
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.footer-bottom {
  padding-top: 10px; 
  padding-bottom: 50px;}
.footer-text{
  padding-bottom: 15px;} 
.footer-bottom .footer-social {
    text-align: right; }
    @media (max-width: 480px) {
      .footer-bottom .footer-social {
        text-align: left;
        margin-top: 30px; } }
.footer-bottom .lnr,.footer-bottom a {
    color: #ad9966; 
	font-size: 16px;
	font-weight: 600; }
.footer-bottom .footer-social a {
    background: rgba(255, 255, 255, 0.1);
    width: 30px;
    height: 30px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
.footer-bottom .footer-social a i {
    vertical-align: bottom;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
.footer-bottom .footer-social a:hover {
    background-color: #ad9966; }
.footer-bottom .footer-social a:hover i {
    color: #ffffff; }

/**************/
/* PAGINATION */
/**************/
.paginationB {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
	font-size:14px;
	line-height: 1;
}

.paginationB > li{
	display: inline-block;
	vertical-align: middle;
}
.paginationB > li > a, 
.paginationB > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
	margin-right: 6px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #eee;
	border-radius: 4px;
	font-size:14px;
}
.paginationB > li > a:focus, 
.paginationB > li > a:hover,
.paginationB > li > span:focus,
.paginationB > li > span:hover {
    color: #fff;
	background-color: #ad9966;
}
.paginationB > .active > a, 
.paginationB > .active > a:focus, 
.paginationB > .active > a:hover, 
.paginationB > .active > span, 
.paginationB > .active > span:focus, 
.paginationB > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ad9966;
}


/**************/
/* BREADCRUMB */
/**************/
.breadcrumbB {
	margin: 15px 0 10px 0;
	padding: 5px 15px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	color:#777;
}
.breadcrumbB i {
	font-size: 18px;
}
.breadcrumbB i:hover {
	color: #ad9966;
}
.breadcrumbB a {
	font-size: 12px;
	letter-spacing: 1px;
}
.breadcrumbB a:hover {
	color: #ad9966;
}
.breadcrumbB > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 5px 0px;
	position: relative;
	white-space: nowrap;
	font-size: 18px;
}
.breadcrumbB > li + li:before {
	padding: 0 5px;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 12px;
}

/***********************/
/* RATINGS de OPENCART */
/***********************/
.rating a {
	padding: 0 8px;
	font-size: 14px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}

/**********************/
/* RATINGS de ORIGINE */
/**********************/
.ratings .rating-box div[class^="rating"]{
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	height: 16px;
}
.ratings .rating-box .rating0{
	background-image: url("../image/rating0.png")
}
.ratings .rating-box .rating1{
	background-image: url("../image/rating1.png")
}
.ratings .rating-box .rating2{
	background-image: url("../image/rating2.png")
}
.ratings .rating-box .rating3{
	background-image: url("../image/rating3.png")
}
.ratings .rating-box .rating4{
	background-image: url("../image/rating4.png")
}
.ratings .rating-box .rating5{
	background-image: url("../image/rating5.png")
} 


/*                                  ojoooooooooooooooooooo por ver esto que estaba dentro de ratings

.btn-cart span{
	display: none;	
}
.manufacture-product a:hover{
	color: #77b122;
}
.manufacture-product{
	color: #929292;
	float: left;
	width: 50%;
	display:none;
}
.tt-product { text-align:center; }
.tab-heading.nav-pills > li.active a:focus,
.tab-heading.nav-pills > li.active a:hover,
.tab-heading.nav-pills > li.active a,
.tab-heading.nav-pills > li a:focus,
.tab-heading.nav-pills > li a:hover{
	color: #77b122;
	background: none;
}
.tab-heading.nav-pills > li a {
	background: none;
	color: #777777;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	padding: 0;
	cursor: pointer;
	position: relative;
	font-weight:400;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.tab-heading.nav-pills > li {
	float: none;
	display: inline-block;
	position: relative;
	margin-right:30px;
	z-index:1;
}
.tab-heading.nav-pills > li:last-child {
	margin:0;
}
.tab-heading.nav-pills > li:first-child a {
	padding-left:0;
	margin-left:0;
}
.tab-heading.nav-pills > li:last-child a {
	padding-right:0;
	margin-right:0;
}
.tab-heading {
	width:100%;
	text-align: center;
	padding: 0;
	display: inline-block;
    position: relative;
}

@media(max-width: 560px){
	.tab-heading:before { display:none !important; }
	.tab-heading.nav-pills > li a { margin:0; }
}
@media(max-width: 480px){
	.tab-heading.nav-pills > li a { font-size:12px; }
	.tab-heading.nav-pills > li a:before { display:none; }
	.tab-heading.nav-pills > li { margin-right:15px; margin-bottom:10px; }
}*/




/***************************************************/
/********************* BUTTONS *********************/
/***************************************************/
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.primary-btn {/* Botón PRINCIPAL dorado */
  line-height: 48px;
  padding: 0 30px;
  border-radius: 0px;
  background: #ad9966;
  border: 1px solid #ad9966;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer; }
  .primary-btn:focus {
    outline: none; }
  .primary-btn:hover {
    background: transparent;
    color: #ad9966; }
  .primary-btn.dark {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .primary-btn.dark:hover {
      background: transparent;
      border: 1px solid #ad9966;
      color: #ad9966; }

.primary-square-btn {
  line-height: 32px;
  padding: 0 10px;
  border-radius: 2px;
  background: #ad9966;
  background-image: linear-gradient(to bottom, #ad9966, #8d7744);
  border: 1px solid #ad9966;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer; }
  .primary-square-btn:focus {
    outline: none; }
  .primary-square-btn:hover {
    background: transparent;
    color: #ad9966; }
  .primary-square-btn.dark {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .primary-square-btn.dark:hover {
      background: transparent;
      border: 1px solid #ad9966;
      color: #ad9966; }

.default-btn {/* Botón DEFECTO gris */
  line-height: 48px;
  padding: 0 10px;
  border-radius: 2px;
  background: #C0C0C0;
  border: 1px solid #C0C0C0;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer; }
  .default-btn:focus {
    outline: none; }
  .default-btn:hover {
    background: transparent;
    color: #696969; }
  .default-btn.dark {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .default-btn.dark:hover {
      background: transparent;
      border: 1px solid #C0C0C0;
      color: #C0C0C0; }

.default-square-btn {
  line-height: 32px;
  padding: 0 10px;
  border-radius: 2px;
  background: #C0C0C0;
  background-image: linear-gradient(to bottom, #C0C0C0, #dddddd);
  border: 1px solid #C0C0C0;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer; }
  .default-square-btn:focus {
    outline: none; }
  .default-square-btn:hover {
    background: transparent;
    color: #696969; }
  .default-square-btn.dark {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .default-square-btn.dark:hover {
      background: transparent;
      border: 1px solid #C0C0C0;
      color: #C0C0C0; }

.danger-btn {/* Botón PELIGRO granate */
  line-height: 48px;
  padding: 0 10px;
  border-radius: 2px;
  background: #bd362f;
  border: 1px solid #bd362f;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer; }
  .danger-btn:focus {
    outline: none; }
  .danger-btn:hover {
    background: transparent;
    color: #bd362f; }
  .danger-btn.dark {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .danger-btn.dark:hover {
      background: transparent;
      border: 1px solid #bd362f;
      color: #bd362f; }

.danger-square-btn {
  line-height: 32px;
  padding: 0 10px;
  border-radius: 2px;
  background: #bd362f;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  border: 1px solid #bd362f;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer; }
  .danger-square-btn:focus {
    outline: none; }
  .danger-square-btn:hover {
    background: transparent;
    color: #bd362f; }
  .danger-square-btn.dark {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .danger-square-btn.dark:hover {
      background: transparent;
      border: 1px solid #bd362f;
      color: #bd362f; }

.info-btn {/* Botón INFO naranja */
  line-height: 48px;
  padding: 0 10px;
  border-radius: 2px;
  background: #faa732;
  border: 1px solid #faa732;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer; }
  .info-btn:focus {
    outline: none; }
  .info-btn:hover {
    background: transparent;
    color: #faa732; }
  .info-btn.dark {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .info-btn.dark:hover {
      background: transparent;
      border: 1px solid #faa732;
      color: #faa732; }

.info-square-btn {
  line-height: 32px;
  padding: 0 10px;
  border-radius: 2px;
  background: #faa732;
  background-image: linear-gradient(to bottom, #faa732, #f89406);
  border: 1px solid #faa732;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer; }
  .info-square-btn:focus {
    outline: none; }
  .info-square-btn:hover {
    background: transparent;
    color: #faa732; }
  .info-square-btn.dark {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .info-square-btn.dark:hover {
      background: transparent;
      border: 1px solid #faa732;
      color: #faa732; }
	  
/*.btn-link { 
	cursor: pointer;
	color: #303030;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	color: #ad9966;
	box-shadow: none;
}*/

.link-btn {/* Botón HIPERVINCULO */
	color: #303030;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	border: none;
	}
  .link-btn:focus {
    outline: none; }
  .link-btn:hover {
    background: transparent;
    color: #ad9966;}


/* carousel      creo que no uso nada de carousellllllllllllllllllllllll
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}*/


/***********************************/ 
/* PRODUCT:  LIST & GRID - ORIGINE */
/***********************************en prueba ver si quito los product.thumb..........................

.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
	.product-grid .product-thumb .caption {
	min-height: 0;}
}
.product-thumb .rating {
	padding-bottom: 10px;
}

.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #610B0B;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
*/


/********************************/
/* ORIGINE: VISTAS de LIST-GRID */
/********************************/
.category-info { margin:0 0 30px; }
.category-name {
	display:none;
	font-size: 20px;
    color: #252531;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom: 20px;
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Karla', sans-serif;
}
.catgory-thumb {
	margin-bottom:40px;
}
.refine-category {
	font-size: 20px;
    color: #242424;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom:15px;
}
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.category-compare {
	margin:15px 0 0;
}
.category-compare a {
	text-transform: capitalize;
    color: #333333;
    font-size: 14px;
	font-weight:400;
}
.category-compare a:hover {
	color:#77b122;
}

.product-list .item-inner {
	margin-bottom:30px;
	border:1px solid #ebebeb;
	display:inline-block;
	width:100%;
	margin-left:15px;
	padding:0;
}
.product-list .item-inner:before {
	display:none;
}
.product-list .image {
	padding: 0;
}
.product-list .caption .left-caption,
.product-list .caption .left-caption-sm {
    width: 60%;
    float: left;
    border-right: 1px solid #ebebeb;
    padding-right: 15px;
}
.product-list .caption .right-caption,
.product-list .caption .right-caption-sm {
    width: 40%;
    float: right;
    padding-left: 25px;
    padding-top: 50px;
}
.product-list .item-inner .image-icons div.compare,
.product-list .item-inner .image-icons div.qv-button-container {
	display:none;
}
.product-list .item-inner .compare button:before,
.product-list .item-inner .qv-button-container button:before {
	margin-right:8px;
	font-size:16px;
	position:relative;
	top:1px;
}
.product-list .caption {
	padding-left:15px;
	padding-bottom:20px;
	padding-top:20px;
}
.product-list .caption .lnr {
	font-size: 14px;
	font-weight: 600; 
}
.product-list .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.custom-products .product-list:last-child .product-thumb{
	border: none;
}
.custom-products .product-list .product-thumb:hover{
	box-shadow: none;
}
.custom-products .product-list .product-thumb{
	float: left;
	width: 100%;
	margin: 0 -15px;
}
.product-list .manufacture-product {
	display:inline-block;
	width:100%;
	font-size:14px;
	color:#333333;
	margin:0 0 16px;
}
.product-list .manufacture-product a {
	text-transform:uppercase;
	color:#777777;
}
.product-list .manufacture-product a:hover {
	color:#77b122;
}
.product-list .product-des{
	margin: 15px 0 0 0;	
	font-size:14px;
	color:#777777;
	font-weight:400;
	line-height:25px;
	display:inline-block;
	width:100%;
}
.product-list .item-inner .actions {
	position: initial;
	opacity: 1;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.product-list .item-inner .actions .add-to-links {
	padding:0;
	margin:0;
	border:0;
	text-align:center;
}
.product-list .item-inner .add-to-links .cart {
	margin-bottom:16px;
}
.product-list .item-inner .add-to-links .cart button {
	padding: 0 20px 0 20px;
	text-transform:capitalize;
}
.product-list .item-inner .add-to-links div {
	margin-bottom:3px;
}
.custom-products {
	margin: 0 -15px;
}
.four-item .item-inner .add-to-links div {
	margin-right:1px;
}
.four-item .item-inner .add-to-links div:last-child {
	margin:0;
}
.custom-products .product-layout {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.custom-products .model { margin:0; }
.custom-products .price-box p {
	display:inline-block;
	margin:0 0 0 3px;
}
.custom-products .price-box p:first-child { margin:0; }
.custom-products .price-box .price-tax {
	width:100%;
	display:none;
}
.custom-products .price-box .old-price span {
    color: #c2c2c2;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 400;
}
.custom-products .product-layout.product-grid .item-inner .add-to-links div.compare,
.custom-products .product-layout.product-grid .item-inner .add-to-links div.qv-button-container {
	display:none;
}
.custom-products .product-layout.five-item .caption {
	padding:20px 8px 6px;
}
.custom-products .product-layout.five-item .price {
	font-size:14px;
}
.custom-products .product-layout.five-item .product-name {
	font-size:12px;
	margin:6px 0 0;
}
.custom-products .product-layout.five-item .item-inner .ratings {
	margin:8px 0 0;
}
.custom-products .product-layout.five-item .item-inner .add-to-links .cart button {
	padding:0 25px;
	font-size:12px;
}
.layer-category ul {
	padding:0;
}
.layer-category ul li {
	list-style:none;
	display:inline-block;
	margin-right:6px;
}
.layer-category ul li:last-child {
	margin:0;
}
.layer-category ul li a {
	text-transform: capitalize;
    color: #333333;
    font-size: 14px;
	font-weight:400;
}
.layer-category ul li a:hover {
	color:#80bb01;
}
.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des,
.custom-products .product-grid .ratings{
	display: none;
}
@media (min-width: 992px){	
	.custom-products .two-items:nth-child(2n+1),
	.custom-products .three-items:nth-child(3n+1),
	.custom-products .four-items:nth-child(4n+1),
	.custom-products .five-items:nth-child(5n+1){
		clear: both;
	}
}

/* en observacion porque cuando tengo columna a izquierda me cambia el ancho.
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {width: 100%;}
	#column-left + #content .product-layout .col-md-3 {width: 50%;}
	#column-left + #content + #column-right .product-layout .col-md-3 {width: 100%;}
    #content + #column-right .product-layout .col-md-3 {width: 100%;}
}*/

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
   
.product-grid {
	margin-bottom:30px;
}
.product-grid .caption{
	padding: 20px 15px 10px;
	text-align:center;
	border-radius:0 0 10px 10px; 
	position:relative;
}
.product-name{	
	font-size: 14px;
	text-transform: capitalize;
	margin: 12px 0 0;
	font-weight:400;
}
.product-name a {
	color: #333333;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.product-name a:hover {
	color: #77b122;
	text-decoration:underline;
}
.price-tax{
	display: none;
}
.product-des{
	color: #777777;
	line-height: 24px;
	margin: 20px 0 0 0;
	font-size:14px;              
}

.label-product {/* Etiqueta para ofertas de Origine */
	position: absolute;
    top: 17px;
    left: 15px;
    width: auto;
	height: 25px;
	line-height:25px;
	padding: 0 10px;
	font-size:12px;
	color:#fff;
	background:#0e7346;
    display: inline-block;
	text-transform:capitalize;
	z-index:9;
	border-radius:3px;
}
.label-product.label_sale {
	background: #dc3545;
}
.label-product + .label-product{
	display: none;
}

	
/************************************************************************/
/* AREA ORIGINAL FARMIE de IMAGEN con CART-COMPARE-WISHLIST en PRODUCTO  */
/*************************************************************************/
.image > a{
	display: block;
	overflow: hidden;
	position: relative;
}
.image {
	position: relative;
	overflow:hidden;
	/*border-radius:10px 10px 0 0;*/
}

.img-r{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.product-layout:hover .img-r{
	opacity: 1;
}
.action-links,
.image img{
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}

/*
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px; }
}*/



.item-inner {
	position:relative;
	display:inline-block;
	width:100%;
	padding:0 0 10px;
	/* border:1px solid #ebebeb; */
	border-radius:10px;
	background:#fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}
.item-inner:hover {
	z-index:99;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.item-inner .ratings {
	width:100%;
	margin: 0 auto;
	margin:12px 0 0;
}
.item-inner .actions {
    position: absolute;
    background: #fff;
	padding: 3px 15px 20px;
    left: -1px;
    opacity: 0;
    visibility: visible;
    right: -1px;
    top: 90%;
    z-index: 2;
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius: 0 0 10px 10px;
	box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.item-inner:hover .actions {
	opacity: 1;
    visibility: visible;
    top: 100%;
}

.item-inner .image-icons {
	position:absolute;
	top: 20px;
    right: 20px;
	width:18px;
	z-index:2;
	opacity:0;
	-webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.item-inner:hover .image-icons {
	opacity:1;
}
.item-inner .image-icons div {
	display:inline-block;
	width:100%;
	margin-bottom:3px;
}
.item-inner .add-to-links div:last-child,
.item-inner .image-icons div:last-child {
	margin:0;
}
	
.item-inner .image-farmie-icons {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    opacity: 0;
    visibility: hidden; }
.item-inner .image-farmie-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 42px;
    margin: 0 5px;
    font-size: 16px; }
.item-inner .image-farmie-icons a:focus, .item-inner .image-farmie-icons a:hover {
    background-color: #77b122;
    color: #ffffff; }
.item-inner:focus .image-farmie-icons, .item-inner:hover .image-farmie-icons {
    opacity: 1;
    visibility: visible; }
	


/* quitar el bottttttttttttttttttttttttttttttttttttttton
.item-inner .wishlist button,
.item-inner .image-icons button {
	background:none;
	width:auto;
	height:auto;
	line-height:1;
	color:#1e7c52;
	font-size:0;
}
.item-inner .wishlist button:hover,
.item-inner .image-icons button:hover {
	color:#77b122;
}
.item-inner .add-to-links button:before,
.item-inner .wishlist button:before,
.item-inner .image-icons button:before {
    font-family: 'plaza-icon';
    display: inline-block;
    font-size: 18px;
}
.item-inner .add-to-links .cart button {
	padding:0 35px;
	height:40px;
	line-height:42px;
	width:auto;
	border-radius:5px;
	font-size:14px;
	background:#77b122;
	color:#fff;
}
.item-inner .add-to-links .cart button:hover {
	background:#0e7346;
	color:#fff;
}
.item-inner .wishlist button:before {
	content: "\e977";
}
.item-inner .compare button:before {
	content: "\e9bd";
}
.item-inner .qv-button-container button:before {
	content: "\e95c";
}
.item-inner .add-to-links button:hover {
	color:#77b122;
	background:none;
}	
.item-inner .add-to-links button,
.item-inner .wishlist button,
.item-inner .image-icons button {
    line-height: inherit;
    height: auto;
    width: auto;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    color: #777777;
    cursor: pointer;
    border: 0;
    background: none;
    -webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all;
}
	
.item-inner .actions .add-to-links {
    width:100%;
    text-align: center;
	background:#fff;
	display:inline-block;
	padding:3px 0 0;
}
.item-inner .add-to-links div {
    display: inline-block;
    list-style: none;
	float:none;
	width:100%;
}
	
	
	
*/


	
.product-title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
	transition-duration: 500ms;
	color: #303030;
    display: block; }
.product-title:focus, .product-title:hover {
    color: #ad9966; }
	
	


/************************************************************************/
/* AREA ORIGINAL FARMIE de IMAGEN con CART-COMPARE-WISHLIST en PRODUCTO esto lo voy a quitar.......... */
/*************************************************************************/
.single-product-area {
	position: relative;
	z-index: 1; }
.single-product-area .product-thumbnail {
    position: relative;
    z-index: 1; }
.single-product-area .product-thumbnail img {
    width: 100%; }
.single-product-area .product-thumbnail .product-offer {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
    padding: 0 12px;
    border-radius: 3px;
    background-color: #23c39f;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    color: #ffffff; }
	
.single-product-area .product-thumbnail .product-new {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    padding: 0 12px;
    border-radius: 3px;
    background-color: #23c39f;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    color: #ffffff; }
.single-product-area .product-thumbnail .product-meta-data {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    opacity: 0;
    visibility: hidden; }
.single-product-area .product-thumbnail .product-meta-data a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 42px;
    margin: 0 5px;
    font-size: 16px; }
.single-product-area .product-thumbnail .product-meta-data a:focus, .single-product-area .product-thumbnail .product-meta-data a:hover {
    background-color: #77b122;
    color: #ffffff; }
.single-product-area .product-desc {
    position: relative;
    z-index: 1; }
.single-product-area .product-desc .product-title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
	transition-duration: 500ms;
	color: #ad9966;
    display: block; }
.single-product-area .product-desc .product-title:focus, .single-product-area .product-desc .product-title:hover {
    color: #77b122; }
.single-product-area .product-desc .price {
	font-weight: 700;
	color: #77b122;
	font-size: 18px; }
.single-product-area .product-desc .price span {
    text-decoration: line-through;
    color: #707070;
    font-size: 16px;
    font-weight: 500; }	
.single-product-area:focus .product-meta-data, .single-product-area:hover .product-meta-data {
    opacity: 1;
    visibility: visible; }
	









/***********/
/* BLOQUES */
/***********/
.tienda-area {
	margin: 0px 0px 40px 0px;
}
@media (max-width: 1199px) {
	.tienda-area {
		margin: 0px 0px 30px 0px;
	}
}

/******************************************/
/* BLOQUE-2: PRODUCTS de ORIGINE: Derecha */
/******************************************/
.block-2 .ratings .rating-box {
	width: 92px;
	display: inline-block;
	margin:0 15px 0px 0;
	height: 16px;
	background-image: url("../image/rating0.png");
	float: left;
}
.block-2 .ratings a {
	font-size: 14px;
	padding:0 8px;
	float:left;
}
.block-2 .ratings span { float:left; }
.block-2 .ratings {
	margin: 10px 0;
	float: none;
	width: 100%;
	display:inline-block;
}
.block-2 .price{
	margin: 0 0 18px 0;
	font-size: 16px !important;
	font-weight: 600px;
}
.block-2 .price-old {
	font-size:18px;
	font-weight:400;
	margin:0 0 0 8px;
	text-decoration: line-through;
	color:#a4a4a4;
}
/* sin usar aunnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
.block-2 .list-unstyled {
	color: #676767;
	clear: both;
	font-size:14px;
	font-weight:400;
	margin:0 0 20px;
}
.block-2 .list-unstyled li {
	line-height:25px;
	font-style: initial;
	font-size:14px;
	color:#333333;
}
.block-2 .price-product{
	font-size: 24px !important;
	color: #80bb01;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 30px;
}
.block-2 .ex-text {
	color: #80bb01;
	margin-left: 5px;
}
.block-2 .short-des {
	margin: 30px 0 35px;
	color: #333333;
	line-height: 24px;
	font-size:14px;
	font-weight:400;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:30px 0;
}
.block-2 .product-name{
	margin: 0;
	font-size: 24px;
	color: #333333;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 500;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .wishlist-compare { float:left;}
.block-2 .btn-compare span, 
.block-2 .btn-wishlist span{
	display: none;
} 
.block-2 .btn-compare i, 
.block-2 .btn-wishlist i{
	font-size: 16px;
	line-height: 35px;
	vertical-align: top;
}
.block-2 .btn-compare, 
.block-2 .btn-wishlist {
	height:40px;
	line-height:40px;
	width:40px;
    border: none;
	padding: 0;
	background: #eef0f1;
	color: #a4a4a4;
	font-size:0;
	font-weight:400;
	text-transform:inherit;
	border-radius:3px;
	margin-right:7px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.block-2 .btn-compare:before,.block-2 .btn-wishlist:before  {
    font-family: 'plaza-icon';
    display: inline-block;
    font-size: 16px;
}
.block-2 .btn-wishlist:before {
	content: "\e977";
}
.block-2 .btn-compare:before {
	content: "\e9d1";
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
    color: #fff;
	background:#80bb01;
}*/


/****************************************/
/* BLOQUE-3: PRODUCTS de ORIGINE: Abajo */
/****************************************/
.block-3 {
	margin: 55px 10px 40px 10px;
}
@media (max-width: 1199px) {
	.block-3 {
		margin: 40px 10px 30px 10px;
	}
}

.block-3{
	margin: 55px 0 0;
}
.block-3-content {
	padding:16px 30px;
	background:#fff;
	border:1px solid #ebebeb;
	border-radius:5px;
}
#tab-review #review{
	max-height: 300px;
	overflow: auto;	
}
.block-3 .tab-content .tab-pane {
	padding: 10px 0 20px 10px;
	border:0;
	font-size:14px;
	color:#333333;
	line-height:25px;
}
.block-3 .tab-content .weight {
	padding: 18px 0 10px 10px;
	border:0;
	font-size:18px;
	font-weight:500;
	color:#ad9966;
	line-height:25px;
}
.block-3 .tab-content .tab-pane h2 {
	color:#fff;
	font-weight:500;
}
/*  para ver que voy necesitando de aqui.............
.block-3 .nav-tabs {
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	border: none;
	text-align:left;
	padding-bottom:12px;
	border-bottom:1px solid #ebebeb;
	margin:0;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #333333;
	background: none;
	border:0;
}
.block-3 .nav-tabs li a {
	color: #a4a4a4;
	font-size:20px;
	font-weight:500;
	text-transform:capitalize;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0 50px 0 0;
}
.block-3 .nav-tabs li {
	display:inline-block;
	float:none;
	margin: 0;
}
.block-3 .tab-content .fa {
	font-weight:400;
	font-size:18px;
}

.block-3 .tab-content .fa-star,
.block-3 .tab-content .fa-stack {
	color:#fad12e;
	width: 15px;
}
.block-3 .tab-content .fa-star:before {
	content:"\f006";
	color:#fad12e;
	position:relative;
	z-index:2;
}
.block-3 .tab-content .fa-star-o,
.block-3 .tab-content .fa-star-o:before {
	color:#b2b2b2;
}*/

/**********************/
/* TOOLBAR de ORIGINE */
/**********************/
.toolbar {
	display:inline-block;
	width: 100%;
	margin:25px 0;
	padding:16px 23px;
	min-height:52px;
	border:1px solid #e9e9e9;
	border-radius:3px;
}
.toolbar.toolbar-bottom { 
	margin:10px 0 0; 
}
.toolbar3 .btn-group{
	background:none;
	padding-top:18px;
}
.toolbar3{
	padding: 0 40px 0 0;
	text-align:left;
}
.toolbar2{
	padding: 0;
}
.toolbar .toolbar2,
.toolbar .toolbar1 {
	padding-left: 0;
	float:right;
	margin-top:1px;
}
.toolbar .toolbar1 {
	margin-left:25px;
}
.toolbar .toolbar2 label,
.toolbar .toolbar1 label {
	float:left;
	line-height:28px;
	margin:0 8px 0 0;
}
.toolbar .toolbar2 #input-limit,
.toolbar .toolbar1 #input-sort {
	float:left;
	height:28px;
	border:1px solid #ebebeb;
	border-radius:3px;
	width:auto;
	padding:0 10px;
	color:#898888;
}
#input-sort,
#input-limit {
	background:none;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #333333;
	font-weight:400;
	text-align: center;
	height:52px;
	border:0;
}

#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #77b122 !important;
}

#list-view{
	margin-right: 15px;
}
.toolbar div {
	float:left;
	font-size:14px;
	color:#333333;
	line-height: 28px;
}
.toolbar .toolbar-amount { float:left; margin-top:2px; }
.toolbar-bottom .toolbar-amount { float:right; }
.btn-custom-view,
#list-view,
#grid-view {
	border: none;
	border-radius: 0px;
	color: #e2e2e2;
	padding: 0;
	background: none;
	line-height: 16px;
	box-shadow: none !important;
	display:inline-block;
	font-size:0;
	margin-right:15px;
}
.btn-grid,
#grid-view {
	height: 16px;
}
.btn-grid-3,
#grid-view {
	background:url("../image/grid3.png") no-repeat 0 0 !important;
	width:16px;
}
.btn-grid-3.active,.btn-grid-3:hover,
#grid-view:hover,#grid-view.selected {
	background:url("../image/grid3.png") no-repeat 0 100% !important;
}
.btn-grid-4 {
	background:url("../image/grid4.png") no-repeat 0 0 !important;
	width:22px;
}
.btn-grid-4.active,.btn-grid-4:hover {
	background:url("../image/grid4.png") no-repeat 0 100% !important;
}
.btn-grid-5 {
	background:url("../image/grid5.png") no-repeat 0 0 !important;
	width:28px;
}
.btn-grid-5.active,.btn-grid-5:hover {
	background:url("../image/grid5.png") no-repeat 0 100% !important;
}
.btn-list,#list-view {
	background:url("../image/list.png") no-repeat 0 0 !important;
	width:20px;
	height:16px;
}
.btn-list:hover,.btn-list.active,
#list-view:hover,#list-view.selected {
	background:url("../image/list.png") no-repeat 0 100% !important;
}


/******************/
/* PRICE generico */
/******************/
.price {
	font-weight: 700;
	color: #77b122;
	font-size: 20px;
}
.price-box {
	margin: 20px 0 20px 0;
}
.price-new {
	font-weight: 700;
	color: #77b122;
	font-size: 20px;
}
.price-old {
    color: #a4a4a4;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 500;
}

/**************/
/* THUMBNAILS */
/**************/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.thumbnailB {
	display: block;
	line-height: 1.42857143;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	overflow: auto;
}
.thumbnailB a>img,.thumbnailB>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right:auto;
	margin-left:auto
}
	
a.thumbnail.active, a.thumbnailB:focus, a.thumbnailB:hover {
	border-color:#77b122
}


/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}





/***********************/
/*** ACCOUNT - LOGIN ***/
/***********************/
.well {
    background: #fff;
	border-color: #ad9966;
	padding-bottom:50px;
	padding-top: 0;
	padding-bottom: 30px;
}
.well p {
	margin: 20px 0 20px 0;
}


/**************************************************************/
/******** AQUI EMPIEZA LO NUEVO que no es de OPENCART *********/
/**************************************************************/

/* ======================================== */
/* ============== HEATHER ================= */
/* ======================================== */
.header-area {
  padding: 5px 0;
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 999999;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  @media (max-width: 767px) {
    .header-area {
      position: absolute; } }

.header-wrap {
  padding: 5px 0;
  position: relative;
  background-color: #fff;
  width: 100%; }
 
.header-fixed { /* Se queda siempre visible y fijo el menú y con una pequeña sombra */
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3); }

.top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #aaaaaa;}
  
.top-header-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #aaaaaa; }
  @media (max-width: 1000px) {
    .top-header-content {
	height: auto;
    padding: 15px 0; } }
  @media (max-width: 800px) {
	.top-header-content {
    height: auto;
    padding: 10px 0;
  } }



/* ======================================== */
/* ============== HOME ==================== */
/* ======================================== */
.menu-left {
  text-align: center; }
  .menu-left a {
    margin-right: 40px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500; }
    @media (max-width: 1000px) {
      .menu-left a {
        margin-right: 30px; } }
	@media (max-width: 900px) {
      .menu-left a {
        margin-right: 20px; } }
	@media (max-width: 800px) {
      .menu-left a {
        margin-right: 10px; } }
    .menu-left a:hover, .menu-left a.active {
      color: #ad9966; }
    .menu-left a:last-child {
      margin-right: 0; }
  @media (max-width: 767px) {
	.menu-left {
    display: none; } }

.menu-right li a {
  margin-right: 20px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500; }
  @media (max-width: 1000px) {
    .menu-right li a {
      margin-right: 5px; } }
	.menu-right li a:hover, .menu-right li a.active {
      color: #ad9966; }
  
	.menu-right li .dropdown-menu {
	  border-radius: 0;
	  margin-top: 28px;
	  border: none; }
	  @media (max-width: 767px) {
		.menu-right li .dropdown-menu {
		  margin-top: 0px; } }
	  .menu-right li .dropdown-menu a {
		display: block;
		margin-bottom: 10px;
		text-transform: capitalize; }
	@media (max-width: 1280px) and (min-width: 799px) {
	  .menu-right {
		font-size: 12px; } }
	@media (max-width: 800px) {
	  .menu-right {
		font-size: 12px; } }
	@media (max-width: 768px) {
	  .menu-right {
		text-align: right; } }
	.menu-right .hide-lg {
	  display: none; }
	  @media (max-width: 767px) {
		.menu-right .hide-lg {
		  display: block; } }

/* ======== VIDEO ============== */
.video-content {
  margin-bottom: 100px;
}
.famie-video-play {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  margin-bottom: 100px;
  }
.famie-video-play  img {
    border-radius: 50%;
	max-width: 100%;
  }
.famie-video-play .play-icon {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
  } 
.famie-video-play .play-icon:hover,
.famie-video-play .play-icon:focus {
      color: #ad9966; 
  }
.famie-video-play i{
    font-size: 40px;
  }

/* ======== BANNER Flecha blanca ============== */
.go-down { /* La flecha se mueve hacia abajo */
  position: relative;
  margin-top: -52px;
  z-index: 222222;
  text-align: center; }
  .go-down .go-down-img {
    cursor: pointer;
    -webkit-animation: go-up-down 2.5s infinite 0s;
    -moz-animation: go-up-down 2.5s infinite 0s;
    -o-animation: go-up-down 2.5s infinite 0s;
    animation: go-up-down 2.5s infinite 0s; }
	
@-webkit-keyframes go-up-down {
  0% {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 0.1; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
@-moz-keyframes go-up-down {
  0% {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 0.1; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
@-o-keyframes go-up-down {
  0% {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 0.1; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
@keyframes go-up-down {
  0% {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 0.1; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
	
/* ========  BANNER etiquetas laterales ============== */
.flechaR-banner,
.flechaL-banner {
  position: fixed;
  top: 52.5%;
  min-height: 180px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 92px; }
  .flechaR-banner p,
  .flechaL-banner p {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .flechaR-banner p a,
    .flechaL-banner p a {
      text-transform: uppercase;
      font-size: 13px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
  @media (max-width: 1380px) {
    .flechaR-banner,
    .flechaL-banner {
      display: none; } }
	  
.flechaL-banner {
  background: url(../image/FlechaL.png) no-repeat center;
  left: 0; }
  .flechaL-banner p {
    -webkit-transform: rotate(90deg) translate(100px, 16px);
    -moz-transform: rotate(90deg) translate(100px, 16px);
    -ms-transform: rotate(90deg) translate(100px, 16px);
    -o-transform: rotate(90deg) translate(100px, 16px);
    transform: rotate(90deg) translate(100px, 16px); }
    .flechaL-banner p a {
      color: #000000; }
      .flechaR-banner p a:hover {
        color: #ad9966; }
  .flechaL-banner:hover p {
    -webkit-transform: rotate(0deg) translate(12px, 80px);
    -moz-transform: rotate(0deg) translate(12px, 80px);
    -ms-transform: rotate(0deg) translate(12px, 80px);
    -o-transform: rotate(0deg) translate(12px, 80px);
    transform: rotate(0deg) translate(12px, 80px); }

.flechaR-banner {
  background: url(../image/FlechaR.png) no-repeat center;
  right: 0; }
  .flechaR-banner p {
    -webkit-transform: rotate(270deg) translate(-65px, 16px);
    -moz-transform: rotate(270deg) translate(-65px, 16px);
    -ms-transform: rotate(270deg) translate(-65px, 16px);
    -o-transform: rotate(270deg) translate(-65px, 16px);
    transform: rotate(270deg) translate(-65px, 16px); }
    .flechaR-banner p a {
      color: #ffffff; }
      .flechaR-banner p a:hover {
        color: #000000; }
  .flechaR-banner:hover p {
    -webkit-transform: rotate(360deg) translate(15px, 80px);
    -moz-transform: rotate(360deg) translate(15px, 80px);
    -ms-transform: rotate(360deg) translate(15px, 80px);
    -o-transform: rotate(360deg) translate(15px, 80px);
    transform: rotate(360deg) translate(15px, 80px); }

/* ======== LOGO ============== */
.logo {
  text-align: center;
  }
  @media (max-width: 767px) {
    .logo {
      text-align: left;
	  margin-left: 15px;
	  top: 1px; }	  
	}
.logo img {
  width: 60%;}
  @media (max-width: 767px) {
    .logo img {
	  width: 40%; }
	}

/* ================== BANNER Area ============================= */
.banner-area {
  background-image: url(../image/banner-bg.png); 
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media (max-width: 700px) {
	.banner-area {
	  background-position: 60% 0%; } }
  .banner-area .height {
    height: 400px; } 
	   
.banner-content {
  text-align: center;
  color: #fff; }
  .banner-content h1 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 8.8px; }
    @media (max-width: 1024px) {
      .banner-content h1 {
        letter-spacing: 5px; } }
    @media (max-width: 414px) {
      .banner-content h1 {
        font-size: 30px; } }
  .banner-content hr {
    border-color: rgba(255, 255, 255, 0.4);
    max-width: 400px; }
  .banner-content .breadcrmb a {
    color: #ffffff; }
    .banner-content .breadcrmb a:hover {
      color: #ad9966; }
  .banner-content .breadcrmb span {
    color: #ffffff;
    font-weight: 600;
    margin: 0 10px; }
  .banner-content p {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 8px; }

.home-banner-area {
  background-image: url(../image/header-bg.png); 
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media (max-width: 700px) {
	.home-banner-area {
	  background-position: 60% 0%; } }
	  
  .home-banner-area .height {
    height: 750px; }
	@media (max-width: 1280px) {
	  .home-banner-area .height {
	   height: 550px ; } }
    @media (max-width: 768px) {
	  .home-banner-area .height {
	   height: 500px !important; } }
 
.home-banner-content {
  text-align: center;
  color: #fff;
  max-width: 100%;  
  }
  .home-banner-content h1 {
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 10px; }
    @media (max-width: 991px) {
      .home-banner-content h1 br {
        display: none; } }
    @media (max-width: 1200px) {
      .home-banner-content h1 {
        font-size: 56px; } }
	@media (max-width: 700px) {
      .home-banner-content h1 {
        font-size: 40px; } }
    @media (max-width: 414px) {
      .home-banner-content h1 {
        font-size: 30px; } }
	@media (max-width: 320px) {
      .home-banner-content h1 {
        font-size: 22px; } }
  .home-banner-content hr {
    border-color: rgba(255, 255, 255, 0.4); }
  .home-banner-content p {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 8px; }

/* ======== Areas de texto: HOME - ENTORNO ============== */
@media (max-width: 991px) {
  .about-area .section-title {
    padding-top: 60px; } }
	
.menu-area .section-title {
  padding-right: 55px; }
  @media (max-width: 991px) {
    .menu-area .section-title {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .menu-area .section-title {
      margin-top: 60px; } }

.menu-list {
  padding: 60px 0px 10px 0px;
  text-align: center;
  background: #faf5f0; }
  @media (max-width: 991px) {
    .menu-list {
      padding: 40px 0px 5px 0px; } }
  @media (max-width: 767px) {
    .menu-list {
      margin-top: 10px; } }
	  
.section-title {
  padding-bottom: 30px; }
  .section-title h1 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 7.2px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .section-title h1 {
        line-height: 1.2;
        font-size: 35px;
        letter-spacing: normal; } }
    @media (max-width: 575px) {
      .section-title h1 {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .section-title h1 br {
        display: none; } }
  .section-title p {
    margin-bottom: 50px;
    line-height: 30px; }
    @media (max-width: 991px) {
      .section-title p br {
        display: none; } }
    @media (max-width: 767px) {
      .section-title p {
        margin-bottom: 30px; } }
	  
.single-menu {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .single-menu {
      margin-bottom: 50px; } }
  .single-menu:last-child {
    margin-bottom: 0; }
  .single-menu h3 {
    font-size: 21px;
    position: relative;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .single-menu h3 {
        margin-bottom: 10px; } }
    .single-menu h3:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 35px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 1px;
      width: 120px;
      background: rgba(0, 0, 0, 0.2); }
  .single-menu .list li {
    padding-bottom: 35px; }
    @media (max-width: 991px) {
      .single-menu .list li {
        padding-bottom: 25px; } }
    .single-menu .list li:last-child {
      padding-bottom: 0; }
    .single-menu .list li .menu-item {
      margin-bottom: 10px;
      font-weight: 500;
      color: #010000; }
      @media (max-width: 420px) {
        .single-menu .list li .menu-item {
          font-size: 16px; } }
    .single-menu .list li p {
      margin: 0; }


/* ========================================== */
/* ================= ENTORNO ================ */
/* ========================================== */
.sample-text-area {
  background: #f9f9ff;
  padding: 0 0 30px 0; }

.sample-text {
  margin-bottom: 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }
  
.section-top-border {
  padding: 30px 0 20px 0; }

.section-bottom-border {
  padding: 30px 0 80px 0;
  border-top: 1px dotted #eee; } 

.section-heading {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px; }
.section-heading p {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0; }
.section-heading h1, h2 {
  margin-bottom: 10px;
  margin-left: -3px; }
.section-heading h1 span, h2 span {
  color: #aa9966; } 
.section-heading h1 {
  font-size: 42px; } 
.section-heading h2 {
  font-size: 36px; }   
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h1 {
    font-size: 36px; } 
  .section-heading h2 {
    font-size: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h1 {
    font-size: 34px; }
  .section-heading h2 {
    font-size: 28px; } }
@media only screen and (max-width: 767px) {
  .section-heading h1 {
    font-size: 30px; }
  .section-heading h2 {
    font-size: 24px; } }
	
.section-heading.white h2, .section-heading.white p {
    color: #ffffff; }
.section-heading.white h2 span, .section-heading.white p span {
    color: #ffffff; }

.whole-wrap {
  background-color: #f9f9ff;}
  
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #ad9966; }
  
/* ================================================================ */
/* ================= GALERIA: Monasterio y Capilla ================ */
/* ================================================================ */
.gallery-area {
  padding: 240px 0 90px; }
  @media (max-width: 991px) {
    .gallery-area {
      padding: 80px 0 50px; } }

.single-gallery {
  position: relative;
  margin-bottom: 30px; }
  .single-gallery figure {
    overflow: hidden; }
    .single-gallery figure img {
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
  .single-gallery .overlay {
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .single-gallery .icon {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0; }
    .single-gallery .icon a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 36px; }
      .single-gallery .icon a span {
        display: inline-block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
  .single-gallery:hover figure img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .single-gallery:hover .overlay {
    background: rgba(0, 0, 0, 0.5); }
  .single-gallery:hover .icon {
    top: 50%;
    opacity: 1; }
    .single-gallery:hover .icon a span {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  
.section-gap {
  padding: 40px 0; }
  @media (max-width: 991px) {
    .section-gap {
      padding: 20px 0; } }

.section-gap-top {
  padding-top: 40px; }
  @media (max-width: 991px) {
    .section-gap-top {
      padding-top: 20px; } }

.section-gap-top-bottom {
  padding: 40px 0 60px; }
  @media (max-width: 991px) {
    .section-gap-top-bottom{
      padding: 30px 0 40px; } }
	  
.section-gallery{
	margin:50px 0 80px 0}
	@media (max-width: 980px){
	.section-gallery{
		margin:40px 0 60px 0} }
	@media (max-width: 768px){
	.section-gallery{
		margin:30px 0 40px 0} }

.work-area {
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .work-area {
      padding-bottom: 40px; } }
  .work-area .filters {
    text-align: center; }
    @media (max-width: 991px) {
      .work-area .filters {
        margin-top: 40px; } }
    .work-area .filters ul {
      padding: 0; }
      @media (max-width: 991px) {
        .work-area .filters ul {
          text-align: left; } }
      .work-area .filters ul li {
        list-style: none;
        display: inline-block;
        padding: 0 15px;
        cursor: pointer;
        position: relative;
        text-transform: capitalize;
        font-size: 13px; }
        .work-area .filters ul li:last-child {
          padding-right: 0; }
        @media (max-width: 991px) {
          .work-area .filters ul li:first-child {
            padding-left: 0; } }
        .work-area .filters ul li.active, .work-area .filters ul li:hover {
          color: #f81c1c; }
  .work-area .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms; }
  .work-area .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms; }
  .work-area .filters-content img {
    border-radius: 10px;
    width: 100%; }
	
.single-work {
  border-radius: 5px;
  margin-bottom: 30px; }
  .single-work .thumb .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    backface-visibility: hidden; }
  .single-work .middle {
    transition: 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 290px;
    background: rgba(255, 255, 255, 0.8);
    padding: 35px 30px; }
    .single-work .middle h4 {
      font-size: 20px;
      color: #777777;
      margin-bottom: 5px; }
    .single-work .middle .cat {
      font-size: 20px;
      color: #aa9966;
      font-weight: 500;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .single-work:hover .middle .cat {
    color: #555522; }

.d-none {
  display: none !important; }



/* =========================================== */
/* ================= CONTACTO ================ */
/* =========================================== */
.googlemaps_area {
  position: relative;
  z-index: 1;
  margin-top: 40px;}
	 
.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
	 
.contact-info-area {
  position: relative;
  z-index: 1; }
  .contact-info-area .c-border {
    border-bottom: 1px solid #e1e1e1; }
  .contact-info-area a {
    font-size: 14px; }
	
.single-information-area {
  position: relative;
  z-index: 1; }
  .single-information-area .contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #aa9966;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
    margin: 0 auto 30px; }
  .single-information-area .small-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #aa9966;
    text-align: center;
    font-size: 25px;
    line-height: 55px;
    color: #ffffff;
	margin-left: 10px;
	margin-right: 10px; }
  .single-information-area .small-icon:hover {
    background: transparent;
    color: #ad9966;
	border: 2px solid #ad9966;
	}
	
  .single-information-area h6 {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0;
    font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-information-area h6 {
        font-size: 15px; } }

.contact-area .section-title p {
  margin-bottom: 5px; }
@media (max-width: 767px) {
  .contact-area .section-title {
    margin-top: 60px; } }

.contact-form {
  margin-top: 40px; }
  .contact-form input.placeholder, .contact-form textarea.placeholder {
    font-size: 13px;
    color: #999999; }
  .contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
    font-size: 13px;
    color: #999999; }
  .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    font-size: 13px;
    color: #999999; }
  .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #999999; }
  .contact-form input:focus, .contact-form textarea:focus {
    border-color: #ced4da; }
  .contact-form textarea {
    height: 136px;
    resize: none; }

.formB-control {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #FFFFFF;
  font-size: 12px;
  padding: 10px 10px;
  color: #777777;
  transition-duration: 500ms;
  border: 1px solid #cccccc;
  border-radius: 2px; }
 .formB-control:focus {
    outline: none; 
    box-shadow: none;
    background-color: #FFFFFF;
    border-color: #77b122;}
 .formB-control:hover {
    outline: none; 
    box-shadow: none;
    background-color: #FFFFFF;
    border-color: #ad9966;
 }


/* ========================================= */
/* ================= TIENDA ================ */
/* ========================================= */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }
  .unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #ad9966;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }
  .ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #ad9966;
    font-weight: 500;
    line-height: 1.82em !important; }
    .ordered-list li span {
      font-weight: 300;
      color: #777777; }

.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
      
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }	
	
.about-us-thumbnail img {
  width: 100%; }
	
.services-area {
  position: relative;
  z-index: 1;
  background-color: #f2f4f5; }
  .services-area .services-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .services-area .services-thumbnail {
        height: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .services-area .services-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    padding-right: 10% !important; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .services-area .services-content {
        padding-right: 48px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .services-area .services-content {
        padding-right: 48px !important; } }
    @media only screen and (max-width: 767px) {
      .services-area .services-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
		

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area .service-title img {
    margin-right: 15px; }
  .single-service-area .service-title h5 {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area:focus .service-title h5, .single-service-area:hover .service-title h5 {
    color: #77b122; }
	
/* TIENDA: Menú de Categorías */
.single-farming-practice-area {
  position: relative;
  z-index: 1;
  transition-duration: 500ms;
  }
  .single-farming-practice-area .farming-practice-thumbnail {
    position: relative;
    z-index: 1;
	}
  .single-farming-practice-area .farming-practice-content {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    transition-duration: 500ms;
	}
  .single-farming-practice-area .farming-practice-content  a{
    transition-duration: 500ms;
	font-size: 20px;
	}
	.single-farming-practice-area:focus .farming-practice-content a{
     	color: #ad9966;
        font-size: 24px;
        font-weight: 400;
      }
	.single-farming-practice-area:hover .farming-practice-content a{
     	color: #ad9966;
        font-size: 24px;
        font-weight: 400;
	  }
  .single-farming-practice-area .farming-practice-content .farming-icon {
      position: absolute;
      transition-duration: 500ms;
      left: 50%;
      margin-left: -40px;
      top: -40px;
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 40px;
      background-color: #ffffff;
	  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    }
    .single-farming-practice-area:focus .farming-practice-content .farming-icon {
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
      }
	.single-farming-practice-area:hover .farming-practice-content .farming-icon {
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
      }
	  
	  
/**********************/	  
/* Responsive ORIGINE   quitar muchas cosas seguro   */
/**********************/
@media (max-width: 1199px){
	.product-list .caption .left-caption-sm { width: 100%; border: none; }
	.product-list .caption .right-caption-sm { display: none; }
	.zoomContainer,
	.b-modal,
	.newletter-popup{display: none !important;}
	.owl-carousel .owl-nav > .owl-next, .owl-carousel .owl-nav > .owl-prev,.brand-container .swiper-pager div,.testimonial-container .owl-theme .owl-nav.disabled + .owl-dots { display:none !important; }
	.btn-grid-4,.btn-grid-5 { display:none; }
	.fix-nav { 
		position:initial !important;
		opacity:1;
		box-shadow:none;
		padding:0;
		-webkit-animation: fadeInDown 0s linear;
		-moz-animation: fadeInDown 0s linear;
		-ms-animation: fadeInDown 0s linear;
		animation: fadeInDown 0s linear;
	}
	.header-content { margin-right:10px; }
	.search-container { width:340px; }
	#search-by-category .search-box { width:250px; }
	#product-product, .layer-category{margin-top: 0;}
	.banner-top .col { margin-right:3px; }
	.banner-static1 { margin:40px 0 0; }
	.banner-center { margin:5px 0 0; }
	.home-modules { margin-top:5px; }
	.featured-categories-container { margin:40px 0 0; }
	.tt_product_module { margin-top:30px; }
	.products1 .first-product .product-grid .caption { padding:50px 15px 36px; }
	.products .module-title { padding-right:10px; }
	.tt_tabsproduct_module { margin-top:35px; }
	.tabscategories1.tt_tabsproduct_module { margin-top:30px; }
	.tt_tabsproduct_module .tab-heading { padding:0; }
	.testimonial-container { margin-top:5px; padding:20px 0 50px;  }
	.toolbar3 { padding:0 20px 0 0; }
	.btn-custom-view { margin-left:5px; }
	.toolbar .toolbar2 label, .toolbar .toolbar1 label { display:none; }
	.product-list .item-inner .add-to-links .cart { margin-bottom:10px; }
	.block-3 { margin:40px 0 0; }
	.related-products { margin:40px 0 0; }
	.related-products .owl-carousel .owl-stage-outer { padding:0 0 62px; }
	.common-home .brand-container { margin:5px 0 0; }
	.brand-container { padding:30px 0; }
	.footer-static { padding:40px 0 0; }
	.social-footer li { margin:0 5px 5px 0; }
	.newletter-subscribe { margin-top:13px; }
	#dialog-normal .newletter-title h3 { font-size:23px; }
	.newletter-description { padding-left:10px; }
	.newletter-description p { font-size:12px; line-height:23px; }
	.newletter-subscribe-container .newleter-content #frm_subscribe-normal { width:420px; margin-top:-3px; }
	.footer-bottom { padding:20px 0 18px; }
	#back-top { height:30px; width:30px; line-height:36px; right:10px; bottom:10px; }
}

@media (max-width: 991px){
	.product-list .caption .left-caption { width: 100%; border: none; }
	.product-list .caption .right-caption { display: none; }
	
	.header-bottom { padding:22px 0 12px; position:relative; z-index:9991; }
	.header-content { width: 100%; margin: 0; float: none; display: inline-block; text-align: center; }
	.header-bottom .box-header { text-align:center; }
	.top-tags { width:auto; }
	.logo-container a { display:inline-block; }
	.header-search { float:none; display:inline-block; margin:0; }
	#cart .dropdown-menu { right:-100px; }
	#cart .dropdown-menu:before { right:128px; }
	.logo-container { text-align:center; margin:0 0 10px; }
	.header-top { text-align:center; padding:0 0 10px; }
	.banner-top { float:none; display:inline-block; margin:0 0 20px; }
	#form-language,#form-currency { display:inline-block; float:none; position:relative; z-index:9992; }
	#top-links .dropdown-menu { text-align:center; }
	#top-links .dropdown-menu li { float:none; display:inline-block; }
	#top-links .dropdown-menu li a { line-height:20px; }
	#top-links { float:none; display:inline-block; }
	.header-menu { text-align:center; padding:20px 0 10px; }
	.cart-wishlist { width:auto; }
	#search-by-category .search-ajax { width:270px; margin:0 0 0 -135px; }
	#search-by-category .detail { text-align:left; }
	.featured-categories-container .fcategory-content { text-align:center; }
	.featured-categories-container .fcategory-content a { display:inline-block; }
	.fcategory-content .content-thumb .box-content { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
	.feature-products,body[class^="product-category"] .feature-products { margin-bottom:30px; }
	.search-position { z-index:9999; }
	.products .module-title { padding:0; }
	.products .module-title,.products .tt-product { width:100%; }
	.products .module-description { margin-top:6px; }
	.product-actions { width:100%; margin:20px 0 0; }
	#dialog-normal .newletter-title { width:100%; }
	#dialog-normal .newletter-title h3 { font-size:25px; }
	.newletter-description { width:100%; padding:0; margin-top:10px; }
	#dialog-normal .newleter-content { width:100%; margin-top:10px; }
	.newletter-subscribe-container .newleter-content #frm_subscribe-normal { margin:0; float:left; }
	#frm_subscribe-normal { width:100%; }
	#blog_home .articles-inner { padding:0; border:0; }
	#blog_home .articles-image,#blog_home .articles-image img { width:100%; }
	#blog_home .aritcles-content { margin:20px 0 0; display:inline-block; width:100%; }
	.brand-container { margin:30px 0 0; }
	.newletter-subscribe { margin:0; }
	.main-menu{
		width: 100% !important;
		padding: 0;
	}
	.copyright-text{
		text-align: left;
	}
	.footer-paypal { text-align:left; margin:20px 0 0; }
	.footer-static .col {
		margin-bottom:15px;
	}
	.footer-static .footer-title,.footer-static .col4 .footer-title { margin-bottom:18px; cursor:pointer; }
	.footer-static .footer-title h2 { font-size:14px; }
	.footer-static .col4 { padding:0; }
	.footer-static .col3 { border:0; }
	.footer-static .col.col1 .footer-title { display:block; }
	.footer-static .col .footer-title:after {
		content: "\f107";
		display: block;
		font-weight: 700;
		font-family: FontAwesome;
		font-size: 20px;
		position: absolute;
		right: 15px;
		top: -3px;
		color: #fff;
	}
	.footer-static .footer-content {
		display:none;
	}
	.footer-static .col4 .footer-content { margin-bottom:40px; }
	.social-footer { text-align:left; margin:10px 0; }
}

@media (max-width: 767px){
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.logo-container { margin:0 0 20px; }
	.search-containers { width:100%; text-align:center; margin:20px 0 0; }
	.block-3 .nav-tabs{	width: 100%;}
	.block-3 .nav-tabs li{
		display: inline-block;
	}
	.block-3 .nav-tabs li a { padding:0 20px 0 0; }
	.owl-nav{
		display: none;
	}
	#dialog-normal .newleter-content{
		padding: 0;
	}
	.banner-static { padding:20px 0 18px; }
	.banner-static1 img,.banner-center img { width:100%; }
	.banner-static .col1,.banner-static .col2,.banner-static .col3{
		margin:0 0 10px;
	}
	.banner-static .col:before { display:none; }
	.banner-static p { font-size:14px; }
	.banner-static1 .col1,.banner-center .col1 { margin-bottom:20px; }
	.products1 .col-lg-4 { padding:0 15px; }
	.tt_tabsproduct_module .module-title h2 { width:100%; text-align:left; margin:0 0 10px; }
	.tt_tabsproduct_module .tab-heading { width:100%; text-align:left; margin: 15px 0 0; }
	.first-product .image { text-align:center; }
	.first-product .image img { display:inline-block; }

	.products1 .first-product .product-grid .caption { padding-top:5px; }
	.footer-static .footer-content .social-footer li { margin-bottom:10px; }
}

@media (max-width: 680px){
	.module-title h2 { font-size:25px; }
	.products2 .item-inner .image { width:100%; }
	.products2 .item-inner .caption { margin:20px 0 0; display:inline-block; width:100%; text-align:center; }
	.home-moduls .list-style .ratings .rating-box div[class^="rating"] { background-position: center center; }
	.home-moduls .list-style .item-inner .actions { text-align:center; }
}

@media (max-width: 580px){
	.product-list .caption {
		width: 100%;
	}
	.language .btn-link label,.currency label { display:none; }
	.language { padding-left:10px; }
	.currency { margin-left:10px; padding-left:10px; }
	#top-links { margin-left:10px; padding-left:10px; padding-right:5px; }
	.language .btn-link { text-transform:capitalize; }
	.quantity-box { float:none; display:table; clear: both; }
	.quantity-actions { margin-bottom:20px; }
	.block-3 .nav-tabs li a { font-size:15px; margin-right: 13px; }
	.products .image { width:100%; }
	.products .caption { display:inline-block; width:100%; }
	.custom-products .product-list .product-thumb{
		margin: 0;
	}
	.product-list .item-inner { margin-left:0; }
	.product-list .product-inner{
		margin-top: 20px;
	}
	.product-list .product-inner,
	.product-list .image{
		width: 100%;
	}
	.block-3 .nav-tabs li { width:100%; }
}

@media (max-width: 500px){	 
	.product-list .caption { 
		padding:20px; 
		display:inline-block; 
		width:100%; }
	.container-fix > .container{
		clear: both;
	}
	.toolbar { padding:15px; float:none; display:inline-block; }
	.toolbar .toolbar3,.toolbar .toolbar2,.toolbar .toolbar1 {
		display:inline-block;
		width:100%;
		padding:0;
		float:left;
		text-align:left;
		margin:0 0 10px;
	}
	.toolbar .toolbar-amount { margin-bottom: 0px; }
	.toolbar .toolbar3 { margin-bottom:5px; }
	#input-sort, #input-limit { padding:0; display:inline-block; width:auto; }
}

@media (max-width: 480px){
	.header-link { margin:0 0 0 20px; }
	.search-container,#search-by-category,.header-search { width:100%; }
	#search-by-category .search-container .categories-container { width:20%;}
	#search-by-category .search-box { width:80%; }
	#search { width:100%; }
	#cart .dropdown-menu { right:-100px; }
	.product-list .item-inner { margin-left:0; }
	.module-title h2 { font-size:20px; }
	.footer-paypal ul li { margin-bottom:10px; }
	.newletter-subscribe-container .newleter-content #frm_subscribe-normal { width:100%; }
	.tt_product_module { margin-top:40px; }
	.brand-container { padding:10px 0; }
}

@media (max-width: 400px){
	.banner-top .col { width:100%; margin:0 0 10px; }
}

@media (max-width: 380px){
	#form-currency .dropdown-menu { left: -50px; }
	#top-links label,.currency .btn-link,.language .btn-link { font-size:11px; }
	.header-link .box-content { z-index:991; }
	#cart .dropdown-menu { min-width: inherit; right: -79px; width: 300px; }
	.product-list .item-inner .add-to-links .cart button { padding:0 30px; }
	.quantity-actions { margin:0; }
	#button-cart2, #button-cart { padding:0 30px; }
	.block-3 .nav-tabs li { width:100%; }
	.banner-center { margin:-10px 0 0; }
}