/* 1 - Core */

[hidden] {
    display: none;
}

.mapmarker a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

.mapmarker a:active,
.mapmarkera:hover {
    outline-width: 0;
}

.mapmarker abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

.mapmarker b,
.mapmarker strong {
    font-weight: inherit;
}

.mapmarker b,
.mapmarker strong {
    font-weight: bolder;
}

.mapmarker svg:not(:root) {
    overflow: hidden;
}

.mapmarker hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

.mapmarker img {
    max-width: none !important;
}

/* 2 - Tooltip */

#infobulle *,
#infobulle *:before,
#infobulle *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#infobulle {
    padding-top: 5px !important;
    max-width: 320px !important;
    overflow: hidden !important;
}

#infobulle h2 {
    margin: 0 0 8px 0 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    font-weight: bold !important;
}
#infobulle a {
    box-shadow: none !important;
}
#infobulle .full-width-desc {
    width: 100% !important;
}

#infobulle .full-width-desc-markeur {
    width: 100% !important;
    padding: 0 !important;
}

#infobulle .content-marker {
    display: flex;
    align-items: center;
}

#infobulle .content-marker:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

#infobulle .wrap-left-markeur,
#infobulle .wrap-desc-markeur {
    float: left !important;
}

#infobulle .wrap-desc-markeur {
    width: 70% !important;
    padding-left: 20px !important;
}

#infobulle .description-marker {
    margin: 0 0 10px 0 !important;
    padding: 10px 13px !important;
    border: solid 1px #eee !important;
    font-size: 13px !important;
    line-height: 16px !important;
    color: #333 !important;
    background: #f9f9f9 !important;
    white-space: pre-wrap !important;
}

#infobulle .contact-list {
    margin: 0 !important;
    padding: 0 !important;
}

#infobulle .contact-list li a {
    text-decoration: none !important;
    box-shadow: none !important;
}

#infobulle .contact-list li a:hover {
    text-decoration: underline !important;
}

#infobulle .contact-list li {
    position: relative !important;
    margin-bottom: 12px !important;
    padding-left: 15px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    list-style: none !important;
    background-image: none !important;
}

#infobulle .contact-list li.address:before,
#infobulle .contact-list li.phone:before {
    display: inline-block !important;
    position: absolute !important;
    top: 2px !important;
    left: 0 !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

#infobulle .contact-list li.address:before {
    /*content: '\f041' !important;*/
}

#infobulle .contact-list li.phone:before {
    content: '\f095' !important;
}
/*CUSTOM*/
.wrap-left-markeur {
    width: 30%;
}
#infobulle h2 {
    margin-bottom: 2px !important;
}
#infobulle .comollegar {
    float: left;
    background-color: #d99b49;
    font-size: 12px;
    padding: 5px 10px !important;
    min-height: auto;
    color: #fff;
}
#type-shop-selector {
    color: #000;
    background-color: #fff;
    padding: 12px 15px !important;
    display: block;
    height: auto;
    font-size: 12px;
    line-height: 2em;
    margin: 30px 30px;
    border-radius: 0px !important;
}
#type-shop-selector .type-shop {
    display: flex;
    justify-content: start;
    align-items: center;
} 
#type-shop-selector label {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0px;
}
.label-oxfam {
    color: #6eac23;
}
.label-especializada {
    color: #d99b49;
}
.label-superficie {
    color: #4c3b2b;
}
.controls {
    margin-top: 10px;
    padding: 0px 20px !important;
border: 1px solid transparent;
box-sizing: border-box;
-moz-box-sizing: border-box;
min-height: 40px;
outline: none;
border-radius: 30px !important;
}
.select-style {
    border: 1px solid #da9c4b;
    width: 200px;
    border-radius: 25px;
    overflow: hidden;
    background: #fafafa;
    color: #da9c4b;
    position: relative;
    height: 40px;
    margin: 10px 10px;
}

.select-style select {
    padding: 0px 15px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    background-image: none;
    -webkit-appearance: none;
    color: #da9c4b;
    height: 40px;
    margin-bottom: 0px;
    line-height: 40px;
}
.select-style::before {
    top: 30%;
    left: 85%;
    position: absolute;
    font-size: 18px;
}

.select-style select:focus {
    outline: none;
}
select::-ms-expand {
display: none;
}
.map-content {
    /*padding: 60px 0px;*/
}
.map-content #map1, .map-content #map5 {
    max-width: 70%;
    float: left;
}
.map-content #map2 {
    max-width: 100%;
}
.options-shops, .options-producers {
    display: flex;
    justify-content: center;
}
.options-producers {
    margin-bottom: 50px;
}
#shop-online {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#shop-online a {
    background-color: #d99b49;
    color: #fff;
    padding: 8px 50px !important;
    font-size: 15px;
    width: 100%;
    max-width: 540px;
}
.localization {
    background-color: #908173;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-left: 12px;
    padding: 0px 20px !important;
    text-overflow: ellipsis;
    margin-top: 0px;
}
.localization .fa {
    padding-right: 8px;
}
.localization:hover {
    background-color: #d99b49;
}
.place {
    border: 1px solid #908173 !important;
    color: #d99b49 !important;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px !important;
    margin-bottom: 0px !important;
    line-height: 40px !important;
    height: 40px !important;
}
.place:focus {
    border-color: #d99b49 !important;
}
.place::-webkit-input-placeholder,.place:-moz-placeholder,
.place::-moz-placeholder,.place:-ms-input-placeholder,
.place::-ms-input-placeholder, .place::placeholder   { 
    color:    #d99b49 !important;
    opacity:  1;
}
#list-shops {
    width: 30%;
    float: right;
    max-height: 600px;
    overflow-y: auto;
}
.content-shop:nth-child(even) { background: #fff; }
.content-shop:nth-child(odd) { background: #fcf9e9; }
.wrap-desc-shop {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}
.col-sm-6 {
    width: 50%;
    float: left;
}
.shop-info-left {
    
}
.shop-title {
    text-transform: capitalize;
}
.shop-info-right {
    font-size: 12px !important;
    padding-left: 10px;
}

.wrap-desc-producer {
    max-width: 200px;
    border: 1px solid #4c3b2b;
    color: #4c3b2b;
    text-align: center;
    margin: 10px;
    width: 100%;
}
.wrap-desc-producer button {
    margin: 0px 0px 15px 0px;
}
.producer-title {
    font-family: 'BlockBE';
    font-weight: normal;
}
.wrap-desc-producer .desc{
    padding: 15px;
    text-align: left;
}
.producers {
    padding-top: 50px;
    text-align: center;
}
.image-producer {
    height: 180px;
}
#list-producers {
    padding: 70px 15px;
    position: relative;
    /*display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    flex-wrap: wrap;
    justify-content: space-between;*/
}
.content-list-producer {
    display: inline-block;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(217, 209, 203, 0.5);
    text-align: center;
    padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    width: 100%;
    max-width: 1024px;
    margin: 30px auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    background-color: #fcf9e9;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-content button {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 12px;
}
.producer-image {
    width: 50%;
    max-height: 1000px;
    position: relative;
}
.producer-info a {
    width: 50%;
}
.producer-info a .producer-image {
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 1000px;
}
.producer-info {
    color: #4c3b2b !important;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.producer-info .desc {
    width: 50%;
    padding: 15px; 
}
.producer-video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: 50px;
    font-size: 50px;
    cursor: pointer;
    width: 50px;
    background-image: url(/wp-content/uploads/play.png);
    background-size: 50px 50px;
    content: '';
    height: 50px;
}

.modal-content button img {
    width: 20px;
}
.video-productor {
    display: none;
    padding-top: 40px;
}
.video-productor iframe {
    height:600px;
}
.slick-prev {
    left: -18px !important;
    top: 50% !important;
}
.slick-next {
    right: -10px !important;
    top: 50% !important;
}
#nz-content {
    z-index: 12;
}
@media screen and (max-width: 767px) {
    #list-shops,.map-content #map1, .map-content #map5 {
    width: 100%;
    max-width: 100%;
    min-height: 800px !important;
    }
}