.product-image {
  background: #F2F4F7;
}
h3 svg {
  display: none !important;
}
.models-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.models-card {
  border: 1px solid #EAECF0 !important;
}

  .models-card.models-card-related {
    border: none !important;
  }

.models-card img {
  background-color: #F2F4F7;
}
/*///////  Datasheets   /////////*/
.multiple-datasheet-header {
  cursor: pointer;
  transition: 0.3s all;
}
.accordion-collapse {
  transition: height 0.3s ease;
}


.attachmentLink {
  border-bottom: 1px solid var(--Gray400);
  transition: 0.3s all;
}  
.attachmentLink:hover {
   color: var(--Orange600) !important;
}
.attachmentLink:last-of-type {  
 border-bottom: none;  
}
/*///////  Accesorios reja   /////////*/
.accesory-box img {
  height: 200px;
}

.accesory-box {
  min-height: 350px;
}


.product-description-button, .callToAction-container-button, .header-container-button, .contact-button {
  padding: 14px 20px;
  font-size: 16px;
  color: #FFF;
  width: 100%;
}

.product-description-button:hover {
  background: var(--Orange700);
}

.product-description-features {
  font-size: 14px;
}
/*///////  Breadcrumb   /////////*/
.route {
  /*position: absolute;*/
  width: 50%;
}
.nav-breadcrumb {
  width: 95%;
}
.nav-breadcrumb .breadcrumb {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
}
.nav-breadcrumb::-webkit-scrollbar-track {
  background-color: #ffffff00;
}

.nav-breadcrumb::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff00;
  height: 10px;
}

.nav-breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cecece;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb i::before {
  font-weight: 900 !important;
}

.breadcrumb-item::before {
  color: #D0D5DD !important;
  margin: 0 0.5rem;
}
.breadcrumb-item a {
    cursor: pointer;
    transition: 0.5s all;
}
.breadcrumb-item a:hover {
    color:var(--Orange600);
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb i::before {
  font-weight: 900 !important;
}
/*///////  Related products   /////////*/
.slider-related-products-arrows button, .slider-thumbnails-arrows button {
  background-color: var(--Gray100);
  border-radius: 100%;
  border-width: 0px;
  width: 50px;
  height: 50px;
  font-size: 35px;
  transition: 0.5s all;
}

.slider-related-products-arrows button:hover, .slider-thumbnails-arrows button:hover {
  color: var(--Orange600);
}

.related-products-container a{
    font-size: 17px;
}
  .related-products-container a:hover {
      color: var(--blue500);
  }

.attachment-category a:hover {
  color: var(--Orange600);
}
.thumb-item {
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ff000000;
}
.thumb-item:hover {
  border: 1px solid #f96200;
}

.product-image-container {
    top: 71px;
}

.product-image-container .product--image {
  height: 600px;
}

/* ----------------- NEW Product detail -----------------*/
.product-description-cards ul {
  background: var(--Gray100);
  padding: 15px 25px;
  border-radius: 10px;
  margin: 5px 0px 20px 0px;
}
.product-description ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--Gray700);
}
.card {
  border: none !important;
}
.product-description h2, .product-description h3, h4, .product-description h5, .product-description h6 {
  color: var(--Blue600);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

  .thumb-item {
    max-width: 120px;
    cursor: pointer;
    height: 120px;
  }
.slick-thumbnails .slick-slide > div {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;  
}
@media (max-width: 1199px){
  .product-image-container .product--image {
    height: 500px;
  }
}
@media(max-width:998px) {
  a .card.models--card {
    max-width: 320px;
  }

  a.card.models--card.models--card--related {
    max-width: 100%;
  }
  .models--card img {
    width: 100%;
  }
  .product-description-title {
    font-size: 40px !important;
    line-height: 120% !important;
  }
}

@media (max-width: 991px) {
  .route {
      position: initial;
      width: 100%;
  }
  .breadcrumb {
      width: max-content;
  }
/*  .product--image {
      max-height: 400px;
  }*/
  .nav-breadcrumb {
      width: 100%;
  }
}
@media (max-width: 768px){
  .product-image-container .product--image {
    height: 400px;
  }
}

@media (max-width: 560px) {
  .route {
    position: relative;
  }
  .img {
    height: 100px !important;
    width: fit-content !important;
  }
  .breadcrumb {
    padding-left: 1rem;
  }
  .product {
    flex-direction: column;
  }
  .product--description {
    padding: 15px;
  }
  .product--description-cards {
    flex-direction: column;
    width: 100%;
  }
  .breadcrumb {
    padding-left: 0.5rem;
  }

}
@media (max-width: 525px){
  .product-image-container .product--image {
    height: 350px;
  }
}
/* .thumb-responsive {
  width: 48%;
  max-width: 120px;
}

@media (min-width: 768px) {
  .thumb-responsive {
    width: 23%;
    max-width: 100px;
  }
} */

/*///////  Colores   /////////*/
.d-flex.flex-row.position-relative.h-100.color-disponible {
  padding-right: 0 !important;
  background: 0 0;
  min-width: 80px;
}

.color-disponible, .sobre-pedido {
  background: #f6f6f6;
  border-radius: 0 !important;
  width: fit-content !important;
  padding: 5px 10px;
  /*height: 100% !important;*/
}

.d-flex.flex-row.color-disponible span, .d-flex.flex-row.sobre-pedido span {
  left: 0;
  top: -15px;
}

div.color .cirlce.green {
  background: #060;
}

div.color .cirlce {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 5px;
  margin-left: 5px;
}

  div.color .cirlce.white {
    background: #fff;
    border: 1px solid #000;
  }

  div.color .cirlce.black {
    background: #000;
  }

  div.color .cirlce.brown {
    background: #8e8279;
  }

  div.color .cirlce.gray {
    background: #7a7b7a;
  }

  div.color .cirlce.blue {
    background: #1f3855;
  }

  div.color .cirlce.yellow {
    background: #ff9b00;
  }

  div.color .cirlce.red {
    background: #df0101;
  }

.tool-tip {
  position: relative;
  text-align: center;
}
  .tool-tip::before,
  .tool-tip::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
  }

  .tool-tip:hover::before,
  .tool-tip:focus::before,
  .tool-tip:hover::after,
  .tool-tip:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
  }

  .tool-tip::before {
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #080308 transparent transparent transparent;
    bottom: 100%;
    content: "";
    left: 5px;
    transition: all .2s cubic-bezier(.84,-0.18,.31,1.26), opacity .2s .2s;
    transform: scale(.6) translateY(-90%);
  }

  .tool-tip:hover::before,
  .tool-tip:focus::before {
    transition: all .2s cubic-bezier(.84,-0.18,.31,1.26) .2s;
  }

  .tool-tip::after {
    background: #080308;
    border-radius: 3px;
    bottom: 25px;
    font-size: 12px;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -10px;
    padding: 2px 10px;
    transition: all .2s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: auto;
    line-height: 120%;
  }

  .tool-tip:hover::after,
  .tool-tip:focus::after {
    transition: all .2s cubic-bezier(.84,-0.18,.31,1.26);
  }