
.page-main-title-box {
    display: none;
}
#to-order > span.country,
#to-order .service-type {
    font-weight: bold;
}
#representatives .company .service-type {
    margin-bottom: 1vh;
}

#to-order .name {
    color: black;
    font-weight: bold;
}

#to-order .company > div {
    border-top: 1px solid #ccc;
    padding-top: 5%;
    padding-bottom: 5%;
}

#to-order #preferred-distributors,
#to-order #installers,
#to-order #elite-distributors,
#to-order #representatives > div {
    padding-bottom: 20px;
}

#elite-distributors .company,
.field-item:first-child .company {
    padding: 0;
}
.row.contact .value {
    word-wrap: break-word;
}
.row .value a {
    word-wrap: break-word;
}
.row .value {
    width: calc(100% - 35px);
}
#representatives .row {
    margin: 0;
}

#to-order h2 {
    display: none;
}

.toorder-node.row {
    margin: 0 0 3% 0;
}
.toorder-node .field--type-text-with-summary p {
    font-size: 16px;
}
/*** MAP CSS ***/

#to-order #map {
    margin: 20px auto;
    width:100%;
    border: 1px solid #ccc;
    overflow: hidden;
}

/* #map svg { width: 100%; } */

#to-order #world { opacity: 0; }

#to-order #map path {
    fill: #eee;
    stroke: #ddd;
    pointer-events: all;
    cursor: pointer;
}
#to-order #map g, #to-order #map path, #to-order #map rect { transition: opacity 0.5s; }

#to-order #map #world .regions:hover path { fill: #cf302c; stroke: #cf302c; }
#to-order #map #world .regions:hover text {  font: bold 14px 'Arial'; fill: rgb(188, 190, 181); }
#to-order #map #region-PH.regions:hover path { fill: #cf302c; stroke: #cf302c; }
#to-order #map #region-PH.regions:hover text {  font: bold 14px 'Arial'; fill: rgb(188, 190, 181); }
#to-order #map #region-PH.regions:active path { fill: #cf302c; stroke: #cf302c; }
#to-order #map #region-PH.regions:active text {  font: bold 14px 'Arial'; fill: rgb(188, 190, 181); }
#to-order #map #world .emptyReg:hover path { fill: #fff; stroke: #ccc; }

#to-order #map .zooms path:hover { fill: #fff; stroke: #ccc; }
#to-order #map .zooms path.supported:hover { fill: #cf302c; stroke: #cf302c; }

#to-order #map text {
    font: normal 14px 'Arial';
    fill: #555;
    pointer-events: none;
}

#to-order #map .zooms {}
#to-order #map .hiddenMap,
#to-order #map .hiddenMap path,
#to-order #map .hiddenMap text {  opacity: 0; pointer-events: none; }

#to-order #map .currCountry { fill: #cf302c; stroke:#cf302c; cursor: default; }

#to-order #map #zoom-Europe text { font-size: 11px; }


#to-order #map #backBtn { opacity: 0; }
#to-order #map #backBtn rect { fill: #cf302c; stroke:#cf302c; cursor: pointer; }
#to-order #map #backBtn:hover rect { fill: yellow; stroke:#cf302c; }
#to-order #map #backBtn text { fill: #fff; }
#to-order #map #backBtn:hover text { fill: #000; }
.customSelect {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff url('/themes/solaredge_2018/img/chevron-down-bold.png') 98% 50% no-repeat;
    padding: 0 12px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}
.countrySelectionWrap {
    margin-bottom: 30px;
}
.customCountrySelect {
    position: relative;
    margin-bottom: 7%;
    max-width: 500px;
}

#representatives {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
.contact span a,
.phone span a,
.email span a,
.website span a {
    text-decoration: underline;
    color: #111e4f;
    line-height: 25px;
}
.company .row {
    font-family: "Roboto";
}
.company .contact .icon,
.company .phone .icon,
.company .email .icon,
.company .address .icon,
.company .website .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: relative;
}
.company .phone .icon {
    background-image: url("/themes/solaredge_2018/img/call-icon.png");
}
.company .email .icon {
    background-image: url("/themes/solaredge_2018/img/email-icon.png");
    width: 20px;
    height: 25px;
    margin-left: 2px;
    margin-right: 13px;
}
.company .address .icon {
    background-image: url("/themes/solaredge_2018/img/location-icon.png");
}
.company .website .icon {
    background-image: url("/themes/solaredge_2018/img/web-icon.png");
    width: 20px;
    height: 25px;
    margin-left: 2px;
    margin-right: 13px;
}
.company .contact .icon {
    background-image: url("/themes/solaredge_2018/img/contact-icon.png");
}

#representatives .company .contact,
#representatives .company .phone,
#representatives .company .email,
#representatives .company .address,
#representatives .company .website {
    margin: 1.5vh 0;
    display: flex;
}
.company .address .value {
    line-height: 25px;
}
.company .logo img {
    max-width: 190px;
    height: auto;
}

@media screen and (min-width: 800px) {
    .company .logo img {
        margin-left: 12%;
    }
    #to-order .name {
        font-size: 24px;
    }
    #to-order .service-type {
        font-size: 16px;
        font-weight: 600;
    }
}

/* MOBILE */
@media screen and (max-width: 520px) {
    .company .address .value {
        line-height: 1.3;
    }
}
@media screen and (max-width: 800px) {
    #to-order.container {
        padding: 0 4%;
    }
    .mobile-hero img {
        width: 100%;
    }
    .customCountrySelect {
        margin: 13% 0;
    }
    #to-order .name {
        font-size: 16px;
    }
    .company img {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .company .logo {
        padding: 0;
    }
}