@charset "utf-8";

/* GLOBALS */

:root {
	--primary-color: #5f6063;
	--secondary-color: #000000;
	--tertiary-color: #662483;
	--fourth-color: #f36e38;
	--font-title: 'Akrobat', sans-serif;
	--font-default: 'Roboto', sans-serif;
}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #000;}
::-webkit-scrollbar-thumb {background-color: var(--fourth-color); border: 3px solid #000; border-radius: 50px;}

::selection {color: white; background-color: var(--secondary-color);}
::-webkit-selection {color: white; background-color: var(--secondary-color);}
::-moz-selection {color: white; background-color: var(--secondary-color);}
::-o-selection {color: white; background-color: var(--secondary-color);}
::-ms-selection {color: white; background-color: var(--secondary-color);}

@media (max-width: 480px) {
	::-webkit-scrollbar {width:0px}
}
.mobile-menu__submenu--panel::-webkit-scrollbar-thumb {border: 1px solid #6d6e71; border-radius: 50px; background-color: #6d6e71;}
.mobile-menu__submenu--panel::-webkit-scrollbar-track {background: #000;}
.mobile-menu__back-btn {padding: .5rem 1rem 0;}
.mobile-menu__column {margin-bottom: 0;}
.mobile-menu__links-list--lvl-hidden {padding: 0 0 0 1rem;}

b, strong {font-weight: bold;}

#main-page-content .page-content.page-cms h1, .product-container #description div.product-description .rte-content h1 {font-family: 'Akrobat', sans-serif; font-size: 30px; line-height: 30px; margin: 15px 0px; font-weight: 400; text-align: left; color: black; text-transform: lowercase;}
#main-page-content .page-content.page-cms h2, .product-container #description div.product-description .rte-content h2 {font-family: 'Akrobat', sans-serif; font-size: 25px; line-height: 25px; margin: 15px 0px; font-weight: 400; text-align: left; color: black; text-transform: lowercase;}
#main-page-content .page-content.page-cms h3, .product-container #description div.product-description .rte-content h3 {font-family: 'Akrobat', sans-serif; font-size: 23px; line-height: 23px; margin: 10px 0px; font-weight: 400; text-align: left; color: black; text-transform: none;}
#main-page-content .page-content.page-cms h4, .product-container #description div.product-description .rte-content h4 {font-family: 'Akrobat', sans-serif; font-size: 20px; line-height: 23px; margin: 10px 0px; font-weight: 400; text-align: left; color: black; text-transform: none;}
#main-page-content .page-content.page-cms h5, .product-container #description div.product-description .rte-content h5 {font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 23px; margin: 10px 0px; font-weight: 600; text-align: left; color: black; text-transform: uppercase;}
#main-page-content .page-content.page-cms h6, .product-container #description div.product-description .rte-content h6 {font-family: 'Roboto', sans-serif; font-size: 17px; line-height: 23px; margin: 0px; font-weight: 600; text-align: left; color: black; text-transform: uppercase;}

#main-page-content .page-content.page-cms p, .product-container #description div.product-description .rte-content p {font-size: 15px; line-height: 23px; margin: 0px; font-weight: 300; text-align: justify; color: var(--primary-color); text-transform: none;}
#main-page-content .page-content.page-cms p strong, .product-container #description div.product-description .rte-content p strong {color: var(--tertiary-color); font-weight: 600;}
#main-page-content .page-content.page-cms p a, .product-container #description div.product-description .rte-content p a {color: var(--primary-color); font-weight: 600; text-decoration: underline;}
#main-page-content .page-content.page-cms ul, .product-container #description div.product-description .rte-content ul {list-style-type: disc; padding: 0px 0px 0px 20px; margin: 10px 0px 10px 0px; text-align: left;}
#main-page-content .page-content.page-cms ul li, .product-container #description div.product-description .rte-content ul li {font-size: 15px; line-height: 23px; margin: 0px; font-weight: 300; text-align: left; color: var(--primary-color); text-transform: none;}

#main-page-content .page-content.page-cms table, .product-container #description div.product-description .rte-content table {margin: 10px 0px 10px 0px; text-align: left; width: 100%;}
#main-page-content .page-content.page-cms tbody tr th, .product-container #description div.product-description .rte-content tbody tr th {border-color: #d4d4d4; padding: 10px; font-size: 15px; line-height: 20px; font-weight: 600; text-align: left; color: black;}
#main-page-content .page-content.page-cms tbody tr td, .product-container #description div.product-description .rte-content tbody tr td {border-color: #d4d4d4; padding: 10px; font-size: 15px; line-height: 20px; font-weight: 300; text-align: left; color: var(--tertiary-color);}

.page-cms div.rte-content h1.page-heading.bottom-indent {display: none !important;}

@media screen and (max-width: 767px) {
	#main-page-content .page-content.page-cms p, .product-container #description div.product-description .rte-content p {text-align: left;}
}

/* HEADER */

#desktop-header .logo {
  max-height: 40px;
  width: auto;
  margin-top: 5px;
  margin-left: 12px;
}
#mobile-header .logo {
  max-height: 30px;
  width: auto;
}
.header-banner {
  background: var(--primary-color);
  font-size: 13px;
  color: white;
  line-height: 20px;
  font-weight: 300;
  text-transform: lowercase;
  padding: 10px;
}

#index #desktop-header, #module-iqitelementor-Preview.elementor-landing-body #desktop-header {margin-top: 0px;}
#index #desktop-header .header-top, #module-iqitelementor-Preview.elementor-landing-body #desktop-header .header-top {padding-top: 27px; padding-bottom: 20px;}

@media (min-width: 991px) {
	div.col-auto {min-width: 12%;}
}

#header .header-btn-w .header-btn {margin-right: 12px;}
#header .header-btn-w .header-btn > .icon {font-weight: lighter;}
.mobile-menu__link {font-weight: 300;}
div.elementor-element.elementor-element-9wmldj9 {padding-top: 18px !important;}

div#header-search-btn .dropdown-search {padding: 0px; min-width: 300px; max-width: 360px; right: 20px; top: 30px; border: none;}
div#header-search-btn .dropdown-search .form-search-control {font-weight: 300; font-size: 13px; border: none;}
div#header-search-btn .dropdown-search span.name {font-size: 13px; line-height: 13px;}
div#header-search-btn .dropdown-search span.product-price {line-height: 30px; font-weight: 600;}
div#header-search-btn .dropdown-search .col.col-auto.col-shop.pt-3.pb-3 {display: none;}

#mobile-header .dropdown-mobile {padding: 0px !important; border: none !important;}
#mobile-header .dropdown-mobile input.form-control.form-search-control {font-size: 13px; font-weight: 300; border: none;}

#cbp-hrmenu.cbp-horizontal > ul > li > a {line-height: 45px;}
#cbp-hrmenu.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title {text-transform: none; font-weight: 600;}
#cbp-hrmenu.cbp-hrmenu .cbp-hrsub-inner .cbp-links li {margin: 7px 0px; padding: 0px;}
#cbp-hrmenu.cbp-hrmenu .cbp-hrsub-inner .cbp-links li a {font-weight: 300;}
#cbp-hrmenu.cbp-hrmenu .cbp-hrsub-inner li div > a:after {
    color: white !important;
    opacity: 1 !important;
    padding-left: 10px !important;
	padding-right: 10px !important;
    vertical-align: -1px;
}
#cbp-hrmenu.cbp-hrmenu .cbp-hrsub-inner li ul.cbp-hrsub-level2 {border: 1px solid #202020 !important; padding: 5px 10px !important;}

#mobile-header .m-nav-btn > i {font-size: 23px !important; font-weight: lighter !important;}
button.btn.btn-icon.mobile-menu__close.js-mobile-menu__close {font-weight: lighter !important; border: none !important;}
span.fa.fa-angle-left.align-middle.mr-4 {font-weight: lighter !important; font-size: 15px !important; line-height: 26px !important;}
.mobile-menu__submenu {padding-bottom: 20px !important;}
span.cursor-pointer.ml-3.p-0.mobile-menu__subcat-expander.js-mobile-menu__subcat-expander {margin-left: 5px !important; font-size: 10px !important;}
.mobile-menu__links-list--lvl-hidden {padding-block: 8px;}

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {width: 360px;}

@media (min-width: 992px) {
  #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
	div.elementor-element.elementor-element-9wmldj9 {padding-top: 0px !important;}
}
@media (max-width: 600px) {
	div.header-banner {font-size: 11px; line-height: 13px;}
}

/* HOME */

.homeboxdiv {
  max-width: 330px;
  margin: auto;
}
.homeboxtitletop h2 {
  font-family: var(--font-title);
  font-size: 50px;
  color: white;
  line-height: 50px;
  font-weight: 700;
}
.reverse .homeboxtitletop h2 {
  color: var(--tertiary-color);
}
.homeboxtitlebottom h2 {
  font-family: var(--font-title);
  font-size: 45px;
  color: white;
  line-height: 50px;
  font-weight: 300;
}
@media (min-width: 991px) {
	.homeboxtitlebottom h2:before {
		content: "-"; display: inline-block; vertical-align: top;
		font-weight: 300; margin-right: 10px; margin-left: -25px;
	}
}
.reverse .homeboxtitlebottom h2 {
  color: black;
}
.homeboxtext {
  font-size: 15px;
  color: white;
  line-height: 20px;
  font-weight: 300;
}
.reverse .homeboxtext {
  color: var(--primary-color);
}
.homeboxbutton .btn {
  font-size: 13px;
  font-weight: 600;
  color: white;
  background: transparent;
  line-height: 20px;
  padding: 10px 15px;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, var(--tertiary-color), var(--fourth-color));
}
.homeboxbutton .btn:hover {
  color: black;
  background: white;
  border-color: #fff;
  border-image-source: none;
}
.reverse .homeboxbutton .btn {
  color: black;
  border: 3px solid #d4d4d4;
  border-image-source: none;
}
.reverse .homeboxbutton .btn:hover {
  color: white;
  background: black;
  border-color: black;
}
.homeboximgtitle:not(.elementor-editor-active *) {
  display: none;
}
.homeplisttitle h2 {
  font-family: var(--font-title);
  color: black;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
}
.homeplisttitle h2 b {
  color: var(--tertiary-color);
  font-weight: 700;
}
.homeplisttext, .homeplisttext p {
  color: black;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: var(--primary-color);
  margin: 0;
}
@media (max-width: 991px) {
	.homeboxleft .elementor-col-66, .homeboxright .elementor-col-66 {width: 100% !important; max-width: 100%;}
  .homeboximg img {
      object-fit: cover;
      width: 100%;
      height: 450px;
      max-width: none;
  }
  .homeboxdiv:not(.elementor-editor-active *) [class*='homeboxtitle'] {
    display: none;
  }
  .homeboxleft .homeboxdiv, .homeboxright .homeboxdiv {
    order: 2;
	float: none;
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center;
  }
  .homeboximgtitle:not(.elementor-editor-active *) {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
  }
  .homeplisttitle h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .homeplisttext, .homeplisttext p {
    font-size: 13px;
  }
  .reverse .homeboxtitletop h2 {
    color: #fff;
  }
  .reverse .homeboxtitlebottom h2 {
    color: #fff;
  }
}

.striped {
  background: linear-gradient(90deg, #f6f6f6 20%, #fff 0);
}

/* PRODUCT LIST */

#js-product-list-top.products-selection a i.fa.fa-angle-down {font-size: 9px;}
#js-product-list-top.products-selection .products-selection .products-sort-nb-dropdown .dropdown-menu {padding-block: 5px;}
#js-product-list-top.products-selection .dropdown-menu .dropdown-item {padding-block: 3px; border: none;}
#js-product-list-top.products-selection .form-control {padding: .35rem .8rem;}

#search_filters h4.block-title.facet-title.sasa {color: black !important; font-weight: 600; font-size: 15px; padding: 0px !important; border: none !important; font-family: 'Roboto', sens-serif;}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a, #search_filters .facet > ul, #search_filters_brands .facet > ul, #search_filters_suppliers .facet > ul {font-size: 12px;}

.product-miniature-default .product-thumbnail img {background: #fff}
.products-grid .product-miniature-default .product-description {padding: 0px !important;}

#main div.category-description {background: #f9f9f9; margin-bottom: 12px; padding: 20px;}
#main div.category-description .rte-content {max-width: 991px; margin: auto;}
#main div.category-description p {font-weight: 300; font-size: 15px; line-height: 25px; text-align: justify;}

.product-list-subcategories {
  padding: 0 15px;
  margin: 0;
}
.product-list-subcategories .row {justify-content: center;}
.product-list-subcategories .subcatdiv {
  background: white;
  border: 3px solid #d4d4d4;
  color: var(--primary-color);
  font-weight: 300;
  margin: 0 5px 15px;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  width: auto;
  height: 35px;
  text-transform: lowercase;
  max-width: 360px;
}
.product-list-subcategories .subcatdiv a:any-link {
  color: var(--primary-color);
  transition: none;
}
.product-list-subcategories .subcatdiv:first-child {
  margin-left: 0;
}
.product-list-subcategories .subcatdiv:last-child {
  margin-right: 0;
}
.product-list-subcategories .subcatdiv:hover {
  color: white;
  font-weight: 600;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.product-list-subcategories .subcatdiv:hover a:any-link {
  color: white;
  font-weight: 600;
  transition: none;
}
.products-selection {
  margin: 0 0 15px;
  padding: 0;
  border: none;
}
.products-sort-nb-dropdown a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}
.showing {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.row.align-items-center.justify-content-between.small-gutters > div.col.col-auto + div.col.col-auto + div.col.col-auto {text-align: right;}
.products-selection .products-nb-per-page .dropdown-menu, .products-selection .products-sort-nb-dropdown .dropdown-menu {margin-top: 5px;}

#search_center_filter_toggler {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: lowercase;
  padding: .2rem .8rem;
}
#search_center_filter_toggler .fa {
  display: none;
}
#search_center_filter_toggler:hover {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

@media (max-width: 767px) {
  .product-list-subcategories .subcatdiv {
    margin: 0 0 8px;
    max-width: calc(100% / 2 - 5px);
  }
  .product-list-subcategories .row {
    justify-content: space-between;
  }
  .products-sort-nb-dropdown a,
  .showing {
    font-size: 13px;
    line-height: 16px;
  }
	section#main div.category-description p {font-size: 13px; line-height: 20px; text-align: left;}
}
@media (max-width: 991px) {
  .product-list-subcategories .subcatdiv {
    font-size: 11px;
    line-height: 11px
  }
}
.page-header {
  margin: 0 -25px 15px;
  background: #f6f6f6;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#wrapper .breadcrumb {
  margin: 0;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
}
#wrapper .breadcrumb .container div.row.align-items-center {width: 100%; display: block;}
#wrapper .breadcrumb li:last-child::after {
  content: "";
  display: none;
}
#wrapper .breadcrumb li:last-child {
  font-weight: 600;
}
#wrapper .breadcrumb li::after {
    content: ">";
    opacity: 1;
    margin: .3em;
}
#content-wrapper .page-title {
  text-transform: lowercase;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 5px;
}
.product-carousel .product-miniature-default .thumbnail-container {
  border-left: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding: 0px;
}
#js-product-list .product-miniature-default {
  margin-bottom: 30px;
}
#js-product-list .product-miniature-default .thumbnail-container {
  border-left: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding: 0px;
}
#js-product-list .js-product-miniature-wrapper:last-child .thumbnail-container {
  border-right: 2px solid #f0f0f0;
}
@media (min-width: 1200px) {
  #js-product-list .js-product-miniature-wrapper:nth-child(5n) .thumbnail-container {
    border-right: 2px solid #f0f0f0;
  }
}
@media (min-width: 992px) AND (max-width: 1199px) {
  #js-product-list .js-product-miniature-wrapper:nth-child(4n) .thumbnail-container {
    border-right: 2px solid #f0f0f0;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  #js-product-list .js-product-miniature-wrapper:nth-child(3n) .thumbnail-container {
    border-right: 2px solid #f0f0f0;
  }
}
@media (max-width: 767px) {
  #js-product-list .js-product-miniature-wrapper:nth-child(odd) .thumbnail-container {
    border-right: 1px solid #f0f0f0;
  }
  #js-product-list .js-product-miniature-wrapper:nth-child(even) .thumbnail-container {
    border-right: 2px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
  }
}
.product-miniature .product-description {
  margin-top: 30px;
}
.products-grid .product-miniature-default .product-title,
.products-grid .product-miniature-default .product-reference {
  margin: 0;
}
.product-miniature .product-title a:any-link {
  color: var(--primary-color);
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin: 0px;
}
.product-miniature .product-reference a:any-link {
  color: black;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  margin: 0;
}
.products-grid .product-miniature-layout-1 .product-price-and-shipping {
  padding: 0;
}
.product-miniature-grid .product-price  {
  font-family: var(--font-title);
  color: black;
  line-height: 30px;
  margin: 20px 0 0;
}
.pagination {
  margin-bottom: 1rem;
}
.pagination .page-list li.current a,
.pagination .page-list li .fa {
  color: black;
  font-weight: 600;
}
.pagination .page-list li {
  border: none;
  margin: 0 5px;
}
.pagination .page-list a {
  padding: 0;
  color: var(--tertiary-color);
}

@media (max-width: 767px) {
  .product-carousel .product-miniature-default .thumbnail-container {
    border: 2px solid #f0f0f0;
  }
  #content-wrapper .page-title {
    line-height: 23px;
    font-size: 20px;
  }
  #wrapper .breadcrumb {
    font-size: 10px;
    line-height: 13px;
  }
  .page-header {
    min-height: 80px;
  }
	
	#js-product-list .product-miniature-default {margin-bottom: 13px;}
	.product-miniature .product-title a:any-link {font-size: 13px; line-height: 16px;}
	.product-miniature .product-description {margin-top: 10px;}
	.product-miniature-grid .product-price {margin-top: 10px !important; font-size: 17px; line-height: 17px !important;}
	
}

/* PRODUCT PAGE */

#product .page-header {
  min-height: 50px; margin-bottom: 25px;
}
#product-images-thumbs.swiper-container-vertical {
  top: unset;
  height: 100%;
  width: calc(100% - 1rem);
  text-align: center;
}
#product-images-thumbs .thumb-container {
  border: 1px solid #d4d4d4;
}
.product_header_container {
  padding: 2rem 0 2rem 2rem;
  border-bottom: none;
}
#content-wrapper .product_header_container .page-title {
  color: black;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  margin: 0px 0px 10px 0px;
}
.product-description {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: var(--primary-color);
}
.product_p_price_container {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
.aboveprice {
  font-size: 17px;
  line-height: 20px;
  color: var(--primary-color);
  font-weight: 300;
  margin-bottom: 5px;
}
.tax-shipping-delivery-label {
  color: black;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.product-reference {
  margin: 15px 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: var(--primary-color);
}
.product-reference label {
  margin-bottom: 0;
}
.product-reference span {
  font-weight: 600;
  color: black;
}
.product_header_container .product-price,
.product_p_price_container .product-price,
.tax-shipping-delivery-label {
  display: inline-block;
}
.product-additional-info {
  border-top: none;
  padding-top: 0;
}
#product-images-thumbs.swiper-container-horizontal {
  margin: unset;
}
#product-images-thumbs.swiper-container-vertical .thumb-container {padding: 0px !important;}

#col-product-info .product-description div.rte-content p {text-align: justify;}
#col-product-info .product-description div.rte-content, #col-product-info .product-description div.rte-content p, #col-product-info .product-description div.rte-content li {font-weight: 300; font-size: 15px; line-height: 23px; color: var(--primary-color); margin: 0px;}
#col-product-info .product-description div.rte-content ul, #col-product-info .product-description div.rte-content ol {padding-bottom: 0px;}

@media (max-width: 767px) {
	#product .page-header {margin-bottom: 15px !important;}
	#col-product-info .product-description div.rte-content p {text-align: left !important;}
	.images-container-d-leftd .product-cover {margin-bottom: -15px !important;}
}

@media (max-width: 650px) {
	div.product-info-row {margin-bottom: 20px;}
	div#content-wrapper .product_header_container .page-title {font-size: 30px; line-height: 30px; margin: 0px !important;}
	div.product_header_container {padding: 0px; background: none !important;}
	div.aboveprice {font-size: 13px; margin-bottom: 0px !important;}
	div.product-reference {font-size: 13px; line-height: 25px; margin: 10px 0px;}
	#col-product-info .product-description div.rte-content, #col-product-info .product-description div.rte-content p, #col-product-info .product-description div.rte-content li {font-size: 12px; line-height: 20px;}
	
	div.elementor-element.elementor-element-u51x2w7 {background: none !important;}
	div.elementor-element.elementor-element-u51x2w7 .elementor-heading-title {font-size: 25px; margin-bottom: 0px !important;}
	div.elementor-element.elementor-element-u51x2w7 .elementor-text-editor.rte-content {font-size: 12px; line-height: 15px; margin-top: -5px; margin-bottom: 10px;}
}

@media (max-width: 480px) {
  .product_header_container {
    padding: 1rem 0 1rem 1rem;
  }
}

/* CHI SIAMO */

#main-page-content .page-content .about-header {padding: 60px 20px; border: 15px solid white; border-width: 0px 15px 0px 15px;}
#main-page-content .page-content .about-logo .elementor-image img {max-height: 60px; width: auto; margin-bottom: 15px;}
#main-page-content .page-content .about-header .about-title h2 {color: white !important; text-align: center; font-size: 35px; line-height: 40px; margin: 0px; width: 100% !important;}
#main-page-content .page-content .about-header .about-title h2 span {margin: 0px !important;}

.about-first-content {padding: 60px 20px;}
.about-first-content .elementor-text-editor.rte-content {max-width: 767px; margin: auto;}

.about-second-content .elementor-row {align-items: flex-start;}
.about-second-content .elementor-row .elementor-top-column .elementor-element-populated {padding: 60px 40px;}
#main-page-content .about-second-content .elementor-row .about-black-column .rte-content h2 {color: white !important; font-size: 35px; line-height: 40px; margin-top: 0px;}
#main-page-content .about-second-content .elementor-row .about-black-column .rte-content p, #main-page-content .about-second-content .elementor-row .about-black-column .rte-content li {color: white !important;}
#main-page-content .about-second-content .elementor-row .about-black-column .rte-content p strong, #main-page-content .about-second-content .elementor-row .about-black-column .rte-content li strong {color: var(--fourth-color) !important;}
#main-page-content .about-second-content .elementor-row .about-grey-column .rte-content h2 {color: black !important; font-size: 35px; line-height: 40px; margin-top: 0px;}
#main-page-content .about-second-content .elementor-row .about-grey-column .rte-content p, #main-page-content .about-second-content .elementor-row .about-grey-column .rte-content li {color: black !important;}
#main-page-content .about-second-content .elementor-row .about-grey-column .rte-content p strong, #main-page-content .about-second-content .elementor-row .about-grey-column .rte-content li strong {color: var(--tertiary-color) !important;}

#cms.cms-id-5 .page-content {margin-bottom: 0px !important;}
#cms.cms-id-5 #footer-container-main .row.first {border-top: 0px; margin-top: 0px;}

@media screen and (max-width: 991px) {
	div.about-second-content .elementor-row {display: block;}
	div.about-second-content .elementor-row .elementor-top-column {display: block; float: none !important; width: 100% !important;}
}

@media screen and (max-width: 500px) {
	main#main-page-content .page-content .about-header {padding: 40px 20px;}
	.page-content .about-first-content {padding: 20px 10px;}
	.page-content .about-second-content .elementor-row .elementor-top-column .elementor-element-populated {padding: 20px 25px;}
	main#main-page-content .page-content .about-logo .elementor-image img {max-height: 40px; margin-bottom: 10px;}
	main#main-page-content .page-content .about-header .about-title h2, #main-page-content .about-second-content .elementor-row .about-black-column .rte-content h2, #main-page-content .about-second-content .elementor-row .about-grey-column .rte-content h2 {font-size: 25px; line-height: 30px;}
}

/* FOOTER */

#footer {
  padding: 0 100px;
}
#footer-container-main .row.first {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 0;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
#index #footer-container-main .row.first {
  border-top: none;
  margin-top: 0;
}
#footer .block {
  padding-bottom: 0;
}
#footer-container-main h5.block-title {
  color: black;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
#footer-container-main .row.first .block-content {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}
#footer-container-main .row.second {
  font-size: 13px;
  line-height: 20px;
  color: var(--primary-color);
  font-weight: 400;
}
#footer-container-main b {
  font-weight: 600;
}
#footer .block-links ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
#footer .block-links ul li {
  list-style-position: inside;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
}
#footer .block-links ul>li a {
  padding: 0;
}
#footer .block-links ul>li a:before {
  content: unset;
}
#iqithtmlandbanners-block-2 {
  order: 1;
}
.block-social-links {
  order: 2;
  text-align: center;
}
#iqithtmlandbanners-block-3 {
  order: 3;
  text-align: right;
}
#footer .footer-style-1 .social-links>li {
  padding: 6px 0 0;
  background: #d4d4d4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}

#footer .social-links._footer a, #checkout-footer .social-links._footer a {color: white !important;}

@media (max-width: 767px) {
  #footer {
    padding: 0;
  }
  #footer-container-main .row.first > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footer-container-main .row.first > div:first-child {
    margin-bottom: 15px;
  }
  #footer-container-main h5.block-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #footer-container-main .row.first .block-content {
    font-size: 13px;
    line-height: 20px;
  }
  #footer-container-main .row.second {
    font-size: 11px;
    line-height: 15px;
  }
  #footer-container-main .row.first {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 0;
  }
  #footer .footer-style-1 .social-links>li {
    padding: 0px; line-height: 41px;
  }
}
@media (max-width: 480px) {
  #footer .block-links ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  #iqithtmlandbanners-block-2 {
    order: 1;
  }
  .block-social-links {
    order: 3;
  }
  #iqithtmlandbanners-block-3 {
    order: 2;
  }
  #footer-container-main .row.second > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

#footer .copyright-txt {
  font-size: 11px;
  line-height: 15px;
  color: var(--primary-color);
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
#footer .copyright-txt b {
  font-weight: 600 !important;
  color: #ea4a57;
}

/* CONTATTI */

div#iqitcontactpage-map {margin-top: 30px;}
#contact .page-content {max-width:1200px;margin:0 auto}
#contact.page-contact #main section.contact-form .form-group label.col-md-3.form-control-label {font-weight: 300; font-size: 13px;}
#contact.page-contact #main section.contact-form .form-group > *, #contact.page-contact #main section.contact-form .form-group .form-control, #contact.page-contact #main section.contact-form .form-group input, #contact.page-contact #main section.contact-form .form-group select {font-weight: 300; font-size: 13px;}
#contact.page-contact #main section.contact-form input.btn.btn-primary {background: black !important; color: white !important; font-weight: 700; border: none !important; border-radius: 0px; text-transform: lowercase !important;}
#contact.page-contact #main section.contact-form select.form-control:not([size]):not([multiple]) {height: 40px; font-size: 13px;}
#contact.page-contact #main section.contact-form .input-group .input-group-btn > .btn {line-height: 20px; background: none !important;}
#contact.page-contact #main section.contact-form .bootstrap-filestyle.input-group input.form-control {font-size: 13px; line-height: 40px; height: 40px;}
#contact.page-contact #main section.contact-form span.col-md-3.form-control-comment {line-height: 25px;}
#contact.page-contact #main section.contact-form .form-control-select {background-position: calc(100% - 13px) calc(1em + 4px),calc(100% - 8px) calc(1em + 4px),100% 0;}
.contact-rich>strong {font-family: 'Akrobat', sans-serif; font-size: 21px; line-height: 23px; margin: 0 0 25px 0px; font-weight: 700; text-align: left; color: var(--primary-color); text-transform: none;}
@media (max-width: 767.98px) {
    .contact-page-info {
        border-bottom: none;
    }
}

@media (max-width: 500px) {
	#contact.page-contact #main section.contact-form div.form-group {margin-bottom: 5px !important;}
	#contact.page-contact #main section.contact-form input.btn.btn-primary {width: 100%;}
}

/* BLOG */

.cardblog .card-block .d-inline, .simpleblog__postInfo.text-muted {display: none !important;}
.simpleblog__listing__post__wrapper__content__headline {padding: 0px !important; margin: 0px !important; border: none !important;}
img.img-fluid.photo.mb-3, .simpleblog__post.blog-mb.cardblog img.img-fluid.mb-4 {border-radius: 15px;}

.simpleblog__post.blog-mb.cardblog .rte-content h1 {font-family: 'Akrobat', sans-serif; font-size: 23px; line-height: 25px; margin: 15px 0px; font-weight: 700; text-align: left; color: var(--primary-color); text-transform: none;}
.simpleblog__post.blog-mb.cardblog .rte-content h2 {font-family: 'Akrobat', sans-serif; font-size: 21px; line-height: 23px; margin: 10px 0px; font-weight: 700; text-align: left; color: var(--primary-color); text-transform: none;}
.simpleblog__post.blog-mb.cardblog .rte-content h3 {font-family: 'Akrobat', sans-serif; font-size: 20px; line-height: 23px; margin: 10px 0px; font-weight: 700; text-align: left; color: var(--secondary-color); text-transform: none;}
.simpleblog__post.blog-mb.cardblog .rte-content h4 {font-family: 'Akrobat', sans-serif; font-size: 17px; line-height: 23px; margin: 10px 0px; font-weight: 700; text-align: left; color: var(--primary-color); text-transform: none;}
.simpleblog__post.blog-mb.cardblog .rte-content h5 {font-family: 'Roboto', sans-serif; font-size: 17px; line-height: 23px; margin: 10px 0px; font-weight: 700; text-align: left; color: var(--secondary-color); text-transform: uppercase;}
.simpleblog__post.blog-mb.cardblog .rte-content h6 {font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 23px; margin: 0px; font-weight: 700; text-align: left; color: var(--tertiary-color); text-transform: uppercase;}

.simpleblog__post.blog-mb.cardblog .rte-content p, .simpleblog__post.blog-mb.cardblog .rte-content div, .simpleblog__post.blog-mb.cardblog .rte-content li {font-size: 15px; line-height: 23px; margin: 0px 0px 0px 0px; font-weight: 300; text-align: left; color: var(--tertiary-color); text-transform: none;}
.simpleblog__post.blog-mb.cardblog .rte-content strong, .simpleblog__post.blog-mb.cardblog .rte-content b {color: var(--secondary-color); font-weight: 700;}
.simpleblog__post.blog-mb.cardblog .rte-content a {color: var(--primary-color); font-weight: 700; text-decoration: underline;}
.simpleblog__post.blog-mb.cardblog .rte-content ul, .simpleblog__post.blog-mb.cardblog .rte-content ol {list-style-type: disc; padding: 0px 0px 0px 20px; margin: 10px 0px 10px 0px; text-align: left;}

/* COPYRIGHT */

#footer .col-12.copyright-txt {font-size: 11px; font-weight: 400;}
#footer .col-12.copyright-txt i {color: #ea4a57 !important;}
#footer .col-12.copyright-txt a {font-weight: 700 !important; color: #ea4a57;}


/* COOKIES */

div#cookiesplus-modal .cookiesplus-info {height: auto !important; max-height: 100px !important; overflow: hidden !important; line-height: 20px;}

div#cookiesplus-modal.cookiesplus-center {border-radius: 10px; border: none !important; box-shadow: none !important; padding: 30px;}
div#cookiesplus-modal.cookiesplus-center div#cookiesplus-content {padding: 0px !important;}
div#cookiesplus-modal.cookiesplus-center div#cookiesplus-content .cookiesplus-info p {font-size: 13px; line-height: 20px;}
div#cookiesplus-modal.cookiesplus-center div.cookiesplus-actions button.cookiesplus-btn {font-size: 15px !important; text-transform: lowercase; font-weight: 700 !important; border-radius: 50px !important;}
div#cookiesplus-modal.cookiesplus-center div.cookiesplus-actions button.cookiesplus-btn {font-size: 15px !important; text-transform: lowercase; font-weight: 700 !important; border-radius: 50px !important; background: #f0f0f0 !important; border: none !important;}
div#cookiesplus-modal.cookiesplus-center div.cookiesplus-actions button.cookiesplus-btn.cookiesplus-accept {background: var(--primary-color) !important;}

div#cookiesplus-modal.cookiesplus-center .cookiesplus-footer-actions {margin: 0px !important;}

div#cookiesplus-modal.cookiesplus-center div.cookiesplus-finalities label.technical {
    font-size: 15px !important;
    font-weight: 700;
    text-decoration: underline;
    text-transform: lowercase;
}

div#cookiesplus-tab {
    bottom: 15px;
    left: 15px;
    background-color: var(--primary-color) !important;
    color: white !important;
    font-weight: 700;
    text-transform: lowercase;
    border-radius: 50px;
    padding-inline: 16px;
    font-size: 11px !important;
}

@media screen and (max-width: 767px) {
	div#cookiesplus-modal.cookiesplus-center {width: 95%;}
	div#cookiesplus-modal .cookiesplus-info {max-height: 35vh !important;}
	div#cookiesplus-finalities-container {max-height: 50vh !important;}
}

/* ERRORE 404 */

#pagenotfound #main .page-content {max-width: 800px; display: block; margin: 100px auto;}
#pagenotfound div#inner-wrapper {max-width: 100%; width: 100%; padding: 0px; margin: 0px;}
#pagenotfound #main .page-header {margin: 0px;}

/* */

/* GFORMS */

.gformbuilderpro_content {
  margin-top: 50px;
}
.gformbuilderpro_content h2 {
  font-family: 'Akrobat', sans-serif;
  font-size: 35px;
  line-height: 40px;
  margin: 15px 0px;
  font-weight: 400;
  text-align: left;
  color: black;
  text-transform: lowercase;
}
.gformbuilderpro_content p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  text-align: justify;
  color: var(--primary-color);
  text-transform: none;
}
.gformbuilderpro_content [class^=checkbox_] {
  margin-right: 5px;
}
.formajaxresult {
  width: 100%;
}
ol {margin:0}

/* STORES */

#stores .container {
    max-width: 1200px;
}

#stores #stores_loader {
    display: none;
    margin-left: 5px;
}
#stores #map {
    width: 100%;
    height: 447px;
    margin-bottom: 26px;
}
#stores #stores-table {
    display: none;
}
#stores h1 {
  font-family: 'Akrobat', sans-serif;
  font-size: 35px;
  line-height: 40px;
  margin: 15px 0px;
  font-weight: 400;
  text-align: left;
  color: black;
  text-transform: lowercase;
}
#stores p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  text-align: justify;
  color: var(--primary-color);
  text-transform: none;
}
.pv{background-image: url(/img/logo_stores_1.png) !important; background-repeat: no-repeat !important; background-position: 96% 16px !important;}
.pa{background-image: url(/img/logo_stores_2.png) !important; background-repeat: no-repeat !important; background-position: 96% 16px !important;}
.pvpa{background-image: url(/img/logo_stores_3.png) !important; background-repeat: no-repeat !important; background-position: 96% 16px !important;}
.ev{background-image: url(/img/logo_stores_4.png) !important; background-repeat: no-repeat !important; background-position: 96% 16px !important;}
.co{background-image: url(/img/logo_stores_5.png) !important; background-repeat: no-repeat !important; background-position: 96% 16px !important;}
.od{background-image: url(/img/logo_stores_6.png) !important; background-repeat: no-repeat !important; background-position: 96% 16px !important;}

.filters {margin: 30px 0;}
.filters .btn, .filters .btn:focus .filters .deactivated:hover {
	padding: 20px 20px;
	background-color: #e5e5e6;
	clear: both;
	width: 100%;
	margin: 15px auto;
	border: none;
	font-size: 13px;
	transform: all 200ms ease-in-out;
	border-radius: 40px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(120,115,120,0.4);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(120,115,120,0.4);
	box-shadow: inset 0px 0px 3px 0px rgba(120,115,120,0.4);
	outline: none;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.filters .btn.deactivated {background: #fbfbfb none repeat scroll 0 0 !important; color: #ccc !important;}

.map-head {margin-top: 20px}
.map-head h1 { margin: 0; padding: 0 !important;}
.map-head .store-content {margin-top: 9px !important;}
.store-content .form-control, .store-content .btn {
    box-shadow: none;
    height: 30px !important;
    padding: 3px 10px;
}

.map-head .btn { width: 150px;}

#stores input#addressInput {
    display: inline-block;
    width: 200px !important;
}
#stores .store-content-select.active { padding: 0 !important; border: none !important; margin-bottom: 0 !important;width: 150px !important; display: none;}

.map-head div.selector, .map-head  div.selector span{ height: 27px !important}
#stores #map { margin-bottom: 20px !important;}

.filters .btn i:before {
    margin-left: 0px;
    position: absolute;
    left: 30px;
    top: 22px;
}
#stores .store-content-select.active #locationSelect {
    visibility: visible;
    display: block;
}

#stores .store-content-select #locationSelect {
    visibility: hidden;
    display: none;
}
#stores .radius-input #radiusSelect {
    width: 100px;
}

#stores .address-input {
    float: left;
    margin-right: 19px;
}

#stores .address-input label {
    margin-right: 5px;
}
#stores label {
    font-weight: normal;
    color: #777;
}

#stores .radius-input {
    float: left;
    line-height: 23px;
    margin-right: 20px;
}

#stores .radius-input label {
    margin-right: 10px;
}
#stores .radius-input label, #stores .radius-input .selector {
    float: left;
}

#stores .form-control {
    background: #fff;
    color: #000;
    padding: 0 0 0 5px;
    border: 1px solid #ebebeb;
}

#stores h1 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 33px;
    font-weight: 300 !important;
    text-transform: uppercase !important;
}