.block-official-shops{
	text-align: center;
}
.block-official-shops .custom-wrap{
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
}
.block-official-shops .title-container p{
	font-size: 18px;
}


.block-official-shops .iframe-responsivo{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.block-official-shops .iframe-responsivo iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.block-official-shops .select-custom{
	padding:  30px 0;
}
.block-official-shops .select-custom select{
	-webkit-appearance: none;
    background-image: url(images/select-icon.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 12px;
    background-color: #CB6C00;
    color: white;
    border: 0;
    padding: 15px 20px;
    border-radius: 999em;
    width: 220px;
    font-size: 18px;
}
	