/* =========================================
   Store description
   ====================================== */

#store-description {
    padding: 10px 15px;
    margin: 10px 0;
}

.static_form #store-description {
    font-size: 14px;
}

/* =========================================
   Form btn
   ====================================== */

.keepintouch .bottone {
    border: 1px solid #030304;
    display: inline-block;
    padding: 10px 15px;
    margin: 1.1em 0;
    text-transform: uppercase;
    color: #000000 !important;
    width: 100%;
    max-width: none;
    cursor: pointer;
    min-height: 40px;
}

.keepintouch .bottone:hover,
.keepintouch .bottone.invalid:hover {
    color: #fff !important;
    text-decoration: none;
}

.keepintouch .bottone:focus,
.keepintouch .bottone.invalid:focus {
    text-decoration: none;
}

/* =========================================

   ====================================== */

.keepintouch .input.store-data-box {
    width: 100% !important;
    margin: 0;
}

.static_form .input.store-data-box {
    margin: 1.1em;
    width: calc(100% - 2em) !important;
}

.keepintouch .input.store-data-box .input__label {
    font-weight: normal;
    font-size: initial !important;
    line-height: 16px;
}

.static_form .input.store-data-box .input__label {
    font-size: 12px !important;
    line-height: 12px;
}

.keepintouch .input.store-data-box .button--ujarak::before {
    background: #000000;
}

/* =========================================
   Modal
   ====================================== */

#fl-open_store {
    z-index: 999;
}

.formlocator-modal .row {
    margin-left: 0;
    margin-right: 0;
}

.formlocator-modal {
    color: #030304
}

.formlocator-modal>div {
    padding: 30px 40px;
}

.formlocator-modal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 14px;
}

.formlocator-modal .title {
    font-weight: 100;
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    padding: 3vmin 5vw;
    color: #030304;
    margin: 0
}

.formlocator-modal .title_modal {
    font-weight: 100;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    color: #030304
}

.formlocator-modal .sub-title {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #030304;
    position: relative
}

.formlocator-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #030304;
    text-transform: uppercase;
    font-size: 30px;
    padding: 30px !important;
    opacity: 1;
    font-weight: 300;
    z-index: 99;
    width: auto !important;
}

.formlocator-modal .Aligner-item {
    padding: 0px 40px !important
}

.formlocator-modal .Aligner-item p {
    margin: 0 auto;
    font-size: 13px;
    line-height: 25px;
    text-transform: inherit;
    max-width: 630px;
    text-align: center
}

.formlocator-modal .title {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 38px;
    text-align: left;
    padding: 0
}

.formlocator-modal .wname {
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 25px
}

.formlocator-modal .input-search {
    margin-bottom: 25px
}

.formlocator-modal .input-search input {
    width: 100%
}

.formlocator-modal .container {
    width: 100%;
    padding: 0
}

.formlocator-modal .container .content {
    overflow: hidden
}

.formlocator-modal .container .content .as-table {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7
}

.formlocator-modal .container .content .as-table .store-name {
    font-weight: 400
}

.formlocator-modal .confirm_store {
    float: right;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

#fl-wrapper_stores {
    overflow-y: scroll;
}

.fl-confirm_store {
    margin-top: 30px;
}

.formlocator-modal .modal-dialog {
    overflow-y: initial !important
}

.formlocator-modal {
    box-shadow: 2px 2px 6px #575756;
    color: #030304;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    min-height: 98%;
}

.formlocator-modal h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
}

.formlocator-modal>div {
    padding: 70px 10px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.formlocator-modal>div p {
    margin: 0;
    padding: 10px 0;
}

.formlocator-modal>div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.formlocator-modal>div ul li {
    padding: 5px 0;
}

.formlocator-modal button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */

.md-effect-1 .formlocator-modal {
    /*	-webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);*/
    opacity: 0;
}

.md-pre-show.md-effect-1 .formlocator-modal {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .formlocator-modal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* =========================================
   info window
   ====================================== */

.gm-style-iw {
    max-width: 200px;
}

.gm-style-iw .as_p {
    font-size: 12px;
}

.gm-style-iw .title {
    font-size: 14px;
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    /* =========================================
       info window
       ====================================== */
    .gm-style-iw {
        max-width: 300px;
    }
    .gm-style-iw .as_p {
        font-size: 13px;
    }
    .gm-style-iw .title {
        font-size: 28px;
    }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .formlocator-modal>div {
        padding: 15px 40px 30px;
    }
    /* =========================================
       info window
       ====================================== */
    .gm-style-iw {
        max-width: 500px;
    }
    .gm-style-iw .as_p {
        font-size: 13px;
    }
    .gm-style-iw .title {
        font-size: 38px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    /* =========================================
       info window
       ====================================== */
    .gm-style-iw {
        max-width: 300px;
    }
    .gm-style-iw .title {
        font-size: 20px;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .static_form #store-description {
        margin-top: 25px;
    }
    .static_form .input.store-data-box .input__label {
        font-size: 16px !important;
        line-height: 16px;
    }
    /* =========================================
       info window
       ====================================== */
    .gm-style-iw {
        max-width: 400px;
    }
    .gm-style-iw .title {
        font-size: 28px;
    }
}

/* X Large Devices, Wide Screens */

@media only screen and (min-width: 1400px) {}