/* The filter bar is a component present in various pages.
Therefore, all the styling for this component and inherent to this component should be placed here.*/

.homepage {
  max-width: 1100px;
  margin: auto;
}

.sort-filter-container {
  /*
  display: grid;
  grid-template: repeat(3, min(2.5rem)) / 1fr 1fr;
  align-items: center;*/
  width: 95%;
  margin: auto;
}

.applied-filters-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.sort-container {
  /*width: 100%;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: end;
  justify-content: end;
}

.sort-by-mobile-version {
  display: none;
}

.sort-by-desktop-version {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0px 0.4rem;
}

.sort-by-desktop-version:not(:first-child) {
  cursor: pointer;
}

.sort-container > div > div.filter:nth-child(2),
.sort-container > div > div.filter:hover {
  text-decoration: underline;
}

.items-found {
  margin: 0px 0.4rem;
  color: var(--keringGray-A9);
  font-size: var(--keringFontMain);
  font-family: var(--keringFontF1);
}

.section-filters-container {
  width: 100%;
  flex: 1 1 25%;
}

.section-facet-container {
  width: 100%;
  max-width: 32%;
  flex: 0.5 1 25%;
  padding: 5px;
  position: relative;
}

@media only screen and (min-width:430px) {
  .page-orders .section-facet-container,
  .page-invoices .section-facet-container,
  .page-deliveries .section-facet-container{
     flex: 1 1 calc(33.333% - 16px);
      min-width: 260px;
      box-sizing: border-box;
  }
}

.facet-list-container {
   display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.facet-list-container .col-sm-12 {
   display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.section-apply a {
  margin: 0px 1rem;
}
.section-apply-container {
  float: right;
  height: 100%;
}

@media (max-width: 430px) {
    .section-apply-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        width: 100%;
        background-color: white;
        box-sizing: border-box;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.footer-shadow {
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.15);
  }

@media screen and (min-width: 430px){
  .page-invoices .section-apply-container,
  .page-deliveries .section-apply-container,
  .page-orders .section-apply-container {
    height: unset;
  }
}

.section-apply {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}

.section-apply .btn {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .section-apply {
        display: flex;
        width: 100%;
    }

      .section-apply a {
        flex: 1;           /* 50% ciascuno */
        text-align: center;
      }

      .btn {
          width: 48%;
          font-size: 12px;
          font-family: "dinproregular";
          padding: 0.7rem;
          text-transform: uppercase;
          text-align: center;
      }
}


#apply-filters {
  background-color: var(--keringGray-00);
  color: var(--keringGray-FF);
  text-transform: uppercase;
}

/* Form control, class for all the input fields*/
.input-phone-chrome::-webkit-outer-spin-button,
.input-phone-chrome::-webkit-inner-spin-button {
  -webkit-appearance: none;
   margin: 0;
}

.input-phone-firefox {
  -moz-appearance: textfield;
}

.c-form-styling,
.c-form-styling + .trigger,
input.text.text-input, /*This is because some inputs are from hybris*/
#login-wrap input.text-input,
div.fancy-select .trigger {
  width: 100%;
  border: none;
  height: 53px;
  padding: 20px 12px;
  font-size: var(--keringFontP3);
  font-family: var(--keringFontF1);
  color: var(--keringGray-00);
  background-color: var(--keringGray-F2);
  transition: none;
  box-shadow: none;
}
#language-selector #lang_form_LangCurrencyComponent .country-select .trigger {
  height: unset;
  padding: unset;
  line-height: 19px;
  text-align: left;
  border: none;
  font-size: 11px;
  font-family: "dinpromedium";
  color: var(--keringGray-95);
  background-color: var(--keringGray-F2);
  text-transform: uppercase;
}
#language-selector
  #lang_form_LangCurrencyComponent
  .country-select
  div.fancy-select
  ul.options {
  top: 27px;
  height: fit-content;
  border-top: 0px;
  display: block;
  left: -12px;
  width: 180px;
  text-align: left;
  text-transform: uppercase;
}
#language-selector #lang_form_LangCurrencyComponent .country-select ul li {
  background-color: var(--keringGray-F2);
}
#language-selector
  #lang_form_LangCurrencyComponent
  .country-select
  .trigger:after {
  top: unset;
  right: unset;
  position: initial;
  display: inline-block;
  margin-top: 7px;
  margin-left: 24px;
}
#lang_form_LangCurrencyComponent label.control-label,
#lang_form_LangCurrencyComponent > div:not(.country-select) {
  display: none;
}
.form-field-input,
#reset-flow {
  margin-top: 24px;
}
.form-field-input label {
  margin-bottom: 12px;
  color: var(--keringGray-95);
}
.wrap-input-check input[type="checkbox"].error ~ ::before{
  border: 1px solid red !important;
}

.form-control:focus,
.c-form-styling:focus,
.c-form-styling + .trigger:focus,
.form-control:focus-visible,
.c-form-styling:focus-visible,
.c-form-styling + .trigger:focus-visible,
input.text.text-input:focus-visible {
  outline: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--keringGray-F2) inset !important;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--keringGray-99);
  opacity: 1;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.page-user-management .form-control[disabled],
.page-user-management .form-control[readonly],
.page-user-management fieldset[disabled] .form-control {
  background-color: var(--keringGray-F2);
  color: var(--keringGray-00);
  opacity: 0.5 !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: var(--keringGray-EE);
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.form-control.is-invalid {
    border: 1px solid red !important;
}
select.fancified{
 padding:0 !important;
}
.support-page .form-control.error + label {
  display: none !important;
}
#warranty-form .form-control.error,
#warranty-form .form-control.error ~ .trigger.overflowing,
#warranty-form .form-control.error ~ .js-upload-file,
.support-page .form-control.error,
.support-page select.form-control.error + label.error + .trigger {
  border: 1px solid red !important;
}
div.fancy-select div.trigger:after {
  top: 22px !important;
}
#registerForm2 div.fancy-select ul.options.open {
  left: 0px;
  width: 100%;
}
body:not(.page-Support)
  div:not(.country-select)
  > div.fancy-select
  ul.options.open {
  top: 52px !important;
}
#regionPC + div.trigger {
  opacity: 1;
}
#regionPC + div.trigger.open,
#regionPC + div.trigger.selected {
  opacity: 1;
}
form p.required {
  margin-top: 12px;
  color: var(--keringGray-95);
}

.sort-container span:hover,
.sort-container div.filter.activeSort {
  cursor: pointer;
  text-decoration: underline;
}
.sort-container div.filter span {
  display: block;
}
.sort-container div.filter span::first-letter {
  text-transform: uppercase;
}
/* This is the style for the buttons */

.language-ms .sort-filter-container .sort-container .col-md-3.filter{
  width: auto;
}

@media (min-width: 577px) {
    .btn {
      min-width: 150px;
      font-size: 12px;
      font-family: "dinproregular";
      padding: 0.7rem;
      text-transform: uppercase;
      text-align: center;
    }
}

.btn-black {
  background-color: var(--keringGray-00);
  color: var(--keringGray-FF) !important;
}

.btn-white {
  color: var(--keringGray-00);
  background-color: var(--keringGray-FF);
  border: 2px solid var(--keringGray-00);
}

.button-row {
  text-align: center;
}

/* these are the tooltip filters */


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

.tooltip-filters,
#delivery-tooltip-filters,
#invoice-tooltip-filters,
#statement-tooltip-filters {
  display: block;
  width: 100%;
  text-transform: none;
  color: var(--keringGray-00);
  font-weight: 100;
  text-align: center;
  padding: 20px;
  z-index: 999;
  top: 25px;
  transition: opacity 0.3s;
  scrollbar-width: none;
  overflow-y: scroll;
}
}


@media screen and (min-width: 430px) {
  #invoice-tooltip-filters {
    left: 0;
    transform: none;
  }
}
#delivery-tooltip-filters,
#invoice-tooltip-filters,
#statement-tooltip-filters {
  margin-top: 0px;
}

.statement-history.statements-invoices,
.statement-history.statements-creditnotes {
  z-index: 0;
}

.tooltip-filters {
  display: inline;
}

.sticky.sticky-filter .tooltip-filters {
  top: 30px;
}

/* filter labels */

.applied-filters-container input[type="submit"],
.chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 6px;
  margin-right: 5px;
  float: left;
  outline: none;
  font-size: 14px;
  color: var(--keringGray-33);
  text-transform: uppercase;
  font-family: var(--keringFontF1);
  cursor: default;
}

.applied-filters-container .applied-filters-form input[type="submit"] {
  margin-right: 0px;
  background-color: white;
}
.applied-filters-container .applied-filters-form {
  display: flex;
  align-items: center;
  margin-right: 0px;
  padding-right: 6px;
}
.applied-filters-container .applied-filters-form .close-filter-facet{
  cursor: pointer;
}

.chip {
  margin: 5px 5px 5px 0;
}

/* product card */

.product-item {
  float: none;
  display: inline-block;
  margin-right: unset;
  margin-left: unset;
  margin: 0.8%;
  position: relative;
  width: 23%;
  padding: 0px;
  height: 370px;
  border-radius: 10px;
  border-bottom: 1px solid var(--keringGray-95);
}
@media screen and (min-width: 430px) {
  .product-item::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    content: " ";
    height: 1px;
    width: 75%;
    box-shadow: 0px 4px 0px 0px #959595;
    opacity: 0.6;
  }
}

.product-item .primary-image {
  position: absolute;
}
.pdp-recommended-products-section .product-item .primary-image,
.emptysearch-recommended-products-section .product-item .primary-image {
  position: absolute;
  top: 70px;
}
.product-item .product-description {
  position: absolute;
  top: 240px;
}
.product-item .product-description .badges-container {
  position: absolute;
  bottom: 4px;
}

.set-border {
  border: 2px solid transparent;
  transition: 0.5s;
}
@media screen and (min-width: 430px){
  .set-border:hover {
    border: 2px solid var(--keringGray-EE);
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    /* margin-top: 8px; */
  }
}

.items-found-label,
.items-found-label > *,
.export-brand-xls-button,
.export-brand-xls-button-modal,
.export-brand-xls-button > * {
  color: var(--keringGray-A9);
  font-size: var(--keringFontMain);
  font-family: var(--keringFontF1);
}

.items-found-label {
  grid-column: 1 / 2;
}
.export-brand-xls-button-modal,
.export-brand-xls-button {
  float: right;
  display: -webkit-inline-box;
  justify-self: end;
  grid-column: 2/3;
  cursor: pointer;
}

.export-brand-xls-button img {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.export-support-container.export-brand-xls-button:hover {
  color: var (--keringGray-33);
}
.export-support-container #downloadOrderDetail .svg-icon,
.export-brand-xls-button-modal img{
  width: 15.4px;
  height: 15.4px;
  margin-left: 10px;
}
.wrap-input-check.shape-box .mobile-badge-label,
.wrap-input-check.symbol-box .mobile-badge-label {
  display: none;
}

/* styles for the tooltips */

.more-info-tooltip-link {
  display: none;
}

.tooltip-main-title {
  font-family: 'dinprobold';
  margin-bottom: 5px;
  color: var(--keringGray-00);
  line-height: 18px;
}
.description-tooltip{
  font-size: var(--keringFontP7);
  font-family: 'dinproregular';
  line-height: 18px;
  color: var(--keringGray-00);
}

/* styles for the breadcrumbs */

.previous-arrow-breadcrumb {
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
}

/* styles for the sorting arrows in the tables */

.better-sorting-arrows {
  width: 15px;
  height: 15px;
}
.better-sorting-arrows {
  max-width: 15px;
}
/*
.sort-statement[data-sort="DESC"] {
  transform: rotate(180deg);
}
*/

/*styles for the order link container */

.order-link-container {
  border-bottom: 1px solid var(--keringGray-A9);
  border-top: 1px solid var(--keringGray-A9);
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
@media screen and (min-width: 430px) {
  #spare-parts-header.order-link-container {
    height: 50px;
  }
}
.order-link-container .link-item.active {
  border-bottom: 3px solid var(--keringGray-00);
}

.order-link-container .link-item {
  border-bottom: 0px solid var(--keringGray-00);
  transition: 150ms;
  transition-timing-function: ease;
}

@media only screen and (max-width:430px){
  .order-link-container .link-item.active {
    border-bottom: 3px solid var(--keringGray-00);
  }
  
  .order-link-container .link-item {
    border-bottom: 3px solid transparent;
    transition: 150ms;
    transition-timing-function: ease;
  }
}

.order-link-container .link-item:hover {
  border-bottom: 3px solid var(--keringGray-00);
}

/* styles for the secondar7 searchbox container */
.secondary-searchbox-container {
  margin-top: 65px;
  z-index: 1;
}

.secondary-searchbox-container.row {
  margin-left: 0;
  margin-right: 0;
}

.secondary-searchbox-container .secondary-searchbox-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.secondary-searchbox-container input {
  border: none;
  border-bottom: 2px solid var(--keringGray-B3);
  font-size: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.secondary-searchbox-container .search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.secondary-searchbox-container .order-sublink-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: nowrap;
  padding-left: 0;
}

.secondary-searchbox-container .search .order-search-text {
  margin-right: 20px;
}

.secondary-searchbox-container .search .input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.secondary-searchbox-container .search .input-group .svg-icon {
  width: 14px;
  height: 14px;
  margin: 10px 0 5px 20px;
  position: initial;
}
@media screen and (min-width: 430px) {
  #triangle-indicator-top {
    transform: rotate(45deg);
    position: relative;
    top: 3.5px;
  }
  #triangle-indicator-top-aftersales{
    transform: rotate(45deg);
    position: relative;
    top: 3.5px;
    left:-147px;
  }
}

@media screen and (min-width: 431px) {
  .showSearchBar {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    max-height: 40px;
  }
}
/* changed triangle position
.pageType-ContentPage #triangle-indicator-top{
  right: 8.5%;
}

@media screen and (max-width: 1024px){
  #triangle-indicator-top {
    right: 9%;
  }
}

@media screen and (max-width: 768px){
  #triangle-indicator-top {
    right: 12%;
  }
}
*/
@media screen and (max-width: 430px) {
  .product-item::before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    content: " ";
    height: 1px;
    width: 75%;
    box-shadow: 0px 4px 0px 0px #959595;
    opacity: 0.6;
  }
  .secondary-searchbox-container .search {
    flex-direction: column;
    align-items: start;
  }
  .section-filters-container {
    margin-bottom: 0.5rem;
  }
  #sort-by-mobile-sidebar,
  .sort-by-desktop-version {
    display: none;
  }
  .sort-filter-container {
    display: grid;
    grid-template: min(2.5rem) auto min(2.5rem) / 1fr 1fr;
    align-items: center;
    width: 100%;
  }
  .applied-filters-container {
    margin: 0px 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .facet-list-container {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
  .section-facet-container {
    max-width: 100%;
    width: 100%;
    flex: 0.5 1 100%;
  }
  .sort-by-mobile-version {
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0px 0.4rem;
  }
  .filter-container {
    padding: 0px 0.4rem;
  }
  .section-apply-container {
    width: 100%;
    height: unset;
    bottom: 0px;
  }

  #reset-document-filters {
    text-transform: uppercase;
    border: 1px solid var(--keringGray-95);
    background-color: var(--keringGray-FF);
  }
  .section-apply a {
    margin: 0px 1rem;
  }
  .section-apply {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.5rem;
    float: none;
  }

  /* sidebar sort by */
  #sort-by-mobile-sidebar {
    position: fixed;
    top: 60px;
    height: 100%;
    width: 100%;
    background: var(--keringGray-F2);
    z-index: 5;
  }
  #sort-by-mobile-sidebar{
    left:0;
 }
  #sort-by-mobile-sidebar label,
  #sort-by-mobile-sidebar p {
    color: var(--keringGray-00);
  }
  #sort-by-mobile-sidebar > div {
    border-bottom: 1px solid var(--keringGray-D9);
    position: absolute;
    width: 100%;
  }
  #sort-by-mobile-sidebar > div {
    border-bottom: none;
  }
  #sort-by-mobile-sidebar button {
    position: fixed;
    width: 90%;
    left: 5%;
    bottom: 2rem;
    padding: 1.5rem 4rem;
    background-color: var(--keringGray-00);
    color: var(--keringGray-FF);
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  #sort-by-mobile-sidebar button{
    font-size:13px;
  }
  .sort-by-mobile-sidebar-fields {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
  }
  #sort-by-mobile-sidebar .sort-by-mobile-sidebar-fields input[type="radio"] {
    margin:4px 10px;
  }
  #sort-by-mobile-sidebar .sort-by-mobile-sidebar-fields input[type="radio"]:focus{
    outline:none;
  }
  .sort-by-mobile-sidebar-fields span {
    font-size: 1.1rem;
  }
  .sort-by-mobile-sidebar-fields input[type="checkbox"] {
    appearance: auto;
    width: 20px;
    height: 20px;
    border: 1px solid var(--keringGray-B3);
    margin-bottom: 2px;
    margin-right: 10px;
    display: inline-block;
  }
  .sort-by-mobile-sidebar-fields label {
    text-transform: initial;
  }
  p.sort-by-mobile-sidebar-fields:first-child {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.1rem;
    width: 90%;
    display: inline-block;
  }
  #sort-by-mobile-sidebar p.sort-by-mobile-sidebar-fields:first-child {
    font-size: 15px;
    padding: 20px;
  }
  #sort-by-mobile-sidebar span:first-child {
    display: inline-block;
    width: 9%;
  }
  .sort-by-mobile-aside-close {
    cursor: pointer;
    font-weight: 800;
  }

  /* Input styling */

  input.text-input {
    height: 35px;
  }

  /* global modal mobile */

  .globalModal-mobile.modal.fade.in {
    display: flex !important;
  }
  .globalModal-mobile.modal {
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    padding-top: 17px;
  }
  .globalModal-mobile.modal .modal-dialog {
    width: 100%;
    position: relative;
    margin: auto !important;
    height: 100%;
  }
  .globalModal-mobile.modal .modal-dialog .modal-content {
    padding: 15px 13px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    border: none;
    border-radius: unset;
  }
  .globalModal-mobile.modal .modal-dialog .modal-content .modal-body {
    height: 100%;
    position: relative;
    padding: 0;
  }

  .globalModal-mobile.modal
    .modal-dialog
    .modal-content
    .modal-body
    .kering-modal {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    border: unset;
    padding: 17px 20px;
  }
  /* rules for modal zoom pdp & aftersales mobile */
  .page-productDetails  #imageModal .imgContainer{
    transform: unset;
    width: 100%;
    height: 100%;
  }
  .page-productDetails #imageModal .imgContainer .images-gallery{
    width: 100%;
    height: 100%;
    padding: 0;
  }
   .page-productDetails #imageModal .imgContainer .images-gallery .owl-carousel{
    width: 100%;
    height: 100%;
  }
  .page-productDetails  #imageModal .imgContainer .images-gallery .owl-carousel .owl-wrapper-outer .owl-wrapper,
  .page-productDetails #imageModal .imgContainer .images-gallery .owl-carousel .owl-wrapper-outer{
    height: 100%;
  }
  .page-productDetails #imageModal .imgContainer .images-gallery .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item{
    height: 100%;
    align-items: center;
    vertical-align: middle;
    display: flex;
  }
  .page-productDetails #imageModal.modal .itemModal{
    padding: 0;
  }
  .page-productDetails #warranty-form #imageModal.modal .itemModal{
    padding: 0;
  }
   /* rules for modal zoom  spareparts */
   #sparePartTecModal.globalModal-mobile .modal-dialog{
    top: 0;
    margin: 0 !important;
  }
  #sparePartTecModal.globalModal-mobile.modal .modal-dialog .modal-content{
    padding: 0;
    margin: 0;
  }
  #sparePartTecModal.globalModal-mobile.modal .modal-dialog .modal-content .product-tec-modal{
    align-items: center;
    justify-content: center;
  }
  #sparePartTecModal.globalModal-mobile.modal .modal-dialog .modal-content .product-tec-modal .col-md-12.col-sm-12.col-xs-12.no-padding{
    width: 100%;
    height: 90%;
  }
  #sparePartTecModal.globalModal-mobile.modal .modal-dialog .modal-content .product-tec-modal #zoom-img{
    pointer-events: none;
  }
  #sparePartTecModal.globalModal-mobile.modal .modal-dialog .modal-content .product-tec-modal #zoom-img.zoom-image-sparepart{
    width: 100%;
    height: 100%;
  }
  /* rules for text button align center */

  .btnTextCenter {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  /* styling for filters in mobile */

  .tooltip-filters,
  #delivery-tooltip-filters,
  #invoice-tooltip-filters,
  #document-tooltip-filters {
    background: white;
    max-height: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
    margin-top: unset;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
  }


  .top-filters > .badge-container {
    width: 45px;
    height: 45px;
    padding: unset;
    margin: 2px;
    float: none;
  }

  .filter-container .section-facet {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .filter-container .section-facet-container .arrow {
    float: none;
    position: initial !important;
  }
  .filter-container .section-title {
    display: none;
  }
  .filter-container .symbols-column .section-title,
  .filter-container .shapes-column .section-title {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: var(--keringGray-00);
    padding: unset;
    margin-bottom: unset;
    border-bottom: unset;
    text-transform: uppercase;
    font-family: "dinproregular";
    text-align: left;
    padding: 20px 0px;
    border-bottom: 1px solid var(--keringGray-D9);
    font-size: var(--keringFontP7);
    cursor: pointer;
  }
  .section-title-container + .symbols-filters {
    display: none;
  }
  .number-symbols{
    color: var(--keringGray-00);
    font-size: var(--keringFontP7);
  }
  .wrap-input-check.shape-box .mobile-badge-label,
  .wrap-input-check.symbol-box .mobile-badge-label {
    min-width: 200px;
    margin-left: var(--keringFontMain);
    display: block;
  }
  .wrap-input-check.symbol-box .mobile-badge-label {
    font-size: var(--keringFontP7);
    min-width: 235px;
  }
  .symbols-filters .badge-container:hover::after,
  .badge-container .wrap-input-check .tooltiptext-badge.tooltiptext-infoBadge {
    display: none !important;
  }

  /* styles for the product-item */
  .product-item {
    width: 46%;
    border: 1px solid #eee;
    border-radius: 6px;
    height: 242px;
  }
  /* styles for the product-item in plp mobile */
  .page-searchAfterSales .plp-row .product-item,
  .template-pages-editorial-landingEditorialPage .half-row .product-item,
  .page-productDetails .full-row .product-item,
  .page-search .plp-row .product-item,
  .page-productGridPage .plp-row .product-item,
  .template-pages-category-brandGridPage .plp-row .product-item{
    height: 275px;
  }
  .product-item .product-description {
    top: 165px;
  }
  body.template-pages-mockedBrandPage-landingBrandPage
    .product-item
    .product-description {
    top: 180px;
  }
  .template-pages-editorial-landingEditorialPage #ke-main > main > div > div:nth-child(2) > div > div > div > div > div.col-md-12.product-description > div.col-md-12.badges-container,
  .template-pages-category-brandGridPage #ke-main > main > div > div:nth-child(2) > div > div > div > div > div.col-md-12.product-description > div.col-md-12.badges-container{
    border: unset;
  }
}

select {
  -webkit-appearance: none;
}
/* rules for warranty page - spare parts - technical doc header mobile */
@media screen and (max-width: 430px) {
  #spare-parts-header .pd-h-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #spare-parts-header .pd-v-1p5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #spare-parts-header {
    padding: 0;
    border-top: none;
    text-align: center;
  }

  .page-productDetails .aftersale-spare-parts .breadcrump-pdp,
  .page-productDetails .after-sales-tech-docs .breadcrump-pdp {
    margin-top: 20px;
    margin-left: 5%;
  }
  .page-productDetails .aftersale-spare-parts,
  .page-productDetails .after-sales-tech-docs{
    padding: 0;
  }
  [lang=de] .order-link-container .link-item p{
    word-break: break-word;
  }

  .page-errorPage .error-page-wrapper {
    height: unset;
    width: 85%;
    margin: auto;
    text-align: center;
  }
  .page-productDetails .aftersale-spare-parts {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* rules for order link container warranty */

.order-link-container .link-item.active span {
  color: var(--keringGray-00);
  font-weight: 600;
}

.order-link-container .link-item p {
  color: var(--keringGray-95);
  font-weight: 600;
}
@media screen and (max-width: 430px){
  .order-link-container .link-item p {
    min-height: 32px;
  }
  #spare-parts-header.order-link-container .link-item p {
    display: flex;
    align-items: center;
  }
}
/* rules for order link container order */

.order-link-container a.link-item.active {
  color: var(--keringGray-00);
  font-weight: 600;
}
.order-link-container a.link-item {
  color: var(--keringGray-00);
}
/* rules for page page-privacyPolicy */

.page-privacyPolicy .homepage table td {
  border: 1px solid;
}
.page-privacyPolicy .homepage ul {
  margin-left: 34px;
  list-style-type: disc;
}
.page-generalConditionOfSales .homepage ul li,
.page-termsAndCondition .homepage ul li,
.page-privacyPolicy .homepage ul li{
  letter-spacing: 0.063rem;
  line-height: 16px;
  font-size: 13px;
  font-family: 'dinproregular';
  color: var(--keringGray-00);
}
.page-generalConditionOfSales .homepage,
.page-termsAndCondition .homepage,
.page-privacyPolicy .homepage {
  margin-top: 15px;
}
.page-generalConditionOfSales .homepage ol,
.page-termsAndCondition .homepage ol,
.page-privacyPolicy .homepage ol {
  list-style-type: decimal;
  margin-left: 14px;
}
.page-privacyPolicy .homepage p,
.page-generalConditionOfSales .homepage p,
.page-termsAndCondition .homepage p{
    color: var(--keringGray-00);
}

.page-generalConditionOfSales .homepage p strong,
.page-termsAndCondition .homepage p strong,
.page-termsAndCondition .homepage ol li strong,
.page-privacyPolicy .homepage ol li strong{
    text-transform:uppercase;
    text-decoration:underline;
    font-size:13px;
    color: var(--keringGray-00);
}
.page-generalConditionOfSales .homepage ul,
.page-termsAndCondition .homepage ul{
    margin-left:20px;
}
@media screen and (max-width: 430px) {
  .page-privacyPolicy .homepage,
  .page-generalConditionOfSales .homepage,
  .page-termsAndCondition .homepage {
    margin: 0 25px;
    padding-top: 15px;
    overflow-x: hidden;
  }
  .page-generalConditionOfSales .homepage ol,
  .page-termsAndCondition .homepage ol,
  .page-privacyPolicy .homepage ol {
    margin-left: 22px;
  }
}
.product-gallery__item.owl-item{
  position: relative;
}
#skuMiniPDPModal .slick-arrow + .slick-list .slick-current .product-gallery__item.owl-item .item:after{
  position: absolute;
  content: "";
  height: 100%;
  width: 19%;
  top: 0;
  left: 13px;
  background: linear-gradient(to left, rgba(255,0,0,0) 27%,rgba(255,255,255,0.95) 100%);
}
#skuMiniPDPModal .slick-arrow + .slick-list .slick-slide.slick-current + .slick-slide +.slick-slide +.slick-slide .product-gallery__item.owl-item .item:after{
  position: absolute;
  content: "";
  height: 100%;
  width: 19%;
  top: 0;
  right: 14%;
  background: linear-gradient(to right, rgba(255,0,0,0) 27%,rgba(255,255,255,0.95) 100%);
}

.page-productDetails .images-gallery .gallery-carousel.js-gallery-carousel .owl-controls.clickable:before{
  position: absolute;
  content: "";
  height: 100%;
  width: 23px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1) 10px, rgba(255,255,255,0))
}
.page-productDetails .images-gallery .gallery-carousel.js-gallery-carousel.no-arrow .owl-wrapper-outer:after{
  width: 0;
}
.page-productDetails .images-gallery .gallery-carousel.js-gallery-carousel .owl-wrapper-outer:after{
  position: absolute;
  content: "";
  height: 100%;
  width: 23px;
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1) 10px, rgba(255,255,255,0));
}
/* rules for spare partes desktop */
@media screen and (min-width: 430px) {
  .aftersale-spare-parts ~ .left-section .owl-item .lazyOwl {
    border: 1px solid var(--keringGray-95);
    height: 400px;
    width: 530px;
    object-fit: cover;
  }
  .img-tech-spareparts{
    height: 400px; 
    width: 530px;
    object-fit: cover;
  }
  .aftersale-spare-parts ~ .left-section #imageModal .owl-item .lazyOwl{
    object-fit: contain;
  }
  .aftersale-spare-parts
    ~ .left-section
    .owl-item.product-gallery__item
    .lazyOwl {
    border: 0;
    height: unset;
    width: unset;
  }
  .aftersale-spare-parts ~ .right-section .tech-image-container {
    border: 1px solid var(--keringGray-95);
    height: 400px;
    margin-top: 24px;
  }
  .page-productDetails
    .product-page-container
    .aftersale-spare-parts
    ~ .left-section {
    margin-top: 147px;
  }
  .aftersale-spare-parts ~ .left-section #imageModal .imgContainer {
    width: 100%;
  }
  .aftersale-spare-parts
    ~ .left-section
    #imageModal
    .imgContainer
    .images-gallery {
    background: white;
  }
  .aftersale-spare-parts ~ .left-section #imageModal .owl-item .lazyOwl {
    border: 0;
    height: unset;
    width: unset;
  }
  .aftersale-spare-parts ~ .left-section #imageModal .owl-item .lazyOwl {
    border: 0;
    height: unset;
    width: unset;
  }
  /* .aftersale-spare-parts ~ .left-section #imageModal.modal .close {
    right: 265px;
  } */
  /* .aftersale-spare-parts ~ .right-section #sparePartTecModal .modal-body .kering-modal .zoom-img-container{
    width: 70vw;
  }
  .aftersale-spare-parts ~ .right-section #sparePartTecModal .modal-body .kering-modal .zoom-img-container .zoom-img{
    margin: auto;
  } */
  .aftersale-spare-parts ~ .right-section #sparePartTecModal .modal-dialog {
    margin: 0;
  }
  .aftersale-spare-parts
    ~ .right-section
    #sparePartTecModal
    .modal-dialog
    div#zoom-img {
    width: 90%;
    margin-left: 5%;
  }
  .aftersale-spare-parts
    ~ .right-section
    #sparePartTecModal
    .modal-body
    .kering-modal
    .headline {
    opacity: 0;
  }
  .spare-parts-left-section .images-gallery .badge-area {
    opacity: 0;
  }
  .spare-parts-left-section .images-gallery .badge-area .right{
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .spare-parts-left-section{
    display: none;
  }
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 2px 1px 0px rgb(0 0 0 / 78%);
  -webkit-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  background: url(../images/kering-ew.svg) no-repeat 50%;
  background-size: 165px 165px;
  margin-left: -110px;
  margin-top: -110px;
}
#spinner {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 430px) {
  .spinner {
    top: 40%;
    width: 200px;
    height: 200px;
    background-size: 150px 150px;
  }
}
#spinner.mini-spinner {
  position: absolute;
  min-height: 500px;
  width: 900px;
  background-color: rgba(255, 255, 255, 1);
}
#spinner.mini-spinner.spinner-my-history{
  min-width: 100%;
  min-height: 100%;
  border-radius: 10px;
}

#skuMiniPDPModal .close {
  z-index: 999999;
}
.page-homepage .desktop-single-carousel-container{
  margin-top: 40px;
}
.page-homepage .desktop-single-carousel-container img[data-lazy]{
  visibility: hidden;
}

@media screen and (max-width: 430px) {
    .template-pages-editorial-landingEditorialPage .desktop-single-carousel-container,
    .template-pages-category-brandGridPage .desktop-single-carousel-container {
        display: none;
    }
    .page-searchAfterSales .sticky .tooltip-filters,
    .page-search .sticky .tooltip-filters,
    .template-pages-category-brandGridPage .sticky .tooltip-filters,
    .template-pages-editorial-landingEditorialPage .sticky .tooltip-filters,
    .page-documentGridPage .sticky .tooltip-filters,
    .page-productGridPage .tooltip-filters{
        padding-bottom: 0;
    }
    .page-searchAfterSales .section-apply-container,
    .page-search .section-apply-container,
    .template-pages-editorial-landingEditorialPage .section-apply-container,
    .template-pages-category-brandGridPage .section-apply-container,
    .page-documentGridPage .section-apply-container{
        width: 100vw;
        box-shadow: 0px -3px 6px #00000029;
        background-color: var(--keringGray-F2);
        margin-right: -20px;
        padding: 0 20px;
        z-index: 10000;
    }
    .page-searchAfterSales .section-apply,
    .template-pages-editorial-landingEditorialPage .section-apply,
    .template-pages-category-brandGridPage .section-apply{
        align-items:center;
        height: 70px;
    }
    .page-searchAfterSales .section-apply a,
    .page-search .section-apply a,
    .template-pages-editorial-landingEditorialPage .section-apply a,
    .template-pages-category-brandGridPage .section-apply a,
    .page-documentGridPage .section-apply a {
        height: 40px;
    }
    .page-searchAfterSales .filter-container .fast-filters,
    .page-search .filter-container .fast-filters,
    .template-pages-editorial-landingEditorialPage .filter-container .fast-filters,
    .template-pages-category-brandGridPage .filter-container .fast-filters,
    .page-documentGridPage .filter-container .fast-filters,
    .page-productGridPage .filter-container .fast-filters{
        height:unset;
    }
    .tooltip-filters-mobile.filter-container {
        height: calc(100% - 75px);
        overflow-y:scroll;
    }
    .page-documentGridPage .tooltip-filters-mobile.filter-container {
        height: calc(100% - 100px);
        overflow-y:scroll;
    }
}
.page-searchAfterSales img.reset-icon,
.page-search img.reset-icon,
.template-pages-category-brandGridPage img.reset-icon,
.template-pages-editorial-landingEditorialPage img.reset-icon,
.page-documentGridPage img.reset-icon,
.page-productGridPage img.reset-icon {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

@media screen and (min-width: 430px) {
    .page-searchAfterSales .section-apply,
    .page-search .section-apply,
    .template-pages-category-brandGridPage .section-apply,
    .page-documentGridPage .section-apply,
    .page-productGridPage .section-apply {
        padding: 0 10px;
    }
}
@media screen and (min-width: 430px) {
  .number-filter-mobile{
    display: none;
  }

    .page-orders .section-facet-datepicker p,
    .page-invoices .section-facet-datepicker p,
    .page-deliveries .section-facet-datepicker p{
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        gap: 8px;
    }
}

@media screen and (max-width: 430px) {
  .page-orders .section-facet-datepicker p,
  .page-invoices .section-facet-datepicker p,
  .page-deliveries .section-facet-datepicker p{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
  }
  .page-orders .section-facet-datepicker p img.ui-datepicker-trigger,
  .page-invoices .section-facet-datepicker p img.ui-datepicker-trigger,
  .page-deliveries .section-facet-datepicker p img.ui-datepicker-trigger{
        position: unset;
  }
  .page-orders .tooltip-filters-mobile .section-facet p .orderdatepicker,
  .page-invoices .tooltip-filters-mobile .section-facet p .orderdatepicker,
  .page-deliveries .tooltip-filters-mobile .section-facet p .orderdatepicker{
        padding-left:0;
  }
  .chips-container-mobile{
        display: flex;
        flex-direction: row;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        align-items: center;
  }
  .chips-container-mobile .chip-text,
  .chips-container-mobile .chip-value{
        text-align: left;
  }
}

.pdp-recommended-products-section{
    margin-top: 180px;
}
.pdp-recommended-products-section a.primary-image:hover .default-image{
    display:initial;
    text-align: center;
}
.pdp-recommended-products-section .product-item .primary-image,
.emptysearch-recommended-products-section .product-item .primary-image{
    top: 30px;
    text-align: center;
}
.pdp-recommended-products-section .product-item .product-description{
    text-align: center;
}
.pdp-recommended-products-section a.thumb.primary-image img{
    max-width:100%
}
#menu_black .sub-menu .menu-open .product-preview .product-code{
    margin-top: -25px;
}
.most-popular > div:not(.title){
    gap:20px;
}

@media screen and (max-width: 430px){
    .pdp-recommended-products-section  a.thumb.primary-image.class-xs-12,
    .pdp-recommended-products-section .product-item .product-description{
        width:100%;
    }
    .page-productDetails .pdp-recommended-products-section{
        width: 90%;
        margin: auto;
        margin-top: 160px;
        margin-bottom: 100px;
    }
    .page-productDetails .full-row .pdp-recommended-products-section .product-item {
        height: 200px;
    }
    .page-productDetails .pdp-recommended-products-section a.thumb.primary-image.class-xs-12{
        height:unset;
    }
}

@media screen and (min-width: 430px){
    .page-productDetails .pdp-recommended-products-section .recommandation-section-label{
        text-align: center;
    }
    .page-productDetails .pdp-recommended-products-section {
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .page-productDetails .full-row .pdp-recommended-products-section .product-item{
        height: 220px;
    }
}

.page-productDetails .pdp-recommended-products-section{
    border-bottom: 1px solid var(--keringGray-95);
    border-top: 1px solid var(--keringGray-95);
}
.page-productDetails .full-row .pdp-recommended-products-section .product-item{
    position: relative;
}
.page-productDetails .pdp-recommended-products-section .product-item::after,
.page-productDetails .pdp-recommended-products-section .product-item::before{
    box-shadow: none;
}
.page-productDetails .pdp-recommended-products-section .product-item a.thumb.primary-image,
.page-productDetails .pdp-recommended-products-section .product-item .product-description{
    position: relative;
    top: auto;
    height: fit-content;
}
.pdp-recommended-products-section .recommandation-section-label > span{
     top: -9px;
     background-color: white;
     padding: 0 15px;
     position: absolute;
     transform: translate(-50%, 0);
     white-space: nowrap;
}

@media screen and (min-width: 430px){
    .filter-wrapper .chips-container,
    .sort-filter-container .applied-filters-container {
        margin: 5px 0;
    }
    .sort-container div:first-child{
        white-space: nowrap;
        padding-left: 0px;
    }
}
