
#contenedor-telas, .intro-similar-models, .container-similar-products{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

#contenedor-telas .row-filtros-modelos .col-filtros-modelos{
	background: #f4f4f4;
}

.link-tela{
	color: #878787;
	font-size: 20px;
}

.cont-detail-tela{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	padding-left: 20px;
	padding-right: 20px;
}

.colmetres{
	padding-left: 0px;
	width: 150px;
}
.colcm{
	padding-left: 0px;
	width: 150px;s
}

.divarrow:after{
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 60%;
  line-height: 40px;
  pointer-events:none;
  padding:2px 25px;
}

.cont-detail-tela select{
	border-radius: 50px;
	border-color: #747474;
	height: 41px;

  -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.cont-detail-product.cont-detail-tela .quantity-and-price-cont .row{
	height: auto;
}

.cont-detail-product.cont-detail-tela .quantity-and-price-cont{
	border-bottom: 1px solid #bababa;
}


@media screen and (max-width: 711px) {
.colmetres{
	padding-left: 0px;
	display: inline;
	max-width: 100%;
}
.colcm{
	padding-left: 0px;
	display: inline;
	max-width: 100%;
}

.col-amount .total-amount{
	margin-top: 5% !important;
	display: contents;
}

.quantity-and-price-cont .column-oferta {
    bottom: 0;
    margin-top: auto;
    margin-bottom: 12px;
    vertical-align: text-bottom;
    flex: 100%;
    max-width: inherit;
}
.btn-box.box-white.btn-buy-all.afegircarrito {
    font-size: 12px;
    padding: 5px 2px;
    margin-top: 5px;
    width: 200px;
}
}

/* RULER */
.product-image-ruler {
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width:100%;
    pointer-events: none;
}
.ruler {
  position: absolute;
  bottom:0px;
  height: 50px;
  margin: 0px;
  padding: 0 0px 0 0px;
  background-color: rgba(255, 255, 255, 0.8);
  width:100%;
}

.stick-container,
.minor-stick-container {
  display: flex;
  justify-content: space-between;
  height: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.minor-stick-container {
  height: 50%;
}

.stick-container .stick {
  flex-grow: 1;
  height: 100%;
  border-left: 2px solid #c39466;
}
.stick-container .stick:last-child {
  flex-grow: 0;
  width: 2px;
  background-color: #c39466;
}

.minor-stick-container .minor-stick {
  width: 1px;
  height: 100%;
  background-color: #ecb177;
}
.minor-stick-container .minor-stick:first-child, .minor-stick-container .minor-stick:last-child {
  width: 0px;
}

.stick-value {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  color: #a79e9f;
  font-weight: bold;
  font-size: 12px;
}

.mida5en5{
	display:none !important;
}

@media screen and (max-width: 1279px){
	.mostramida{
		display:none !important;
	}
}
/* RULER END*/

.col-10.col-sm-6.colmetres {
    width: 200px;
}

.quantity-and-price-cont {
    display: grid;
}

/* MIDES TELES */
.midestela {
    flex-wrap: wrap; 
    display: flex;
}

.midatela {
    border: 1px solid #747474;
    width: auto;
    text-align: center;
    line-height: 30px;
    color: #979797;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50px;
    margin: 6px;
    cursor: pointer;
}

.marcartela {
    background-color: #979797;
    color: #FFF !important;
}

.txtpersonalizada{
    width:50px;
}

.labelpersonalizada{
    margin-bottom: 0rem; 
}
