﻿@font-face {
    font-family: "icon";
    src: url("./fonts/icon.woff2") format("woff2"),
    url("./fonts/icon.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 1.2rem;
    font-family: "open sans", sans-serif;
}

#navbar {
    background: white;
}

#nav {
    background-color: rgba(255, 255, 255, 0.99);
}

.fb-text {
    color: #4267b2;
}

.fab.fa-instagram {
    color: transparent;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background: -webkit-radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background-clip: text;
    -webkit-background-clip: text;
}

a.nav-link {
    font-family: Montserrat, sans-serif !important;
}

#clock-range .card {
    border: 0;
    text-align: center;
}

#homeCollections .col-bg,
#allCollections .col-bg {
    position: absolute;
    bottom: 0px;
    left: 0;
    min-height: unset;
    height: 150px !important;
    background: linear-gradient(
        180deg,
        rgba(1, 1, 1, 0) 0%,
        rgba(1, 1, 1, 0.9) 100%
    );
    z-index: 999;
    width: 100%;
    opacity: 0.9;
}

#homeCollections {
    background: #efefef;
}

#allCollections h3,
#homeCollections h3 {
    text-align: center;
    position: absolute;
    margin: 0;
    bottom: 5%;
    z-index: 1000;
    left: 50%;
    text-shadow: 1px 1px 4px rgba(1, 1, 1, 0.5);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.15em;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

#allCollections h3 {
    font-size: 1em;
    padding: 0;
    margin: 0;
}

#clockMulti {
    position: relative !important;
}

#clockMulti li {
    border-radius: 0;
    box-shadow: none;
    text-indent: 0;
    min-width: 60px;
    min-height: 50px;
    background-color: transparent !important;
    border: solid 1px #efefef;
    position: relative;
}

#clockMulti li.video {
    min-width: 90px;
    opacity: 1 !important;
    border-color: #ff0000 !important;
}

#clockMulti li span {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.6rem;
    display: block;
    background: #ff0000 !important;
    color: white;
}

#clockMulti li i.fab {
    z-index: 2;
    text-align: center;
    color: #ff0000;
    position: absolute;
    left: calc(-10px + 50%);
    top: calc(-15px + 50%);
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
}

#clockMulti li.active {
    border: solid 1px #808082;
}

#product-zoom-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    min-height: 100vh;
}

#product-zoom {
    text-align: center;
    z-index: 9999;
}

#clock-zoom-overlay {
    min-height: 100vh;
    background: white;
    opacity: 1;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.product-modal-close {
    font-size: 35px;
    right: 30px;
    top: 30px;
    width: 25px;
    position: absolute;
    border: 0;
    background: transparent;
}

.footer-alert {
    background: rgba(255, 36, 62, 0.93);
    padding: 16px 30px 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    width: 100%;
    line-height: 1.2rem;
    font-size: 0.8rem;
    bottom: 0;
    color: white;
    border-radius: 0 !important;
    margin: 0;
}

.footer-alert button {
    color: white;
}

#imgZoom {
    height: 100vh;
    width: auto;
}

@media only screen and (max-width: 576px) {
    #imgZoom {
        width: 100vh;
        height: auto;
        margin: 20vh 0 0;
    }
}

#home-logo {
    background: transparent url("/includes/img/logo.svg") no-repeat scroll 50% bottom;
    width: 115px;
    height: 42px;
    text-indent: -3333px;
    border: 0;
    margin-bottom: 4px;
    padding: 0;
}

#home-logo a {
    display: block;
    width: 115px;
    height: 46px;
    text-decoration: none;
    border: 0;
}

.cart {
    position: absolute;
    top: 15px;
    right: 20px;
}

dt {
    color: #616161;
}

.desc {
    font-size: 0.6em;
}

.ladies,
.mens {
    font-size: 0.8em;
}

.ladies {
    color: #ee97a6;
}

.mens {
    color: #4194bf;
}

.status-off {
    opacity: 0.4;
}

.carousel-item {
    min-height: 200px;
}

[data-toggle="collapse"] .fa:before {
    content: "\f068";
}

.bg-black {
    background: black;
}

.bg-slide-grey {
    background: #e2e3e5;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
}

.no-stock {
    cursor: not-allowed;
}

.collapsing {
    -webkit-transition: none;
    transition: ease-in;
    display: none;
}

.carousel-control-prev,
.carousel-control-next {
    font-size: 2em;
}

#filterContainer .collapse {
    z-index: 10;
    top: 0;
    padding-top: 1.8em;
}

.breadcrumb {
    padding: 4px;
    font-size: 0.6rem;
}

.breadcrumb a,
.breadcrumb-item {
    font-size: 0.6rem !important;
}

.badge-filter {
    margin-left: 10px;
    display: none;
    border-radius: 50%;
    padding: 5px 10px;
    background: #204072;
    color: white;
    font-size: 0.8em;
}

.filter-expand {
    font-size: 0.8em;
    padding: 5px 12px 5px 0;
}

.filters {
    font-size: 0.8em;
}

.filter-selections {
    opacity: 0.98 !important;
}

.custom-select.low,
.custom-select {
    background-color: #e6e6e6;
    font-size: 0.7em;
}

.custom-select.high {
    background-color: #204072;
    color: white;
    font-size: 0.7em;
}

#cartModal .modal-header {
    position: fixed;
    width: 100%;
    z-index: 99;
}

#cartModal .modal-body {
    margin-top: 70px;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: white;
    background-color: red !important;
}

#filters {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#filters a {
    font-size: 0.75em;
}

a,
a:hover {
    color: black;
    text-decoration: none;
}

#watchFinder a {
    color: #204072;
}

#resultCount {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
}

#resultCount span {
    font-size: 1.55em;
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
}

#watchFinder .filter-expand {
}

#filterContainer h6 {
    font-weight: 800;
    font-size: 0.7em;
    margin-top: 1em;
}

#homeCollections div,
#allCollections div {
    min-height: 460px;
    position: relative;
    transition: all 300ms ease-out;
}

#allCollections div {
    min-height: 280px;
}

#homeCollections a,
#allCollections a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

#homeCollections > div,
#allCollections > div {
    overflow: hidden;
}

#homeCollections a:hover,
#allCollections a:hover {
    opacity: 0.95;
    transform: scale(1.1, 1.1);
}

#homeCollections a:hover div.col-bg {
    opacity: 1;
}

#top-bar {
    background-color: #808082;
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 0;
    font-size: 0.55em;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    padding: 4px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.9) !important;
    border: solid 1px white;
}

.carousel-indicators li.active {
    background-color: rgba(250, 250, 250, 0.9) !important;
    border: solid 1px rgba(0, 0, 0, 0.5);
}

.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border: solid 1px black;
}

#logoNav {
    border-bottom: solid 1px #eee;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 0px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
}

#navMenu {
    border-bottom: solid 1px #eee;
}

.input-search-default {
    position: relative;
    display: inline-flex;
    width: 100%;
    background-color: #fff;
    border: solid 1px #e6e6e6; }

.input-search-default > input {
    width: calc(100% - 48px);
    font-size: 16px;
    padding: 16px;
    height: 48px;
    border: none;
    background-color: transparent;
    font-size: 16px; }

.input-search-default > input::-webkit-input-placeholder {
    color: gray;
    font-size: 14px; }

.input-search-default > input::-moz-placeholder {
    color: gray;
    font-size: 14px; }

.input-search-default > input:-ms-input-placeholder {
    color: gray;
    font-size: 14px; }

.input-search-default > input::-ms-input-placeholder {
    color: gray;
    font-size: 14px; }

.input-search-default > input::placeholder {
    color: gray;
    font-size: 14px; }

.input-search-default > button {
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    color: #000; }

.input-search-default > button:before {
    content: "\E207";
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px; }

.form-label-default {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.form-control {
    font-size: 16px;
}

.breadcrumb {
    padding-bottom: 0;
}

h2 {
    font-family: Montserrat;
    color: #161616;
    font-size: 1.3em;
    margin: 1.2em 0 1.2em 0;
    font-weight: 500;
}

dt,
dd {
    font-size: 0.88rem;
}

a.nav-link {
    color: black;
    font-weight: 700;
    text-align: center;
    font-size: 0.8rem;
    opacity: 0.8;
    transition: opacity 0.4s;
}

.nav-item {
    position: relative;
    width: 25%;
}

.nav-fill .nav-item::after {
    position: absolute;
    top: calc(-2px + 50%);
    right: 0px;
    width: 1px;
    height: 14px;
    background-color: #eeeeee;
    content: "";
}

a.nav-link:hover {
    opacity: 0.6;
}

.navbar-toggler {
    background: black !important;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 4px;
}

.navbar-toggler:after,
.navbar-toggler:before {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 23px;
}

.navbar-toggler:before {
    top: 15px;
}

#fixed-spacer {
    padding-top: 162px;
}

.section-heading {
    background: #161616;
    color: white;
    margin: 0;
    padding: 16px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 64px;
    z-index: 9988;
    opacity: 0.96;
}

.section-heading h1 {
    font-size: 1.08rem;
    margin: 0;
    padding: 0;
}

.btn-seiko {
    font-family: "Open sans", sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 2px;
    border-radius: 3px;
    color: #fff !important;
    background: #13294b;
    border: 2px solid #13294b;
}

.btn-seiko-sm {
    font-family: "Open sans", sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 2px;
    border-radius: 2px;
    color: #fff !important;
    background: #13294b;
    border: 2px solid #13294b;
    min-width: 160px;
}

.btn-seiko:hover,
.btn-seiko-sm:hover {
    background: white !important;
    color: #13294b !important;
}

.card-text .badge {
    font-size: 62%;
}

@media only screen and (max-width: 576px) {
    #filters {
        padding: 0;
    }

    .badge-filter {
        margin-left: 0px;
    }

    .btn-block-xs-only {
        display: block;
        width: 100%;
    }

    #resultCount span {
        font-size: 1em;
    }
}

#footer {
    background: #161616;
    color: white;
    font-size: 0.7rem;
    padding-bottom: 60px;
}

.nav .nav-item a.nav-link {
    color: white !important;
    transition: all 300ms ease-out;
    font-size: 0.5rem;
}

#footer .nav a:hover {
    color: #c4c4c4 !important;
}

#footer .nav {
    display: flex;
    position: relative;
}

#footer .nav ::after {
    position: absolute;
    top: calc(-5px + 50%);
    right: 0px;
    width: 1px;
    height: 14px;
    background-color: #383838;
    content: "";
}

#footer .nav li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#footerTop {
    padding: 28px 0;
    border-bottom: 1px solid #383838;
}

@media only screen and (max-width: 768px) {
    #navBarMenu {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        background: white;
        z-index: 9999;
    }

    #navBarMenu .nav-item {
        background: #f7f7f7;
        width: 100% !important;
    }

    #resultCount small {
        display: none;
    }

    .filter-expand {
        display: block;
        text-align: center;
        font-size: 10px;
    }

    #filters a {
        font-size: 0.55em;
    }

    #footer .nav {
        flex-wrap: wrap;
    }

    #footer .nav ::after {
        background-color: transparent;
    }

    #footerTop {
        border: 0;
    }

    #footer .nav li:nth-child(odd) {
        border-right: 1px solid #383838;
    }

    #footer .nav li.nav-item-last {
        border-right: 0;
    }

    #footer .nav li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 50%;
        border-bottom: 1px solid #383838;
    }
}

#footer .nav li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    display: flex;
    padding: 0 10px;
    font-weight: 500;
    font-size: 0.8rem;
    color: #fff;
    align-items: center;
}

#footerCopyright {
    padding: 42px 10px;
}

.coming-soon {
    font-size: 0.85rem !important;
    padding: 0.2rem 1.5em;
}

.site-btn {
    position: relative;
    border-radius: 10px 0 0 0;
}

.site-btn img {
    border: solid 1px #c3c3c3 !important;
}

.site-btn .tab {
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding: 8px 0;
    opacity: 0.55;
    text-transform: uppercase;
    transition: opacity 0.4s;
}

.site-btn img {
    transition: all 500ms ease-out;
}

.site-btn .overlay {
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgba(50, 50, 50, 0.85) 0%,
        rgba(0, 0, 0, 0.9) 100%
    );
}

.site-btn .overlay,
.site-btn .info {
    transition: all 300ms ease-out;
    opacity: 0;
}

.site-btn .info {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.site-btn .title {
    font-family: inherit;
    font-size: 1.4em;
    color: #fff;
    background: rgba(19, 41, 75, 0.9);
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px white;
}

.form-group label {
    font-size: 0.75em;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: RGB(22, 22, 22);
    font-weight: 600;
    opacity: 0.7;
}

.site-btn:hover img {
    transform: scale(1.25, 1.25);
    opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-btn .tab {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 768px) {
    #navMenu {
        padding-top: 0px;
        border-bottom: 0;
    }

    h1.section-heading {
        width: 100%;
        z-index: 3;
    }

    #content {
        margin-top: 10px;
    }

    #navMenu a.nav-link {
        border-bottom: solid 1px #efefef;
        padding: 14px;
        font-size: 0.9rem;
    }

    .nav-fill .nav-item::after {
        background-color: white;
    }

    a.nav-link:hover {
        background: #fbfbfb;
    }

    .site-btn .tab {
        display: block !important;
        border-radius: 0 !important;
        border-top: solid 1px black;
    }

    .site-btn .tab:first-of-type {
        border: 0;
    }

    .site-desc {
        font-size: 0.75rem;
        color: #e3e3e3;
    }

    .site-btn .title {
        background: none !important;
        border: 0 !important;
        font-size: 1.8em;
        line-height: 0.8em;
        padding: 14px 0 0;
    }

    .site-btn .info {
        background: rgba(0, 0, 0, 0.88);
        position: absolute;
        font-weight: 100;
        width: 100%;
        min-height: 50px;
        bottom: 0;
        top: auto;
        margin-top: 0;
        text-align: center;
        color: #fff;
        opacity: 1;
        border: solid 2px rgba(255, 255, 255, 0.3);
    }

    .site-btn a:hover .info {
        background: rgba(0, 0, 0, 0.95);
        top: 50%;
        transition: all 200ms ease-out;
    }

    .site-btn a:hover .tab {
        opacity: 1;
    }

    .site-btn a:hover .overlay {
        opacity: 0.4;
    }

    .site-btn .info {
        display: none;
    }
}

.site-btn .media-wrap {
    overflow: hidden;
}

@media only screen and (min-width: 769px) {
    .site-btn a:hover .tab {
        opacity: 1;
        text-decoration: none !important;
    }

    .site-btn:hover .overlay,
    .site-btn:hover .info {
        opacity: 1;
        z-index: 1;
        top: 60%;
    }

    .site-btn a,
    .site-btn a:hover,
    .site-btn a:focus {
        color: #fff;
    }

    .site-btn .btn {
        background-color: #4474af;
        border: 1px solid #396192;
    }

    .site-btn .btn:hover,
    .site-btn .btn:focus {
        color: #fff;
        background-color: #406da4;
    }
}

ul.breadcrumb {
    background: white;
}

ul li.breadcrumb-item {
    font-size: 0.7rem;
    color: black;
    font-weight: 500;
}

ul li.breadcrumb-item a {
    color: #204072;
}

#service-centres .card {
    width: 100%;
}

#service-centres h3 {
    margin-top: 30px;
}

#service-centres .card-text {
    font-size: 0.85em;
}

#service-centres .card-body {
    min-height: 240px;
}

#service-centres .card-header {
    color: #ffffff;
    background-color: #414042;
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    #service-centres .card-header {
        font-size: 0.8em;
    }

    #service-centres .card-body {
        min-height: 270px;
    }

    .btn-seiko-sm {
        font-size: 0.65em;
    }

    .site-desc {
        display: none !important;
    }
}

@media only screen and (max-width: 576px) {
    #service-centres .card-body {
        min-height: 0;
    }
}

/*watches*/
.specs > div {
    line-height: 1.8;
    border-right: solid 1px #efefef;
}

.specs > div.last {
    border: none;
}

h6.spec-heading {
    font-weight: 800;
    font-size: 0.75em;
    margin-bottom: 1.85em;
}

.card-body {
    font-size: 0.9rem;
}

#homeCollections ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    padding: 0;
}

#homeCollections ul li {
    text-align: center;
    box-sizing: border-box;
    background: #efefef;
    height: 100px;
    padding: 10px;
    margin: auto;
    flex-wrap: nowrap;
    min-width: 120px;
}

#allcollections .card {
    border: 0;
    border-right: solid 1px #efefef;
}

#clock-range .card {
    border: none !important;
    /*border-bottom: solid 1px #efefef;*/
    transition: 0.4s;
}

#clock-range .card .card-img-top {
    padding: 20px;
}

#clock-range .card h4 {
    font-family: "open sans", sans-serif;
    font-size: 1rem;
    color: #161616;
    margin: 10px 5px;
    text-align: center;
}

#clock-range .card-block {
    margin-bottom: 50px;
}

#clock-range .card .card-text {
    margin-bottom: 10px;
    text-align: center;
}

#clock-range .card > a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

#clock-range .card a img {
    transition: all 300ms ease-out;
    opacity: 1;
}

#clock-range .card a:hover img {
    transition: all 300ms ease-out;
    text-decoration: none;
    opacity: 1;
    transform: scale(1.16, 1.16);
}

#clock-range .card a:hover {
    color: black;
}

.btn-exp:hover {
    background: #51585e;
    color: white;
    transform: scale(1.2, 1.2);
}

.btn-exp {
    transition: all 300ms ease-out;
}

.price {
    opacity: 0.9;
    font-size: 1em;
    margin-top: 20px;
    font-weight: bold;
}

.collection {
    color: #161616;
    font-size: 0.72em;
    margin-top: 30px;
    font-weight: 600;
}

.collection-text {
    color: #161616;
    font-size: 0.72em;
    margin: 20px 0;
    font-weight: 500;
}

@media only screen and (max-width: 576px) {
    #watchrange .card-img-top {
        max-width: 300px;
    }

    #watchrange .card {
        margin: 0 auto;
        text-align: center;
    }

    h6 .spec-heading {
        border-top: solid 1px #efefef;
        padding-top: 8px;
        font-size: 1em;
        font-weight: 800;
    }

    #watchrange .card {
        border: none;
        border-bottom: solid 1px #efefef;
    }

    #watchrange .card-block {
        margin-bottom: 5px;
    }
}

#related {
    background: white;
}

#clock-filter {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 16px;
}

.cart-total {
    font-size: 0.9em;
}

.cart-total-gst {
    font-size: 0.6em;
}

.grand-total {
    font-size: 1.05em;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    background-color: #f0f2f4;
}

.callout-info {
    border-left-color: #13294b;
}

@media only screen and (max-width: 768px) {
    .hero {
        max-width: 100%;
    }

    #clock-filter {
        padding: 8px 5px 8px 5px;
        margin-bottom: 10px;
    }

    #clock-filter label {
        margin-bottom: 0.1em;
    }
}

@media only screen and (min-width: 769px) {
    .hero {
        max-width: 400px;
    }
}

.terms {
    font-size: 0.9rem;
}

/*cart*/
div.floating-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 340px;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    display: none;
}

.floating-image-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div.floating-cart.moveToCart {
    top: 20px !important;
    right: 32px !important;
    left: auto !important;
    width: 25px;
    height: 25px;
    /*-webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;*/
    transition: all 800ms ease-in-out;
}

.cart-price {
    font-weight: bold;
    font-size: 0.68em;
}

.cart-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cart-item {
    display: block;
    padding: 3px 1px;
    margin: 3px 0;
    width: 100%;
}

li .item-left {
    float: left;
}

li .item-left img,
li .item-left span.item-info {
    float: left;
}

li .item-left span.item-info {
    margin-left: 5px;
}

li .item-left span.item-info span {
    display: block;
}

.item-right {
    float: right;
}

.item-right a {
    margin-top: 14px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 380px;
    height: 100% !important;
    max-width: 98%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal {
    z-index: 99999;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

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

/*Right*/
.modal.right.fade .modal-dialog {
    right: -380px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

.loader {
    margin: auto auto;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.alt-codes {
    font-size: 0.5em;
    color: #c3c3c3;
}

.newClocks a:hover img {
    transition: all 380ms ease-in-out;
    transform: scale(1.08, 1.08);
}

.newClocks img {
    max-height: 190px;
}

.newClocks a {
    outline: none !important;
    text-align: center;
}

#newClocksFinder {
    margin: 1em 0;
}

.checkout-terms {
    font-size: 0.9rem;
}

.checkout-terms a {
    text-decoration: underline;
    color: #0c5460;
}

audio {
    outline: none !important;
}

#importantInfo {
    border: solid 4px #eeeeee !important;
    font-size: 0.9rem;
}

#importantInfo i {
    font-size: 1.1rem;
}

#importantInfo a {
    color: #204072;
    position: relative;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#importantInfo a:hover {
    opacity: 0.7;
}

#importantInfo a::after {
    position: absolute;
    right: 0px;
    width: 7px;
    height: 12px;
    top: calc(50% - 5px);
    content: " ";
    background: url(/includes/img/arrow-right.svg) no-repeat;
}

.parallax {
    background-position: center;
    min-height: 500px;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
    .parallax {
        min-height: 75vh;
        background-attachment: scroll;
        background-size: cover;
        -webkit-background-size: cover;
        background-position: center;
    }
}

@media only screen and (min-width: 1181px) {
    .parallax {
        background-position: center;
        min-height: 100vh;
        background-attachment: fixed;
        background-size: cover !important;
    }
}

.watchfinder-input {
    font-family: system-ui, -apple-system, Arial, sans-serif;
    background-color: #f9f9f9;
    border-bottom: solid 1px #f0f0f0;
    font-weight: 500;
}

@media (min-width: 728px) {
    .watchfinder-input .container {
        width: 100%;
        max-width: 1000px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 576px) {
    .watchfinder-input .container {
        width: 100%;
        max-width: 1000px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-number
.form-label-default {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
.input-checkbox-default {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
.input-checkbox-default
input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
.input-checkbox-default
label {
    display: flex;
    align-items: center;
    position: relative;
    -webkit-padding-start: 28px;
    padding-inline-start: 28px;
    cursor: pointer;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
.input-checkbox-default
label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: solid 2px #e6e6e6;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
.input-checkbox-default
label:after {
    content: "";
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
    width: 0px;
    height: 0px;
    background-color: #193c72;
    transition: 0.2s ease;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
.input-checkbox-default
input:checked
+ label:after {
    top: 5px;
    inset-inline-start: 5px;
    width: 10px;
    height: 10px;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
.input-checkbox-default
input:focus
+ label:before {
    border-color: #000;
}

.watchfinder-input .watchfinder-input-top .watchfinder-number > ._label {
    font-size: 14px;
    font-weight: bold;
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-number
.input-text-default {
    position: relative;
    display: inline-flex;
    width: 100%;
    background-color: #fff;
    border: solid 1px #e6e6e6;
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-number
.input-text-default
> input {
    width: 100%;
    padding: 16px;
    height: 48px;
    border: none;
    background-color: transparent;
    font-size: 16px;
}

.watchfinder-input .watchfinder-input-top .watchfinder-number > ._input input {
    height: 50px;
    padding: 16px 8px;
}

.watchfinder-input .watchfinder-input-top .watchfinder-brand > ._title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-brand
.watchfinder-brand-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.watchfinder-input .watchfinder-input-top .col {
    flex: unset;
    max-width: unset;
    position: unset;
    width: unset;
    padding-right: unset;
    padding-left: unset;
}

@media (min-width: 768px) {
    .watchfinder-input .watchfinder-input-top {
        padding: 24px 0;
        display: flex;
        border-bottom: solid 1px #f0f0f0;
        margin-right: -80px;
    }

    .watchfinder-input .watchfinder-input-top .watchfinder-number {
        width: 194px;
    }

    .watchfinder-input .watchfinder-input-top .watchfinder-brand {
        flex: 1;
        -webkit-padding-start: 40px;
        padding-inline-start: 40px;
    }
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-brand
.input-checkbox-brand
input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-brand
.input-checkbox-brand
label {
    cursor: pointer;
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-brand
.input-checkbox-brand
label
._cover {
    width: 80px;
    height: 45px;
    background-color: #fff;
    border: solid 2px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-brand
.input-checkbox-brand
input:checked
+ label
._cover {
    border-color: #193c72;
}

.watchfinder-input
.watchfinder-input-top
.watchfinder-brand
.input-checkbox-brand
label
._cover
img {
    display: block;
    width: auto;
    height: 27px;
    max-width: 100%;
    pointer-events: none;
    image-rendering: -webkit-optimize-contrast;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
._items
> ._item
> ._button.is-active {
    background-color: #333;
    color: #fff;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
> ._items
> ._item
> ._button
.watchfinder-badge {
    position: absolute;
    inset-inline-end: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .watchfinder-input .watchfinder-input-detail {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media (min-width: 992px) {
    .watchfinder-input .watchfinder-input-detail {
        display: flex;
        padding: 24px 0 16px;
    }
}

.watchfinder-input .watchfinder-input-detail .col {
    flex: 0 0 auto;
    max-width: unset;
    position: unset;
    width: 25%;
    padding-right: unset;
    padding-left: unset;
}

@media (max-width: 768px) {
    .watchfinder-input .watchfinder-input-detail .col {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .watchfinder-input .watchfinder-input-detail .watchfinder-utility {
        width: 100%;
        text-align: center;
        margin-top: 24px;
        padding-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .watchfinder-input .watchfinder-input-detail .watchfinder-utility {
        width: 258px;
    }
}

@media (max-width: 991.98px) {
    .watchfinder-input
    .watchfinder-input-detail
    .watchfinder-utility
    > ._items {
        display: none;
    }
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
> ._items
> ._item
+ ._item {
    margin-top: 4px;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
> ._items
> ._item
> ._button, .watchfinder-filter-category-btn {
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid 1px #333;
    font-size: 12px;
    padding: 5px 16px;
    width: 194px;
    height: 36px;
    color: #000;
    outline: 0;
    transition: 0.2s ease;
}

.watchfinder-filter-category-btn {
    text-align: center;
}

.watchfinder-filter-category-btn:hover {
    cursor: pointer;
}

.watchfinder-filter-category-input {
    opacity: 0;
    position: absolute;
}

.watchfinder-filter-category-box {
    display: flex;
    flex-wrap: wrap;
}

.watchfinder-filter-category-box > * {
    flex: 0 0 200px;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
> ._items
> ._item
> ._button.is-active, .watchfinder-filter-category-input:checked + label {
    background-color: #333;
    color: #fff;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
> ._items
> ._item
> ._button
.watchfinder-badge {
    position: absolute;
    inset-inline-end: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .watchfinder-input
    .watchfinder-input-detail
    .watchfinder-utility
    > ._reset
    .watchfinder-reset-button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .watchfinder-input
    .watchfinder-input-detail
    .watchfinder-utility
    > ._reset {
        margin-top: 16px;
    }
}

.watchfinder-input .watchfinder-input-detail .watchfinder-utility > ._count {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    margin-top: 16px;
    font-size: 14px;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
> ._count
> ._num {
    font-size: 24px;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
}

@media (max-width: 991.98px) {
    .watchfinder-input .watchfinder-main {
        width: 100%;
        border-top: solid 1px #f0f0f0;
    }
}

@media (min-width: 992px) {
    .watchfinder-input .watchfinder-main {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .watchfinder-input .watchfinder-main .watchfinder-detail-group {
        display: none;
    }

    .watchfinder-input .watchfinder-main .watchfinder-detail-group.is-active {
        display: block;
    }
}

.watchfinder-input .watchfinder-main .watchfinder-detail-group > ._button {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: left;
    padding-top: 19px;
    padding-bottom: 19px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
    -webkit-padding-end: 48px;
    padding-inline-end: 48px;
    font-size: 12px;
    border: none;
    outline: 0;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #f0f0f0;
}

@media (min-width: 992px) {
    .watchfinder-input .watchfinder-main .watchfinder-detail-group > ._button {
        display: none;
    }
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
> ._button:after {
    content: "\E202";
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    inset-inline-end: 16px;
    inset-block-start: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
> ._button.is-active:after {
    content: "\E203";
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._button
    .watchfinder-badge {
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
}*/

@media (max-width: 991.98px) {
    .watchfinder-input .watchfinder-main .watchfinder-detail-group > ._body {
        transition: max-height 1s, visibility 1s ease !important;
        border-bottom: solid 1px #f0f0f0;
    }

    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body[aria-expanded="false"] {
        padding: 0px;
        max-height: 0px;
        overflow: hidden;
    }

    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body[aria-expanded="true"] {
        padding: 16px 32px;
        max-height: 500px;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .watchfinder-input .watchfinder-main .watchfinder-detail-group > ._body {
        display: block !important;
    }
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
> ._body
> ._group
> ._title {
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
> ._body
> ._group
> ._title
> span {
    font-weight: bold;
}

.watchfinder-input
.watchfinder-main
.watchfinder-detail-group
> ._body
> ._group
> ._title
> span
+ span {
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body
    > ._group
    + ._group {
        margin-top: 24px;
    }

    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body
    > ._group
    > ._title {
        margin-bottom: 16px;
    }

    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body
    > ._group
    > ._title
    > span
    + span {
        -webkit-margin-start: 8px;
        margin-inline-start: 8px;
    }
}

@media (min-width: 992px) {
    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body
    > ._group {
        display: flex;
    }

    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body
    > ._group
    + ._group {
        margin-top: 16px;
        padding-top: 16px;
        border-top: solid 1px #f0f0f0;
    }

    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body
    > ._group
    > ._title {
        width: 140px;
    }

    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body
    > ._group
    > ._title
    > span {
        display: block;
    }

    .watchfinder-input
    .watchfinder-main
    .watchfinder-detail-group
    > ._body
    > ._group
    > ._contents {
        flex: 1;
    }
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
.watchfinder-badge {
    background-color: #193c72;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    color: #fff;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
._reset
.watchfinder-reset-button {
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    border: none;
    font-size: 12px;
    padding: 5px 16px;
    color: #000;
    transition: 0.2s ease;
}

@media (max-width: 991.98px) {
    .watchfinder-input
    .watchfinder-input-detail
    .watchfinder-utility
    ._reset
    .watchfinder-reset-button {
        width: 100%;
        max-width: 342px;
        padding: 13px 16px;
    }
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
._reset
.watchfinder-reset-button:after {
    content: "\E230";
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    transition: 0.2s ease;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
._reset
.watchfinder-reset-button:hover {
    background-color: #b3b3b3;
}

.watchfinder-input
.watchfinder-input-detail
.watchfinder-utility
._reset
.watchfinder-reset-button:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.text-block h2 {
    margin-top: 0
}

.text-block h3 {
    font-size: 1.4rem;
    text-align: center;
}

.text-block p {
    font-size: 1.1rem;
    margin-top: 1.9rem;
    line-height: 2rem;
    color: #707070
}

.pagination .page-link {
    border: none;
    color: #000;
}
.page-link.page-link-active,
.pagination .page-link:hover {
    background: none;
    border-bottom: 1px solid #000;
}
.pagination .page-link:focus {
    box-shadow: none;
}

.contact-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
  
.contact-box {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 2rem; }
    .contact-box > .contact-row {
      display: flex;
      font-size: 14px;
      border: #eee solid 1px; }
      .contact-box > .contact-row > .contact-head {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        background-color: #fafafa;
        width: 30%;
        min-width: 100px; }
      .contact-box > .contact-row > .contact-data {
        padding: 1rem;
}

.btn-outline-default, .btn-outline-dark, .btn-outline-black, .btn-outline-store {
    color: #000;
    text-align: center;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 32px;
    min-width: 256px;
    border: solid 1px #000;
    position: relative;
    transition: 0.2s ease; }

.btn-outline-default:after, .btn-outline-dark:after, .btn-outline-black:after, .btn-outline-store:after {
    content: '';
    width: 16px;
    height: 1px;
    background-color: #000;
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transition: 0.2s ease; }

.btn-outline-default:hover, .btn-outline-dark:hover, .btn-outline-black:hover, .btn-outline-store:hover {
    color: #fff;
    background-color: #193c72;
    border-color: #193c72; }

.btn-outline-default:hover:after, .btn-outline-dark:hover:after, .btn-outline-black:hover:after, .btn-outline-store:hover:after {
    width: 0;
    background-color: #fff; }


.storeList-top {
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 500;
    font-size: 14px;
    text-align: center; }

.storeList-top-inner > *:last-child {
    margin-bottom: 0; }

.storeList-search {
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 500; }

.storeList-search-detail {
    margin-top: 24px; }
.storeList-search-detail.is-disabled {
    pointer-events: none;
    opacity: 0.4; }

@media (max-width: 767.98px) {
    .storeList-search-detail {
        margin-top: 16px;
        border: solid 1px #ccc; } }

.storeList-search-detail-header {
    text-align: center; }
.storeList-search-detail-header > ._button {
    color: #000;
    text-align: center;
    transition: 0.2s ease; }
.storeList-search-detail-header > ._button > span:after {
    content: "\E103";
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
    transition: 0.4s; }
.storeList-search-detail-header > ._button.is-active > span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (max-width: 767.98px) {
    .storeList-search-detail-header > ._button {
        display: block;
        font-size: 12px;
        padding: 13px 16px; } }

@media (min-width: 768px) {
    .storeList-search-detail-header {
        border-bottom: solid 1px #ccc;
        padding-bottom: 24px; }
    .storeList-search-detail-header > ._button {
        display: inline-block;
        font-weight: bold;
        font-size: 14px; }
    .storeList-search-detail-header > ._button:hover {
        opacity: 0.65; } }

.storeList-search-detail-body > ._category {
    font-weight: bold;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px; }

.storeList-search-detail-body .form-check {
    padding-left: 0; }

@media (max-width: 767.98px) {
    .storeList-search-detail-body {
        padding: 16px 16px 24px;
        position: relative; }
    .storeList-search-detail-body:before {
        content: '';
        width: calc(100% - 32px);
        height: 1px;
        background-color: #ccc;
        position: absolute;
        left: 16px;
        top: 0; } }

@media (min-width: 768px) {
    .storeList-search-detail-body {
        padding-top: 24px; } }

@media (max-width: 767.98px) {
    .storeList-search-detail-body > ._category {
        text-align: center;
        margin-top: 24px; } }

.storeList-search-buttons {
    margin-top: 32px;
    position: relative;
    text-align: center; }

.storeList-search-detail.is-disabled + .storeList-search-buttons {
    pointer-events: none;
    opacity: 0.4; }

@media (max-width: 767.98px) {
    .storeList-search-buttons {
        margin-top: 16px; } }

a.storeList-reset-button {
    padding: 9px 12px !important; }

a.storeList-reset-button:hover {
    color: inherit; }

.storeList-search-button,
.storeList-reset-button {
    font-weight: 500;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    border: none;
    font-size: 12px;
    padding: 5px 16px;
    color: #000;
    transition: 0.2s ease; }
.storeList-search-button:after,
.storeList-reset-button:after {
    content: "\E230";
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    transition: .2s ease;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px; }
.storeList-search-button:hover,
.storeList-reset-button:hover {
    background-color: #b3b3b3; }
.storeList-search-button:hover:after,
.storeList-reset-button:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.storeList-search-button {
    padding: 5px 12px; }
.storeList-search-button:after {
    content: ""; }

@media (max-width: 767.98px) {
    .storeList-reset-button {
        width: 100%;
        padding: 13px 16px;
        margin-top: 8px; } }

@media (min-width: 768px) {
    .storeList-reset-button {
        -webkit-margin-start: auto;
        margin-inline-start: auto; } }

.storeList-result {
    background-color: #f9f9f9;
    padding-top: 40px; }

@media (min-width: 768px) {
    .storeList-result {
        padding-bottom: 64px; } }

.storeList-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.storeList-result-header > ._count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px; }
.storeList-result-header > ._count > ._num {
    font-size: 24px;
    letter-spacing: .1em;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px; }
.storeList-result-header > ._sort {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.storeList-result-header > ._sort > label {
    -webkit-margin-end: 8px;
    margin-inline-end: 8px; }
.storeList-result-header > ._sort > .select-sort {
    min-width: 100px; }

.storeList-result-body {
    margin-top: 40px; }


.storeList .storeList-cards {
    margin-bottom: 20px;
}

.storeList .store-card {
    margin-top: 10px;
    padding-inline: 8px;
}

.storeList-card {
    font-weight: 500;
    background-color: #fff;
    padding: 16px;
    line-height: 1.5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
.storeList-card > ._icon {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px; }
.storeList-card > ._icon img {
    width: 64px; }
.storeList-card > ._icon + ._main > ._name {
    -webkit-padding-start: 80px;
    padding-inline-start: 80px; }
.storeList-card > ._main {
    width: 100%; }
.storeList-card > ._main > ._name {
    margin-bottom: 16px; }
.storeList-card > ._main > ._name > ._type {
    margin-bottom: 8px;
    font-size: 12px; }
.storeList-card > ._main > ._name > ._title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em; }
.storeList-card > ._main > ._name > ._subtitle {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em; }
.storeList-card > ._main > ._address {
    font-size: 12px;
    margin-bottom: 8px; }
.storeList-card > ._main > ._tel {
    font-size: 12px; }
.storeList-card > ._main > ._tags {
    margin-top: 16px;
    margin-bottom: -8px; }
.storeList-card > ._main > ._tags > ._tag {
    display: inline-block;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
    margin-bottom: 8px; }
.storeList-card > ._main > ._tags > ._tag.is-event {
    background-color: gray; }
.storeList-card > ._main > ._tags > ._tag.is-limited {
    background-color: #333; }
.storeList-card > ._main > ._tags > ._tag + ._tag {
    -webkit-margin-start: 8px;
    margin-inline-start: 8px; }
.storeList-card > ._btns {
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    padding-inline-start: 80px; }
.storeList-card > ._btns > ._btn {
    min-width: auto;
    width: calc(50% - 4px);
    padding: 7px 20px; }

@media (min-width: 768px) {
    .storeList-card {
        padding: 32px 24px; } }

@media (min-width: 768px) {
    .storeList-card > ._icon {
        top: 32px;
        inset-inline-start: 24px; } }

@media (min-width: 768px) {
    .storeList-card > ._icon img {
        width: 56px; } }

@media (min-width: 768px) {
    .storeList-card > ._icon + ._main > ._address {
        -webkit-padding-start: 80px;
        padding-inline-start: 80px; } }

@media (min-width: 768px) {
    .storeList-card > ._icon + ._main > ._tel {
        -webkit-padding-start: 80px;
        padding-inline-start: 80px; } }

@media (min-width: 768px) {
    .storeList-card > ._icon + ._main > ._tags {
        -webkit-padding-start: 80px;
        padding-inline-start: 80px; } }

@media (max-width: 767.98px) {
    .storeList-card > ._main > ._name {
        min-height: 80px;
        padding-bottom: 16px;
        border-bottom: solid 1px #e6e6e6; } }

@media (min-width: 768px) {
    .storeList-card > ._btns > ._btn {
        width: calc(50% - 12px); } }

.storeList-footer {
    margin-top: 40px;
    text-align: center; }



.storeDetail {
    font-weight: 500;
    background-color: #fff;
    padding: 40px 0; }

@media (max-width: 767.98px) {
    .storeDetail {
        padding: 24px 0; } }

.storeDetail-inner {
    position: relative; }

@media (min-width: 768px) {
    .storeDetail-main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 380px;
        -webkit-padding-end: 40px;
        padding-inline-end: 40px;
        min-height: 380px; } }

.storeDetail-main > ._texts {
    width: 100%; }
.storeDetail-main > ._texts > ._type {
    font-size: 12px;
    margin-bottom: 8px; }
.storeDetail-main > ._texts > ._title {
    letter-spacing: .1em;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: bold; }
.storeDetail-main > ._texts > ._sub {
    font-size: 12px;
    margin-top: 6px; }
.storeDetail-main > ._texts > ._sub > a {
    padding-right: 13px; }
.storeDetail-main > ._texts > ._sub > a > img {
    height: 20px; }

.storeDetail-main > ._links {
    width: 100%;
    margin-top: 24px; }
.storeDetail-main > ._links > ._brands {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -4px; }
.storeDetail-main > ._links > ._brands > li {
    width: 68px;
    padding: 4px; }
.storeDetail-main > ._links > ._brands > li > span {
    display: block;
    border: solid 2px #e6e6e6;
    background-color: #fff;
    border-radius: 9999px;
    overflow: hidden; }
.storeDetail-main > ._links > ._brands > li > span > span {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 100%; }
.storeDetail-main > ._links > ._brands > li > span > span > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover; }
.storeDetail-main > ._links > ._brands > li > span > span > p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-size: 10px;
    text-align: center; }
.storeDetail-main > ._links > ._btn {
    margin-top: 24px; }

@media (max-width: 767.98px) {
    .storeDetail-main > ._texts > ._type {
        margin-bottom: 4px; } }

@media (max-width: 767.98px) {
    .storeDetail-main > ._texts > ._title {
        font-size: 16px;
        margin-bottom: 24px; } }

@media (max-width: 767.98px) {
    .storeDetail-main > ._links > ._btn .btn-outline-default {
        width: 100%;
        min-width: auto; } }

@media (min-width: 768px) {
    .storeDetail-main > ._links > ._btn .btn-outline-default {
        min-width: 296px; } }


@media (max-width: 767.98px) {
    .storeDetail-map {
        margin-top: 24px;
        width: 100% !important;
        position: relative; }
    .storeDetail-map > ._map {
        position: relative;
        height: 0;
        overflow: hidden;
        padding-top: 100%; }
    .storeDetail-map > ._map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .storeDetail-map > ._btn {
        position: absolute;
        left: 50%;
        bottom: 16px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .storeDetail-map > ._btn .btn-map {
        width: 264px; } }

@media (min-width: 768px) {
    .storeDetail-map {
        position: absolute;
        width: 60%;
        height: 100%;
        top: 0;
        inset-inline-end: 0;
    }
    .storeDetail-map > ._map {
        width: 100%;
        height: 100%; }
    .storeDetail-map > ._map iframe {
        width: 100%;
        height: 100%; }
    .storeDetail-map > ._btn {
        position: absolute;
        inset-inline-end: 48px;
        bottom: 24px; } }

.badge-danger {
    padding-inline: 10px;
}