
#description {
    font-family: arial;
    font-size: 13px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card, .controls {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    z-index: 2000;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    color: #000;
    background-color: #fff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    padding: 11px 5px 11px 20px;
    text-overflow: ellipsis;
    width: 100%!important;
    border: 1px solid #c2c2c2;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius:4px;
}

#pac-input:focus {
    border-color: black;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.hidemap {
    display: none !important;
}

#header {
    z-index: 999 !important;
}


.map-creator {
    background: white;
    border: 1px solid #e5e5e5;
    width: 1600px;
    max-height: 890px;
    z-index: 1000;
    box-shadow: 0 0 1em silver;
    transform: translate(0%, -20%);
    position: absolute;

}

.map-google-preview {
    position: relative;
    height: auto;
    border-radius: 10px;


}

.close2 {

    top: -10px;
    right: -8px;
    position: absolute;

}


.close2:hover {
    background-color: silver;
}

#googlemapbinary {
    box-shadow: 0 0 1em silver;
    margin-top: 30px;
}


.map-preview {

    background: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    -webkit-box-shadow: inset -1px 2px 8px -2px rgb(112 112 112 / 50%);
    box-shadow: inset -1px 2px 8px -2px rgb(112 112 112 / 50%);

}

.map-preview-results {
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    -webkit-box-shadow: inset -1px 2px 8px -2px rgb(112 112 112 / 50%);
    box-shadow: inset -1px 2px 8px -2px rgb(112 112 112 / 50%);

}

.map-google {
    height: 100%;
}

.map-border {
    box-shadow: 0 0 1em #464a4c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 13px;
    width: auto;

}

.map-border-results {

    padding: 13px;
    width: 320px;
    -webkit-box-shadow: inset -1px 2px 8px -2px rgb(112 112 112 / 50%);
    box-shadow: inset -1px 2px 8px -2px rgb(112 112 112 / 50%);

}

.map-description {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    list-style: none;
    color: #5f4b36;
    padding-top: 18px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}


.map-border-results {

    box-shadow: 0 0 1em #464a4c;
}


.map-detalis {

    font-family: arial;
    
}

.coordinate {
    
    margin-top: -2px;
    
}

.search-city-button {
    border-radius: 10px;
    width: 100%;
    margin: 10px;

}

.save-button {
    border-radius: 10px;
    bottom: 10px;
    position: fixed;
}


#mapminiature2 {
    border: 2px solid green;
}

.product-customization-item {
    text-align: center;
}

.customization-results {
    min-height: 695px;
    margin-left: 100px;
}

.product-customization {
    margin: 0 !important;
}

ul.tabse {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabse li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 19px;
}

ul.tabse li.current {
    background: #ededed;
    color: #222;
}

.tab-content1 {
    width: 600px;
    float: left;
    text-align: center;
    display: none;
    background: #ededed;
    padding: 15px;

}

.tab-content1.current {
    display: inherit;
}

.selected {
    background-color: black;
    color: #FFFFFF;
}


.product-customization .product-customization-item {
    width: 100%;
}

.submitCustomizedData {
    border-radius: 10px;
    width: 100%;
}

.customization-results {
    border: 1px solid black !important;
}


@media screen and (max-width: 1280px) {
    #map-creator {
        position: absolute !important;
        max-height: 2000px !important;
        left: 0% !important;
        transform: none !important;
        width: auto !important;
        padding: 0 !important;
    }

    .tab-content.current {
        min-height: 200px !important;
    }

    .product-customization {
        margin-top: 20px !important;
    }

}

.accordion {
    background-color: black;
    color: #eaeaea;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #dbd8d8;
    font-size: 16px;
}

.active2, .accordion:hover {
    background-color: black;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active2:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}




@media screen and (max-width: 600px) {

    .sec {
        min-width: 330px !important;
        padding: 0px ! important;
    }

    .button2 {

   
        margin: 1px;

    }

    .customization-file {
        padding: 0;
        min-height: 460px;
    }


    .map-border {
        min-width: 330px !important;
        max-width: 340px !important;
    }

    #mappreview {


        max-width: 99% !important;


    }
}

.variant-1 {
    display: none;
}

.variant-9 {

    display: none;
}

#mappreview {
    max-width: 330px;
}

.sec {
    min-width: 500px;
}

.cart-content-btn .btn {
    font-size: 12px;
}

.customization-file {

    min-height: 572px;


}