
.fdp-shipping-method-container{
    margin-bottom: 20px;
}

.fdp-shipping-method-selection{
    /* background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.15); */
    border-bottom: 1px solid #ddd;
}

.fdp-shipping-method-selection h3{
    margin-bottom: 0.5rem;
}

.fdp-shipping-method-items{
    margin-bottom: 10px;
}

.fdp-gosend-pin-btn{
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}

.fdp-gosend-pin-btn .gosend-pin-btn{
    padding: 10px 30px;
    border: 1px solid #8b7047;
    color: #8b7047;
    font-size: 13px;
    border-radius: 200px;
}

.fdp-gosend-pin-btn .gosend-pin-btn:hover{
    text-decoration: none;
    border: 1px solid #8b7047;
    background: #8b7047;
    color: #fff;
}

.fdp-gosend-maps{
    display: block;
    background: url('../img/fdp-maps-background.png') no-repeat center center;
    padding: 20px;
    background-size: cover;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.fdp-gosend-maps .fdp-gosend-pin{
    width: 15%;
    float: left;
    padding: 10px 20px;
    display: inline-block;
}

.fdp-gosend-maps .fdp-gosend-pin i{
    font-size: 25px;
}


.fdp-gosend-maps .fdp-gosend-address{
    display: none;
    width: 85%;
    float: left;
    padding: 10px;
    display: inline-block;
}

.fdp-hidden{
    display: none;
}

.fdp-popup-container{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
}

.fdp-popup-container.active{
    display: block;
}

.fdp-popup-map-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fdp-popup-map{
    width: 100%;
    max-width: 600px;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,.1);
    position: relative;
    background: #fff;
    margin: 5% auto;
}

.fdp-close-map{
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 5px;
    font-size: 20px;
    color: #bbb !important;
    cursor: pointer;
}

/*Google maps*/
#map_canvas {
  height: 100%;
  max-height: 400px;
  margin: 0;
}

#map_canvas .centerMarker {
  position: absolute;
  /*url of the marker*/
  background: url('../img/fdp-map-marker.png') no-repeat;
  /*center the marker*/
  top: 50%;
  left: 50%;
  z-index: 1;
  /*fix offset when needed*/
  margin-left: -10px;
  margin-top: -34px;
  /*size of the image*/
  height: 34px;
  width: 20px;
  cursor: pointer;
}

.fdp-map-wrapper{
    position: relative;
}

.fdp-choose-loc{
    position: absolute;
    padding: 6px 15px;
    border-radius: 8px;
    text-align: center;
    background: #9C7862;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -62px;
    cursor: pointer;
    font-size: 12px;
    z-index: 9;
}

.fdp-choose-loc:hover{
    background: #61493b;
}

.fdp-choose-loc:focus{
    background: #46342a;
}

.fdp-map-info{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    background: #fff;
    font-size: 13px;
    border-radius: 8px;
}

.fdp-map-search{
    padding: 5px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.fdp-shipping-method-selection h5{
    font-weight: bold;
    font-size: 16px;
    color: #9D9D9D;
    border-bottom: 1px solid #E1E2E1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.woocommerce-input-wrapper{
    display: block;
    width: 100%;
}

.woocommerce-input-wrapper select{
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #D7D5D6;
    border-radius: 100px;
    border: none;
}
