/* Subset de estilos extraidos de mainl.css para producto.blade.php */

section.top-banner {
  position: relative;
  padding: 0 40px;
}

div.titler {
  display: flex;
  justify-content: flex-end;
  padding: 30px 40px 0 40px;
}

div.titler > div {
  text-align: center;
}

div.titler h1 {
  font-size: 31px;
  
}

div.banners {
  position: relative;
}

div.banners img {
  width: 100%;
}

div.banners div.lay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.banners div.lay h2 {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

div.product-view div.lay {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

div.product-view:hover div.lay {
  display: flex;
}

div.product-view div.lay button {
  width: 85%;
  border-style: none;
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 14px 10px;
  font-size: 13px;
  color: #fff;
  margin: 5px 0;
  cursor: pointer;
}

div.product-view div.lay button.lite {
  background: #268fce;
}

div.product-view div.lay button.dark {
  background: #004d73;
}

div.product-view div.foot {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  background-color: rgba(150, 150, 150, 0.6);
}

div.product-view div.foot p.ref,
div.product-view div.foot p.cod {
  margin: 0;
  font-size: 16px;
  color: #fff;
}


div.titler.double {
  justify-content: space-between;
  position: relative;
  align-items: center;
}

div.titler.double h1 {
  font-size: 28px;
  line-height: 28px;
  margin: 0;
}

div.titler.double div.ref {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

div.titler.double div.ref p.ref,
div.titler.double div.ref p.cod {
  color: #fff;
  margin: 0;
}

div.titler.double div.ref p.cod {
  margin-left: 20px;
}

section.detail-products {
  position: relative;
  padding: 40px 40px 20px 40px;
  display: flex;
  justify-content: space-between;
}

section.detail-products img.divi-flag {
  position: absolute;
  top: -1px;
  right: 80px;
  width: 32%;
}

section.detail-products div.product-big {
  width: 55%;
  position: relative;
  align-self: flex-start;
}

section.detail-products div.product-big img {
  width: 100%;
  border-radius: 20px;
}

section.detail-products div.product-big div.actions {
  position: absolute;
  left: 0;
  bottom: 24px;
  background: rgba(100, 100, 100, 0.3);
  right: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

section.detail-products div.product-big div.actions > div {
  display: inline-flex;
}

section.detail-products div.product-big div.actions button {
  border-style: none;
  border: 1px solid #fff;
  background: transparent;
  padding: 8px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

section.detail-products div.product-big div.actions > div button {
  margin-right: 5px;
}

section.detail-products div.product-big div.actions > button {
  padding: 8px 12px;
}

section.detail-products div.info-product {
  width: 43%;
}

section.detail-products div.info-product p.excerpt {
  font-size: 16px;
  color: #808080;
  text-align: justify;
}

section.detail-products div.info-product div.double {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

section.detail-products div.info-product p.titles {
  font-size: 20px;
  margin-bottom: 10px;
}

section.detail-products div.info-product div.sizes div.tiles {
  display: flex;
  flex-wrap: wrap;
}

section.detail-products div.info-product div.espesor {
  padding-right: 50px;
}

section.detail-products div.info-product div.espesor > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

section.detail-products div.info-product div.espesor > div div {
  width: 120px;
  background: #fff;
  margin-right: 10px;
}

section.detail-products div.info-product div.espesor > div div.esp_1,
section.detail-products div.info-product div.espesor > div div.esp_2 {
  height: 1px;
}

section.detail-products div.info-product div.espesor > div div.esp_3,
section.detail-products div.info-product div.espesor > div div.esp_4,
section.detail-products div.info-product div.espesor > div div.esp_5 {
  height: 2px;
}

section.detail-products div.info-product div.espesor > div div.esp_6,
section.detail-products div.info-product div.espesor > div div.three {
  height: 3px;
}

section.detail-products div.info-product div.espesor > div div.esp_7 {
  height: 4px;
}

section.detail-products div.info-product div.espesor > div div.esp_8,
section.detail-products div.info-product div.espesor > div div.six {
  height: 6px;
}

section.detail-products div.info-product div.espesor > div div.esp_9,
section.detail-products div.info-product div.espesor > div div.nine {
  height: 8px;
}

section.detail-products div.info-product div.espesor > div div.esp_10 {
  height: 10px;
}

section.detail-products div.info-product div.espesor > div div.esp_11,
section.detail-products div.info-product div.espesor > div div.esp_14,
section.detail-products div.info-product div.espesor > div div.twelve {
  height: 12px;
}

section.detail-products div.info-product div.espesor > div p {
  font-size: 13px;
  margin: 0;
}

section.detail-products div.info-product div.single {
  margin-top: 30px;
}

section.detail-products div.info-product div.single div.acabados {
  display: flex;
  flex-wrap: wrap;
}

section.detail-products div.info-product div.single div.acabados > div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #b3b3b3;
  margin-right: 5px;
  margin-bottom: 5px;
}

section.detail-products div.info-product div.single div.acabados > div p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

section.detail-products div.info-product div.double div.squares div.rows {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

section.detail-products div.info-product div.double div.squares div.rows > div {
  width: 66px;
  margin: 0 3px;
}

section.detail-products div.info-product div.double div.squares div.rows > div img {
  width: 100%;
}

section.detail-products div.info-product div.single div.imgs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.detail-products div.info-product div.single div.imgs > div {
  width: 120px;
  margin-right: 15px;
}

section.detail-products div.info-product div.single div.imgs > div img {
  width: 100%;
}

section.detail-products div.info-product div.ctas {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

section.detail-products div.info-product div.ctas button {
  width: 48%;
  padding: 15px;
  border-radius: 5px;
  border-style: none;
  font-size: 16px;
  color: #fff;
}

section.detail-products div.info-product div.ctas button.lite {
  background: #268fce;
}

section.detail-products div.info-product div.ctas button.dark {
  background: #004d73;
}

section.related-carousel {
  padding: 0 40px 40px 40px;
}

section.related-carousel h2 {
  font-size: 25px;
  color: #808080;
}

section.related-carousel .slider {
  width: 100%;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 20px 0;
  padding-left: 50px;
  overflow-x: hidden;
}

section.related-carousel .slider .ui-slider-handle {
  display: block;
  width: 200px;
  height: 20px;
  margin-left: -30px;
  background-image: url('../img/slider-handle.png');
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  outline: none;
}

section.related-carousel .carousel {
  width: 100%;
  height: auto;
}

section.related-carousel .carousel .slick-slide {
  height: auto;
}

section.related-carousel div.product-view {
  position: relative;
  margin: 0 10px;
}

section.related-carousel div.product-view img {
  width: 100%;
}

.equivale {
  border: solid 2px #a8a8a8;
  margin: auto;
  text-align: center;
  width: 66px;
  height: 66px;
  color: #a8a8a8;
  font-weight: 600;
  padding-top: 18px;
  font-size: 11px;
}

.bdark {
  width: 150px;
  border-style: none;
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 4px 10px;
  font-size: 13px;
  color: #fff;
  margin: 5px 0;
  cursor: pointer;
  background-color: #004d73;
}
