/*
Theme Name: Pihernz
Version: 1.2.0
*/

/* topbar*/
.topbar-opened.wrapper,
.topbar-opened #header {
	margin-top: 43px;
}
.topbar-opened .main-nav {
	top: 155px;
}
.topbar-opened .main {
	padding-top: 155px;
}

.top-bar {
    position: fixed;
    top: 0;
    background: #205eb5;
    color: white;
    width: 100%;
    height: 43px;
    z-index: 9999;
    font-weight: bold;
    font-size: 15px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.top-bar p {
    margin-bottom: 0;
}
.top-bar a {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.top-bar {
		height: 60px;
		font-weight: normal;
		font-size: 12px;
		line-height: 1.2em;
	}
	.topbar-opened .wrapper,
	.topbar-opened #header {
		margin-top: 60px;
	}
	.topbar-opened .mm-menu {
		top: 101px;
	}
	.topbar-opened .main {
		padding-top: 43px;
	}
}

.mm-menu_offcanvas.mm-menu_opened {
	display: block;
	z-index: 2;
}

/* PORTADA SLIDER 2022 */
.portada-slider,
.portada-slider .slide {
    height: 55vh;
	min-height: 425px; 
}
.portada-slider .slide.ofertes,
.portada-slider .slide.producte {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.portada-slider .slide.ofertes,
.portada-slider .slide.producte.amb_fons {
    background: #f2f2f2;
}
.portada-slider .slide.producte.sense_fons {
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
.portada-slider .slide figure {
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
	position: relative;
    width: 100%;
}

.portada-slider .slide.marca figure {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.portada-slider .slide figure figcaption {
    background: white;
	position: absolute;
    width: 40%;
    top: 20%;
    height: 62%;
	padding: 20px;
}
.portada-slider .slide.seccio.dreta figure figcaption {
	right: 7.5%;
}
.portada-slider .slide.seccio.centre figure figcaption {
    right: 0;
    left: 0;
    margin: 0 auto;
    background: transparent;
}
.portada-slider .slide.marca figure figcaption {
    width: 60%;
	height: 25%;
    position: relative;
    background: transparent;
    top: unset;
    padding-top: 0;
	z-index: 2;
}
.portada-slider .slide .figcaption {
	width: 55%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: start;
    	-ms-flex-align: start;
        	align-items: flex-start;
}
.portada-slider .slide.sense_fons .figcaption {
    width: calc(55% - 50px);
    padding-left: 50px;
    border-left: 1px solid;
    max-height: 50%;
}

.portada-slider .slide.marca .logo {
    width: 50%;
	height: 25%;
	padding-right: 50px;
	z-index: 2;
}
.portada-slider .slide.marca .logo img {
    float: right;
}
.portada-slider .slide.seccio.centre p,
.portada-slider .slide.marca p {
	color: white !important;
}

.portada-slider .slide .images-grid {
	height: 100%;
    width: 45%;
	padding-right: 50px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
.portada-slider .slide.ofertes .images-grid .inner {
    width: 22vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
   -ms-flex-wrap: wrap;
	   flex-wrap: wrap;
}
.portada-slider .slide.ofertes .images-grid .bg-img {
    height: 10vw;
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
		flex: 50%;
	max-width: calc(50% - 16px);
	margin: 8px;
	position: relative;
}
.portada-slider .slide.producte .images-grid .bg-img {
    width: 60%;
    height: 60%;
    margin: 0 auto;
    background-size: contain;
	background-position: right;
	position: relative;
}
.portada-slider .slide.ofertes .images-grid .bg-img img, 
.portada-slider .slide.producte .images-grid .bg-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	-o-object-fit: cover;
}
.portada-slider .slide.producte.amb_fons .images-grid .bg-img {
    width: 100%;
    height: 100%;
}
.portada-slider .slide.producte.amb_fons .images-grid .bg-img img {
    object-fit: contain;
	-o-object-fit: contain;
}

.portada-slider .slide.dark .bg-img:before {
    background-color: rgba(0,0,0,0.5);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.portada-slider h2 {
    font-size: 75px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 500;
	margin: 0;
	margin-left: -6px;
}
.portada-slider .slide.ofertes h2 {
	font-style: italic;
	font-weight: 700;
	font-size: 90px;
	line-height: 85px;
	letter-spacing: 3px;
}
.portada-slider .slide.producte h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    margin-left: 0;
}
.portada-slider h5 {
    color: #ff6600;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
}
.portada-slider p {
    font-size: 24px;
	line-height: 28px;
    font-weight: 400;
    color: black;
    letter-spacing: 1px; 
}
.portada-slider .slide.ofertes p,
.portada-slider .slide.producte p,
.portada-slider .slide.marca p {
	max-width: 60%;
}
.portada-slider .btn {
    background: #ff6600;
    color: white;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 25px;
    margin-top: 12px;
}

.portada-slider .slick-dots {
	position: absolute;
	bottom: 30px;
}
.portada-slider .slick-dots li {
	padding: 0 3px;
}
.portada-slider .slick-dots button {
	background: #d0d0cf;
}
.portada-slider .slick-dots .slick-active button {
	background: #ff6600;
}
.portada-slider .slide figure.mobile {
	display: none;
}
@media screen and (max-width: 767px) {
	.portada-slider .slide figure.desktop {
		display: none;
	}
	.portada-slider .slide figure.mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	}
}

/* BLOG 2022 */
.blog .featured-block {
	padding: 0;
}
.blog .featured-block-img {
	height: 165px;
}
.blog .product .bg-img {
	background-size: cover;
	margin: 0;
	z-index: -2;
	border-bottom: 1px solid #c7c7c7;
}
.blog .post-categories,
.single-post .post-categories {
    margin: 0;
    list-style: none;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.blog .post-categories a,
.single-post .post-categories a {
    color: #ff6600;
	text-transform: uppercase;
}
.blog .product-item h3 {
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
    font-weight: normal;
}
.blog .date {
	padding: 10px 0;
	display: block;
	font-size: 14px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	margin: 10px 0;
}
.blog .featured-block-text {
	padding: 18px;
	border-top: none;
}
.blog .featured-block-text small {
	font-size: 14px;
}
.single-post .page-tools {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 9;
}
.single-post .page-header {
    margin-top: 45px;
    position: fixed;
    width: 100%;
}
.single-post article.content {
    padding-top: 85px;
}
.single-post .content .left-block {
    width: 30%;
	max-width: 420px;
    position: fixed;
	z-index: -1;
}
.single-post .content .content {
    width: 60%;
    margin-left: 40%;
	padding-bottom: 100px;
	font-size: 18px;
    line-height: 22px;
}
.single-post .content .image {
	margin-bottom: 20px;
}
.single-post .metas {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.single-post .post-categories {
	display: inline-block;
}
.single-post .metas span.date {
	float: right;
}
.single-post #footer .top-part {
	padding-top: 25px;
	padding-bottom: 0;
}
.single-post #footer .bottom-part {
	display: none;
}
@media screen and (max-width: 991px) {
	.blog .featured-block-img {
	padding-top: 56%;
	}
}
@media screen and (max-width: 767px) {
	.blog .item {
	width: 100%;
	margin-bottom: 15px;
	}
}

.blog .pagination {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.blog .pagination .page-numbers:hover,
.blog .pagination .page-numbers.current {
    background: #4b4c4e;
}
.blog .pagination .page-numbers {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    display: inline-block !important;
    color: white;
    background: #a0a0a0;
    padding: 10px !important;
}

/* EXTRA STYLES */
#header {
    z-index: 999;
}
.page-template-template-registro .page-header,
.woocommerce-account .page-header {
	border-bottom: 1px solid #CCC;
}
.page-header h1,
.page-template-template-registro .section h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ff6600;
	text-transform: uppercase;
}
.page-template-template-registro .section,
.woocommerce-account .section  {
    border-top: 1px solid #ccc;
}
.main-nav ul>li.active a{
    color: #ff6600;
}
.main-nav ul .logos { height: 100%; }
.main-video video {
	width: 100%;
}
.page-template-template-registro .intro,
.woocommerce-account .intro,
.lost_reset_password > p:first-child {
	font-size: 18px;
	line-height: 22px;
	padding: 30px 0 40px 0;
}
.woocommerce-lost-password .woocommerce-message, .woocommerce-lost-password p {
    font-size: 18px;
    max-width: 50%;
    margin-bottom: 20px;
}
.page-template-template-registro .intro img {
	width: 50%;
	height: 50vh;
	object-fit: cover;
	-o-object-fit: cover;
}
.page-template-template-registro .intro a,
.woocommerce-account .intro a {
	color: #ff6600;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0 !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
    margin-top: 0 !important;
}
.yith-wcwl-add-button span {
    font-size: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	width: 1px;
    height: 1px;
}
#billing_argee_field label,
#sipping_argee_field label,
.wcmca_default_checkobx_label{
	padding-left: 30px;
}
.comment-form .error:not(label),
.comment-form .error:not(label) ~ .fake-input{
	border: 1px solid #ff6600!important;
}
.comment-form label.error{
	display:none!important;
}
.woocommerce-cart .woocommerce{
	padding-bottom: 0;
}
.cart_totals {
	padding-bottom: 80px;
}
body.single-product .content-area{
	padding-bottom: 0;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox{
	display: block;
}
.woocommerce-form-login .button {
    font-weight: 300;
    clear: both;
    margin-bottom: 15px;
}
.woocommerce-product-details__short-description ~.stock{
	display: none;
}
.woocommerce-cart .shopping-card-holder {
	display: none !important;
  }
.shopping-card-drop {
	 max-height: calc(100vh - 40px);
	 overflow-y: auto;
}
.shopping-card-drop .product-remove a {
color: #ff6600 !important;
}
.shopping-card-drop td:nth-child(2) {
width: 12%;
}
.shopping-card-drop td:last-child {
min-width: 20%;
}
.shopping-card-btn {
	margin-bottom: 20px;
}
.woof_sid{
	display: block;
}
.woof_checkbox_label.woof_checkbox_label_selected{
	color:#ff6600;
}
div.woof_info_popup{
	display: none!important;
}
body.single-product .partners,
body.archive .partners{
	margin-top: 0;
}
.product-social li {
	cursor:pointer;
}
.sort-form .woocommerce-ordering {
	display: inline-block;
	z-index: 9;
}
.shop_attributes dt:after {
    content: '';
}
.promotion {
    border-top: none;
}
.wpcf7-spinner {
	background-color: #ff6600;
}
.wcwl_elements {
    display: none;
}
.comingsoon .wcwl_elements {
    display: block;
}
.wcwl_notice_dismiss {
	right: -20px !important;
}
.wcwl_notice_dismiss:before {
	color: #ff6600 !important;
}
.wcwl_control[data-context="join"] button.woocommerce_waitlist.button:before {
    content: "\e805";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 7px;
}

/*woocommerce-pagination*/
.woocommerce-pagination {
    text-align: right;
    width: 100%;
}
.page-numbers{
	display: inline;
    margin-top: 5px;
    margin-bottom: 10px;
    vertical-align: top;
}
.page-numbers > li {
    display: inline;
}
/*wp_paginavi*/
.pagination > li > span,
.pagination > li.active > span,
.pagination > li.active > span:hover {
    color: #ff6600;
    background: none;
    border-color: transparent;
    padding: 0 3px;
    line-height: 1.25em;
    border: none;;
}
.pagination > li a:active,
.pagination > li a:visited,
.pagination > li a:focus,
.pagination > li a,
.pagination > li span{
	border: none;
}
a.added_to_cart.wc-forward {
	display: none;
}
.shop_table .actions {
	height:0;
}
.woocommerce-order-received .woocommerce {
	padding: 6px 0 80px;
}
.woocommerce-noreviews{
	margin: 30px 0;
}
.woocommerce-message .button{
	display: none;
}
.single-product .woocommerce-message {
	display: none;
}
.woocommerce-checkout .woocommerce-error {
    color: #ff2a00;
    font-size: 12px;
    padding: 60px 0;
    font-weight: bold;
    list-style: none;
}

.woocommerce-checkout .woocommerce-error li[data-id="billing_first_name"],
.woocommerce-checkout .woocommerce-error li[data-id="billing_last_name"],
.woocommerce-checkout .woocommerce-error li[data-id="billing_company"],
.woocommerce-checkout .woocommerce-error li[data-id="billing_address_1"],
.woocommerce-checkout .woocommerce-error li[data-id="billing_postcode"],
.woocommerce-checkout .woocommerce-error li[data-id="billing_city"],
.woocommerce-checkout .woocommerce-error li[data-id="billing_cif"],
.woocommerce-checkout .woocommerce-error li[data-id="billing_phone"],
.woocommerce-checkout .woocommerce-error li[data-id="billing_email"] {
    display: none;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
	color: #ff2a00;
	display: block !important;
	font-weight: bold;
	}
.woocommerce-error a {
	color: #ff6600;
	text-decoration: underline;
}
.woocommerce_checkout_coupon {
	display: none;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    color: #ff6600;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul .btn {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 10px;
    margin-top: -6px;
    margin-left: 7px;
}

#shipping_method {
    list-style: none;
}
#shipping_method li {
    padding: 6px 0 0 0;
}
#shipping_method input {
    display: inherit;
    position: absolute;
    margin-left: -9px;
    margin-top: 3px;
}

.woocommerce-checkout tr.shipping td .woocommerce-Price-amount,
.woocommerce-cart tr.shipping td .woocommerce-Price-amount {
    display: block;
    padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.woocommerce-checkout tr.shipping td,
.woocommerce-cart tr.shipping td {
    padding: 10px 0 10px 10px;
	text-transform: none !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

/*.woocommerce_checkout_coupon .woocommerce-info {
	font-size: 12px;
	color: #ff6600;
	padding: 20px 0;
}
.woocommerce_checkout_coupon .woocommerce-info a {
	color: #ff6600;
}
.woocommerce_checkout_coupon input {
	max-width: 200px;
}*/
.woocommerce-form-coupon-toggle {
    font-size: 12px;
}
.woocommerce-form-coupon-toggle a {
    text-decoration: underline;
}

#customer_details {
	margin-bottom: 30px;
}
.order-review.btn-warning {
	text-transform: uppercase;
    font-size: 18px;
    padding: 6px 12px;
    line-height: 22px;
    font-weight: 700;
}

.breadcrumbs {padding-top: 11px; }
.product-tabs-nav li.active:first-child > a {
	border-left: none;
}
.single-product .main {
	padding-top: 59px;
}
.topbar-opened.single-product .main {
	padding-top: 102px;
}
.shop_table .product-thumbnail img {
	max-width: 109px;
	max-height: 109px;
	width: auto;
}
.shopping-table img {
	max-width: 60px;
	max-height: 40px;
	height: auto;
	width: auto;
}
.woocommerce-addresses-holder p:last-child {
	display: none;
}
.woocommerce-cart .woocommerce > .container {
	min-height: 30vh;
}
.woocommerce_checkout_login h2 {
	padding-top: 20px;
}
.woocommerce-form-login__rememberme {
	padding-bottom: 25px;
}
.coupon .input-text {
	display: inline-block;
    width: auto;
    height: 27px;
}
.shop_table .product-thumbnail {
    text-align: center;
}
p.woocommerce-thankyou-order-received {
    font-size: 18px;
	line-height: 22px;
	padding: 60px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff6600;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background: none;
	color: inherit;
}
.shopping-card-drop.open,
.shopping-card-holder:hover .shopping-card-drop {
	opacity: 1;
    visibility: visible;
}
.btn-shopping-card-empty {
	color: #4b4c4e!important;
}
select#rating ~ .select2{
	display: none;
}
#wcmca_address_select_menu_billing,
#wcmca_address_select_menu_billing option {
	width: 100%;
}
.wpcf7-form br{
	display: none;
}
.product .bg-img {
	background-size: contain;
	margin: 12px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product .bg-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
	-o-object-fit: contain;
}
.single-product .product .bg-img img  {
	max-height: 45vh;
}
body.single-product .content-area .btns {
	margin-top: 10px;
}
.product:hover .bg-img.hover-img > img {
	opacity: 0;
}
.blog .product .bg-img img {
    object-fit: cover;
	-o-object-fit: cover;
}

figure.bg-img.desktop,
figure.bg-img.mobile {
	position: relative !important;
}
figure.bg-img.desktop > img,
figure.bg-img.mobile > img{
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
@media (max-width: 991px) {
	.featured-block-img {
		padding-top: 0 !important;
	}
}
@media (max-width: 767px) {
	.featured-block-img {
		padding-top: 0 !important;
	}
}
.product-slider .bg-img {
	padding-top: 0;
}



/* Text meant only for screen readers. */
/*body .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
body .screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}*/
.main-nav ul li.item-productos:last-of-type {
	display: none;
}
.user-nav > li,
.header-contact-list > li {
	font-size: 13px;
}
.wc_payment_methods img {
	display: none;
}
/* Contact Form 7 */
.wpcf7-radio .wpcf7-list-item-label{
	display: none;
	font-size: 0;
	line-height: 0;
}
.wpcf7-form-control-wrap{
	width: 100%;
	display: block;
}
div.wpcf7-response-output{
	margin: 10px 0 10px !important;
	padding: 0.344em 1em;
	padding-left: 0;
	border: none;
	color: #cc1818;
	background-color: transparent;
	border: none !important;
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
	padding: 0 !important;
}
/*div.wpcf7-response-output:before{
	content: "\f05a";
	position: absolute;
	top: 50%;
	left: 11px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	margin-top: -9px;
}*/
div.wpcf7-validation-errors{
	background-color: #c24747;
	font-size: 75%;
	line-height: 22px;
	margin-top: 10px;
}
.btn-download span.wpcf7-not-valid-tip {
	text-transform: none;
	margin-top: 44px;
	text-align: left;
}
.btn-download {
	overflow: visible;
}
div.wpcf7-mail-sent-ok{
	background-color: #0fa55d;
}
div.wpcf7-mail-sent-ok:before{
	content: "\f058";
}
span.wpcf7-not-valid-tip {
    color: #f00;
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
.wpcf7-form p{
	margin-bottom: 0;
}
.checkbox .wpcf7-list-item-label,
.checkbox .wpcf7-list-item,
.checkbox .wpcf7-form-control,
.checkbox .wpcf7-form-control-wrap {
	margin:0;
	padding: 0;
	display: inline;
}
.woocommerce-account ul.woocommerce-error {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-account ul.woocommerce-error li {
    color: #f00;
    line-height: 20px;
    font-size: 14px;
}
.woocommerce-account ul.woocommerce-error li a {
	color: #f00;
}


/* Post Navigation */
.post-navigation  {
	font-size: 14px;
}
.post-navigation a:hover {
	text-decoration: none;
}
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next,
.post-navigation .nav-next {
	margin-top: 0;
}
.post-navigation {
	margin: 3em 0;
}
.post-navigation .nav-links {
	padding: 1em 0;
}
.nav-subtitle {
	background: transparent;
	display: block;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}
.home .tab-pane .product-item .product-item-img {
	width: 90px;
    height: 70px;
    margin: 20px;
}

/* BANNERS HOME */
/*Invert banners colors*/
.baner .baner-title h2,
.baner .baner-text h2 {
	text-transform: uppercase;
}
.baner .baner-text.dark h2,
.baner.type4 .baner-text.dark h2 {
    color: #474746;
}
.baner .baner-title.dark {
	background: #FFF;
}
.baner .baner-title.dark h2 {
	color: #474746;
}
.baner .baner-text.light h2,
.baner.type4 .baner-text.light h2 {
    color: #FFF;
}
.baner .baner-title.light {
	background: #474746;
}
.baner .baner-title.light h2 {
	color: #FFF;
}

.baner.type4.left_text .baner-text {
    text-align: left;
}
.baner.type4.right_text .baner-text {
    text-align: right;
}
.baner.type5.left_text .baner-text {
    text-align: left;
}
.baner.type5.right_text .baner-text {
    text-align: right;
}

.baner.left_text .baner-text,
.baner.left_text .baner-title {
	text-align: left;
}
.baner.right_text .baner-text,
.baner.right_text .baner-title {
	text-align: right;
}
.baner.medium.left_text .baner-title {
    left: 42px;
    right: auto;
}
.baner.medium.right_text .baner-title {
    right: 42px;
    left: auto;
}
.baner .btn-warning {
	font-style: normal;
}

/* main elements */

.info-form .select-box .holder{float: left;}

.respond{
	overflow: hidden;
	padding: 0 0 30px;
}
.respond h2{
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 5px !important;
}
.respond p{margin: 0 0 5px !important;}
.respond dl{margin: 0;}
.respond dt{display: block;}
.respond dd{
	margin: 0;
	overflow: hidden;
}
.respond textarea {
	border:1px solid #dddfe0;
	background:#fff;
	padding:5px;
	height:116px;
	font-size:15px;
	line-height:18px;
	overflow:auto;
	color: #444441;
}


/* Text meant only for screen readers. */
.hidden {
	display: none!important;
}
.searchandfilter {
	float: left;
	width: 100%;
}
.search-filter-results {
	float: left;
	width: 100%;
}
.searchandfilter select.sf-input-select{
	min-width: auto;
}
.searchandfilter ul {
	padding: 0;
}
.searchandfilter label {
	display: block;
	width: 100%;
}
.searchandfilter ul li{
	float: left;
}

/* BANNERS */
.baner-title {
	width: auto;
    max-width: 350px;
    min-height: 160px;
}
@media (max-width: 1299px) {
	.baner-title {
		width: auto;
    	max-width: 200px;
    	min-height: auto;
	}
}

/*--not logged in price*/
.single-product .content-area .entry-summary .button {
	margin-top: 25px;
	cursor: pointer;
	border-radius: 5px;
    padding: 10px;
}
.single-product .content-area .entry-summary .button:hover {
	background-color: #e05900;
}
.single-product .content-area .entry-summary .button.blue {
	background: #205eb5;
	margin-left: 15px;
}
.single-product .content-area .entry-summary .button.blue:hover {
	background-color: #1b519b;
}
.product .featured-block-price.not-logged {
	padding: 21px 40px 16px 0;
}
.featured-block-price.not-logged .btn {
	font-size: 11px;
}
.product .featured-block-price.not-logged .button.blue {
    background: #205eb5;
    min-width: 28px;
    position: absolute;
    top: 7px;
    right: 0;
    height: 28px;
	border-radius: 2px;
}
.product .featured-block-price.not-logged .button.blue:hover {
	background: #D0D0CF;
}
.product .featured-block-price.not-logged .button.blue i.icon-ico-mail {
	font-size: 16px;
    margin-top: -1px;
    display: block;
    text-align: center;
}



/*-----bundle-products---*/
.bundle_form {
	padding-top: 20px;
}
.single-product .content-area .entry-summary .bundled_product_summary .bundled_product_title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    margin: 0;
	font-family: "Roboto", sans-serif;
	color: #4b4c4e;
	text-transform: none;
}
.single-product .content-area .entry-summary .bundled_product_summary .bundled_product_permalink:before {
	font-size: 16px;
	margin-top: -3px;
	margin-left: 5px;
}
.single-product .content-area .entry-summary .bundled_product_summary .bundled_product_excerpt {
	font-size: 10px;
    line-height: 10px;
    font-family: "Roboto", sans-serif;
	font-weight: 300;
	padding-top: 13px;
}
.single-product .content-area .bundled_product_summary .in-stock {
	display: none;
}
.single-product .content-area .product-type-bundle .btns {
	position: relative;
	padding-top: 50px;
}
.single-product .content-area .product-type-bundle .quantity {
	margin-top: -50px;
	left: 6px;
	position: absolute;
}
.single-product .content-area .product-type-bundle .yith-wcwl-add-button,
.single-product .content-area .product-type-bundle .btns li .single_add_to_cart_button {
    margin-top: 10px;
}
.single-product .content-area .entry-summary .bundled_product_image .bg-img {
    width: 100px;
    height: 100px;
    background-size: contain;
	display: block;
	margin: 0;
}
.single-product .content-area .entry-summary .bundled_product_images {
	float: none;
	width: auto;
	display: inline-block;
}
.single-product .content-area .entry-summary .bundled_product_summary .details {
	float: none;
	display: inline-block;
	width: auto;
	vertical-align: top;
    height: 100px;
}

.single-product .content-area .entry-summary .stock.in-stock { display: none; }
.single-product .content-area .entry-summary .stock.available-on-backorder {
	color: red;
    border: 1px solid;
    width: auto;
    display: inline-block;
    padding: 3px;
    margin-top: 22px;
}
p.stock.out-of-stock {
    color: red;
    border: 2px solid;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
	padding: 5px 20px;
    min-width: 120px;
    display: inline-block;
}
.comingsoon p.stock.out-of-stock {
	color: grey;
}

/* PACKS relationship */
.packs {
    padding-top: 20px;
}
.packs .complex h2 {
	margin-bottom: 0;
}
.packs .pack {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 0;
}
.packs .pack .bundle_form {
	display: block;
	width: 85%;
}
.packs .pack:last-child {
	border-bottom: none;
	margin-top: 25px;
}
.packs .bundled_product {
	min-height: auto;
	border-bottom: none !important;
	width: 35%;
	position: relative;
	display: inline-block;
	padding-bottom: 0 !important;
}
.packs .bundled_product_summary:first-child {
	position: relative;
}
.packs .bundled_product_summary:nth-child(2):before,
.packs .bundled_product_summary:nth-child(4):before {
    width: 35px;
    height: 35px;
	font-size: 35px;
	font-weight: 400;
    position: absolute;
    left: -20%;
    z-index: 9;
    color: black;
    content: '+' !important;
    top: 30px;
}
.packs .bundled_product_summary:last-child:before  {
	display: none;
}
.packs .bundled_product_summary .bundled_product_title .bundled_product_title_link {
	display: none;
}
.packs .bundled_product_images {
	width: 90px !important;
	float: none !important;
	display: inline-block !important;
}
.packs .bundled_product_image { padding: 0 10px; }
.packs .bundled_product_image a {
	display: block;
    width: 70px;
    height: 70px;
    background-size: contain;
    margin: 0;
}
.packs .bundled_product_summary .details {
	width: 50% !important;
	vertical-align: top !important;
	height: 70px !important;
	padding: 20px 0 0 0 !important;
	float: none !important;
	display: inline-block !important;
}
.packs .bundled_product_summary .details p {
	margin: 0;
}
.packs .product_title {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.packs .product_excerpt,
.packs .cart {
	font-size: 10px !important;
	line-height: 13px !important;
	font-weight: 300;
	padding-top: 13px;
}
.packs .cart.bundle_data {
	border-left: 1px solid #ccc;
	display: inline-block;
	min-height: 170px;
	position: absolute;
	top: 23px;
	width: 18%;
	right: 155px;
}
.packs .cart.bundle_data .bundle_wrap {
    margin-left: 35px;
    margin-top: 50px;
}
.packs .top {
    position: absolute;
	right: 23%;
	text-align: right;
}
.packs .top .total-price {
	color: #4b4c4e;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
.packs .top .amount {
	color: #ff6600;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	padding-top: 5px;
}
.packs .in-stock {
    color: #ff6600;
    padding-top: 50px;
}
.packs .bundle_wrap .woocommerce-product-details__short-description,
.packs .bundle_wrap .yith-wcwl-add-to-wishlist,
.packs .bundle_wrap .quantity {
    display: none;
}
.packs .bundle_wrap .bundle_add_to_cart_button {
    position: absolute;
    right: 0;
    top: 80px;
}

.shop_table .bundled_table_item .bundled_table_item_indent {
	text-align: left;
	padding-left: 0;
}

tr.cart_item.bundle_table_item td > img,
tr.cart_item.bundle_table_item td > a > img {
    display: none;
}
tr.cart_item.bundle_table_item .product-name {
	font-size: 0;
}
tr.cart_item.bundle_table_item .product-name:before {
    font-weight: bold;
    content: "Pack";
    font-size: 12px;
}
tr.cart_item.bundled_table_item:last-child {
	border-bottom: 1px solid #ccc !important;
}
.shop_table .cart_item .product-thumbnail img {
	max-width: 86px;
    max-height: 68px;
    width: auto;
}
.shop_table .product-thumbnail {
	width: 84px;
	height: 84px;
}

.featured-block-price.not-logged .btn {
	margin-top: -5px;
    font-size: 10px;
    line-height: 1em;
    padding: 0;
}

.complex .product-item .product-item-img { margin-right: 10px; }
/* TOTALS REVIEW ORDER CHECKOUT as in .cart-collaterals .cart_totals .shop_table */

/* mailchimp newsletter / terms conditions checkout */
.mailchimp-newsletter {margin-top: 15px; }
.mailchimp-newsletter  input#mailchimp_woocommerce_newsletter {
    margin-top: -2px;
}
.mailchimp-newsletter label {
    display: inline-block !important;
}
.mailchimp-newsletter label span {
    padding-left: 25px;
}
.woocommerce-checkout-payment .place-order {
    bottom: auto;
    right: auto;
    position: relative;
}
.woocommerce-terms-and-conditions-wrapper {
    padding: 20px 0;
}
.woocommerce-terms-and-conditions-wrapper .checkbox input[type="checkbox"] {
    opacity: 1 !important;
    margin: 2px 0 0 0 !important;
}
.woocommerce-terms-and-conditions-wrapper .checkbox span {
	padding-left: 25px;
}
.woocommerce-terms-and-conditions-wrapper .checkbox span.required {
	padding-left: 0;
}

/* Page template Registro 10/22*/
.contact-info .subscribe-form .form-control,
.contact-info .subscribe-form .checkbox .fake-input,
.woof_list_checkbox li .fake-input,
.checkbox .fake-input,
.input-text,
.form-control,
.page-small-header,
.contact-info hr,
hr {
	border-color: #ccc;
}
.contact-info .subscribe-form .checkbox .fake-input,
.woof_list_checkbox li .fake-input,
.checkbox .fake-input {
	background: white;
}

.register-form.woocommerce h3 {
	margin-bottom: 0;
}
.register-form.woocommerce h3 span {
    font-family: 'Roboto';
    text-transform: none;
    font-weight: normal;
    color: #4b4c4e;
    padding-left: 5px;
}
.register-form.woocommerce hr {
	border-top: 1px solid #ccc;
}
.register-form.woocommerce h4 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #ff6600;
    text-transform: uppercase;
}
.register-form label,
.register-form label span {
	font-weight: normal;
}
.register-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.register-form ul li:first-child,
.register-form .ico:before {
	color: #ff6600;
	padding-right: 5px;
}
.register-form ul li a:hover {
	text-decoration: underline;
}
.register-form .checkbox {
    margin-top: 6px;
    font-size: 10px;
}
.register-form .checkbox a,
.contact-form a:not(.btn),
.contact-info .subscribe-form a:not(.btn) {
	color: #4b4c4e;
    text-decoration: underline;
}

.page-template-template-registro .wpcf7-form {
    width: 50%;
	position: relative;
}
form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-ResetPassword.lost_reset_password {
    width: 50%;
    margin: 30px 0 50px 0;
}
.page-template-template-registro .wpcf7-form .form-group {
    margin-bottom: 5px;
}
.page-template-template-registro .wpcf7-form .form-group label {
    margin-bottom: 0;
}
/*.page-template-template-registro .wpcf7-form .form-group input,
.page-template-template-registro .wpcf7-form textarea {
    border-color: #a0a0a0;
}*/
.page-template-template-registro .note {
    font-size: 10px;
    margin-top: 10px;
}
.icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
    max-width: 90%;
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    font-weight: bold;
	margin: 50px 0 65px 0;
}
.icon-list.alt {
	max-width: 100%;
	line-height: 22px;
	font-weight: 500;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
	text-align: left;
}
.icon-list .icon {
    max-width: 20%;
}
.icon-list .icon p {
    margin-top: 20px;
}
.icon-list .btn {
    font-size: 18px;
    padding: 12px;
    font-weight: 400;
}
.icon-list .c-i {
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.icon-list .c-i i {
    padding-right: 20px;
}
.icon-list .c-i i:before {
    color: #ff6600;
    font-size: 70px;
}

form.woocommerce-form.woocommerce-form-login.login {
    width: 50%;
    margin: 30px 0 50px 0;
}
#customer_login .form-row {
    margin-bottom: 0;
    text-align: left;
}
#customer_login .form-row:nth-child(3) {
	text-align: right;
}
.lost_reset_password .form-row {
	padding-top: 20px;
}
#customer_login .button,
.lost_reset_password .button {
	font-size: 24px;
    font-weight: normal;
    padding: 15px;
	margin-bottom: 10px;
}
#customer_login .lost_password {
	text-align: right;
}
#customer_login .u-column2 {
    width: 100%;
    float: none;
    padding-right: 0;
}
#customer_login .input-text {
    max-width: 100%;
}

/* Page Template Sectores 2023 */
.page-template-template-sectores .cover {
	height: 100%;
    width: auto;
    background-size: auto 100%;
    object-fit: cover;
	-o-object-fit: cover;
    background-position: center;
	background-repeat: no-repeat;
    padding-bottom: 120%;
	position: relative;
}
.page-template-template-sectores .cover:after {
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
    top: 0;
    left: 0;
	transition: all .25s ease-in-out;
}
.page-template-template-sectores h2 {
    font-weight: normal;
	font-style: italic;
    text-transform: uppercase;
    background: white;
	text-align: center;
	padding: 0 30px;
    width: 100%;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
    line-height: 30px;
}
.page-template-template-sectores .cover:hover:after {
    background: rgba(0,0,0,0.10);
}

/* Descatalogados product_cat + Proximamente prices 2023 css*/
.product_cat-descatalogados .price,
.product_cat-discontinued .price,
.product.comingsoon .price {
    font-size: 0;
}
.product_cat-descatalogados .price:after {
    font-size: 14px;
	content: 'Descatalogado';
}
.product_cat-discontinued .price:after {
    font-size: 14px;
	content: 'Discontinued';
}
.comingsoon .featured-block-price {
    display: none;
}
.product_cat-descatalogados .ajax_add_to_cart,
.product_cat-discontinued .ajax_add_to_cart,
.product.comingsoon .ajax_add_to_cart {
    display: none;
}
.product_cat-descatalogados .summary .price,
.product_cat-discontinued .summary .price,
.product.comingsoon .summary .price {
    display: none;
}


/* EXTRA MEDIA QUERIES */

@media only screen and (max-width: 1600px) {
	.portada-slider h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.portada-slider .slide.ofertes h2 {
		font-size: 80px;
		line-height: 75px;
	}
}

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

	/* PACKS */
	.packs .top {
		right: 22%;
	}
	.packs .cart.bundle_data {
		width: 20%;
	}
	.packs .bundled_product_summary:nth-child(2):before,
	.packs .bundled_product_summary:nth-child(4):before {
		left: -15%;
	}
}

@media only screen and (max-width: 1299px) {
	.packs .cart.bundle_data {
		width: 25%;
	}
	.packs .top {
		right: 18%;
	}
	.packs .bundled_product_summary:nth-child(2):before,
	.packs .bundled_product_summary:nth-child(4):before {
		left: -10%;
	}

	body.single-product .content-area {
		font-size: 12px;
	}
	.bundled_product_summary .bundled_product_images img {
		max-width: 100%;
	}
	.packs .cart.bundle_data {
		right: 75px;
	}
	.packs .bundled_product {
		width: 40%;
	}
	body.single-product .content-area .btns li .single_add_to_cart_button {
		font-size: 14px;
	}
	.page-template-template-registro .wpcf7-form {
		width: 75%;
	}
	.icon-list {
		font-size: 16px;
    	line-height: 14px;
	}
	.icon-list .c-i i { padding-right: 10px; }
	.icon-list .c-i i:before {
		font-size: 50px;
	}

}

@media only screen and (max-width: 1024px) {
	.table-responsive .shop_table {
		min-width: auto;
	}
	.woocommerce-checkout-review-order-table .product-name {
		width: 25%;
		text-align: left;
	}
	.packs .bundled_product_summary:first-child:before {
		right: 10%;
	}
	.woocommerce-checkout-review-order-table .product-quantity {
		width: auto;
		text-align: center;
	}
	.packs .top {
		bottom: 45px;
    	left: 10px;
		text-align: left;
	}
	.packs .cart.bundle_data {
		min-height: auto;
		border-left: none;
		right: auto;
		left: 0;
		position: relative;
		height: 170px;
		padding: 0;
		width: 100%;
	}
	.packs .bundled_product { width: 50%; }
	.packs .cart.bundle_data .bundle_wrap {
		margin-top: 0;
		margin-left: 0;
	}
	.packs .bundle_wrap .bundle_add_to_cart_button {
		top: auto;
		position: relative;
		font-size: 16px;
	}
	.packs .pack .bundle_form { width: 100%; }

}

@media only screen and (max-width: 991px) {
	.btn-download span.wpcf7-not-valid-tip {
		margin-top: 55px;
	}
	.user-nav > li {
		font-size: 0;
	}

	.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
		bottom: 260px;
	}

	form.woocommerce-form.woocommerce-form-login.login,
	form.woocommerce-ResetPassword.lost_reset_password {
		width: 80%;
	}

	/* PACKS */
	body.single-product .content-area .product-type-bundle .col-1 {
		width: 100%;
	}
	.packs { padding: 0; }
	.packs h2 { display: none; }
	.pack:before {
		content: 'Pack';
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 38px;
		text-transform: uppercase;
		color: #ff6600;
		font-weight: 700;
	}
	body.single-product .content-area .btns {
		height: 50px;
		margin: 0;
	}
	.packs .bundled_product {
		min-height: auto;
		border-bottom: 1px solid  rgba(0,0,0,0.05) !important;
		width: 100%;
    	display: block;
	}
	.product-type-bundle .bundled_product:first-child:before,
	.packs .bundled_product_summary:nth-child(2):before,
	.packs .bundled_product_summary:nth-child(4):before {
		display: none;
	}
	.packs .bundled_product:last-child {
		border-bottom: none !important;
	}
	.packs .pack,
	.packs .pack:last-child {
		padding-bottom: 20px;
	}
	.packs .top {
		right: 180px;
	}

	.table-responsive .shop_table {
		min-width: auto;
		display: block;
	}
	.shop_table > tfoot {
		position: relative;
		display: block;
		width: 100%;
	}
	.shop_table tfoot tr {
		width: 100%;
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.shop_table tfoot td {
		border: none;
	}


	/* PORTADA SLIDER 2022 responsive */
	.portada-slider, .portada-slider .slide {
		height: 65vh;
	}
	.portada-slider .slide.ofertes,
	.portada-slider .slide.producte {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
			-ms-flex-flow: column-reverse;
				flex-flow: column-reverse;
	}
	.portada-slider .slide .images-grid {
		height: 75%;
		width: 100%;
		padding: 20px 20px 20%;
	}
	.portada-slider .slide.producte .images-grid .bg-img {
		height: 100%;
		width: 100%;
		background-size: cover;
		background-position: center;
	}
	.portada-slider .slide.ofertes .figcaption {
		padding-top: 40px;
	}
	.portada-slider .slide.ofertes .images-grid {
		-webkit-box-align: start;
    	-ms-flex-align: start;
        align-items: flex-start;
	}
	.portada-slider .slide.ofertes .images-grid .bg-img {
		height: 20vh;
	}
	.portada-slider .slide.ofertes .images-grid .inner {
		width: 100%;
	}
	.portada-slider .slide figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	}
	.portada-slider .slide figure figcaption {
		width: 100%;
		top: 0;
	}
	.portada-slider .slide .figcaption {
		width: 100%;
		padding: 20px;
	}
	.portada-slider .slide.sense_fons .figcaption {
		width: 100%;
		padding-left: 20px;
		border-left: none;
		max-height: 100%;
	}
	.portada-slider .slide.seccio.dreta figure figcaption {
		right: 0;
		left: 0;
		margin: 15px;
		margin-top: 40px;
		width: calc(100% - 30px);
		top: unset;
		min-height: 35%;
    	height: auto;
	}
	.portada-slider .slide.marca figure {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.portada-slider .slide.marca figure figcaption {
		width: 100%;
		height: auto;
	}
	.portada-slider .slide.marca .logo {
		width: 100%;
		height: auto;
		padding: 40px 20px;
	}
	.portada-slider .slide.marca .logo img {
		float: none;
		width: 70%;
	}
	.portada-slider .slide.ofertes .images-grid .bg-img:nth-child(3), .portada-slider .slide.ofertes .images-grid .bg-img:nth-child(4) {
		display: none;
	}
	.portada-slider h2 {
		font-size: 40px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.portada-slider .slide.producte h2 {
		font-size: 28px;
		line-height: 28px;
		padding: 10px 0 0 0;
	}
	.portada-slider .slide.ofertes h2 {
		font-size: 40px;
		line-height: 35px;
		letter-spacing: 2px;
		padding-bottom: 12px;
	}
	.portada-slider h5 {
		font-size: 18px;
	}
	.portada-slider p {
		font-size: 18px;
		line-height: 20px;
	}
	.portada-slider .slide.ofertes p,
	.portada-slider .slide.producte p,
	.portada-slider .slide.marca p {
		max-width: 100%;
	}
	.portada-slider .btn {
		padding: 5px 10px;
		font-size: 13px;
		line-height: 20px;
		margin-top: 8px;
	}
	.portada-slider .slick-dots {
		bottom: 45px;
	}
	.portada-slider .slick-dots li {
		padding: 0 4px;
	}
	.portada-slider .slick-dots button {
		width: 13px;
		height: 13px;
	}
}

@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
	.woof_sid{
		display: none;
	}
	.btn-download span.wpcf7-not-valid-tip {
		margin-top: 44px;
	}
	.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
		bottom: auto;
		height: 50px;
		margin-top: 50px;
		width: 100%;
		position: relative;
	}

	.single-post .page-header {
		margin-top: 12px;
		position: relative;
	}
	.single-post article.content {
		padding-top: 0;
	}
	.single-post .content .left-block {
		width: 100%;
		position: relative;
	}
	.single-post .content .content {
		width: 100%;
		margin-left: 0;
	}
	.icon-list {
		margin: 40px 0;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 100%;
	}
	.icon-list .icon {
		width: 50%;
		max-width: unset;
		margin-bottom: 20px;
	}
	.icon-list.alt {
		display: block;
		font-size: 20px;
    	line-height: 26px;
	}
	.icon-list .c-i {
		margin-bottom: 20px;
	}
	.icon-list .c-i i:before {
		font-size: 30px;
	}
	.page-template-template-registro .page-header, .woocommerce-account .page-header {
		border-bottom: none;
		margin-top: 36px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.page-template-template-registro .page-header h1, .page-template-template-registro .section h3 {
		font-size: 24px;
    	line-height: 26px;
	}
	.page-template-template-registro .wpcf7-form {
		width: 100%;
	}

	/*sectores*/
	.page-template-template-sectores a {
		display: block;
	}
	.page-template-template-sectores .cover {
		padding-bottom: 35%;
		width: 40%;
		position: absolute;
		background-size: auto 130%;
	}
	.page-template-template-sectores .inner {
		background: white;
		margin-bottom: 20px;
		min-height: 150px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.page-template-template-sectores h2 {
		margin: 0;
		font-size: 18px;
		line-height: 22px;
		padding-left: 48%;
		text-align: left;
		display: block;
		width: 100%;
		height: auto;
	}
	
}

@media only screen and (max-width: 375px) {
	.portada-slider, .portada-slider .slide {
		height: 75vh;
	}
}


/* WordPress Generated Classes */
.size-auto,
.alignnone {
	margin: 5px 20px 0 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignleft {
	float: left;
	margin: 40px 20px 20px 0;
}
img{
	height: auto;
}
a img.alignright {
	float: right;
	margin: 40px 0 20px 20px;
}
a img.alignnone {
	margin: 40px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 40px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.gallery-caption {
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}
/* WordPress Generated Classes END */

/* Loading */
.wrapper{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.wrapper.loading{
	opacity: 0;
}
.animsition-loading,.animsition-loading:after {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	border-radius: 50%;
	z-index: 2
}
.animsition-loading {
	background-color: transparent;
	border-top: 5px solid rgba(0,0,0,.2);
	border-right: 5px solid rgba(0,0,0,.2);
	border-bottom: 5px solid rgba(0,0,0,.2);
	border-left: 5px solid #eee;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: animsition-loading;
	animation-name: animsition-loading
}
.related-models {
	list-style: none;
	padding: 0;
	margin: 0;
}
.related-models li {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
.related-models li.current {
	border-color: #ff6600;
	background: #fafafa;
}
.related-models li.current a {
	cursor: default;
}
@-webkit-keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
/* Loading dots */
.ajax_filter_area {
	position: relative;
}
.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	opacity: 0.5;
	z-index:100;
}
.wrap_fountainG {
	position:relative;
}
.fountainG_0{
	position: absolute;
	width:88px;
	height:18px;
	bottom: 0px;
	left: 50%;
	margin-left: -44px;
	z-index: 999;
	display: none;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(255,255,255);
	width:18px;
	height:18px;
	animation-name:bounce_fountainG;
	-o-animation-name:bounce_fountainG;
	-ms-animation-name:bounce_fountainG;
	-webkit-animation-name:bounce_fountainG;
	-moz-animation-name:bounce_fountainG;
	animation-duration:1.3s;
	-o-animation-duration:1.3s;
	-ms-animation-duration:1.3s;
	-webkit-animation-duration:1.3s;
	-moz-animation-duration:1.3s;
	animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
	transform:scale(.3);
	-o-transform:scale(.3);
	-ms-transform:scale(.3);
	-webkit-transform:scale(.3);
	-moz-transform:scale(.3);
	border-radius:19px;
	-o-border-radius:19px;
	-ms-border-radius:19px;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
}

.fountainG_1{
	left:0;
	animation-delay:0s;
	-o-animation-delay:0s;
	-ms-animation-delay:0s;
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
}

.fountainG_2{
	left:29px;
	animation-delay:0.15s;
	-o-animation-delay:0.15s;
	-ms-animation-delay:0.15s;
	-webkit-animation-delay:0.15s;
	-moz-animation-delay:0.15s;
}

.fountainG_3{
	left:58px;
	animation-delay:0.3s;
	-o-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
}


@keyframes bounce_fountainG{
	0%{
		transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
		transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
		-o-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
		-o-transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
		-ms-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
		-ms-transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
		-webkit-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
		-webkit-transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
		-moz-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
		-moz-transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}
/* end Loading dots */

.wishlist-nav {
    border-left: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
	.wishlist-nav {
		border-left: none;
	}
}
.shop_table td.product-name {
    font-size: 12px;
    line-height: 16px;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg {
	vertical-align: middle !important;
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
	margin-left: 5px !important;
	margin-right: 0 !important;
}
#yith-wcwl-popup-message { display: none !important; }

.archive .yith-wcwl-add-to-wishlist,
.home .yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 35px;
    top: 11px;
    width: 30px;
    height: 30px;
}
.archive .btn-like,
.home .btn-like {
	width: 30px;
	min-width: 30px;
    height: 30px;
	line-height: 30px;
	border-radius: 2px;
}
.archive .yith-wcwl-add-button .add_to_wishlist svg, 
.archive .yith-wcwl-icon-svg,
.home .yith-wcwl-add-button .add_to_wishlist svg, 
.home .yith-wcwl-icon-svg {
	margin-left: 2.5px !important;
}
.yith-wcwl-wishlistaddedbrowse .feedback {
	display: none !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
	background: #ccc;
}
.yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse {
	width: 30px !important;
	padding: 0 !important;
}
.yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-wishlistexistsbrowse a {
	font-size: 0 !important;
}
.yith-wcwl-wishlistaddedbrowse a:before, .yith-wcwl-wishlistexistsbrowse a:before {
	line-height: 30px !important;
}

/*woocommerce block checkout amagar fragments*/
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
	display: none !important;
}

footer .form-control {
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    height: 3.125em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
    font-weight: 300;
}
footer .subscribe-form .checkbox {
    font-size: 12px;
}
footer .subscribe-form .checkbox label a {
	color: white; 
	text-decoration: underline;
}


#customer_login .form-row.woocommerce-form-row {
	position: relative;
	margin-bottom: 16px;
}
.woocommerce-form-login input {
    background-color:#fff;border:1px solid hsla(0,0%,7%,.8);border-radius:4px;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:16px;height:3.125em;line-height:1em;margin:0;min-height:0;padding:1em .5em;width:100%
}
.woocommerce-form-login input:focus{background-color:#fff;border:1.5px solid;color:#2b2d2f}
.woocommerce-form-login label {
    color:hsla(0,0%,7%,.7);cursor:text;font-family:inherit;font-size:16px;font-style:inherit;font-weight:inherit;left:.5625em;letter-spacing:inherit;line-height:inherit;line-height:1.5;margin:0;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:1.562em;transform:translateY(-50%);transform-origin:top left;transition:all .2s ease
}
.woocommerce-form-row.is-active label {
    margin: 0;top:0;transform:translateY(4px) scale(.75)
}
.woocommerce-form-row.is-active input {
	padding: 1.5em .5em .5em
}

button.show-password-input {
	display: none;
}
#customer_login .button, .lost_reset_password .button {
    padding: 15px;
    color: #fff;
    background-color: #ff6600;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: block;
    min-width: 200px;
    position: relative;
}