﻿.module-shops-index .lds-dual-ring {
    display: inline-block;
    width: 24px;
    height: 24px;
}

    .module-shops-index .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 18px;
        height: 18px;
        margin: 1px;
        border-radius: 50%;
        border: 2px solid #333333;
        border-color: #333333 transparent #333333 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.module-shops-index.stores-container {
    max-width: 993px;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .module-shops-index.stores-container > h1 {
        font-family: "Nunito Sans", sans-serif;
        font-size: 32px;
        font-weight: bold;
        color: #000;
        margin-top: 0;
        text-align: center;
    }

    .module-shops-index.stores-container > h2 {
        font-size: 20px;
        font-weight: bold;
        color: #6e6e6e;
        margin: 15px 0;
    }

    .module-shops-index.stores-container > .stores-desc {
        text-align: center;
        font-size: 14px;
        max-width: 570px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

.module-shops-index .stores {
    margin-top: 30px;
    margin-bottom: 10px;
}

    .module-shops-index .stores .store {
        padding: 20px;
    }

.module-shops-index .storeBg {
    background-color: #f0f0f0;
}

.module-shops-index .store-form {
    padding: 20px;
    padding-top: 35px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
}

    .module-shops-index .store-form:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 1px;
        background-color: #d9d9d9;
    }

.module-shops-index .stores .store + .store {
    margin-top: 25px;
}

.module-shops-index .store-form .form-control {
    border: 1px solid #000;
    background-color: transparent;
    padding: 12px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

.module-shops-index .store-map {
    margin-top: 20px;
    border-top: 1px dotted #cccccc;
    padding-top: 20px;
    height: 421px;
}

    .module-shops-index .store-map > div {
        height: 400px;
    }

.module-shops-index .store-form .form-group .lds-dual-ring {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}

.module-shops-index .store-form .form-group + .form-group {
    margin-top: 10px;
}

.module-shops-index .btn-search-store {
    border: 0;
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 0;
    transition: all 200ms;
}

    .module-shops-index .btn-search-store:hover {
        color: #ffffff;
    }

.module-shops-index .btn-show-in-map {
    border-radius: 0;
    background: #f8f8f8;
    transition: all 200ms;
    color: #000;
}

.module-shops-index .open-maps {
    margin-top: 12px;
    margin-bottom: 30px;
}

    .module-shops-index .open-maps .btn:hover {
        background-color: #fd830c;
        color: #fff;
        text-shadow: #333 0 0 1px;
    }

.module-shops-index .store-search .search-result {
    margin-top: 20px;
}

    .module-shops-index .store-search .search-result .group + .group {
        margin-top: 12px;
    }

    .module-shops-index .store-search .search-result .group .label {
        margin: 0;
        padding: 0;
        margin-bottom: 6px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        background-color: transparent;
        text-shadow: none;
        display: block;
    }

.module-shops-index .search-result .stockout-product {
    float: left;
    margin-right: 10px;
    font-weight: bold;
    color: #6a6a6a;
    position: relative;
}

.module-shops-index.stores-container .stores .store-name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 25px;
}

.module-shops-index.stores-container .stores .owl-wrapper {
    text-align: center;
}

.module-shops-index .store-images .owl-next,
.module-shops-index .store-images .owl-prev {
    background-repeat: no-repeat;
    background-size: 34px 60px;
    width: 34px;
    height: 60px;
}

.module-shops-index .store-images .owl-prev {
    background-image: url('https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/arrow-left.svg');
    left: 12px;
}

.module-shops-index .store-images .owl-next {
    background-image: url('https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/arrow-right.svg');
    right: 12px;
}

.module-shops-index .store-images .owl-buttons {
    top: 49%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    position: absolute;
}

.module-shops-index .store-images .owl-item.loading {
    min-height: 300px;
}

.module-shops-index .btn-search-store {
    background: #0060bc;
}

    .module-shops-index .btn-search-store:hover {
        background: #044788;
    }
