.mixed .description {
  padding-bottom: 25px;
}
.mixed .productLine:not(.notification) .category {
  padding-bottom: 5px;
  font-weight: bold;
  display: inline-block !important;
  width: 90% !important;
  padding-left: 0 !important;
  float: none !important;
}
.mixed .information-tooltip button {
  border: none;
  background: none;
}
.mixed .information-tooltip {
  display: inline-block;
  width: 5%;
}
.mixed .popDescr {
  margin: 20px 0;
}
.mixed .category {
  padding-bottom: 5px;
  font-weight: bold;
}
.mixed .products {
  overflow: hidden;
}
.mixed .products .product .row {
  transition: 0.3s all;
}
.mixed .products .product .row.notification {
  margin-top: 10px;
  background-color: #000000;
  color: white;
  font-weight: bold;
}
.mixed .products .product .row.notification select {
  margin-bottom: 5px;
}
.mixed .products .product .popWrapper,
.mixed .products .product .popWrapperCard {
  padding: 7px 15px;
  display: none;
  font-size: 11px;
  width: 100%;
  z-index: 150;
  clear: both;
  color: #585858;
  background-color: #F0F0F0;
  border: 1px solid #CCC;
  border-top: none;
}
.mixed .products .product .popWrapper .popHeader,
.mixed .products .product .popWrapperCard .popHeader {
  font-size: 13px;
  font-weight: bold;
  color: #A30000;
}
.mixed .products .product .popWrapper .checkText,
.mixed .products .product .popWrapperCard .checkText {
  margin-top: 15px;
}
.mixed .products .row {
  margin-bottom: 15px;
}
.mixed .products select {
  float: right;
}
.mixed .products .productLine {
  padding-bottom: 5px;
}
.mixed .products .productLine:nth-child(even) {
  background-color: #F7F7F7;
}
.mixed .products .long.description {
  overflow: hidden;
}
.mixed .products button.descrToggle {
  background: #F0F0F0;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
}
.mixed .products button.descrToggle i {
  margin: 0 10px;
}
.mixed .plus-minus-display .flex-wrapper {
  display: flex;
}
@media (min-width: 980px) {
  .mixed .plus-minus-display .flex-wrapper {
    justify-content: flex-end;
  }
}
.mixed button.descrToggle[aria-expanded="true"] + .read-more-text {
  display: block;
}
.mixed button.descrToggle[aria-expanded="false"] + .read-more-text {
  display: none;
}
.mixed .extension_Products .product.noImg .title {
  background: #ccc;
  padding: 10px;
  margin-top: 0;
}
.mixed .disabled {
  background-color: #CCCCCC;
  border: none;
}
.mixed .product-fullmessage {
  color: #c0504d;
  font-weight: bold;
}
.addCartInformationError {
  opacity: 0.7;
  background: #f0c1cb;
  border: solid;
  border-color: #d24669;
  text-align: center;
  color: black;
  display: none;
  margin-bottom: 20px;
}
.addCartInformation {
  opacity: 0.7;
  background: #c1f0c1;
  border: solid;
  border-color: #46d246;
  text-align: center;
  color: black;
  display: none;
  margin-bottom: -30px;
}
.addCartInformation .fa {
  margin-right: 10px;
  color: #46d246;
}
/*=========================================
=            loading icon move            =
=========================================*/

/* Loading composant */

.loading-component {
  background-color: #FFF;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0px;
  left: 0px;
  display: none;
}
.loading-component .loading-inner {
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.08);
  border-left-color: rgba(0, 0, 0, 0.08);
  background-color: transparent;
  border-radius: 150px !important;
  vertical-align: middle;
  -webkit-animation: loading 1s infinite linear;
  -moz-animation: loading 1s infinite linear;
  -ms-animation: loading 1s infinite linear;
  -o-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.loading-component .loading-inner img {
  display: none;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-body {
  overflow: hidden;
}
/*CROSS UP*/

.divUpSellProduct {
  margin-bottom: 5px;
}
.selectCrossUp {
  border: solid 3px;
  border-color: #287fd675;
  padding: 5px;
  margin: 3px;
}
.img-upsell,
.img-crosssell {
  max-width: 100%;
}
.productPrice.baseupsell {
  text-decoration: line-through;
}
.selectUpSell {
  display: none;
}
.replaceUpSellProduct {
  background: #eceded;
  padding-left: 50px;
  padding-top: 5px;
  box-shadow: 0 8px 15px -5px #9b9b9b;
}
.productcrossupqty {
  border: none !important;
  margin-left: 20px;
  background: #eceded;
  width: 20px;
}
.inputupqte {
  background-color: #eceded !important;
  width: 20px;
}
.divCrossSellList {
  background: #5c54862e;
  padding-left: 50px;
  padding-top: 5px;
  box-shadow: 0 8px 15px -5px #c1c0c0;
}
.inputcrossqte {
  background-color: #e2e0e9 !important;
  width: 20px;
}
.upsellListe {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.upsellListe.last {
  margin-bottom: 50px;
}
.crosssellListe.first {
  border-top: 1px solid #e5e5e5;
}
.crossUpColumn {
  align-items: center;
  display: flex;
}
/* bordures à la selection par JS */

.crossUpColumn {
  border: transparent solid 3px;
}
.crossUpColumn.selectCrossUp {
  border: #92BBE2 solid 3px;
}
/* version mobile succinte */

@media (max-width: 767px) {
  .crossUpColumn {
    display: block;
    padding: 2rem 0;
  }
  .crossUpColumn > * {
    padding-left: 1rem;
    margin-top: 1rem;
  }
}
/* version desktop */

@media (min-width: 768px) {
  .crossUpColumn {
    align-items: center;
    display: flex;
  }
}
/* colonnes */

.crossUpColumn-image,
.crossProduct-image {
  flex-basis: 180px;
  margin-right: 50px;
}
.divCrossSell .crossProduct-image {
  flex-basis: 120px;
  margin-right: 40px;
}
.crossUpColumn-label,
.crossProduct-label {
  flex-basis: 300px;
  margin-right: 20px;
}
.divCrossSell .crossProduct-label {
  flex-basis: 400px;
}
.crossUpColumn-qte,
.crossProduct-qte {
  flex-basis: 50px;
  margin-right: 20px;
}
.divCrossSell .crossProduct-qte {
  flex-basis: 30px;
  margin-right: 10px;
}
.crossUpColumn-price,
.crossProduct-price {
  flex-basis: 70px;
  margin-right: 20px;
}
.crossUpColumn-select,
.crossProduct-select {
  flex-basis: 80px;
  margin-right: 10px;
}
.productUp .crossUpColumn {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.errorFound {
  color: red;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0 15px;
}
.product-description {
  padding: 0 15px;
}
