/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpHyperLocal
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

 .mp-mphyperlocal {
    position: relative;
}
.mp-mphyperlocal ul.nav {
    display: none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
}
.mp-mphyperlocal:hover ul.nav {
    display: block;
    z-index: 9999;
}
.block-collapsible-nav .mp-mphyperlocal.current .item a {
    font-weight: normal;
    border-left: none;
}
#selected-location, .my_location {
    float: right;
    cursor: pointer;
    margin-right: 5px;
}
.material-icons.my_location {
    font-size: 15px;
    line-height: 1.5;
}
.modal-footer .loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #333;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    margin-right: 10px;
}
.wk-mp-design .legend, .modal-header .modal-title {
    width: 100%;
}
.wk-mp-design #shipping-rate #rate-csv-file {
    width: auto;
}
.wk-mp-fieldset {
    margin-top: 15px;
}
.mp-row {
    padding-bottom: 5px;
}
.mp-column {
    width: 24.75%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
    padding: 10px;
    line-height: 1.7;
    display: inline-block;
}
.wk-btn {
    border-radius: 3px;
    margin: 5px;
}
.wk_search {
    padding: 60px 0;
    background-color: #fff;
    color: #fff;
}
.wk_search h1 {
    font-weight: 600;
    margin-bottom: 20px;
}
.wk_search_heading {
    width: 47%;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}
.wk_search_search {
    width: 65%;
    text-align: center;
    margin: auto;
}
.wk_search_search input[type=text] {
    width: 50% !important;
    margin-right: 2%;
    border-radius: 3px;
}
#save-button {
    margin-top: -6px;
}
.wk-address {
    margin-top: 15px;
}
#wk-address, #wk-address h1 {
    margin-bottom: 10px;
}
iframe {
    width: 100%;
    border: none;
    height: 525px;
}
.wk-outlet-list {
    display: inline-block;
    padding: 0;
    padding-top: 10px;
    width: 100%;
}
.wk-emptymsg {
    margin-bottom: 10px;
}
.product-btn-layout2 {
    border: 2px solid #1979C3;
    width: 95%;
    margin-top: 10px;
    padding: 10px 15px;
}
.product-btn-txt {
    font-size: 15px;
    color: #1979C3;
}
.seller-btn-layout2 {
    width: 95%;
    margin-top: 10px;
    padding: 10px 15px;
}
.layout2-footer {
    padding: 0 25%;
}
.loc-control-layout2 {
    display: inline-block;
    width: 90%;
}
.loc-icon-layout2 {
    display: inline-block;
    vertical-align: middle;
    width: 4%;
    text-align: center;
}
.loc-field-layout2 {
    margin: 0 2.5%;
    width: 95%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
input.loc-input[type=text], input.loc-input[type=text]:focus {
    border: none;
    box-shadow: none !important;
}
.store-heading-layout2 {
    font-size: 2.7rem;
}
.card {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.24);
    max-width: 500px;
    margin: auto;
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
}
.loc-cont-layout2 {
    background-color: #1979C3;
    padding: 40px 0px;
    margin: 20px;
}
.product-btn-cont {
    margin-bottom: 10px;
}
.loc-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.loc-field {
    margin-right: 5px;
    border: 1px solid #ccc;
}
.loc-control, .search-btn-cont {
    display: inline-block;
    vertical-align: bottom;
}
.loc-control {
    width: 200px;
}
.store-heading {
    width: 45%;
}
.product-btn {
    border: 2px solid #1979C3;
}
.wk-right {
    float: right;
}
.arrow {
    border: solid #333;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dropdown:hover .other-outlet-section, .outlet-switcher:after {
    display: block;
}
.dropdown {
    position: relative;
}
.other-outlet-section {
    display: none;
    border-top: 2px solid #fc8019;
    min-width: 300px;
    position: absolute;
    background-color: #f1f1f1;
    margin-top: 4.5%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: -80px;
}
.outlet-tip:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: -9px;
    box-shadow: -3px -4px 9px -4px rgb(40 44 63 / 50%);
    background-color: #f1f1f1;
    border: 2px solid #fc8019;
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotate(45deg);
    left: 70%;
}
.other-outlet-section a span {
    padding-right: 10px;
}
.other-outlet-section a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.outlet-info {
    padding: 5px 15px;
    border-bottom: 3px solid #fc8019;
}
.view-stores, .list-view {
    width: 100%;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
}
#google-map {
    height: 400px;
    border: 2px solid #8f8f8f;
}
.wk-store-card {
    box-shadow: 0 5px 32px 0 rgb(0 0 0 / 15%);
    border-radius: 2px;
    overflow: hidden;
}
.wk-banner-img {
    width: 100%;
    height: 200px;
}
.rating-block {
    padding: 5px 5px 5px 25px;
    font-size: 16px;
    top: 15%;
    float: right;
    margin-right: 15px;
}
.rating-block::before {
    font-size: 16px;
    left: 6px;
}
.wk-popular-store-item {
    margin-top: 2%;
    text-align: left;
    margin-left: 12px;
    /* white-space: nowrap; */
}
.wk-popular-store-item-img {
    display: inline-block;
    width: 25%;
}
.wk-store-logo {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 12.75px 2.25px rgb(0 0 0 / 8%);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    object-fit: cover;
    background-color: #f2f2f2;
}
.wk-store-owner-block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* white-space: normal; */
    width: 75%;
}
.wk-store-owner-block a, .wk-store-owner-block span {
    color: rgba(0,0,0,.86);
    display: block;
    margin: 0 0 5px 10px;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none;
}
.wk-popular-stores {
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%,1fr));
    grid-gap: 40px;
    margin: 40px 0;
}
.box-tocart .wk-addtocart:not(:last-child) {
    margin-bottom: 15px;
}
.box-tocart .wk-addtocart {
    vertical-align: top;
    width: 100%;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}
.wk-outlet-section {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    margin: unset;
}
.btn-review, .btn-review:hover {
    color: #fff;
}
a:active, a:hover {
    color: #1979C3;
    text-decoration: none;
}
a {
    cursor: pointer;
}

/* Range Slider */
.attr_filter_container {
    position: relative;
}
.attr_filter_clear {
    color: #c62121;
    cursor: pointer;
    font-weight: 700;
    height: 10px;
    line-height: 8px;
    opacity: .5;
    position: absolute;
    right: 6px;
    top: 11px;
}
.attr_filter_clear:hover {
    opacity: 1;
}
.range_slider_container {
    background: #ffffff;
    padding: 2px;
    margin-bottom: 28px;
    border-radius: 10px;
    display: block;
}
.range_slider {
    background: #1ab2ff;
    cursor: pointer;
    height: 3px;
    position: relative;
    display: block;
}
.range_slider .range_slider_bar {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    background: #1ab2ff;
}
.min_range_display {
    font-weight: bold;
    line-height: 15px;
    padding: 2px 0px;
    float: left;
}
.min_range {
    font-weight: bold;
    line-height: 15px;
     padding: 2px 0px;
}
.max_range_display {
    float: right;
    font-weight: bold;
    line-height: 15px;
    padding: 2px;
}
.max_range {
    font-weight: bold;
    line-height: 15px;
    padding: 2px;
}
.range_slider .max_grip, .range_slider .min_grip {
    border-radius: 10px;
    height: 12px;
    position: absolute;
    width: 12px;
    top: -4.6px;
    background: #3399cc;
}
.board {
    background: #ffffff;
    border: 1px solid #3399cc;
    bottom: 0px;
    display: block;
    height: 26px;
    left: -19px;
    position: relative;
    text-align: center;
    width: 47px;
}
.stick {
    left: 5px;
    position: absolute;
    top: 28px;
}
.range_slide_level_con {
    height: 20px;
}
.board:before {
    border-bottom: 7px solid rgba(11, 55, 245, 0.51);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 12px;
    position: absolute;
    top: -8px;
}
.board:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 13px;
    position: absolute;
    top: -6px;
}

@media screen and (max-width : 542px) {
    .wk_search_search input[type=text], #save-button {
        width: 70%;
        display: block;
        margin: auto;
        margin-bottom: 1%;
    }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media all and (max-width: 768px) {
    #selected-location, .my_location {
        float: none;
    }
    .range_slider_container {
        margin-left: 30px;
        margin-right: 30px;
    }
    .board {
        bottom: 6px;
    }
    .min_range_display {
        padding-left: 30px;
    }
    .max_range_display {
        padding-right: 30px;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .wk-popular-store-item-img {
        width: 30%;
    }
    .wk-store-owner-block {
        width: 70%;
    }
    .rating-block {
        top: 15%;
        float: right;
        margin-right: 15px;
    }
    .wk-popular-stores {
        grid-template-columns: 0.33fr 0.33fr 0.33fr;
        grid-gap: 35px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .wk-popular-stores {
        grid-template-columns: 0.5fr 0.5fr;
        grid-gap: 30px;
        margin: 20px 0;
    }
    .rating-block {
        top: 15%;
        float: right;
        margin-right: 15px;
    }
}
@media all and (min-width: 320px) and (max-width: 479px) {
    .wk-popular-stores {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin: 15px 0;
    }
    .rating-block {
        top: 12%;
        float: right;
        margin-right: 15px;
    }
}
@media all and (min-width: 768px), print {
    .box-tocart .wk-addtocart {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%;
    }
}
  
.source-code-section {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
  
.source-code-section .shop-url {
    width: 25%;
    text-align: center;
    background: #c8c8c8;
}

.shop-url-text {
    padding: 5px;
}

.source-code-section .mage-error {
    width: 100%;
}

#source_code {
    width: 75%;
    padding: 10px;
}

.mphyperlocal-outlet-edit .wk-mp-design input[type=text] {
    width: 100%;
}

.marketplace-seller-collection .wk_mp_design .wk-mp-collection-container .block-account {
    margin-bottom: unset;
}