/* Custom styles or affecting plugins styles */
/* This styles are set after all the other styles */

/* Website Styles */
body:not(.home) .entry-content {
	margin: 0px 9% 40px 9%;
}
body {
	position: relative;
}
.home .vc_row,
.vc_row {
	margin: 0px;
}
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding: 0px;
}
.error404 h1.entry-title {
	display: none;
}
.error404 .entry-content img {
	width: 60%;
    margin: 0px auto;
    margin-top: 100px;
}
h1, h2, h3, h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	color: #5a5a5a;
}
h3, h4 {
	font-weight: 500;
}
p a {
	font-weight: normal;
	color: #5a5a5a;
	text-decoration: none;
}
p a:hover {
	color: #9CB41F;
}
body:not(.home) .entry-header h1, 
.error404 h1.entry-title {
	color: #9CB41F;
}

/* Header */
.mainHeaderMB .responsiveTitleMenu {
	display: none;
	}
.textCerrarMenu{
	flex: 0.92;
	padding: 19px 0px 11px 39px;
}


.home .site-inner .entry-content > div:first-child,
body:not(.home) .site-inner {
	padding-top: 83px;
}
.header-image .site-header .title-area {
	position: fixed;
	top: 0px;
	z-index: 9999;
	width: 152px;
    height: 86px;
	background-size: contain;
	box-shadow: none;
    border-radius: 0;
}
.admin-bar.header-image .site-header .title-area {
	top: 30px;
}
.header-image .site-header .title-area:hover {
	opacity: 0.85;
}
.site-header, 
.nav-primary {
	position: static;
	background: transparent;
	box-shadow: none;
}
.mainHeaderMB {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #9CB41F;
	background-size: cover;
	box-shadow: 0px 0px 9px 3px rgb(41 41 41 / 45%);
}
.nav-primary #menu-mainmenu li {
	border-right: 1px solid #fff;
}
.nav-primary #menu-mainmenu li.facebookIcon,
.nav-primary #menu-mainmenu li.instagramIcon {
	padding: 0px 5px 0px 5px;
    border: none;
}
.nav-primary #menu-mainmenu li.facebookIcon {
	padding: 0px 5px 0px 20px;
}
.nav-primary #menu-mainmenu li.whatsappIcon { 
	padding: 0px 20px 0px 5px;
}
.nav-primary .facebookIcon a,
.nav-primary .instagramIcon a,
.nav-primary .whatsappIcon a {
	display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 6px;
}
.nav-primary .facebookIcon a span,
.nav-primary .instagramIcon a span,
.nav-primary .whatsappIcon a span {
	display: none;
}
.nav-primary .facebookIcon a:before,
.nav-primary .instagramIcon a:before,
.nav-primary .whatsappIcon a:before {
    content: "\f39e";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-primary .facebookIcon a:before {
	content: "\f39e";
}
.nav-primary .instagramIcon a:before {
	content: "\f16d";
}
.nav-primary .whatsappIcon a:before {
	content: "\f232";
}
.site-header #menu-mainmenu li a { 
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-header #menu-mainmenu li a:hover, 
.site-header #menu-mainmenu li.current-menu-item > a, 
.site-header #menu-mainmenu li.current-menu-parent > a {
	color: #56600F;
	text-decoration: none;
}
.nav-primary .facebookIcon a:hover,
.nav-primary .instagramIcon a:hover,
.nav-primary .whatsappIcon a:hover {
	color: #56600F;
	border: 1px solid #56600F;
}
.nav-primary .facebookIcon a:hover:before, 
.nav-primary .instagramIcon a:hover:before,
.nav-primary .whatsappIcon a:hover:before {
	color: #56600F;
}
.mainHeaderMB .myShoppingCart {
	position: absolute;
    bottom: 32px;
    right: 5%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mainHeaderMB .myShoppingCart:hover {
	color: #56600F;
}
.mainHeaderMB .myShoppingCart span {
	display: inline-block;
	margin-left: 8px;
	padding: 1px 6px;
	background: #fff;
	font-size: 10px;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mainHeaderMB .myShoppingCart:hover span {
	color: #fff;
	background: #56600F;
}
.site-header #menu-mainmenu .menu-item .sub-menu {
	position: absolute;
    left: 0px;
	width: 100%;
	margin-top: 30px;
    padding: 0px 0px 0px 0px;
    background: #9CB41F;
	border-radius: 0;
}
.site-header #menu-mainmenu .menu-item.menu-item-has-children a {
	position: relative;
}
.site-header #menu-mainmenu .menu-item.menu-item-has-children a:after {
	content:'';
	position: absolute;
	top: 35px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 18px solid #9CB41F;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-header #menu-mainmenu .menu-item.menu-item-has-children:hover a:after { 
	opacity: 1;
}
.site-header #menu-mainmenu .menu-item .sub-menu {
	display: flex;
	justify-content: center;
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.site-header #menu-mainmenu .menu-item:hover .sub-menu {
	display: flex;
	height: 70px;
}
.site-header #menu-mainmenu .menu-item .sub-menu:before {
	content: ' ';
	position: absolute;
	width: 100%;
	background: transparent;
	height: 30px;
	margin-top: -30px;
}
.site-header #menu-mainmenu .menu-item .sub-menu li {
	padding: 25px;
    border: none;
}
.site-header #menu-mainmenu .menu-item .sub-menu li a {
	color: #fff;
}
.site-header #menu-mainmenu .menu-item .sub-menu li a:hover {
	color: #9CB41F;
}
.site-header #menu-mainmenu li:last-child {
	margin-right: 66px;
	padding-right: 20px;
}
.logged-in .site-header #menu-mainmenu .mainMenuRegister {
	display: none;
}

/* Footer */
.site-footer .wrap {
	background-color: #9CB41F;
}
.site-footer p {
	font-weight: normal;
}

/* Home */
.homeTitleSection {
	padding:9% 0px 5% 0px;
}
.homeTitleSection .wpb_text_column {
	margin:0px;
}
.homeTitleSection h1 {
  	text-align: center;
}
.homeSectionPorducts > div {
	padding: 0px 8% 5% 8%;
}
.homeSectionPorducts .productGridTitle,
.homeSectionPorducts .vc_grid.vc_row .vc_grid-item .productGridStock.wpb_content_element {
	margin: 0px;
}
.homeSectionPorducts .productGridPrice {
	margin: 10px 0px 0px 0px;
  	font-size: 16px;
  	font-weight: normal;
  	line-height: 1.5;
  	text-align: left;
  	color: #5a5a5a;
}
.homeSectionPorducts h3 {
	margin: 0px;
	font-size: 18px;
  	font-weight: 500;
  	line-height: 1.2;
  	text-align: left;
  	color: #5a5a5a;
}
.homeSectionPorducts h4 {
  	font-size: 16px;
  	font-weight: 300;
  	line-height: 1.67;
  	text-align: left;
  	color: #5a5a5a;
}
.homeSectionImage figure,
.homeSectionImage .vc_single_image-wrapper {
	width: 100%;
}
.homeSectionImage .wpb_single_image {
	margin: 0px;
}
.homeSectionImage img {
	height: 480px;
    width: 100%;
    object-fit: cover;
	object-position: center 10%;  
}
.homeFormSection {
	padding: 7% 6% 5% 6%;
}
.homeFormSection .formLeft {
	
}
.homeFormSection .formRight {
	padding: 0px 0px 0px 8%;
}
.homeFormSection .formTitle {
	margin: 0px 0px 5px 0px;
  	text-align: left;
}
.homeFormSection .formContenDescription {
	margin: 0px 0px 10px 0px;
  	font-size: 16px;
  	font-weight: normal;
  	line-height: 1.67;
  	text-align: left;
  	color: #5a5a5a;
}

.homeSectionPorducts .vc_custom_1419240516480{
 background-color: #fff !important;
}

.formContac input, 
.formContac textarea, 
.formContac select {
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.67;
	border-radius: 5px;
	background-color: #fff;
	padding: 15px 5px 15px 5px;
	border: 1px solid #9CB41F;
}
.formContac input::placeholder,
.formContac textarea::placeholder {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.67;
	color: #5a5a5a;
}
.formContac input,
.formContac textarea{
	width: 97%;
}
.formContac {
  padding: 8% 5% 8% 5%;
  border-radius: 5px;
  background-color: #D7E2AA;
  color: #5a5a5a;
  font-weight: 300;
}
.formContac input[type="submit"]{
	width: 40%;
	min-width: 170px;
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
  	font-weight: 600;
  	line-height: 1.5;
	text-align: center;
	padding: 15px 10px 15px 10px;
	background-color: #9CB41F;
	color:#fff;
	cursor: pointer;
	border: none;
	box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.formContac input[type="submit"]:hover {
	opacity: 0.6;
}
.formContac .homeContactRequired {
	margin-bottom: 20px;
}
.formContac .homeContactSubmit {
	position: relative;
	margin: 0px;
	text-align: center;
}
.formContac .wpcf7-spinner {
	position: absolute;
	top: 15px;
}


/* WooCommerce Home */
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    background: #D7E2AA55;
    border-top-color: #9CB41F !important;
}
.woocommerce-notices-wrapper a.button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    text-transform: uppercase;
    background-color: #9CB41F;
    border-radius: 0px;
}
.woocommerce-notices-wrapper a.button:hover {
	color: #fff;
	background-color: #9CB41F;
	opacity: 0.85;
}
.woocommerce-message {
    border-top-color: #9CB41F;
}
.woocommerce-message::before {
	color: #9CB41F;
}


/* Tienda */
body:not(.home).woocommerce-shop .entry-content {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	margin: 0px;
	margin-bottom: 40px;
}
body:not(.home).woocommerce-shop .entry-header {
	display: none;
}
body:not(.home).woocommerce-shop .vc_row {
	margin: 0px;
}
.woocommerce-shop .post-edit-link, 
.woocommerce-shop .vc_load-inline-editor,
.woocommerce-shop #vc_load-inline-editor {
	position: absolute;
	bottom: 0px;
	left: 15px;
}
.woocommerce-shop #vc_load-inline-editor { 
	bottom: 25px;
}
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 1em;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #9CB41F;
    color: #fff;
}
.woocommerce-shop .woocommerce-page.columns-3 ul.products li.product, 
.woocommerce-shop .woocommerce.columns-3 ul.products li.product {
	
}
.woocommerce-shop .woocommerce ul.products li.product a img {
	margin-bottom: 4px;
}
.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0.5em 0 4px 0px;
}
.woocommerce-shop .shopTitleCategories {
	display: none;
}
.woocommerce-shop .woocommerce.columns-3 {
	flex: 1;
    margin-left: 3%;
    margin-right: 9%;
	box-sizing: content-box;
}
.woocommerce-shop .woocommerce .woocommerce-ordering select {
	-webkit-appearance:none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.33;
	padding: 11px 20px 11px 16px;
	margin: 0px;
	color: #707070;
	border: 1px solid #2e2e2e;
	border-radius: 0px;
}
.woocommerce-shop .woocommerce ul.products li.product .button {
	display: none;
}
.woocommerce-checkout .mp-input-document .mp-input .mp-document {
	padding: 4px!important;
}

/* Product Detail Page */
body:not(.home).single-product .entry-header {
	display: none;
}
.single-product .woocommerce-message {
	margin-bottom: 15px;
}
.single-product .shopTitleCategories {
	display: flex;
	justify-content: center;
}
.single-product .shopBreadcrumpWrap {
	padding: 0px 0px 55px 0px;
}
.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
.single-product .woocommerce div.product div.summary {
	flex-basis: 50%;
}
.single-product.woocommerce-page div.product .woocommerce-tabs,
.woocommerce .single-product .related.products {
	flex-basis: 100%;
	padding-top: 35px;
	margin-top: 15px;
    border-top: 1px solid #2e2e2e;
}
.single-product .woocommerce div.product div.summary {
	position: relative;
	padding: 0px 0px 0px 4%;
}
.single-product .woocommerce div.product .product_title {
	font-size: 26px;
	line-height: 1.33;
	color: #2e2e2e;
}
.single-product .woocommerce-product-details__short-description {
	margin: 40px 0px 30px 0px;
	font-size: 14px;
    font-weight: normal;
}
.woocommerce div.product form.cart .variations {
	margin: 0px;
}
.single-product .woocommerce div.product form.cart .variations td {
	display: block;
}
.single-product .woocommerce div.product form.cart .variations tr {
	display: block;
	margin-bottom: 10px;
}
.single-product .woocommerce div.product form.cart .variations td.label {
	padding: 0px 0px 0px 0px;
}
.single-product .woocommerce div.product form.cart .variations label { 
	font-size: 14px;
    font-weight: normal;
    color: #707070;
}
.single-product .woocommerce div.product .reset_variations {
	display: none !important;
}
.single-product .woocommerce div.product .productPriceWrap {
	display: flex;
	align-items: center;
	padding: 22px 0px;
	margin-top: 20px;
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.33;
	color: #2e2e2e;
	border-top: 3px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	text-align: right;
}
.single-product .woocommerce div.product .productPriceWrap .priceTitle {
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #707070;
}
.single-product .woocommerce div.product .productPriceWrap .price {
	flex: 1;
	font-size: 32px;
}
.single-product .variations_form .woocommerce-variation.single_variation,
body.single-product .woocommerce div.product .stock.simpleProduct {
	position: absolute;
	top: 35px;
	margin: 0px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.single-product .variations_form .woocommerce-variation.single_variation .woocommerce-variation-price > span {
	margin-right: 40px;
}
.single-product .woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0px 0px 12px 0px;
}
.single-product .woocommerce div.product form.cart .button {
	float: none;
	width: 100%;
	padding: 16px 5px 15px 5px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #fff;
	text-transform: uppercase;
	background-color: #9CB41F;
	border-radius: 0px;
}
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
	display: none;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px;
	text-align: center;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
	position: static;
	margin: 0px;
	padding: 0px 20px;
	border: none;
	border-radius: 0px;
	border-right: 2px solid #707070;
	background: transparent;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	padding-left: 0px;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	padding-right: 0px;
	border-right: none;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before {
	content: none;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	color: #707070;
	text-transform: uppercase;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	color: #2e2e2e;
}
.single-product .woocommerce div.product .woocommerce-tabs .panel h2,
.single-product .woocommerce .single-product .related.products > h2 {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #2e2e2e;
}
.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description.panel p {
	margin-left: 2%;
}
.single-product .dwspecs-product-table .dwspecs-product-table-group .group-title {
	display: none;
}
.single-product .dwspecs-product-table table tr,
.single-product .woocommerce table.shop_attributes tr {
	display: flex;
	border-bottom: 1px solid #707070;
}
.single-product .dwspecs-product-table .dwspecs-product-table-group {
	margin-bottom: 0px;
}
.single-product .dwspecs-product-table table tr th:first-child, 
.single-product .dwspecs-product-table table tr td:first-child,
.single-product .dwspecs-product-table table tr th, 
.single-product .dwspecs-product-table table tr td,
.single-product .woocommerce table.shop_attributes th,
.single-product .woocommerce table.shop_attributes tr td {
	width: auto;
	height: auto;
	padding: 1rem 1.25rem;
	background: transparent;
	border: none;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.33;
	text-align: left;
	color: #707070;
}
.single-product .dwspecs-product-table table tr th:first-child, 
.single-product .dwspecs-product-table table tr td:first-child,
.single-product .woocommerce table.shop_attributes th {
	width: 25%;
}
.single-product .dwspecs-product-table table tr th:last-child, 
.single-product .dwspecs-product-table table tr td:last-child,
.single-product .woocommerce table.shop_attributes tr td {
	flex: 1;
}
.single-product .woocommerce table.shop_attributes {
	border: none;
}
.single-product .woocommerce-Tabs-panel--additional_information h2 {
	display: none;
}
.single-product .woocommerce table.shop_attributes tr:nth-child(even) td, 
.single-product .woocommerce table.shop_attributes tr:nth-child(even) th {
	background: transparent;
}
.single-product .woocommerce table.shop_attributes td p {
	margin: 0px;
	padding: 0px;
}
.single-product .woocommerce .related.products ul.products li.product .button {
	display: none;
}
.single-product .attribute_pa_tamano .select_option span {
	width: 50px;
}
.pswp--open {
	z-index: 9999999;
}
body .pswp--animated-in .pswp__bg {
	background-color: rgba(0,0,0,0.9);
}
.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
	display: flex;
	height: auto;
    max-height: 500px;
    float: none;
	margin-bottom: 40px;
}
.single-product .woocommerce div.product div.images.woocommerce-product-gallery.noImageGallery {
	max-height: none;
}
.single-product .woocommerce .flex-viewport {
	position: relative;
	flex: 1;
	margin: 0px;
}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a img {
	object-fit: contain;
    height: 500px;
} 
.single-product .woocommerce div.product div.images.noImageGallery .woocommerce-product-gallery__image a img.wp-post-image {
    height: auto;
} 
.single-product .woocommerce div.product div.images .flex-control-thumbs {
	flex-basis: 125px;
    width: 125px;
	height: 500px;
}
.single-product .woocommerce .woocommerce-product-gallery .galleryIconUp,
.single-product .woocommerce .woocommerce-product-gallery .galleryIconDown {
	position: absolute;
	top: -35px;
	right: 50px;
	color: #9CB41F;
	font-size: 35px;
	cursor: pointer;
}
.single-product .woocommerce .woocommerce-product-gallery .galleryIconDown {
	top: auto;
	bottom: -35px;
}
.single-product .woocommerce .woocommerce-product-gallery .galleryIconUp:hover,
.single-product .woocommerce .woocommerce-product-gallery .galleryIconDown:hover {
	opacity: 0.85;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li {
	display: block;
    float: none;
    width: auto;
}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	left: 0.5em;
	right: auto;
}
.single-product .select_option:hover, 
.single-product .select_option.selected {
	border-color: #FFA500;
}
.single-product #pa_color {
	display: block !important;
	margin: 0px 0px 7px 6px;
	padding: 0px 0px 0px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-left: 1px solid #707070;
	color: #707070;
}
.single-product .product .woocommerce-tabs{
	display: none;
}
.single-product .entry-content .woocommerce .single-product {
	padding-top: 3%;
}
.single-product .titleProduct, 
.stock, 
.price .woocommerce-Price-amount {
	margin: 20px 0px 20px 0px;
}
.single-product .titleProduct h1 {
	font-weight: 900;
	line-height: 1.33;
	color: #707070;
}


/* Cart Page */
.woocommerce-cart .woocommerce table.shop_table {
    padding: 10px 30px;
    border: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
	border-top: 1px dashed #707070;
}
.woocommerce-cart .woocommerce table.shop_table th {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.33;
	color: #707070;
}
.woocommerce-cart .woocommerce table.shop_table tr.cart_item td {
	color: #9CB41F;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.33;
}
.woocommerce-cart .woocommerce table.shop_table tr.cart_item td a,
.woocommerce-cart .woocommerce table.shop_table tr.cart_item td p {
	color: #9CB41F;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.33;
}
.woocommerce-cart .woocommerce table.shop_table tr.cart_item td a:hover {
	opacity: 0.85;
}
.woocommerce-cart .woocommerce td.product-name dl.variation {
	margin: 0px;
}
.woocommerce-cart table.cart input {
	background: transparent;
    border: 1px dotted #aaa;
    padding: 0px 0px 0px 10px;
}
.woocommerce-cart .woocommerce .cart .button {
	background: #9CB41F;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
}
.woocommerce-cart .woocommerce button.button:disabled, 
.woocommerce-cart .woocommerce button.button:disabled[disabled],
.woocommerce-cart .woocommerce .cart .button:hover {
	background: #9CB41F;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
	opacity: 0.85;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon {
	display: flex;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 140px;
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
	padding-top: 16px;
}
.woocommerce-cart .cart_totals h2 {
	display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 1px dashed #707070;
}
.woocommerce-cart table.shop_table tbody:first-child tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals tr td strong,
.woocommerce-cart .woocommerce table.shop_table tr.order-total th {
	color: #707070;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals tr td strong {
	color: #9CB41F;
}
.woocommerce-cart .woocommerce a.button.alt{
	background-color: #9CB41F;
    color: white;
    font-size: 18px;
    border-radius: 0px;
}
.woocommerce-cart .woocommerce button.button:hover{
	background-color: #9CB41F;
    color: white;
}
.woocommerce-cart .woocommerce a.button.alt:hover{
	background: #9CB41F;
    color: white;
    opacity: 0.85;
}
.woocommerce-cart .woocommerce ul.products li.product a.add_to_cart_button {
	background: #9CB41F;
	color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
}

/* Checkout Page */
.woocommerce-checkout .woocommerce form .form-row {
	margin-bottom: 22px;
	padding: 8px 14px;
}
.woocommerce-checkout .woocommerce form .form-row label, .woocommerce-page form .form-row label {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.33;
	color: #9CB41F;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, 
.woocommerce-checkout .woocommerce form .form-row textarea {
	font-size: 14px;
	line-height: 1.33;
	color: #9CB41F;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single {
	border: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}
.woocommerce-checkout .woocommerce form #billing_country_field.form-row strong {
	font-weight: 400;
}
.woocommerce-checkout .woocommerce table.shop_table {
    padding: 10px 20px;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.woocommerce-checkout .woocommerce table.shop_table th {
	font-size: 15px;
	font-weight: 500;
	color: #707070;
}
.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td,
.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
	font-size: 12px;
	color: #9CB41F;
	font-weight: 400;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
	font-size: 15px;
	font-weight: 500;
	color: #707070;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.order-total td {
	border-top: 1px dashed #707070;
}
.woocommerce-checkout .woocommerce-checkout #payment {
	background: transparent;
}
.woocommerce-checkout #payment ul.payment_method,
.woocommerce-checkout #payment div.form-row.place-order {
	padding: 10px 20px;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 14px;
    line-height: 1.33;
    font-weight: 400;
    color: #707070;
}
.woocommerce-checkout #payment div.form-row.place-order a {
	font-size: 14px;
    line-height: 1.33;
    font-weight: 500;
    color: #707070;	
}
.woocommerce-checkout #payment div.form-row.place-order a:hover { 
	color: #9CB41F;
	text-decoration: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
	font-size: 15px;
    font-weight: 500;
    color: #707070;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
	font-size: 14px;
	line-height: 1.33;
	font-weight: 400;
	color: #707070;
}
.woocommerce-checkout .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding: 15px 5px 14px 5px;
	border-radius: 0px;
	background: #9CB41F;
}

/* MyAccount Page */
.woocommerce-account .woocommerce form.login, 
.woocommerce-account .woocommerce form.register {
	min-height: 355px;
	padding: 40px 30px;
    margin: 0px 0px 15px 0px;
    border: none;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    box-sizing: border-box;
}
.woocommerce-account .woocommerce form .form-row {
	margin-bottom: 22px;
	padding: 8px 14px;
}
.woocommerce-account .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top: 0px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account .woocommerce button.button {
	padding: 12px 41px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #9CB41F;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce-LostPassword {
    padding: 15px 0px 0px 0px;
}
.woocommerce-account .woocommerce-LostPassword a {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.33;
	color: #9CB41F;
}
.woocommerce-account .woocommerce-LostPassword a:hover {
	text-decoration: none;
	color: #f2a6ad;
}
.woocommerce-account .woocommerce form.register p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.33;
	color: #707070;
}
.woocommerce-account form.register .form-row:last-child {
	padding: 20px 0px 0px 0px;
}

/* MyAccount Logedin Page */
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
	padding: 35px 25px;
	background: #f5f5f5;
	box-sizing: border-box;
}
.logged-in.woocommerce-account .woocommerce a.button {
	padding: 10px 30px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #9CB41F;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	color: #fff;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 14px 0px;
    padding: 7px 26px 7px 26px;
    box-shadow: 0px 3px 6px 0px rgb(0, 0, 0 , 0.16);
	border: 0px !important;
	background: #fff;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    line-height: 1.35;
    text-align: left;
    color: #9CB41F;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content {
	font-size: 14px;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content p a {
	color: #9CB41F;
}


/* Libro de Reclamaciones */
body:not(.home).page-id-607 .entry-header {
	display: none;
}
body:not(.home).page-id-607 .site-inner {
	background: url('/wp-content/uploads/2022/04/fondo-contacto.jpg');
	background-size: cover;
	background-position: center 50px;
}
body:not(.home).page-id-607 .entry-content {
	position: relative;
    display: flex;
    align-items: center;
    margin: 0px 15% 0px 15%;
    padding: 55px 0px;
}
.page-id-607 .post-edit-link, 
.page-id-607 #vc_load-inline-editor {
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 9999;
}
.page-id-607 #vc_load-inline-editor { 
	bottom: 25px;
}
.libroReclamacionesForm {
	flex: 1;
	padding: 4% 8%;
	background: #fff;
	color: #979797;
	box-sizing: border-box;
}
.libroReclamacionesForm > div {
	float: none;
    height: 100%;
}
.libroReclamacionesForm > .vc_column_container > .vc_column-inner {
    padding: 0px;
}
.libroReclamacionesForm .doubleFields,
.libroReclamacionesForm .tripleFields {
	display: flex;
	margin-bottom: 25px;
	flex-wrap:wrap;
}
.libroReclamacionesForm p {
	margin: 0px;
}
.libroReclamacionesForm .wpcf7 select,
.libroReclamacionesForm .wpcf7 input[type="text"],
.libroReclamacionesForm .wpcf7 input[type="url"], 
.libroReclamacionesForm .wpcf7 input[type="email"], 
.libroReclamacionesForm .wpcf7 input[type="tel"],
.libroReclamacionesForm textarea {
	width: 100%;
    display: block;
	padding: 21px 24px 20px 24px;
	background-color: #f6f6f6;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.33;
	color: #707070;
	border: none;
    box-sizing: border-box;
}
.libroReclamacionesForm input:placeholder,
.libroReclamacionesForm textarea:placeholder {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.33;
	color: #979797;
}
.libroReclamacionesForm textarea {
	height: 180px;
}
.libroReclamacionesForm input[type=checkbox]:focus, 
.libroReclamacionesForm input[type=color]:focus, 
.libroReclamacionesForm input[type=date]:focus, 
.libroReclamacionesForm input[type=datetime-local]:focus, 
.libroReclamacionesForm input[type=datetime]:focus, 
.libroReclamacionesForm input[type=email]:focus, 
.libroReclamacionesForm input[type=month]:focus, 
.libroReclamacionesForm input[type=number]:focus, 
.libroReclamacionesForm input[type=password]:focus, 
.libroReclamacionesForm input[type=radio]:focus, 
.libroReclamacionesForm input[type=search]:focus, 
.libroReclamacionesForm input[type=tel]:focus, 
.libroReclamacionesForm input[type=text]:focus, 
.libroReclamacionesForm input[type=time]:focus, 
.libroReclamacionesForm input[type=url]:focus, 
.libroReclamacionesForm input[type=week]:focus, 
.libroReclamacionesForm select:focus, 
.libroReclamacionesForm textarea:focus {
	border-color: #3d441d;
    box-shadow: 0 0 0 1px #3d441d;
    outline: 2px solid transparent;
}
.libroReclamacionesForm .doubleFields p,
.libroReclamacionesForm .tripleFields p {
	padding-right: 4%;
	flex: 1;
}
.libroReclamacionesForm .doubleFields.minorSelect p {
	flex: none;
}
.libroReclamacionesForm .doubleFields p:last-child,
.libroReclamacionesForm .tripleFields p:last-child {
	padding-right: 0px;
}
.libroReclamacionesForm .requiredText {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.33;
	color: #e75c68;
}
.libroReclamacionesForm .submiteButton {
	position: relative;
	margin-top: 40px;
	text-align: center;
}
.libroReclamacionesForm .submiteButton .wpcf7-submit {
	padding: 12px 35px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #9CB41F;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #fff;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
}
.libroReclamacionesForm .submiteButton .wpcf7-submit:hover {
	opacity: 0.85;
}
.libroReclamacionesForm .submiteButton .wpcf7-spinner {
	position: absolute;
    top: 12px;
    margin: 0px;
    margin-left: -27px;
}
.libroReclamacionesForm .wpcf7 form .wpcf7-response-output {
	margin: 15px 0px 0px 0px;
	font-size: 12px;
    line-height: 1.33;
    color: #979797;
}
.libroReclamacionesForm .wpcf7-not-valid-tip {
	padding-left: 5px;
	font-size: 12px;
}
.libroReclamacionesForm .oneField{
	display: flex;
    flex-wrap: wrap;
}
.libroReclamacionesForm .oneField p {
    flex: 1 0 100%;
	margin-bottom: 25px;
}
.libroReclamacionesForm .apoderado.opcional{
	display:none;
}
.libroReclamacionesForm h1 {
	text-align:center;
	font-size: 32px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.libroReclamacionesForm h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
.libroReclamacionesForm h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

@media only screen and (max-width: 1300px) { 
	.home .site-inner .entry-content > div:first-child, 
	body:not(.home) .site-inner {
		padding-top: 61px;
	}
	.header-image .site-header .title-area {
		left: 4%;
	}
	.mainHeaderMB .myShoppingCart {
		right: 4%;
		bottom: 27px;
	}
	.nav-primary .wrap {
		padding: 22px 4%;
	}

	.homeTitleSection {
		padding:4.2% 0px 3% 0px
	}

	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a img {
		object-fit: cover;
	} 


}
@media only screen and (max-width: 1024px) { 
	h1, h2, h3, h4{
		font-size: 28px;
	}
	.home .site-inner .entry-content > div:first-child, 
	body:not(.home) .site-inner {
	    padding-top: 61px;
	}
	.site-header {
		top: 48px;
	}
	.site-header #menu-mainmenu li {
		padding: 0px 12px;
	}
	.site-header #menu-mainmenu li a {
		font-size: 16px;
	}
	.mainHeaderMB .myShoppingCart {
		right: 3.5%;
		bottom: 21px;
	}
	.nav-primary .wrap {
		padding: 16px 3.5%;
	}
	.header-image .site-header .title-area {
		top: 10px;
		left: 7%;
		width: 165px;
    	height: 55px;
	}

	.homeSectionPorducts > div {
		padding: 0px 8% 3% 8%;
	}

	.homeFormSection {
		padding: 5% 6% 5% 6%;
	}

	.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		width: 28%;
		font-size: 14px;
	}

	.libroReclamacionesForm {
		padding: 6%;
	}
}
@media only screen and (max-width: 768px) { 

	.site-header #menu-mainmenu li.current-menu-item > a{
		color: #5a5a5a;
	}
	.mainHeaderMB .myShoppingCart {
		bottom: 38%;
	    right: 9%;
	}
	.site-header {
    	top: 0px;
	}
	.site-header .wrap {
		padding-top: 17px;
	}
	body:not(.home) .site-inner {
		padding-top: 102px;
	}
	.home .site-inner .entry-content > div:first-child {
		padding-top: 61px;
	}
	.nav-primary #menu-mainmenu {
		display: none;
	}

	.nav-primary #menu-mainmenu li.facebookIcon {
		display: inline-block;
		width: auto;
		margin: 0px 15px 0px 0px;
		padding: 0px;
	}

	.nav-primary .facebookIcon a, 
	.nav-primary .instagramIcon a,
	.nav-primary .whatsappcon a{
		border: 1px solid #56600F;
	}
	.nav-primary .facebookIcon a:before, 
	.nav-primary .instagramIcon a:before,
	.nav-primary .whatsappIcon a:before {
		color: #56600F;
	}


	.site-header #menu-mainmenu li:last-child {
		margin: 0px;
		padding: 0px;
	}

	.nav-primary #menu-mainmenu li.instagramIcon {
		padding-left: 5px;
		display: inline-block;
		/* width: auto; */
	}

	.nav-primary #menu-mainmenu li.instagramIcon {
		display: inline-block;
		/* width: auto; */
	}

	.site-container.activeMainMenu .nav-primary #menu-mainmenu {
		display: block;
		text-align: center;
	}

	.site-header #menu-mainmenu li:first-child{
		min-width: 100%;
	}

	.mainHeaderMB .responsiveTitleMenu {
		display: none;
		}
	.mainHeaderMB .responsiveTitleMenu {
		/* display: flex; */
		align-items: center;
		position: fixed;
		top: 0px;
		right: 0px;
		background-color: #9CB41F;
		z-index: 99990;
		width: 85%;
		margin: 0px 0px 0px 15%;
	}

	.mainHeaderMB .responsiveTitleMenu p{
		font-family: Quicksand;
		font-size: 18px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.28;
		letter-spacing: normal;
		color: #fff;
	}

	.site-inner {
		overflow: hidden;
	}
	.site-container {
		width: 100%;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	.site-header {
		right: 0px;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	.site-container .content-sidebar-wrap,
	.site-container .site-footer,
	.site-container .footer-widgets {
		min-width: 320px;
	}
	.site-container.activeMainMenu {
		width: 15%;
	}
	.site-container.activeMainMenu .site-header {
		width: 15%;
	}
	.header-image .site-container.activeMainMenu .mainHeaderMB .myShoppingCart {
		left: 2%;
		right: auto;
	}
	.header-image .site-container.activeMainMenu .site-header .title-area {
		display: none;
	}
	.site-container.activeMainMenu .site-footer,
	.site-container.activeMainMenu .footer-widgets {
		overflow: hidden;
	}
	.site-container.activeMainMenu .site-header .responsiveMenu {
		min-height: 30px;
	}
	.site-container.activeMainMenu .nav-primary #menu-mainmenu {
		display: flex;
		justify-content: flex-start;
		padding: 100px 15px 15px 60px;
		align-content: flex-start;
    	flex-wrap: wrap;
	}
	.site-container.activeMainMenu .site-header .responsiveMenu:before {
		position: relative;
		z-index: 99999;
	}
	.nav-primary {
		position: fixed;
		top: 0px;
		left: auto;
		right: 0px;
		z-index: 99991;
		width: 85%;
		margin: 0px;
		padding: 0px;
		background: #3d441d;
	}
	.nav-primary .wrap {
		padding: 0px;
	}
	.nav-primary #menu-mainmenu li a {
		color: #fff;
	}
	.site-header nav.nav-primary {
		display: none;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 99990;
		width: 100%;
		height: 100%;
		margin: 0px;
		background: rgba(0,0,0,0.3);
		padding: 0px 0px 0px 15%;
		box-sizing: border-box;
		overflow: hidden;
    	overflow-y: auto;
	}
	.site-header #menu-mainmenu {
		position: fi;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 100px 15px 15px 60px;
		background: #fff;
		box-sizing: border-box;
		border: none;
		border-radius: 0px;
	}
	.site-header #menu-mainmenu li {
		padding: 35px 0px 18px 0px;
		border: none;
	}
	.site-header #menu-mainmenu li a {
		color: #5a5a5a;
	}
	.site-header #menu-mainmenu .menu-item .sub-menu {
		position: static;
		display: block;
		height: auto;
		margin-top: 15px;
	}
	.site-header #menu-mainmenu .menu-item:hover .sub-menu {
		display: block;
		height: auto;
	}
	.site-header #menu-mainmenu .menu-item .sub-menu li {
		padding: 15px 25px;
	}
	.error404 .entry-content img {
		margin-top: 70px;
	}


	body:not(.home).woocommerce-shop .entry-content {
		position: relative;
		display: block;
		margin: 0px;	
	}

	.woocommerce-shop .woocommerce .woocommerce-result-count {
		float: none;
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	.woocommerce-shop .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
		margin-bottom: 30px;
    	text-align: right;
	}
	.woocommerce-shop .woocommerce .woocommerce-ordering select {
		background: #f5f5f5;
	}

	.woocommerce-shop .woocommerce.columns-3 {
		margin: 0px 3%;
	}
	.single-product .woocommerce div.product {
		display: block;
	}
	.single-product .woocommerce-product-details__short-description {
		margin: 35px 0px 25px 0px;
	}
	.single-product .woocommerce div.product form.cart div.quantity {
		margin: 0px 0px 10px 0px;
	}
	.woocommerce div.product form.cart .variations {
		margin: 0px 0px 20px 0px;
	}
	.single-product .woocommerce div.product form.cart .variations tr {
		margin-bottom: 5px;
	}
	.single-product .woocommerce div.product form.cart .variations td.label {
		padding: 0px;
	}
	.single-product .woocommerce div.product .productPriceWrap .priceTitle {
		font-size: 14px;
	}
	.single-product .woocommerce div.product .productPriceWrap .price {
		font-size: 26px;
	}
	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0px 12px;
	}
	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 12px;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		font-size: 14px;
	}
	.single-product .woocommerce div.product .woocommerce-tabs .panel h2 {
		display: none;
		font-size: 30px;
	}
	.single-product .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description.panel p {
		margin-left: 0px;	
	}
	.single-product .woocommerce .single-product .related.products > h2 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.single-product .woocommerce .related.products ul.products li.product a img {
		width: 100%;
    	height: 260px;
    	object-fit: cover;
	}	

	.site-header #menu-mainmenu li:last-child {
		padding-right: 0px;
	}
	.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
		width: auto;
		padding: 25px;
		margin-bottom: 20px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		justify-content: center;
    	flex-flow: row wrap;
	}
	.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		margin: 5px;
    	padding: 7px 10px 7px 10px;
	}
	body:not(.home) .entry-content {
		margin: 0px 6% 40px 6%;
	}
	.single-product .woocommerce div.product div.images.woocommerce-product-gallery, 
	.single-product .woocommerce div.product div.summary,
	.single-product.woocommerce-page div.product .woocommerce-tabs,
	.woocommerce .single-product .related.products {
		width: auto;
		margin: 0px 3.5% 25px 3.5%;
	}
	.single-product .woocommerce .woocommerce-product-gallery .galleryIconUp, 
	.single-product .woocommerce .woocommerce-product-gallery .galleryIconDown {
		top: auto;
	    left: -11px;
	    bottom: 30px;
	}
	.single-product .woocommerce .woocommerce-product-gallery .galleryIconDown {
		left: auto;
		bottom: 30px;
		right: -11px;
	}
	.single-product .woocommerce .woocommerce-product-gallery .galleryIconUp .fa-caret-up:before {
		content: '\f0d9';

	}
	.single-product .woocommerce .woocommerce-product-gallery .galleryIconDown .fa-caret-down:before {
		content:  '\f0da';

	}
	.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
		flex-direction: column;
		max-height: none;
	}
	.single-product .woocommerce div.product div.images .flex-control-thumbs {
		flex-basis: auto;
		display: flex;
		justify-content: center;
    	align-items: center;
	    width: 100%;
	    height: 125px;
	}
	.single-product .woocommerce div.product div.images .flex-control-thumbs li {
		display: none;
		width: 86px;
    	height: 86px;
    	object-fit: contain;
	}
	.single-product .woocommerce div.product div.images .flex-control-thumbs li.activeGalleryImage {
		display: block;
	}
	.single-product .woocommerce div.product div.images img {
		width: 100%;
		height: 100%;
	}
	.single-product .woocommerce div.product div.summary {
		padding: 0px;
		margin-bottom: 45px;
	}
	.single-product.woocommerce-page div.product .woocommerce-tabs {
		padding-top: 25px;
		margin-bottom: 45px;
	}
	.woocommerce .single-product .related.products {
		padding-top: 40px;
    	border-top: 1px solid #2e2e2e;
	}
	.woocommerce-error, 
	.woocommerce-info, 
	.woocommerce-message {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.woocommerce-notices-wrapper a.button {
		margin-left: 20px;
	}
	.single-product .woocommerce-message {
		margin-bottom: 15px;
	}
	.single-product .shopBreadcrumpWrap {
		display: block;
		padding: 0px 0px 15px 0px;
	}
	.single-product .shopBreadcrumpWrap .myStoreBreadcrumb {
		justify-content: flex-start;
    	padding: 15px 8px;
	}
	.single-product .shopBreadcrumpWrap .myStoreBreadcrumb p, 
	.single-product .shopBreadcrumpWrap .myStoreBreadcrumb a {
		font-size: 10px;
	}

	.libroReclamacionesForm .doubleFields p,
	.libroReclamacionesForm .tripleFields p {		
    	padding: 0px;
		margin-bottom: 15px;
	}
	.libroReclamacionesForm .doubleFields,
	.libroReclamacionesForm .tripleFields {
		display:block;
		margin-bottom: 15px;
	}
	.libroReclamacionesForm .doubleFields.minorSelect {
		display: flex;
	}
	.libroReclamacionesForm .doubleFields.minorSelect p {
		margin: 0px;
	}
	.libroReclamacionesForm h1 {
		font-size: 24px;
	}
	.libroReclamacionesForm h2 {
		font-size: 18px;
	}
	.libroReclamacionesForm h3 {
		font-size: 15px;
	}
	.libroReclamacionesForm p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {  
	h1, h2, h3, h4 {
		font-size: 24px;
	}

	.site-header #menu-mainmenu li.current-menu-item{
		color: #5a5a5a !important;
	}


	.mainHeaderMB .responsiveTitleMenu {
		/* display: block; */
		}

		.site-header #menu-mainmenu li:last-child {
			margin: 0px;
			padding: 35px 0px 0px 0px
		}
		.nav-primary #menu-mainmenu li.instagramIcon {
			padding-left: 5px;
			display: inline-block;
			width: auto;
		}

		.nav-primary #menu-mainmenu li.instagramIcon {
			display: inline-block;
			width: auto;
		}
		.site-container.activeMainMenu .nav-primary #menu-mainmenu {
			display: block;
			text-align: center;
		}

	.nav-primary #menu-mainmenu li.facebookIcon {
		display: inline-block;
		width: auto;
		margin: 0px 15px 0px 0px;
		padding: 0px;
	}

	.site-header #menu-mainmenu li a,
	.nav-primary .facebookIcon a:before, 
	.nav-primary .instagramIcon a:before,
	.nav-primary .whatsappIcon a:before  {
		color: #56600F;
	} 
	.nav-primary .facebookIcon a, 
	.nav-primary .instagramIcon a,
	.nav-primary .whatsappIcon a{
		border: 1px solid #56600F;
	}


	.site-header #menu-mainmenu{
		background-color: #fff;
		height: 100%;
	}
	.homeSlider #rev_slider_1_1_wrapper .persephone.tparrows {
		display: none;
	}
	.homeSlider #rev_slider_1_1_wrapper .hephaistos .tp-bullet {
		width: 16px;
   	 	height: 16px;
	}
	.homeSectionPorducts .vc_pageable-slide-wrapper {
		display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-flow: row wrap;
	}
	.homeSectionPorducts .vc_col-sm-4 {
		width: 50%;
	}
	.homeSectionPorducts h3 {
		font-size: 16px;
	}
	.homeSectionPorducts h4,
	.homeSectionPorducts .productGridPrice {
		font-size: 14px;
		line-height: 1.5;
	}
	.homeSectionPorducts h4 {
		margin-top: 3px;
	}
	.homeSectionPorducts .productGridPrice {
		margin: 0px;
	}
	.homeSectionImage img {
		height: 260px;
	}
	.homeFormSection .formContenDescription {
		font-size: 14px;
	}

	.homeFormSection .formTitle{
		text-align: center;
	}
	.formContac {
		padding: 6% 4% 6% 4%;
	}
	.formContac input, 
	.formContac textarea, 
	.formContac select {
		padding: 8px 5px;
		font-size: 14px;
	}
	.formContac input::placeholder,
	.formContac textarea::placeholder {
		font-size: 14px;
	}
	.formContac textarea {
		height: 120px;
	}
	.formContac p {
		margin-bottom: 10px;
	}
	.formContac .homeContactRequired {
	    margin-bottom: 15px;
	}
	.homeFormSection .formRight {
		padding: 5% 0px 0px 0px;
	}
	.homeFormSection .formContenDescription {
		text-align: center;
	}
	.single-product .titleProduct, .woocommerce div.product p.price{
		margin: 0px 0px 0px 0px;
	}
	.single-product .woocommerce-product-details__short-description {
		margin: 10px 0px 10px 0px;
		}
	

	body:not(.home) .entry-header {
			margin: 5px 6% 20px 6%;
		}

	
}
@media only screen and (max-width: 560px) {  
	body:not(.home).error404 .site-inner {
		min-height: 42vh;
	}

	.nav-primary .facebookIcon a, 
	.nav-primary .instagramIcon a,
	.nav-primary .whatsappIcon a {
		border: 1px solid #56600F;
	}
	.footer-widgets section {
		flex: none;
		flex-basis: 50%;
	}
	.mainHeaderMB .myShoppingCart {
    	right: 16%;
	}
	.header-image .site-container.activeMainMenu .mainHeaderMB .myShoppingCart {
		display: none;
	}
	.site-container.activeMainMenu .nav-primary #menu-mainmenu {
		padding: 100px 15px 15px 45px;
	}
	.site-header #menu-mainmenu {
		min-height: 100%;
		padding: 75px 15px 15px 45px;
	}
	.site-header #menu-mainmenu li {
		padding: 15px 0px 10px 0px;
	}
	.site-header #menu-mainmenu .menu-item .sub-menu {
		margin-top: 10px;
	}
	.site-header #menu-mainmenu .menu-item .sub-menu li {
		padding: 10px 25px;
	}
	.nav-primary #menu-mainmenu li a {
		font-size: 23px;
	}
	.nav-primary #menu-mainmenu li {
		padding: 15px 0px 0px 0px;
	}
	.shopTitleCategories {
		padding: 25px 0px;
	}
	.shopTitleCategories .wpb_text_column a {
	    font-size: 11px;
	}
	.shopTitleCategories .wpb_text_column {
		margin: 0px 35px 0px 0px;
	}
	.shopFiltersSection {
		top: 333px;
	}
	.shopFilters.wcpf-layout-simple-box .wcpf-simple-box-heading {
		font-size: 22px;
	}
	.shopFilters.wcpf-box-hide.wcpf-layout-simple-box .wcpf-simple-box-heading {
		font-size: 11px;
	}
	.woocommerce-shop .woocommerce .woocommerce-ordering select {
		font-size: 11px;
	}
	.shopFiltersSection {
		position: static;
		top: 360px;
		left: 0px;
		z-index: 999;
		width: auto;
		padding: 0px;
		margin: 0px;
	}
	.shopFilters {
		position: absolute;
	    top: 81px;
	    left: 0px;
	    z-index: 999;
	    width: 40%;
	    width: 65%;
	    margin-left: 3.5%;
	}
	.shopFilters.wcpf-box-hide {
		width: 40%;
	}
	.logged-in.woocommerce-account .woocommerce a.button {
		display: block;
		float: none;
		width: 200px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.nav-primary #menu-mainmenu li.facebookIcon,
	.nav-primary #menu-mainmenu li.instagramIcon,
	.nav-primary #menu-mainmenu li.whatsappIcon {
		padding-top: 15px;
	}
}
@media only screen and (max-width: 480px) { 
	body:not(.home).error404 .site-inner {
		min-height: 46vh;
	}
	.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
		padding: 25px 10px;
	}
}
