﻿::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.map_link{
    background-color: #E98435;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 2px 10px;
    z-index: 1000;
    display: none;
}

.city_h1{
    font-size: 8em;
    letter-spacing: 2px;
    color: white;
    word-break: break-word;
    font-weight: 800 !important;
    text-shadow: black 1px 0 4px;
}

.opacity{
    position: absolute;
    right: 0;
    bottom: -4px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 70%);
}

.city_button{
    color: black;
    background: #ED9E2F 0% 0% no-repeat padding-box;
    border-radius: 16px;
    font-weight: 800;
    font-size: 1em;
    padding: 10px 35px;
    margin-top: 10px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 1000;
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.map_link i{
    color: white;
    font-size: 10px;
    line-height: 25px;
}

.shops {
    margin-top: 2em;
    padding: 10px;
    border: none;
}

.shopCities{
    background: white;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 5px;
    box-shadow: 0 0 4px 0 #f0f0f0;
}

.fImage img{
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.fImage span{
    color: black;
    font-weight: 600;
    font-size: 0.8em;
}

.store_border{
    border: 2px solid #eee;
    border-radius: 16px;
    padding: 1em 0.5em;
}

.fixedHeader{
    top: 0;
    background-color: white;
    width: 100%;
    z-index: 999;
    padding: 1em 0;
}

#shopInfo{
    padding: 2em 0;
}

.store_image{
    margin-top: -1em;
    margin-left: -0.5em;
    margin-right: -0.5em;
    padding: 0.5em;
    height: 300px;
}

#shopInfo h3{
    font-weight: 800;
    font-size: 28px;
}

#shopInfo iframe{
    max-width: 100% !important;
}

#shopInfo h4{
    font-size: 20px;
}

table tr td{
    vertical-align: middle !important;
}

#shopInfo p, #shopInfo a{
    font-size: 12px;
    color: #888;
    margin-top: 3px;
    word-break: break-all;
}

#shopInfo h5{
    font-weight: 700;
    font-size: 16px;
}

#shopInfo a:hover{
    text-decoration: none;
}

.mheader{
    padding: 1em 0;
}

.shopData {
    background: white;
    border: 1px solid #fda30e;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.shopData:nth-of-type(even){
    border: 1px solid #eee !important;
}

.store-close{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 1000;
}

.storeIG{
    margin-top: 2em;
    background: white;
    padding: 15px;
}

.storeIG:last-of-type{
    margin-bottom: 2em;
}

.storeIG iframe{
    width: 100%;
}

.storeIG h3{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.6em;
    width: 100%;
    text-decoration: underline;
}

.contactInfo{
    border-right: 1px solid black;
}

.contactInfo i{
    color: #E98435;
    font-size: 2em;
    text-align: center;
    display: block;
}

#download_app{
    background: transparent linear-gradient(270deg, #F2D730 0%, #E98435 100%) 0% 0% no-repeat padding-box;
    color: black;
}

#download_app h2{
    font-weight: 800;
    font-size: 1.6em;
}

.store_app_image{
    position: absolute;
    right: 0;
    bottom: -35px;
}

#opening_hours{
    background-image: url("../../images/stores/X pattern.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 2em 0;
}

.store_open_data{
    background-color: white;
    padding: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 12px;
}

.store_front_image{
    border-radius: 100%;
}

#download_app p{
    color: black;
    font-weight: 800;
}

.contactInfo p{
    color: black;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: left !important;
}

.contactInfo a{
    color: black;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

.contactInfo a:hover{
    color: #fda30e;
}

.contactInfo h3{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.storeIG table{
    font-size: 1.2em;
}

.storeIG table tr td{
    vertical-align: middle;
}

.dsL{
    display: none;
}

.lookStores{
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
}

.shopData h3 {
    color: #343a40;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: none !important;
    text-decoration: underline;
    margin-bottom: 10px !important;
    line-height: 1.4;
}

.job_s{
    cursor: pointer;
}

.serviceShop{
    margin-top: 2em;
}

.serviceIG{
    background: white;
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.serviceIG p{
    font-size: 0.8em;
    color: #999;
    padding-left: 0 !important;
    line-height: 1.6;
}

.serviceIG img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.serviceIG h3{
    font-weight: 600 !important;
    font-size: 1.4em !important;
    text-transform: uppercase;
    color: #fda30e;
    margin-bottom: 10px;
}

.shopData a {
    color: #343a40;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}


.shops h3{
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.4;
}

.customBadge {
    color: black;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    background: #fcd43b;
    font-weight: 300;
    border-radius: 10px;
    border: 1px solid white;
    white-space: normal !important;
}

.customBadge:hover{
    color: white !important;
    background: #fda30e !important;
    text-decoration: none !important;
}

.shopData .storeButton {
    background-color: #fcd43b;
    padding: 10px;
    margin-right: 5px;
    color: black;
    font-weight: 600;
    font-size: 0.7em;
    text-transform: uppercase;
}

.storeButton:hover {
    color: white !important;
    background: #fda30e;
}

.shopData p {
    padding-left: 0;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 0;
    margin-block-start: 0;
}

.shopData i {
    color: #fda30e;
    width: 20px;
}

.shopData img {
    max-height: 210px;
}

.shopData table {
    margin-bottom: 0 !important;
}

.shopData table tr td {
    vertical-align: middle !important;
}

.shopData .open {
    font-size: 0.9em;
}

.franchise {
    position: absolute;
    right: 2%;
    top: 15%;
}

.franchise h3 {
    color: white !important;
    font-size: 0.7em !important;
}

.shops .storess {
    margin-bottom: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    border: 1px solid #fda30e;
    position: relative;
}

.shops .storess p {
    padding: 0 !important;
    color: white;
    margin-bottom: 5px;
}

.custom_button2.active{
    background-color: #E98435 !important;
    color: white !important;
}

/* FB */
.fb--chat__icon {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    background: #1182FC;
    display: none;
    justify-content: center;
    align-items: center;
    transform: rotate(-50deg);
    transition: all 160ms ease-in-out;
    cursor: pointer;
}

.fb--chat__icon svg {
    transition: opacity 160ms ease-in-out;
}

.fb--chat__icon svg#close-icon {
    width: 19px;
    height: 19px;
    top: 21px;
    left: 21px;
    opacity: 0;
    position: absolute;
}

.fb--chat__icon svg#fb-msng-icon {
    width: 30px;
    height: 30px;
    transform: rotate(50deg);
    transition: opacity 160ms ease-in-out;
    opacity: 1;
}

.fb--chat__icon.fb-chat-btn__opend svg#close-icon {
    opacity: 1;
}

.fb--chat__icon.fb-chat-btn__opend svg#fb-msng-icon {
    opacity: 0;
}

.fb-chat-btn__opend {
    transform: rotate(0deg);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 2px 32px rgba(0, 0, 0, 0.26);
}

.fb-chat--text {
    padding-top: 10px;
}

.carousel-control i {
    top: 50%;
    position: absolute;
    display: inline-block;
    z-index: 7;
}

.fb-chat {
    max-width: 300px;
    height: 350px;
    border-radius: 10px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    transform: translateY(50px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
}

.fb-chat--close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 15px;
    cursor: pointer;
}

.fb-chat__opend {
    pointer-events: all;
    transform: translateY(0px);
    opacity: 1;
    z-index: 100;
}

.fb-chat--header {
    height: 50px;
    background: #1182FC;
    padding: 0px 0px 0px 40px;
    display: flex;
    border-radius: 10px 10px 0px 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    position: relative;
}

.fb-chat iframe {
    border: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.fb-chat--text svg {
    height: 20px;
    width: 20px;
    left: 10px;
    top: 14px;
    position: absolute;
}

/* FB */
.fp-store-contacts-list {
    text-align: center;
}

.fp-store-contact-fa i {
    font-size: 3em;
    color: #0e0e0e;
}

.fp-store-contact-info h4 {
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
    margin-bottom: .3em;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 35px;
}

.fp-store-contact-info p span {
    display: block;
}

.fp-store-contact-info p a {
    color: #000000;
    text-decoration: none;
}

.fp-store-contact-info p a:hover {
    color: #00000052;
}

.fp-store-contact-grid {
    background: #fda30e;
    width: 32%;
    padding: 1em 0 2em;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    min-height: 222px;
    margin-right: 5px;
}

.fp-store-comparison-slider {
    position: relative;
    width: 100%;
    margin: 20px 0;
    background-color: white;
}

.fp-store-comparison-slider .comparison-slider {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-store-comparison-slider .comparison-slider > iframe {
    width: 100%;
    height: auto;
    display: block;
    min-height: 450px;
}

.fp-store-comparison-slider .comparison-slider .fp-store-comparison-slider-title {
    display: none;
    position: absolute;
    width: 250px;
    bottom: 20px;
    right: 20px;
    font-weight: 700;
    background-color: #fda30e;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    text-align: right;
}

.fp-store-comparison-slider .comparison-slider .comparison-slider-second {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.fp-store-comparison-slider .comparison-slider .comparison-slider-second > iframe {
    display: block;
    min-height: 450px;
}

.fp-store-comparison-slider .comparison-slider .comparison-slider-second .fp-store-comparison-slider-title {
    right: auto;
    left: 20px;
    text-align: left;
}

.fp-store-comparison-slider .comparison-slider .comparison-slider-divider {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fda30e;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    cursor: ew-resize;
}

.fp-store-comparison-slider .comparison-slider .comparison-slider-divider:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -9px;
    top: 50%;
    margin-top: -10px;
    background-color: black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.fp-store-comparison-slider .comparison-slider .comparison-slider-divider:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    background-color: #fda30e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.fp-store-comparison-slider .comparison-slider .comparison-slider-divider.draggable:before {
    width: 30px;
    height: 30px;
    left: -14px;
    margin-top: -15px;
}

.fp-store-comparison-slider .comparison-slider .comparison-slider-divider.draggable:after {
    width: 20px;
    height: 20px;
    left: -9px;
    margin-top: -10px;
    background-color: #fda30e;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
}

.fp-store-comparison-slider .caption {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
}

.fp-store-viewer-container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-list {
    margin-top: 10px;
}

section.store-slider .carousel {
    z-index: 2;
    -moz-box-shadow: 0 0 4px #444;
    -webkit-box-shadow: 0 0 4px #444;
    box-shadow: 0 0 15px rgba(1, 1, 1, .5);
}

section.store-slider {
    margin: 0 auto;
    padding: 15px;
    position: relative;
    max-width: 540px;
    max-height: 405px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

section.store-slider:hover > img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

section.store-slider img {
    pointer-events: none;
}

section.store-slider > img {
    position: absolute;
    top: 30px;
    z-index: 1;
    transition: all .3s;
    filter: blur(1.8vw);
    -webkit-filter: blur(2vw);
    -moz-filter: blur(2vw);
    -o-filter: blur(2vw);
    -ms-filter: blur(2vw);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}

.fp-store-about p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 28px;
    color: #000000;
}

.fp-service {
    text-align: center;
    margin-top: 3em;
    padding: 10px;
}

.fp-service h3 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0b50a;
    position: relative;
}

.fp-service p {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 28px;
    color: #b7b7b7;
    font-weight: 600;
}

.fp-service h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: #ccc;
    font-weight: 700;
    margin: 1em 0 .8em;
}

.fp-service i.fa {
    color: #ffffff;
    font-size: 2em;
}

.fp-services {
    background: #000000;
    padding: 8em 0 2em;
    margin-top: -10em;
    position: relative;
}

.fp-store-viewer {
    margin-top: 1em;
}

.fp-store-contacts {
    padding: 1em 0 0;
}

.fp-store-about {
    margin: 2em 0 0;
}

.title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.title h3 {
    font-size: 2.8em;
    font-weight: 300;
    color: #000000;
    margin: 0;
    letter-spacing: 2px;
    display: inline;
    border-bottom: 3px solid #fda30e;
}

.title h3 span {
    font-size: 1.2em;
    font-weight: 600;
    color: #fda30e;
}

.firstphonemaps-search {
    overflow-y: hidden;
    position: relative;
    background-color: rgba(245, 245, 245, 1);
}

header {
    background: #000000;
    color: #FFF;
}

.padding {
    padding: 15px;
}

.firstphonemaps-search input, select {
    background: #fda30e;
    border: 2px solid #fda30e;
    color: white;
    height: 40px;
    padding: 0 5px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.firstphonemaps-search input:focus, select:focus {
    background: #ccc;
    color: white;
    outline: none
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.firstphonemaps-search [type=submit] {
    background: #fda30e;
    border: 2px solid #fda30e;
    color: #FFF;
    font-size: 90%;
    font-weight: 600;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase
}

.firstphonemaps-search [type=submit]:hover,
.firstphonemaps-search [type=submit]:focus {
    background: #ccc;
    color: black;
}

.options {
    background-color: #f0f0f0;
    margin: 0 auto;
    padding: 1em 0;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    border: 1px solid #020202;
}

.uzleteink {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: #fda30e;
    position: relative;
}

#lists {
    /* background-color: #fff0; */
    background-image: url("../../images/storesImages/fp.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 2px solid #fda30e;
    background-attachment: fixed;
    background-size: cover;
}

.store_services{
    left: 2%;
    bottom: 5px;
    width: 100%;
}

.storeslist {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0;
}

.storeslist_effect {
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    border: 1px solid #020202;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: box-shadow .3s ease;
    display: inline-block;
    background-color: #f0f0f0;
}

.storeslist h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fda30e;
    margin-top: 10px;
    margin-bottom: 3px;
}

.huawei {
    font-size: 13px;
    font-weight: 700;
    color: #fd160e;
    margin-top: 10px;
    margin-bottom: 3px;
}

.custominfo .huawei {
    padding: 5px;
}

.custominfo .samsung {
    padding: 5px;
}

.samsung {
    font-size: 13px;
    font-weight: 700;
    color: #0e22fd;
    margin-top: 10px;
    margin-bottom: 3px;
}

.storeslist p {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.border-right {
    border-right: 1px dashed #ccc;
    height: 160px;
}

.storesdivider {
    border-bottom: 1px solid #fda30e;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-store {
    border-radius: 4px;
    background-color: #fda30e;
    border: none;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.button-store span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button-store span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-store:hover span {
    padding-right: 25px;
}

.button-store:hover span:after {
    opacity: 1;
    right: 0;
}

.options h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}

.tags li {
    float: left;
}

.tag {
    background: #fda30e;
    border-radius: 3px 0 0 3px;
    color: whitesmoke;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: rgba(0, 0, 0, .075);
    border-bottom: 13px solid transparent;
    border-left: 10px solid #fda30e;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #999;
    color: whitesmoke;
}

.tag:hover::after {
    border-left-color: #999;
}

.fp-video {
    padding: 20px;
    text-align: center;
    background: #fda30e;
}

.fp-video h3 {
    font-size: 35px;
    color: white;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.fp-video a {
    color: #ffffff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 100%;
    background: #f99104;
    outline: none;
}

.fp-video p {
    color: white;
    font-size: 17px;
    width: 40%;
    margin: 0 auto;
    line-height: 27px;
}

.fp-video .modal-content {
    background-color: #fda30e;
}

.fp-video .modal-header {
    min-height: 50px;
    padding: 0 15px;
    border-bottom: none;
}

.fp-video .modal-header .close {
    margin: 20px 10px 0 0;
    color: #000000;
    font-size: 30px;
    outline: none;
}

.fp-video iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.fp-store-gallery {
    display: block;
    padding: 2em 0em;
    background: #fda30e;
}

#load {
    position: relative;
    display: none;
    margin: 0 auto;
    width: 100%;
}

.shops-info {
    display: none;
}

.loading {
    position: relative;
    display: block;
    z-index: 13;
    margin: 15px auto;
    width: 100px;
    height: 100px;
    border: 5px solid transparent;
    border-radius: 50%;
    background-color: transparent;
}

.loading:before {
    position: absolute;
    display: block;
    content: '';
    z-index: 12;
    top: 4px;
    left: 4px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #fff;
}

.custominfo p {
    padding: 5px;
    font-weight: 600;
}

.custominfo h3 {
    padding: 5px;
    color: orange;
    font-size: 18px;
    font-weight: 700;
}

.loading:after {
    position: absolute;
    display: block;
    top: 0;
    content: '';
    z-index: 11;
    width: 45px;
    height: 45px;
    border-radius: 200px 0 0 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, #fda30e 50%, #fda30e 100%);
    animation: loading .9s linear infinite;
}

.centered-modal.in {
    display: flex !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
}

.modal.left .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.marker-cluster-small {
    background-color: rgb(255 193 7 / 56%) !important;
}

.marker-cluster-small div {
    background-color: #ffc107 !important;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

#map {
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1 !important;
}

#results ol {
    list-style: none;
    margin: 0
}

#results li {
    border-left: 2px solid #fda30e;
    padding: 10px 0 10px 35px;
    position: relative;
    counter-increment: item;
}

.shopsinfos {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
}

.shopsname {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.shopsdatas {
    font-size: 14px;
    color: white;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.mobilview_options {
    position: fixed;
    right: auto;
    left: 20px;
    top: auto;
    bottom: 75px;
    outline: none;
    z-index: 1000;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #060606;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
    opacity: 0;
}

.mobilview_options:hover {
    background-color: #777;
}

.cd-cart-container {
    display: none;
}

#results li:before {
    color: #fda30e;
    content: counter(item);
    display: block;
    font-weight: 700;
    left: 0;
    line-height: 30px;
    position: absolute;
    width: 30px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.selectshopimage {
    z-index: 10;
}

main.active {
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}

.intelligent-search {
    display: inline-block;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
}

.intelligent-search img {
    display: inline-block;
    padding: 5px;
    width: auto;
    height: 90px;
    transition: 0.4s ease-in-out;
    filter: brightness(40%);
    -webkit-filter: brightness(40%);
}

.intelligent-search img:hover {
    transition: 0.4s ease-in-out;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

.fpmap {
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}

.intelligent-search h3 {
    color: #fda30e;
    font-size: 0.8em;
    line-height: 1.4;
    font-weight: 600;
}

.intelligent-search a {
    text-decoration: none;
}

.fp-phoneservice {
    position: relative;
    padding: 6rem;
    border: 2px solid #fda30e;
    background: url("../../images/storesImages/coupons.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 36px #fda30e;
}

.circle-container {
    position: relative;
    width: 20em;
    height: 20em;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    border: solid 2px #fda30e;
}

.circle-container > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2em;
}

.circle-container > *:nth-of-type(1) {
    -webkit-transform: rotate(0deg) translate(9.5em) rotate(0deg);
    transform: rotate(0deg) translate(9.5em) rotate(0deg);
}

.circle-container > *:nth-of-type(2) {
    -webkit-transform: rotate(60deg) translate(9.5em) rotate(-60deg);
    transform: rotate(60deg) translate(9.5em) rotate(-60deg);
}

.circle-container > *:nth-of-type(3) {
    -webkit-transform: rotate(120deg) translate(9.5em) rotate(-120deg);
    transform: rotate(120deg) translate(9.5em) rotate(-120deg);
}

.circle-container > *:nth-of-type(4) {
    -webkit-transform: rotate(180deg) translate(9.5em) rotate(-180deg);
    transform: rotate(180deg) translate(9.5em) rotate(-180deg);
}

.circle-container > *:nth-of-type(5) {
    -webkit-transform: rotate(240deg) translate(9.5em) rotate(-240deg);
    transform: rotate(240deg) translate(9.5em) rotate(-240deg);
}

.circle-container > *:nth-of-type(6) {
    -webkit-transform: rotate(300deg) translate(9.5em) rotate(-300deg);
    transform: rotate(300deg) translate(9.5em) rotate(-300deg);
}

.circle-container a {
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #fda30e;
    background: #6f6f6f;
    height: 64px;
    width: 64px;
    font-size: 250%;
}

.circle-container li {
    display: block;
    padding: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
}

.circle-container .active img {
    background-color: #fda30e;
    border-radius: 50%;
}

.circle-container:before {
    content: 'Szervizeltesd készüléked!';
    position: absolute;
    z-index: 100;
    top: 50%;
    text-align: center;
    width: 70%;
    font-size: 27px;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 1;
    display: block;
    margin-top: -10px;
    font-family: "roboto", sans-serif;
    color: #FFF;
    font-weight: 300;
}

.servicedesc {
    margin: 0 auto;
    max-width: 800px;
}

.searchStores {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.searchStores input {
    border-radius: 0;
    background: #212529;
    border: 1px solid #fdae30;
    color: white !important;
}

.searchStores select {
    border-radius: 0 !important;
    background: #212529 !important;
    border: 1px solid #fdae30 !important;
    color: white !important;
}

.searchStores input::placeholder {
    color: white;
}

.searchStores input:focus {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #fcd43b;
}

.searchStores select:focus {
    border: 1px solid #fcd43b !important;
}

.searchStores h3 {
    color: #fdae30;
    font-size: 0.8em;
}

.services-container li {
    display: none;
}

.services-container li.active {
    display: block;
}

.service-item {
    box-shadow: 0 0 36px #000000;
    padding: 0;
    margin-top: 11.26%;
    width: 100%;
    background-clip: padding-box;
    border: 1px solid #ca9031;
    border-radius: 6px;
    line-break: auto;
}

.service-item .header {
    background: #fda30e;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
}

.service-item .body {
    padding: 20px 20px;
    color: #FFF;
    line-height: 30px;
    font-weight: 600;
    background: #060606ba;
}

.servicebutton {
    color: black;
    background-color: #fdae30;
    border: 1px dotted black;
    pointer-events: none;
    cursor: default;
    white-space: normal;
}

.servicebutton i {
    margin-right: 5px;
}

.service-item .header h4 {
    margin: 0;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.service-item .footer {
    background: #000000b0;
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #000000;
}

@media (max-width: 1280px) {
    .title h3 {
        font-size: 2.65em;
    }

    .fp-phoneservice {
        padding: 4rem;
    }
}

@media (max-width: 1080px) {
    .fp-video p {
        width: 60%;
    }

    .fp-store-about p {
        font-size: 13px;
    }

    .fp-store-about h4 {
        font-size: 20px;
    }

    .fp-service h4 {
        font-size: 22px;
    }

    .fp-service p {
        font-size: 13.5px;
        letter-spacing: .2px;
    }

    .fp-service span.fa {
        top: 20.5%;
    }
}

@media (max-width: 1024px) {
    .title h3 {
        font-size: 2.45em;
    }

    .fp-store-about {
        margin: 2em 0 0;
    }

    .fp-service h3 {
        font-size: 23px;
    }

    .fp-service span.fa {
        top: 16.5%;
    }

    .fp-service {
        margin-top: 1em;
    }

    .fp-store-gallery {
        padding: 3em 0em;
    }
}

@media (max-width: 991px) {
    .fp-video {
        padding: 3em 0;
    }

    .store_app_image{
        position: relative;
        bottom: -40px;
    }

    .storeIG h3{
        font-size: 1.4em;
    }

    .searchStores h3 {
        margin-bottom: 15px;
    }

    .uzleteink {
        display: none;
    }

    .fp-service span.fa {
        top: 18.5%;
    }

    .mailcontact {
        margin-left: 0;
    }

    .storeslist h3 {
        font-size: 20px;
    }

    .fp-video h3 {
        font-size: 30px;
    }

    .fp-video p {
        font-size: 15px;
        width: 55%;
        line-height: 25px;
    }
}

@media only screen and (max-width: 768px) {
    [type=submit] {
        margin: 15px;
    }

    .intelligent-search img {
        margin-top: 12px;
    }

    section.store-slider:hover > img {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    section.store-slider > img {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    main.active {
        height: auto;
        overflow-y: auto;
    }

    .title h3 {
        font-size: 2em;
    }
}

@media screen and (min-width: 767px) {
    .fp-store-comparison-slider .comparison-slider .fp-store-comparison-slider-title {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #map {
        height: 50vh;
    }

    .city_h1{
        font-size: 7em;
    }

    .store_app_image{
        position: relative;
        bottom: -30px;
    }

    .contactInfo{
        border-bottom: 1px solid black;
        border-right: none;
        padding: 15px 0;
    }

    .contactInfo p{
        font-size: 0.9em;
    }

    .contactInfo h3{
        font-size: 1.2em;
    }

    #distance {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 736px) {
    .fp-video p {
        width: 92%;
    }

    .fp-store-contact-grid {
        min-height: 222px;
    }

    .fp-store-contact-grid {
        width: 31%;
    }

    .fp-store-gallery {
        padding: 2em 0em;
    }
}

@media (max-width: 699px) {
    .intelligent-search img {
        margin: 0 auto;
    }
}

@media (max-width: 667px) {
    .cover-slider__wrap {
        margin: 5px;
    }
}

@media (max-width: 640px) {
    .title h3 {
        font-size: 1.7em;
    }
}

@media (max-width: 600px) {
    .fp-store-contact-fa i {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 576px) {

    .intelligent-search h3 {
        display: none;
    }

    .city_button{
        position: relative;
    }

    .store_app_image{
        position: relative;
        bottom: -22px;
    }

    .contactInfo{
        border-bottom: 1px solid black;
        border-right: none;
        padding: 15px 0;
    }

    .jobs{
        max-height: 100% !important;
    }

    #shopInfo h5{
        font-size: 14px;
    }

    .footer{
        z-index: 100000;
    }

    .contactInfo i{
        font-size: 20px;
    }

    .store_image{
        height: 200px;
    }

    #download_app h2, p{
        text-align: center;
    }

    .storeIG h3{
        font-size: 1.2em;
    }

    .city_h1{
        font-size: 3.5em;
    }

    .opacity{
        bottom: 40px;
    }

    .shopData p{
        font-size: 0.8em;
    }

    .franchise {
        top: 40%;
    }

    .storeIG table{
        font-size: 0.9em;
    }

    .shops h3 {
        font-size: 1em;
    }
}

@media (max-width: 568px) {
    .fp-store-contact-info h4 {
        font-size: 1.3em;
        letter-spacing: 0px;
    }

    section.store-slider:hover > img {
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    section.store-slider > img {
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media (max-width: 480px) {
    .fp-video h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .circle-container {
        width: auto;
    }

    .fp-service h4 {
        font-size: 21px;
    }

    .fp-store-contact-grid {
        min-height: auto;
    }

    .fp-store-contact-grid {
        width: 100%;
    }

    .fp-video p {
        font-size: 14px;
    }

    .title h3 {
        font-size: 1.5em;
    }

    .fp-phoneservice {
        padding: 2rem;
    }
}

@media (max-width: 460px) {
    .circle-container {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (max-width: 414px) {
    .fp-video {
        padding: 2em 0;
    }

    .intelligent-search h3 {
        font-size: 9px;
        padding: 0px;
    }

    .fp-phoneservice {
        padding: 0.5rem;
    }

    .filter img {
        height: 60px;
    }

    .intelligent-search h3 {
        font-size: 0.7em;
        font-weight: 500;
        line-height: 1.2;
    }

    .intelligent-search img {
        padding: 0;
        margin-bottom: 5px;
    }
}

@media (max-width: 375px) {
    .fp-store-about {
        margin: 1em 0 0;
    }

    .circle-container {
        width: 100%;
        display: block;
        border: none;
    }
}

@media (max-width: 320px) {
    .fp-video h3 {
        font-size: 20px;
    }

    .fp-store-about h4 {
        font-size: 18px;
    }

    .circle-container {
        margin-left: -45px;
        width: 20em;
    }

    .title h3 {
        font-size: 1em;
    }

    .fp-video p {
        width: 93%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    .border-right {
        border: none !important;
        height: auto !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 991px) {
    .border-right {
        border: none !important;
        height: auto !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 960px) {
    .storeimg {
        max-height: 400px !important;
        max-width: 500px !important;
    }
}

@media only screen and (min-width: 701px) and (max-width: 1199px) {
    .selectshopimage {
        width: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .tag {
        display: table-caption !important;
    }
}

@keyframes loading {
    0% {
        transform-origin: 100% 100%;
        transform: rotate(0deg);
    }

    100% {
        transform-origin: 100% 100%;
        transform: rotate(360deg);
    }
}
