.resellers-locator-views, .resellers-locator-views * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.resellers-locator-views {
    position: relative;
    color: #555;
}

.resellers-locator-views h3 a {
    text-decoration: none;
    color: #555;
}

.resellers-locator-views a.resellers-locator-button {
    background: #28a745;
    color: #fff;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.resellers-locator-views a.resellers-locator-button img  {
    vertical-align: -4px;
    margin-right: 3px;
}

.resellers-locator-views a.resellers-locator-button svg {
    vertical-align: -7px;
    margin-right: 2px;
}

.resellers-locator-views h3.reseller-location-heading {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

.resellers-locator-views h3 a {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    background: #faf0e4
}

.resellers-locator-views .reseller-location-subparent {
    padding-left: 15px;
}

/**
 * Reseller Item
 */
.resellers-locator-views .reseller-item {
    background: #faf8f5;
    border: 1px solid #ead7c9;
    padding: 20px;
    margin-bottom: 20px;
}

.resellers-locator-views h3.reseller-name {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.resellers-locator-views h3.reseller-name img.reseller-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.resellers-locator-views .reseller-item .reseller-item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.resellers-locator-views .reseller-item .reseller-item-column {
    padding-left: 10px;
    padding-right: 10px;
}

.resellers-locator-views .reseller-item .reseller-item-left-column {
    width: 35%;
}

.resellers-locator-views .reseller-item .reseller-item-middle-column {
    width: 40%;
}

.resellers-locator-views .reseller-item .reseller-item-right-column {
    width: 25%
}

/**
 * Reseller info
 */
.resellers-locator-views ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resellers-locator-views .reseller-info-list li {
    margin-bottom: 7px;
}

.resellers-locator-views .reseller-info-list li .reseller-info-icon {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
}

.resellers-locator-views .reseller-info-list li .reseller-info-icon img {
    vertical-align: middle;
}

.resellers-locator-views .reseller-social-media-list {
    margin-top: 20px;
}

.resellers-locator-views .reseller-social-media-list li {
    display: inline-block;
    margin-right: 3px;
}

.resellers-locator-views .reseller-social-media-list li img {
    width: 30px;
    height: 30px;
}

.resellers-locator-views .reseller-info-list li .reseller-info-check svg {
    margin-left: 7px;
    vertical-align: middle;
    margin-top: -5px;
    color: #28a745;
}

/**
 * Toggles
 */
.resellers-locator-views .reseller-location-heading .toggle-arrow {
    vertical-align: middle;
    float: right;
}

.resellers-locator-views .location-open > .reseller-location-heading  .toggle-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -5px
}

.resellers-locator-views .reseller-childrens {
    display: none;
}

/**
 * Search Form
 */
.resellers-locator-search-form {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.resellers-locator-search-form .resellers-search-field {
    flex-grow: 1;
    position: relative;
}

.resellers-locator-search-form .resellers-search-field input[type="text"].resellers-search-field-input {
    padding: 15px 25px 15px 40px;
    width: 100%;
    border: 1px solid #ae7025;
    border-radius: 3px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.resellers-locator-search-form .resellers-search-field .resellers-search-icon {
    position: absolute;
    width: 20px;
    height: 25px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.resellers-locator-search-form button.resellers-locator-search-button {
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    background: #ae7025;
    color: #fff;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    outline: 0;
    box-shadow: none !important;
}

.resellers-locator-search-form .resellers-search-field .resellers-search-loading {
    position: absolute;
    right: 15px;
    height: 16px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: none;
}

.resellers-locator-search-form .resellers-search-field .resellers-search-loading img {
    display: block;
}

/**
 * Selection Dropdown
 */
.resellers-locator-locations {
    margin-top: -25px;
    margin-bottom: 25px;
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #ae7025;
    display: none;
    position: relative;
}

.resellers-locator-locations li a {
    display: inline-block;
    width: 100%;
    padding: 7px 15px;
    border-bottom: 1px solid #ddd;
    color: #ae7024;
    text-decoration: none !important;
}

.resellers-locator-locations li:last-child a {
    border: 0;
}

.resellers-locator-locations li a:hover {
    background: #f5f5f5;
}

.resellers-locator-views a.resellers-locator-close-locations {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;margin: auto;color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #ae7024;
    font-size: 11px;
    display: none;
}
/**
 * Responsive
 */
@media (max-width: 767px) {
    .resellers-locator-search-form {
        flex-wrap: wrap;
    }
    .resellers-locator-search-form > * {
        width: 100%;
    }

    .resellers-locator-views .reseller-location-subparent {
        padding: 0 3px;
    }
    .resellers-locator-views .reseller-item .reseller-item-inner .reseller-item-column {
        width: 100%;
        margin-bottom: 10px
    }
}