.location-selection-container .list-3-cols-no-style {
    margin: 0;
    padding: 0;
    column-count: 3;
    list-style-type: none;
}

.location-selection-container .list-2-cols-no-style {
    margin: 0;
    padding: 0;
    column-count: 2;
    list-style-type: none;
}

.location-selection-container .list-no-style {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.location-selection-container .separator {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.location-selection-container .location-selection {
    text-decoration: none;
    border-bottom: 1px dashed #3757C5;
    color: #3757C5;
    cursor: pointer;
}

.location-selection-container #location-search {
    margin-top: 10px;
}

.location-selection-container #location-select {
    margin-top: 10px;
}

.location-selection-container #location-selection-link {
    cursor: pointer;
}

#visitor-location-search {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #555;
    float: none;
    padding: 6px 12px;
}

.location-selection-container input:focus {
    outline: none;
}

.location-selection-container input {
    width: 474px;
}

.location-selection-container .easy-autocomplete-container ul li {
    font-size: 13px;
}

.location-selection-container .easy-autocomplete-container ul li.selected {
    background-color: #ffeba0;
}

.location-selection-container .fixed-location {
    cursor: pointer;
    text-decoration: underline !important;
}

.location-selection-container .location-selection-title {
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 32px;
}

.location-selection-container .text-muted:before {
    content: ' '
}

.delivery-info-product {
    border: 1px solid #eee;
    padding: 10px 20px;
}

.delivery-info-product .location-name {
    margin-bottom: 5px;
    font-weight: 600;
}

.delivery-info-product-title .location-name {
    display: inline-block;
}

.delivery-info-product .delivery-info-product-title .deliveri-info-icon {
    display: inline-block;
    position: relative;
    float: right;
}

.delivery-info-product .delivery-info-product-title {
    border-bottom: 1px solid #eee;
}

.delivery-info-product table tr {
    border-bottom: 1px solid #eee;
}

.delivery-info-product table tr:last-of-type {
    border-bottom: 0;
}

.delivery-info-product table td {
    padding: 5px;
}

.delivery-info-product table td:first-of-type {
    padding-left: 0;
}

.delivery-info-product table td:last-of-type {
    text-align: right;
}

.mobile-view .location-selection-container .list-2-cols-no-style,
.mobile-view .location-selection-container .list-3-cols-no-style {
    column-count: 1;
}

.mobile-view .location-selection-container .list-2-cols-no-style li,
.mobile-view .location-selection-container .list-3-cols-no-style li {
    border-bottom: 1px solid #e6e5e2;
    padding: 5px 0;
}

.mobile-view .location-selection-container .list-2-cols-no-style li:last-child,
.mobile-view .location-selection-container .list-3-cols-no-style li:last-child {
    border-bottom: 0;
}

.mobile-view .location-selection-container input {
    width: 268px;
}

.mobile-view .fancybox-overlay {
    text-align: initial;
}

.mobile-view .payment-method {
    display: block;
    text-align: center;
}