﻿.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  {
    max-width: 993px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.module-shops-index  > h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

.module-shops-index > h2 {
    font-size: 20px;
    font-weight: bold;
    color: #6e6e6e;
    margin: 15px 0;
}

.module-shops-index  > .stores-desc {
    text-align: center;
    font-size: 14px;
    max-width: 570px;
    line-height: normal;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.module-shops-index .stores {
    margin-top: 30px;
    margin-bottom: 10px;
}

.stores .store {
    background-color: #f0f0f0;
    padding: 20px;
}

.module-shops-index .store-form {
    padding-top: 35px;
    padding-bottom: 20px;
    position: relative;
}

.module-shops-index .store-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #d9d9d9;
}

.module-shops-index .store-form .form-group {
    position: relative;
}

.module-shops-index .visible-xs,
.module-shops-index .visible-sm {
    display: none;
}

.module-shops-index .hidden-xs {
    display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .module-shops-index .visible-sm {
        display: block;
    }
}

@media (max-width: 767px) {
    .module-shops-index .store-form > div + div {
        margin-top: 8px;
    }

    .module-shops-index .store-form > div {
        padding: 0;
    }

    .module-shops-index .visible-xs {
        display: block;
    }

    .module-shops-index .hidden-xs {
        display: none;
    }
}

.module-shops-index .stores .store + .store {
    margin-top: 25px;
}

.module-shops-index .store-form .form-control {
    border: 1px solid #626262;
    background-color: transparent;
    padding: 12px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #4e4e4e;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    -o-appearance: menulist;
    appearance: menulist;
}

.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: 13px 0;
    border-radius: 0;
    transition: all 200ms;
    display: block;
    width: 100%;
    text-align: center;
}

.module-shops-index .btn-search-store:hover {
    color: #ffffff;
}

.module-shops-index .btn-show-in-map {
    border-radius: 0;
    background: #ffffff;
    transition: all 200ms;
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    cursor: pointer;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #a2a2a2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .10);
}

.module-shops-index .open-maps {
    margin-top: 12px;
    margin-bottom: 30px;
}

.module-shops-index .store-search .search-result {
    margin-top: 20px;
    line-height: normal;
}

.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: #4e4e4e;
    background-color: transparent;
    text-shadow: none;
    display: block;
}

.module-shops-index  .stores .store-name {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.module-shops-index  .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;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    overflow: hidden;
    text-indent: -99999px;
}

.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 ol.path > li {
    display: inline-block;
}
.module-shops-index  .btn-search-store {
    background: #0060bc;
}

    .module-shops-index .btn-search-store:hover {
        background: #044788;
    }