@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/static/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/static/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/static/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.page-layout-1column #layered-horizontal-container {
  border: none;
}
.page-layout-1column #layered-horizontal-container li.item {
  display: flex;
  align-items: flex-start;
}
#html-body .transparent-btn .pagebuilder-button-primary {
  background: transparent;
  border: 3px solid #bea482;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  font-style: normal;
  text-align: left;
  color: #bea482;
  padding: 10px 30px;
}
#html-body .transparent-btn .pagebuilder-button-primary:hover {
  background: transparent;
  border: 3px solid #bea482;
  color: #bea482;
}
html body {
  font-family: 'Raleway', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.action.primary,
.action-primary {
  background: #000;
  border-color: #000;
}
.action.primary:hover,
.action-primary:hover {
  background: #000;
  border-color: #000;
}
.manufacturer-name {
  color: #060606;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cms-contact-html .page-wrapper .interior-form-section {
  margin-top: 0px;
  padding-top: 0px;
}
.checkout-index-index .minicart-items .mp-brand-item {
  display: none;
}
.page-wrapper .breadcrumbs {
  max-width: 1650px;
}
.page-wrapper .breadcrumbs .items .item a {
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
}
.page-wrapper .breadcrumbs .item:not(:last-child):after {
  font-size: 12px;
  margin: 0 3px;
}
.page-wrapper .breadcrumbs strong {
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}
.page-wrapper .page-header {
  margin-bottom: 20px;
}
.page-header {
  background: #000000;
}
.page-header .top-section {
  background: #000000;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.page-header .top-section .wrapper {
  display: flex;
  max-width: 1650px;
  margin: 0 auto;
}
.page-header .top-section .wrapper .header-left {
  z-index: 9999;
}
.page-header .top-section .wrapper .header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-header .top-section .wrapper .header-right .block-search {
  width: 300px;
}
.page-header .top-section .wrapper .header-right .block-search input {
  border-radius: 10px;
}
.page-header .top-section .wrapper .header-right .block-search .control,
.page-header .top-section .wrapper .header-right .block-search .actions {
  display: none;
}
.page-header .top-section .wrapper .header-right .block-search .label {
  width: auto;
  position: static;
  overflow: visible;
  height: auto;
  cursor: pointer;
}
.page-header .top-section .wrapper .header-right .block-search .label:before {
  content: '';
  background: url('../images/search_icon.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  margin: 0;
}
.page-header .top-section .wrapper .header-right .block-search .block-content .minisearch.show .control {
  position: absolute;
  display: block;
  top: 30px;
  right: 0;
  left: 0;
}
.page-header .top-section .wrapper .header-right .block-search .block-content .minisearch.show .actions {
  position: relative;
  display: block !important;
  top: 30px;
}
.page-header .top-section .wrapper .header-right .header_details_div.my-account {
  z-index: 9999;
}
.page-header .top-section .wrapper .header-right .header-wishlist {
  z-index: 9999;
}
.page-header .top-section .wrapper .header-right .minicart-wrapper {
  margin-left: 0;
  z-index: 9999;
}
.page-header .top-section .wrapper .header-right .minicart-wrapper .action.showcart:before {
  content: '';
  background: url('../images/cart_icon.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  background-size: 18px;
}
.page-header .top-section .wrapper .header-right .minicart-wrapper .action.showcart .counter.qty {
  line-height: 16px;
  height: auto;
  font-size: 12px;
  border-radius: 100px;
  margin: 0;
  padding: 2px 5px;
}
.page-header .top-section #switcher-language {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 300;
}
.page-header .top-section .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .top-section .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .top-section .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .top-section .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .top-section .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .top-section .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .top-section .switcher strong {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.page-header .top-section .label.switcher-label {
  display: none;
}
.page-header .top-section .new-store-position {
  display: flex;
  align-items: center;
  position: relative;
}
.menu-section {
  max-width: 1650px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.menu-section .nav-sections {
  margin: 0;
  background: transparent;
  flex: 0 0 33%;
}
.menu-section .nav-sections .navigation {
  background: transparent;
}
.menu-section .nav-sections .navigation .level0.active > .level-top,
.menu-section .nav-sections .navigation .level0.has-active > .level-top {
  border: none;
}
.menu-section .nav-sections .navigation .level0.active > a,
.menu-section .nav-sections .navigation .level0.has-active > a {
  color: #bea482;
}
.menu-section .nav-sections .navigation .level0 > .level-top {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
.menu-section .nav-sections .navigation .level0 > .level-top:hover {
  color: #bea482;
}
.menu-section .nav-sections .navigation .level0 > .level-top .ui-menu-icon {
  display: none;
}
.menu-section .nav-sections .navigation > ul {
  display: flex;
  justify-content: space-between;
}
.menu-section .logo {
  margin: 0;
  float: none;
  flex: 0 0 33%;
}
.menu-section .logo img {
  margin: 0 auto;
}
.menu-section .custom_wrapper {
  flex: 0 0 33%;
  z-index: 9999;
}
.menu-section .custom_wrapper .custom_links ul {
  display: flex;
  gap: 15px;
  padding: 0;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.menu-section .custom_wrapper .custom_links ul li {
  margin: 0;
}
.menu-section .custom_wrapper .custom_links ul li a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
}
.menu-section .custom_wrapper .custom_links ul li a:hover {
  color: #bea482;
}
.columns .column.main {
  min-height: auto;
}
.owl-nav button.owl-next span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent !important;
  border: none !important;
  left: -50px;
}
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: #967444;
  border-width: 0;
  transform-origin: center;
  left: 50%;
  border-left-width: 4px;
  border-bottom-width: 4px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.owl-carousel .owl-nav button.owl-prev:hover:before {
  border-color: #745830;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent !important;
  border: none !important;
  right: -50px;
}
.owl-carousel .owl-nav button.owl-next:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: #967444;
  border-width: 0;
  transform-origin: center;
  right: 50%;
  border-right-width: 4px;
  border-top-width: 4px;
  transform: translate(25%, -50%) rotate(45deg);
}
.owl-carousel .owl-nav button.owl-next:hover:before {
  border-color: #745830;
}
.category-mobili.catalog-category-view.page-layout-1column.page-with-filter .column.main {
  padding: 0;
}
.category-mobili.catalog-category-view.page-layout-1column.page-with-filter .column.main .products-grid .product-item {
  width: 25%;
}
.catalog-category-view.page-layout-1column.page-with-filter .column.main {
  padding: 0;
}
.catalog-category-view.page-layout-1column.page-with-filter .column.main .products-grid .product-grid-layout.owl-carousel .product-item {
  width: 100%;
}
.catalog-category-view.page-layout-1column.page-with-filter .category-slider-container {
  margin-bottom: 40px;
}
.catalog-category-view.page-layout-1column.page-with-filter .category-slider-container .category-slider {
  max-width: 1650px;
  margin: 0 auto;
}
.catalog-category-view.page-layout-1column.page-with-filter .category-slider-container .category-slider .category-item {
  position: relative;
}
.catalog-category-view.page-layout-1column.page-with-filter .category-slider-container .category-slider .category-item .category-img:hover:before {
  transform-origin: 52% 48%;
  animation: rotate 4s linear infinite;
}
.catalog-category-view.page-layout-1column.page-with-filter .category-slider-container .category-slider .category-item .category-img:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url('../images/cerchi.png');
  background-size: 100%;
  right: 0;
  left: 0;
  top: 0;
  padding-bottom: 100%;
  cursor: pointer;
}
.catalog-category-view.page-layout-1column.page-with-filter .living_room_collection .title h1 {
  color: #060606;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0;
}
.catalog-category-view.page-layout-1column.page-with-filter .living_room_collection .sub-title h2 {
  color: #060606;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
.catalog-category-view.page-layout-1column.page-with-filter .living_room_collection .desc {
  margin-bottom: 30px;
}
.catalog-category-view.page-layout-1column.page-with-filter .living_room_collection .desc p {
  color: #000000;
  font-size: 18px;
  font-weight: 3;
  line-height: 27px;
  max-width: 1150px;
  margin: 0 auto;
}
.catalog-category-view.page-layout-1column.page-with-filter .lazienda-collection .block-static-block.widget {
  margin-bottom: 20px;
}
.catalog-category-view.page-layout-1column.page-with-filter .lazienda-collection .block-static-block.widget .formitalia-wrapper p {
  color: #060606;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
}
.catalog-category-view.page-layout-1column.page-with-filter .lazienda-collection .block-static-block.widget .lazienda_title .title h1 {
  margin-bottom: 0;
}
.catalog-category-view.page-layout-1column.page-with-filter .altre-collection .title h1 {
  margin-bottom: 10px;
}
.catalog-category-view.page-layout-1column.page-with-filter .altre-collection .sub-title p {
  font-size: 20px;
}
.catalog-category-view.page-layout-1column.page-with-filter .collection-gallery .pagebuilder-column-line {
  gap: 15px;
  margin-bottom: 15px;
}
.catalog-category-view.page-layout-1column.page-with-filter .collection-gallery .pagebuilder-column-line figure {
  height: 100%;
}
.catalog-category-view.page-layout-1column.page-with-filter .collection-gallery .pagebuilder-column-line figure img {
  height: 100% !important;
  object-fit: cover;
}
.mpbrand-index-view .collection-inspiration-section {
  margin-top: 40px;
}
.mpbrand-index-view .collection-inspiration-section .title h2 {
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mpbrand-index-view .collection-inspiration-section .sub-title p {
  font-size: 20px;
}
.mpbrand-index-view .collection-inspiration-section .post-list-wrapper {
  margin-top: 40px;
}
.mpbrand-index-view .collection-inspiration-section .blog-widget-random .post-list .post-header .post-title a {
  color: #000;
}
.mpbrand-index-view .collection-inspiration-section .blog-widget-random .post-list .post-text-hld {
  color: #000;
}
.mpbrand-index-view .collection-inspiration-section .blog-widget-random .post-content .post-read-more {
  color: #000;
}
.formitalia-wrapper {
  background: #f2f2f2;
  padding: 30px;
}
.formitalia-wrapper .pagebuilder-column-line {
  gap: 30px;
}
.formitalia-wrapper .pagebuilder-column-line .pagebuilder-column {
  justify-content: center !important;
}
.formitalia-wrapper .pagebuilder-button-link {
  color: #060606;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration-line: underline;
}
.category_product_wrapper {
  margin-top: 40px;
}
.category_product_wrapper .widget-product-carousel .product-item .product-item-inner {
  display: none;
}
.category_product_wrapper .widget-product-carousel .product-item .product-item-details {
  text-align: center;
}
.category_product_wrapper .widget-product-carousel .product-item .product-item-details .product-item-name a {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 43px;
  text-decoration: none;
  text-transform: uppercase;
}
.category_product_wrapper .widget-product-carousel .product-item .product-item-details .price-box .price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.category_product_wrapper .widget-product-carousel .product-item .product-item-info {
  text-align: center;
}
.checkout-index-index .page-header .top-section {
  display: none;
}
.checkout-index-index .page-header .menu-section {
  justify-content: center;
}
.checkout-index-index .page-header .menu-section > * {
  display: none;
}
.checkout-index-index .page-header .menu-section > a.logo {
  display: block;
}
.checkout-index-index .page-footer .footer-top,
.checkout-index-index .page-footer .footer-middle {
  display: none;
}
.checkout-index-index .checkout-container .authentication-wrapper {
  display: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navigation .level-top.static-item {
  display: none;
}
.custom-product-carasoul.block-products-list .product-grid-layout.owl-carousel .product-items.widget-product-grid {
  max-width: 90%;
  margin: 0 auto;
}
.custom-product-carasoul.block-products-list .product-grid-layout.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.custom-product-carasoul.block-products-list .product-grid-layout.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: 1650px;
}
footer.page-footer .footer-container .footer-top-container,
footer.page-footer .footer-container .footer-middle-wrapper {
  padding: 0 20px;
}
#html-body.category-ambienti-di-lusso .category-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1800px) {
  .inspired_category_section .inspired_category_wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1240px) {
  .nav-sections .navigation .level0 > .level-top {
    padding: 0 10px;
  }
  .nav-sections .navigation .level0.parent > .level-top {
    padding-right: 10px;
  }
  .nav-sections .navigation .level0 {
    margin: 0 0px 0 0;
  }
}
@media (max-width: 768px) {
  .category-cms .category-wrapper > .pagebuilder-column-group:last-child {
    margin-bottom: 0;
  }
  #layered-horizontal-container {
    display: block;
  }
  #layered-horizontal-container .filter-title strong {
    top: -33px;
  }
  #layered-horizontal-container .filter.active .filter-title strong {
    top: 10px;
  }
  .catalog-category-view .category_product_wrapper {
    margin: 0;
  }
  .nidesigners-index-index .block.block-designer-list {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .nidesigners-index-index .columns .column.main,
  .mpbrand-index-index .columns .column.main,
  .blog-post-view .columns .column.main,
  .nidesigners-index-view .columns .column.main {
    padding-bottom: 0;
  }
  .blog-post-view .post-holder {
    margin-bottom: 0;
  }
  .nidesigners-index-view .category_product_wrapper {
    margin-top: 0;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.3);
  }
  .navigation .submenu:not(:first-child) .active > a {
    color: #fff;
  }
  .catalog-product-view .product.media .video_section {
    order: 5;
  }
  .nav-open .menu-section .nav-sections {
    background: #000;
  }
  .section-item-title[aria-controls="store.links"] {
    display: none;
  }
  .nav-open .nav-toggle {
    right: unset;
  }
  .nav-open .nav-toggle::before {
    content: '\e616';
  }
  #html-body .category-view .pagebuilder-slider .slick-list .slick-slide .pagebuilder-slide-wrapper,
  #html-body .designer_slider .pagebuilder-slider .slick-list .slick-slide .pagebuilder-slide-wrapper {
    background-size: contain;
    background-position: center;
  }
}
@media only screen and (max-width: 992px) {
  .menu-section .custom_wrapper {
    display: none;
  }
  .menu-section {
    justify-content: center;
    padding: 10px;
  }
  .page-header .top-section #switcher-language {
    margin-left: 7px;
  }
  .page-header .top-section .new-store-position {
    width: 120px;
  }
  .page-header .top-section .wrapper .header-right {
    width: calc(100% - 120px);
    justify-content: flex-end;
    margin-right: 40px;
  }
  .page-header .top-section .wrapper .header-right .block-search {
    width: auto;
    margin-top: 0;
  }
  .page-header .top-section .wrapper .header-right .block-search .label {
    line-height: 17px;
  }
  .page-header .top-section .wrapper .header-right .block-search .label:before {
    width: 17px;
    height: 17px;
    margin: 0;
    background-size: contain;
  }
  .my-account {
    max-height: 17px;
    max-width: 17px;
  }
  .header-wishlist {
    max-height: 17px;
  }
  .header-wishlist img {
    height: 17px;
  }
  .page-header .top-section .wrapper .header-right .minicart-wrapper {
    margin-top: 0px;
    max-height: 17px;
  }
  .page-header .top-section .wrapper .header-right .minicart-wrapper .action.showcart:before {
    width: 17px;
    height: 17px;
    background-size: contain;
  }
  .nav-toggle {
    left: auto;
    right: 10px;
    top: 5px;
  }
  .nav-toggle:before {
    font-size: 24px;
    color: #fff !important;
  }
  .menu-section .nav-sections .navigation > ul {
    flex-direction: column;
  }
  .menu-section .nav-sections .navigation a,
  .menu-section .nav-sections .navigation a:hover,
  .navigation .submenu:not(:first-child) ul > li a,
  .menu-section .nav-sections .navigation .level0 > .level-top:hover {
    color: #fff;
    font-weight: 400;
  }
  .navigation .parent .level-top:after {
    color: #fff;
  }
  .nav-sections-item-title {
    border-width: 0px;
  }
  .nav-sections-item-title a.nav-sections-item-switch {
    color: #000;
  }
  .nav-sections-item-title.active a.nav-sections-item-switch {
    color: #fff;
  }
  .nav-sections .switcher {
    color: #fff;
  }
  .nav-sections .switcher-trigger strong,
  .nav-sections .switcher .label {
    font-weight: 400;
  }
  .navigation .level-top.static-item {
    display: block;
  }
  .navigation .parent .level-top.static-item:after {
    display: none;
  }
  .page-header .top-section .switcher strong {
    font-size: 13px;
  }
  .menu-section .nav-sections .navigation .level0 > .level-top {
    padding: 8px 40px 8px 15px;
  }
  li.switcher-option a {
    color: #fff;
    font-weight: 400;
  }
}
