/*
Theme Name: DoorArreda
Theme URI: http://tonda.select-themes.com
Description: A child theme of Tonda Theme
Author: Andrea Vigani
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: tonda
Template: tonda
*/
.hide-btn .qodef-st-action {
    display: none;
}
/*HEADER*/
.qodef-logo-wrapper {
	vertical-align: bottom!important;
}

.qodef-vertical-align-containers {
	display: inline-flex;
    justify-content: space-between;
}
.qodef-vertical-align-containers .qodef-position-left {
	float: none;
	flex-grow: 1;
}
.qodef-vertical-align-containers .qodef-position-right {
	float: none;
}
.qodef-position-left-inner {
	width: 100%;
	display: inline-flex!important;
    align-items: center;
}
.qodef-logo-wrapper a {
	
}
.qodef-logo-wrapper a, .qodef-logo-wrapper img {
	max-height: 30px!important;
}
.qodef-main-menu {
	margin: auto;
}

.rev-navigation .tp-bullet:before { background-color: #D6D1C5!important; }

.qodef-search-fade .qodef-fullscreen-search-holder .qodef-fullscreen-search-table {
    background-color: #d7d1c4;
}
/*Breadcrumbs*/
.qodef-breadcrumbs-type {
	height: auto!important;
	background-color: transparent!important;
}
.qodef-breadcrumbs-type .qodef-title-wrapper {
    padding: 1rem 0!important;
    height: auto!important;
}
.qodef-breadcrumbs {
	color: #000!important;
	text-transform: uppercase;
}
.qodef-breadcrumbs .qodef-current {
	font-weight: 600;
}
.home .qodef-breadcrumbs-type { display: none; }
.woocommerce .qodef-delimiter:first-of-type {
	display:none!important;
}
/*PAGE*/
.qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner, .qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner {padding: 0!important;}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs {
	padding: 0 .5rem;
}
.page__title__wrapper {
	padding: 0 .5rem;
}
.page__title {
	padding: 4rem 0 2rem 0;
}
.page__title h1, h1.page__title, h1.qodef-single-product-title { font-size: 2.5rem; line-height: 2.75rem; }
.page__title h2, h2.page__title { font-size: 1.8rem; line-height: 2.4rem; }
.page__title h3 { font-size: 1.6rem;}
.page__title p {text-align:center!important;}
.page__title .qodef-st-separator {
    left: 0!important;
    right: 0;
    top: 100%!important;
    margin: 4rem auto;
    width: 250px!important;
}
.page__title .qodef-st-text { padding-left: 0!important; }
@media only screen and (max-width:768px) {
	.qodef-section-title-holder.page__title {
		padding: 2rem 0 1rem 0!important;
	}
	.page__title .qodef-st-text { text-align: justify!important; }
}
.page__title--left p {text-align:left!important;}
.page__title--left .qodef-st-separator {
	position: relative!important;
    margin: 0 0 1rem 0;
    width: 80px!important;
}
.page__title--notext .qodef-st-text-holder { display: none!important; }
.page__image .vc_column-inner {
	padding-bottom: 56.75%;
}
.page__content {
    padding: 4rem!important;
}
.page__content .qodef-st-action {
	margin-top: 1rem;
}
@media only screen and (max-width:768px) {
	.order__reverse--mobile { flex-direction:column-reverse; }
}
.padding0 { padding: 0!important; }
.shift {
	margin-left: -3rem;
}
.shift .vc_column-inner {
	margin-left: 3rem;
    margin-top: 3rem;
    padding: 0!important;
}
.shift--small { box-shadow: inset -20rem 0 0 0 #fff; }
.shift--small--inverse { box-shadow: inset 20rem 0 0 0 #fff; }
.shift--inverse {
	margin-left: 3rem;
}
.shift--inverse .vc_column-inner {
	margin-left: -3rem;
}
.bg-primary {
	background-color: #d7d1c4;
}
body .bg-top {
	background-position: top!important;
}
/*PRODUCT CATEGORY LIST*/
.qodef-pcli-parent { font-size: .77rem; }
.qodef-pcli-name { font-size: 1.25rem; }
.qodef-pcli-separator {
	height: 1px;
    background: #000;
    display: block;
    max-width: 30px;
    margin-top: .5rem;
}
.pcl-alternative .qodef-pcl-holder .qodef-pcli-inner .qodef-pcli-text {
	position: relative;
}
.pcl-alternative .qodef-pcl-holder .qodef-pcli-inner .qodef-pcli-text-inner {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
}
.pcl-alternative .qodef-pcli-separator { display: none; }
/*PRODUCT CATEGORY*/
.gallery-temp {
	width: 100%;
	display: inline-flex;
	list-style-type: none;
	justify-content: center;
}
.woocommerce-result-count, .woocommerce-ordering { display:none!important; }

/* Tiles */
.tiles {
	margin: 2rem auto;
	display: inline-flex;
	flex-flow: row wrap;
	width: 100%;
}
.tiles .tiles__col {
	flex: 1 1 auto;
    display: inline-flex;
    flex-direction: column;
	flex-basis: 50%;
}
.tiles .tiles__col img { visibility: hidden; }
@media only screen and (max-width: 768px) {
	.tiles .tiles__col {
		flex-basis: 100%;
	}
}
.tiles .tiles__group {
	display: inline-flex;
	height: 100%;
}
.tiles .tiles__group .tile {
	flex: 1 1 auto;
	margin: .5rem;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.05);
}
.tiles .tiles__group .tile--contain {
	background-size: contain!important;
}


/* Product Loop */
.qodef-pl-main-holder {
	margin-top: 4rem!important;
}
.qodef-pl-inner {
	background: #f8f8f8;
}
.qodef-pl-inner:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.qodef-pl-inner .qodef-pl-image {
	position: absolute!important;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 1rem 0;
}
.qodef-pl-inner .qodef-pl-image > img {
	width: auto!important;
	height: 100%;
	margin: 0 auto;
}

/* FOOTER */
footer img {
    max-width: 150px!important;
}
footer ul.menu > li:first-of-type > a {
	font-size: 15px;
    line-height: 1.466666666666667em;
    font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 13px;
	display: block;
	color: #fff;
}
footer ul.sub-menu {
	margin: 0!important;
	font-size: 600;
}
/* ARCHIVE PRODUCTS */
mark.count {display:none;}
h2.woocommerce-loop-category__title {
    font-size: 1.5rem;
}
.qodef-pl-inner .qodef-pl-image {
	padding: 0;
}
ul.products>.product .qodef-pl-inner:hover .qodef-pl-text {
    opacity: .3!important;
}
ul.products>.product .qodef-pl-inner .qodef-pl-text-inner .qodef-pl-text-action {
	display: none!important;
}
/* SINGLE PRODUCT */
.woocommerce-product-details__short-description {
    margin: 1.5rem 0!important;
}
.product_meta {
	display:none;
}
.attributes {
    color: #000!important;
}
/* Tabs */
.tabs.wc-tabs {
	width: 100%!important;
    text-align: left;
}
/* Attributes */
.attribute__wrapper {
	width: 100%;
	display: inline-flex;
	flex-flow: row wrap;
}
.attribute__item {
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 1.5rem 0;
	flex-basis: 33%;
	box-sizing: border-box;
}
.attribute__item h4 {
	width: 50%;
	padding: 2rem;
	margin: 0;
	box-sizing: border-box;
}
.attribute__item h4 span {
    font-size: .8rem;
    text-transform: none;
    font-weight: 400;
    color: grey;
    display: block;
}
.attribute__image {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	background-color: lightgray;
	border: 1px solid lightgray;
}
.attribute__image:hover {
	transform: scale(1.4);
	transition: .5s;
}

.attribute__title {
	margin-bottom: 0;
	margin-top: 2rem;
}
.sep {
	background-color: #e3e2e2;
    border: none;
    height: 1px;
}
@media only screen and (max-width: 1024px) {
	.attribute__item {
		flex-basis: 50%;
	}
	.qodef-grid {
		width: 90%!important;
	}
}
@media only screen and (max-width: 580px) {
	.attribute__item {
		flex-basis: 100%;
	}
}

/*iubenda*/
#iubenda-cs-banner {
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;
  }
  .iubenda-cs-content {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;}
  .iubenda-cs-rationale {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
  }
  .iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
  }
  .iubenda-cs-close-btn {
    margin:0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
  }
  .iubenda-cs-cookie-policy-lnk {
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
  }
