/* ******************
*
* NEW DESIGN 
*
************************ */  

/*
GENERAL
--------------------------------------------------------- */

body.search {
  overflow:hidden;
}

.clerk-live-search-container {
  width: 100% !important;
  left: 0px !important;
  background-color: #fff;
  overflow: scroll;
  height: 100%;
  
  padding-bottom: 200px; /* Somma tra altezze Preheader, Header e Search Bar 27.5+81.23+72 = 180px + Spazio di Supporto 20px = 200px*/
}


.clerk-descriptionProduct {
  padding-bottom: 50px;
  padding-top: 25px;
}

@media screen and (max-width: 448px) {

  .clerk-design-component-qTktDVii > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

}

/* Prodotti Correlati */

.headlineClerk {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 50px;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.7px;
  font-size: 15px;
}

.clerk-slider-nav {
  background-image: url('https://www.cuoieriafiorentina.it/assets/icons/freccia.svg');
  background-position: initial;
  top: 20px;
}

.clerk-slider-nav-prev{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background-position: 0px 23px;
  left: 10px;
}
.clerk-slider-nav-next {
  right: 10px;
}

.clerk-slider-nav:hover {
  background-image: url('https://www.cuoieriafiorentina.it/assets/icons/freccia-hover.svg');
  background-position: initial;
}

.clerk-slider-nav-prev:hover { background-position: 0px 20px;}

.clerk-design-component-JXrbODx9 .product-box-sale {
  top: 80px;
}

@media (max-width: 767.98px) {
  .clerk-slider-nav  {    background-size: 30px;}
  .clerk-slider-nav-prev{
  background-position: 0px 27px;}
  
  .clerk-design-component-JXrbODx9 .product-box-sale{
    padding: 10px 10px;
    font-size: 12px;
    bottom: 20px;
    top: auto;
  }

}


/* ******************
*
* OLD CLERK
*
************************ */  

/*
GENERAL
--------------------------------------------------------- */
/* #clerk-power-popup {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
}

#clerk-power-popup .clerk-top-wrapper {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #EEE;
  margin-top: 10px;
}

#clerk-power-popup .clerk-top-wrapper .table {
  width: 95% !important;
  margin: 0 auto !important;
}

#clerk-power-popup .clerk-clearer {
  clear: both;
} */

/*
CART OVERVIEW
--------------------------------------------------------- */
/* 
.clerk-text {
    text-align: left;
  }
  
  .clerk-price {
    text-align: right;
  }
  
  .clerk-total .clerk-text {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
  }
  
  .clerk-total .clerk-price {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
  }
  
  #clerk-power-popup .clerk-top-wrapper .clerk-to-cart {
    width: 100%;
    margin: 0 auto;
  }
  
  #clerk-power-popup .clerk-top-wrapper .clerk-to-cart span,
  #clerk-power-popup .clerk-top-wrapper .clerk-to-cart span span {
    font-size: 16px;
  }
  
  #clerk-power-popup .clerk-top-wrapper .clerk-continue-shopping,
  #clerk-power-popup .clerk-top-wrapper .clerk-to-checkout {
    margin: 0 auto;
    font-size: 13px;
  }
  
  #clerk-power-popup .clerk-top-wrapper .clerk-continue-shopping span,
  #clerk-power-popup .clerk-top-wrapper .clerk-to-checkout span {
    padding: 0px;
  }

  /*
RESULTS
--------------------------------------------------------- */
/* 
#clerk-power-popup .clerk-results {
    clear: both;
    text-align: center;
  }
  
  @media (max-width: 767px) {
    .col6 {
      width: 100% !important;
    }
  }
  
  #clerk-power-popup .products-grid .actions {
    position: static;
  }
  
  #clerk-power-popup .products-grid>li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  
  .checkout-cart-clerk .col4,
  .checkout-cart-clerk .col6,
  .checkout-cart-clerk .col8,
  .checkout-cart-clerk .col12 {
    box-sizing: border-box;
  }

  .cms-index-index .clerk-grid-fix {
    margin: 0 !important;
  }

  
.clerk-live-search-container {
    left: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
  }
  
  @media only screen and (min-width: 992px) {
    .clerk-live-search-container {
      left: 0 !important;
      box-shadow: none !important;
    }
  }
  
  .clerk-live-search-container:after {
    content: ' ';
    background: #000000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
    right: 0;
    bottom: -1000px;
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container {
      display: block;
    }
  }
  
  .clerk-live-search-container .clerk-livesearch-title {
    float: left !important;
    position: absolute;
    left: 0px;
    height: 45px;
    background-color: transparent;
    border-bottom: 1px solid #cbcbcb;
    padding: 14px 50px !important;
    font-family: 'Work Sans';
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container .clerk-livesearch-title {
      padding: 14px 15px !important;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1440px) {
    .clerk-live-search-container .clerk-livesearch-title.title-count-1 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1440px) {
    .clerk-live-search-container .clerk-livesearch-title.title-count-1 span {
      padding-left: 16%;
    }
  }
  
  @media (min-width: 1200px) {
    .clerk-live-search-container .clerk-livesearch-title.title-count-2 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1440px) {
    .clerk-live-search-container .clerk-livesearch-title.title-count-2 span {
      padding-left: 30%;
    }
  }
  
  @media (min-width: 1441px) {
    .clerk-live-search-container .clerk-livesearch-title.title-count-2 span {
      padding-left: 50%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container .clerk-livesearch-title {
      position: static;
      border: 1px solid #cbcbcb;
      padding: 14px 20px !important;
    }
  }
  
  .clerk-live-search-container .clerk-livesearch-title:first-child {
    right: 0;
    left: auto;
    border-left: 1px solid #cbcbcb;
  }
  
  .clerk-live-search-container .clerk-livesearch-categories {
    float: left !important;
    border-left: 1px solid #cbcbcb;
    padding-left: 50px !important;
    display: block !important;
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container .clerk-livesearch-categories {
      padding-left: 15px !important;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1440px) {
    .clerk-live-search-container .clerk-livesearch-categories {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  
  .clerk-live-search-container .clerk-livesearch-categories a {
    font-family: 'Cormorant';
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0 20px 0 !important;
    box-sizing: content-box;
  }
  
  @media (min-width: 1200px) and (max-width: 1440px) {
    .clerk-live-search-container .clerk-livesearch-categories a {
      padding-left: 16% !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container .clerk-livesearch-categories a {
      height: auto;
      line-height: 20px;
    }
  }
  
  .clerk-live-search-container>div {
    float: left !important;
    width: 50%;
    padding: 70px 0px 75px !important;
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container>div {
      width: 100%;
      padding: 20px 0 !important;
    }
  }
  
  .clerk-live-search-container>div .custom-live-search {
    display: block;
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container>div .custom-live-search {
      padding-left: 0px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .clerk-live-search-container>div .custom-live-search {
      padding-left: 35px;
    }
  }
  
  .clerk-live-search-container>div .clerk-live-product {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  .clerk-live-search-container>div .clerk-live-product .clerk-live-product-wrap a {
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 15px;
    box-sizing: content-box;
  }
  
  @media (min-width: 1200px) and (max-width: 1440px) {
    .clerk-live-search-container>div .clerk-live-product .clerk-live-product-wrap a {
      padding: 10px 0 10px 30%;
    }
  }
  
  @media (min-width: 1441px) {
    .clerk-live-search-container>div .clerk-live-product .clerk-live-product-wrap a {
      padding: 10px 0 10px 50%;
    }
  }
  
  .clerk-live-search-container>div .clerk-live-product .clerk-live-product-wrap a:hover {
    background: #F4F3EF;
  }
  
  .clerk-live-search-container>div .clerk-live-product .clerk-live-product-wrap a img {
    max-width: 100% !important;
    max-height: 100%;
    border: 1px solid #999999;
  }
  
  .clerk-live-search-container>div .clerk-live-product .clerk-live-product-wrap a .clerk-live-product-name {
    font-family: 'Cormorant';
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    max-height: 100%;
  }
  
  .clerk-live-search-container>div .more-results {
    position: absolute;
    bottom: 35px;
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container>div .more-results {
      display: none;
    }
  }
  
  .clerk-live-search-container>div .more-results.left {
    left: 0px;
    width: 100%;
  }
  
  .clerk-live-search-container>div .more-results.left a {
    margin-left: 50px;
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container>div .more-results.left a {
      margin-left: 15px;
    }
  }
  
  @media (min-width: 1200px) {
    .clerk-live-search-container>div .more-results.left {
      width: 100%;
    }
  
    .clerk-live-search-container>div .more-results.left a {
      margin-left: 15%;
    }
  }
  
  @media (min-width: 1441px) {
    .clerk-live-search-container>div .more-results.left {
      width: 50%;
    }
  
    .clerk-live-search-container>div .more-results.left a {
      margin-left: 50%;
    }
  }
  
  .clerk-live-search-container>div .more-results.right {
    left: calc(50% + 50px);
  }
  
  @media (min-width: 1200px) and (max-width: 1440px) {
    .clerk-live-search-container>div .more-results.right {
      left: calc(54% + 50px);
    }
  }
  
  .clerk-live-search-container>div .more-results a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #000000 !important;
    letter-spacing: 0.2em;
  }
  
  .clerk-live-search-container>div .more-results a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .clerk-live-search-container>div .more-results a:hover,
  .clerk-live-search-container>div .more-results a .active {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .clerk-live-search-container>div .more-results a:hover::after,
  .clerk-live-search-container>div .more-results a .active::after {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  @media only screen and (max-width: 767px) {
    .clerk-live-search-container>div .more-results a {
      text-decoration: none;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
  
    .clerk-live-search-container>div .more-results a::after {
      width: 100%;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
  }
  
  .clerk-live-search-container>div .more-results a:after {
    bottom: -5px;
    background-color: #000000;
  }
*/
  /* PRODUCT RECCOMENDATION*/

  /*
.product-collateral .clerk-grid-fix {
    clear: both;
  }
  
  .product-collateral .clerk-grid-fix h2 {
    font-family: 'Work Sans';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
  }

  
html body.search .clerk-live-search-container:after {
    bottom: unset !important;
  }
  
  html body.search .clerk-live-search-container>div .clerk-live-product .clerk-live-product-wrap a .clerk-live-product-name {
    overflow-y: scroll;
  } */

