:root {
    --linkblue: #6aa6e5;
    --linkgolden: #da9a66;
    --dropdownborder: #605e68;
}

.display-flex, .d-flex {
    display: flex;
}

.dp-none {
    display: none;
}

.flex-1 {
    flex: 1;
}

.flex-one-start {
    flex: 1;
    display: flex;
}

.flex-one-end {
    flex: 1;
    display: flex;
    justify-content: end;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-center-forced {
    display: flex !important;
    justify-content: center;
}

.golden-button {
    background-color: var(--linkgolden) !important;
}

.golden-button-without-border {
    background-color: var(--linkgolden) !important;
    border: 0 !important;
}

.text-end {
    text-align: end;
}

.clickable {
    cursor: pointer;
}

.video-container {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.responsive-image-container {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
}

.responsive-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-container {
    display: none;
    background-color: rgb(0, 0, 0, 35%);
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.default-popup {
    position: relative;
    background-color: #202336;
    min-width: 300px;
    max-width: 600px;
    width: 90%;
    height: fit-content;
    padding: 1rem;
}

.popup-close-button {
    position: absolute;
    color: white;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}

.a-button-container {
    margin-bottom: 24px;
}

.a-button:hover {
    color: white;
    text-decoration: none;
    border: 1px solid #fff !important;
}

.notification-filter-container {
    margin-bottom: 15px;
}

#notifications-table img {
    border-radius: 10%;
}

.social-login {
    margin: 10px;
}

.social-login i {
    font-size: 2em;
    color: #fff;
}

.color-white {
    color: #fff;
}

.box-item .new-limited {
    position: absolute;
    right: 10px;
    top: 10px;
}

.box-item span.limited,
.box-item span.outlet,
.box-item span.new {
    color: #fff;
    font-size: smaller;
}

.box-item span.limited {
    color: #aaa;
}

.box-item span.outlet {
    color: #ec2f2f;
}

.e_section img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.wp_elementor {
    margin-top: -30px;
}

.e_text,
.style-scope,
.e_section span {
    color: #fff !important;
}

.wp_elementor a {
    color: #da9a66;
}

.e_section table {
    color: #fff !important;
}

.wp_elementor .e_section:nth-last-child(2),
.wp_elementor .e_section:nth-last-child(1) {
    display: none;
}

.wp_elementor h1,
h2,
h3,
h4,
h5 {
    color: #fff;
}

h2.price span {
    font-size: inherit;
    color: inherit;
}

.news-image {
    height: auto;
}

.checkout-address h4 {
    color: #000;
}

.hidden-file {
    display: none;
}

.hidden {
    display: none;
}

.info-row-input.errors input,
.info-row-input.errors label,
.info-row-input.errors select {
    border-color: #f89898 !important;
}

.info-row-input.errors select {
    opacity: 0.5;
}

.info-row-input ul {
    margin: 0;
}

.info-row-input ul li {
    color: #f89898;
}

.checkout-address h4 {
    color: #000;
}

form.changePassword fieldset {
    margin: 0;
}

.checkout-step .alert,
.coreshop-flash-message.alert {
    width: 100%;
    background: rgba(208, 202, 202, 0.1) !important;
    border-radius: 4px;
    border-color: rgba(208, 202, 202, 0.1) !important;
    margin: 20px 0;
    padding: 20px 0;
}

.checkout-step .alert .form-error-icon,
.coreshop-flash-message.alert .form-error-icon {
    display: none;
}

.checkout-step .alert .form-error-message,
.coreshop-flash-message.alert .form-error-message {
    color: white;
    margin: 0;
    padding: 15px;
    font-size: 18px;
    line-height: 1.2;
}

.checkout-step .form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.checkout-step .accordion .card {
    background: transparent;
    border-bottom: 1px solid rgba(208, 202, 202, 0.2);
}

.checkout-step .accordion .card .card-header {
    padding: 0;
    color: #fff;
}

.checkout-step .accordion .card .collapse {
    padding: 0;
    margin: 0;
}

.checkout-step .accordion .card .card-body,
.checkout-step .accordion .card .card-body .description,
.checkout-step .accordion .card .card-body .instruction,
.checkout-step .accordion .card .card-body .pt-1 .pt-3,
.checkout-step .accordion .card .card-body .pt-1 {
    color: #fff;
}

.checkout-step .accordion .card .card-header.active {
    background: rgba(208, 202, 202, 0.1) !important;
}

.checkout-row .accordion .radiomark {
    top: 15px;
    left: 5px;
}

.checkout-delivery-info textarea,
.checkout-delivery-info .form-control::placeholder {
    color: #fff !important;
}

.progress-step {
    cursor: initial;
}

a.progress-step {
    cursor: pointer;
    text-decoration: none;
}

.progress-step span {
    color: #fff;
}

.shopping-cart-table input:focus,
.shopping-cart-table input {
    background-color: transparent;
    color: #fff;
    width: 100%;
    padding: 0.5em 1em;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-radius: 4px;
}

.shopping-cart-table label {
    color: #fff;
}

.search-bar-wrapper input {
    padding: 0 5px;
}

#collapseFilter option {
    margin: 0;
}

#collapseFilter select {
    margin: 20px 0;
}

@media (max-width: 768px) {
    #collapseFilter .container {
        max-width: 100%;
        width: 100%;
    }

    #collapseFilter .filter-collapse-row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #collapseFilter .filter-collapse-element {
        flex-wrap: wrap;
        flex-direction: column;
    }

    #collapseFilter .delete-filter {
        border: 0 !important;
    }
}

.profile-content-row form textarea,
.profile-content-row form select {
    background-color: transparent;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-radius: 4px;
    padding: 0.8em 1em;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.default-input {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-radius: 4px;
    padding: 0.8em 1em;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.default-input.error-input {
    border-color: #721c24 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    margin-bottom: 1px;
}

.checkout-address-select select:focus,
.profile-content-row form textarea:focus,
.profile-content-row form select:focus {
    border: 1px solid #fff;
    background-color: #3e3b42;
    color: #fff;
}

.profile-content-row form .textarea-focus,
.profile-content-row form .select-focus {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.loading-div {
    opacity: 0.5;
    background-color: #ccc;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    text-align: center;
}

.loading-div-small {
    opacity: 0.5;
    background-color: transparent;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-div-centered {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading-div-small .loading-div-centered {
    position: static;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    border-top: 4px solid #000000;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

.loading-div-small .loader {
    border: 4px solid #fff;
    border-top: 4px solid transparent;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

.watches-interest-mt {
    margin-top: 0 !important;
}

.watches-interest-mt .form-group .alert-danger {
    margin-top: -13px !important;
}

.watches-interest-mt .form-group.profile-magazine .alert-danger {
    margin-top: inherit !important;
}

.filter-wrapper select option {
    background: #3e3b42;
}

#productPageHeader ul.prodIds li:last-child {
    border-right: none;
    padding-left: 10px !important;
}

#productPageHeader ul.prod_unique_name li {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.price-row-text {
}

.price-row-text li span {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 0 !important;
}

.lb-outerContainer,
.lb-image {
    background: transparent !important;
    border: 0 !important;
}

#navMenu a {
    color: rgba(208, 202, 202, 0.5);
}

#navMenu a:hover {
    text-decoration: none;
    color: #fff;
}

#prodList .inner a {
    margin-bottom: 25px;
}

#seikoClub picture,
#seikoClub img {
    max-width: 100%;
}

.news_row {
    padding: 0 0 10px 0;
}

#staticPage .news_row ol,
#staticPage .news_row ul {
    padding: 0 0 15px 30px;
}

#staticPage .news_row ol li,
#staticPage .news_row ul li {
    color: #fff;
}

#staticPage .news_row ol li {
    list-style: decimal;
}

#staticPage .news_row ul li {
    list-style: initial;
}

#staticPage blockquote {
    margin-left: 15px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}

#staticPage h1 {
    color: #fff;
    margin-top: 0;
}

#staticPage a:hover {
    text-decoration: underline !important;
}

.checkout-container table img {
    width: auto;
}

.shopping-cart-item img {
    /*max-height: 120px;*/
}

#prodList .inner a.pLogo {
    min-height: 40px;
}

.error h1 {
    color: #fff;
    text-align: center;
}

.error-container {
    background-image: linear-gradient(110deg, #131118 0%, #22263b 100%);
}

.error-container .col {
    /*display: flex;*/
    padding: 60px;
}

.error-container .col ul {
    padding-left: 10px;
}

.error-container .col p {
    padding: 20px 0 5px 0;
}

.error-container .col h1,
.error-container .col p,
.error-container .col ul li {
    color: #fff;
}

.error-container .col h1 a,
.error-container .col p a,
.error-container .col ul li a {
    color: var(--linkblue);
}

.profile-registered table thead th {
    border-top: 1px solid rgba(208, 202, 202, 0.2);
    border-bottom: 1px solid rgba(208, 202, 202, 0.2);
    padding: 12px 12px 12px 12px;
    color: #fff;
    font-weight: normal;
}

.profile-registered table tbody td a,
.profile-registered table tbody td {
    border-top: 0;
    color: #da9a66;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.registered-watch-details p {
    font-size: 20px;
    font-weight: 400;
}

.registered-watch-details a,
.registered-watch-details a:hover {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #da9a66;
}

.reg-watch-new-line {
    display: none;
}

.registered-watch-image {
    display: flex;
    align-items: center;
    justify-content: end;
}

.reg-watch-bold {
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .registered-watch-image {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .registered-watch-details p,
    .registered-watch-details a {
        text-align: center;
    }

    .reg-watch-new-line {
        display: block;
        height: 0;
    }
}

@media only screen and (min-width: 992px) {
    .registered-watch-details {
        display: flex;
        align-items: center;
    }

    .registered-watch-details p {
        margin-bottom: 0;
        margin-top: 1.5rem;
    }
}

.registered-watch-details h1 {
    color: #fff;
}

.reviseform legend {
    display: none;
}

.reviseform .coreshop-choice-description {
    padding-bottom: 10px;
    color: #fff;
}

.reviseform .form-check {
    padding-top: 20px;
}

.main-article-area {
    width: 95%;
    margin: 140px 2%;
    max-width: 1380px;
    line-height: 1.7em;
    word-wrap: break-word;
    vertical-align: center;
}

.main-article-area p {
    color: #ffffff;
    margin: 0;
    padding: 0 0 1em;
    font-weight: 500;
}

.main-article-area a,
.main-article-area a:hover {
    color: #da9a66;
    padding-bottom: 1em;
    font-weight: 500;
    text-decoration: none;
}

.main-article-area h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 1em;
}

@media only screen and (max-width: 576px) {
    .main-article-area h1 {
        font-size: 32px;
    }
}

.info-bordered {
    border-right: solid rgba(208, 202, 202, 0.2) 1px;
    margin-right: 6%;
}

@media only screen and (max-width: 991px) {
    .info-bordered {
        border-bottom: solid rgba(208, 202, 202, 0.2) 1px;
        border-right: 0;
        margin-right: 0;
        margin-bottom: 2%;
    }
}

@media only screen and (min-width: 992px) {
    .info-box-fix {
        margin-left: 6%;
    }
}

.info-container h6 {
    letter-spacing: 1px;
}

.info-container h6,
.info-container p,
.info-container a,
.info-container a:hover {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.info-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.info-box p {
    margin: 0;
}

.contact-checkbox-link {
    color: var(--linkblue);
    text-decoration: none;
}

.contact-checkbox-link:hover {
    color: var(--linkblue);
    text-decoration: underline;
}

.contact-checkbox {
    margin-bottom: 10px;
}

.contact-info-text {
    margin-top: 10px;
    font-weight: 500;
    color: #fff;
}

.contact-textarea,
.contact-textarea:focus {
    color: #fff;
}

.article-edit-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 10px;
    word-wrap: break-word;
    font-weight: 600;
    letter-spacing: 1px;
}

.watch-landing-video-banner {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.banner-style {
    color: #fff;
    padding-top: 20px;
}

.info-box-edit-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    word-wrap: break-word;
    letter-spacing: 1px;
}

.article-edit-box {
    word-wrap: break-word;
}

@media only screen and (min-width: 981px) {
    .transparent-bg {
        padding: 0;
        margin-left: 0 !important;
    }
}

.transparent-bg form {
    background-color: transparent;
}

.contact-container {
    background-image: linear-gradient(110deg, #131118 0%, #22263b 100%);
}

.row-custom-padding {
    padding: 40px;
}

.landing-banner {
    padding: 0;
}

#banner-black {
    opacity: 0;
    background-color: black;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#banner-black:hover {
    opacity: 50%;
}

#banner-both-video {
    display: none;
}

#banner-both-image {
    position: relative;
}

.banner-info li {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.watch-landing-example-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 632px;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.edit-hero-area {
    margin-top: 50px;
}

.edit-hero-area h6 {
    color: #fff;
}

#seiko-map {
    height: 100%;
}

.watch-landing-description {
    width: 100%;
    line-height: 1.7em;
    margin-bottom: 140px;
    margin-top: 100px;
    word-wrap: break-word;
}

.watch-landing-description p {
    color: #ffffff;
    margin: 0;
    padding: 0 0 1em;
    font-weight: 500;
}

.watch-landing-description a:hover,
.watch-landing-description a {
    color: var(--linkblue);
    padding-bottom: 1em;
    font-weight: 500;
    text-decoration: none;
}

.watch-landing-description a:hover {
    text-decoration: underline;
}

.watch-landing-description h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 1em;
}

.popular-watch-index {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 981px) {
    .hero-image {
        height: 400px;
    }

    #seiko-map {
        height: 400px;
    }

    .watch-landing-description {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 982px) {
    .hero-text h2 {
        font-size: 35px;
    }
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    max-width: 1380px;
    width: 100%;
    background-color: #1e1c25;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-bottom: 0;
}

#cookie-banner .cc-btn {
    color: white;
    border: 1px solid rgba(208, 202, 202, 0.2);
}

#cookie-banner .cc-compliance {
    display: flex;
    justify-content: end;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 20px;
}

#cookie-banner .cc-link,
#cookie-banner .cc-link:hover {
    color: #da9a66;
    font-weight: 500;
    text-decoration: none;
}

#cookie-banner .cc-message {
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
    display: block;
}

.reg-watch-table span {
    display: flex;
    align-items: center;
    min-width: 180px;
}

.orders-table span {
    display: flex;
    align-items: center;
    min-width: 120px;
}

.profile-table-hover:hover {
    background-color: rgba(208, 202, 202, 0.2);
    cursor: pointer;
}

.profile-table-last {
    justify-content: end;
}

.profile-order-item-product {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #da9a66;
}

.profile-order-item-product:hover {
    background-color: rgba(208, 202, 202, 0.2);
}

.profile-order-items td:first-child {
    padding-top: 0;
}

#productPageHeader ul.prodIds li.first {
    padding-left: 0 !important;
}

@media (max-width: 768px) {
    #productPageHeader ul.prodIds li:last-child,
    #productPageHeader ul.prodIds li {
        display: block;
        padding-left: 0 !important;
        border-right: none;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto,
    .row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .col {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 30px;
    }
}

.toggle-password {
    margin-left: -35px;
    cursor: pointer;
    margin-top: -15px;
    color: rgba(208, 202, 202, 0.2);
}

.checkout-row.summary div {
    flex: 0 0 100%;
}

.order-history-states-box div {
    flex: 0 0 32.5% !important;
}

.order-history-states-box h5 {
    color: #fff;
}

.invalid-hint {
    color: #971a26 !important;
}

.valid-hint {
    color: green !important;
}

.password-match.is-invalid {
    background-image: none !important;
}

.profile-register .alert.alert-danger,
.change-profile .alert.alert-danger {
    margin-top: -14px !important;
}

.reg-redirect {
    display: flex;
    align-items: center;
}

.reg-redirect p {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    font-weight: 400;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.cart-product-addition:disabled,
.cart-manager:disabled,
.checkout-cart-remove:disabled,
.wishlist-product-addition:disabled,
.btn-disabled,
.wishlist-manager-button:disabled {
    background-color: rgba(208, 202, 202, 0.2);
    cursor: not-allowed;
}

.profile-delete-menu:hover,
.profile-delete-menu-active {
    background-image: linear-gradient(
        110deg,
        #131118 0%,
        darkred 100%
    ) !important;
    color: #fff;
}

.default-button {
    border-radius: 5px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.7em 3em 0.6em 3em !important;
    font-weight: 600 !important;
    border: 1px solid rgba(208, 202, 202, 0.2);
}

.default-button:hover,
.default-button:focus,
.default-button:active {
    outline: none !important;
    background: rgba(208, 202, 202, 0.2) !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.alert-button {
    background-color: darkred;
}

.alert-button:hover {
    background-color: red !important;
}

.product-list-fix {
    display: flex !important;
}

.pw-req {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.filter-wrapper {
    display: flex;
}

.filter-row .btn-primary.filter-share-link {
    margin-left: 5px;
}

.filter-row .btn-primary.filter-share-link:after {
    content: none;
}

.filter-row .btn-primary.filter-share-link:before {
    content: url(../themes/frontend/images/share-from-square-regular.svg) !important;
}

@media only screen and (max-width: 768px) {
    .filter-btn-fix,
    #selectSelect,
    #mySelect {
        width: 100% !important;
    }

    .product-sort {
        width: 100% !important;
    }

    .product-perpage {
        width: 100% !important;
    }

    #mySelect {
        margin-left: 0;
        margin-top: 10px;
    }

    #regBox > .container > .row {
        padding-bottom: 0 !important;
    }

    #regBox > .container > .row p {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.filter-row-fix {
    padding-bottom: 5px;
}

.filter-row-fix div {
    padding: 0;
}

.cikkszam h4 {
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0 10px 0 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.cikkszam input {
    margin-top: 15px;
    padding-right: 3em;
}

.cikkszam input + span {
    right: 1em;
    cursor: pointer;
}

.cikkszam input:active + span,
.cikkszam input:focus + span,
.cikkszam input + span:hover {
    color: #fff;
}

#watch-register-file-info {
    color: #fff;
}

#watch-register-file-info a {
    color: var(--linkblue);
    text-decoration: none;
}

#watch-register-file-info a:hover {
    text-decoration: underline;
}

#watch-register-file-error {
    color: #f89898;
}

#wishlist-flash-message {
    display: none;
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}

.wishlist-manager-button {
    padding: 7px !important;
}

.wishlist-checkbox {
    margin-top: 6px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wishlist-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.btn-red {
    background-color: #ac2d49 !important;
}

.btn-red:hover {
    background-color: #a61131 !important;
}

.wishlist-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.wishlist-checkbox input:checked ~ .checkmark {
    background-color: rgba(208, 202, 202, 0.2);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.wishlist-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.wishlist-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #da9a66;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wishlist-select {
    width: 110px;
    background-color: transparent;

    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-radius: 4px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.7em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-left: 15px;
    padding-right: 20px;
}

.product-iconlist .btn-primary.wishlist-product-addition img {
    margin-right: 0 !important;
}

.product-iconlist .wishlist-btn-container,
.product-iconlist .btn-primary.wishlist-product-addition {
    margin-right: 5px;
    width: 40px !important;
    height: 40px !important;
}

.checkout-cart-input {
    text-align: center;
}

.shown-products-indicator {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.styled-select > option {
    font-weight: 600;
    background-color: #1a1821;
}

.product-cover-container {
    position: relative;
    top: 0;
    left: 0;
}

.product-cover-img {
    position: relative;
    top: 0;
    left: 0;
}

.sold-out-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.pre-orderable-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.promo-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.upload-warranty-btn {
    font-size: 10px;
    border: 1px solid rgba(208, 202, 202, 0.2) !important;
    border-radius: 4px !important;
}

.del-acc-btn {
    /*min-width: 250px;*/
    font-size: 10px;
    border: 1px solid rgba(208, 202, 202, 0.2) !important;
    border-radius: 4px !important;
}

.btn-primary-fix {
    border: 1px solid rgba(208, 202, 202, 0.2) !important;
    border-radius: 4px !important;
}

#regBox > .container > .row {
    padding-top: 25px !important;
}

#regBox > .container > .row .form-group {
    margin-bottom: 0 !important;
}

.form-fix {
    margin-bottom: 15px;
}

#coreshop_isCompanyBill:hover,
#coreshop_isMagazineAddress:hover {
    cursor: pointer;
}

label[for="coreshop_isCompanyBill"]:hover,
label[for="coreshop_isMagazineAddress"] {
    cursor: pointer;
}

.box-item-wishlist {
    padding-bottom: 0;
}

.wishlist-add-button {
    background: #1e1c25;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: -45px;
    left: 0;
    padding: 5px 0;
    width: 100%;
}

.wishlist-delete {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #da9a66;
    border-radius: 20px;
}

.wishlist-product {
    position: relative;
}

.contact-checkbox .alert.alert-danger {
    margin-top: 2px !important;
    margin-left: -20px !important;
}

.contact-checkbox label {
    color: #fff !important;
}

.club-application .row,
.club-application .club-info div {
    width: 100%;
    word-wrap: break-word;
}

.pimcore-edit-label {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.title-padding-small {
    padding-bottom: 1em !important;
}

.title-padding-medium {
    padding-bottom: 1.5em !important;
}

.title-padding-big {
    padding-bottom: 2em !important;
}

.article-images {
    padding: 20px;
    background: transparent;
    margin-top: -100px;
    margin-bottom: 140px;
}

.article-images p {
    color: #000 !important;
}

@media (max-width: 768px) {
    .news-category-header {
        padding-top: 0 !important;
    }

    .news-header {
        padding-top: 15px;
        padding-bottom: 0 !important;
    }

    .tag-button-container {
        display: none;
    }
}

.boutique-text p {
    color: #fff;
    font-weight: 350;
}

.boutique-text h1,
.boutique-text h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.boutique-gallery p {
    color: #fff;
    line-height: 1.75;
}

.boutique-gallery h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.boutique-gallery .text-center {
    padding: 20px 100px !important;
}

.boutique-edit-title {
    color: #fff !important;
    text-transform: uppercase;
}

.boutique-body {
    padding: 40px !important;
    padding-bottom: 0 !important;
}

.boutique-body > div {
    padding: 40px !important;
}

.boutique-text p {
    font-weight: 350;
    line-height: 1.75;
}

button.carousel__button.is-next {
    color: #fff;
}

footer .social-sclub {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .social-sclub ul li {
    display: inline-block;
}

footer .social-sclub ul li a {
    border: 1px solid rgba(61, 57, 57, 0.2);
    border-radius: 4px;
    font-size: 14px;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #111010;
}

footer .social-sclub ul li a:hover,
footer .social-sclub ul li a:focus {
    border: 1px solid transparent;
    background-color: rgba(61, 57, 57, 0.2);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.chosen-container-multi .chosen-results::after {
    content: "";
    flex-grow: 1000000000;
}

.read-notification td {
    font-weight: normal !important;
}

.opened-notification-row {
    background-color: #1e1c25;
}

.opened-notification-row td:first-child,
.opened-notification-row th:first-child {
    border-radius: 10px 0 0 10px;
}

.opened-notification-row td:last-child,
.opened-notification-row th:last-child {
    border-radius: 0 10px 10px 0;
}

.opened-notification-row td {
    text-align: justify;
}

.notification-row td {
    vertical-align: top !important;
}

.club-package-info {
    top: 140px;
    left: 10px;
    right: 10px;
}

#clubPackages .card.club-package-info-card h3 {
    position: absolute;
    top: 64px;
    left: 20px;
    right: 20px;
}

.club-package-info li {
    border-bottom: 1px solid rgba(208, 202, 202, 0.2);
    padding: 10px 0;
    margin: 0 10px;
}

.club-package-info li:last-child {
    border-bottom: 0;
}

.white-container {
    background-image: linear-gradient(110deg, #131118 0%, #22263b 100%);
    background-color: #f6f8fa !important;
}

.white-container .btn-primary {
    background-color: rgb(62, 59, 66) !important;
}

.white-container #clubPackages .card-header {
    background-color: #1a1821;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.white-container #clubPackages .card .collapse {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #1a1821;
    width: 100%;
}

.white-application {
    background-color: #1e1c25;
    width: 100%;
    padding-bottom: 40px;
}

.white-application .club-process {
    max-width: 1200px;
    margin: 0 auto;
}

.white-application .club-info div h3,
.white-application .club-info div p {
    color: #fff !important;
}

.white-application .club-process .item .inner p {
    color: #fff !important;
}

.white-application .club-process .item .inner p span {
    color: #fff !important;
    font-weight: 600;
}

.white-application .club-download h3,
.white-application .club-download p {
    color: #fff !important;
}

.white-application .club-download .download-button {
    background-color: #3f3d45 !important;
}

.club-application .club-process .item {
    flex: 1;
}

.club-application .club-process .arrow {
    padding: 20px;
    color: #fff;
}

.club-application .club-process .item .inner {
    display: flex;
    align-items: center;
    border: 1px solid rgba(208, 202, 202, 1);
    border-radius: 4px;
    padding: 10px;
}

.club-application .club-process .item span {
    color: #fff;
}

.club-application .club-process .item .inner .image-wrap {
    padding: 0;
    width: 45px !important;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid rgba(208, 202, 202, 1);
    margin-right: 10px;
}

.club-application .club-process .item .inner p {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}

.fs-14 {
    font-size: 14px;
    color: #fff;
}

.details-btn[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: all 500ms ease;
}

.details-btn[aria-expanded="false"] .fa-chevron-down {
    transform: rotate(0deg);
    transition: all 500ms ease;
}

/* Profile Subsctriptions topic */

.popup-modal {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 90px;
    width: auto;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.popup-modal-closed {
    visibility: hidden;
    opacity: 0;
}

.popup-modal-opened {
    visibility: visible;
    opacity: 1;
}

.popup-modal .content {
    color: white;
    padding: 1rem;
    text-align: center;
    background-color: #21253a;
    width: 50%;
}

/* ---------------------------- */

@media (min-width: 981px) {
    #clubPackages .card .btn.btn-secondary {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.reg-watch-filter select {
    background-color: transparent;
    color: #fff;
    padding-left: 30px;
    border-radius: 4px;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.7em;
    border: 1px solid rgba(208, 202, 202, 0.2);
    display: block;
    width: fit-content;
}

.reg-watch-filter select.form-control:focus {
    color: #fff !important;
    background-color: transparent !important;
    border-color: rgba(208, 202, 202, 0.2) !important;
    outline: 0 !important;
    box-shadow: none;
}

#sortSelectLabel {
    color: #fff;
    position: absolute;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    pointer-events: none;
    text-indent: 10px;
    font-weight: bold;
}

#sortSelectLabel img {
    height: 17px;
}

.reg-watch-filter {
    padding-bottom: 20px !important;
}

.share-button {
    font-size: 1.5em;
    color: #fff;
}

.product-header-btn {
    width: 40px !important;
    height: 40px !important;
}

.product-detail-btn-1 {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
}

.product-detail-btn-3 {
    width: 130px !important;
    height: 40px !important;
    padding: 0 !important;
}

.product-detail-btn-1 i {
    margin: 6px 0;
}

.product-detail-btn-text {
    color: #fff !important;
    cursor: default;
}

@media (max-width: 767px) {
    .product-detail-btn-3-small {
        width: 100% !important;
    }

    .rowmobview {
        margin-left: 40px !important;
    }
}

.gap-5 {
    gap: 5px;
}

.gap-15 {
    gap: 15px;
}

#productSpecs p {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 6px 0 -4px 0;
    text-align: right;
    color: #fff;
    font-weight: 600 !important;
}

.cart-button-large {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(208, 202, 202, 0.2) !important;
}

.cart-button-large img {
    margin-right: 10px;
}

#before-watch-reg-modal .modal-body {
    color: white !important;
    padding: 2rem;
}

#before-watch-reg-modal li {
    color: white !important;
    list-style: disc;
}

#before-watch-reg-modal a {
    color: var(--linkblue);
    list-style: disc;
}

#before-watch-reg-modal .btn {
    color: white;
}

#pills-summary h2 {
    text-align: center;
}

.summary-panel {
    display: flex;
    font-weight: bold;
    margin-bottom: 25px;
}

.summary-panel .label {
    color: #747378;
    font-size: 11px;
}

.summary-panel .value {
    color: white;
    font-size: 22px;
}

.summary-panel img {
    width: 240px;
}

.summary-panel .image {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    margin-left: 110px;
}

@media (max-width: 768px) {
    .summary-panel {
        flex-direction: column;
    }

    .summary-panel .image {
        margin-left: 0px;
    }
}

.tab-content .regbutton {
    background-color: #41404d;
}

.warranty-section {
    margin: 25px;
    width: inherit;
    display: flex;
    flex-direction: column;
}

.warranty-section div {
    text-align: center;
    color: white;
}

.warranty-section h4 {
    display: flex;
    justify-content: flex-start;
}

.warranty-section .warranty-files {
    display: flex;
    gap: 4px;
    margin-top: 15px;
}

.warranty-section .warranty-file-upload-section {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.warranty-section .warrantyFileUpload {
    display: none;
}

.warranty-section .warrantyUploadTrigger {
    display: flex;
    height: 110px;
    width: 68px !important;
    flex-direction: column;
    padding-left: 22px;
    padding-right: 21px;
}

.warranty-section .warrantyUploadTrigger a:hover {
    text-decoration: none;
}

#delWarranty {
    display: none;
}

.warranty-section .delete-warranty-file {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    width: 33px;
    aspect-ratio: 1;
    margin-left: -9px;
    margin-top: -14px;
    padding: 3px;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
    color: white;
}

.delete-modal-button-section button {
    font-size: 1.15rem;
    border-radius: 10px;
    margin: 0 !important;
}

.linkblue {
    color: var(--linkblue);
}

ul.outlet-filter-button {
    padding-top: 0 !important;
}

@media (min-width: 769px) {
    ul.outlet-filter-button {
        margin-left: auto !important;
    }
}

.ml3px {
    margin-left: 3px !important;
}

.boutique-modal .modal-footer {
    border: 0;
}

.boutique-modal .modal-body label,
.boutique-modal .modal-body {
    color: #fff;
}

.boutique-modal .copy-link-button {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #065fd4;
    color: #fff;
}

.reload-message {
    margin-bottom: 16px;
    color: #721c24;
    background-color: #f8d7da;
    padding: 5px 10px;
    font-size: 13px;
    width: 75%;
}

.title h3 {
    margin: 20px 0 10px 0;
    font-size: 26px;
    font-weight: bold;
}

.underlined-label {
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 16px;
}

.registered-watch-details-container,
.registered-watch-details-container div {
    background-color: transparent;
    color: white;
}

.registered-watch-details-container .dropdown {
    margin-block: 2rem;
}

.registered-watch-details-container .dropdown-hdr {
    display: flex;
    border: solid 1px var(--dropdownborder);
    border-radius: 10px;
    cursor: pointer;
}

.registered-watch-details-container .dropdown-hdr .title {
    flex: 1;
    font-size: 26px;
    font-weight: bold;
    margin: 10px;
}

.registered-watch-details-container .dropdown-hdr .arrow {
    margin: 15px;
    align-content: center;
}

.registered-watch-details-container .dropdown-hdr .arrow img {
    width: 20px;
}

.registered-watch-details-container .dropdown-hdr .arrow.open img {
    rotate: 180deg;
}

.registered-watch-details-container .dropdown .dropdown-content {
    padding: 15px;
    border-left: solid 1px var(--dropdownborder);
    border-right: solid 1px var(--dropdownborder);
    border-bottom: solid 1px var(--dropdownborder);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -8px;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.5s ease-out, visibility 0s linear 0.5s;
}

.registered-watch-details-container .dropdown .dropdown-content.open {
    max-height: 10000px;
    visibility: visible;
    transition: max-height 0.5s ease-out, visibility 0s linear 0s;
}

.registered-watch-details-container .dropdown .dropdown-content-inner {
    padding-top: 20px;
}

.registered-watch-details-container .watch-data {
    background-color: transparent;
    color: white;
}

.registered-watch-details-container .watch-data {
}

.registered-watch-details-container .watch-data-row {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px gray solid;
}

.registered-watch-details-container .watch-data-row-last {
    display: flex;
    margin-bottom: 10px;
}

.registered-watch-details-container .watch-data-row .left,
.registered-watch-details-container .watch-data-row .right,
.registered-watch-details-container .watch-data-row-last .left,
.registered-watch-details-container .watch-data-row-last .right {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.registered-watch-details-container .watch-data-row .left .watch-data-data,
.registered-watch-details-container .watch-data-row .right .watch-data-data,
.registered-watch-details-container .watch-data-row-last .left .watch-data-data,
.registered-watch-details-container
.watch-data-row-last
.right
.watch-data-data {
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

.registered-watch-details-container .watch-data-row .left .watch-data-label,
.registered-watch-details-container .watch-data-row .right .watch-data-label,
.registered-watch-details-container
.watch-data-row-last
.left
.watch-data-label,
.registered-watch-details-container
.watch-data-row-last
.right
.watch-data-label {
    display: flex;
    justify-content: center;
}

.registered-watch-details-container .watch-repair_list .watch-repair-row {
    display: flex;
    padding-block: 1rem;
    align-items: center;
    border-bottom: solid 1px var(--dropdownborder);
}

.registered-watch-details-container
.watch-repair_list
.watch-repair-row:last-child {
    border-bottom: none;
}

.registered-watch-details-container
.watch-repair_list
.watch-repair-row
.watch-repair-column {
    flex: 1;
}

.registered-watch-details-container
.watch-repair_list
.watch-repair-row
.watch-repair-column.bold {
    font-weight: bold;
    font-size: 22px;
}

.registered-watch-details-container .watch-repair_list .watch-repair-row a {
    color: var(--linkgolden);
    text-decoration-line: underline;
}

.watch-repair-container {
    padding: 5px;
}

.watch-repair-container div {
    background-color: transparent;
    color: white;
}

.watch-repair-container .new-remark-form {
    max-height: 0;
    visibility: hidden;
    transition: max-height 0.5s ease-out;
}

.watch-repair-container .new-remark-form.open {
    max-height: 1000px;
    visibility: visible;
}

.watch-header-card {
    display: flex;
    font-size: 3rem;
    gap: 10px;
}

.watch-header-card div {
    font-size: 1.5rem;
}

.watch-header-card .image {
    display: flex;
    flex: 1;
    justify-content: end;
}

.watch-header-card .watch-data {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.watch-header-card .watch-data div {
    line-height: 1.2;
}

.watch-header-card .watch-data > div:nth-child(2) {
    padding-bottom: 15px;
}

.watch-header-card .watch-reference {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.watch-header-card .watch-data img {
    width: 14rem;
}

.watch-header-card a {
    font-size: 1.5rem !important;
    color: var(--linkgolden);
}

.new-userreport-container {
    margin: 10px;
}

.new-userreport-container .new-userreport-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.remark-items .alert-danger,
.general-form .alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 4px;
    margin-bottom: 2px;
}

.new-userreport-form.open {
    max-height: 1000px;
}

.new-userreport-container,
.new-userreport-container div,
.new-userreport-container label {
    color: white;
}

.new-userreport-container .input-row {
    margin-bottom: 10px;
}

.remark-items > .remark-item:not(:last-child) {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

.remark-item .remark-header {
    display: flex;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.remark-item .remark-header > div:first-child {
    flex: 1;
}

.delete-preview-image-button,
.delete-remark-image-button {
    position: absolute;
    background-color: red;
    color: white;
    border-radius: 50%;
    border: 0px solid;
    margin-top: -15px;
    margin-left: -10px;
}

.remark-item .uploaded-images {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.remark-item .action-buttons {
    display: flex;
    margin-bottom: 10px;
    gap: 3px;
}

.remark-item .edit-action-buttons {
    display: flex;
    flex: 1;
    gap: 3px;
}

.remark-item .edit-action-buttons div {
    display: none;
}

.new-userreport-container .image-preview,
.new-remark-image-preview,
.remark-item .temporary-images {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.new-userreport-container .image-preview img,
.new-remark-image-preview img,
.remark-item .temporary-images img {
    width: 115px;
    aspect-ratio: 0.9126;
}

.remark-item .remark-item-text {
    margin-bottom: 25px;
}

.modal {
    z-index: 11000 !important;
}

.color-golden {
    color: var(--linkgolden) !important;
}

input[name^="watchesfilter"]:disabled + span {
    color: rgba(208, 202, 202, 0.2) !important;
    border: 1px solid transparent !important;
}

input[name^="watchesfilter"]:disabled + span:hover {
    color: rgba(208, 202, 202, 0.2) !important;
    border: 1px solid transparent !important;
    cursor: not-allowed !important;
}

form[name="watchesfilter"].loading input,
form[name="watchesfilter"].loading label.range-wrapper {
    color: rgba(208, 202, 202, 0.2) !important;
    cursor: wait !important;
}

form[name="watchesfilter"] input:disabled {
    color: rgba(208, 202, 202, 0.2) !important;
    cursor: not-allowed !important;
}

form[name="watchesfilter"].loading input[name^="watchesfilter"] + span:hover {
    cursor: wait !important;
}

form[name="watchesfilter"].loading {
    cursor: wait !important;
}

.padding-left-60 {
    padding-left: 60px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #4b4d59;
    opacity: 1;
}

#productlist,
#products {
    min-height: 300px !important;
}

form[name="watchesfilter"]
input[type="search"]::-webkit-search-cancel-button:hover {
    cursor: pointer;
}

form[name="watchesfilter"] input[type="search"]::-webkit-search-cancel-button {
    filter: brightness(0) invert(1) !important;
}

.div-link,
.div-link:hover {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
}

.tab-menu-container {
    display: flex;
    justify-content: center;
    margin-block: 20px;
    padding-top: 20px;
}

.tab-menu-container .tab-menu {
    display: flex;
}

.tab-menu-container .tab-menu a {
    color: rgba(208, 202, 202, 0.5);
    text-decoration: none;
    padding-block: 10px;
    padding-inline: 5vw;
    border: 1px solid gray;
    font-size: clamp(10px, 2vw, 16px);
    text-align: center;
}

.tab-menu-container .tab-menu a.tag-button-active {
    background-color: rgb(62, 59, 66);
}

.tab-menu-container .tab-menu a:hover {
    background-color: rgb(62, 59, 66);
    color: white;
}

.tab-menu-container .tab-menu a:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tab-menu-container .tab-menu a:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 600px) {
    .tab-menu-container .tab-menu {
        flex: 1;
    }

    .tab-menu-container .tab-menu a {
        flex: 1;
    }
}

.zoom-image {
    overflow: hidden;
    display: inline-block;
}

.zoom-image img {
    transition: transform 0.9s ease;
    transform-origin: center center;
}

.store-button-container .store-button-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.store-button-container .store-button {
    background-color: #3f3d45 !important;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 180px;
    height: 40px !important;
    padding: 0.6em 2em !important;
    transition: all 0.3s ease-in-out;
}

.store-button-container .store-button a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none;
    line-height: 0;
    text-align: left;
    font-size: 13px;
    letter-spacing: 1px;
}

.store-button-container .store-button img {
    width: 20px;
    margin-right: 10px;
}

.video_swiper .swiper-button-next,
.video_swiper .swiper-button-prev {
    color: #4e5b69;
}

.video_swiper .swiper-button-next:hover,
.video_swiper .swiper-button-prev:hover {
    color: #68798b;
}

.video_swiper .swiper-pagination-bullet {
    background: #4e5b69;
}

.video_swiper .swiper-pagination-bullet-active {
    background: #68798b;
}

.w-max-100-percent {
    max-width: 100%;
}

.product-not-found {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 150px;
    gap: 10px;
    text-align: center;
}

.product-not-found h1 {
    color: white;
    font-weight: bold;
}

.ref-caliber-container {
    min-width: 0;
}

.ref-caliber-container input {
    min-width: 0;
}

@media (min-width: 768px) {
    .ref-caliber-container {
        min-width: 517px;
    }

    .ref-caliber-container input {
        min-width: 198px;
    }
}

.image-responsive {
    width: 100%;
    height: auto;
}

.area-brick-section {
    color: white;
}

.area-brick-section div {
    color: white;
}

.area-brick-section p {
    color: white;
}

.area-brick-section strong {
    font-weight: 900;
}

.video-renderlet-inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-renderlet-inner iframe[name="iframe_video"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.text-image-area ._text {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.text-image-area ._text-inner {
    padding: 0px 10px 0px 10px;
}


.text-image-area ._text.text-1-1 {
    flex: 1;
}

.text-image-area ._text.text-1-2 {
    flex: 2;
}

.text-image-area ._text.text-1-3 {
    flex: 3;
}

.text-image-area ._image {
    display: flex;
    flex: 1;
}

.text-image-area figure {
    width: 100%;
}

.text-image-area img {
    width: 100%;
}

.text-area-brick-conatiner-inner .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 767.98px) {
    .text-image-area {
        flex-direction: column-reverse !important;
    }
}