/*
Theme Name: Storefront for Lopez Linares
Description: Storefront Child Theme for Lopez Linares (AKA s8tll)
Author: moz667
Author URI: http://moz667.com
Theme URI: http://moz667.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: storefront
Version: 1.5.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later

*/

/* moz667 : overrides */

html {
	font-family: Georgia, sans-serif;
}

body, button, input, textarea {
	color: #2d2d2d;
	font-family: Georgia, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, sans-serif;
	font-weight: 400;
}

.nav-menu a, .woocommerce-breadcrumb a, 
h1, h2, h3, h4, h5, h6,
div.ppt, div.pp_details p.currentTextHolder, .product *, .widget-title, .product-categories a, .widget_shopping_cart_content *,
#masthead .social a span, .site-header-cart a.cart-contents, .widget_costumer_service .line p, .contact-form label,
.entry-content .woocommerce p, input[type="text"], input[type="search"], textarea, select, input[type="email"], 
.shop_table th, .shop_table td:not(.product-remove), 
.checkout-button, .cart_totals th, .cart_totals td, .page-numbers a:not(.next), .page-numbers .current, .woocommerce-result-count, .entry-content p, 
.wrap-info-shop *, .payment_methods label, input.button, .widget_costumer_service div.line.email, .menu-toggle, .handheld-navigation a
{ font-style: italic; }

.main-navigation ul li a::before, .menu-toggle::before {
	font-style: normal !important;
}

h1, h2, h3, h4, h5, h6 {
	color : #7b6d4e;
}


.site-header .site-logo-anchor img, .site-header .site-logo-link img {
	max-height: none;
	max-width: 100%;
}

.site-header {
	padding-top: 0;
}

.woocommerce-active .site-header .main-navigation {
	width: auto;
}

.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
    margin-bottom: 0;
}

.site-header-cart a.cart-contents::after {
	font-style: normal;
} 

.widget_shopping_cart_content a.remove {
	font-style: normal;
}


.site-header-cart .widget_shopping_cart .product_list_widget {
    max-height: none !important;
    overflow: auto !important;
}

body {
	background : url('img/background-main-content.png') repeat;
}

#masthead .social {float : right; margin-top : 1em;}
.social img { display : inline; }
#masthead .social .separator { border-left : 1px dotted #7b6d4e; margin-left: 4px;}
#masthead .social a span {
	color : #ccb57e; 
	vertical-align: top; 
	display: inline-block; 
	text-decoration: underline; 
	font-size: 13px;
	margin-top : 1px;
}

#masthead .social a span.faq-label {margin-left : -8px;}

#masthead { 
	background : #000000;
    -webkit-box-shadow: 2px 2px 3px 0px #A0A0A0;
    -moz-box-shadow: 2px 2px 3px 0px #A0A0A0;
    box-shadow: 2px 2px 3px 0px #A0A0A0;
    padding-bottom: 0.5em;
}

/* CARRITO */
.site-header-cart:hover * .cart-contents, .site-header-cart a.cart-contents:hover {
	color : #ccb57e; 
}
/*
.wc-proceed-to-checkout .button.checkout-button {
	font-size : 12px !important;	
}
*/
.woocommerce-active .site-header .site-header-cart {
	border-top : 1px solid #62532b;
	margin-top : 1em;
	padding-top : 0.618em;
	min-width : 231px;
}

.site-header-cart .cart-contents {
	padding-bottom : 0.618em !important;
	padding-top : 0.618em !important;
}


.site-header-cart .cart-contents .count {
	margin-left : 10px;
}

.site-header-cart > li:nth-of-type(2) {
	background : url('img/top-widget-cart-bottom-line.png') no-repeat center top;
    /* border-top : 1px solid #7b6d4e; */
    padding-top : 1.618em;
} 

.widget_shopping_cart_content .mini_cart_item a {
	color : #7b6d4e !important;
}

.widget_shopping_cart_content  .quantity, .widget_shopping_cart_content .total, .widget_shopping_cart_content .variation * {
	color : #2d2d2d !important;
}

.widget_shopping_cart_content .total strong {
	font-weight: normal;
}

.button.wc-forward::after, .added_to_cart.wc-forward::after {
	content:"";
} 

.price .amount {
	color : #82724a;
}

/* widget_costumer_service */
.widget_product_categories li a, .widget_collections li a {
	display : block;
	width : 100%;
	border-bottom : 1px solid #c5ab8c;
	font-style: italic;
}
ul.products li.product, .widget-area .widget:not(.widget_costumer_service) {
	background : url('img/background-list-item.png') repeat;
	padding : 1em;
	margin-right : -4px;
    -webkit-box-shadow: inset 0 0 15px #c7a377, 
        2px 2px 3px 0px #A0A0A0;
    -moz-box-shadow: inset 0 0 15px #c7a377, 
        2px 2px 3px 0px #A0A0A0;
    box-shadow: inset 0 0 15px #c7a377, 
        2px 2px 3px 0px #A0A0A0;
    border-radius: 4px;
	z-index : 10;
	position : relative;
}

.cart-extra-info {
	border-right: 2px solid rgba(203,195,190,0.5);
	padding-right: 2em;
}

ul.products li.product h3, .costumer-service h4 {font-weight : 600;}

ul.products li.product a.more-info {
	clear: both;
	display: block;
	margin-top: 1em;
	text-decoration: underline;
	color: #603c22; 
}

.widget_costumer_service {
	background: url('img/background-costumer-service.png') no-repeat;
	margin-top : -8.5em;
	margin-left : -40px;
	margin-right : -20px;
	padding-top : 160px;
	padding-left : 40px;
	padding-right : 20px;
	z-index : 0;
	position : relative;
	max-width : 261px;
	min-width : 261px;
	min-height: 481px;
}

.widget_costumer_service div.line {
	text-align: justify;
	width: 100%;
}
.widget_costumer_service p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.widget_costumer_service a {
	font-weight : bolder !important;
	text-decoration : underline;
}
.widget_costumer_service div.line.email, .widget_costumer_service div.line.shipping a , .widget_costumer_service div.line.terms a {
	text-align: center;
	color : #644a01;
	font-weight: 600;
	display: block;
	width: 100%;
}

.widget_costumer_service h4, .widget_costumer_service a.contact-link, .widget_costumer_service a.contact-link:hover {
	color: #9f332a;
	text-align: center;
	font-style: normal;
	width : 100%;
	display: block;
}

.widget_costumer_service .line p {
	margin: 0;
	font-size: 90%;
	line-height: 14px;
}

.widget_costumer_service .line {
	margin-bottom: 0.4em;
}

.widget_costumer_service .line.shipping a {
	margin-top: 0.4em;
}

.widget_costumer_service h4, .widget_costumer_service div.line.email {
	padding-top : 0.4em;
	padding-bottom : 0;
	border-top: 1px dotted rgba(65, 63, 62, 0.55);	
}

ul.products li.product img, .product .woocommerce-main-image {
    border: 8px solid #faefe1;
}

ul.products li.product .price {
	font-size : 200%;
}

ul.products li.product .price {
	margin: 0.1em auto 0.5em !important;
}

.product .woocommerce-main-image {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.page .wp-post-image {
    width : 100%;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.mini_cart_item img.wp-post-image {
	border : none !important;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

div.pp_woocommerce .pp_content_container {
	background-color: #faefe1;
}

ul.products li.product h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

button.button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget-area .widget a.button,
button.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget-area .widget a.button:hover, .woocommerce-account .edit {
	color : #ceb883 !important;
	font-size: 12px;
	min-width : 90px;
	
	background-color : #2d2d2d;
	background: rgba(76,76,76,1);
	line-height: 1;
	
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000', GradientType=0 );
	
    -webkit-box-shadow: 2px 2px 3px 0px #A0A0A0;
    -moz-box-shadow: 2px 2px 3px 0px #A0A0A0;
    box-shadow: 2px 2px 3px 0px #A0A0A0;
}

a.added_to_cart, a.added_to_cart:hover {
	color : #ceb883;
	font-size: 12px;
	min-width : 130px;
	
	background-color : #96462a;
	background: rgba(150,70,42,1);
	line-height: 1;
	
	
	background: -moz-linear-gradient(top, rgba(150,70,42,1) 0%, rgba(96,50,33,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,70,42,1)), color-stop(100%, rgba(96,50,33,1)));
	background: -webkit-linear-gradient(top, rgba(150,70,42,1) 0%, rgba(96,50,33,1) 100%);
	background: -o-linear-gradient(top, rgba(150,70,42,1) 0%, rgba(96,50,33,1) 100%);
	background: -ms-linear-gradient(top, rgba(150,70,42,1) 0%, rgba(96,50,33,1) 100%);
	background: linear-gradient(to bottom, rgba(150,70,42,1) 0%, rgba(96,50,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96462a', endColorstr='#603221', GradientType=0 );
}

.my_account_orders .button {
	font-size: 12px !important;
}


.woocommerce-error a.button, .added_to_cart, .woocommerce-message a.button, .woocommerce-info a.button, 
.woocommerce-error a.button:hover, .added_to_cart:hover, .woocommerce-message a.button:hover, .woocommerce-info a.button:hover, 
.widget_shopping_cart .buttons a.button, .widget_shopping_cart .buttons a.button:hover {
	background : none;
    display: inline-block;
    margin-top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.added_to_cart, .added_to_cart:hover, .widget_shopping_cart .buttons a.button, .widget_shopping_cart .buttons a.button:hover {
	color: #2d2d2d;
}

.woocommerce-error a.button, .woocommerce-error a.button:hover, .woocommerce-message a.button, .woocommerce-info a.button, .woocommerce-message a.button:hover, .woocommerce-info a.button:hover {
	color: #ffffff;
	margin-top : 0;
	font-size: 1em;
    line-height: 1.618;
}

/* Botones especiales */
.site-header-cart .widget_shopping_cart a.button {
	width : 154px;
	height: 24px;
	background-color : none !important;
	background : url('img/button/button-bg-black.png') no-repeat top center;
	text-align: center;
	display: inline-block;
	color : #ccb57e;
	text-decoration : none;
	font-size: 12px;
	line-height: 10px;
}



.site-header-cart .widget_shopping_cart a.button:hover {
	width : 154px;
	height: 24px;
	background-color : none !important;
	background : url('img/button/button-bg-black.png') no-repeat top center;
	text-align: center;
	display: inline-block;
	color : #ccb57e;
	text-decoration : none;
	font-size: 12px;
	line-height: 10px;
}
.site-header-cart .widget_shopping_cart a.button.checkout {
	background : url('img/button/button-bg-red.png') no-repeat top center;
}

.site-header-cart .widget_shopping_cart a.button.checkout:hover {
	background : url('img/button/button-bg-red.png') no-repeat top center;
}

.primary-navigation .current-menu-item a, .primary-navigation .current-menu-parent > a {
	background : url('img/button/menu-over.png') no-repeat bottom center;
}

.primary-navigation .current-menu-item a, .primary-navigation .current-menu-parent.menu-item-has-children > a {
	background : url('img/button/menu-over.png') no-repeat bottom left;
}

body.single-product .primary-navigation .current-menu-parent > a {
	background: none;
}

.primary-navigation .current-menu-parent .current-menu-item a {
	background : transparent;
	text-decoration: underline;
	/* border-bottom : 2px dotted #847448; */
}

.main-navigation {
	padding-top : 1.5em;
}

.main-navigation ul.nav-menu > li > a {
	padding: 0 1em 0.7em;
}

.woocommerce-active .site-header .main-navigation {
	margin-right : 0;
}


.woocommerce-error {
	background-color : #a74c30 !important;
	margin: 0.5em 0 !important;
}

.woocommerce-message, .woocommerce-info {
	background-color : #7b6d4e !important;
	margin: 0.5em 0 !important;
}

.woocommerce-message a, .woocommerce-info a {
	text-decoration: underline !important;
}

.site-header .widget_shopping_cart li, .site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart p.total {
	background-color : transparent !important;
}

.site-header-cart .widget_shopping_cart {
	padding : 0;
    -webkit-box-shadow: inset 0 0 15px #c7a377, 
        2px 2px 3px 0px #A0A0A0;
    -moz-box-shadow: inset 0 0 15px #c7a377, 
        2px 2px 3px 0px #A0A0A0;
    box-shadow: inset 0 0 15px #c7a377, 
        2px 2px 3px 0px #A0A0A0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background : url('img/background-list-item.png') repeat;

	/*    box-shadow: inset 1px -7px 7px 3px #c7a377, 
        2px 2px 3px 0px #A0A0A0;
	*/
}

.widget_shopping_cart_content {
	background : url('img/top-widget-cart.png') no-repeat top center;
	padding : 0 1em 1em 1em;
}

.site-header-cart .widget_shopping_cart .button + .button {
	margin-top : 10px;
}
.remove::before {
	color : #9c452d !important;
}

.product_list_widget li, .widget_shopping_cart p.total {
    border-bottom: 0.2em dotted rgba(22, 22, 22, 0.5) !important;
}

/* FOOTER */
#colophon {
	background-color: #000000;
}
.site-footer {
	padding : 0 0 1.618em;
}

.storefront-recent-products {
	margin-bottom : 0 !important;
}

.site-info {
	clear : both;
}

.site-info .logo {
	margin-top : -13px;
	margin-right : 10px;
}

.site-info a, .site-info .address {
	font-size: 15px;
	font-family: Georgia,sans-serif;
	font-style: italic;
	color : #7b6d4e;
	letter-spacing: -1px;
}

.site-info .bullet {
	padding : 0.5em;
}

.site-info .terms a.term-link {
	font-weight : bold;
	text-decoration: underline;
}

/* HOME */
.storefront-product-section {
    border-bottom: 2px dotted rgba(65,63,62, 0.23) !important;
}

.storefront-product-section.storefront-recent-products {
	border-bottom: none !important;
}

.content-area {
	margin-bottom : 0;
}

/* product list loop */
ul.products li.product .collection, ul.products li.product h3 {
	text-align: left;
}

ul.products li.product.onrequest .add_to_cart_button {
	display: none;
}

ul.products li.product h2.woocommerce-loop-product__title {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

ul.products li.product .collection { 
	font-size: 87%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top : -10px;
}

ul.products li.product .collection a {
	font-weight: normal;
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
	background-color: #c7a377;
}

/* widgets generico */
.widget h3.widget-title, .widget span.widget-title{
    font-size: 1.2em;
    color : #d9c7c0;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 1em 0.7em -0.9em;
    padding: 0 2em 0 1em;
    background : url('img/background-header-widget.png') no-repeat right center;
    border : none;
    
}

/* widget busqueda de productos */
.widget_product_search h3 {display : none;}
.widget_product_search form {margin-bottom : 0;}
.widget_product_search input, .widget_product_search input:hover, .widget_product_search input:active, .widget_product_search input:focus { 
	border : 0px; 
	background-color: #000000 !important; 
	box-shadow:none;
	color: #d5d9db;
}

/* widget categorias de productos */ 
.widget_product_categories ul li::before {
	content : none !important;
}

/* widget de colecciones */
.widget_collections ul li {
    list-style: outside none none;
    margin-bottom: 0.618em;
}

/* Detalle de producto */
/* Quitando el smiley de stock */
.in-stock::BEFORE, .out-of-stock::before  {content : "" !important;}
.single-product div.product p.stock::before {margin-right : 0 !important;}
img.attachment-shop_catalog, img.attachment-shop_single { width : 100%; }

.single-product .out-of-stock a {
	color : #aa0000;
	text-decoration: underline;
}

.single-product div.product .images .thumbnails {
	position : relative;
	top : 0;
}
.single-product div.product .images .thumbnails .zoom img {
	border : 4px solid #faefe1;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
/*	border-top : 8px solid #faefe1;
	border-left : 8px solid #faefe1;
	border-right : 8px solid #faefe1;
	
	background-color : #faefe1;
	display: block;
	
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
*/

.single-product div.product .images .thumbnails a.zoom img { display : inline; max-width : 18%;}
.single-product div.product .images .thumbnails a.zoom {  display : inline !important; float : none !important; margin-right: 2% !important; margin-bottom : -10px !important; width : 18% !important;}
.single-product div.product .images .thumbnails a.zoom.last { float : none !important;}

.single-product div.product .images, .single-product div.product .summary { 
	float:none !important; 
	width : 100% !important;
}

/* Carrito */
.page-template-template-fullwidth-php table.cart .product-thumbnail img {
	max-width: 150px !important;
}

.page-template-template-fullwidth-php table.cart thead th {
	text-transform: capitalize;
} 

.page-template-template-fullwidth-php table.cart .product-name a, .page-template-template-fullwidth-php table.cart td.product-subtotal, .page-template-template-fullwidth-php .cart_totals .order-total .amount {
	color: #8e783e;
}

/* checkout */
.about_paypal { text-decoration: underline; }
#place_order { font-weight: 400 !important;}
/* templates */

.download-care-and-sizing {
	margin-left : 20px;
	margin-top : -40px;
	z-index : 150;
	position: relative;
}

.care-and-sizing-photo-1 {
	margin-top : -90px;
	margin-left : 50px;
	z-index : 100;
	position: relative;
}

.care-and-sizing-photo-2 {
	margin-left : 40px;
	margin-top : -90px;
	z-index : 50;
	position: relative;
}

.one_half_last .contact-form textarea { 
	max-width: 98%;
	width: 300px; 
}

@media screen and (min-width: 1000px) {
	.site-info p { float : left; }
	.single-product .images .thumbnails {
		margin-top : -102px;
		margin-right : 7px; 
	}
	.single-product div.product .images .thumbnails a.zoom img{
		float : right;
		margin-right : 5px; 
		max-width : 90px;
		border : 2px solid #faefe1;
	}
}

/* detalle de producto */

body.single-product div.product .images {
	margin-bottom: 0.9em;
}

body.single-product h1.product_title {
	margin-bottom: 0;
	font-size: 27px;
	font-weight: 200;
	color: #86764a;
}

body.single-product div.product div.summary {
	margin-bottom: 1em;
}

body.single-product div.entry-content {
	margin-bottom: 1em;
}

body.single-product div.product form.cart {
	border : 0;
	margin-bottom: 1em;
	padding : 0;
}

body.single-product h2.collection {
	color : #2d2d2d;
	font-size: 18px;
	font-weight: 100;
}

body.single-product div.various-content .various-title, body.single-product div.add-cart-row .label {
	padding-right : 1em;
	float : left;
	font-weight: bold;  
}

body.single-product div.various-content .various-value p {
	padding : 0;
	margin : 0;
}

.wrap-double-separator {
	border-top: 2px solid #d4d1cc;
	border-bottom: 2px solid #d4d1cc;
}

.wrap-return-policy h4 {
    color: #2d2d2d;
    margin: 1em 0 0.3em 0;
    font-size: 0.87em;
    font-weight: bold;
}

.wrap-return-policy p, body.single-product div.form-info-content p {
	margin: 0;
    font-size: 86%;
    line-height: 1.4em;
}

 body.single-product div.form-info-content p {
 	margin-bottom: 0.8em;
 }

.wrap-return-policy strong { }

.wrap-return-policy p a { 
	text-decoration: underline;
	color: #81764d;
}


body.single-product div.form-info-content .button {
	width: 100%;
	text-align: center;
	background-color: #6e5033 !important;
	
	background: -moz-linear-gradient(top, rgba(110,80,51,1) 0%, rgba(63,47,15,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(110,80,51,1)), color-stop(100%, rgba(63,47,15,1)));
	background: -webkit-linear-gradient(top, rgba(110,80,51,1) 0%, rgba(63,47,15,1) 100%);
	background: -o-linear-gradient(top, rgba(110,80,51,1) 0%, rgba(63,47,15,1) 100%);
	background: -ms-linear-gradient(top, rgba(110,80,51,1) 0%, rgba(63,47,15,1) 100%);
	background: linear-gradient(to bottom, rgba(110,80,51,1) 0%, rgba(63,47,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e5033', endColorstr='#3f2f0f', GradientType=0 );
}

body.single-product div.form-info-content {
	border-left: 2px solid rgba(203,195,190,0.5);
	padding: 1em 4em;
}

body.single-product div.add-cart-row {
	margin-top: 1em;
}

body.single-product div.add-cart-row > div {
	float: left;
}

body.single-product div.add-cart-row > div.first-col {
	width: 40%;
}

body.single-product div.add-cart-row > div.second-col, body.single-product div.add-cart-row > div.third-col {
	width: 30%;
}

body.single-product div.add-cart-row div.first-col .label, body.single-product div.add-cart-row  div.second-col .label   {
	font-size : 12px;
	padding-top: 4px;
}

body.single-product div.add-cart-row div.first-col .wrap-qty {
	border-bottom : 2px dotted rgba(65,63,60,0.5);
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

body.single-product div.add-cart-row div.first-col .inner-first-col {
	max-width: 240px;
}

body.single-product div.add-cart-row div.first-col .wrap-qty .label, body.single-product div.add-cart-row div.first-col .wrap-unit-price .label {
	text-align : left;
	padding-top: 8px;
}

body.single-product div.add-cart-row div.first-col .wrap-unit-price .value .amount {
	font-weight: bold;
}

body.single-product div.add-cart-row  div.first-col .quantity input {
    font-size: 0.8em;
    max-width: 3em;
    width: 3em;
    padding: 0.2em;
}

body.single-product div.add-cart-row  div.first-col .quantity {
	float: none;
}

body.single-product div.add-cart-row  div.first-col .label, body.single-product div.add-cart-row  div.second-col .value  {
	color: #86764a;
}

body.single-product div.add-cart-row  div.second-col .value  {
	font-size: 20px;
}


body.single-product div.add-cart-row div.second-col .label {
	padding-right : 0;
}


body.single-product div.add-cart-row {
	border-top : 2px solid rgba(203,195,190,0.5);
	border-bottom : 2px solid rgba(203,195,190,0.5);
	min-height: 111px;
}

body.single-product div.add-cart-row div.first-col {
	background : 	url('img/triptic-bg-qty-price.png') right center no-repeat, 
					url('img/triptic-bg-qty.png');
	min-height: 111px;
	padding-top: 21px;
}

body.single-product div.add-cart-row div.second-col {
	background : 	url('img/triptic-bg-price-add-cart.png') right center no-repeat, 
					url('img/triptic-bg-price.png');
	min-height: 111px;
	padding-top: 20px;
	padding-left: 0.5em;
}

body.single-product div.add-cart-row div.third-col {
	background : 	url('img/triptic-bg-add-cart.png') repeat-x;
	min-height: 111px;
}

body.single-product div.add-cart-row div.third-col .button {
	background: transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline: none;
    height: 111px;
	font-size: 1em;
    line-height: 1.5em;
}

body.single-product div.add-cart-row .wrap-total-price .label {
	font-size: 1em !important;
}

body.single-product div.add-cart-row .wrap-total-price .value .amount {
	font-size: 1.2em;
}

body.single-product div.add-cart-row div.second-col div.wrap-total-price > div {
	float : none;
	clear: both !important;
}

body.single-product div.add-cart-row div.third-col div.variations_button {
	padding-top: 0;
}

body.single-product div.add-cart-row div.third-col .variations_button {
	border-top : none;
}

body.single-product div.add-cart-row div.third-col .variations_button button, body.single-product div.add-cart-row div.third-col > .button {
	float : none;
}

body.single-product div.add-cart-row div.third-col a.button {
    text-align: center;
    padding-top: 1.2em;
}

body.single-product div.add-cart-row div.first-col > div {
	margin-left: 1em;
}

body.single-product div.blog-link p {
	margin-bottom: 1em;
}

body.single-product div.blog-link, body.single-product div.blog-link {
	padding-bottom: 1em;
	border-bottom: 2px solid rgba(203,195,190,0.5);
}

body.single-product div.blog-link, body.single-product div.blog-link p {
	color: #303236;
}

body.single-product div.blog-link a.blog-link {
	color: #7b6d4e;
	text-decoration: underline;
}

body.single-product div.sharedaddy h3.sd-title::before {
	border-top: 0;
}

body.single-product div.sharedaddy h3.sd-title {
	color: #303236;
}

body.single-product .taxonomy-content {
	border-top: 2px solid rgba(203,195,190,0.5);
}

body.single-product .taxonomy-content .tax-title {
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 0.93em;
    font-weight: 100;
    float: left;
}

body.single-product .taxonomy-content div.category, body.single-product .taxonomy-content div.tag  {
	border-bottom: 1px solid rgba(203,195,190,0.5);
	padding: 0.3em 0 0.3em 0;
}

body.single-product .taxonomy-content div.collection {
	border-bottom: 1px solid #8f7939;
	padding: 0.3em 0 0.3em 0;
}

body.single-product .taxonomy-content div a {
	font-size : 12px;
}

body.single-product .separator-tax-related {
	border-top: 1px solid #7b6d4e;
	border-bottom: 1px solid #7b6d4e;
	min-height: 0.4em;
	margin : 1em 0 2em 0;
}

/* Ask information y newsletter */

.page-template-template-newsletter form label {
	display: block;
	font-style: italic;
}

.page-template-template-newsletter .wrap-newsletter p {
	font-size: 14px;
}

.page-template-template-newsletter form .enviar {
	margin-top: 1em;
}

.page-template-template-newsletter form input:not(.button) {
	width: 100%;
}

.page-template-template-ask-for-information .col2 textarea, .page-template-template-ask-for-information form div input {
	width : 100% !important;
}

.page-template-template-ask-for-information .col2 textarea {
	height: 100px;
}

.page-template-template-contact .entry-header h1.entry-title {
	margin-bottom: 1em;
}

/* 
Esto es para el caso especial de medidas y tallajes que como no 
tiene template especial hay que hacerlo por id
*/
#post-30484 .one_half, #post-30486 .one_half {margin-top : 1em;}
#post-30484 .one_half_last, #post-30486 .one_half_last {margin-top : 2em;}


/*, .page-template-template-who-we-are .end-page*/
.page-template-template-ask-for-information .wrap-ask-info, .page-template-template-newsletter .wrap-newsletter , .page-template-template-contact .entry-content {
	padding-bottom: 3em;
	border-bottom : 2px solid #8e783e;
}

.page-template-template-ask-for-information .col1 img {
    display: block;
    margin-bottom: 1.618em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    border: 8px solid #faefe1;
}

.newsletter-background .wrap-newsletter p {
	font-style: italic;
}

/*
.page-template-template-ask-for-information .content-area, .page-template-template-newsletter .content-area {
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.newsletter-background .wrap-newsletter p {
	font-style: italic;
}

.page-template-template-newsletter form label {
	display: block;
	font-style: italic;
}

.page-template-template-newsletter .wrap-newsletter p {
	font-size: 14px;
	line-height: 16px;
}

.page-template-template-newsletter form .enviar {
	margin-top: 1em;
}

.page-template-template-ask-for-information .hentry,  .page-template-template-newsletter  .hentry {
	border-bottom : 0;
}

.page-template-template-ask-for-information .col2 textarea, .page-template-template-ask-for-information form div input {
	width : 100% !important;
}


.page-template-template-ask-for-information .col1 {
	min-height : 500px;
}

.page-template-template-ask-for-information .col1 img {
    display: block;
    margin-bottom: 1.618em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    border: 8px solid #faefe1;
}

.page-template-template-ask-for-information textarea {
	max-height : 100px;
}

.page-template-template-ask-for-information .woocommerce-breadcrumb,  .page-template-template-newsletter .woocommerce-breadcrumb {
	margin-bottom: 0;
}
*/

@media screen and (min-width: 989px) {
	/*
	.page-template-template-ask-for-information .feedback-background {
		background: url('img/background-feedback.png') no-repeat;
		display : block;
		clear : both;
		min-height : 711px;
		padding : 6em 2em 2em 3em;
	}
	
	.page-template-template-newsletter .newsletter-background {
		background: url('img/background-newsletter.png') no-repeat;
		display : block;
		clear : both;
		min-height : 711px;
		padding : 6em 2em 2em 3em;
	}
	*/
	.page-template-template-newsletter .wrap-newsletter .col1 {
		width: 60%;
		float: left;
		padding-right: 3em;
	}
	
	.page-template-template-newsletter .wrap-newsletter .col2 {
		width: 38%;
		float: right;
	}
	
	.page-template-template-ask-for-information .col1 {
		width: 55%;
		float: left;
	}
	
	.page-template-template-ask-for-information .col2 {
		width: 40%;
		float:right;
		margin-top: -1em;
		
	}
/*	
	.page-template-template-who-we-are .col1 {
		width: 35%;
		float: left;
		margin-top: -1em;
	}
	
	.page-template-template-who-we-are .col2 {
		width: 68%;
		float:right;
		margin-top: -4em;
		margin-left: -3%;
	}
*/	
}

/* Cambios actualizacion 2016-06-05 VVVV */

#masthead .social img, #colophon .social img, .wrap-info-shop .social img {
	max-height: 24px;
	height : 24px !important;
}

.widget-area .widget a:not(.button) {
	text-decoration: none;
}

.widget-area .widget h4 {
    font-size: 1em !important;
    font-weight: 400 !important;
}

.woocommerce-breadcrumb {
	margin-bottom: 0em !important;
	padding-top: 0.8em;
    padding-bottom: 0em;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb span {
	color: #000;
}

.woocommerce-breadcrumb, #reviews .commentlist li .comment_container {
	background-color: transparent !important;
}

.single-product div.product .images .thumbnails {
    top: -3px;
}

h1 {
	font-size : 27px !important;
}

label {
	font-weight: 400 !important;
}

.woocommerce-active .site-header .site-header-cart {
	padding-top: 0 !important;
}

/* Cambios actualizacion 2016-06-05 ^^^^ */

/* cuenta */
.woocommerce-account .entry-header {
	margin-bottom: 1em;
}

.woocommerce-account .myaccount_user .hello {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #7b6d4e;
	font-style: italic;
}

.woocommerce-account .profile-logout {
	text-align: center;
	border-bottom: 1px solid #7b6d4e;
	padding-bottom : 1em;
	margin-bottom : 1em;
}


.woocommerce-account img.profile {
	height: 80px;
	display: inline;
}

.woocommerce-account .col2-set {
	width : 100%;
	border-bottom: 1px solid #7b6d4e;
}

.hentry {
	border-bottom : 0 !important;
}

/* input[type="search"] quite este por que nos interesaba que la busqueda en el widget vaya en negro */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea, .input-text {
	background-color: #fff !important;
}

.woocommerce-account .edit {
	font-style: italic;
	margin-bottom: 1em;
}

@media screen and (min-width: 989px) {
	.woocommerce-account .col2-set .col-1 {
		margin-right : 2em;
	}
	
	.woocommerce-account .col2-set .address {
		float : left;
		padding-right : 2em;
		border-right: 2px solid rgba(203,195,190,0.5);
	}
}

@media screen and (max-width: 1000px) {
	.site-info p, .site-info .address {
		clear : both;
		display: block;
		text-align: center;
	}
	
	.site-info .bullet {
		display : none;
	}
	
	.site-info .logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce-active .site-header .site-header-cart {
		border-top : none;
		padding: 0;
		margin: 0;
		min-width : 0px;
	}
	
	.site-header-cart > li:nth-of-type(2) {
		border-top : none;
		padding: 0;
		margin: 0;
	}
	
	.site-info .terms {
		display: block;
		text-align: center;
		line-height: 20px;
	}
	
	.woocommerce-active .site-logo-link {
		float: none;
	}
	
	.woocommerce-active .site-logo-link img {
		margin: auto;
		max-height: 20em;
	}
	
	.menu-toggle, .menu-toggle:hover {
		background: #000000;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	
	 button.menu-toggle:focus {
		outline-color: #000000;
		
	}
}

@media screen and (min-width: 768px) {
	.cart-collaterals .cart-extra-info-wrap {
	    float: left;
	    margin-right: 5.88235%;
	    width: 41.1765%;
	}
}

button.menu-toggle, button.menu-toggle:hover {
    cursor: pointer;
    text-align: left;
    float: right;
    position: absolute;
    top: 0.5em;
    right: -1em;
    border: 2px solid transparent;
    box-shadow: none;
    border-radius: 2px;
    padding: 0.3em 2.5em 0.3em 0.3em;
    height: 2em;
    min-width: 0px !important;
}
/*
button.menu-toggle span {
	display:none;
}
*/
@media screen (min-width: 850px) {
	.storefront-primary-navigation {
	    clear: both;
	    background: rgba(0,0,0,.06);
	    margin-left: -99em;
	    margin-right: -99em;
	    padding-left: 99em;
	    padding-right: 99em;
	}	
}

@media screen and (max-width: 768px) {
	#masthead .social {
	    float: none;
	    clear: both;
	    padding-top: 1em;
	}
	
	#masthead .social a span {
		display: none;
	}
	.site-header {
		padding-bottom: 0em;
	}
	.main-navigation {
	    padding-top: 1em;
	}
}

ul.products li.product .woocommerce-LoopProduct-link {
	display: inline !important;
}

#reviews .commentlist li .comment_container {
	color: #7b6d4e !important;
}

/* Cambios storefront 2.1.8 y woocommerce 4.7.4 VVVV */
/* Header */

.site-header, .secondary-navigation ul ul, 
.main-navigation ul.menu > li.menu-item-has-children:after, 
.secondary-navigation ul.menu ul, .storefront-handheld-footer-bar, 
.storefront-handheld-footer-bar ul li > a, 
.storefront-handheld-footer-bar ul li.search .site-search{
	background-color: #000 !important;
}

.site-header .alt-logo {
	display: none !important;
}

button.menu-toggle, button.menu-toggle:hover {
	background-color: #2c2d33 !important;
}

button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
	background-color: #fff !important;
}

.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
    color: #fff !important;
}

.wrap-top, .wrap-brand { clear :both; position: relative; }
.wrap-lang { 
	height : 1.5em; 
	float : left; 
	border-left: 1px solid #d5d9db;
	border-right: 1px solid #d5d9db;
}
.wrap-cart, .wrap-my-account { height : 1.5em; float : right; }
.wrap-search {
	position: absolute;
	bottom: -3.5em;
	right: 0em;
	width: 12em;
	border-left: 2px solid #847448;
	border-right: 2px solid #847448;
}
.wrap-my-account {
	margin-right : 0.5em;
	padding-right : 0.5em;
	border-right: 1px solid #d5d9db;
}
.wrap-my-account a {
    font-size: 1em;
    color: #d5d9db;
    font-weight: lighter;
    font-style: italic;
}
.wrap-lang a {
	padding-left : 0.5em;
	padding-right : 0.5em;
	height : 1.2em;
	font-style: normal !important;
	text-transform: uppercase;
	font-size: 80%;
	font-size: 0.7em;
	color: #d5d9db;
	font-weight: lighter;
	font-style: italic;
}

iframe[name="google_conversion_frame"] {
    margin-top: -10em;
    float: left;
}

.wrap-cart h4 {
	font-size: 1em;
	color: #d5d9db;
	font-weight: lighter;
	font-style: italic;
}
.main-navigation ul li a {
	color: #847448 !important;
}
.main-navigation ul.menu ul.sub-menu {
	background-color: #000000;
}

.cart-resume-top {
	margin-right : 1em;
	font-size: 70%;
	color: #717171;
}

.wrap-brand, .s8t-site-branding { text-align: center; }
.s8t-site-branding img {margin-top : 1em;}
.site-header .site-logo-anchor img, .site-header .site-logo-link img,
	.site-header .custom-logo-link img {
	width : 50%;
	display: inline;
}
.wrap-cart h4 .space {
	padding: 0 1em 0;
}
.wrap-cart h4:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    height: 1em;
    float: right;
    content: "\f291";
    line-height: 1.618;
}

/* grid sencillito */
.grid-row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="grid-col-"] {
    float: left;
    padding: 1em;
}
.grid-col-1 {width: 8.33%;}
.grid-col-2 {width: 16.66%;}
.grid-col-3 {width: 25%;}
.grid-col-4 {width: 33.33%;}
.grid-col-5 {width: 41.66%;}
.grid-col-6 {width: 50%;}
.grid-col-7 {width: 58.33%;}
.grid-col-8 {width: 66.66%;}
.grid-col-9 {width: 75%;}
.grid-col-10 {width: 83.33%;}
.grid-col-11 {width: 91.66%;}
.grid-col-12 {width: 100%;}

/* footer */
.wrap-footer .wrap-fitem {
	min-height: 12em;
	border-left: 1px solid #5d5c58;
	margin-bottom: 0.5em;
}
.wrap-footer h4 {
	font-size: 0.9em;
	font-weight:bold;
	font-style:normal;
	color: #7b6d4e;
}
.wrap-footer ul {
    margin: 0;
    list-style: none;
}

.wrap-footer li a, .wrap-footer .wrap-contact-info a {
	color: #8e8e8c !important;	
}

.wrap-footer .wrap-contact-info span.label {
	display: block;
	font-size: 0.9em;
}

.wrap-footer .wrap-contact-info a {
	margin-bottom: 0.5em;
    display: block;
}

.wrap-footer .wrap-contact-info a span {
	border-bottom: 1px solid #8e8e8c;
	padding-bottom: 0.2em;
}

.wrap-footer #mc_embed_signup form {
    margin-bottom: 1em;
}

.wrap-footer #mc_embed_signup input.email {
	background-color: #000 !important;
    border-top: 2px solid #7b6d4e;
    border-bottom: 2px solid #7b6d4e !important;
    color: #8e8e8c;
    padding: 0.5em;
    width: 75%;
    max-width: 227.781px;
}

#mc-embedded-subscribe {
    background: transparent!important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 3em;
    padding: 1em 0em 1em 0em;
    min-width: auto;
}

.wrap-footer .mce_inline_error {
	margin-top: 0.5em !important;
	font-size: 90%;
	font-weight: 100 !important;	
}

.wrap-footer #mce-error-response, .wrap-footer .news-resume {
	font-size: 90%;
	font-weight: 100 !important;
	font-style: italic;
	color: #8e8e8c;
	text-align: justify;
}

.wrap-footer #mce-error-response a {
	font-weight: 100 !important;
	text-decoration: underline;
	font-style: italic;
}

.social.on-footer {
	margin-bottom: 1em;
}

/* titulo */
.woocommerce-products-header {
	padding: 0 !important;
}

.woocommerce-products-header .term-description {
	display: none;
}

.woocommerce-products-header .page-title, .entry-header .entry-title {
	text-align: left;
    border-top: 1px solid #7b6d4e;
    border-bottom: 1px solid #7b6d4e;
	padding: 0.5em 0;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

.storefront-sorting {
	position: relative;
	background: url("img/free-shipping-01-es.png") no-repeat right center;
}

html[lang*="en"] .storefront-sorting {
	background: url("img/free-shipping-01-en.png") no-repeat right center;
}

.wrap-result-and-pagination {
    text-align: center;
}

.woocommerce-ordering, .woocommerce-result-count, .woocommerce-pagination {
	float:none !important;	
}
.woocommerce-ordering {
	position: absolute;
	top: 1.5em;
}
.storefront-sorting {
	margin-bottom: 1em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #8e8e8c;
}

.woocommerce-pagination .page-numbers .next, .woocommerce-pagination .page-numbers .prev {
	padding: 0.3342343017em 1.875em 0.3342343017em 0.875em !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
	color: #FFF !important;
}

.wrap-free-shipping {
	display: none;
	text-align: center;
    clear: both;
    background: url(img/background-free-shipping.png);
}

.wrap-free-shipping img {
	display: inline;
}

/* Este es el pie donde estan la paginacion etc... */
.columns-4 .storefront-sorting {
	text-align: center;
	border-top: 1px solid #8e8e8c;
}

ul.products li.product {
	margin-bottom: 2em !important;
}


/* Detalle de producto */
.woocommerce-variation-availability {display: none !important;}

.wrap-title-single-product {
	position: relative;
	height: 4.5em;
	border-bottom: 1px solid #8e783e;
	border-top: 1px solid #8e783e;
	clear : both;
	margin-top: 0.5em;
	background: url("img/free-shipping-02-es.png") no-repeat right 9.9em center;
}

.wrap-title-single-product .product_title {
	margin-top: 0.5em;
}

.storefront-full-width-content.single-product div.product .summary {
	margin-bottom: 0.7em !important;
}
/*
.storefront-full-width-content.single-product div.product .main-product-info {
	position: relative;
}
*/
.storefront-full-width-content.single-product div.product .main-product-info .photo-wrap {
	padding: 0 1em 0 0;
	width: 55%;
}

.storefront-full-width-content.single-product div.product .main-product-info .text-wrap {
	padding: 0.6em 0 0 0;
	width: 45%;
	/*
    position: absolute;
    bottom: 1em;
    right: 0;
    */
}

html[lang*="en"] .wrap-title-single-product {
	background: url("img/free-shipping-02-en.png") no-repeat right 9.9em center;
}

.wrap-title-single-product h1, .wrap-title-single-product h2 {
	float:left;
}

.wrap-title-single-product .button {
	float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 5.8em;
    width: 14em;
    
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.wrap-title-single-product a.button {
	padding: 1.6em 1.6em 0 1.6em;
    text-align: center;
}

/*
div.entry-content.single-product.simple-product {
	min-height: 11.3em;
}

div.entry-content.single-product.variable-product {
	min-height: 9.73em;
}
*/

/* Galeria */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	border: 8px solid #faefe1;
    -webkit-box-shadow: 2px 2px 3px 0px #A0A0A0;
    -moz-box-shadow: 2px 2px 3px 0px #A0A0A0;
    box-shadow: 2px 2px 3px 0px #A0A0A0;
	
	margin-bottom: 0.8em !important;
    margin-right: 4px;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0.5em !important;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 17.11111% !important;
    margin-right: 3.5111111111% !important;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 4px !important;
	margin-left: -4px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	margin-bottom: 0.5em !important;
}
/*
.woocommerce-product-gallery {
	margin-bottom : 0 !important;
}
.flex-viewport {
	border: 8px solid #faefe1;
	margin-right: 3px;
    -webkit-box-shadow: 2px 2px 3px 0px #A0A0A0;
    -moz-box-shadow: 2px 2px 3px 0px #A0A0A0;
    box-shadow: 2px 2px 3px 0px #A0A0A0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    clear: none !important;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
	height: 340px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0 0 0.5em 0 !important;
}

body.single-product div.product .images {margin-bottom : 0;}

ol.flex-control-nav {clear: both;}
ol.flex-control-nav li {
	margin-right: 0.5em;
	float: left;
}
ol.flex-control-nav li {
	display : inline;
	margin: 0 1.5em 0 0 !important;
}
ol.flex-control-nav li img {
	display : inline;
	max-width : 70px;
	border: 0.2em solid #faefe1 !important;
	-webkit-box-shadow: 2px 2px 3px 0px #A0A0A0;
	-moz-box-shadow: 2px 2px 3px 0px #A0A0A0;
	box-shadow: 2px 2px 3px 0px #A0A0A0;
}
*/

ol.flex-control-nav li img {
	border: 0.2em solid #faefe1 !important;
	-webkit-box-shadow: 2px 2px 3px 0px #A0A0A0;
	-moz-box-shadow: 2px 2px 3px 0px #A0A0A0;
	box-shadow: 2px 2px 3px 0px #A0A0A0;
}
/* Productos relaccionados */
section.related.products h2 {
    text-align: left !important;
    margin-top: 0.5em;
}
section.related.products li.last {
	float: right !important;
}
section.related.products li {
	width : 22% !important;
	margin-right: 3.9% !important;
}

/* Plantilla faq */
.faq-item {
	border-bottom: 1px dotted #7d6e52;
	padding-bottom: 0.5em;
	min-height: 40em;
	text-align: center;
}

.faq-item .wrap-img-faq {
	height : 350px;
	position:relative;
}

.faq-item .wrap-img-faq img {
	margin:auto; /* Required */
	position:absolute; /* Required */
	bottom:0; /* Aligns at the bottom */
	left:0;right:0; /* Aligns horizontal center */
}

.faq-item .wrap-sep-faq {
	border-top: 1px solid #7d6e52;
    border-bottom: 1px solid #7d6e52;
    height: 0.8em;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
}

.faq-item .wrap-sep-faq h3 {
    color: #FFF;
    border-radius: 50%;
    display: inline-block;
    background-color: #7d6e52;
    width: 2em;
    height: 2em;
    padding: 0.3em 0;
    line-height: 1.2em;
    text-align: center;
    /* margin-left: 45%; */
    font-size: 1.2em;
    margin-top: -0.7em;
    margin-left: -0.7em;
    position: absolute;
}
.faq-item h2.wrap-title-faq {
    color: #7d6e52;
    text-align: center;
    font-size: 1.5em;
    border-bottom: 1px solid #7d6e52;
    padding: 0 0 0.5em 0;
    margin: 0.5em 0 0.5em 0;
}
.faq-item ul {
	list-style: none;
	margin:0;
}
.faq-item .wrap-content-faq {

}
.faq-item .wrap-content-faq a {
	font-weight: bold;
	text-decoration: underline;
}
.faq-item .alt-color {
	color: #7d6e52;
	font-size: 1.2em;
}

/* Plantilla terminos y condiciones */
.wrap-terms [class*="grid-col-"] {
	padding: 1em 0 0 0;
}
.wrap-terms br {
	display: none;
}
.wrap-terms .term-item {
	margin-bottom: 2.5em;	
}
.wrap-terms h2 {
	font-size: 20px;
}
.wrap-terms h2, .wrap-terms h3 {
    margin: 0 0 0.5em 0;
    padding: 0;
}
.wrap-terms li {
	margin-bottom: 1em;
}
.wrap-terms .grid-col-6.first {
	padding-right: 1.5em;
}
.wrap-terms .grid-col-6.seccond {
	padding-left: 1.5em;
}
.wrap-terms [class*="grid-col-"], .wrap-terms [class*="grid-col-"] p, .wrap-terms [class*="grid-col-"] li, .wrap-terms .wrap-content-term {
	text-align: justify;
	font-size: 14px;
	font-style: italic;
}
.wrap-terms .subsection-availability {
	margin : 1em 0 1em 0;
	padding : 0.5em 0 0.5em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.wrap-terms .wrap-remember {
	border-top: 1px solid #9f937d;
	border-bottom: 1px solid #9f937d;
}
.wrap-terms .wrap-remember .wrap-inner-term {
	background: url(img/hand-marker.png) no-repeat left top;
    background-color: rgba(203, 196, 188, 0.5);
    margin: 0.5em 0 0.5em 0;
    padding: 0.5em 5em 0.5em 5em;
}
.wrap-terms .wrap-remember .wrap-inner-term h2 {
	color:#b9141d;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
}
.wrap-terms .wrap-remember .wrap-inner-term h3 {
	color:#b9141d;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-style: normal;
	font-size: 18px;
	text-align: left;
}
.wrap-terms .subsection-availability, .wrap-terms .subsection-availability p {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.s8t-sc-link {
	display: block;
	text-align: center;
	text-decoration: underline;
	margin-top: 1em;
}

/* Checkout */
.storefront-full-width-content.woocommerce-products-header, 
.storefront-full-width-content.woocommerce-account .entry-header, 
.storefront-full-width-content.woocommerce-cart .entry-header, 
.storefront-full-width-content.woocommerce-checkout .entry-header {
	padding : 0 0 0.5em 0 !important;
}

.storefront-full-width-content.woocommerce-cart .coupon {
	margin-top: 0.3em;
}

table.cart td.actions input.button, .wc-proceed-to-checkout .button {
	height: 2.9em;
    font-size: 0.9em !important;
    margin-top: 0.3em;
}

.storefront-full-width-content.woocommerce-cart .coupon input.button {
	margin-top: 0;
}

.wc-proceed-to-checkout a.button {
 	padding-top: 1em;
 	margin-top: 0;
}

.woocommerce-checkout form.woocommerce-checkout h3 {
    border-bottom: 2px solid rgba(215, 211, 208, 0.6);
    padding-bottom: 0 !important;
    margin-bottom: 0.5em !important;
    font-size: 1.2em;
}

.woocommerce-checkout form.woocommerce-checkout .input-text {
	font-size: 0.7em;
    box-shadow:inset 3px 2px 2px #eee;
    -moz-box-shadow:inset 3px 2px 2px #eee;
    -webkit-box-shadow:inset 3px 2px 2px #eee;
}

.woocommerce-checkout form.woocommerce-checkout .form-row.woocommerce-invalid input.input-text {
    box-shadow:inset 3px 2px 2px #eee !important;
    -moz-box-shadow:inset 3px 2px 2px #eee !important;
    -webkit-box-shadow:inset 3px 2px 2px #eee !important;
    border-right: 4px solid rgba(226, 64, 28, 0.36);
}

.woocommerce-checkout form.woocommerce-checkout .form-row.woocommerce-validated input.input-text {
    box-shadow:inset 3px 2px 2px #eee !important;
    -moz-box-shadow:inset 3px 2px 2px #eee !important;
    -webkit-box-shadow:inset 3px 2px 2px #eee !important;
    border-right: 4px solid rgba(15, 131, 77, 0.15)
}

.select2-container, .country_select {
	max-width: 120px;
}

.woocommerce-checkout form.woocommerce-checkout #billing_country_field, 
.woocommerce-checkout form.woocommerce-checkout #shipping_country_field {
    height: 4.5em;
	background: url(img/free-shipping-02-es.png) no-repeat right center;
}

html[lang*="en"] .woocommerce-checkout form.woocommerce-checkout #billing_country_field, 
html[lang*="en"] .woocommerce-checkout form.woocommerce-checkout #shipping_country_field {
	background: url(img/free-shipping-02-en.png) no-repeat right center;
}

body.woocommerce-lost-password div.entry-content div.woocommerce {
	padding: 2em;
    background-color: rgba(215, 211, 208, 0.6);
    border: 1px solid;
    text-align: center;
}

body.woocommerce-lost-password div.entry-content div.woocommerce p {
	text-align: center;
}
body.woocommerce-lost-password div.entry-content div.woocommerce .form-row{
	width: 100% !important;
}
body.woocommerce-lost-password div.entry-content div.woocommerce label {
    font-weight: bold !important;
    margin-bottom: 0.5em;
}

body.woocommerce-lost-password div.entry-content div.woocommerce input {
	width: 90%;
    max-width: 300px;
    font-size: 1em;
}

/* Widget de promocion */ 
.promotion-wrap {
	min-height: 370px;
	position: relative;
}

ul.products li.product.promotion-wrap h2.woocommerce-loop-product__title {
    white-space: normal;
    text-align: center;
    color: #954327;
    font-weight: bold;
    font-size: 1em;
}
ul.products li.product.promotion-wrap p {
    text-align: center;
    font-size: 0.9em;
}
ul.products li.product.promotion-wrap img.separator, ul.products li.product.promotion-wrap img.promo-label {
	border: 0;
}

ul.products li.product.promotion-wrap img.promo-label {
	position: absolute;
	top:0;
	left:0;
}

/* Template who we are */
.page-template-template-who-we-are .hentry {
	border-bottom: none !important;
	margin: 0 0 0 !important;
	padding-bottom: 1em !important;
}
.wrap-wwa-content {
	padding-left: 0;
}
.wrap-wwa-content .entry-content p {
	text-align: justify;
}

@media screen and (max-width: 1150px) {
	/*
	div.entry-content.single-product.simple-product, div.entry-content.single-product.variable-product  {
		min-height: auto;
	}
	*/
	/*
	.flex-viewport, .flex-viewport .woocommerce-product-gallery__image {
		max-height: 350px;
	}
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		height: auto !important;
	}
	
	ol.flex-control-nav li {
		margin:0 11% 0 0 !important;
	}
	*/
	body.single-product div.add-cart-row {
		border-bottom: 0;
	}
	
	body.single-product .cart .add-cart-row .first-col {
		width: 60%;
		border-bottom: 2px solid rgba(203,195,190,0.5);
	}
	
	body.single-product .cart .add-cart-row .second-col {
		width: 40%;
		background: url(img/triptic-bg-price.png) repeat;
		border-bottom: 2px solid rgba(203,195,190,0.5);
	}
	
	body.single-product .cart .add-cart-row .third-col {
		clear: both;
		background: none;
		width: 100%;
		text-align: right;
		min-height: auto;
	}
	
	body.single-product div.add-cart-row div.third-col .button {
		width: 100%;
		margin-top: 0.5em;
	    height: auto;
	    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%) !important;
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(100%, rgba(0,0,0,1))) !important;
	    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%) !important;
	    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%) !important;
	    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%) !important;
	    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 100%) !important;
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000', GradientType=0 ) !important;
	    -webkit-box-shadow: 2px 2px 3px 0px #A0A0A0 !important;
	    -moz-box-shadow: 2px 2px 3px 0px #A0A0A0 !important;
	    box-shadow: 2px 2px 3px 0px #A0A0A0 !important;
	}
	
	body.single-product div.add-cart-row div.third-col a.button {
		padding-top: 0.5em;
	}
}

@media screen and (max-width: 1101px) {
	.wrap-footer [class*="grid-col-"] {
		width: 50%;
	}
	
	.social.on-footer {
		margin-top: 1em;
    	text-align: center;
	}
	
	.wrap-result-and-pagination {
		margin-left: -4em;
	}
}

@media screen and (max-width: 1030px) {
	.storefront-sorting {
		background: none;
	}
	
	html[lang*="en"] .storefront-sorting {
		background: none;
	}
	
	.woocommerce-products-header {
		background: url("img/free-shipping-01-es.png") no-repeat right center;
	}
	
	html[lang*="en"] .woocommerce-products-header {
		background: url("img/free-shipping-01-en.png") no-repeat right center;
	}
	
	.wrap-result-and-pagination, .columns-4 .storefront-sorting {
	    text-align: right;
	}
	
	.woocommerce-pagination {
    	float: right !important;
	}
}

@media screen and (max-width: 939px) {
	.wrap-footer .col-wrap-contact-info, .wrap-footer .col-wrap-newsletter {
		width: 100%;
		clear: both;
		min-height: auto;
		border-left: none;
		border-top: 1px dotted #5d5c58;
	}
}

@media screen and (max-width: 900px) {
	.grid-row.table-2-columns [class*="grid-col-"],
	.wrap-wwa-content-row [class*="grid-col-"] {
		clear: both;
		width: 100%;
		padding: 0;
	}
	
	.table-2-columns .faq-item {
		min-height: auto !important;
		margin-top: 1em;
	}
	
	.faq-item .wrap-img-faq {
		height: auto;
		position: inherit;
	}
	
	.faq-item .wrap-img-faq img {
		position: inherit;
	}
}

@media screen and (max-width: 860px) {
	.page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product, .storefront-full-width-content .site-main .columns-4 ul.products li.product {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	
	ul.products li:nth-child(even) {
		float: right !important;
		margin-right: 0 !important;
	}
	
	.site-main .columns-4 ul.products li.product span.amount {
		font-size: 80%;
	}
	
	.site-main .columns-4 ul.products li.product a.more-info {
		font-size: 70%;
	}
	
	
	
}


@media screen and (max-width: 830px) {
	.wrap-title-single-product {
		background: none;
	}
	.wrap-title-single-product .button {
		display: none;
	}
	.wrap-returned-policy-alt {
		background: url(img/background-free-shipping.png);
		display: block !important;
		text-align: center;
	    overflow: hidden;
	    width: 100%;
	    margin-top: -5em;
	}
	
	.wrap-returned-policy-alt img {
	    margin-left: -1.3em;
	    margin-top: -1em;
	    margin-bottom: -1.2em;
	    display: inline-block;
	}
	
	body.single-product .cart .grid-row [class*="grid-col-"], 
	.wrap-double-separator .grid-row [class*="grid-col-"], 
	.storefront-full-width-content.single-product div.product .main-product-info .photo-wrap, 
	.storefront-full-width-content.single-product div.product .main-product-info .text-wrap {
		clear: both;
		width: 100%;
		padding: 0;
	}
	
	.storefront-full-width-content.single-product div.product .main-product-info .text-wrap {
	    position: relative;
	    bottom: auto;
	    right: auto;
	}
	
	/*
	div.entry-content.single-product.simple-product, div.entry-content.single-product.variable-product  {
		min-height: auto;
	}
	*/
	/*
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		height: auto !important;
	}
	
	ol.flex-control-nav li {
		width : auto !important;
		margin:0 0.3em 0 0 !important;
	}
	*/
	body.single-product div.add-cart-row {
		border-bottom: none;
	}
	
	body.single-product div.add-cart-row div.first-col .inner-first-col {
    	margin-left: -110px;
	}
	
	body.single-product .cart .add-cart-row .first-col {
		clear: both;
		width: 100%;
		text-align: center;
		background: url(img/triptic-bg-qty.png) repeat;
		padding-left: 50%;
		border-bottom: 2px solid rgba(203,195,190,0.5);
		min-height: auto;
    	padding-top: 0.5em;
    	padding-bottom: 0.5em;
	}
	
	body.single-product .cart .add-cart-row .second-col {
		clear: both;
		width: 100%;
		text-align: center;
		background: url(img/triptic-bg-price.png) repeat;
		border-bottom: 2px solid rgba(203,195,190,0.5);
		min-height: auto;
    	padding-top: 0.5em;
    	padding-bottom: 0.5em;
	}
	
	body.single-product .cart .add-cart-row .third-col {
		clear: both;
		width: 100%;
		text-align: center;
		min-height: auto;
    	padding-top: 0.5em;
    	padding-bottom: 0.5em;
	}
	body.single-product .cart .add-cart-row .third-col .button {
		width: 100%;
		margin-top: 0 !important;
	}
	
	body.single-product div.form-info-content {
		border-left: none;
		padding: 0.5em 0;
		margin-top: 0.5em;
		border-top: 2px solid rgba(203,195,190,0.5);
	}
	
	section.related.products li.product {
	    width: 48% !important;
	    float: left;
	    margin-right: 0.2em !important;
	}
	
	body.single-product div.form-info-content p, .wrap-return-policy h4, .wrap-return-policy p {
		margin: 0;
	}
	.wrap-return-policy h4 {
		margin: 0.5em 0 0.5em 0;
	}
}

@media screen and (max-width: 768px) {
	.site-header .custom-logo {
		display: none !important;
	}
	
	#masthead {
		padding-bottom: 0;
	}

	.wrap-cart, .wrap-my-account, .wrap-search {
		display: none;
	}
	.wrap-brand .custom-logo-link img {
		width : 98% !important;
	}
	
	.wrap-brand .custom-logo-link img.alt-logo {
		display: inline !important;
    	max-height: 90px;
    	width: auto !important;
		max-width: 10em;
		margin-top: -1em;
	}
	
	.main-navigation .handheld-navigation {
		display: none;
	}

	.main-navigation.toggled .handheld-navigation {
		display: block;
	}
	
	.woocommerce-products-header{
		background: none;
		border: 0;
	}
	
	.woocommerce-products-header .page-title, .entry-header .entry-title {
		border: 0;
		padding: 0;
		margin: 0;
	}
	
	html[lang*="en"] .woocommerce-products-header {
		background: none;
	}
	
	.wrap-free-shipping {
		display: block;
	}  
	
	.wrap-result-and-pagination, .columns-4 .storefront-sorting {
		margin: 0;
	    text-align: left;
	}
	
	ul.products li.product {
		margin-bottom: 1em !important;
	}
    
	.woocommerce-pagination {
    	float: left !important;
    	width: 100%;
    	border-top :  2px solid rgba(0, 0, 0, 0.15);
    	border-bottom :  2px solid rgba(0, 0, 0, 0.15);
    	margin-bottom: 0.5em;
		padding: 0.5em 0;
	}
	
	.woocommerce-ordering {
		position:relative;
		top: auto;
		float: left;
		margin-top:0.5em;
		margin-bottom:0.5em;
	}
	
	.storefront-sorting {
		border: 0;
		margin-bottom: 0.6em;
		padding-bottom: 0em;
	}
	
	/* checkout */
	body.woocommerce-cart form.woocommerce-cart-form, body.woocommerce-cart table.cart {
		margin-bottom: 0.5em;
	}
	
	body.woocommerce-cart .product-thumbnail {
		padding: 1em;
	}

	body.woocommerce-cart tr.cart_item td.product-name, 
	body.woocommerce-cart tr.cart_item td.product-price,
	body.woocommerce-cart tr.cart_item td.product-quantity {
		border-bottom: 1px solid rgba(203,195,190,0.5);
		padding-bottom: 0.5em;
	}
	
	body.woocommerce-cart tr.cart_item td.product-quantity input {
		border: 0;
		box-shadow: none;
		background-color: transparent !important;
	}
	
	table.cart td.actions .coupon {
		padding-bottom: 0;
		margin-bottom: 0.3em;
		border-bottom: 0;
	}
}

@media screen and (max-width: 481px) {
	.wrap-footer-logo-alt {
		text-align : center;
		display: block !important;
	}
	
	.wrap-footer-logo-alt img {
	    margin-top: -2em;
    	display: inline-block;
    	max-width: 6em;
	}
	
	.wrap-footer [class*="grid-col-"] {
		clear: both;
		width: 100%;
	}
	
	.wrap-footer .wrap-fitem {
		min-height: auto;
		border-left: none;
		border-top: 1px dotted #5d5c58;
	}
	
	ul.products li.product.promotion-wrap h2.woocommerce-loop-product__title {
	    font-size: 0.9em;
	}
    
	ul.products li.product.promotion-wrap p {
	    font-size: 0.7em;
	}
	
	ul.products li.product .price {
		font-size: 150%;
	}
}

/* Cambios storefront 2.1.8 y woocommerce 4.7.4 ^^^ */