.page-404 { max-width: 1000px; margin: 0 auto; } .cls-1 { fill: #ffc541; } .cls-2 { fill: #d91433; } .cls-3 { fill: var(--primary-color); } .cls-4 { fill: #f78d5e; } .cls-5 { fill: #fa976c; } .cls-6, .cls-7, .cls-8 { fill: #b65c32; } .cls-10, .cls-6 { opacity: 0.6; } .cls-7 { opacity: 0.4; } .cls-9 { fill: #f4b73b; } .cls-11 { fill: #f9c358; } .cls-12 { fill: #9b462c; } .cls-13 { fill: #aa512e; } .cls-14 { fill: #7d6aa5; } /* animations */ .page-404 .wheel { animation: wheel-rotate 6s ease infinite; transform-origin: center; transform-box: fill-box; } @keyframes wheel-rotate { 50% { transform: rotate(360deg); animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); } 100% { transform: rotate(960deg) } } .page-404 .clock-hand-1 { animation: clock-rotate 3s linear infinite; transform-origin: bottom; transform-box: fill-box; } .page-404 .clock-hand-2 { animation: clock-rotate 6s linear infinite; transform-origin: bottom; transform-box: fill-box; } @keyframes clock-rotate { 100% { transform: rotate(360deg) } } #box-top { animation: box-top-anim 2s linear infinite; transform-origin: right top; transform-box: fill-box; } @keyframes box-top-anim { 50% { transform: rotate(-5deg) } } #umbrella { animation: umbrella-anim 6s linear infinite; transform-origin: center; transform-box: fill-box; } @keyframes umbrella-anim { 25% { transform: translateY(10px) rotate(5deg); } 75% { transform: rotate(-5deg); } } #cup { animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; transform-origin: top left; transform-box: fill-box; } @keyframes cup-rotate { 50% { transform: rotate(-5deg) } } #pillow { animation: pillow-anim 3s linear infinite; transform-origin: center; transform-box: fill-box; } @keyframes pillow-anim { 25% { transform: rotate(10deg) translateY(5px) } 75% { transform: rotate(-10deg) } } #stripe { animation: stripe-anim 3s linear infinite; transform-origin: center; transform-box: fill-box; } @keyframes stripe-anim { 25% { transform: translate(10px, 0) rotate(-10deg) } 75% { transform: translateX(10px) } } #bike { animation: bike-anim 6s ease infinite; } @keyframes bike-anim { 0% { transform: translateX(-1300px) } 50% { transform: translateX(0); animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 100% { transform: translateX(1300px) } } #rucksack { animation: ruck-anim 3s linear infinite; transform-origin: top; transform-box: fill-box; } @keyframes ruck-anim { 50% { transform: rotate(5deg) } } .page-404 .circle { animation: circle-anim ease infinite; transform-origin: center; transform-box: fill-box; perspective: 0px; } .circle.c1 { animation-duration: 2s } .circle.c2 { animation-duration: 3s } .circle.c3 { animation-duration: 1s } .circle.c4 { animation-duration: 1s } .circle.c5 { animation-duration: 2s } .circle.c6 { animation-duration: 3s } @keyframes circle-anim { 50% { transform: scale(.2) rotateX(360deg) rotateY(360deg) } } .four, #ou { animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite; } .four.a { transform-origin: bottom left; animation-duration: 3s; transform-box: fill-box; } .four.b { transform-origin: bottom right; animation-duration: 3s; transform-box: fill-box; } #ou { animation-duration: 6s; transform-origin: center; transform-box: fill-box; } @keyframes four-anim { 50% { transform: scale(.98) } }/*! * Bootstrap v5.0.2 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-primary: #0d6efd; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient( 180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) ); } *, *::before, *::after { box-sizing: border-box; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } body { margin: 0; font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; } hr:not([size]) { height: 1px; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } h1, .h1 { font-size: calc(1.375rem + 1.5vw); } @media (min-width: 1200px) { h1, .h1 { font-size: 2.5rem; } } h2, .h2 { font-size: calc(1.325rem + 0.9vw); } @media (min-width: 1200px) { h2, .h2 { font-size: 2rem; } } h3, .h3 { font-size: calc(1.3rem + 0.6vw); } @media (min-width: 1200px) { h3, .h3 { font-size: 1.75rem; } } h4, .h4 { font-size: calc(1.275rem + 0.3vw); } @media (min-width: 1200px) { h4, .h4 { font-size: 1.5rem; } } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-bs-original-title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul { padding-left: 2rem; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small, .small { font-size: 0.875em; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { color: #0d6efd; text-decoration: underline; } a:hover { color: #0a58ca; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; } pre code { font-size: inherit; color: inherit; word-break: normal; } code { font-size: 0.875em; color: #d63384; word-wrap: break-word; } a > code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 1em; font-weight: 700; } figure { margin: 0 0 1rem; } img, svg { vertical-align: middle; } table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #6c757d; text-align: left; } th { text-align: inherit; text-align: -webkit-match-parent; } thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; } label { display: inline-block; } button { border-radius: 0; } button:focus:not(:focus-visible) { outline: 0; } input, .custom-select, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } select:disabled { opacity: 1; } [list]::-webkit-calendar-picker-indicator { display: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } ::-moz-focus-inner { padding: 0; border-style: none; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { float: left; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; } @media (min-width: 1200px) { legend { font-size: 1.5rem; } } legend + * { clear: left; } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; } ::-webkit-inner-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: textfield; } ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::file-selector-button { font: inherit; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } iframe { border: 0; } summary { display: list-item; cursor: pointer; } progress { vertical-align: baseline; } [hidden] { display: none !important; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-1 { font-size: 5rem; } } .display-2 { font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-2 { font-size: 4.5rem; } } .display-3 { font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-3 { font-size: 4rem; } } .display-4 { font-size: calc(1.475rem + 2.7vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-4 { font-size: 3.5rem; } } .display-5 { font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-5 { font-size: 3rem; } } .display-6 { font-size: calc(1.375rem + 1.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-6 { font-size: 2.5rem; } } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .initialism { font-size: 0.875em; text-transform: uppercase; } .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } .blockquote > :last-child { margin-bottom: 0; } .blockquote-footer { margin-top: -1rem; margin-bottom: 1rem; font-size: 0.875em; color: #6c757d; } .blockquote-footer::before { content: "\2014\00A0"; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 0.875em; color: #6c757d; } .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x, 0.75rem); padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } } @media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; } } @media (min-width: 1400px) { .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: 1320px; } } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) * -0.5); margin-left: calc(var(--bs-gutter-x) * -0.5); } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * 0.5); padding-left: calc(var(--bs-gutter-x) * 0.5); margin-top: var(--bs-gutter-y); } .col { flex: 1 0 0%; } .row-cols-auto > * { flex: 0 0 auto; width: auto; } .row-cols-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-6 > * { flex: 0 0 auto; width: 16.66667%; } @media (min-width: 576px) { .col-sm { flex: 1 0 0%; } .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; } .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 768px) { .col-md { flex: 1 0 0%; } .row-cols-md-auto > * { flex: 0 0 auto; width: auto; } .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-md-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-md-6 > * { flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 992px) { .col-lg { flex: 1 0 0%; } .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 1200px) { .col-xl { flex: 1 0 0%; } .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.66667%; } } @media (min-width: 1400px) { .col-xxl { flex: 1 0 0%; } .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.66667%; } } .col-auto { flex: 0 0 auto; width: auto; } .col-1 { flex: 0 0 auto; width: 8.33333%; } .col-2 { flex: 0 0 auto; width: 16.66667%; } .col-3 { flex: 0 0 auto; width: 25%; } .col-4 { flex: 0 0 auto; width: 33.33333%; } .col-5 { flex: 0 0 auto; width: 41.66667%; } .col-6 { flex: 0 0 auto; width: 50%; } .col-7 { flex: 0 0 auto; width: 58.33333%; } .col-8 { flex: 0 0 auto; width: 66.66667%; } .col-9 { flex: 0 0 auto; width: 75%; } .col-10 { flex: 0 0 auto; width: 83.33333%; } .col-11 { flex: 0 0 auto; width: 91.66667%; } .col-12 { flex: 0 0 auto; width: 100%; } .offset-1 { margin-left: 8.33333%; } .offset-2 { margin-left: 16.66667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333%; } .offset-5 { margin-left: 41.66667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333%; } .offset-8 { margin-left: 66.66667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333%; } .offset-11 { margin-left: 91.66667%; } .g-0, .gx-0 { --bs-gutter-x: 0; } .g-0, .gy-0 { --bs-gutter-y: 0; } .g-1, .gx-1 { --bs-gutter-x: 0.25rem; } .g-1, .gy-1 { --bs-gutter-y: 0.25rem; } .g-2, .gx-2 { --bs-gutter-x: 0.5rem; } .g-2, .gy-2 { --bs-gutter-y: 0.5rem; } .g-3, .gx-3 { --bs-gutter-x: 1rem; } .g-3, .gy-3 { --bs-gutter-y: 1rem; } .g-4, .gx-4 { --bs-gutter-x: 1.5rem; } .g-4, .gy-4 { --bs-gutter-y: 1.5rem; } .g-5, .gx-5 { --bs-gutter-x: 3rem; } .g-5, .gy-5 { --bs-gutter-y: 3rem; } @media (min-width: 576px) { .col-sm-auto { flex: 0 0 auto; width: auto; } .col-sm-1 { flex: 0 0 auto; width: 8.33333%; } .col-sm-2 { flex: 0 0 auto; width: 16.66667%; } .col-sm-3 { flex: 0 0 auto; width: 25%; } .col-sm-4 { flex: 0 0 auto; width: 33.33333%; } .col-sm-5 { flex: 0 0 auto; width: 41.66667%; } .col-sm-6 { flex: 0 0 auto; width: 50%; } .col-sm-7 { flex: 0 0 auto; width: 58.33333%; } .col-sm-8 { flex: 0 0 auto; width: 66.66667%; } .col-sm-9 { flex: 0 0 auto; width: 75%; } .col-sm-10 { flex: 0 0 auto; width: 83.33333%; } .col-sm-11 { flex: 0 0 auto; width: 91.66667%; } .col-sm-12 { flex: 0 0 auto; width: 100%; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; } } @media (min-width: 768px) { .col-md-auto { flex: 0 0 auto; width: auto; } .col-md-1 { flex: 0 0 auto; width: 8.33333%; } .col-md-2 { flex: 0 0 auto; width: 16.66667%; } .col-md-3 { flex: 0 0 auto; width: 25%; } .col-md-4 { flex: 0 0 auto; width: 33.33333%; } .col-md-5 { flex: 0 0 auto; width: 41.66667%; } .col-md-6 { flex: 0 0 auto; width: 50%; } .col-md-7 { flex: 0 0 auto; width: 58.33333%; } .col-md-8 { flex: 0 0 auto; width: 66.66667%; } .col-md-9 { flex: 0 0 auto; width: 75%; } .col-md-10 { flex: 0 0 auto; width: 83.33333%; } .col-md-11 { flex: 0 0 auto; width: 91.66667%; } .col-md-12 { flex: 0 0 auto; width: 100%; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; } } @media (min-width: 992px) { .col-lg-auto { flex: 0 0 auto; width: auto; } .col-lg-1 { flex: 0 0 auto; width: 8.33333%; } .col-lg-2 { flex: 0 0 auto; width: 16.66667%; } .col-lg-3 { flex: 0 0 auto; width: 25%; } .col-lg-4 { flex: 0 0 auto; width: 33.33333%; } .col-lg-5 { flex: 0 0 auto; width: 41.66667%; } .col-lg-6 { flex: 0 0 auto; width: 50%; } .col-lg-7 { flex: 0 0 auto; width: 58.33333%; } .col-lg-8 { flex: 0 0 auto; width: 66.66667%; } .col-lg-9 { flex: 0 0 auto; width: 75%; } .col-lg-10 { flex: 0 0 auto; width: 83.33333%; } .col-lg-11 { flex: 0 0 auto; width: 91.66667%; } .col-lg-12 { flex: 0 0 auto; width: 100%; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1200px) { .col-xl-auto { flex: 0 0 auto; width: auto; } .col-xl-1 { flex: 0 0 auto; width: 8.33333%; } .col-xl-2 { flex: 0 0 auto; width: 16.66667%; } .col-xl-3 { flex: 0 0 auto; width: 25%; } .col-xl-4 { flex: 0 0 auto; width: 33.33333%; } .col-xl-5 { flex: 0 0 auto; width: 41.66667%; } .col-xl-6 { flex: 0 0 auto; width: 50%; } .col-xl-7 { flex: 0 0 auto; width: 58.33333%; } .col-xl-8 { flex: 0 0 auto; width: 66.66667%; } .col-xl-9 { flex: 0 0 auto; width: 75%; } .col-xl-10 { flex: 0 0 auto; width: 83.33333%; } .col-xl-11 { flex: 0 0 auto; width: 91.66667%; } .col-xl-12 { flex: 0 0 auto; width: 100%; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1400px) { .col-xxl-auto { flex: 0 0 auto; width: auto; } .col-xxl-1 { flex: 0 0 auto; width: 8.33333%; } .col-xxl-2 { flex: 0 0 auto; width: 16.66667%; } .col-xxl-3 { flex: 0 0 auto; width: 25%; } .col-xxl-4 { flex: 0 0 auto; width: 33.33333%; } .col-xxl-5 { flex: 0 0 auto; width: 41.66667%; } .col-xxl-6 { flex: 0 0 auto; width: 50%; } .col-xxl-7 { flex: 0 0 auto; width: 58.33333%; } .col-xxl-8 { flex: 0 0 auto; width: 66.66667%; } .col-xxl-9 { flex: 0 0 auto; width: 75%; } .col-xxl-10 { flex: 0 0 auto; width: 83.33333%; } .col-xxl-11 { flex: 0 0 auto; width: 91.66667%; } .col-xxl-12 { flex: 0 0 auto; width: 100%; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.33333%; } .offset-xxl-2 { margin-left: 16.66667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.33333%; } .offset-xxl-5 { margin-left: 41.66667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.33333%; } .offset-xxl-8 { margin-left: 66.66667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.33333%; } .offset-xxl-11 { margin-left: 91.66667%; } .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; } } .table { --bs-table-bg: rgba(0, 0, 0, 0); --bs-table-accent-bg: rgba(0, 0, 0, 0); --bs-table-striped-color: #212529; --bs-table-striped-bg: rgba(0, 0, 0, 0.05); --bs-table-active-color: #212529; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: #212529; --bs-table-hover-bg: rgba(0, 0, 0, 0.075); width: 100%; margin-bottom: 1rem; color: #212529; vertical-align: top; border-color: #dee2e6; } .table > :not(caption) > * > * { padding: 0.5rem 0.5rem; background-color: var(--bs-table-bg); border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } .table > tbody { vertical-align: inherit; } .table > thead { vertical-align: bottom; } .table > :not(:last-child) > :last-child > * { border-bottom-color: currentColor; } .caption-top { caption-side: top; } .table-sm > :not(caption) > * > * { padding: 0.25rem 0.25rem; } .table-bordered > :not(caption) > * { border-width: 1px 0; } .table-bordered > :not(caption) > * > * { border-width: 0 1px; } .table-borderless > :not(caption) > * > * { border-bottom-width: 0; } .table-striped > tbody > tr:nth-of-type(odd) { --bs-table-accent-bg: var(--bs-table-striped-bg); color: var(--bs-table-striped-color); } .table-active { --bs-table-accent-bg: var(--bs-table-active-bg); color: var(--bs-table-active-color); } .table-hover > tbody > tr:hover { --bs-table-accent-bg: var(--bs-table-hover-bg); color: var(--bs-table-hover-color); } .table-primary { --bs-table-bg: #cfe2ff; --bs-table-striped-bg: #c5d7f2; --bs-table-striped-color: #000; --bs-table-active-bg: #bacbe6; --bs-table-active-color: #000; --bs-table-hover-bg: #bfd1ec; --bs-table-hover-color: #000; color: #000; border-color: #bacbe6; } .table-secondary { --bs-table-bg: #e2e3e5; --bs-table-striped-bg: #d7d8da; --bs-table-striped-color: #000; --bs-table-active-bg: #cbccce; --bs-table-active-color: #000; --bs-table-hover-bg: #d1d2d4; --bs-table-hover-color: #000; color: #000; border-color: #cbccce; } .table-success { --bs-table-bg: #d1e7dd; --bs-table-striped-bg: #c7dbd2; --bs-table-striped-color: #000; --bs-table-active-bg: #bcd0c7; --bs-table-active-color: #000; --bs-table-hover-bg: #c1d6cc; --bs-table-hover-color: #000; color: #000; border-color: #bcd0c7; } .table-info { --bs-table-bg: #cff4fc; --bs-table-striped-bg: #c5e8ef; --bs-table-striped-color: #000; --bs-table-active-bg: #badce3; --bs-table-active-color: #000; --bs-table-hover-bg: #bfe2e9; --bs-table-hover-color: #000; color: #000; border-color: #badce3; } .table-warning { --bs-table-bg: #fff3cd; --bs-table-striped-bg: #f2e7c3; --bs-table-striped-color: #000; --bs-table-active-bg: #e6dbb9; --bs-table-active-color: #000; --bs-table-hover-bg: #ece1be; --bs-table-hover-color: #000; color: #000; border-color: #e6dbb9; } .table-danger { --bs-table-bg: #f8d7da; --bs-table-striped-bg: #eccccf; --bs-table-striped-color: #000; --bs-table-active-bg: #dfc2c4; --bs-table-active-color: #000; --bs-table-hover-bg: #e5c7ca; --bs-table-hover-color: #000; color: #000; border-color: #dfc2c4; } .table-light { --bs-table-bg: #f8f9fa; --bs-table-striped-bg: #ecedee; --bs-table-striped-color: #000; --bs-table-active-bg: #dfe0e1; --bs-table-active-color: #000; --bs-table-hover-bg: #e5e6e7; --bs-table-hover-color: #000; color: #000; border-color: #dfe0e1; } .table-dark { --bs-table-bg: #212529; --bs-table-striped-bg: #2c3034; --bs-table-striped-color: #fff; --bs-table-active-bg: #373b3e; --bs-table-active-color: #fff; --bs-table-hover-bg: #323539; --bs-table-hover-color: #fff; color: #fff; border-color: #373b3e; } .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 575.98px) { .table-responsive-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 767.98px) { .table-responsive-md { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 991.98px) { .table-responsive-lg { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1199.98px) { .table-responsive-xl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1399.98px) { .table-responsive-xxl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } .form-label { margin-bottom: 0.5rem; } .col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } .col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; } .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; } .form-text { margin-top: 0.25rem; font-size: 0.875em; color: #6c757d; } .form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { transition: none; } } .form-control[type="file"] { overflow: hidden; } .form-control[type="file"]:not(:disabled):not([readonly]) { cursor: pointer; } .form-control:focus { color: #212529; background-color: #fff; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-control::-webkit-date-and-time-value { height: 1.5em; } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } .form-control::file-selector-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::file-selector-button { transition: none; } } .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #dde0e3; } .form-control::-webkit-file-upload-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::-webkit-file-upload-button { -webkit-transition: none; transition: none; } } .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #dde0e3; } .form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } .form-control-sm { min-height: calc(1.5em + (0.5rem + 2px)); padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .form-control-sm::file-selector-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; margin-inline-end: 0.5rem; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; margin-inline-end: 0.5rem; } .form-control-lg { min-height: calc(1.5em + (1rem + 2px)); padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .form-control-lg::file-selector-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; margin-inline-end: 1rem; } .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; margin-inline-end: 1rem; } textarea.form-control { min-height: calc(1.5em + (0.75rem + 2px)); } textarea.form-control-sm { min-height: calc(1.5em + (0.5rem + 2px)); } textarea.form-control-lg { min-height: calc(1.5em + (1rem + 2px)); } .form-control-color { max-width: 3rem; height: auto; padding: 0.375rem; } .form-control-color:not(:disabled):not([readonly]) { cursor: pointer; } .form-control-color::-moz-color-swatch { height: 1.5em; border-radius: 0.25rem; } .form-control-color::-webkit-color-swatch { height: 1.5em; border-radius: 0.25rem; } .form-select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; -moz-padding-start: calc(0.75rem - 3px); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-select { transition: none; } } .form-select:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-select[multiple], .form-select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; } .form-select:disabled { background-color: #e9ecef; } .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529; } .form-select-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; } .form-select-lg { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem; } .form-check { display: block; min-height: 1.5rem; padding-left: 1.5em; margin-bottom: 0.125rem; } .form-check .form-check-input { float: left; margin-left: -1.5em; } .form-check-input { width: 1em; height: 1em; margin-top: 0.25em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; } .form-check-input[type="checkbox"] { border-radius: 0.25em; } .form-check-input[type="radio"] { border-radius: 50%; } .form-check-input:active { filter: brightness(90%); } .form-check-input:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-check-input:checked { background-color: #0d6efd; border-color: #0d6efd; } .form-check-input:checked[type="checkbox"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); } .form-check-input:checked[type="radio"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-input[type="checkbox"]:indeterminate { background-color: #0d6efd; border-color: #0d6efd; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } .form-check-input:disabled { pointer-events: none; filter: none; opacity: 0.5; } .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { opacity: 0.5; } .form-switch { padding-left: 2.5em; } .form-switch .form-check-input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-switch .form-check-input { transition: none; } } .form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); } .form-switch .form-check-input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-inline { display: inline-block; margin-right: 1rem; } .btn-check { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .btn-check[disabled] + .btn, .btn-check:disabled + .btn { pointer-events: none; filter: none; opacity: 0.65; } .form-range { width: 100%; height: 1.5rem; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-range:focus { outline: 0; } .form-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-range::-moz-focus-outer { border: 0; } .form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #0d6efd; border: 0; border-radius: 1rem; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -webkit-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-webkit-slider-thumb { -webkit-transition: none; transition: none; } } .form-range::-webkit-slider-thumb:active { background-color: #b6d4fe; } .form-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .form-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #0d6efd; border: 0; border-radius: 1rem; -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-moz-range-thumb { -moz-transition: none; transition: none; } } .form-range::-moz-range-thumb:active { background-color: #b6d4fe; } .form-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .form-range:disabled { pointer-events: none; } .form-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; } .form-range:disabled::-moz-range-thumb { background-color: #adb5bd; } .form-floating { position: relative; } .form-floating > .form-control, .form-floating > .form-select { height: calc(3.5rem + 2px); line-height: 1.25; } .form-floating > label { position: absolute; top: 0; left: 0; height: 100%; padding: 1rem 0.75rem; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-floating > label { transition: none; } } .form-floating > .form-control { padding: 1rem 0.75rem; } .form-floating > .form-control::-moz-placeholder { color: transparent; } .form-floating > .form-control::placeholder { color: transparent; } .form-floating > .form-control:not(:-moz-placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-select { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating > .form-control:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } .input-group > .form-control, .input-group > .form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; } .input-group > .form-control:focus, .input-group > .form-select:focus { z-index: 3; } .input-group .btn { position: relative; z-index: 2; } .input-group .btn:focus { z-index: 3; } .input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; } .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .input-group-lg > .form-select, .input-group-sm > .form-select { padding-right: 3rem; } .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not( .valid-feedback ):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #198754; } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; color: #fff; background-color: rgba(25, 135, 84, 0.9); border-radius: 0.25rem; } .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; } .was-validated .form-control:valid, .form-control.is-valid { border-color: #198754; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%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); } .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #198754; box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .was-validated .form-select:valid, .form-select.is-valid { border-color: #198754; } .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-select:valid:focus, .form-select.is-valid:focus { border-color: #198754; box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated .form-check-input:valid, .form-check-input.is-valid { border-color: #198754; } .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { background-color: #198754; } .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #198754; } .form-check-inline .form-check-input ~ .valid-feedback { margin-left: 0.5em; } .was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid { z-index: 1; } .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus { z-index: 3; } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #dc3545; } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 0.25rem; } .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; } .was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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); } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .was-validated .form-select:invalid, .form-select.is-invalid { border-color: #dc3545; } .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated .form-check-input:invalid, .form-check-input.is-invalid { border-color: #dc3545; } .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { background-color: #dc3545; } .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; } .form-check-inline .form-check-input ~ .invalid-feedback { margin-left: 0.5em; } .was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid { z-index: 2; } .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus { z-index: 3; } .btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { transition: none; } } .btn:hover { color: #212529; } .btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .btn:disabled, .btn.disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; } .btn-primary { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-primary:hover { color: #fff; background-color: #0b5ed7; border-color: #0a58ca; } .btn-check:focus + .btn-primary, .btn-primary:focus { color: #fff; background-color: #0b5ed7; border-color: #0a58ca; box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); } .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #0a58ca; border-color: #0a53be; } .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); } .btn-primary:disabled, .btn-primary.disabled { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary:hover { color: #fff; background-color: #5c636a; border-color: #565e64; } .btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #fff; background-color: #5c636a; border-color: #565e64; box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); } .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #565e64; border-color: #51585e; } .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); } .btn-secondary:disabled, .btn-secondary.disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-success { color: #fff; background-color: #198754; border-color: #198754; } .btn-success:hover { color: #fff; background-color: #157347; border-color: #146c43; } .btn-check:focus + .btn-success, .btn-success:focus { color: #fff; background-color: #157347; border-color: #146c43; box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); } .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #146c43; border-color: #13653f; } .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); } .btn-success:disabled, .btn-success.disabled { color: #fff; background-color: #198754; border-color: #198754; } .btn-info { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-info:hover { color: #000; background-color: #31d2f2; border-color: #25cff2; } .btn-check:focus + .btn-info, .btn-info:focus { color: #000; background-color: #31d2f2; border-color: #25cff2; box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); } .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { color: #000; background-color: #3dd5f3; border-color: #25cff2; } .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); } .btn-info:disabled, .btn-info.disabled { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-warning { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-warning:hover { color: #000; background-color: #ffca2c; border-color: #ffc720; } .btn-check:focus + .btn-warning, .btn-warning:focus { color: #000; background-color: #ffca2c; border-color: #ffc720; box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); } .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { color: #000; background-color: #ffcd39; border-color: #ffc720; } .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); } .btn-warning:disabled, .btn-warning.disabled { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-danger:hover { color: #fff; background-color: #bb2d3b; border-color: #b02a37; } .btn-check:focus + .btn-danger, .btn-danger:focus { color: #fff; background-color: #bb2d3b; border-color: #b02a37; box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); } .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #b02a37; border-color: #a52834; } .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); } .btn-danger:disabled, .btn-danger.disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-light { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light:hover { color: #000; background-color: #f9fafb; border-color: #f9fafb; } .btn-check:focus + .btn-light, .btn-light:focus { color: #000; background-color: #f9fafb; border-color: #f9fafb; box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); } .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { color: #000; background-color: #f9fafb; border-color: #f9fafb; } .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); } .btn-light:disabled, .btn-light.disabled { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-dark { color: #fff; background-color: #212529; border-color: #212529; } .btn-dark:hover { color: #fff; background-color: #1c1f23; border-color: #1a1e21; } .btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: #1c1f23; border-color: #1a1e21; box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); } .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1a1e21; border-color: #191c1f; } .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); } .btn-dark:disabled, .btn-dark.disabled { color: #fff; background-color: #212529; border-color: #212529; } .btn-outline-primary { color: #0d6efd; border-color: #0d6efd; } .btn-outline-primary:hover { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); } .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); } .btn-outline-primary:disabled, .btn-outline-primary.disabled { color: #0d6efd; background-color: transparent; } .btn-outline-secondary { color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { color: #6c757d; background-color: transparent; } .btn-outline-success { color: #198754; border-color: #198754; } .btn-outline-success:hover { color: #fff; background-color: #198754; border-color: #198754; } .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); } .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { color: #fff; background-color: #198754; border-color: #198754; } .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); } .btn-outline-success:disabled, .btn-outline-success.disabled { color: #198754; background-color: transparent; } .btn-outline-info { color: #0dcaf0; border-color: #0dcaf0; } .btn-outline-info:hover { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); } .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); } .btn-outline-info:disabled, .btn-outline-info.disabled { color: #0dcaf0; background-color: transparent; } .btn-outline-warning { color: #ffc107; border-color: #ffc107; } .btn-outline-warning:hover { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); } .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); } .btn-outline-warning:disabled, .btn-outline-warning.disabled { color: #ffc107; background-color: transparent; } .btn-outline-danger { color: #dc3545; border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); } .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); } .btn-outline-danger:disabled, .btn-outline-danger.disabled { color: #dc3545; background-color: transparent; } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); } .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); } .btn-outline-light:disabled, .btn-outline-light.disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-dark { color: #212529; border-color: #212529; } .btn-outline-dark:hover { color: #fff; background-color: #212529; border-color: #212529; } .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); } .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; background-color: #212529; border-color: #212529; } .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); } .btn-outline-dark:disabled, .btn-outline-dark.disabled { color: #212529; background-color: transparent; } .btn-link { font-weight: 400; color: #0d6efd; text-decoration: underline; } .btn-link:hover { color: #0a58ca; } .btn-link:disabled, .btn-link.disabled { color: #6c757d; } .btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .fade { transition: opacity 0.15s linear; } @media (prefers-reduced-motion: reduce) { .fade { transition: none; } } .fade:not(.show) { opacity: 0; } .collapse:not(.show) { display: none; } .collapsing { height: 0; overflow: hidden; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } .dropup, .dropend, .dropdown, .dropstart { position: relative; } .dropdown-toggle { white-space: nowrap; } .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .dropdown-toggle:empty::after { margin-left: 0; } .dropdown-menu { position: absolute; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0; margin: 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .dropdown-menu[data-bs-popper] { top: 100%; left: 0; margin-top: 0.125rem; } .dropdown-menu-start { --bs-position: start; } .dropdown-menu-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-end { --bs-position: end; } .dropdown-menu-end[data-bs-popper] { right: 0; left: auto; } @media (min-width: 576px) { .dropdown-menu-sm-start { --bs-position: start; } .dropdown-menu-sm-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-sm-end { --bs-position: end; } .dropdown-menu-sm-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 768px) { .dropdown-menu-md-start { --bs-position: start; } .dropdown-menu-md-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-md-end { --bs-position: end; } .dropdown-menu-md-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 992px) { .dropdown-menu-lg-start { --bs-position: start; } .dropdown-menu-lg-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-lg-end { --bs-position: end; } .dropdown-menu-lg-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 1200px) { .dropdown-menu-xl-start { --bs-position: start; } .dropdown-menu-xl-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-xl-end { --bs-position: end; } .dropdown-menu-xl-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 1400px) { .dropdown-menu-xxl-start { --bs-position: start; } .dropdown-menu-xxl-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-xxl-end { --bs-position: end; } .dropdown-menu-xxl-end[data-bs-popper] { right: 0; left: auto; } } .dropup .dropdown-menu[data-bs-popper] { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; } .dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } .dropup .dropdown-toggle:empty::after { margin-left: 0; } .dropend .dropdown-menu[data-bs-popper] { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; } .dropend .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } .dropend .dropdown-toggle:empty::after { margin-left: 0; } .dropend .dropdown-toggle::after { vertical-align: 0; } .dropstart .dropdown-menu[data-bs-popper] { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; } .dropstart .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; } .dropstart .dropdown-toggle::after { display: none; } .dropstart .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } .dropstart .dropdown-toggle:empty::after { margin-left: 0; } .dropstart .dropdown-toggle::before { vertical-align: 0; } .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid rgba(0, 0, 0, 0.15); } .dropdown-item { display: block; width: 100%; padding: 0.25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:hover, .dropdown-item:focus { color: #1e2125; background-color: #e9ecef; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #0d6efd; } .dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; } .dropdown-menu.show { display: block; } .dropdown-header { display: block; padding: 0.5rem 1rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } .dropdown-item-text { display: block; padding: 0.25rem 1rem; color: #212529; } .dropdown-menu-dark { color: #dee2e6; background-color: #343a40; border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item { color: #dee2e6; } .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { color: #fff; background-color: rgba(255, 255, 255, 0.15); } .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: #fff; background-color: #0d6efd; } .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { color: #adb5bd; } .dropdown-menu-dark .dropdown-divider { border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item-text { color: #dee2e6; } .dropdown-menu-dark .dropdown-header { color: #adb5bd; } .btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 1 1 auto; } .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 1; } .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) { margin-left: -1px; } .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; } .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { margin-left: 0; } .dropstart .dropdown-toggle-split::before { margin-right: 0; } .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } .btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; } .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; } .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-top-right-radius: 0; } .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; color: #0d6efd; text-decoration: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .nav-link { transition: none; } } .nav-link:hover, .nav-link:focus { color: #0a58ca; } .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; } .nav-tabs { border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-link { margin-bottom: -1px; background: none; border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; isolation: isolate; } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { background: none; border: 0; border-radius: 0.25rem; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #0d6efd; } .nav-fill > .nav-link, .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } .nav-justified > .nav-link, .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; } .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link { width: 100%; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; } .navbar-brand { padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; text-decoration: none; white-space: nowrap; } .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; } .navbar-text { padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; } .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; transition: box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .navbar-toggler { transition: none; } } .navbar-toggler:hover { text-decoration: none; } .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: 0 0 0 0.25rem; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; } .navbar-nav-scroll { max-height: var(--bs-scroll-height, 75vh); overflow-y: auto; } @media (min-width: 576px) { .navbar-expand-sm { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm .navbar-nav-scroll { overflow: visible; } .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (min-width: 768px) { .navbar-expand-md { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-md .navbar-nav { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md .navbar-nav-scroll { overflow: visible; } .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } @media (min-width: 992px) { .navbar-expand-lg { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg .navbar-nav-scroll { overflow: visible; } .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } } @media (min-width: 1200px) { .navbar-expand-xl { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } } @media (min-width: 1400px) { .navbar-expand-xxl { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-xxl .navbar-nav { flex-direction: row; } .navbar-expand-xxl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xxl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xxl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xxl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xxl .navbar-toggler { display: none; } } .navbar-expand { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand .navbar-nav { flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand .navbar-nav-scroll { overflow: visible; } .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.55); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand { color: #fff; } .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active { color: #fff; } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.55); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .card > hr { margin-right: 0; margin-left: 0; } .card > .list-group { border-top: inherit; border-bottom: inherit; } .card > .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0; } .card-body { flex: 1 1 auto; padding: 1rem 1rem; } .card-title { margin-bottom: 0.5rem; } .card-subtitle { margin-top: -0.25rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link:hover { text-decoration: none; } .card-link + .card-link { margin-left: 1rem; } .card-header { padding: 0.5rem 1rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } .card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-header-tabs { margin-right: -0.5rem; margin-bottom: -0.5rem; margin-left: -0.5rem; border-bottom: 0; } .card-header-pills { margin-right: -0.5rem; margin-left: -0.5rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1rem; border-radius: calc(0.25rem - 1px); } .card-img, .card-img-top, .card-img-bottom { width: 100%; } .card-img, .card-img-top { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img, .card-img-bottom { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-group > .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-group { display: flex; flex-flow: row wrap; } .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card { margin-left: 0; border-left: 0; } .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } .accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: left; background-color: #fff; border: 0; border-radius: 0; overflow-anchor: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; } @media (prefers-reduced-motion: reduce) { .accordion-button { transition: none; } } .accordion-button:not(.collapsed) { color: #0c63e4; background-color: #e7f1ff; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); } .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg); } .accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .accordion-button::after { transition: none; } } .accordion-button:hover { z-index: 2; } .accordion-button:focus { z-index: 3; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .accordion-header { margin-bottom: 0; } .accordion-item { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .accordion-item:first-of-type { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .accordion-item:first-of-type .accordion-button { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .accordion-item:not(:first-of-type) { border-top: 0; } .accordion-item:last-of-type { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .accordion-body { padding: 1rem 1.25rem; } .accordion-flush .accordion-collapse { border-width: 0; } .accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; } .accordion-flush .accordion-item:first-child { border-top: 0; } .accordion-flush .accordion-item:last-child { border-bottom: 0; } .accordion-flush .accordion-item .accordion-button { border-radius: 0; } .breadcrumb { display: flex; flex-wrap: wrap; padding: 0 0; margin-bottom: 1rem; list-style: none; } .breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; } .breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #6c757d; content: var( --bs-breadcrumb-divider, "/" ); /* rtl: var(--bs-breadcrumb-divider, "/") */ } .breadcrumb-item.active { color: #6c757d; } .pagination { display: flex; padding-left: 0; list-style: none; } .page-link { position: relative; display: block; color: #0d6efd; text-decoration: none; background-color: #fff; border: 1px solid #dee2e6; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .page-link { transition: none; } } .page-link:hover { z-index: 2; color: #0a58ca; background-color: #e9ecef; border-color: #dee2e6; } .page-link:focus { z-index: 3; color: #0a58ca; background-color: #e9ecef; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .page-item:not(:first-child) .page-link { margin-left: -1px; } .page-item.active .page-link { z-index: 3; color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; background-color: #fff; border-color: #dee2e6; } .page-link { padding: 0.375rem 0.75rem; } .page-item:first-child .page-link { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; } .badge { display: inline-block; padding: 0.35em 0.65em; font-size: 0.75em; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .alert { position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } .alert-heading { color: inherit; } .alert-link { font-weight: 700; } .alert-dismissible { padding-right: 3rem; } .alert-dismissible .btn-close { position: absolute; top: 0; right: 0; z-index: 2; padding: 1.25rem 1rem; } .alert-primary { color: #084298; background-color: #cfe2ff; border-color: #b6d4fe; } .alert-primary .alert-link { color: #06357a; } .alert-secondary { color: #41464b; background-color: #e2e3e5; border-color: #d3d6d8; } .alert-secondary .alert-link { color: #34383c; } .alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; } .alert-success .alert-link { color: #0c4128; } .alert-info { color: #055160; background-color: #cff4fc; border-color: #b6effb; } .alert-info .alert-link { color: #04414d; } .alert-warning { color: #664d03; background-color: #fff3cd; border-color: #ffecb5; } .alert-warning .alert-link { color: #523e02; } .alert-danger { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; } .alert-danger .alert-link { color: #6a1a21; } .alert-light { color: #636464; background-color: #fefefe; border-color: #fdfdfe; } .alert-light .alert-link { color: #4f5050; } .alert-dark { color: #141619; background-color: #d3d3d4; border-color: #bcbebf; } .alert-dark .alert-link { color: #101214; } @keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } } .progress { display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; } .progress-bar { display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; background-color: #0d6efd; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } } .progress-bar-striped { background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-size: 1rem 1rem; } .progress-bar-animated { animation: 1s linear infinite progress-bar-stripes; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { animation: none; } } .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.25rem; } .list-group-numbered { list-style-type: none; counter-reset: section; } .list-group-numbered > li::before { content: counters(section, ".") ". "; counter-increment: section; } .list-group-item-action { width: 100%; color: #495057; text-align: inherit; } .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; } .list-group-item-action:active { color: #212529; background-color: #e9ecef; } .list-group-item { position: relative; display: block; padding: 0.5rem 1rem; color: #212529; text-decoration: none; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } .list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; } .list-group-item.active { z-index: 2; color: #fff; background-color: #0d6efd; border-color: #0d6efd; } .list-group-item + .list-group-item { border-top-width: 0; } .list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; } .list-group-horizontal { flex-direction: row; } .list-group-horizontal > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal > .list-group-item.active { margin-top: 0; } .list-group-horizontal > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } @media (min-width: 576px) { .list-group-horizontal-sm { flex-direction: row; } .list-group-horizontal-sm > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-sm > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-sm > .list-group-item.active { margin-top: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 768px) { .list-group-horizontal-md { flex-direction: row; } .list-group-horizontal-md > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-md > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-md > .list-group-item.active { margin-top: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 992px) { .list-group-horizontal-lg { flex-direction: row; } .list-group-horizontal-lg > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-lg > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-lg > .list-group-item.active { margin-top: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1200px) { .list-group-horizontal-xl { flex-direction: row; } .list-group-horizontal-xl > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-xl > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-xl > .list-group-item.active { margin-top: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1400px) { .list-group-horizontal-xxl { flex-direction: row; } .list-group-horizontal-xxl > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-xxl > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-xxl > .list-group-item.active { margin-top: 0; } .list-group-horizontal-xxl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } .list-group-flush { border-radius: 0; } .list-group-flush > .list-group-item { border-width: 0 0 1px; } .list-group-flush > .list-group-item:last-child { border-bottom-width: 0; } .list-group-item-primary { color: #084298; background-color: #cfe2ff; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #084298; background-color: #bacbe6; } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #084298; border-color: #084298; } .list-group-item-secondary { color: #41464b; background-color: #e2e3e5; } .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #41464b; background-color: #cbccce; } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #41464b; border-color: #41464b; } .list-group-item-success { color: #0f5132; background-color: #d1e7dd; } .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #0f5132; background-color: #bcd0c7; } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #0f5132; border-color: #0f5132; } .list-group-item-info { color: #055160; background-color: #cff4fc; } .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #055160; background-color: #badce3; } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #055160; border-color: #055160; } .list-group-item-warning { color: #664d03; background-color: #fff3cd; } .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #664d03; background-color: #e6dbb9; } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #664d03; border-color: #664d03; } .list-group-item-danger { color: #842029; background-color: #f8d7da; } .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #842029; background-color: #dfc2c4; } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #842029; border-color: #842029; } .list-group-item-light { color: #636464; background-color: #fefefe; } .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #636464; background-color: #e5e5e5; } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #636464; border-color: #636464; } .list-group-item-dark { color: #141619; background-color: #d3d3d4; } .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #141619; background-color: #bebebf; } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #141619; border-color: #141619; } .btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: 0.25rem; opacity: 0.5; } .btn-close:hover { color: #000; text-decoration: none; opacity: 0.75; } .btn-close:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); opacity: 1; } .btn-close:disabled, .btn-close.disabled { pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; opacity: 0.25; } .btn-close-white { filter: invert(1) grayscale(100%) brightness(200%); } .toast { width: 350px; max-width: 100%; font-size: 0.875rem; pointer-events: auto; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .toast:not(.showing):not(.show) { opacity: 0; } .toast.hide { display: none; } .toast-container { width: -moz-max-content; width: max-content; max-width: 100%; pointer-events: none; } .toast-container > :not(:last-child) { margin-bottom: 0.75rem; } .toast-header { display: flex; align-items: center; padding: 0.5rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .toast-header .btn-close { margin-right: -0.375rem; margin-left: 0.75rem; } .toast-body { padding: 0.75rem; word-wrap: break-word; } .modal { position: fixed; top: 0; left: 0; z-index: 1060; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; } .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); } @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } } .modal.show .modal-dialog { transform: none; } .modal.modal-static .modal-dialog { transform: scale(1.02); } .modal-dialog-scrollable { height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); } .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; } .modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.5; } .modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .modal-header .btn-close { padding: 0.5rem 0.5rem; margin: -0.5rem -0.5rem -0.5rem auto; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(0.3rem - 1px); border-bottom-left-radius: calc(0.3rem - 1px); } .modal-footer > * { margin: 0.25rem; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { height: calc(100% - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-sm { max-width: 300px; } } @media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } } @media (min-width: 1200px) { .modal-xl { max-width: 1140px; } } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-sm-down .modal-header { border-radius: 0; } .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } } @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-md-down .modal-header { border-radius: 0; } .modal-fullscreen-md-down .modal-body { overflow-y: auto; } .modal-fullscreen-md-down .modal-footer { border-radius: 0; } } @media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lg-down .modal-header { border-radius: 0; } .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } } @media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xl-down .modal-header { border-radius: 0; } .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } } @media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xxl-down .modal-header { border-radius: 0; } .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-sm-down .modal-header { border-radius: 0; } .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } } @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-md-down .modal-header { border-radius: 0; } .modal-fullscreen-md-down .modal-body { overflow-y: auto; } .modal-fullscreen-md-down .modal-footer { border-radius: 0; } } @media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lg-down .modal-header { border-radius: 0; } .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } } @media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xl-down .modal-header { border-radius: 0; } .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } } @media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xxl-down .modal-header { border-radius: 0; } .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } } .tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } .tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; } .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] { padding: 0.4rem 0; } .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow { bottom: 0; } .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } .bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] { padding: 0 0.4rem; } .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } .bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] { padding: 0.4rem 0; } .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow { top: 0; } .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before { bottom: -1px; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } .bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] { padding: 0 0.4rem; } .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } .popover { position: absolute; top: 0; left: 0 /* rtl:ignore */; z-index: 1070; display: block; max-width: 276px; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } .popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; } .popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow { bottom: calc(-0.5rem - 1px); } .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; } .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; } .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow { top: calc(-0.5rem - 1px); } .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; } .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f0f0f0; } .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; } .popover-header { padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; background-color: #f0f0f0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .popover-header:empty { display: none; } .popover-body { padding: 1rem 1rem; color: #212529; } .carousel { position: relative; } .carousel.pointer-event { touch-action: pan-y; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner::after { display: block; clear: both; content: ""; } .carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out; } @media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } } .carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; } .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end { transform: translateX(100%); } .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start { transform: translateX(-100%); } .carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; } .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end { z-index: 1; opacity: 1; } .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { z-index: 0; opacity: 0; transition: opacity 0s 0.6s; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { transition: none; } } .carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; padding: 0; color: #fff; text-align: center; background: none; border: 0; opacity: 0.5; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 2rem; height: 2rem; background-repeat: no-repeat; background-position: 50%; background-size: 100% 100%; } .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: center; padding: 0; margin-right: 15%; margin-bottom: 1rem; margin-left: 15%; list-style: none; } .carousel-indicators [data-bs-target] { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; padding: 0; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: 0.5; transition: opacity 0.6s ease; } @media (prefers-reduced-motion: reduce) { .carousel-indicators [data-bs-target] { transition: none; } } .carousel-indicators .active { opacity: 1; } .carousel-caption { position: absolute; right: 15%; bottom: 1.25rem; left: 15%; padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff; text-align: center; } .carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon { filter: invert(1) grayscale(100); } .carousel-dark .carousel-indicators [data-bs-target] { background-color: #000; } .carousel-dark .carousel-caption { color: #000; } @keyframes spinner-border { to { transform: rotate(360deg); /* rtl:ignore */ } } .spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; animation: 0.75s linear infinite spinner-border; } .spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; } @keyframes spinner-grow { 0% { transform: scale(0); } 50% { opacity: 1; transform: none; } } .spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; background-color: currentColor; border-radius: 50%; opacity: 0; animation: 0.75s linear infinite spinner-grow; } .spinner-grow-sm { width: 1rem; height: 1rem; } @media (prefers-reduced-motion: reduce) { .spinner-border, .spinner-grow { animation-duration: 1.5s; } } .offcanvas { position: fixed; bottom: 0; z-index: 1050; display: flex; flex-direction: column; max-width: 100%; visibility: hidden; background-color: #fff; background-clip: padding-box; outline: 0; transition: transform 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) { .offcanvas { transition: none; } } .offcanvas-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1rem; } .offcanvas-header .btn-close { padding: 0.5rem 0.5rem; margin-top: -0.5rem; margin-right: -0.5rem; margin-bottom: -0.5rem; } .offcanvas-title { margin-bottom: 0; line-height: 1.5; } .offcanvas-body { flex-grow: 1; padding: 1rem 1rem; overflow-y: auto; } .offcanvas-start { top: 0; left: 0; width: 400px; border-right: 1px solid rgba(0, 0, 0, 0.2); transform: translateX(-100%); } .offcanvas-end { top: 0; right: 0; width: 400px; border-left: 1px solid rgba(0, 0, 0, 0.2); transform: translateX(100%); } .offcanvas-top { top: 0; right: 0; left: 0; height: 30vh; max-height: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); transform: translateY(-100%); } .offcanvas-bottom { right: 0; left: 0; height: 30vh; max-height: 100%; border-top: 1px solid rgba(0, 0, 0, 0.2); transform: translateY(100%); } .offcanvas.show { transform: none; } .clearfix::after { display: block; clear: both; content: ""; } .link-primary { color: #0d6efd; } .link-primary:hover, .link-primary:focus { color: #0a58ca; } .link-secondary { color: #6c757d; } .link-secondary:hover, .link-secondary:focus { color: #565e64; } .link-success { color: #198754; } .link-success:hover, .link-success:focus { color: #146c43; } .link-info { color: #0dcaf0; } .link-info:hover, .link-info:focus { color: #3dd5f3; } .link-warning { color: #ffc107; } .link-warning:hover, .link-warning:focus { color: #ffcd39; } .link-danger { color: #dc3545; } .link-danger:hover, .link-danger:focus { color: #b02a37; } .link-light { color: #f8f9fa; } .link-light:hover, .link-light:focus { color: #f9fafb; } .link-dark { color: #212529; } .link-dark:hover, .link-dark:focus { color: #1a1e21; } .ratio { position: relative; width: 100%; } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; } .ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ratio-1x1 { --bs-aspect-ratio: 100%; } .ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); } .ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); } .ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); } .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } .sticky-top { position: sticky; top: 0; z-index: 1020; } @media (min-width: 576px) { .sticky-sm-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 768px) { .sticky-md-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 992px) { .sticky-lg-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 1200px) { .sticky-xl-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 1400px) { .sticky-xxl-top { position: sticky; top: 0; z-index: 1020; } } .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .align-baseline { vertical-align: baseline !important; } .align-top { vertical-align: top !important; } .align-middle { vertical-align: middle !important; } .align-bottom { vertical-align: bottom !important; } .align-text-bottom { vertical-align: text-bottom !important; } .align-text-top { vertical-align: text-top !important; } .float-start { float: left !important; } .float-end { float: right !important; } .float-none { float: none !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-visible { overflow: visible !important; } .overflow-scroll { overflow: scroll !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-grid { display: grid !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } .d-none { display: none !important; } .shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .shadow-none { box-shadow: none !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: sticky !important; } .top-0 { top: 0 !important; } .top-50 { top: 50% !important; } .top-100 { top: 100% !important; } .bottom-0 { bottom: 0 !important; } .bottom-50 { bottom: 50% !important; } .bottom-100 { bottom: 100% !important; } .start-0 { left: 0 !important; } .start-50 { left: 50% !important; } .start-100 { left: 100% !important; } .end-0 { right: 0 !important; } .end-50 { right: 50% !important; } .end-100 { right: 100% !important; } .translate-middle { transform: translate(-50%, -50%) !important; } .translate-middle-x { transform: translateX(-50%) !important; } .translate-middle-y { transform: translateY(-50%) !important; } .border { border: 1px solid #dee2e6 !important; } .border-0 { border: 0 !important; } .border-top { border-top: 1px solid #dee2e6 !important; } .border-top-0 { border-top: 0 !important; } .border-end { border-right: 1px solid #dee2e6 !important; } .border-end-0 { border-right: 0 !important; } .border-bottom { border-bottom: 1px solid #dee2e6 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-start { border-left: 1px solid #dee2e6 !important; } .border-start-0 { border-left: 0 !important; } .border-primary { border-color: #0d6efd !important; } .border-secondary { border-color: #6c757d !important; } .border-success { border-color: #198754 !important; } .border-info { border-color: #0dcaf0 !important; } .border-warning { border-color: #ffc107 !important; } .border-danger { border-color: #dc3545 !important; } .border-light { border-color: #f8f9fa !important; } .border-dark { border-color: #212529 !important; } .border-white { border-color: #fff !important; } .border-1 { border-width: 1px !important; } .border-2 { border-width: 2px !important; } .border-3 { border-width: 3px !important; } .border-4 { border-width: 4px !important; } .border-5 { border-width: 5px !important; } .w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; } .mw-100 { max-width: 100% !important; } .vw-100 { width: 100vw !important; } .min-vw-100 { min-width: 100vw !important; } .h-25 { height: 25% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .mh-100 { max-height: 100% !important; } .vh-100 { height: 100vh !important; } .min-vh-100 { min-height: 100vh !important; } .flex-fill { flex: 1 1 auto !important; } .flex-row { flex-direction: row !important; } .flex-column { flex-direction: column !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-column-reverse { flex-direction: column-reverse !important; } .flex-grow-0 { flex-grow: 0 !important; } .flex-grow-1 { flex-grow: 1 !important; } .flex-shrink-0 { flex-shrink: 0 !important; } .flex-shrink-1 { flex-shrink: 1 !important; } .flex-wrap { flex-wrap: wrap !important; } .flex-nowrap { flex-wrap: nowrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-0 { gap: 0 !important; } .gap-1 { gap: 0.25rem !important; } .gap-2 { gap: 0.5rem !important; } .gap-3 { gap: 1rem !important; } .gap-4 { gap: 1.5rem !important; } .gap-5 { gap: 3rem !important; } .justify-content-start { justify-content: flex-start !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-center { justify-content: center !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-around { justify-content: space-around !important; } .justify-content-evenly { justify-content: space-evenly !important; } .align-items-start { align-items: flex-start !important; } .align-items-end { align-items: flex-end !important; } .align-items-center { align-items: center !important; } .align-items-baseline { align-items: baseline !important; } .align-items-stretch { align-items: stretch !important; } .align-content-start { align-content: flex-start !important; } .align-content-end { align-content: flex-end !important; } .align-content-center { align-content: center !important; } .align-content-between { align-content: space-between !important; } .align-content-around { align-content: space-around !important; } .align-content-stretch { align-content: stretch !important; } .align-self-auto { align-self: auto !important; } .align-self-start { align-self: flex-start !important; } .align-self-end { align-self: flex-end !important; } .align-self-center { align-self: center !important; } .align-self-baseline { align-self: baseline !important; } .align-self-stretch { align-self: stretch !important; } .order-first { order: -1 !important; } .order-0 { order: 0 !important; } .order-1 { order: 1 !important; } .order-2 { order: 2 !important; } .order-3 { order: 3 !important; } .order-4 { order: 4 !important; } .order-5 { order: 5 !important; } .order-last { order: 6 !important; } .m-0 { margin: 0 !important; } .m-1 { margin: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .m-3 { margin: 1rem !important; } .m-4 { margin: 1.5rem !important; } .m-5 { margin: 3rem !important; } .m-auto { margin: auto !important; } .mx-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 0.25rem !important; } .mt-2 { margin-top: 0.5rem !important; } .mt-3 { margin-top: 1rem !important; } .mt-4 { margin-top: 1.5rem !important; } .mt-5 { margin-top: 3rem !important; } .mt-auto { margin-top: auto !important; } .me-0 { margin-right: 0 !important; } .me-1 { margin-right: 0.25rem !important; } .me-2 { margin-right: 0.5rem !important; } .me-3 { margin-right: 1rem !important; } .me-4 { margin-right: 1.5rem !important; } .me-5 { margin-right: 3rem !important; } .me-auto { margin-right: auto !important; } .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 0.25rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .mb-3 { margin-bottom: 1rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .mb-5 { margin-bottom: 3rem !important; } .mb-auto { margin-bottom: auto !important; } .ms-0 { margin-left: 0 !important; } .ms-1 { margin-left: 0.25rem !important; } .ms-2 { margin-left: 0.5rem !important; } .ms-3 { margin-left: 1rem !important; } .ms-4 { margin-left: 1.5rem !important; } .ms-5 { margin-left: 3rem !important; } .ms-auto { margin-left: auto !important; } .p-0 { padding: 0 !important; } .p-1 { padding: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .p-3 { padding: 1rem !important; } .p-4 { padding: 1.5rem !important; } .p-5 { padding: 3rem !important; } .px-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-0 { padding-top: 0 !important; } .pt-1 { padding-top: 0.25rem !important; } .pt-2 { padding-top: 0.5rem !important; } .pt-3 { padding-top: 1rem !important; } .pt-4 { padding-top: 1.5rem !important; } .pt-5 { padding-top: 3rem !important; } .pe-0 { padding-right: 0 !important; } .pe-1 { padding-right: 0.25rem !important; } .pe-2 { padding-right: 0.5rem !important; } .pe-3 { padding-right: 1rem !important; } .pe-4 { padding-right: 1.5rem !important; } .pe-5 { padding-right: 3rem !important; } .pb-0 { padding-bottom: 0 !important; } .pb-1 { padding-bottom: 0.25rem !important; } .pb-2 { padding-bottom: 0.5rem !important; } .pb-3 { padding-bottom: 1rem !important; } .pb-4 { padding-bottom: 1.5rem !important; } .pb-5 { padding-bottom: 3rem !important; } .ps-0 { padding-left: 0 !important; } .ps-1 { padding-left: 0.25rem !important; } .ps-2 { padding-left: 0.5rem !important; } .ps-3 { padding-left: 1rem !important; } .ps-4 { padding-left: 1.5rem !important; } .ps-5 { padding-left: 3rem !important; } .font-monospace { font-family: var(--bs-font-monospace) !important; } .fs-1 { font-size: calc(1.375rem + 1.5vw) !important; } .fs-2 { font-size: calc(1.325rem + 0.9vw) !important; } .fs-3 { font-size: calc(1.3rem + 0.6vw) !important; } .fs-4 { font-size: calc(1.275rem + 0.3vw) !important; } .fs-5 { font-size: 1.25rem !important; } .fs-6 { font-size: 1rem !important; } .fst-italic { font-style: italic !important; } .fst-normal { font-style: normal !important; } .fw-light { font-weight: 300 !important; } .fw-lighter { font-weight: lighter !important; } .fw-normal { font-weight: 400 !important; } .fw-bold { font-weight: 700 !important; } .fw-bolder { font-weight: bolder !important; } .lh-1 { line-height: 1 !important; } .lh-sm { line-height: 1.25 !important; } .lh-base { line-height: 1.5 !important; } .lh-lg { line-height: 2 !important; } .text-start { text-align: left !important; } .text-end { text-align: right !important; } .text-center { text-align: center !important; } .text-decoration-none { text-decoration: none !important; } .text-decoration-underline { text-decoration: underline !important; } .text-decoration-line-through { text-decoration: line-through !important; } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } .text-break { word-wrap: break-word !important; word-break: break-word !important; } .text-primary { color: #0d6efd !important; } .text-secondary { color: #6c757d !important; } .text-success { color: #198754 !important; } .text-info { color: #0dcaf0 !important; } .text-warning { color: #ffc107 !important; } .text-danger { color: #dc3545 !important; } .text-light { color: #f8f9fa !important; } .text-dark { color: #212529 !important; } .text-white { color: #fff !important; } .text-body { color: #212529 !important; } .text-muted { color: #6c757d !important; } .text-black-50 { color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { color: rgba(255, 255, 255, 0.5) !important; } .text-reset { color: inherit !important; } .bg-primary { background-color: #0d6efd !important; } .bg-secondary { background-color: #6c757d !important; } .bg-success { background-color: #198754 !important; } .bg-info { background-color: #0dcaf0 !important; } .bg-warning { background-color: #ffc107 !important; } .bg-danger { background-color: #dc3545 !important; } .bg-light { background-color: #f8f9fa !important; } .bg-dark { background-color: #212529 !important; } .bg-body { background-color: #fff !important; } .bg-white { background-color: #fff !important; } .bg-transparent { background-color: rgba(0, 0, 0, 0) !important; } .bg-gradient { background-image: var(--bs-gradient) !important; } .user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; user-select: all !important; } .user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; user-select: auto !important; } .user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; user-select: none !important; } .pe-none { pointer-events: none !important; } .pe-auto { pointer-events: auto !important; } .rounded { border-radius: 0.25rem !important; } .rounded-0 { border-radius: 0 !important; } .rounded-1 { border-radius: 0.2rem !important; } .rounded-2 { border-radius: 0.25rem !important; } .rounded-3 { border-radius: 0.3rem !important; } .rounded-circle { border-radius: 50% !important; } .rounded-pill { border-radius: 50rem !important; } .rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .rounded-end { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } .rounded-start { border-bottom-left-radius: 0.25rem !important; border-top-left-radius: 0.25rem !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } @media (min-width: 576px) { .float-sm-start { float: left !important; } .float-sm-end { float: right !important; } .float-sm-none { float: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-grid { display: grid !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } .d-sm-none { display: none !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-row { flex-direction: row !important; } .flex-sm-column { flex-direction: column !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .flex-sm-wrap { flex-wrap: wrap !important; } .flex-sm-nowrap { flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-sm-0 { gap: 0 !important; } .gap-sm-1 { gap: 0.25rem !important; } .gap-sm-2 { gap: 0.5rem !important; } .gap-sm-3 { gap: 1rem !important; } .gap-sm-4 { gap: 1.5rem !important; } .gap-sm-5 { gap: 3rem !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .justify-content-sm-evenly { justify-content: space-evenly !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } .align-content-sm-start { align-content: flex-start !important; } .align-content-sm-end { align-content: flex-end !important; } .align-content-sm-center { align-content: center !important; } .align-content-sm-between { align-content: space-between !important; } .align-content-sm-around { align-content: space-around !important; } .align-content-sm-stretch { align-content: stretch !important; } .align-self-sm-auto { align-self: auto !important; } .align-self-sm-start { align-self: flex-start !important; } .align-self-sm-end { align-self: flex-end !important; } .align-self-sm-center { align-self: center !important; } .align-self-sm-baseline { align-self: baseline !important; } .align-self-sm-stretch { align-self: stretch !important; } .order-sm-first { order: -1 !important; } .order-sm-0 { order: 0 !important; } .order-sm-1 { order: 1 !important; } .order-sm-2 { order: 2 !important; } .order-sm-3 { order: 3 !important; } .order-sm-4 { order: 4 !important; } .order-sm-5 { order: 5 !important; } .order-sm-last { order: 6 !important; } .m-sm-0 { margin: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .m-sm-auto { margin: auto !important; } .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; } .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-sm-0 { margin-top: 0 !important; } .mt-sm-1 { margin-top: 0.25rem !important; } .mt-sm-2 { margin-top: 0.5rem !important; } .mt-sm-3 { margin-top: 1rem !important; } .mt-sm-4 { margin-top: 1.5rem !important; } .mt-sm-5 { margin-top: 3rem !important; } .mt-sm-auto { margin-top: auto !important; } .me-sm-0 { margin-right: 0 !important; } .me-sm-1 { margin-right: 0.25rem !important; } .me-sm-2 { margin-right: 0.5rem !important; } .me-sm-3 { margin-right: 1rem !important; } .me-sm-4 { margin-right: 1.5rem !important; } .me-sm-5 { margin-right: 3rem !important; } .me-sm-auto { margin-right: auto !important; } .mb-sm-0 { margin-bottom: 0 !important; } .mb-sm-1 { margin-bottom: 0.25rem !important; } .mb-sm-2 { margin-bottom: 0.5rem !important; } .mb-sm-3 { margin-bottom: 1rem !important; } .mb-sm-4 { margin-bottom: 1.5rem !important; } .mb-sm-5 { margin-bottom: 3rem !important; } .mb-sm-auto { margin-bottom: auto !important; } .ms-sm-0 { margin-left: 0 !important; } .ms-sm-1 { margin-left: 0.25rem !important; } .ms-sm-2 { margin-left: 0.5rem !important; } .ms-sm-3 { margin-left: 1rem !important; } .ms-sm-4 { margin-left: 1.5rem !important; } .ms-sm-5 { margin-left: 3rem !important; } .ms-sm-auto { margin-left: auto !important; } .p-sm-0 { padding: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-sm-0 { padding-top: 0 !important; } .pt-sm-1 { padding-top: 0.25rem !important; } .pt-sm-2 { padding-top: 0.5rem !important; } .pt-sm-3 { padding-top: 1rem !important; } .pt-sm-4 { padding-top: 1.5rem !important; } .pt-sm-5 { padding-top: 3rem !important; } .pe-sm-0 { padding-right: 0 !important; } .pe-sm-1 { padding-right: 0.25rem !important; } .pe-sm-2 { padding-right: 0.5rem !important; } .pe-sm-3 { padding-right: 1rem !important; } .pe-sm-4 { padding-right: 1.5rem !important; } .pe-sm-5 { padding-right: 3rem !important; } .pb-sm-0 { padding-bottom: 0 !important; } .pb-sm-1 { padding-bottom: 0.25rem !important; } .pb-sm-2 { padding-bottom: 0.5rem !important; } .pb-sm-3 { padding-bottom: 1rem !important; } .pb-sm-4 { padding-bottom: 1.5rem !important; } .pb-sm-5 { padding-bottom: 3rem !important; } .ps-sm-0 { padding-left: 0 !important; } .ps-sm-1 { padding-left: 0.25rem !important; } .ps-sm-2 { padding-left: 0.5rem !important; } .ps-sm-3 { padding-left: 1rem !important; } .ps-sm-4 { padding-left: 1.5rem !important; } .ps-sm-5 { padding-left: 3rem !important; } .text-sm-start { text-align: left !important; } .text-sm-end { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .float-md-start { float: left !important; } .float-md-end { float: right !important; } .float-md-none { float: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-grid { display: grid !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } .d-md-none { display: none !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-row { flex-direction: row !important; } .flex-md-column { flex-direction: column !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .flex-md-wrap { flex-wrap: wrap !important; } .flex-md-nowrap { flex-wrap: nowrap !important; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-md-0 { gap: 0 !important; } .gap-md-1 { gap: 0.25rem !important; } .gap-md-2 { gap: 0.5rem !important; } .gap-md-3 { gap: 1rem !important; } .gap-md-4 { gap: 1.5rem !important; } .gap-md-5 { gap: 3rem !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .justify-content-md-evenly { justify-content: space-evenly !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } .align-content-md-start { align-content: flex-start !important; } .align-content-md-end { align-content: flex-end !important; } .align-content-md-center { align-content: center !important; } .align-content-md-between { align-content: space-between !important; } .align-content-md-around { align-content: space-around !important; } .align-content-md-stretch { align-content: stretch !important; } .align-self-md-auto { align-self: auto !important; } .align-self-md-start { align-self: flex-start !important; } .align-self-md-end { align-self: flex-end !important; } .align-self-md-center { align-self: center !important; } .align-self-md-baseline { align-self: baseline !important; } .align-self-md-stretch { align-self: stretch !important; } .order-md-first { order: -1 !important; } .order-md-0 { order: 0 !important; } .order-md-1 { order: 1 !important; } .order-md-2 { order: 2 !important; } .order-md-3 { order: 3 !important; } .order-md-4 { order: 4 !important; } .order-md-5 { order: 5 !important; } .order-md-last { order: 6 !important; } .m-md-0 { margin: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .m-md-auto { margin: auto !important; } .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-md-0 { margin-top: 0 !important; } .mt-md-1 { margin-top: 0.25rem !important; } .mt-md-2 { margin-top: 0.5rem !important; } .mt-md-3 { margin-top: 1rem !important; } .mt-md-4 { margin-top: 1.5rem !important; } .mt-md-5 { margin-top: 3rem !important; } .mt-md-auto { margin-top: auto !important; } .me-md-0 { margin-right: 0 !important; } .me-md-1 { margin-right: 0.25rem !important; } .me-md-2 { margin-right: 0.5rem !important; } .me-md-3 { margin-right: 1rem !important; } .me-md-4 { margin-right: 1.5rem !important; } .me-md-5 { margin-right: 3rem !important; } .me-md-auto { margin-right: auto !important; } .mb-md-0 { margin-bottom: 0 !important; } .mb-md-1 { margin-bottom: 0.25rem !important; } .mb-md-2 { margin-bottom: 0.5rem !important; } .mb-md-3 { margin-bottom: 1rem !important; } .mb-md-4 { margin-bottom: 1.5rem !important; } .mb-md-5 { margin-bottom: 3rem !important; } .mb-md-auto { margin-bottom: auto !important; } .ms-md-0 { margin-left: 0 !important; } .ms-md-1 { margin-left: 0.25rem !important; } .ms-md-2 { margin-left: 0.5rem !important; } .ms-md-3 { margin-left: 1rem !important; } .ms-md-4 { margin-left: 1.5rem !important; } .ms-md-5 { margin-left: 3rem !important; } .ms-md-auto { margin-left: auto !important; } .p-md-0 { padding: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-md-0 { padding-top: 0 !important; } .pt-md-1 { padding-top: 0.25rem !important; } .pt-md-2 { padding-top: 0.5rem !important; } .pt-md-3 { padding-top: 1rem !important; } .pt-md-4 { padding-top: 1.5rem !important; } .pt-md-5 { padding-top: 3rem !important; } .pe-md-0 { padding-right: 0 !important; } .pe-md-1 { padding-right: 0.25rem !important; } .pe-md-2 { padding-right: 0.5rem !important; } .pe-md-3 { padding-right: 1rem !important; } .pe-md-4 { padding-right: 1.5rem !important; } .pe-md-5 { padding-right: 3rem !important; } .pb-md-0 { padding-bottom: 0 !important; } .pb-md-1 { padding-bottom: 0.25rem !important; } .pb-md-2 { padding-bottom: 0.5rem !important; } .pb-md-3 { padding-bottom: 1rem !important; } .pb-md-4 { padding-bottom: 1.5rem !important; } .pb-md-5 { padding-bottom: 3rem !important; } .ps-md-0 { padding-left: 0 !important; } .ps-md-1 { padding-left: 0.25rem !important; } .ps-md-2 { padding-left: 0.5rem !important; } .ps-md-3 { padding-left: 1rem !important; } .ps-md-4 { padding-left: 1.5rem !important; } .ps-md-5 { padding-left: 3rem !important; } .text-md-start { text-align: left !important; } .text-md-end { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .float-lg-start { float: left !important; } .float-lg-end { float: right !important; } .float-lg-none { float: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-grid { display: grid !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } .d-lg-none { display: none !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-row { flex-direction: row !important; } .flex-lg-column { flex-direction: column !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .flex-lg-wrap { flex-wrap: wrap !important; } .flex-lg-nowrap { flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-lg-0 { gap: 0 !important; } .gap-lg-1 { gap: 0.25rem !important; } .gap-lg-2 { gap: 0.5rem !important; } .gap-lg-3 { gap: 1rem !important; } .gap-lg-4 { gap: 1.5rem !important; } .gap-lg-5 { gap: 3rem !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .justify-content-lg-evenly { justify-content: space-evenly !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } .align-content-lg-start { align-content: flex-start !important; } .align-content-lg-end { align-content: flex-end !important; } .align-content-lg-center { align-content: center !important; } .align-content-lg-between { align-content: space-between !important; } .align-content-lg-around { align-content: space-around !important; } .align-content-lg-stretch { align-content: stretch !important; } .align-self-lg-auto { align-self: auto !important; } .align-self-lg-start { align-self: flex-start !important; } .align-self-lg-end { align-self: flex-end !important; } .align-self-lg-center { align-self: center !important; } .align-self-lg-baseline { align-self: baseline !important; } .align-self-lg-stretch { align-self: stretch !important; } .order-lg-first { order: -1 !important; } .order-lg-0 { order: 0 !important; } .order-lg-1 { order: 1 !important; } .order-lg-2 { order: 2 !important; } .order-lg-3 { order: 3 !important; } .order-lg-4 { order: 4 !important; } .order-lg-5 { order: 5 !important; } .order-lg-last { order: 6 !important; } .m-lg-0 { margin: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .m-lg-auto { margin: auto !important; } .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-lg-0 { margin-top: 0 !important; } .mt-lg-1 { margin-top: 0.25rem !important; } .mt-lg-2 { margin-top: 0.5rem !important; } .mt-lg-3 { margin-top: 1rem !important; } .mt-lg-4 { margin-top: 1.5rem !important; } .mt-lg-5 { margin-top: 3rem !important; } .mt-lg-auto { margin-top: auto !important; } .me-lg-0 { margin-right: 0 !important; } .me-lg-1 { margin-right: 0.25rem !important; } .me-lg-2 { margin-right: 0.5rem !important; } .me-lg-3 { margin-right: 1rem !important; } .me-lg-4 { margin-right: 1.5rem !important; } .me-lg-5 { margin-right: 3rem !important; } .me-lg-auto { margin-right: auto !important; } .mb-lg-0 { margin-bottom: 0 !important; } .mb-lg-1 { margin-bottom: 0.25rem !important; } .mb-lg-2 { margin-bottom: 0.5rem !important; } .mb-lg-3 { margin-bottom: 1rem !important; } .mb-lg-4 { margin-bottom: 1.5rem !important; } .mb-lg-5 { margin-bottom: 3rem !important; } .mb-lg-auto { margin-bottom: auto !important; } .ms-lg-0 { margin-left: 0 !important; } .ms-lg-1 { margin-left: 0.25rem !important; } .ms-lg-2 { margin-left: 0.5rem !important; } .ms-lg-3 { margin-left: 1rem !important; } .ms-lg-4 { margin-left: 1.5rem !important; } .ms-lg-5 { margin-left: 3rem !important; } .ms-lg-auto { margin-left: auto !important; } .p-lg-0 { padding: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-lg-0 { padding-top: 0 !important; } .pt-lg-1 { padding-top: 0.25rem !important; } .pt-lg-2 { padding-top: 0.5rem !important; } .pt-lg-3 { padding-top: 1rem !important; } .pt-lg-4 { padding-top: 1.5rem !important; } .pt-lg-5 { padding-top: 3rem !important; } .pe-lg-0 { padding-right: 0 !important; } .pe-lg-1 { padding-right: 0.25rem !important; } .pe-lg-2 { padding-right: 0.5rem !important; } .pe-lg-3 { padding-right: 1rem !important; } .pe-lg-4 { padding-right: 1.5rem !important; } .pe-lg-5 { padding-right: 3rem !important; } .pb-lg-0 { padding-bottom: 0 !important; } .pb-lg-1 { padding-bottom: 0.25rem !important; } .pb-lg-2 { padding-bottom: 0.5rem !important; } .pb-lg-3 { padding-bottom: 1rem !important; } .pb-lg-4 { padding-bottom: 1.5rem !important; } .pb-lg-5 { padding-bottom: 3rem !important; } .ps-lg-0 { padding-left: 0 !important; } .ps-lg-1 { padding-left: 0.25rem !important; } .ps-lg-2 { padding-left: 0.5rem !important; } .ps-lg-3 { padding-left: 1rem !important; } .ps-lg-4 { padding-left: 1.5rem !important; } .ps-lg-5 { padding-left: 3rem !important; } .text-lg-start { text-align: left !important; } .text-lg-end { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { .float-xl-start { float: left !important; } .float-xl-end { float: right !important; } .float-xl-none { float: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-grid { display: grid !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } .d-xl-none { display: none !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-xl-0 { gap: 0 !important; } .gap-xl-1 { gap: 0.25rem !important; } .gap-xl-2 { gap: 0.5rem !important; } .gap-xl-3 { gap: 1rem !important; } .gap-xl-4 { gap: 1.5rem !important; } .gap-xl-5 { gap: 3rem !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .justify-content-xl-evenly { justify-content: space-evenly !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } .order-xl-first { order: -1 !important; } .order-xl-0 { order: 0 !important; } .order-xl-1 { order: 1 !important; } .order-xl-2 { order: 2 !important; } .order-xl-3 { order: 3 !important; } .order-xl-4 { order: 4 !important; } .order-xl-5 { order: 5 !important; } .order-xl-last { order: 6 !important; } .m-xl-0 { margin: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .m-xl-auto { margin: auto !important; } .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-xl-0 { margin-top: 0 !important; } .mt-xl-1 { margin-top: 0.25rem !important; } .mt-xl-2 { margin-top: 0.5rem !important; } .mt-xl-3 { margin-top: 1rem !important; } .mt-xl-4 { margin-top: 1.5rem !important; } .mt-xl-5 { margin-top: 3rem !important; } .mt-xl-auto { margin-top: auto !important; } .me-xl-0 { margin-right: 0 !important; } .me-xl-1 { margin-right: 0.25rem !important; } .me-xl-2 { margin-right: 0.5rem !important; } .me-xl-3 { margin-right: 1rem !important; } .me-xl-4 { margin-right: 1.5rem !important; } .me-xl-5 { margin-right: 3rem !important; } .me-xl-auto { margin-right: auto !important; } .mb-xl-0 { margin-bottom: 0 !important; } .mb-xl-1 { margin-bottom: 0.25rem !important; } .mb-xl-2 { margin-bottom: 0.5rem !important; } .mb-xl-3 { margin-bottom: 1rem !important; } .mb-xl-4 { margin-bottom: 1.5rem !important; } .mb-xl-5 { margin-bottom: 3rem !important; } .mb-xl-auto { margin-bottom: auto !important; } .ms-xl-0 { margin-left: 0 !important; } .ms-xl-1 { margin-left: 0.25rem !important; } .ms-xl-2 { margin-left: 0.5rem !important; } .ms-xl-3 { margin-left: 1rem !important; } .ms-xl-4 { margin-left: 1.5rem !important; } .ms-xl-5 { margin-left: 3rem !important; } .ms-xl-auto { margin-left: auto !important; } .p-xl-0 { padding: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-xl-0 { padding-top: 0 !important; } .pt-xl-1 { padding-top: 0.25rem !important; } .pt-xl-2 { padding-top: 0.5rem !important; } .pt-xl-3 { padding-top: 1rem !important; } .pt-xl-4 { padding-top: 1.5rem !important; } .pt-xl-5 { padding-top: 3rem !important; } .pe-xl-0 { padding-right: 0 !important; } .pe-xl-1 { padding-right: 0.25rem !important; } .pe-xl-2 { padding-right: 0.5rem !important; } .pe-xl-3 { padding-right: 1rem !important; } .pe-xl-4 { padding-right: 1.5rem !important; } .pe-xl-5 { padding-right: 3rem !important; } .pb-xl-0 { padding-bottom: 0 !important; } .pb-xl-1 { padding-bottom: 0.25rem !important; } .pb-xl-2 { padding-bottom: 0.5rem !important; } .pb-xl-3 { padding-bottom: 1rem !important; } .pb-xl-4 { padding-bottom: 1.5rem !important; } .pb-xl-5 { padding-bottom: 3rem !important; } .ps-xl-0 { padding-left: 0 !important; } .ps-xl-1 { padding-left: 0.25rem !important; } .ps-xl-2 { padding-left: 0.5rem !important; } .ps-xl-3 { padding-left: 1rem !important; } .ps-xl-4 { padding-left: 1.5rem !important; } .ps-xl-5 { padding-left: 3rem !important; } .text-xl-start { text-align: left !important; } .text-xl-end { text-align: right !important; } .text-xl-center { text-align: center !important; } } @media (min-width: 1400px) { .float-xxl-start { float: left !important; } .float-xxl-end { float: right !important; } .float-xxl-none { float: none !important; } .d-xxl-inline { display: inline !important; } .d-xxl-inline-block { display: inline-block !important; } .d-xxl-block { display: block !important; } .d-xxl-grid { display: grid !important; } .d-xxl-table { display: table !important; } .d-xxl-table-row { display: table-row !important; } .d-xxl-table-cell { display: table-cell !important; } .d-xxl-flex { display: flex !important; } .d-xxl-inline-flex { display: inline-flex !important; } .d-xxl-none { display: none !important; } .flex-xxl-fill { flex: 1 1 auto !important; } .flex-xxl-row { flex-direction: row !important; } .flex-xxl-column { flex-direction: column !important; } .flex-xxl-row-reverse { flex-direction: row-reverse !important; } .flex-xxl-column-reverse { flex-direction: column-reverse !important; } .flex-xxl-grow-0 { flex-grow: 0 !important; } .flex-xxl-grow-1 { flex-grow: 1 !important; } .flex-xxl-shrink-0 { flex-shrink: 0 !important; } .flex-xxl-shrink-1 { flex-shrink: 1 !important; } .flex-xxl-wrap { flex-wrap: wrap !important; } .flex-xxl-nowrap { flex-wrap: nowrap !important; } .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-xxl-0 { gap: 0 !important; } .gap-xxl-1 { gap: 0.25rem !important; } .gap-xxl-2 { gap: 0.5rem !important; } .gap-xxl-3 { gap: 1rem !important; } .gap-xxl-4 { gap: 1.5rem !important; } .gap-xxl-5 { gap: 3rem !important; } .justify-content-xxl-start { justify-content: flex-start !important; } .justify-content-xxl-end { justify-content: flex-end !important; } .justify-content-xxl-center { justify-content: center !important; } .justify-content-xxl-between { justify-content: space-between !important; } .justify-content-xxl-around { justify-content: space-around !important; } .justify-content-xxl-evenly { justify-content: space-evenly !important; } .align-items-xxl-start { align-items: flex-start !important; } .align-items-xxl-end { align-items: flex-end !important; } .align-items-xxl-center { align-items: center !important; } .align-items-xxl-baseline { align-items: baseline !important; } .align-items-xxl-stretch { align-items: stretch !important; } .align-content-xxl-start { align-content: flex-start !important; } .align-content-xxl-end { align-content: flex-end !important; } .align-content-xxl-center { align-content: center !important; } .align-content-xxl-between { align-content: space-between !important; } .align-content-xxl-around { align-content: space-around !important; } .align-content-xxl-stretch { align-content: stretch !important; } .align-self-xxl-auto { align-self: auto !important; } .align-self-xxl-start { align-self: flex-start !important; } .align-self-xxl-end { align-self: flex-end !important; } .align-self-xxl-center { align-self: center !important; } .align-self-xxl-baseline { align-self: baseline !important; } .align-self-xxl-stretch { align-self: stretch !important; } .order-xxl-first { order: -1 !important; } .order-xxl-0 { order: 0 !important; } .order-xxl-1 { order: 1 !important; } .order-xxl-2 { order: 2 !important; } .order-xxl-3 { order: 3 !important; } .order-xxl-4 { order: 4 !important; } .order-xxl-5 { order: 5 !important; } .order-xxl-last { order: 6 !important; } .m-xxl-0 { margin: 0 !important; } .m-xxl-1 { margin: 0.25rem !important; } .m-xxl-2 { margin: 0.5rem !important; } .m-xxl-3 { margin: 1rem !important; } .m-xxl-4 { margin: 1.5rem !important; } .m-xxl-5 { margin: 3rem !important; } .m-xxl-auto { margin: auto !important; } .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; } .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-xxl-0 { margin-top: 0 !important; } .mt-xxl-1 { margin-top: 0.25rem !important; } .mt-xxl-2 { margin-top: 0.5rem !important; } .mt-xxl-3 { margin-top: 1rem !important; } .mt-xxl-4 { margin-top: 1.5rem !important; } .mt-xxl-5 { margin-top: 3rem !important; } .mt-xxl-auto { margin-top: auto !important; } .me-xxl-0 { margin-right: 0 !important; } .me-xxl-1 { margin-right: 0.25rem !important; } .me-xxl-2 { margin-right: 0.5rem !important; } .me-xxl-3 { margin-right: 1rem !important; } .me-xxl-4 { margin-right: 1.5rem !important; } .me-xxl-5 { margin-right: 3rem !important; } .me-xxl-auto { margin-right: auto !important; } .mb-xxl-0 { margin-bottom: 0 !important; } .mb-xxl-1 { margin-bottom: 0.25rem !important; } .mb-xxl-2 { margin-bottom: 0.5rem !important; } .mb-xxl-3 { margin-bottom: 1rem !important; } .mb-xxl-4 { margin-bottom: 1.5rem !important; } .mb-xxl-5 { margin-bottom: 3rem !important; } .mb-xxl-auto { margin-bottom: auto !important; } .ms-xxl-0 { margin-left: 0 !important; } .ms-xxl-1 { margin-left: 0.25rem !important; } .ms-xxl-2 { margin-left: 0.5rem !important; } .ms-xxl-3 { margin-left: 1rem !important; } .ms-xxl-4 { margin-left: 1.5rem !important; } .ms-xxl-5 { margin-left: 3rem !important; } .ms-xxl-auto { margin-left: auto !important; } .p-xxl-0 { padding: 0 !important; } .p-xxl-1 { padding: 0.25rem !important; } .p-xxl-2 { padding: 0.5rem !important; } .p-xxl-3 { padding: 1rem !important; } .p-xxl-4 { padding: 1.5rem !important; } .p-xxl-5 { padding: 3rem !important; } .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-xxl-0 { padding-top: 0 !important; } .pt-xxl-1 { padding-top: 0.25rem !important; } .pt-xxl-2 { padding-top: 0.5rem !important; } .pt-xxl-3 { padding-top: 1rem !important; } .pt-xxl-4 { padding-top: 1.5rem !important; } .pt-xxl-5 { padding-top: 3rem !important; } .pe-xxl-0 { padding-right: 0 !important; } .pe-xxl-1 { padding-right: 0.25rem !important; } .pe-xxl-2 { padding-right: 0.5rem !important; } .pe-xxl-3 { padding-right: 1rem !important; } .pe-xxl-4 { padding-right: 1.5rem !important; } .pe-xxl-5 { padding-right: 3rem !important; } .pb-xxl-0 { padding-bottom: 0 !important; } .pb-xxl-1 { padding-bottom: 0.25rem !important; } .pb-xxl-2 { padding-bottom: 0.5rem !important; } .pb-xxl-3 { padding-bottom: 1rem !important; } .pb-xxl-4 { padding-bottom: 1.5rem !important; } .pb-xxl-5 { padding-bottom: 3rem !important; } .ps-xxl-0 { padding-left: 0 !important; } .ps-xxl-1 { padding-left: 0.25rem !important; } .ps-xxl-2 { padding-left: 0.5rem !important; } .ps-xxl-3 { padding-left: 1rem !important; } .ps-xxl-4 { padding-left: 1.5rem !important; } .ps-xxl-5 { padding-left: 3rem !important; } .text-xxl-start { text-align: left !important; } .text-xxl-end { text-align: right !important; } .text-xxl-center { text-align: center !important; } } @media (min-width: 1200px) { .fs-1 { font-size: 2.5rem !important; } .fs-2 { font-size: 2rem !important; } .fs-3 { font-size: 1.75rem !important; } .fs-4 { font-size: 1.5rem !important; } } @media print { .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-grid { display: grid !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } .d-print-none { display: none !important; } } :root { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; } @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0px); } } @keyframes placeholderShimmer { 0% { background-position: -1200px 0; } 100% { background-position: 1200px 0; } } .header { background-color: #fff; color: #000; border-bottom: solid 1px #dee2e6; position: sticky; z-index: 10; top: 0; width: 100%; font-weight: 300; } .header .top-bar { padding: 0; fill: currentColor; background-color: var(--brand-color); color: var(--brand-color-inverse); transition: all 300ms linear 0s; font-size: 0.775rem; } .header .top-bar__inner { font-weight: 400; display: grid; align-items: center; grid-template-columns: minmax(auto, 30%) 1fr; } .header .top-bar a { color: inherit; padding: 6px 0.8rem; } .header .top-bar .slogan { line-height: 1; color: inherit; padding: 8px 0; } .header .top-bar .logout { font-weight: 600; border-top: solid 1px #dee2e6; } .header .logo-bar { display: flex; justify-content: space-between; align-items: center; } .header .logo { width: 120px; margin: 10px 0; margin-right: 2rem; display: flex; } @media (max-width: 991.98px) { .header .logo { margin: 0; max-width: 100px; } } .header .logo img[data-ratio="16:9"] { max-width: 120px; } .header .logo img[data-ratio="1:1"] { max-width: 60px; } .header .logo--custom { max-width: 160px; } .header .last-bar { border-top: solid 1px #dee2e6; } @media (max-width: 991.98px) { .header .last-bar { border: none; } } .account-avatar { border-radius: 50%; } .curtate { display: flex; gap: 10px; justify-content: flex-end; } .curtate-item { display: block; margin: 0; padding: 0; position: relative; color: var(--brand-color); } .curtate-item:after { top: 0; bottom: 0; left: 0; position: absolute; background: rgba(255, 255, 255, 0.4); width: 1px; height: 100%; } .curtate-item-link { color: currentColor; background-color: transparent; border: none; font-weight: inherit; } .curtate-item > .dropdown > a { color: inherit; display: block; line-height: 1; text-decoration: none; display: flex; justify-content: space-between; align-items: center; } .curtate .icon-img { width: 16px; height: 16px; border-radius: 50%; margin-right: 5px; } .dropdown.is-active .dropdown__target { pointer-events: auto; } .cart { position: relative; } .cart > a { padding: 10px 0; margin: 5px 0; display: inline-block; color: inherit; position: relative; display: flex; align-items: center; justify-content: flex-end; text-align: right; } @media (max-width: 991.98px) { .cart > a { padding: 0; margin: 0; } } .cart span.icn { vertical-align: top; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; border: solid 1px var(--brand-color); margin-right: 10px; } @media (max-width: 991.98px) { .cart span.icn { margin: 0; width: 40px; height: 40px; border-radius: 0; border: none; border-radius: 4px; } } .cart span.icn svg { width: 28px; height: 28px; fill: var(--brand-color); } @media (max-width: 991.98px) { .cart span.icn svg { width: 20px; height: 20px; } } .cart .icn-txt { color: inherit; font-size: 0.8em; font-weight: 400; text-transform: uppercase; } @media (max-width: 991.98px) { .cart .icn-txt { display: none; } } .cart .icn-txt strong { display: block; font-weight: 300; } .cart .cartQuantity { border: solid 1px var(--brand-color); background-color: var(--brand-color); color: var(--brand-color-inverse); border-radius: 50%; width: 1rem; height: 1rem; display: block; position: absolute; z-index: 0; bottom: 13px; left: 30px; font-size: 0.5rem; text-align: center; line-height: 0.9rem; } @media (max-width: 991.98px) { .navigation-wrapper { display: none; } } .navigation { width: 100%; margin: 0; display: flex; padding: 0; align-items: center; justify-content: space-between; color: rgba(0, 0, 0, 0.97); } .navigation.less { justify-content: flex-start; } .navigation-item { display: block; font-weight: 400; position: static; margin: 0 20px; } .navigation-item.is-active a { background-size: 100% 2px; color: var(--brand-color); } .navigation-item:first-child { margin-left: 0; padding-left: 0; } .navigation-item .link__mobilenav { display: none; } .navigation-item .subnav { display: block; } .navigation-item .subnav-single .subnav-inner { left: auto; right: auto; width: auto; overflow: unset; } .navigation-item .subnav-single .subnav-inner .categories-container { padding: 1.5rem; } .navigation-item .subnav-single .subnav-inner .categories-container .categories-block { -moz-columns: 1 auto; columns: 1 auto; } .navigation-item .subnav-single .subnav-inner .categories-container .categories-cols { margin-bottom: 0; padding: 0; } .navigation-item .subnav-inner { position: absolute; top: 100%; left: 0; right: 0; width: 100%; opacity: 0; transform: translate(0, -1%); visibility: hidden; padding: 0; background-color: #fff; color: #000; z-index: 998; transition: all 0.3s ease-in-out 0s; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); overflow: auto; } .navigation-item.is-focus > a { color: var(--brand-color); } .navigation-item.is-focus .arrow { opacity: 1; visibility: visible; } .navigation-item.is-focus .subnav-inner { opacity: 1; visibility: visible; transform: translate(0, 0); } .navigation-item.is-focus .subnav-inner .categories-cols { transform: translateY(0); opacity: 1; visibility: visible; } .navigation-link { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: rgba(0, 0, 0, 0.97); display: block; padding: 1.625rem 0; position: relative; text-align: center; line-height: 1; font-size: 0.9rem; font-weight: 600; border: none; background-color: transparent; background-image: linear-gradient(currentColor, currentColor); background-position: 50% 100%; background-repeat: no-repeat; background-size: 0% 2px; transition: background-size 0.3s; } .navigation-link:hover, .navigation-link.active, .navigation-link.is-active, .navigation-link:focus { color: var(--brand-color); text-decoration: none; background-size: 100% 2px; } .navigation-link:hover a, .navigation-link.active a, .navigation-link.is-active a, .navigation-link:focus a { background-size: 100% 2px; color: var(--brand-color); } .navigation .more .svg { width: 24px; height: 17px; } .navigation .categories-container { margin: 0 auto; padding-top: 1.5rem; padding-bottom: 1.5rem; display: flex; } .categories-block { flex: 1; margin: 0 auto; -moz-columns: 4 auto; columns: 4 auto; } @media (max-width: 991.98px) { .categories-block { padding: 0.5rem 0; } } .categories-block .categories-cols { display: inline-block; vertical-align: top; padding-right: 1rem; margin-bottom: 1rem; min-width: 250px; transition-delay: 0.4s; transform: translateY(30px); opacity: 0; visibility: hidden; transition: all 0.4s ease-in-out 0s; } .categories-block .categories-cols .categories-list { list-style: none; margin: 0; } .categories-block .categories-cols .categories-list-item { display: flex; } .categories-block .categories-cols .categories-list-link { font-weight: 300; color: rgba(0, 0, 0, 0.97); text-transform: none; padding: 4px 0; position: relative; } .categories-block .categories-cols .categories-list-link:hover { color: var(--brand-color); text-decoration: none; } .categories-block .categories-cols .categories-list-link:hover:after { transition: all 0.5s ease; right: -1rem; width: auto; opacity: 1; } .categories-block .categories-cols .categories-list-head { font-weight: 600; } .category-media { text-align: center; color: var(--brand-color); font-weight: 600; margin-left: auto; max-width: 300px; padding: 0; } .category-media figcaption { padding: 0.5rem 0; text-decoration: underline; display: inline-block; } .navigation-tabs { display: flex; flex: 1; width: 100%; } .navigation-tabs-controls { max-width: 20%; flex: 0 0 20%; display: flex; gap: 0.5rem; flex-direction: column; } .navigation-tabs-controls-link + .navigation-tabs-controls-link { border-bottom: solid 1px #dee2e6; } .navigation-tabs-controls-link { cursor: pointer; color: inherit; display: block; font-size: 0.85rem; font-weight: 600; padding: 1rem 20px; border-radius: 4px; text-decoration: none; transition: all 150ms; position: relative; background-color: transparent; position: relative; overflow: hidden; border-radius: 50px; border-radius: 4px; } .navigation-tabs-controls-link::before { pointer-events: none; content: ""; background-color: rgba(var(--brand-color-alpha), 0.1); position: absolute; top: 0; width: 100%; height: 100%; left: 0; right: 0; opacity: 0; transition: all 0.2s cubic-bezier(0.2, 0.91, 0.85, 0.96) 0s; transform: scale(0.1); backface-visibility: hidden; border-radius: inherit; } .navigation-tabs-controls-link:is(:hover, :focus, :active, .active)::before { opacity: 1; transform: scale(1); } .navigation-tabs-controls-link::after { content: ""; opacity: 0.6; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; width: 10px; height: 10px; transform: rotate(-45deg); position: absolute; right: 1rem; top: 50%; margin-top: -5px; } .navigation-tabs-content { max-width: 80%; flex: 0 0 80%; padding: 0 2rem; } .zeynep { bottom: 0; overflow: hidden; -webkit-overflow-scrolling: touch; overflow-y: auto; pointer-events: none; position: fixed; top: 0; transform: translateX(-100%) translateZ(0px); z-index: 1050; } .zeynep:not(.no-transition), .zeynep .submenu:not(.no-transition) { transition: all 250ms; } .zeynep-overlay { background-color: rgba(0, 0, 0, 0.42); bottom: 0; display: none; left: 0; position: fixed; right: 0; top: 0; z-index: 1049; } .zeynep-opened .zeynep-overlay { display: block; } .zeynep.opened { pointer-events: auto; transform: translateX(0px) translateZ(0px); } .zeynep.submenu-opened { overflow: hidden; } .zeynep .submenu { bottom: 0; min-height: 100%; overflow: hidden; -webkit-overflow-scrolling: touch; overflow-y: auto; pointer-events: none; position: fixed; top: 0; width: 100%; } .zeynep .submenu.opened { left: 0; pointer-events: auto; } .zeynep .submenu.opened:not(.current) { overflow: hidden; } .lead { font-size: 16px; line-height: 1.44; max-width: 260px; margin: 0 auto; margin-bottom: 25px; } .zeynep { background-color: #ffffff; color: #404143; width: 295px; } .zeynep ul { list-style-type: none; padding: 0; padding-left: 0; -webkit-overflow-scrolling: touch; } .zeynep ul > li { display: block; } .zeynep ul > li > a { color: inherit; display: block; font-size: 14px; font-weight: 500; padding: 18px 20px; text-decoration: none; transition: all 150ms; } .zeynep ul > li > a:hover { background-color: #efefef; border-radius: 3px; } .zeynep ul > li:not(:last-child) > a { border-bottom: 1px solid #efefef; } .zeynep ul > li.has-submenu > a { background-image: url("images/retina/submenu-arrow.svg"); background-position: right 20px center; background-repeat: no-repeat; background-size: 8px 14px; } .zeynep ul > li.has-submenu > a:hover { background-image: url("images/retina/submenu-arrow-active.svg"); } .zeynep .submenu { background-color: #ffffff; left: 295px; } .zeynep .submenu-header { background-image: url("images/retina/menu-back.svg"); background-position: left 20px center; background-repeat: no-repeat; background-size: 8px 14px; border-bottom: solid 1px #efefef; cursor: pointer; position: relative; } .zeynep .submenu-header > a { color: inherit; display: block; font-size: 14px; font-weight: bold; padding: 18px 20px; padding-left: 40px; text-decoration: none; } .zeynep .submenu-header > a:before { background-image: url("images/retina/submenu-arrow.svg"); background-position: right 20px center; background-repeat: no-repeat; background-size: 8px 14px; content: ""; height: 100%; left: 26px; position: absolute; top: 0; transform: rotate(-180deg); width: 20px; } .zeynep .submenu > label { color: var(--brand-color); display: block; font-size: 13px; font-weight: 500; margin-bottom: 8px; margin-top: 19px; padding-left: 20px; width: 100%; } body { left: 0; } .zeynep-opened body { overflow: hidden; } .zeynep { right: auto; left: 0; } @media (min-width: 992px) { .zeynep .is-mobile { display: none; } } .hamburger-categories { background-color: transparent; border: none; font-size: 1rem; font-weight: 600; color: rgba(0, 0, 0, 0.97); display: flex; align-items: center; gap: 10px; } .seemore > a { font-weight: 600 !important; border: none; } .seemore > a::after { content: " →"; } @media (min-width: 992px) { .seemore > a::after { content: " ↓"; } } .footer { color: rgba(0, 0, 0, 0.97); background-color: #fff; color: #000; border-top: solid 1px #dee2e6; padding-top: clamp(3rem, 3vw, 7rem); padding-bottom: 2rem; } @media (min-width: 992px) { .footer { padding-bottom: 0; } } @media (max-width: 575.98px) { .footer { padding-bottom: 5.5rem; } } .footer-top { padding-bottom: 2rem; margin-bottom: 1rem; } .footer .container { position: relative; } .footer p { color: #717171; font-size: 0.875em; margin: 0 0 20px; } .footer h5, .footer .h5 { color: rgba(0, 0, 0, 0.97); font-size: 1em; font-weight: 500; padding: 5px 0; margin-bottom: 20px; } @media (min-width: 768px) { .footer .toggle__trigger { pointer-events: none; } } @media (min-width: 768px) { .footer .toggle__trigger .dropdown-toggle-custom-arrow { display: none; } } @media (max-width: 767.98px) { .footer .toggle__target { display: none; } .footer .toggle__target.show { display: block; } } .footer .nav-vertical li { color: inherit; font-size: 0.875em; font-weight: 300; padding: 5px 0; display: block; } .footer .nav-vertical li a { color: #717171; font-size: inherit; position: relative; transition: all ease 0.3s; } .footer .nav-vertical li a:hover { color: var(--brand-color); margin-left: 10px; } .footer .nav-vertical li a:hover:before { right: 0; } .footer .nav-vertical li a:before { background-color: var(--brand-color); color: var(--brand-color-inverse); bottom: 0px; content: ""; height: 1px; left: 0; position: absolute; right: 100%; transition-duration: 0.3s; transition-property: right; transition-timing-function: ease-out; } .footer .payment { text-align: right; } @media (max-width: 991.98px) { .footer .payment { text-align: center; } } .footer .payment img { display: inline-block; } .footer .bottom-footer { padding-top: 1rem; } .footer__disclaimer { background-color: var(--brand-color); color: var(--brand-color-inverse); font-size: 0.7rem; } .captcha .wrapper { padding-bottom: 80px; } .upperContent-footer { border-bottom: solid 1px #dee2e6; border-top: solid 1px #dee2e6; } .upperContent-footer ul { display: table; width: 100%; } @media (max-width: 575.98px) { .upperContent-footer ul { display: block; } } .upperContent-footer ul li { text-align: center; vertical-align: top; display: table-cell; padding: 25px 15px; border-left: solid 1px #dee2e6; } @media (max-width: 575.98px) { .upperContent-footer ul li { display: block; border: none; padding: 15px; } } .upperContent-footer ul li:first-child { -webkit-border-start: none; -moz-border-start: none; border-left: none; } .upperContent-footer h3, .upperContent-footer .h3 { font-size: 1em; color: rgba(0, 0, 0, 0.97); margin: 5px auto; padding: 0; text-transform: uppercase; } .upperContent-footer p { font-size: 0.8em; line-height: 1.5; color: #a4a3a3; max-width: 200px; margin: 0 auto 20px !important; } .upperContent-footer .individualTupple { margin: 0 auto; } .upperContent-footer .individualTupple img { max-width: 50px; height: auto; margin: 0 auto; display: inline-block; opacity: 0.4; margin-bottom: 10px; } .newsletter h4, .newsletter .h4 { color: rgba(0, 0, 0, 0.97); font-size: 1em; font-weight: 500; padding: 5px 0; margin-bottom: 15px; } .newsletter h4 p, .newsletter .h4 p { margin: 0; color: #4b4a4a; font-weight: 300; font-size: 0.875em; margin-bottom: 10px; } .contact-info { display: flex; align-items: center; } .contact-info li { display: flex; align-items: center; margin: 10px 0; margin-right: 20px; font-size: 0.875em; font-weight: 300; color: #000; align-items: center; } .contact-info li i { margin-right: 8px; } .contact-info li i img { max-width: 15px; max-height: 15px; } .contact-info li a { color: inherit; } .subscription { padding: 30px 2.5rem; } .sub-form { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; width: 100%; } .sub-form input[type="text"], .sub-form .custom-select[type="text"] { flex: 1; background-color: #fff; color: #000; height: 2.5rem; width: 100%; line-height: 1.2; font-size: 0.8em; padding: 5px 10px; margin: 0; margin-right: -3px; border: solid 1px #dee2e6; border-radius: 2px 0 2px 2px; color: rgba(0, 0, 0, 0.97); vertical-align: top; } .sub-form input[type="submit"], .sub-form .custom-select[type="submit"] { font-size: 1em; background-color: var(--brand-color); color: var(--brand-color-inverse); height: 2.5rem; width: 100%; max-width: 136px; line-height: 1.2; padding: 5px 15px; margin: 0; border: none; vertical-align: top; font-weight: 300; border-radius: 0px 2px 2px 0px; cursor: pointer; } .social-icons-footer { display: flex; align-items: center; gap: 1rem; } .social-icons-footer li { line-height: 1; } .social-icons-footer li a { font-size: 1.5rem; padding: 0; display: flex; align-items: center; text-decoration: none; } .social-icons-footer li a:hover { color: #000; } .bottom-footer .fixed-container { padding: 0 15%; } .accordion-footer { margin-bottom: 25px; border-bottom: solid 1px #dee2e6; } .accordion_triger { padding: 15px 0; position: relative; color: inherit; font-size: 0.9em; font-weight: 600; text-transform: uppercase; line-height: 1; cursor: pointer; } .accordion_triger span { float: right; font-size: inherit; font-weight: inherit; position: relative; line-height: 1; } .accordion_triger span:after { content: "+"; padding-left: 5px; } .accordion_triger.active span:after { content: "-"; } .accordion_content { display: none; padding: 10px 0; padding-top: 0; } .footerSubCategories li { display: inline-block; font-size: 0.8em; color: inherit; line-height: 1; font-weight: 400; position: relative; } .footerSubCategories li a { font-size: inherit; color: inherit; } .footerSubCategories li:after { content: "|"; padding-left: 2px; } .footerSubCategories li:last-child:after { content: normal; } .footerSubCategories li a:hover { color: var(--brand-color); } .store-button a { display: inline-flex; align-items: center; } .store-button .icn { width: 1.2rem; height: auto; display: inline-block; margin-right: 0.5rem; } .copyright-bar { border-top: solid 1px #dee2e6; } .copyright-bar .copyright { font-size: 0.875rem; color: rgba(0, 0, 0, 0.97); display: flex; justify-content: center; gap: 1rem; padding: 1.5rem 0; } .copyright-bar .copyright:has(> .tech-partner) { justify-content: space-between; } .copyright-bar .copyright .tech-partner { text-align: right; } .copyright-bar .copyright a { text-decoration: underline; color: var(--brand-color); } .mobile-actions { font-size: 0.8rem; display: none; } @media (max-width: 991.98px) { .mobile-actions { background-color: rgba(255, 255, 255, 0.9); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); box-shadow: 0 -10px 30px 0 rgba(111, 111, 111, 0.1); display: flex; align-items: center; flex-flow: row nowrap; justify-content: space-between; position: fixed; z-index: 1030; bottom: 0; left: 0; right: 0; } .mobile-actions-item { flex: 1 1 0%; } .mobile-actions-link { margin: 0 auto; border: none; background-color: transparent; padding: 1rem 10px; display: flex; align-items: center; flex-direction: column; color: rgba(0, 0, 0, 0.97); } .mobile-actions-link .svg { width: 20px; height: 20px; } .mobile-actions-link:hover { color: currentColor; } } .mobile-actions .txt { font-weight: 600; margin-top: 5px; } .offcanvas-mbl { max-width: 320px; } .offcanvas-mbl .offcanvas-body { position: relative; padding: 0; } .offcanvas-mbl .offcanvas-foot { padding: 1rem; } .offcanvas-mbl .btn-close { position: absolute; right: 0; top: 0; margin: 1rem; } .profile { background-color: #f3f4f5; color: #000; padding: 1rem 2rem; display: flex; align-items: center; flex-direction: row; grid-gap: 1rem; font-size: 0.8rem; } .profile-account { padding: 1rem; } .profile-avatar { border-radius: 50%; max-width: 80px; box-shadow: 0 0px 2px rgba(0, 0, 0, 0.33); } .profile-name { font-weight: 500; font-size: 1rem; margin: 0; } .profile-email, .profile-phone { font-weight: 300; font-size: 0.8rem; } .account-nav { display: flex; flex-direction: column; font-size: 1rem; } .account-nav-item { border-bottom: solid 1px #dee2e6; } .account-nav-link { display: flex; align-items: center; justify-content: space-between; padding: 1rem 2rem; } .account-nav .icon { display: inline-block; font-size: inherit; font-style: normal; height: 1em; position: relative; text-indent: -9999px; vertical-align: middle; width: 1em; font-size: 0.8rem; transform: scale(1); margin-left: auto; } .account-nav .icon::before { content: ""; display: block; left: 50%; position: absolute; top: 50%; border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; height: 0.65em; width: 0.65em; transform: translate(-75%, -50%) rotate(135deg); } .btn-logout { background-color: var(--brand-color); color: var(--brand-color-inverse); display: block; width: 100%; border-radius: 4px; } .sticky-demo-header .demo-header { background-color: #fff; color: #000; border-bottom: solid 1px #dee2e6; position: sticky; top: 0; z-index: 99; display: flex; align-items: center; justify-content: space-between; padding: 10px 2rem; width: 100%; } .sticky-demo-header .demo-header .restore-wrapper { display: flex; } .sticky-demo-header .demo-header .restore-wrapper .btn-restore { background-color: transparent; border: none; border-radius: 0; display: flex; gap: 0; align-items: center; flex-direction: column; padding: 0; } .sticky-demo-header .demo-header .restore-wrapper .restore__counter { padding: 0px 8px; font-size: 1rem; color: var(--brand-color); margin: 0.1rem 0; font-weight: 700; line-height: 1; letter-spacing: 4px; } .sticky-demo-header .demo-header .restore-wrapper .restore__progress { display: flex; height: 4px; width: 100%; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 2rem; margin: 0.25rem 0; max-width: 96px; } .sticky-demo-header .demo-header .restore-wrapper .restore__progress-bar { display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: var(--brand-color); color: var(--brand-color-inverse); transition: width 0.6s ease; } .sticky-demo-header .demo-header .restore-wrapper .restore__content { font-size: 0.675rem; color: rgba(0, 0, 0, 0.97); font-weight: 600; margin: 0; padding: 0; line-height: 1.5; } .switch-interface { display: flex; } .switch-interface li { margin: 0 1rem; display: flex; } .switch-interface li a { position: relative; display: flex; align-items: center; justify-content: center; } .switch-interface li.is-active a:before { height: 2px; background-color: var(--brand-color); color: var(--brand-color-inverse); position: absolute; bottom: 0; content: ""; width: 100%; } .switch-interface .icn svg { width: 2rem; height: 2rem; fill: #8c8c8c; } .switch-interface li.is-active .icn svg, .switch-interface li a:hover .icn svg { fill: var(--brand-color); } .demo-cta { margin-left: auto; display: flex; align-items: center; justify-content: space-between; gap: 5px; } .restore-demo-bg { background-image: url("images/catalog-bg.png") !important; background-color: #fff !important; background-repeat: no-repeat !important; background-position: 130% top !important; } .restore-demo .demo-data-inner > ul, .restore-demo .demo-data-inner .heading { max-width: 500px; margin-right: 250px; } .demo-data-inner { margin: 20px; color: #4c4c4c; } .demo-data-inner .heading { font-size: 4rem; font-weight: 600; text-transform: uppercase; position: relative; line-height: 1.2; margin-bottom: 40px; color: inherit; } .demo-data-inner .heading:after { background-color: var(--secondary-color); color: var(--secondary-color-inverse); width: 60px; height: 3px; position: absolute; bottom: -10px; content: ""; display: block; } .demo-data-inner .heading span { display: block; font-size: 0.8rem; text-transform: none; } .demo-data-inner ul li { position: relative; margin: 10px 0; padding: 0 15px; display: block; font-size: 0.9rem; } .demo-data-inner ul li:before { width: 5px; height: 5px; content: ""; display: block; position: absolute; left: 0; top: 8px; transform: rotate(45deg); background: #4c4c4c; } .demo-data-inner ul ul { margin-left: 15px; margin-bottom: 20px; } .-fixed-wrap { position: fixed; bottom: 1rem; left: 1rem; z-index: 9999; } .-fixed-wrap a { position: relative; display: inline-block; border: none; border-radius: 2px; padding: 2.25rem 1rem 0.5rem; vertical-align: middle; border-radius: 5px; text-align: center; text-transform: uppercase; color: #fff; background: #666; text-decoration: none; font-size: 2rem; letter-spacing: 0.15em; min-width: 200px; } .-fixed-wrap a small, .-fixed-wrap a .small { position: absolute; top: 0; left: 0; right: 0; display: block; padding: 0.5rem 1rem; font-size: 0.75rem; letter-spacing: 0.05em; white-space: nowrap; background-color: rgba(0, 0, 0, 0.2); } .feedback-btn { position: fixed; bottom: 10px; left: 10px; z-index: 9999; } .feedback-btn .crcle-btn { background-color: var(--brand-color); color: var(--brand-color-inverse); border-radius: 50%; width: 45px; height: 45px; line-height: 45px; text-align: center; position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); } .feedback-btn .crcle-btn svg { height: 20px; width: 20px; fill: #fff; } .version-num { line-height: 1; font-size: 0.85rem; margin: 0 20px; } .version-num a { color: var(--brand-color); line-height: 1; text-decoration: underline; font-size: 16px; font-weight: 400; } .animate-flicker { opacity: 1; animation: flickerAnimation 1s infinite; } @keyframes flickerAnimation { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .animate-flicker { animation: flickerAnimation 1s infinite; } .select-menu { border-right: solid 1px rgba(var(--brand-color-alpha), 0.1); margin-right: 10px; --icon: $brand-color-inverse; --shadow: rgba(18, 22, 33, 0.2); position: relative; width: 100%; max-width: 125px; } .select-menu select, .select-menu button { font-weight: 500; font-size: 14px; line-height: 21px; margin: 0; border: 0; outline: 0; text-align: left; text-transform: none; -webkit-appearance: none; } .select-menu select { pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; opacity: 0; padding: 8px 36px 8px 10px; visibility: hidden; } .select-menu button { position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 0; width: 100%; display: block; cursor: pointer; overflow: hidden; border-radius: 0; color: currentColor; background-color: var(--brand-color); color: var(--brand-color-inverse); background-color: transparent; } .select-menu button div { position: relative; } .select-menu button div span { display: block; padding: 8px 0; padding-right: 32px; } .select-menu button div span.next { position: absolute; width: 100%; } .select-menu button em { --r: 45deg; display: block; position: absolute; right: 15px; top: 50%; width: 7px; height: 7px; margin-top: -4px; } .select-menu button em:before { content: ""; width: 7px; height: 7px; display: block; transform: rotate(var(--r)) scale(0.75); border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; } .select-menu.vertical button div { display: flex; } .select-menu.vertical button div span { left: 0; bottom: 100%; } .select-menu.horizontal button div { display: flex; } .select-menu.horizontal button div span { right: 100%; top: 0; } .select-menu.horizontal button em { --r: -45deg; margin-top: -3px; } .select-menu.change button { animation: bounce-vertical 0.45s linear; } .select-menu.change button div { animation: button-vertical 0.6s linear forwards 0.05s; } .select-menu.change button em { animation: arrow-vertical 0.45s linear; } .select-menu.change.horizontal button { animation-name: bounce-horizontal; } .select-menu.change.horizontal button div { animation-name: button-horizontal; } .select-menu.change.horizontal button em { animation-name: arrow-horizontal; } @keyframes bounce-vertical { 20% { transform: translateY(0); } 50% { transform: translateY(2px); box-shadow: 0 2px 8px var(--shadow); } } @keyframes bounce-horizontal { 20% { transform: translateX(0); } 50% { transform: translateX(2px); box-shadow: 0 8px 12px var(--shadow); } } @keyframes button-vertical { 40% { transform: translateY(108%); } 75% { transform: translateY(99%); } 100% { transform: translateY(100%); } } @keyframes button-horizontal { 40% { transform: translateX(104%); } 75% { transform: translateX(99%); } 100% { transform: translateX(100%); } } @keyframes arrow-vertical { 20% { transform: translateY(var(--h)); filter: blur(0.5px); opacity: 1; } 21% { transform: translateY(var(--h)); opacity: 0; } 22% { transform: translateY(calc(var(--h) * -1)); opacity: 0; } 23% { transform: translateY(calc(var(--h) * -1)); opacity: 1; } 50% { transform: translateY(4px); filter: blur(0); } 100% { transform: translateY(0); } } @keyframes arrow-horizontal { 20% { transform: translateX(var(--w)); filter: blur(0.5px); opacity: 1; } 21% { transform: translateX(var(--w)); opacity: 0; } 22% { transform: translateX(calc(var(--w) * -1)); opacity: 0; } 23% { transform: translateX(calc(var(--w) * -1)); opacity: 1; } 50% { transform: translateX(4px); filter: blur(0); } 100% { transform: translateX(0); } } .main-search { display: flex; flex: 1; } @media (max-width: 991.98px) { .main-search { flex: none; } } .main-search .toggle--search { display: none; } @media (max-width: 991.98px) { .main-search .toggle--search { display: block; padding: 10px; } } .main-search .toggle--search .icn { width: 42px; height: 42px; background-size: 22px; border: none; border-radius: 4px; } .main-search .toggle--search .icn { vertical-align: top; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; } .main-search .toggle--search .icn svg { width: 20px; height: 20px; fill: var(--brand-color); } .main-search .toggle--search .icn-txt { vertical-align: top; font-size: 0.8em; font-weight: 400; } .search-suggestions { font-size: 0.8rem; background-color: #fff; color: #000; position: absolute; overflow: visible; top: 45px; right: 0; left: 0; bottom: auto; z-index: 10; padding: 1rem; display: flex; box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1); border-radius: 4px; animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1; } @media (max-width: 991.98px) { .search-suggestions { flex-direction: column; } } .search-suggestions .suggestions-title { text-transform: uppercase; color: rgba(0, 0, 0, 0.77); font-size: 0.8rem; margin: 0; padding: 0; } .search-suggestions .text-suggestions { flex: 1; display: flex; flex-direction: column; font-size: 0.75rem; } .search-suggestions .text-suggestions li { padding-bottom: 8px; transition: all 0.2s ease-in-out; } .search-suggestions .text-suggestions li a { display: block; position: relative; transition: all 0.2s linear; } .search-suggestions .text-suggestions li a:before { visibility: hidden; opacity: 0; position: absolute; left: 10px; top: calc(50% - 3px); content: ""; display: block; margin: 0; width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); transition: all 0.2s linear; } .search-suggestions .text-suggestions li a:hover { margin-left: 10px; color: var(--brand-color); } .search-suggestions .text-suggestions li a:hover:before { left: -12px; visibility: visible; opacity: 1; } .search-suggestions .history-suggestions { width: 100%; } .search-suggestions .history-suggestions li { display: flex; justify-content: space-between; align-items: center; } .search-suggestions .history-suggestions .clear-all { font-size: inherit; } .search-suggestions .history-suggestions .recent-search { margin: 8px 0; } .search-suggestions .history-suggestions .recent-search:last-child { margin: 0; } .search-suggestions .history-suggestions .recent-search__cross { position: relative; flex: 0 0 20px; max-width: 20px; height: 20px; margin-right: 10px; } .search-suggestions .history-suggestions .recent-search__cross .close-layer { top: 0; left: 0; right: auto; } .search-suggestions .history-suggestions .recent-search__link { flex: 1; } .search-suggestions .history-suggestions .recent-search__arrow { transform: rotate(-45deg); cursor: pointer; } .search-suggestions .history-suggestions .recent-search__arrow .svg { width: 16px; height: 16px; fill: currentColor; } .search-suggestions .matched { display: block; } .search-suggestions .matched .matched-brands { margin-bottom: 1rem; } @media (max-width: 991.98px) { .site-search { display: none; } } @media (max-width: 991.98px) { .site-search { margin: 1rem 0; } } @media (max-width: 991.98px) { .site-search-form-pop ul { align-items: inherit !important; } } .site-search-form-pop .site-search-form-item.submit .form-group { width: 100%; } .close-layer { z-index: 2; position: absolute; right: 10px; top: 10px; width: 32px; height: 32px; opacity: 0.3; transition: all 300ms; display: flex; align-items: center; border: none; background-color: transparent; cursor: pointer; } .close-layer:hover { transform: rotate(-90deg); opacity: 1; } .close-layer:before, .close-layer:after { position: absolute; left: 15px; content: " "; height: 18px; width: 2px; background-color: #000; } .close-layer:before { transform: rotate(45deg); } .close-layer:after { transform: rotate(-45deg); } .close-layer--white:before, .close-layer--white:after { background-color: #fff; color: #000; } .close-layer--sm { width: 20px; height: 20px; } .close-layer--sm:before, .close-layer--sm:after { left: 10px; height: 12px; width: 1px; } .back-overlay, .search-overlay { transition: all 1s ease-in-out; position: fixed; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; display: none; z-index: 98; } .acc-triger { position: relative; } .acc-triger:before { background-color: #000; content: ""; height: 2px; position: absolute; right: 0; top: 50%; font-weight: 700; transform: rotate(90deg); transition: all 0.2s ease-in-out; width: 10px; } .acc-triger:after { font-weight: 700; background-color: #000; content: ""; height: 2px; position: absolute; right: 0; top: 50%; width: 10px; } .acc-triger.active:before { transform: rotate(0deg); } .acc-data { padding: 0; display: none; } .grouplisting { margin: 20px 0 0; } .grouplisting .group { border-radius: 5px; margin: 5px 0 0; } .groups .group__head { width: 100%; position: relative; padding: 1rem; margin: 0.5rem 0; cursor: pointer; border-radius: 4px; border: solid 1px #dee2e6; } .groups .group__head:after { width: 20px; height: 20px; position: absolute; right: 15px; top: 6px; content: "+"; pointer-events: none; font-size: 1.6rem; padding: 0 0 0 1px; } .groups .group__head h5, .groups .group__head .h5 { padding: 0; font-size: 0.95rem; margin: 0; } .groups .group__body { padding: 1rem; display: none; } .groups.is-active .group__head:after { content: "-"; font-size: 2.2em; top: 0; } .editor-container, .groups .group__body h5, .groups .group__body .h5 { font-size: 0.95em; } .editor-container, .groups .group__body p { font-size: 0.9rem; line-height: 1.6; color: #666; margin-bottom: 30px; } .categories { position: relative !important; margin-right: 0 !important; } .categories > a.categories-link { min-width: 200px; border-right: solid 1px #dee2e6; display: flex; align-items: center; } .categories > a.categories-link .c-hamburger { margin: 0; margin-right: 10px; } @media (max-width: 991.98px) { .categories > a.categories-link .c-hamburger { display: none; } } .vertical-menu { position: fixed; width: 100%; visibility: hidden; opacity: 0; top: 120%; transition: all 0.2s ease-in-out; transition-delay: 0.15s; } @media (max-width: 991.98px) { .vertical-menu { display: none; position: sticky; visibility: visible; opacity: 1; } } .categories.active .vertical-menu { visibility: visible; opacity: 1; top: 100%; } .vertical-menu .menu { padding: 0; margin: 0; background-color: #fff; color: #000; font-weight: 300; box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.1); } @media (min-width: 1200px) { .vertical-menu .menu { width: 20%; } } .vertical-menu .menu a:hover { text-decoration: none; } .vertical-menu .menu > li { display: block; border-bottom: solid 1px #e4e7ea; } .vertical-menu .menu > li:last-child { border-bottom: 0; } .vertical-menu .menu > li.has-child > a { position: relative; } .vertical-menu .menu > li.has-child > a:after { position: absolute; opacity: 0.5; right: 22px; top: calc(50% - 4px); content: ""; display: block; margin: 0; width: 8px; height: 8px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); } .vertical-menu .menu > li.all-categories a { font-weight: 600; } .vertical-menu .menu > li > a { padding: 0.8rem 1rem; display: block; color: #222; } .vertical-menu .menu > li:hover > a { color: var(--brand-color); } .vertical-menu .menu > li:hover { background-color: #fff; color: #000; } .vertical-menu .menu > li > .megadrop { opacity: 0; visibility: hidden; position: absolute; list-style: none; top: 0px; right: 0%; width: 80%; min-height: 100%; padding: 0 1rem; z-index: 99; overflow: auto; max-height: 100%; background-color: #fff; color: #000; box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.1); } @media (max-width: 991.98px) { .vertical-menu .menu > li > .megadrop { display: none; } } .vertical-menu .menu > li > .megadrop > ul { display: flex; flex-wrap: wrap; } .vertical-menu .menu > li > .megadrop > ul > li { flex: 0 0 25%; padding: 1rem; } .vertical-menu .menu > li:hover .megadrop { opacity: 1; visibility: visible; } .vertical-menu .menu > li > ul li ul, .vertical-menu .menu li > ul li, .vertical-menu .menu > li > .megadrop, .vertical-menu .menu > li > ul, .vertical-menu .menu > li { transition: all 0.2s ease-in-out; } .vertical-menu .megadrop-col { display: flex; flex-wrap: wrap; font-size: 0.8rem; } .custom-tagify { background-color: #fff; color: #000; border: 1px solid #dee2e6; height: auto; padding: 0; width: 100%; font-family: inherit; font-size: 0.9em; font-weight: normal; border-radius: 4px; } .custom-tagify input[type="text"], .custom-tagify .custom-select[type="text"] { border: none; } .list-tags { display: flex; flex: auto; flex-wrap: wrap; padding: 0 5px; } .list-tags li { display: inline-block; margin-right: 5px; } .list-tags li span { background-color: #f3f4f5; border: solid 1px #dee2e6; padding: 5px; border-radius: 4px; display: flex; align-items: center; font-size: 0.7rem; line-height: 1.3; margin: 5px 0; } .list-tags li:hover span { border-color: #c1c9d0; } .list-tags li.hover span { border-color: #dc3545; } .list-tags li.hover span i { background-color: #dc3545; color: #fff; } .list-tags li i { cursor: pointer; width: 16px; height: 16px; font-size: 0.6rem; display: flex; align-items: center; justify-content: center; margin-left: 8px; border-radius: 50%; } .list-tags li i:hover { color: #fff; background-color: #212529; } .tagify { border-radius: 4px !important; font-size: 0.8rem; min-height: 35px; padding: 1rem !important; } .tagify .tagify__tag { margin: 5px; } .list-tag-wrapper { max-height: 133px; overflow-x: auto; } .autocomplete-suggestions.search-dropdown-menu { left: 0; top: 100%; padding: 10px; background-color: #fff; color: #000; box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); border-radius: 0 0 4px 4px; width: 100% !important; border-top: 1px solid #ddd; font-size: 0.8em; overflow-y: auto; } .autocomplete-suggestions.search-dropdown-menu li { padding: 5px 0; } .autocomplete-suggestions.search-dropdown-menu li strong { font-weight: 700; } .auto-suggestion { min-width: 220px; z-index: 10; top: 100%; background-color: #fff; color: #000; box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1); position: absolute; transform: scale(0); opacity: 0; filter: alpha(opacity=0); transition: all 300ms; transform-origin: top right; transform: scale(1); opacity: 1; filter: alpha(opacity=100); } .auto-suggestion li { padding: 5px 10px; border-bottom: solid 1px #dee2e6; } .auto-suggestion li a { display: block; } .avtar { height: 60px; position: relative; width: 60px; overflow: hidden; width: 60px; height: 60px; border-radius: 100%; border: solid 1px #dee2e6; position: relative; } .avtar .avtar--rounded { border-radius: 50% !important; } .avtar .avtar--rounded img { border-radius: 100% !important; } .avtar.avtar--large { width: 130px; height: 130px; } .avtar img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; } .avtar--info { padding-top: 5px; } .avtar--info .avtar { float: left; margin: 0 15px 0 0; } .avtar--info h5, .avtar--info .h5 { padding: 5px 0 0; } .avtar--rounded { border-radius: 100% !important; } .avtar--rounded img { border-radius: 100% !important; } .profile-avatar { display: flex; flex-direction: column; height: 100%; border-right: solid 1px #dee2e6; } @media (max-width: 767.98px) { .profile-avatar { border: none; } } .profile-avatar .profile__dp { overflow: hidden; border-radius: 50%; width: 50px; height: 50px; max-width: 50px; flex: 0 0 50px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0px 2px rgba(0, 0, 0, 0.33); margin: 1rem auto; } .profile-avatar .profile__bio { text-align: center; } .profile-avatar .title { margin: 0; font-size: 0.875em; color: rgba(0, 0, 0, 0.97); } .profile-avatar .dated { display: block; font-size: 0.875rem; opacity: 0.6; } .back-to-top a { background-color: #fff; color: #000; cursor: pointer; width: 44px; height: 50px; padding: 10px 0; position: absolute; z-index: 1; right: 0; text-align: center; text-decoration: none; top: -62px; display: flex; justify-content: center; flex-direction: column; font-size: 0.8rem; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); } @media (max-width: 575.98px) { .back-to-top a { position: static; margin: auto; box-shadow: none; } } .back-to-top a .svg { margin: auto; width: 1rem; height: 1rem; } .breadcrumbs-bar { margin: 1rem 0; } .breadcrumbs { list-style: none; margin: 0; padding: 0; } .breadcrumbs ul { display: flex; margin: 0; padding: 0; align-items: center; flex-wrap: wrap; } .breadcrumbs ul li { position: relative; padding: 0; margin: 5px 0; margin-right: 1rem; color: rgba(0, 0, 0, 0.97); font-size: 0.8125rem; display: block; font-weight: 400; line-height: 1.5; } .breadcrumbs ul li:before { line-height: inherit; padding: 0 !important; position: absolute; right: -10px; content: "/" !important; color: currentColor !important; } .breadcrumbs ul li:last-child { padding-right: 0; } .breadcrumbs ul li:last-child:before { display: none; } .breadcrumbs ul li a { color: currentColor; font-size: inherit; display: block; line-height: inherit; } .breadcrumbs ul li a:hover { color: currentColor; } .breadcrumbs-center { justify-content: center; } .breadcrumbs-center ul { justify-content: center; } .breadcrumbs-right { color: currentColor; } .breadcrumbs-right ul { justify-content: flex-end; } .breadcrumbs-white { color: #fff; } .breadcrumbs-white ul li { color: currentColor; } .breadcrumbs-white ul li a { color: currentColor; } .breadcrumbs-white ul li:before { border-color: currentColor; } .pagination { background-color: #fff; color: #000; display: flex; border-radius: 4px; gap: 5px; overflow: hidden; margin: 1rem 0; } .pagination-center { justify-content: center; width: 100%; } .pagination-right { justify-content: flex-end; } .pagination-item.selected .pagination-link { border-color: var(--brand-color); background-color: var(--brand-color); color: var(--brand-color-inverse); } .pagination-item.disabled { opacity: 0.4; } .pagination-item.disabled .pagination-link { cursor: not-allowed; } .pagination-item.prev .pagination-link:before { width: 12px; height: 12px; border-left: 2px solid #333; border-bottom: 2px solid #333; position: absolute; left: calc(50% - 3px); top: calc(50% - 6px); transform: rotate(45deg); } .pagination-item.next .pagination-link:before { width: 12px; height: 12px; border-right: 2px solid #333; border-top: 2px solid #333; position: absolute; left: calc(50% - 8px); top: calc(50% - 6px); transform: rotate(45deg); } .pagination-link { width: 40px; line-height: 38px; text-align: center; height: 38px; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: rgba(0, 0, 0, 0.97); border: none; border: solid 1px #dee2e6; border-radius: 4px; position: relative; overflow: hidden; margin: 0; } .pagination-link:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); } [dir="rtl"] .pagination i { transform: rotate(180deg); } .outdated { display: none; } @media all and (-ms-high-contrast: none) { *::-ms-backdrop, .outdated { display: block; color: red; } } .outdated-inner { height: 100%; width: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #00caff; z-index: 100000; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; text-align: center; } .outdated-inner * { color: #fff; } .outdated-messages { margin: 0 auto; max-width: 900px; } .outdated-messages .heading { font-size: calc(112.5% + 1vw); line-height: 1.3; margin-bottom: 2rem; font-weight: 600; } .outdated-messages .para { font-size: 14px; } .list-browser { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; text-align: center; margin: 2rem auto; } .list-browser .icn { position: relative; width: 100px; height: 100px; margin: 1rem auto; display: block; background: url(images/browsers-bg.png) no-repeat; background-size: auto 200px; } .list-browser a:hover .icn.chrome { background-position: 0 -100px; } .list-browser .icn.firefox { background-position: -100px 0; } .list-browser a:hover .icn.firefox { background-position: -100px -100px; } .list-browser .icn.internetexplorer { background-position: -200px 0; } .list-browser a:hover .icn.internetexplorer { background-position: -200px -100px; } .list-browser .icn.safari { background-position: -300px 0; } .list-browser a:hover .icn.safari { background-position: -300px -99px; } .side-cart { width: 100%; } @media (min-width: 992px) { .side-cart { width: 450px; } } .side-cart_head { padding: 1rem 24px; } .side-cart_body { overflow-y: auto; padding: 0; } .side-cart_body .list-cart { border: none; } .side-cart_body .list-cart-item { padding: 10px 24px; } .side-cart_foot { border-top: solid 1px #dee2e6; padding: 24px; } .side-cart_foot .buttons-group { margin-top: 1.5rem; } .side-cart .btn-remove { position: absolute; top: 1rem; right: 1rem; } .cart-footer { position: sticky !important; top: 185px; } .catalog-bg { background-color: #fff; color: #000; background-repeat: no-repeat; background-position: 130% top; } .delivery-term-data-inner { margin: 20px; color: #4c4c4c; max-width: 500px; } .delivery-term-data-inner .heading { font-size: calc(112.5% + 1vw); font-weight: 600; text-transform: uppercase; position: relative; line-height: 1.2; margin-bottom: 40px; color: inherit; } .delivery-term-data-inner .heading:after { background-color: var(--secondary-color); color: var(--secondary-color-inverse); width: 60px; height: 3px; position: absolute; bottom: -10px; content: ""; display: block; } .delivery-term-data-inner .heading span { display: block; font-size: 0.8rem; text-transform: none; } .delivery-term-data-inner ul li { position: relative; margin: 10px 0; padding: 0 15px; display: block; font-size: 0.9rem; } .delivery-term-data-inner ul li:before { width: 5px; height: 5px; content: ""; display: block; position: absolute; left: 0; top: 8px; transform: rotate(45deg); background: #4c4c4c; } .delivery-term-data-inner ul ul { margin-left: 15px; margin-bottom: 20px; } .section-bg { background-repeat: no-repeat; background-position: center top; padding: 80px 0; color: #fff; margin-bottom: 2.5rem; } .section-bg h2, .section-bg .h2, .section-bg p { color: inherit; } .section-bg-even { background-repeat: no-repeat; background-size: cover; color: #000; padding: 60px 0 80px; margin: 2.5rem 0; } .section-bg-even h2, .section-bg-even .h2 { color: inherit; padding-bottom: 20px; } .cms h1, .cms .h1 { font-weight: 400; } .cms h2, .cms .h2 { font-weight: 400; } .cms h3, .cms .h3 { font-size: 1.5rem; color: #000; font-weight: 400; } .cms h4, .cms .h4 { font-size: 1.25rem; font-weight: 400; } .cms h5, .cms .h5 { font-size: 1rem; font-weight: 400; } .cms h6, .cms .h6 { font-size: 0.875rem; font-weight: 400; } .cms p { font-weight: 400; font-size: 0.875rem; line-height: 1.8; margin-bottom: 1rem; word-break: break-word; color: rgba(0, 0, 0, 0.77); } .cms.space { padding: 50px 0; } .cms ul { margin: 10px 0; color: rgba(0, 0, 0, 0.97); } .cms ul li { position: relative; padding: 5px 0; margin: 0 15px; color: inherit; list-style: disc; display: list-item; } .cms ul li ul li { font-size: 0.875rem; } .cms ol { list-style: decimal; } .cms ol li { position: relative; padding: 0 0 15px 0; color: #666; margin: 0; font-size: 1.1em; } .cms ol a { color: inherit; } .cms table th { font-weight: 600; } .cms table th, .cms table td { padding: 10px; font-size: 0.875rem; vertical-align: top; } .list-vertical { margin: 0; padding: 0; } .list-vertical li { padding: 5px 0; display: block; position: relative; border: none; } .list-vertical li .divider { margin: 0; } .list-vertical li span { color: rgba(0, 0, 0, 0.97); } .list-vertical li.logout a { color: #000; font-weight: 600; } .list-vertical li:last-child { border-bottom: none; } .list-vertical li.is-active a { color: #555555; font-weight: 700; } .list-vertical li .parents--link { position: relative; display: block; cursor: pointer; } .list-vertical li .parents--link:after { position: absolute; content: "+"; font-weight: 600; font-size: 1.25em; color: #888; right: 10px; top: -4px; } .list-vertical li.seprator { border-top: solid 1px #dee2e6; padding-top: 10px; margin-top: 10px; } .list-vertical .remove_buyTogether { margin-right: 10px; cursor: pointer; } .list-vertical .remove_buyTogether:hover { color: var(--brand-color); } .list-vertical a { color: rgba(0, 0, 0, 0.97); display: block; overflow: hidden; position: relative; font-size: 0.9em; font-weight: 400; display: flex; align-items: center; text-decoration: none; transition: all 0.2s linear; padding: 5px 0; } .list-vertical img { display: inline-block; vertical-align: middle; margin-right: 5px; } .list-vertical .childs { display: none; } .list-vertical .childs.opened { display: block; } .list-vertical .childs li { font-size: 0.95em; margin: 4px 0; padding-left: 0; } .listing--check li { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: rgba(0, 0, 0, 0.97); padding: 0; position: relative; margin: 0.5rem 0; } .listing--check li a { color: currentColor; font-size: 14px; padding: 0; padding-left: 30px; position: relative; min-height: 22px; display: block; } .listing--check li a:before { height: 20px; width: 20px; border: solid 1px #dee2e6; position: absolute; left: 0; top: 0; content: ""; border-radius: 2px; } .listing--check li.is-active a:before { background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); } .listing--check li.is-active a:after { height: 12px; width: 7px; position: absolute; content: ""; display: inline-block; font-size: 16px; text-align: center; line-height: 16px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); left: 6px; top: 2px; } .listing--bullet li { position: relative; line-height: 30px; padding: 0 0 8px 18px; font-size: 0.875em; color: rgba(0, 0, 0, 0.97); } .listing--bullet li:before { position: absolute; left: 0; top: 11px; width: 8px; height: 8px; content: ""; display: inline-block; background-color: #888; } .new__txt { position: relative; background-color: #fff; color: #000; margin-left: 5px; display: flex; align-items: center; } .new__txt:after, .new__txt:before { content: ""; top: 0; bottom: 0; left: 0; right: 0; position: absolute; } .new__txt:before { background: linear-gradient(90deg, #6d47d9, #f73859); border-radius: 4px; z-index: 1; } .new__txt:after { background: inherit; margin: 2px; border-radius: 4px; z-index: 2; } .new__txt__inner { letter-spacing: 1px; position: relative; padding: 4px 4px; text-transform: uppercase; font-size: 0.65em; font-weight: 600; line-height: 1; z-index: 3; color: #000; background: -webkit-linear-gradient(left, #6d47d9, #f73859); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .promotion-area ul { display: flex; justify-content: center; flex-wrap: wrap; } @media (max-width: 767.98px) { .promotion-area ul { justify-content: flex-start; } } .listing--icons li { padding: 10px 1rem; display: flex; } .listing--icons li .fa { font-size: 2.5em; opacity: 0.6; margin: 0 20px 0 0; width: 2.5rem; } .listing--icons li p { font-size: 0.875rem; } .listing--icons li p strong { display: block; opacity: 1; font-weight: 500; } .links--inline { color: rgba(0, 0, 0, 0.97); display: flex; justify-content: center; width: 100%; flex-wrap: wrap; } .links--inline li { font-size: 0.875rem; padding-bottom: 5px; padding-right: 1rem; } .links--inline li a { color: inherit; } .links--inline li a:hover { color: inherit; text-decoration: underline; } .links--inline li .fa { margin: 0 5px 0 0; } .heading1 { color: rgba(0, 0, 0, 0.97); font-size: 2em; } .heading2 { color: rgba(0, 0, 0, 0.97); font-size: 1.8em; } .heading3 { color: rgba(0, 0, 0, 0.97); font-size: 1.3em; } .heading4 { font-size: 1.2em; } .heading4 span { color: var(--brand-color); } span.subheading { color: #555555; display: block; font-weight: 300; font-size: 1.2rem; } .text-small { font-size: 0.875rem; } .section { padding: clamp(3rem, 4vw, 5rem) 0; } @media (max-width: 575.98px) { .section { padding: clamp(1rem, 2vw, 3rem) 0; } } .section-head { width: 100%; margin-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap; gap: 1rem; } @media (min-width: 992px) { .section-head { flex-direction: row; margin-bottom: 1.5rem; } } .section-head-center { justify-content: center; text-align: center; } .section-head-white h2, .section-head-white .h2 { color: #fff !important; } .section-head-action { display: flex; align-items: center; gap: 1rem; min-width: 0; } .section-heading { display: inline-block; } .section-heading h1, .section-heading .h1, .section-heading h2, .section-heading .h2, .section-heading h3, .section-heading .h3, .section-heading h4, .section-heading .h4 { text-wrap: balance; font-weight: 600; } .section-heading h1, .section-heading .h1, .section-heading h2, .section-heading .h2 { font-size: clamp(1.2rem, 1.5vw, 3rem); } .section-heading h1 > span, .section-heading .h1 > span, .section-heading h2 > span, .section-heading .h2 > span { display: block; font-size: 0.875rem; text-align: center; } .section-heading h1 .search-results, .section-heading .h1 .search-results, .section-heading h2 .search-results, .section-heading .h2 .search-results { font-size: 2rem; display: inline-block; } .section-heading-little { color: rgba(0, 0, 0, 0.77); font-size: clamp(0.875rem, 1vw, 1rem) !important; font-weight: 600 !important; text-transform: uppercase; } .section-heading p { font-size: 1rem; font-weight: 300; } .section-foot { text-align: center; margin-top: 1.5rem; } .cookies-notice { position: fixed; z-index: 1060; bottom: 24px; left: 24px; } @media (max-width: 575.98px) { .cookies-notice { right: 24px; } } .cookies-notice-content { background-color: #fff; color: #000; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; width: 100%; max-width: 380px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-flow: column; border-radius: 4px; padding: 24px; } .cookies-notice-content a { color: currentColor; text-decoration: underline; } .cookies-notice-message { color: currentColor; font-size: 13px; font-weight: 400; } .cookies-notice-buttons { display: flex; flex-flow: row nowrap; align-items: center; gap: 8px; } .flat-ui { text-align: center; margin: 120px auto; } .flat-ui img { display: inline-block; margin-bottom: 25px; } .flat-ui h1, .flat-ui .h1 { font-size: 4em; font-weight: 600; color: #000; line-height: 1; } .flat-ui h1 span, .flat-ui .h1 span { line-height: 1; display: block; font-size: 1rem; } .block-empty { margin: auto; } @media (min-width: 768px) { .block-empty { padding: 2rem 20px; } } .block-empty .block__img { display: block; margin: 20px auto 30px !important; } .block-empty .error__img { width: 449px; display: block; margin: 20px auto 0; } .block-empty h3, .block-empty .h3 { font-size: 1.2rem; } .block-empty h6, .block-empty .h6 { font-size: 0.9rem; font-weight: 400; color: currentColor; } .no-product { text-align: center; } .no-product ul { justify-content: center; } .not-found { text-align: center; max-width: 600px; margin: 0 auto; height: 100vh; display: flex; flex-direction: column; justify-content: center; } .not-found img { margin-bottom: 2rem; } .not-found h3, .not-found .h3 { margin-bottom: 1rem; } .not-found p { margin-bottom: 1rem; } .dropdown-item.active, .dropdown-item:active { background-color: var(--brand-color); color: var(--brand-color-inverse); } .dropdown-toggle { position: relative; } .dropdown-header { font-weight: 600; } .dropdown-menu { border: 0 !important; margin: 0; min-width: 14rem; padding: 0; box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15); padding: 1rem 0; border-radius: 4px; left: 0; text-align: left; } .dropdown-menu-anim { animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-item { border: none; } .dropdown-menu-item.logout { font-weight: 600; border-top: solid 1px #dee2e6; } .dropdown-menu-link { width: 100%; background-color: transparent; border: none; font-weight: 500; display: flex; align-items: center; gap: 8px; padding: 10px 1rem; color: inherit; font-size: 0.85rem; text-align: inherit; } .dropdown-menu-link:is(:hover, :focus, :active) { text-decoration: none; background-color: #f3f4f5; color: #000; } .is-active .dropdown-menu-link { text-decoration: none; color: var(--brand-color); background-color: #f3f4f5; color: #000; } @keyframes dropdown-menu-fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes dropdown-menu-move-down { from { margin-top: -10px; } to { margin-top: 0; } } @keyframes dropdown-menu-move-up { from { margin-top: 10px; } to { margin-top: 0; } } .dropdown-toggle[data-bs-toggle="collapse"]:after { transition: all 0.1s ease-in-out; transform-origin: center center; transform: rotate(-90deg); } .dropdown-toggle[data-bs-toggle="collapse"][aria-expanded="true"]:after { transform: rotate(0deg); } .dropdown-toggle:hover { box-shadow: none; } .dropdown-toggle:focus { box-shadow: none; } .nav-block { display: flex; flex-direction: column; padding: 1rem 0; } .nav-block .expand-heading { font-size: 0.8rem; text-transform: uppercase; } .nav-block .nav__item { display: block; border: none; } .nav-block .nav__item.is-active { color: var(--brand-color); } .nav-block .nav__item .nav__link { display: flex; flex-grow: 1; align-items: center; padding: 0.55rem 1.75rem; cursor: pointer; transition: all 0.3s; font-size: 0.85rem; } .box-scroller { overflow-y: auto; max-height: 350px; } .dropdown-options { overflow: hidden; } .dropdown-options .dropdown-toggle { height: 3rem; border-radius: 8px; } .dropdown-options .dropdown-menu-link { display: flex; align-items: center; gap: 5px; } .featured { display: grid; grid-gap: 1rem; grid-template-columns: repeat(4, 1fr); } @media (max-width: 575.98px) { .featured { grid-template-columns: repeat(2, 1fr); } } .featured .featured-item { text-align: center; background-color: #f3f4f5; position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 4px; position: relative; overflow: hidden; border: solid 1px transparent; height: 100%; transition: all 0.2s linear; animation: slideRight 600ms ease both; border: solid 1px transparent; padding: 2rem 0; } .featured .featured-item:hover { background-color: transparent; border-color: var(--brand-color); } .featured .featured-item__body { flex: 1; } .featured .featured-item__foot { text-align: center; } .featured .featured-item__foot .products__rating { justify-content: center; } .featured .featured-item .featured_logo { background-color: #fff; color: #000; border-radius: 50%; overflow: hidden; width: 142px; height: 142px; margin: 0 auto; margin-bottom: 1rem; position: relative; border: solid 1px #dee2e6; display: flex; align-items: center; justify-content: center; padding: 1rem; } @media (max-width: 575.98px) { .featured .featured-item .featured_logo { width: 100px; height: 100px; } } .featured .featured-item .featured_detail { position: relative; z-index: 1; min-height: 60px; } .featured .featured-item .featured_detail .featured_name a { font-size: 1em; color: rgba(0, 0, 0, 0.97); } .featured .featured-item .featured_location { font-size: 0.875rem; color: #9ba5ae; } .fetured-slider .fetured-item { display: table; table-layout: fixed; } .featured-product, .featured-desc { vertical-align: top; display: table-cell; } .fetured-slider .products-head { margin-bottom: 15px; } .fetured-slider .products .products-head-title { white-space: normal; } .featured-product { width: 450px; padding: 10px; } .fetured-slider .fetured-item { border-right: solid 1px #dee2e6; padding: 0 20px; } .fetured-slider .fetured-item:last-child { border-right: none; } .fetured-slider button.slick-prev.slick-arrow { opacity: 0; visibility: hidden; display: none; } .fetured-slider .slick-next { position: absolute; top: 50%; left: 74%; transform: translate(-50%, -50%); text-indent: -9999px; background-color: #ededed; border: none; border-radius: 50%; height: 78px; position: absolute; text-indent: -999999px; width: 78px; z-index: 1; } .fetured-slider .slick-next:after { border-bottom: 3px solid #000000; border-right: 3px solid #000000; content: ""; height: 15px; left: 50%; margin-left: -9px; margin-top: -7px; position: absolute; top: 50%; transform: rotate(-45deg); width: 15px; } .fetured-slider .slick-next:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); } .fetured-slider .slick-next:hover:after { border-bottom-color: #fff; border-right-color: #fff; } .fetured-slider button.slick-prev { display: none !important; } .fetured-slider .featured-desc { vertical-align: middle; } .more-slider { background-color: #fff; color: #000; position: relative; } .more-slider .more_slider_item { padding: 30px 30px; margin: 15px; } .more-slider .more_slider_item:hover { box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); } button:focus, .btn:focus, .btn:active { outline: none; box-shadow: none; } .btn { display: inline-flex; align-items: center; gap: 8px; justify-content: center; border: solid 1px transparent; padding: 0 1.25rem; height: 3rem; border-radius: 4px; font-size: 0.85rem; font-weight: 600; line-height: 3rem; white-space: nowrap; } .btn:hover { text-decoration: none !important; box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); } .btn:focus { outline: none !important; box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); } .btn:active { box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } .btn-brand { background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); } .btn-brand:hover { color: var(--brand-color-inverse); } .btn-outline-brand { background-color: transparent; border-color: var(--brand-color); color: var(--brand-color); } .btn-outline-brand:hover { color: currentColor; background-color: var(--brand-color); color: var(--brand-color-inverse); } .btn-white { background-color: #fff; color: #000; } .btn-white:hover { color: #000; } .btn-outline-white { background-color: transparent; border-color: #fff; color: #fff; } .btn-outline-white:hover { color: currentColor; } .btn-secondary { background-color: var(--secondary-color); color: var(--secondary-color-inverse); border-color: var(--secondary-color); } .btn-secondary:hover { color: var(--secondary-color-inverse) !important; } .btn-outline-secondary { background-color: transparent; border-color: var(--secondary-color); color: var(--secondary-color); } .btn-outline-secondary:hover { color: currentColor; } .btn-black { background-color: #000; border-color: #000; color: #fff; } .btn-black:hover { color: #fff; } .btn-outline-black { background-color: transparent; border-color: #000; color: rgba(0, 0, 0, 0.97); } .btn-outline-black:hover { background-color: #000; color: #fff; } .btn-outline-gray { background-color: transparent; border-color: #dee2e6; color: rgba(0, 0, 0, 0.97); } .btn-outline-gray:hover { color: currentColor; } .btn-block { display: block; width: 100% !important; } .btn-wide { padding-left: 2rem !important; padding-right: 2rem !important; } .btn-sm, .btn-group-sm > .btn { height: auto; padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; } .btn-arrow { gap: 6px; } .btn-arrow .svg { width: 12px; height: 12px; margin-top: -4px; } .btn-icon { gap: 6px; } .btn-link { text-decoration: none; color: rgba(0, 0, 0, 0.97); padding: 0; height: auto; line-height: 1; } .btn-link .arrow { display: inline-block; transition: all 0.2s ease-in-out; } .btn-link .arrow .svg { width: 12px; height: 12px; margin-right: 5px; fill: currentcolor; } .btn-link:hover { box-shadow: none; } .btn-link:hover .arrow { transform: translateX(0.25rem); } .btn-link:focus { box-shadow: none; } .btn-underline { text-decoration: underline; } .btn .icn svg { width: 16px; height: 16px; fill: currentColor; } .btn-back { background-color: #f3f4f5; color: #000; border-radius: 50%; padding: 0; width: 40px; flex-shrink: 0; height: 40px; display: inline-flex; align-items: center; justify-content: center; } .btn-back:is(:hover, :focus, :active, .active) { background-color: #f3f4f5; color: #000; color: #000 !important; } [dir="rtl"] .btn-back .svg { transform: scaleX(-1); } @keyframes moltinShake { 12.5% { transform: translateX(-6px) rotateY(-5deg); } 37.5% { transform: translateX(5px) rotateY(4deg); } 62.5% { transform: translateX(-3px) rotateY(-2deg); } 87.5% { transform: translateX(2px) rotateY(1deg); } 100% { transform: translateX(0); } } .invalid { animation: moltinShake 0.4s ease-in-out 0.1s normal forwards 1 running; } .link-dotted { -webkit-text-decoration: dotted underline; text-decoration: dotted underline; text-underline-offset: 4px; } .link-dotted:hover { color: var(--brand-color); } .link { background-color: transparent; border: none; border-radius: 0; padding: 0; margin: 0; text-align: initial; padding: 0; } .link-brand { background-color: transparent; border: none; border-radius: 0; padding: 0; margin: 0; text-align: initial; color: var(--brand-color); padding: 0; } .link-arrow { background-color: transparent; border: none; border-radius: 0; padding: 0; margin: 0; text-align: initial; padding: 0; border: none; color: var(--brand-color); position: relative; font-size: 0.9rem; font-weight: 600; line-height: 1; white-space: nowrap; text-rendering: optimizeLegibility; transition: color 0.3s ease-in-out; background-color: transparent; background-image: linear-gradient(currentColor, currentColor); background-position: 50% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: background-size 0.3s; display: inline-flex; align-items: center; gap: 4px; } .link-arrow:after { transition: all 0.5s ease; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; display: inline-block; height: 6px; width: 6px; position: relative; top: 0; vertical-align: top; left: 0; transform: rotate(-45deg); line-height: 1; } .link-arrow:hover { color: var(--brand-color); text-decoration: none; } .link-arrow:hover:after { left: 2px; } .link-arrow--inline { display: inline-flex; } .link-text { background-color: transparent; border: none; border-radius: 0; padding: 0; margin: 0; text-align: initial; display: inline-flex; align-items: center; font-size: 0.9rem; color: var(--primary-color); } .link-text .icn { width: 12px; height: 12px; display: block; margin-right: 8px; } .link-text .icn .svg { width: 100%; height: 100%; display: flex; fill: currentColor; } .link-underline { background-color: transparent; border: none; border-radius: 0; padding: 0; margin: 0; text-align: initial; text-align: left; font-size: 0.8rem; padding: 0; font-weight: 600; background-color: transparent; border: none; text-decoration: underline; } .link-underline:hover { text-decoration: none; } .link-dotted { background-color: transparent; border: none; border-radius: 0; padding: 0; margin: 0; text-align: initial; padding: 0; -webkit-text-decoration: dotted underline; text-decoration: dotted underline; text-underline-offset: 4px; } .link-dotted:hover { color: var(--brand-color); } .actions { display: inline-flex; align-items: center; vertical-align: top; flex-flow: nowrap; margin: 0; gap: 6px; } .actions-link { background-color: #f3f4f5; border: none; border-radius: 50%; padding: 8px; line-height: 1.4; text-align: center; color: rgba(0, 0, 0, 0.97); font-size: 0.7rem !important; display: flex; align-items: center; justify-content: center; position: relative; } .actions-link:before { background-color: #f3f4f5; color: #000; content: ""; height: 100%; width: 100%; border-radius: 50%; position: absolute; left: 0px; top: 0px; transform: scale(0.75); opacity: 0; transition: all 0.2s cubic-bezier(0.2, 0.91, 0.85, 0.96) 0s; } .active .actions-link { color: var(--brand-color-inverse); } .active .actions-link:before { background-color: var(--brand-color); color: var(--brand-color-inverse); opacity: 1; transform: scale(1); } .actions-link:is(:hover, :focus, :active, .active) { text-decoration: none !important; fill: var(--brand-color); } .actions-link:is(:hover, :focus, :active, .active):before { opacity: 1; transform: scale(1); } .actions-link .svg { position: relative; } .form .form-group, .form .field-set { margin-bottom: 1.3rem; } .form .form-group.form-group, .form .field-set.form-group { position: relative; } .form-label, .form .label, .form .field_label { font-size: 0.8rem; color: rgba(0, 0, 0, 0.97); margin: 0; margin-bottom: 8px; padding: 0; display: inline-block; cursor: default; font-weight: 600; } .form-label:empty, .form .label:empty, .form .field_label:empty { min-height: 23px; display: block; } .form input[type="text"], .form .custom-select[type="text"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form input[type="text"]:focus, .form .custom-select[type="text"]:focus, .form input[type="text"]:hover, .form .custom-select[type="text"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="text"]:disabled, .form .custom-select[type="text"]:disabled { opacity: 0.5; } .form input[type="text"]:disabled:hover, .form .custom-select[type="text"]:disabled:hover { cursor: not-allowed; } .form input[type="text"].error, .form .custom-select[type="text"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="email"], .form .custom-select[type="email"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form input[type="email"]:focus, .form .custom-select[type="email"]:focus, .form input[type="email"]:hover, .form .custom-select[type="email"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="email"]:disabled, .form .custom-select[type="email"]:disabled { opacity: 0.5; } .form input[type="email"]:disabled:hover, .form .custom-select[type="email"]:disabled:hover { cursor: not-allowed; } .form input[type="email"].error, .form .custom-select[type="email"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="phone"], .form .custom-select[type="phone"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form input[type="phone"]:focus, .form .custom-select[type="phone"]:focus, .form input[type="phone"]:hover, .form .custom-select[type="phone"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="phone"]:disabled, .form .custom-select[type="phone"]:disabled { opacity: 0.5; } .form input[type="phone"]:disabled:hover, .form .custom-select[type="phone"]:disabled:hover { cursor: not-allowed; } .form input[type="phone"].error, .form .custom-select[type="phone"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="search"], .form .custom-select[type="search"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; appearance: none; padding-left: 40px; background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiM4ODgiIGQ9Ik0yMjUuNDc0LDBDMTAxLjE1MSwwLDAsMTAxLjE1MSwwLDIyNS40NzRjMCwxMjQuMzMsMTAxLjE1MSwyMjUuNDc0LDIyNS40NzQsMjI1LjQ3NA0KCQkJYzEyNC4zMywwLDIyNS40NzQtMTAxLjE0NCwyMjUuNDc0LTIyNS40NzRDNDUwLjk0OCwxMDEuMTUxLDM0OS44MDQsMCwyMjUuNDc0LDB6IE0yMjUuNDc0LDQwOS4zMjMNCgkJCWMtMTAxLjM3MywwLTE4My44NDgtODIuNDc1LTE4My44NDgtMTgzLjg0OFMxMjQuMTAxLDQxLjYyNiwyMjUuNDc0LDQxLjYyNnMxODMuODQ4LDgyLjQ3NSwxODMuODQ4LDE4My44NDgNCgkJCVMzMjYuODQ3LDQwOS4zMjMsMjI1LjQ3NCw0MDkuMzIzeiIvPg0KCTwvZz4NCjwvZz4gDQo8Zz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzg4OCIgZD0iTTUwNS45MDIsNDc2LjQ3MkwzODYuNTc0LDM1Ny4xNDRjLTguMTMxLTguMTMxLTIxLjI5OS04LjEzMS0yOS40MywwYy04LjEzMSw4LjEyNC04LjEzMSwyMS4zMDYsMCwyOS40M2wxMTkuMzI4LDExOS4zMjgNCgkJCWM0LjA2NSw0LjA2NSw5LjM4Nyw2LjA5OCwxNC43MTUsNi4wOThjNS4zMjEsMCwxMC42NDktMi4wMzMsMTQuNzE1LTYuMDk4QzUxNC4wMzMsNDk3Ljc3OCw1MTQuMDMzLDQ4NC41OTYsNTA1LjkwMiw0NzYuNDcyeiIvPg0KCTwvZz4NCjwvZz4NCiANCjwvc3ZnPg0K"); background-size: 14px; background-repeat: no-repeat; background-position: calc(13px) center; -webkit-appearance: search-cancel-button; } .form input[type="search"]:focus, .form .custom-select[type="search"]:focus, .form input[type="search"]:hover, .form .custom-select[type="search"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="search"]:disabled, .form .custom-select[type="search"]:disabled { opacity: 0.5; } .form input[type="search"]:disabled:hover, .form .custom-select[type="search"]:disabled:hover { cursor: not-allowed; } .form input[type="search"].error, .form .custom-select[type="search"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="search"]::-webkit-search-cancel-button, .form .custom-select[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; height: 1.25em; width: 1.25em; border-radius: 50em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z'/%3E%3C/svg%3E") no-repeat 50% 50%; background-size: contain; } .form input[type="search"]::-webkit-search-cancel-button:hover, .form .custom-select[type="search"]::-webkit-search-cancel-button:hover { cursor: pointer; } [dir="rtl"] .form input[type="search"], [dir="rtl"] .form .custom-select[type="search"] { background-position: calc(100% - 13px) center; } .form input[type="password"], .form .custom-select[type="password"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form input[type="password"]:focus, .form .custom-select[type="password"]:focus, .form input[type="password"]:hover, .form .custom-select[type="password"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="password"]:disabled, .form .custom-select[type="password"]:disabled { opacity: 0.5; } .form input[type="password"]:disabled:hover, .form .custom-select[type="password"]:disabled:hover { cursor: not-allowed; } .form input[type="password"].error, .form .custom-select[type="password"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="date"], .form .custom-select[type="date"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form input[type="date"]:focus, .form .custom-select[type="date"]:focus, .form input[type="date"]:hover, .form .custom-select[type="date"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="date"]:disabled, .form .custom-select[type="date"]:disabled { opacity: 0.5; } .form input[type="date"]:disabled:hover, .form .custom-select[type="date"]:disabled:hover { cursor: not-allowed; } .form input[type="date"].error, .form .custom-select[type="date"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="url"], .form .custom-select[type="url"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form input[type="url"]:focus, .form .custom-select[type="url"]:focus, .form input[type="url"]:hover, .form .custom-select[type="url"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="url"]:disabled, .form .custom-select[type="url"]:disabled { opacity: 0.5; } .form input[type="url"]:disabled:hover, .form .custom-select[type="url"]:disabled:hover { cursor: not-allowed; } .form input[type="url"].error, .form .custom-select[type="url"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="tel"], .form .custom-select[type="tel"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form input[type="tel"]:focus, .form .custom-select[type="tel"]:focus, .form input[type="tel"]:hover, .form .custom-select[type="tel"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="tel"]:disabled, .form .custom-select[type="tel"]:disabled { opacity: 0.5; } .form input[type="tel"]:disabled:hover, .form .custom-select[type="tel"]:disabled:hover { cursor: not-allowed; } .form input[type="tel"].error, .form .custom-select[type="tel"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="number"], .form .custom-select[type="number"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form input[type="number"]:focus, .form .custom-select[type="number"]:focus, .form input[type="number"]:hover, .form .custom-select[type="number"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="number"]:disabled, .form .custom-select[type="number"]:disabled { opacity: 0.5; } .form input[type="number"]:disabled:hover, .form .custom-select[type="number"]:disabled:hover { cursor: not-allowed; } .form input[type="number"].error, .form .custom-select[type="number"].error { border: 1px solid #fd397a; background-color: transparent; } .form input[type="file"], .form .custom-select[type="file"] { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; overflow: hidden; line-height: 1; width: 100%; text-align: initial; padding-left: 0; } .form input[type="file"]:focus, .form .custom-select[type="file"]:focus, .form input[type="file"]:hover, .form .custom-select[type="file"]:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form input[type="file"]:disabled, .form .custom-select[type="file"]:disabled { opacity: 0.5; } .form input[type="file"]:disabled:hover, .form .custom-select[type="file"]:disabled:hover { cursor: not-allowed; } .form input[type="file"].error, .form .custom-select[type="file"].error { border: 1px solid #fd397a; background-color: transparent; } .form input.field--calender, .form .field--calender.custom-select, .form input[type="date"], .form .custom-select[type="date"] { padding-right: 38px !important; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTIwIDNoLTFWMWgtMnYySDdWMUg1djJINGMtMS4xIDAtMiAuOS0yIDJ2MTZjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yem0wIDE4SDRWMTBoMTZ2MTF6bTAtMTNINFY1aDE2djN6Ii8+PC9zdmc+"); background-size: 16px; background-repeat: no-repeat; background-position: calc(100% - 11px) center; } [dir="rtl"] .form input.field--calender, [dir="rtl"] .form .field--calender.custom-select, [dir="rtl"] .form input[type="date"], [dir="rtl"] .form .custom-select[type="date"] { background-position: calc(0% - -11px) center; } .form select { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 4px; padding-right: 35px; background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPGc+DQoJCTxnIGlkPSJleHBhbmQtbW9yZSI+DQoJCQk8cG9seWdvbiBwb2ludHM9IjI3MC4zLDU4LjY1IDE1MywxNzUuOTUgMzUuNyw1OC42NSAwLDk0LjM1IDE1MywyNDcuMzUgMzA2LDk0LjM1IiAvPg0KCQk8L2c+DQoJPC9nPg0KDQo8L3N2Zz4NCg=="); background-size: 10px; background-repeat: no-repeat; background-position: calc(100% - 12px) center; } .form select:focus, .form select:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form select:disabled { opacity: 0.5; } .form select:disabled:hover { cursor: not-allowed; } .form select.error { border: 1px solid #fd397a; background-color: transparent; } .form select:hover { cursor: pointer; } .form select:disabled { opacity: 0.5; } .form select:disabled:hover { cursor: not-allowed; } [dir="rtl"] .form select { background-position: calc(0% - -12px) center; } .form textarea { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; resize: vertical; resize: vertical; height: 120px; line-height: 1.5; padding-top: 10px; } .form textarea:focus, .form textarea:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .form textarea:disabled { opacity: 0.5; } .form textarea:disabled:hover { cursor: not-allowed; } .form textarea.error { border: 1px solid #fd397a; background-color: transparent; } .form textarea.txtarea-height { height: 85px; } .form:disabled { color: rgba(0, 0, 0, 0.38); background-color: rgba(0, 0, 0, 0.12); box-shadow: none; cursor: initial; border-color: transparent; } .form.is-invalid { border-color: #dc3545; } .form input[type="submit"], .form .custom-select[type="submit"] { border: solid 1px transparent; position: relative; display: inline-block; margin: 0; padding: 0 1.25rem; min-width: 64px; text-align: center; height: 3rem; font-size: 0.85rem; font-weight: 600; line-height: 3rem; overflow: hidden; outline: none; cursor: pointer; width: auto; } .form input button, .form .custom-select button { border: solid 1px transparent; position: relative; display: inline-block; margin: 0; padding: 0 1.25rem; min-width: 64px; text-align: center; height: 3rem; font-size: 0.85rem; font-weight: 600; line-height: 3rem; overflow: hidden; outline: none; cursor: pointer; width: auto; } .form button i:before { opacity: 1 !important; } .form button:focus > :before { opacity: 0.2; } .form button:active > :before { opacity: 0.32; } .form button:active :after { opacity: 0.4; transform: translate(-50%, -50%) scale(0); transition: transform 0s; } .form button:disabled :after { opacity: 0; } .form .no-focus:focus { outline: none !important; border-color: inherit !important; } .custom-select { border: solid 1px #dedede; background-color: transparent; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; border-radius: 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-left: 1rem; padding-right: 35px; background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPGc+DQoJCTxnIGlkPSJleHBhbmQtbW9yZSI+DQoJCQk8cG9seWdvbiBwb2ludHM9IjI3MC4zLDU4LjY1IDE1MywxNzUuOTUgMzUuNyw1OC42NSAwLDk0LjM1IDE1MywyNDcuMzUgMzA2LDk0LjM1IiAvPg0KCQk8L2c+DQoJPC9nPg0KDQo8L3N2Zz4NCg=="); background-size: 10px; background-color: #fff; color: #000; background-repeat: no-repeat; background-position: calc(100% - 11px) center; } [dir="rtl"] .custom-select { background-position: calc(0% - -11px) center; } .custom-select-sm { font-size: 0.8rem; } .custom-select option { line-height: 1.5; } .omni-search { border: solid 1px #dedede; background-color: #fff; border-radius: 4px; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; appearance: none; padding-left: 40px; background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiM4ODgiIGQ9Ik0yMjUuNDc0LDBDMTAxLjE1MSwwLDAsMTAxLjE1MSwwLDIyNS40NzRjMCwxMjQuMzMsMTAxLjE1MSwyMjUuNDc0LDIyNS40NzQsMjI1LjQ3NA0KCQkJYzEyNC4zMywwLDIyNS40NzQtMTAxLjE0NCwyMjUuNDc0LTIyNS40NzRDNDUwLjk0OCwxMDEuMTUxLDM0OS44MDQsMCwyMjUuNDc0LDB6IE0yMjUuNDc0LDQwOS4zMjMNCgkJCWMtMTAxLjM3MywwLTE4My44NDgtODIuNDc1LTE4My44NDgtMTgzLjg0OFMxMjQuMTAxLDQxLjYyNiwyMjUuNDc0LDQxLjYyNnMxODMuODQ4LDgyLjQ3NSwxODMuODQ4LDE4My44NDgNCgkJCVMzMjYuODQ3LDQwOS4zMjMsMjI1LjQ3NCw0MDkuMzIzeiIvPg0KCTwvZz4NCjwvZz4gDQo8Zz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzg4OCIgZD0iTTUwNS45MDIsNDc2LjQ3MkwzODYuNTc0LDM1Ny4xNDRjLTguMTMxLTguMTMxLTIxLjI5OS04LjEzMS0yOS40MywwYy04LjEzMSw4LjEyNC04LjEzMSwyMS4zMDYsMCwyOS40M2wxMTkuMzI4LDExOS4zMjgNCgkJCWM0LjA2NSw0LjA2NSw5LjM4Nyw2LjA5OCwxNC43MTUsNi4wOThjNS4zMjEsMCwxMC42NDktMi4wMzMsMTQuNzE1LTYuMDk4QzUxNC4wMzMsNDk3Ljc3OCw1MTQuMDMzLDQ4NC41OTYsNTA1LjkwMiw0NzYuNDcyeiIvPg0KCTwvZz4NCjwvZz4NCiANCjwvc3ZnPg0K"); background-size: 14px; background-repeat: no-repeat; background-position: calc(13px) center; } .omni-search:focus, .omni-search:hover { border-color: #000; box-shadow: none; transition: 0.3s all ease-in-out; } .omni-search:disabled { opacity: 0.5; } .omni-search:disabled:hover { cursor: not-allowed; } .omni-search.error { border: 1px solid #fd397a; background-color: transparent; } [dir="rtl"] .omni-search { background-position: calc(100% - 13px) center; } .thanks-msg { display: block; font-style: italic; margin: 10px auto; text-align: center; } .btn--fileupload { overflow: hidden; position: relative; cursor: pointer; } .btn--fileupload input, .btn--fileupload .custom-select { opacity: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; cursor: pointer; height: auto !important; } .uploadedphoto { margin: 25px 0; display: block; } .uploadedphoto img { display: inline-block; vertical-align: top; margin-right: 10px; max-width: 150px; } form.custom-form { display: table; width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; } form.custom-form input[type="text"], form.custom-form .custom-select[type="text"] { width: auto; margin: 0; margin-right: 5px; flex: 1; } form.custom-form input[type="submit"], form.custom-form .custom-select[type="submit"] { margin: 0; } .form-apply { margin-bottom: 1rem; position: relative; } .form-apply .btn-apply { position: absolute; right: 2px; top: 1px; bottom: 1px; border: 1px; background-color: #fff; color: #000; color: var(--brand-color); font-weight: 600; width: auto; padding: 0 1rem; } .form-otp .otp-row { display: flex; align-items: center; } .form-otp .otp-col { display: flex; align-items: center; flex: 1; } .form-otp .otp-col input, .form-otp .otp-col .custom-select { text-align: center; } .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; gap: 5px; } .input-group input, .input-group .custom-select { position: relative; flex: 1 1 auto; width: 1% !important; margin-bottom: 0; border-radius: 10px !important; } .icon-group { display: flex; align-items: center; } .icon-group .btn { margin-left: 5px; } .form-text { font-size: 0.7rem; } .form-floating__group { position: relative; } .form-floating__label { position: absolute; left: 1rem; top: 0; line-height: 50px; margin: 0; color: rgba(0, 0, 0, 0.77); font-size: 0.85rem; transform: scale(1); transform-origin: left top; transition: transform 0.2s ease-in-out; pointer-events: none; } .form-floating__field { padding-top: 16px !important; width: 100%; height: 50px !important; line-height: normal; resize: none; transition: all 0.35s ease-in-out; } .form-floating__field:focus { outline-color: var(--brand-color); border-color: var(--brand-color); } .form-floating__field:focus + .form-floating__label { transform: translateY(-6px) scale(0.8); } .form-floating__field.filled + .form-floating__label { opacity: 0.7; transform: translateY(-6px) scale(0.8); } .magni-search { background: url(images/retina/magni-gray.svg) no-repeat 9px center; background-size: 20px; padding-left: 36px; font-size: 0.8rem; } .field-password { position: absolute; right: 5px; top: 0; height: 100%; height: 3rem; width: 3rem; cursor: pointer; font-weight: 500; font-size: 0.8rem; text-align: center; background-repeat: no-repeat; background-position: center; background-color: transparent; border: none; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktdGhyZWUtZG90cyIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMyA5LjVhMS41IDEuNSAwIDEgMSAwLTMgMS41IDEuNSAwIDAgMSAwIDN6bTUgMGExLjUgMS41IDAgMSAxIDAtMyAxLjUgMS41IDAgMCAxIDAgM3ptNSAwYTEuNSAxLjUgMCAxIDEgMC0zIDEuNSAxLjUgMCAwIDEgMCAzeiIvPgo8L3N2Zz4=); } .field-password-show { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktZXllIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0xNiA4cy0zLTUuNS04LTUuNVMwIDggMCA4czMgNS41IDggNS41UzE2IDggMTYgOHpNMS4xNzMgOGExMy4xMzMgMTMuMTMzIDAgMCAxIDEuNjYtMi4wNDNDNC4xMiA0LjY2OCA1Ljg4IDMuNSA4IDMuNWMyLjEyIDAgMy44NzkgMS4xNjggNS4xNjggMi40NTdBMTMuMTMzIDEzLjEzMyAwIDAgMSAxNC44MjggOGMtLjA1OC4wODctLjEyMi4xODMtLjE5NS4yODgtLjMzNS40OC0uODMgMS4xMi0xLjQ2NSAxLjc1NUMxMS44NzkgMTEuMzMyIDEwLjExOSAxMi41IDggMTIuNWMtMi4xMiAwLTMuODc5LTEuMTY4LTUuMTY4LTIuNDU3QTEzLjEzNCAxMy4xMzQgMCAwIDEgMS4xNzIgOHoiLz4KICA8cGF0aCBkPSJNOCA1LjVhMi41IDIuNSAwIDEgMCAwIDUgMi41IDIuNSAwIDAgMCAwLTV6TTQuNSA4YTMuNSAzLjUgMCAxIDEgNyAwIDMuNSAzLjUgMCAwIDEtNyAweiIvPgo8L3N2Zz4=); } .date-selector { position: relative; } .date-selector .single-month .month-wrapper table { width: 100%; float: none; } .date-selector .date-picker-wrapper { background-color: #fff; color: #000; height: auto; display: block; position: absolute; right: 0; border: 0; padding: 10px; border-radius: 10px; z-index: 9; box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; transition: height 2s ease-out; } @media (max-width: 767.98px) { .date-selector .date-picker-wrapper { right: inherit; } } .date-selector .date-picker-wrapper .drp_top-bar button { height: auto; padding: 5px; } .date-selector .date-picker-wrapper .month-wrapper { padding: 0; border: 0; } .date-selector .date-picker-wrapper .month-wrapper table .day { padding: 8px; } .date-selector .date-picker-wrapper .apply-btn, .date-selector .date-picker-wrapper .footer { display: none; } .date-selector .date-picker-wrapper .prev, .date-selector .date-picker-wrapper .next { font-size: 1.1rem; } .date-selector .date-picker-wrapper .prev:hover, .date-selector .date-picker-wrapper .next:hover { background: none !important; color: var(--brand-color) !important; } .price-range-wrap .price-input { font-size: 0.8rem; width: 100%; display: flex; align-items: center; margin-bottom: 1.5rem; gap: 10px; } .price-range-wrap .price-input .field { display: inline-flex; align-items: center; gap: 5px; flex: auto; } .price-range-wrap .price-input .field:last-child { justify-content: flex-end; } .price-range-wrap .price-input .dash { flex: 1; display: flex; font-size: 20px; font-weight: 600; align-items: center; justify-content: center; } .price-range-wrap .price-input-field { background-color: transparent; border: solid 1px #ddd; border-radius: 2px; width: 80px; height: 30px; padding: 5px; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; -moz-appearance: textfield; } .price-range-wrap .price-input input[type="number"]::-webkit-outer-spin-button, .price-range-wrap .price-input .custom-select[type="number"]::-webkit-outer-spin-button, .price-range-wrap .price-input input[type="number"]::-webkit-inner-spin-button, .price-range-wrap .price-input .custom-select[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; } .price-range-wrap .slider { height: 5px; position: relative; background: #ddd; border-radius: 5px; } .price-range-wrap .slider .progress { border-radius: 5px; background: var(--brand-color); height: 100%; left: 25%; right: 25%; position: absolute; } .price-range-wrap .range-input { position: relative; } .price-range-wrap .range-input input, .price-range-wrap .range-input .custom-select { position: absolute; width: 100%; height: 5px; top: -5px; background: none; pointer-events: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .price-range-wrap .range-input input[type="range"]::-webkit-slider-thumb, .price-range-wrap .range-input .custom-select[type="range"]::-webkit-slider-thumb { -webkit-appearance: none !important; appearance: none; width: 24px; height: 24px; background: #fff; border: 2px solid var(--brand-color); border-radius: 50%; cursor: pointer; pointer-events: auto; } .price-range-wrap .range-input input[type="range"]::-webkit-slider-thumb:hover, .price-range-wrap .range-input .custom-select[type="range"]::-webkit-slider-thumb:hover { background: var(--brand-color); } .price-range-wrap .range-input input[type="range"]::-moz-range-thumb, .price-range-wrap .range-input .custom-select[type="range"]::-moz-range-thumb { -webkit-appearance: none !important; -moz-appearance: none; appearance: none; width: 24px; height: 24px; background: #fff; border: 2px solid var(--brand-color); border-radius: 50%; cursor: pointer; pointer-events: auto; } .price-range-wrap .range-input input[type="range"]::-moz-range-thumb:hover, .price-range-wrap .range-input .custom-select[type="range"]::-moz-range-thumb:hover { background: var(--brand-color); } .price-range-wrap .range-input input[type="range"]::-webkit-slider-thumb:active, .price-range-wrap .range-input .custom-select[type="range"]::-webkit-slider-thumb:active { cursor: -webkit-grabbing; } .price-range-wrap .range-input input[type="range"]::-moz-range-thumb:active, .price-range-wrap .range-input .custom-select[type="range"]::-moz-range-thumb:active { cursor: -moz-grabbing; } .price-range-wrap .range-input input[type="range"]:focus, .price-range-wrap .range-input .custom-select[type="range"]:focus { outline: none; } .checkbox, .radio { margin: 0; font-size: 0.8rem; font-weight: 400; line-height: 1rem; cursor: pointer; display: flex; gap: 8px; } .checkbox input, .radio input, .checkbox .custom-select, .radio .custom-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; top: -1px; right: 0; bottom: 0; left: 0; height: 20px; width: 20px; flex: 0 0 20px; max-width: 20px; transition: all 0.15s ease-out 0s; border: solid 1px #c1c9d0; border-radius: 2px; background-color: transparent; cursor: pointer; display: inline-block; padding: 0 !important; outline: none; position: relative; z-index: 1; vertical-align: middle; } .checkbox input[disabled], .radio input[disabled], .checkbox .custom-select[disabled], .radio .custom-select[disabled] { opacity: 0.6; cursor: not-allowed; } .checkbox input:hover, .radio input:hover, .checkbox .custom-select:hover, .radio .custom-select:hover { border-color: #8796a4; text-decoration: none !important; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 1px 10px 0px rgba(0, 0, 0, 0.04); } .checkbox input:focus, .radio input:focus, .checkbox .custom-select:focus, .radio .custom-select:focus { outline: none !important; box-shadow: inset 0px 1px 2px -1px rgba(0, 0, 0, 0.08), inset 0px 4px 5px 0px rgba(0, 0, 0, 0.08), inset 0px 1px 10px 0px rgba(0, 0, 0, 0.08); } .checkbox input:active, .radio input:active, .checkbox .custom-select:active, .radio .custom-select:active { box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 1px 10px 0px rgba(0, 0, 0, 0.04); } .checkbox input:checked, .radio input:checked, .checkbox .custom-select:checked, .radio .custom-select:checked { background-color: #000; border-color: #000; color: #fff; } .checkbox input:checked:before, .radio input:checked:before, .checkbox .custom-select:checked:before, .radio .custom-select:checked:before { height: 10px; width: 6px; position: absolute; content: ""; display: inline-block; font-size: 1rem; text-align: center; line-height: 1rem; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); left: 50%; top: 50%; margin: -7px 0 0 -3px; } .checkbox input:checked:after, .radio input:checked:after, .checkbox .custom-select:checked:after, .radio .custom-select:checked:after { background-color: #000; color: #fff; content: ""; display: block; position: relative; z-index: 100; } .radio input, .radio .custom-select { border-radius: 50% !important; } .radio input:after, .radio .custom-select:after { border-radius: 50%; } .switch { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; cursor: pointer; } .switch input, .switch .custom-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .switch input:empty, .switch .custom-select:empty { flex: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; overflow: hidden; position: absolute; display: inline-block; position: relative; text-indent: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; line-height: 30px; margin: 2px 0; height: 30px; width: 54px; border-radius: 16px; } .switch input:empty:before, .switch .custom-select:empty:before { position: absolute; display: block; top: 0; bottom: 0; left: 0; content: " "; transition: all 100ms ease-in; width: 54px; border-radius: 16px; background-color: #666; } .switch input:empty:after, .switch .custom-select:empty:after { position: absolute; display: block; top: 0; bottom: 0; left: 0; content: " "; transition: all 100ms ease-in; width: 54px; border-radius: 16px; height: 24px; width: 24px; line-height: 26px; top: 3px; bottom: 3px; margin-left: 3px; font-size: 0.9em; text-align: center; color: #f8f9fb; background-color: #fff; color: #000; } .switch input:checked:after, .switch .custom-select:checked:after { margin-left: 26px; } .switch input:checked:before, .switch .custom-select:checked:before { background-color: blue; color: #fff; } .switch input[disabled], .switch .custom-select[disabled] { cursor: not-allowed; opacity: 0.5; } .switch-outline { background-color: transparent; border: solid 1px #dee2e6; border-radius: 4px; padding: 10px; } .switch.switch-lg input:empty, .switch.switch-lg .custom-select:empty { line-height: 40px; margin: 2px 0; height: 40px; width: 75px; border-radius: 20px; } .switch.switch-lg input:empty:before, .switch.switch-lg .custom-select:empty:before { width: 72px; border-radius: 20px; } .switch.switch-lg input:empty:after, .switch.switch-lg .custom-select:empty:after { width: 72px; border-radius: 20px; height: 34px; width: 34px; line-height: 34px; top: 3px; bottom: 3px; margin-left: 3px; font-size: 1em; text-align: center; vertical-align: middle; } .switch.switch-lg input:checked:after, .switch.switch-lg .custom-select:checked:after { margin-left: 34px; } .switch.switch-sm input:empty, .switch.switch-sm .custom-select:empty { width: 40px; line-height: 20px; margin: 2px 0; height: 20px; } .switch.switch-sm input:empty:before, .switch.switch-sm .custom-select:empty:before { width: 38px; } .switch.switch-sm input:empty:after, .switch.switch-sm .custom-select:empty:after { height: 16px; width: 16px; line-height: 16px; top: 2px; bottom: 2px; margin-left: 2px; font-size: 0.7rem; text-align: center; vertical-align: middle; } .switch.switch-sm input:checked:after, .switch.switch-sm .custom-select:checked:after { margin-left: 20px; } .custom-upload { display: flex; flex-direction: column; } .custom-upload [type="file"] { border: none !important; height: 0 !important; overflow: hidden !important; width: 0 !important; padding: 0 !important; } .custom-upload [type="file"] + label { border: solid 1px #dee2e6; border-radius: 4px; cursor: pointer; display: block; font-weight: 400; margin-bottom: 1rem; outline: none; padding: 0 1rem; margin: 0; position: relative; transition: all 0.3s; text-align: center; width: 100%; height: 3rem; font-size: 0.85rem; line-height: 3rem; overflow: hidden; } .custom-upload [type="file"] + label span { display: inline-block; height: 100%; transition: all 0.3s; width: 100%; } .custom-upload [type="file"] + label:hover::before { top: 0; } .custom-upload [type="file"] + label:hover span { transform: translateY(300%); } .custom-upload [type="file"] + label::before { content: ""; opacity: 0.5; height: 100%; left: 0; line-height: 2.6; position: absolute; top: -180%; transition: all 0.3s; width: 100%; background-repeat: no-repeat; background-size: 20px; background-position: center; background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjA1NiA1MTIuMDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDU2IDUxMi4wNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8Zz4NCgkJCTxwYXRoIGQ9Ik00MjYuNjM1LDE4OC4yMjRDNDAyLjk2OSw5My45NDYsMzA3LjM1OCwzNi43MDQsMjEzLjA4LDYwLjM3QzEzOS40MDQsNzguODY1LDg1LjkwNywxNDIuNTQyLDgwLjM5NSwyMTguMzAzDQoJCQkJQzI4LjA4MiwyMjYuOTMtNy4zMzMsMjc2LjMzMSwxLjI5NCwzMjguNjQ0YzcuNjY5LDQ2LjUwNyw0Ny45NjcsODAuNTY2LDk1LjEwMSw4MC4zNzloODB2LTMyaC04MGMtMzUuMzQ2LDAtNjQtMjguNjU0LTY0LTY0DQoJCQkJYzAtMzUuMzQ2LDI4LjY1NC02NCw2NC02NGM4LjgzNywwLDE2LTcuMTYzLDE2LTE2Yy0wLjA4LTc5LjUyOSw2NC4zMjctMTQ0LjA2NSwxNDMuODU2LTE0NC4xNDQNCgkJCQljNjguODQ0LTAuMDY5LDEyOC4xMDcsNDguNjAxLDE0MS40MjQsMTE2LjE0NGMxLjMxNSw2Ljc0NCw2Ljc4OCwxMS44OTYsMTMuNiwxMi44YzQzLjc0Miw2LjIyOSw3NC4xNTEsNDYuNzM4LDY3LjkyMyw5MC40NzkNCgkJCQljLTUuNTkzLDM5LjI3OC0zOS4xMjksNjguNTIzLTc4LjgwMyw2OC43MjFoLTY0djMyaDY0YzYxLjg1Ni0wLjE4NywxMTEuODQ4LTUwLjQ4MywxMTEuNjYtMTEyLjMzOQ0KCQkJCUM1MTEuODk5LDI0NS4xOTQsNDc2LjY1NSwyMDAuNDQzLDQyNi42MzUsMTg4LjIyNHoiLz4NCgkJCTxwYXRoIGQ9Ik0yNDUuMDM1LDI1My42NjRsLTY0LDY0bDIyLjU2LDIyLjU2bDM2LjgtMzYuNjR2MTUzLjQ0aDMydi0xNTMuNDRsMzYuNjQsMzYuNjRsMjIuNTYtMjIuNTZsLTY0LTY0DQoJCQkJQzI2MS4zNTQsMjQ3LjQ2LDI1MS4yNzYsMjQ3LjQ2LDI0NS4wMzUsMjUzLjY2NHoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K"); } .custom-upload .uploaded-files { position: relative; padding: 0.6rem 0.75rem; border: solid 1px #dee2e6; border-radius: 4px; display: flex; justify-content: space-between; align-items: center; margin: 0.3rem 0; font-size: 0.8rem; color: rgba(0, 0, 0, 0.97); } .custom-upload .uploaded-files .file-name { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; display: block; padding-right: 2rem; } .custom-upload .uploaded-files .btn-close { position: absolute; top: 10px; right: 10px; } .custom-upload .uploaded-files .delete { background-color: transparent; border: none; border-radius: 0; padding: 0; margin: 0; text-align: initial; } .ftshops { color: #fff; } .ftshops a { color: inherit; } .ftshops .ftshops_item { background-color: #fff; color: #000; display: flex; justify-content: space-between; } @media (max-width: 575.98px) { .ftshops .ftshops_item { flex-direction: column; } } .ftshops .shop-detail-side { text-align: center; background: #373737; position: relative; display: flex; align-items: center; justify-content: center; flex: 1; max-width: 350px; border-radius: 4px; position: relative; overflow: hidden; } @media (max-width: 991.98px) { .ftshops .shop-detail-side { max-width: 260px; } } @media (max-width: 575.98px) { .ftshops .shop-detail-side { max-width: 100%; margin-bottom: 1rem; } } .ftshops .shop-detail-side:after { box-sizing: content-box; width: 0; height: 12.5rem; border: 180px solid var(--secondary-color); border-top: 0 solid; border-bottom: 35px solid rgba(0, 0, 0, 0); color: #000; text-overflow: clip; position: absolute; top: 0; content: ""; } .ftshops .shop-detail-side .products__rating { justify-content: center; } .ftshops .shop-detail-side .shop-detail-inner { position: relative; z-index: 1; } .ftshops .product-wrapper { margin-left: 1rem; flex: 1; border-radius: 4px; } @media (max-width: 767.98px) { .ftshops .product-wrapper { overflow-x: auto; } .ftshops .product-wrapper > .row { flex-wrap: nowrap; } .ftshops .product-wrapper > .row > .col { flex: 0 0 280px; max-width: 280px; } } .ftshops .product-wrapper .products { height: 100%; } .ftshops .ftshops_item_head { border-bottom: solid 1px #dee2e6; } .ftshops .ftshops_logo { background-color: #fff; color: #000; border-radius: 50%; overflow: hidden; width: 142px; height: 142px; margin: 20px auto; position: relative; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11); display: flex; align-items: center; justify-content: center; padding: 1rem; } .ftshops .ftshops_detail { font-size: 1em; } .ftshops .ftshops_item_head_right { margin: 15px auto; text-align: center; color: #fff; } .ftshops .ftshops_name { font-size: 1.15em; font-weight: 600; } .ftshops .ftshops_location { color: #9ba5ae; font-size: 0.9em; } .ftshops .ftshops_body { background-color: #fff; color: #000; } .ftshops .ftshops_body .products { float: left; width: 50%; padding: 20px; border-right: solid 1px #dee2e6; } .ftshops .ftshops_body .products:last-child { border-right: none; } .ftshops.ftshops-rtl .shop-detail-side { order: 2; } .ftshops.ftshops-rtl .shop-detail-side:after { border-left-color: var(--brand-color); border-right-color: var(--brand-color); } @media (max-width: 575.98px) { .ftshops.ftshops-rtl .shop-detail-side { order: inherit; } } .ftshops.ftshops-rtl .product-wrapper { margin-left: 0; margin-right: 1rem; } .ft-pro-wrapper { display: grid; grid-gap: 1px; grid-template-columns: repeat(5, 1fr); border-radius: 4px; background-color: #dee2e6; color: #fff; min-height: auto; } @media (max-width: 575.98px) { .ft-pro-wrapper { grid-template-columns: 50% 50%; grid-gap: 1px; border: none; background-color: none; } } .ft-pro-wrapper .products { height: 100%; border-radius: 0; border: none; } .ft-pro-wrapper .products .content-overlay { background: rgba(0, 0, 0, 0.7); position: absolute; height: 100%; width: 100%; left: 0; top: 0; bottom: 0; right: 0; opacity: 0; transition: all 0.4s ease-in-out 0s; z-index: 1; pointer-events: none; } .ft-pro-wrapper .products:hover .content-overlay { opacity: 1; } .ft-pro-wrapper .products:hover .content-details { top: 50%; left: 50%; opacity: 1; } .ft-pro-wrapper .ft-pro { position: relative; background-color: #fff; color: #000; } .ft-pro-wrapper .ft-pro .tag--soldout { top: auto; bottom: 20px; } .ft-pro-wrapper .ft-pro.ft-pro-1 { grid-column-start: 1; grid-column-end: 3; grid-row-start: 1; grid-row-end: 3; } @media (max-width: 575.98px) { .ft-pro-wrapper .ft-pro.ft-pro-1 { -ms-grid-column-span: 3; grid-column-end: 3; -ms-grid-row-span: 2; grid-row-end: 2; } } .ft-pro-wrapper .ft-pro.ft-pro-1 .products { padding: 0; } .ft-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(335px, 1fr)); } @media (max-width: 575.98px) { .ft-products { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } } .ft-products .products--layout { display: flex; align-items: center; justify-content: space-between; height: 100%; } .ft-products .products--layout .products__body { position: relative; width: 150px; } .ft-products .products--layout .products__img { margin: 0; } .ft-products .products--layout .products__footer { padding: 20px; width: calc(100% - 150px); text-align: left; } .ft-products .products--layout .products__footer .products__title { padding-left: 0; } .content-details { color: #fff; position: absolute; z-index: 1; text-align: center; padding-left: 1em; padding-right: 1em; width: 100%; top: 80%; left: 50%; opacity: 0; transform: translate(-50%, -50%); transition: all 0.3s ease-in-out 0s; } .irs { position: relative; display: block; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .irs-line { position: relative; display: block; overflow: hidden; outline: none !important; } .irs-line-left, .irs-line-mid, .irs-line-right { position: absolute; display: block; top: 0; } .irs-line-left { left: 0; width: 11%; } .irs-line-mid { left: 9%; width: 82%; } .irs-line-right { right: 0; width: 11%; } .irs-bar { position: absolute; display: block; left: 0; width: 0; } .irs-bar-edge { position: absolute; display: block; top: 0; left: 0; } .irs-shadow { position: absolute; display: none; left: 0; width: 0; } .irs-slider { position: absolute; display: block; cursor: default; z-index: 1; } .irs-slider.type_last { z-index: 2; } .irs-min { position: absolute; display: block; left: 0; cursor: default; } .irs-max { position: absolute; display: block; right: 0; cursor: default; } .irs-from, .irs-to, .irs-single { position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap; } .irs-grid { position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px; } .irs-with-grid .irs-grid { display: block; } .irs-grid-pol { position: absolute; top: 0; left: 0; width: 1px; height: 8px; background-color: #000; } .irs-grid-pol.small { height: 4px; } .irs-grid-text { position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center; font-size: 9px; line-height: 9px; padding: 0 0px; color: #000; } .irs-disable-mask { position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%; cursor: default; background: rgba(0, 0, 0, 0); z-index: 2; } .irs-disabled { opacity: 0.4; } .lt-ie9 .irs-disabled { filter: alpha(opacity=40); } .irs-hidden-input { position: absolute !important; display: block !important; top: 0 !important; left: 0 !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important; margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important; border-style: solid !important; border-color: transparent !important; } .label { font-size: 0.75rem; font-weight: 400; padding: 4px 8px; text-align: center; white-space: nowrap; display: inline-block; border-radius: 4px; } .label-default { background-color: #fff; color: #000; border: solid 1px #dee2e6; } .label-primary { background-color: var(--brand-color); color: var(--brand-color-inverse); } .label-secondary { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .label-success { background: #e9fcfa; color: #1dc9b7; } .label-info { background: #dee5fb; color: #5578eb; } .label-danger { background: #ffd0e0; color: #fd397a; } .label-warning { background: #fff1d5; color: #ffb822; } .badge { font-size: 0.75rem; font-weight: 400; padding: 4px 8px; text-align: center; white-space: nowrap; display: inline-block; border-radius: 4px; } .badge-default { background: #fff; border: solid 1px #dee2e6; } .badge-brand { background-color: var(--brand-color); color: var(--brand-color-inverse); } .badge-primary { background-color: var(--brand-color); color: var(--brand-color-inverse); } .badge-success { background: #e9fcfa; color: #1dc9b7; } .badge-info { background: #dee5fb; color: #5578eb; } .badge-danger { background: #ffd0e0; color: #fd397a; } .badge-warning { background: #fff1d5; color: #ffb822; } .media > li { width: 100%; display: inline-block; position: relative; padding: 15px 0; border-top: solid 1px #dee2e6; } .media > li:first-child { border-top: none; } .media > li .avtar { width: 50px; height: 50px; } .media > li .grid { display: inline-block; vertical-align: top; padding: 0 20px 0 0; } .media > li .grid--second { padding-top: 10px; width: 20%; } .media > li .grid--third { width: 64%; padding-top: 4px; } .media > li .grid--fourth { padding-right: 0; float: right; } .media > li.is-read .media__title { font-weight: normal; color: #666; } .media > li.is-read .media__description { color: #666; } .media > li a { color: inherit; } .media__date { display: block; text-transform: uppercase; font-size: 0.9em; line-height: 1; } .media__title { font-weight: 700; display: block; margin: 2px 0 5px 0; } .media .media__description { opacity: 0.6; } .media--small .media__description { font-size: 0.9em; line-height: 1.3; } .media--small > li { padding-left: 65px; } .media--small > li .grid { padding: 0; } .media--small > li .grid--first { position: absolute; left: 0; } .media--small > li .grid--second { padding-top: 0; width: auto; } .media--small > li .grid--third { width: auto; display: block; } .media--details > li:first-child { border-top: solid 1px #dee2e6; } .media--details > li:last-child { padding-bottom: 0; } .media--details > li .grid--first { padding: 5px 20px 0 0; } .media--details > li .grid--third { width: 100%; padding: 0 0 0 74px; } .inline-images { display: flex; flex-wrap: wrap; } .inline-images li { padding: 1rem; border: solid 1px #dee2e6; border-radius: 4px; position: relative; font-size: 0.8rem; position: relative; color: rgba(0, 0, 0, 0.97); margin-right: 0.5rem; margin-bottom: 10px; } .inline-images li:last-child { margin-right: 0; } .inline-images li img { display: block; margin: auto; } .inline-images li .deleteLink { position: absolute; z-index: 1; top: 10px; right: 10px; color: inherit; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; } .inline-images li .deleteLink:hover { background-color: #212529; color: #fff; } .inline-images li p { margin: 0; } .message { text-align: center; max-width: 600px; margin: 0 auto; } .message h6, .message .h6 { font-weight: normal; padding: 0 0 20px 0; } .message .fa { font-size: 6em; color: #24b26b; margin: 0 0 10px 0; animation: fall-in 1s; } .message a { text-decoration: underline; } .modal-content { border: none; border-radius: 4px; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); } .modal-content .close { font-weight: 400; } .modal-header { padding: 1rem; } .modal-header .close { margin: -1rem; margin-left: auto !important; } .modal-header .btn-close { margin-left: auto !important; margin-right: 0 !important; } .modal-title { font-size: 1.2rem; color: rgba(0, 0, 0, 0.97); display: flex; gap: 10px; align-items: center; } .modal-title small, .modal-title .small { font-size: 0.8rem; } .modal-body { padding: 1rem; } .modal-footer { padding: 1rem; } .modal.fixed-right { padding-right: 0 !important; } .modal.fixed-right.fade .modal-dialog-vertical { transform: translateX(100%); } .modal.fixed-right.show .modal-dialog-vertical { transform: translateX(0); } .modal.fixed-right .modal-content { border-radius: 0 !important; } .modal-dialog-vertical { height: 100%; max-width: 500px; margin: 0; margin-left: auto; } .modal-dialog-vertical .modal-content { border-radius: 4px; height: inherit; overflow-y: auto; } .modal-dialog-vertical .modal-content .modal-header { padding: 1.5rem 2rem; } .modal-dialog-vertical-sm { max-width: 250px; } .modal-dialog-vertical-md { max-width: 750px; } .modal-dialog-vertical-lg { max-width: 1000px; } button.close { font-weight: 400; font-size: 1.5rem; } .dialogue .icn { font-size: 5rem; margin-bottom: 2rem; } .dialogue .icn-warning { color: #ffb822; } .dialogue .icn-success { color: #1dc9b7; } .dialogue .icn-danger { color: #fd397a; } .modal-content { border: none; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); } .modal-content .close { font-weight: 400; } .modal-content__getDemo .modal-title { font-size: 1.25rem; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 0.25rem; } .modal-content__getDemo .modal-title span { color: var(--brand-color); } .modal-content__getDemo .modal-subtitle { font-size: 0.875rem; letter-spacing: 0.5px; } .modal-content__getDemo .close { font-size: 2.5rem; position: absolute; top: 1rem; right: 1.75rem; } .modal-content__getDemo .right--desc { font-size: 0.875rem; } .modal-content__getDemo .form input, .modal-content__getDemo .form .custom-select, .modal-content__getDemo .form select, .modal-content__getDemo .form textarea { border-radius: 10px; } .modal-content__getDemo .btn-submit { padding: 14px 56px; font-size: 1rem; border-radius: 10px; letter-spacing: 0.32px; } .modal-content__getDemo .date-picker-wrapper { width: -moz-fit-content; width: fit-content; } .modal-content__getDemo .date-picker-wrapper .month-wrapper, .modal-content__getDemo .date-picker-wrapper table, .modal-content__getDemo .date-picker-wrapper .time1 { width: 100% !important; } .modal-content__getDemo .date-picker-wrapper .time1 label { display: flex; justify-content: center; } .btn-close { background-color: #d7dbde; background-size: 40%; border-radius: 50%; } .offcanvas-backdrop { opacity: 1 !important; background-color: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); } .offcanvas-start { border: none; right: auto; left: 0; transform: translateX(-100%); } @media (max-width: 767.98px) { .offcanvas-start { width: 100%; } } .offcanvas-end { border: none; left: auto; right: 0; transform: translateX(100%); } .offcanvas .btn-close-end { margin-left: auto; } .ml-container { margin: 0px; } .ml-ul { overflow: auto; list-style-type: none; padding: 0; margin: 15px 0px; max-height: 340px; } .ml-ul label { width: 100%; font-size: 13px; font-family: sans-serif; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .ml-li { padding: 0px 0px 6px 0px; margin-right: 10px; } .ml-disabled-element-li { background-color: #e4e8ea; } .ml-disabled-element-li label { padding-left: 23px; } .ml-hide { display: none !important; } .panel { width: 100%; } .panel.panel--custom .panel__left { float: left; width: calc(100% - 180px); } .panel.panel--custom .panel__right { width: 160px; float: right; } .panel.panel--wide .panel__left { clear: left; float: left; width: 220px; } .panel.panel--wide .panel__right { float: right; width: calc(100% - 220px); padding: 0 0 0 25px; } .panel--centered { margin: 0px auto 20px; } .panel--centered .box { padding: 20px; } .panel--centered .box--tabled { padding: 2.5rem 100px; position: relative; } .box--tabled { display: table; table-layout: fixed; width: 100%; } .box--tabled .box-cell { display: table-cell; vertical-align: top; padding: 0 70px 0 0; width: 55%; } .box--tabled .box-cell:first-child { border-right: solid 1px #dee2e6; } .box--tabled .box-cell:last-child { vertical-align: top; width: 45%; -webkit-padding-end: 0; -moz-padding-end: 0; padding-right: 0; } .box--tabled .box-cell .listing--icons { padding: 50px 0 50px 50px; position: relative; top: 20px; } .panel--cols { padding: 20px 0; } .panel--cols .col--left { -webkit-padding-end: 30px; -moz-padding-end: 30px; padding-right: 30px; clear: left; } .panel--cols .col--right { float: right; clear: right; } .panel__head { padding: 0 0 10px 0; width: 100%; display: inline-block; } .panel__head h2, .panel__head .h2 { display: inline-block; vertical-align: middle; } .panel__head p { display: inline-block; clear: left; } .panel__head .btn { vertical-align: top; } .panel__head .links--inline { float: right; width: auto; } .panel__head .panel__head_action { float: right; } .panel__head .links--inline li { padding: 0 0 0 20px; position: relative; } .panel__head .links--inline li strong { color: #555555; } .panel__head .links--inline li:after { content: "|"; margin-left: 5px; } .panel__head .links--inline li:last-child:after { content: normal; } .product { position: relative; background-color: #fff; color: #000; overflow: hidden; transition: all 0.2s linear; } .product:hover { border-color: var(--brand-color); } .product:hover-body-img img { transform: scale3d(0.9, 0.9, 0.9); } .product-img { aspect-ratio: 1; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; display: block; } .filled .product-img { background-color: #fff; background-image: none; } .product-img > a { aspect-ratio: inherit; display: block; } .product-img img { background-color: #fff; } .product-head-head-date { color: inherit; font-size: 0.875em; } .product-head-head-lable { display: inline; line-height: 1; vertical-align: baseline; white-space: nowrap; background-color: var(--brand-color); color: var(--brand-color-inverse); border-radius: 0; font-weight: normal; border-color: #fee188; color: #fff; padding: 3px 8px 4px; position: absolute; right: 15px; top: 15px; font-size: 0.8em; text-align: right; border-radius: 2px; z-index: 1; } .product-head-head-lable:before { border-color: rgba(0, 0, 0, 0) var(--brand-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); -o-border-image: none; border-image: none; border-style: solid; content: normal; display: inline-block; left: -14px; position: absolute; top: 0; border-width: 10px 7px; } .product-body { position: relative; } .product-body-img { aspect-ratio: 1; display: block; margin: 0 0 15px; position: relative; width: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; } .product-body-img:before { color: #dadada; background-size: 100%; font-size: 100px; height: 20px; left: calc(50% - 10px); line-height: 46px; margin: 0; position: absolute; text-align: center; top: calc(50% - 10px); width: 20px; } .product-body-img img { max-width: 100%; width: 100%; bottom: 0; left: 0; margin: auto; position: absolute; right: 0; top: 0; transition: all 0.5s linear; transform: scale3d(0.8, 0.8, 0.8); } .product-foot { padding-bottom: 15px; color: rgba(0, 0, 0, 0.97); } .product-name { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1rem; font-weight: 500; color: rgba(0, 0, 0, 0.97); display: block; width: 100%; margin-bottom: 3px; } .product-title { color: inherit; margin: 0 auto; padding: 10px; font-size: 0.9em; font-weight: 400; min-height: 62px; } .product-title a { color: inherit; font-size: inherit; font-weight: inherit; } .product-category { color: #9ba5ae; font-size: 0.8em; font-weight: 400; } .product-price { font-size: 0.85em; color: inherit; padding: 0; font-weight: 600; } .product .product_off { font-size: 0.875rem; font-weight: 300; color: var(--brand-color); display: inline-block; } .product-price_sold { font-size: 0.875rem; font-weight: 300; color: #9ba5ae; line-height: 1; vertical-align: middle; } .product-price_old { font-weight: 300; color: #9ba5ae; line-height: 1; text-decoration: line-through; } .product-head-specification { color: #9ba5ae; font-size: 1em; font-weight: 300; } .product.item--sold { opacity: 0.3; } .product.item--sold:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255, 255, 255, 0.85); pointer-events: none; content: ""; } .product_ft_list li { color: #9ba5ae; font-size: 0.9em; font-weight: 300; margin: 4px 0; position: relative; padding: 0 16px; } .product_ft_list li:before { border-radius: 50%; width: 9px; height: 9px; background: #d9d9d9; position: absolute; left: 0; top: 5px; display: block; content: ""; } .not-available { background-color: rgba(255, 255, 255, 0.9); color: #fd397a; border-radius: 4px; border: none; padding: 0.5rem; position: absolute; top: 0; bottom: 0; left: 0; z-index: 3; font-size: 0.8rem; font-weight: 600; right: 0; margin: auto; white-space: nowrap; display: flex; flex-direction: column; align-items: center; justify-content: center; } .not-available .svg { width: 2rem; height: 2rem; margin-bottom: 1rem; } .not-pick-ship { position: absolute; top: 1rem; left: 4rem; display: flex; justify-content: center; align-items: center; gap: 6px; background-color: rgba(0, 0, 0, 0.88); color: #fff; padding: 8px 12px; font-size: 0.7rem; font-weight: 600; text-align: center; z-index: 1; border-radius: 4px; } .not-pick-ship .svg { display: none; } .collection-toggle.is-active .svg { fill: var(--secondary-color); } .rating { display: flex; align-items: center; } .products__rating { vertical-align: middle; padding: 3px 5px; margin: 5px 0; display: flex; align-items: center; justify-content: flex-start; font-size: 0.85em; display: flex; align-items: center; line-height: 0; } .products__rating a { color: inherit; font-size: inherit; } .products__rating.left--align { justify-content: flex-start; } .products__rating .icn { margin-right: 5px; } .products__rating .rate { line-height: 1; font-size: 0.8rem; display: inline-block; } .products__rating .rate span { font-size: 0.875em; color: #9ba5ae; } .products__rating .be-first { line-height: 1; font-size: 0.9em; font-weight: 300; display: inline-block; vertical-align: top; } .products__rating .svg { width: 13px; height: 13px; margin-right: 5px; } .products__rating .svg svg { vertical-align: top; margin-right: 0px; fill: var(--brand-color); vertical-align: top; } .products-reviews { display: inline-block; vertical-align: middle; } .products-reviews .icn { margin-right: 5px; } .products-reviews .icn svg { width: 16px; height: 16px; } .products-reviews .rate { font-size: 0.875rem; margin-right: 10px; display: flex; align-items: center; } .products-reviews .totals-review { color: var(--brand-color) !important; display: block; } .products-reviews .totals-review .link:after { background-color: var(--brand-color); color: var(--brand-color-inverse); } .tag--soldout { background: red; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); color: #fff; font-size: 0.7em; height: 60px; width: 60px; left: 0; right: 0; margin: 0 auto; line-height: 1.2; padding: 17px 10px; border-radius: 50%; position: absolute; text-transform: uppercase; top: 50%; z-index: 2; font-weight: 600; text-align: center; transform: translateY(-50%); } .tag--soldout-full { position: static; width: 100%; border-radius: 4px; height: auto; transform: none; } .tag--soldout.tag--soldout-small { padding: 9px 7px; width: 40px; height: 40px; font-size: 0.6rem; } .item { display: flex; align-items: flex-start; } .item__pic { max-width: 50px; flex: 0 0 50px; border: solid 1px #dee2e6; border-radius: 4px; margin: 0; margin-right: 10px; display: flex; justify-content: center; align-items: center; overflow: hidden; aspect-ratio: 1/1; background-color: rgba(0, 0, 0, 0.03); } .item__pic-seller { flex: 0 0 100px; max-width: 100px; padding: 16px; } .item__description { font-size: 0.8rem; min-width: 180px; max-width: 400px; } .item__description .item__pic { margin-right: 10px; } .item__description .item__title { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: rgba(0, 0, 0, 0.97); margin: 0 0 4px 0; font-weight: 600; overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; hyphens: auto; } .item__description .item__title a { opacity: 1; color: inherit; font-weight: inherit; } .item__description .item__title a:hover { text-decoration: underline; } .item__description .item__sub_title { display: block; opacity: 0.8; } .item__description .item__brand { font-style: italic; } .item__description .item__location { margin-bottom: 5px; } .item__description .item__location .svg { width: 14px; height: 14px; } .item__description .item__category { opacity: 0.8; } .item__description .item__specification { color: #4e5862; } .item__description p { margin: 3px 0; } .item__price { font-weight: 600; } .item__price_old { color: rgba(0, 0, 0, 0.77); font-weight: 300; } .item__price_off { font-weight: 300; } .item__price_off { color: var(--primary-color); } @keyframes slideRight { 0% { opacity: 0; left: 30px; } 100% { opacity: 1; left: 0; } } .shops .products { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset; padding: 15px; } .product-listing .product-rate-info { display: flex; align-items: center; justify-content: space-between; } .product-listing .product-rating-inline { display: inline-flex !important; padding: 0.35rem 0.75rem; border-radius: 1rem; background: rgba(255, 193, 7, 0.15); margin: 0; } .product-listing .product-rating-inline ul { font-size: 15px; } .product-listing .product-rating-inline ul li { width: 1em; height: 1em; } .product-listing .product-rating-inline .rating-count { margin-left: 0.25rem; font-size: 0.75rem; font-weight: 600; line-height: normal; } .product-listing .product-distance { font-size: 0.75rem; display: flex; align-items: center; } .product-listing .product-distance .icn { font-size: 12px; display: none; } .product-listing .product-distance .icn .svg { width: 1em; height: 1em; } .product-listing .product-distance .distance-count { font-weight: 600; margin: 0 4px; color: var(--brand-color); } .product-listing { display: grid; grid-gap: 30px 15px; } .product-listing[data-view="2"] { grid-template-columns: repeat(2, 1fr); } .product-listing[data-view="3"] { grid-template-columns: repeat(3, 1fr); } .product-listing[data-view="4"] { grid-template-columns: repeat(4, 1fr); } .product-listing[data-view="5"] { grid-template-columns: repeat(5, 1fr); } .product-listing[data-view="6"] { grid-template-columns: repeat(6, 1fr); } @media (max-width: 767.98px) { .product-listing[data-view="3"] { grid-template-columns: repeat(3, 1fr); } .product-listing[data-view="4"] { grid-template-columns: repeat(3, 1fr); } .product-listing[data-view="5"] { grid-template-columns: repeat(3, 1fr); } .product-listing[data-view="6"] { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 575.98px) { .product-listing { grid-gap: 1px; } .product-listing[data-view="3"] { grid-template-columns: repeat(2, 1fr); } .product-listing[data-view="4"] { grid-template-columns: repeat(2, 1fr); } .product-listing[data-view="5"] { grid-template-columns: repeat(2, 1fr); } .product-listing[data-view="6"] { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 575.98px) { .product-listing { grid-gap: 1px; } .product-listing .products { border-radius: 0px; } } .product-listing .products { height: 100%; } .product-profile { display: flex; flex: 1; gap: 1rem; width: auto; align-items: flex-start; position: relative; } .product-profile-thumbnail { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; position: relative; margin: 0; aspect-ratio: 1; border-radius: 6px; flex: 0 0 80px; max-width: 80px; overflow: hidden; } .product-profile-thumbnail img { -o-object-fit: cover; object-fit: cover; max-width: 100%; width: 100%; margin: auto; transition: all 0.5s linear; } .product-profile-data { color: rgba(0, 0, 0, 0.77); display: flex; flex: 1; min-width: 0px; flex-direction: column; align-items: flex-start; gap: 0.4rem; } .product-profile-data .title { background-color: transparent; border: none; border-radius: 0; padding: 0; margin: 0; color: rgba(0, 0, 0, 0.97); font-weight: 600; font-size: 0.9rem; } .product-profile-data .products-price { margin-bottom: 1rem; } .product-profile-data .options { font-size: 0.75rem; color: currentColor; display: block; margin: 0; } .product-profile-data .dates { display: flex; gap: 5px; padding: 0; margin: 0; font-size: 0.8rem; } .product-profile-btn { margin-top: 5px; font-size: 0.8rem; } .product-profile-free-size { flex-direction: column; } .product-profile-free-size .product-profile-thumbnail { flex: 1; max-width: none; width: 100%; } .product-profile-free-size .product-profile-thumbnail img { max-width: none; } .product-profile-description { font-size: 0.8rem; min-width: 150px; } .product-profile-description p { margin: 3px 0; } .product-profile .not-pick-ship { font-size: 0.9rem; font-weight: 600; width: -moz-fit-content; width: fit-content; padding: 0; margin: 0; position: static; color: #fd397a; background-color: transparent; } .product-profile-title { color: rgba(0, 0, 0, 0.97); margin: 0 0 4px 0; font-weight: 600; overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; hyphens: auto; } .product-profile-title a { opacity: 1; color: inherit; font-weight: inherit; } .product-profile-title a:hover { text-decoration: underline; } .product-profile-sm .product-profile-thumbnail { flex: 0 0 40px; max-width: 40px; } .product-profile-sm .title { margin: 0; padding: 0; } .product-profile .btn-close { position: absolute; right: 0; } .list-options { display: flex; color: rgba(0, 0, 0, 0.77); font-size: 0.8rem; gap: 0.5rem; } .list-options-item { list-style: none; color: rgba(0, 0, 0, 0.77); } .list-options-item + .list-options-item { border-left: solid 1px #dee2e6; padding-left: 0.5rem; } .list-options--horizontal { flex-direction: row; } .list-options--horizontal li { line-height: 1; } .list-options--horizontal li + li { margin-left: 0.5rem; padding-left: 0.5rem; border-left: 1px solid #dee2e6; } .list-options--vertical { flex-direction: column; } .shop-profile { display: flex; flex: 1; gap: 1.5rem; width: auto; align-items: flex-start; position: relative; } .shop-profile-thumbnail { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; position: relative; margin: 0; aspect-ratio: 1; border-radius: 6px; flex: 0 0 80px; max-width: 80px; overflow: hidden; } .shop-profile-thumbnail img { -o-object-fit: cover; object-fit: cover; max-width: 100%; width: 100%; margin: auto; transition: all 0.5s linear; background-color: #fff; } .shop-profile-data { color: rgba(0, 0, 0, 0.77); display: flex; flex: 1; min-width: 0px; flex-direction: column; text-align: initial; flex-shrink: inherit; width: -moz-max-content; width: max-content; } .shop-profile-data .title { color: rgba(0, 0, 0, 0.97); font-weight: 500; font-size: 0.9rem; margin-bottom: 10px; } .shop-profile-data .products-price { margin-bottom: 1rem; } .shop-profile-data .options { font-size: 0.75rem; color: currentColor; display: block; } .shop-profile-data .dates { display: flex; align-items: center; gap: 5px; padding: 0.2rem 0; } .shop-profile-btn { margin-top: 5px; font-size: 0.8rem; } .shop-profile-free-size { flex-direction: column; } .shop-profile-free-size .product-profile-thumbnail { flex: 1; max-width: none; width: 100%; } .shop-profile-free-size .product-profile-thumbnail img { max-width: none; } .shop-profile-description { font-size: 0.8rem; min-width: 150px; } .shop-profile-description p { margin: 3px 0; } .shop-profile-title { color: rgba(0, 0, 0, 0.97); margin: 0 0 4px 0; font-weight: 600; overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; hyphens: auto; } .shop-profile-title a { opacity: 1; color: inherit; font-weight: inherit; } .shop-profile-title a:hover { text-decoration: underline; } .shop-layout-1 { display: grid; grid-gap: 1rem; } @media (max-width: 991.98px) { .shop-layout-1 { grid-auto-flow: column; overflow-x: auto; } } @media (min-width: 992px) { .shop-layout-1 { grid-gap: 3rem; grid-template-columns: repeat(4, 1fr); } } .shop-layout-1 .shop { transition: all 0.2s linear; animation: slideRight 600ms ease both; } .shop-layout-2 { display: flex; gap: 1rem; } @media (max-width: 991.98px) { .shop-layout-2 { overflow-x: auto; flex-flow: row; } } @media (min-width: 992px) { .shop-layout-2 { display: grid; grid-gap: 4rem; grid-template-columns: repeat(3, 1fr); } } .shop-layout-2 .shop { display: flex; flex-direction: column; text-align: center; max-width: 488px; flex: 1 0 200px; min-width: 0; background-color: transparent; border: 0; padding: 0; overflow: unset; } @media (min-width: 992px) { .shop-layout-2 .shop:nth-child(odd) { flex-direction: column-reverse; } } .shop-layout-2 .shop-body { aspect-ratio: 1/1; flex: 1; box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; } .shop-layout-2 .shop-body img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .shop-layout-2 .shop-foot { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 2.5rem 1rem; } .shop-layout-2 .shop-title { font-weight: 500; font-size: 1rem; color: rgba(0, 0, 0, 0.97); } .shop-layout-2 .shop-location { font-size: 0.8rem; font-weight: 300; color: rgba(0, 0, 0, 0.77); margin-bottom: 1.5rem; } .shop-layout-3 { display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } @media (min-width: 992px) { .shop-layout-3 { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); grid-gap: 1rem; } } .shop-layout-3 .product-item { border-radius: 4px; display: flex; justify-content: space-between; height: 100%; flex-direction: column; align-items: center; } @media (min-width: 992px) { .shop-layout-3 .product-item { flex-direction: row; gap: 0; } } .shop-layout-3 .product-item .products-body { position: relative; width: 100%; } @media (min-width: 992px) { .shop-layout-3 .product-item .products-body { width: 150px; } } .shop-layout-3 .product-item .products-img { margin: 0; } @media (min-width: 992px) { .shop-layout-3 .product-item .products-foot { padding: 1rem; padding-left: 0; width: calc(100% - 150px); text-align: left; } } .shop-layout-3 .product-item .products-foot .products-title { font-weight: 600; font-size: 1rem; } @media (min-width: 992px) { .shop-layout-3 .product-item .products-foot .products-title { padding-left: 0; } } .shop-layout-3 .product-item .products-foot .products-category { font-weight: 600; font-size: 0.8rem; } .shop-layout-3 .product-item .products-foot .products-price { justify-content: center; } .shop { width: 100%; } .shop-card { display: flex; flex-flow: column; margin-bottom: 2rem; } @media (min-width: 768px) { .shop-card { margin: 0; } } .shop-card-body { flex: 1; } .shop-card-media { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; border: solid 1px #dee2e6; border-radius: 4px; position: relative; overflow: hidden; display: block; aspect-ratio: 1/1; } .shop-card-media img { background-color: #fff; } .shop .shop-description .shop-name { font-size: 1.125rem; margin-top: 25px; font-weight: 600; } .shop .shop-description .shop-location { font-size: 0.85rem; color: rgba(0, 0, 0, 0.77); } @media (max-width: 991.98px) { .js-carousel .shop-card:last-child { padding-bottom: 0; } } .prod-info { width: 100%; display: flex; flex-wrap: wrap; } .prod-info h6 a, .prod-info .h6 a { color: inherit; } .prod-info .product-avtar { border: solid 1px #dee2e6; border-radius: 4px; } .prod-info__left { flex: 0 0 80px; max-width: 80px; } .prod-info__right { width: calc(100% - 80px); padding-left: 20px; color: #fff; } .prod-info__right p, .prod-info__right a { color: inherit; } @keyframes scroll-hint-appear { 0% { transform: translateX(2.5rem); opacity: 0; } 10% { opacity: 1; } 50%, 100% { transform: translateX(-2.5rem); opacity: 0; } } .scroll-hint.is-right-scrollable { background: linear-gradient( 270deg, rgba(200, 200, 200, 0), transparent 16px, transparent ); } .scroll-hint.is-right-scrollable.is-left-scrollable { background: linear-gradient( 90deg, rgba(200, 200, 200, 0), transparent 16px, transparent ), linear-gradient( 270deg, rgba(200, 200, 200, 0), transparent 16px, transparent ); } .scroll-hint.is-left-scrollable { background: linear-gradient( 90deg, rgba(200, 200, 200, 0), transparent 16px, transparent ); } .scroll-hint-icon { position: absolute; top: calc(50% - 25px); left: calc(50% - 60px); box-sizing: border-box; width: 120px; height: 80px; border-radius: 4px; transition: opacity 0.3s; opacity: 0; background: rgba(0, 0, 0, 0.7); text-align: center; padding: 20px 10px 10px 10px; } .scroll-hint-icon-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-height: 100%; pointer-events: none; } .scroll-hint-text { font-size: 10px; color: #fff; margin-top: 5px; } .scroll-hint-icon-wrap.is-active .scroll-hint-icon { opacity: 0.8; } .scroll-hint-icon:before { display: inline-block; width: 2.5rem; height: 2.5rem; color: #fff; vertical-align: middle; text-align: center; content: ""; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=); } .scroll-hint-icon:after { content: ""; width: 34px; height: 14px; display: block; position: absolute; top: 10px; left: 50%; margin-left: -20px; background-repeat: no-repeat; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==); opacity: 0; transition-delay: 2.4s; } .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after { opacity: 1; } .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before { animation: scroll-hint-appear 1.2s linear; animation-iteration-count: 2; } .scroll-hint-icon-white { background-color: #fff; color: #000; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4); } .scroll-hint-icon-white:before { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=); } .scroll-hint-icon-white:after { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==); } .scroll-hint-icon-white .scroll-hint-text { color: #000; } .slick-dots { padding: 0; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; text-align: center; } .slick-dots li { vertical-align: middle; display: inline-block; margin: 0 3px; width: 13px; height: 3px; border-radius: 2px; cursor: pointer; background: rgba(112, 112, 112, 0.5); transition: all 0.5s ease-in-out; } .slick-dots li button { background-color: transparent; border: none; text-indent: -9999999px; } .slick-dots li.slick-active { background-color: var(--brand-color); color: var(--brand-color-inverse); width: 30px; border-radius: 15px; } .social-sharing { align-items: center; justify-content: center; flex-wrap: wrap; display: grid; grid-gap: 1rem; padding: 1.5rem; grid-template-columns: 1fr 1fr; } .social-sharing li { font-size: 0.8rem; display: block; position: relative; margin: 0; } .social-sharing li a { transition: all 0.3s ease; border-radius: 40px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); color: #fff; cursor: pointer; display: block; padding: 1rem 0.5rem; } .social-sharing li a:hover { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .social-sharing li.social-facebook a { background: #3b5998; } .social-sharing li.social-twitter a { background: #1da1f2; } .social-sharing li.social-pintrest a { background: #c8232c; } .social-sharing li.social-email a { background: #9b9a9a; } .rating-a .br-widget { height: 52px; } .rating-a .br-widget a { display: block; width: 15px; padding: 5px 0 5px 0; height: 30px; float: left; background-color: #e3e3e3; margin: 1px; text-align: center; } .rating-a .br-widget a.br-active, .rating-a .br-widget a.br-selected { background-color: #59a6d6; } .rating-a .br-widget .br-current-rating { font-size: 20px; line-height: 2; float: left; padding: 0 20px 0 20px; color: #646464; } .rating-b .br-widget { height: 25px; } .rating-b .br-widget a { display: block; width: 70px; height: 16px; float: left; background-color: #e3e3e3; margin: 1px; } .rating-b .br-widget a.br-active, .rating-b .br-widget a.br-selected { background-color: #59a6d6; } .rating-b .br-widget .br-current-rating { line-height: 1.1; float: left; padding: 0 20px 0 20px; color: #646464; } .rating-b .br-readonly a.br-active, .rating-b .br-readonly a.br-selected { background-color: #cbcbcb; } .rating-c .br-widget { height: 52px; } .rating-c .br-widget a { display: block; width: 35px; height: 35px; float: left; background-color: #e3e3e3; margin: 2px; text-decoration: none; font-size: 16px; font-weight: 400; line-height: 2.2; text-align: center; color: #b6b6b6; } .rating-c .br-widget a.br-active, .rating-c .br-widget a.br-selected { background-color: #59a6d6; color: white; } .rating-d .br-widget { height: 52px; } .rating-d .br-widget a { display: block; width: 40px; padding: 5px 0 5px 0; height: 30px; float: left; background-color: white; border-bottom: 2px solid #e3e3e3; color: #646464; margin: 1px; text-decoration: none; line-height: 2.1; text-align: center; } .rating-d .br-widget a span { color: white; } .rating-d .br-widget a.br-active, .rating-d .br-widget a.br-selected { border-bottom: 2px solid #646464; } .rating-d .br-widget a:hover span, .rating-d .br-widget a.br-current span { color: #646464; } .rating-e .br-widget a { padding: 5px; color: #646464; text-decoration: none; font-size: 11px; font-weight: 400; line-height: 3; text-align: center; } .rating-e .br-widget a.br-active { background-color: #e3e3e3; color: #646464; } .rating-e .br-widget a.br-selected { background-color: #59a6d6; color: white; } .rating-f .br-widget { height: 24px; } .rating-f .br-widget a { background: url("images/dashboard/star.png"); width: 24px; height: 24px; display: block; float: left; } .rating-f .br-widget a:hover, .rating-f .br-widget a.br-active, .rating-f .br-widget a.br-selected { background-position: 0 24px; } .rating-g .br-widget { height: 25px; } .rating-g .br-widget a { display: block; width: 50px; height: 16px; float: left; background-color: #e3e3e3; margin: 1px; } .rating-g .br-widget a.br-active, .rating-g .br-widget a.br-selected { background-color: #59a6d6; } .rating-g .br-widget .br-current-rating { line-height: 1.1; float: left; padding: 0 20px 0 20px; color: #646464; } .rating { --rating-fg: #f5861f; --size: 0.875rem; --space: 0.15em; position: relative; display: flex; margin-left: -0.15em; } .rating-action, .rating-view { display: inline-flex; } .rating-action .icon, .rating-view .icon { width: var(--size); height: var(--size); min-width: var(--size); min-height: var(--size); padding: var(--space); box-sizing: content-box; margin: 0; } .rating-action, .rating-view { flex-direction: row-reverse; } .rating-action .icon, .rating-view .icon { fill: #ddd; stroke: #ddd; } .rating-action[data-rating="1"] .icon:nth-last-child(1), .rating-action[data-rating="1"] .icon:nth-last-child(1) ~ .icon, .rating-view[data-rating="1"] .icon:nth-last-child(1), .rating-view[data-rating="1"] .icon:nth-last-child(1) ~ .icon { fill: var(--rating-fg); stroke: var(--rating-fg); } .rating-action[data-rating="2"] .icon:nth-last-child(2), .rating-action[data-rating="2"] .icon:nth-last-child(2) ~ .icon, .rating-view[data-rating="2"] .icon:nth-last-child(2), .rating-view[data-rating="2"] .icon:nth-last-child(2) ~ .icon { fill: var(--rating-fg); stroke: var(--rating-fg); } .rating-action[data-rating="3"] .icon:nth-last-child(3), .rating-action[data-rating="3"] .icon:nth-last-child(3) ~ .icon, .rating-view[data-rating="3"] .icon:nth-last-child(3), .rating-view[data-rating="3"] .icon:nth-last-child(3) ~ .icon { fill: var(--rating-fg); stroke: var(--rating-fg); } .rating-action[data-rating="4"] .icon:nth-last-child(4), .rating-action[data-rating="4"] .icon:nth-last-child(4) ~ .icon, .rating-view[data-rating="4"] .icon:nth-last-child(4), .rating-view[data-rating="4"] .icon:nth-last-child(4) ~ .icon { fill: var(--rating-fg); stroke: var(--rating-fg); } .rating-action[data-rating="5"] .icon:nth-last-child(5), .rating-action[data-rating="5"] .icon:nth-last-child(5) ~ .icon, .rating-view[data-rating="5"] .icon:nth-last-child(5), .rating-view[data-rating="5"] .icon:nth-last-child(5) ~ .icon { fill: var(--rating-fg); stroke: var(--rating-fg); } .rating-action .icon:hover, .rating-action .icon:hover ~ .icon { fill: var(--rating-fg); stroke: var(--rating-fg); } .rating:not([data-readonly]) .rating-action .icon { cursor: pointer; } .rating:not([data-readonly]) .rating-action .icon:hover, .rating:not([data-readonly]) .rating-action .icon:hover ~ .icon { fill: var(--rating-fg); stroke: var(--rating-fg); } .rating__count { font-size: 0.875rem; color: rgba(0, 0, 0, 0.77); padding-left: 0.5rem; } .rating__text { font-size: 12px; color: rgba(0, 0, 0, 0.77); background-color: #fff; color: #000; border: solid 1px #dee2e6; border-radius: 50px; display: inline-block; padding: 0.15rem 1rem; margin-bottom: 0.5rem; } .product-rating { display: flex; gap: 5px; flex-direction: column; align-items: center; margin: 0.5rem 0; } .product-rating-item { font-size: 0.8rem; color: rgba(0, 0, 0, 0.97); padding-top: 0.5rem; line-height: 1.1; background-size: 100%; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMXB0IiB2aWV3Qm94PSIwIC0xMCA1MTEuOTg2ODUgNTExIiB3aWR0aD0iNTExcHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZmlsbD0iI2ZmYzEwNyIgZD0ibTExNC41OTM3NSA0OTEuMTQwNjI1Yy01LjYwOTM3NSAwLTExLjE3OTY4OC0xLjc1LTE1LjkzMzU5NC01LjE4NzUtOC44NTU0NjgtNi40MTc5NjktMTIuOTkyMTg3LTE3LjQ0OTIxOS0xMC41ODIwMzEtMjguMDkzNzVsMzIuOTM3NS0xNDUuMDg5ODQ0LTExMS43MDMxMjUtOTcuOTYwOTM3Yy04LjIxMDkzOC03LjE2Nzk2OS0xMS4zNDc2NTYtMTguNTE5NTMyLTcuOTc2NTYyLTI4LjkwNjI1IDMuMzcxMDkzLTEwLjM2NzE4OCAxMi41NDI5NjgtMTcuNzA3MDMyIDIzLjQwMjM0My0xOC43MTA5MzhsMTQ3Ljc5Njg3NS0xMy40MTc5NjggNTguNDMzNTk0LTEzNi43NDYwOTRjNC4zMDg1OTQtMTAuMDQ2ODc1IDE0LjEyMTA5NC0xNi41MzUxNTYgMjUuMDIzNDM4LTE2LjUzNTE1NiAxMC45MDIzNDMgMCAyMC43MTQ4NDMgNi40ODgyODEgMjUuMDIzNDM3IDE2LjUxMTcxOGw1OC40MzM1OTQgMTM2Ljc2OTUzMiAxNDcuNzczNDM3IDEzLjQxNzk2OGMxMC44ODI4MTMuOTgwNDY5IDIwLjA1NDY4OCA4LjM0Mzc1IDIzLjQyNTc4MiAxOC43MTA5MzggMy4zNzEwOTMgMTAuMzY3MTg3LjI1MzkwNiAyMS43MzgyODEtNy45NTcwMzIgMjguOTA2MjVsLTExMS43MDMxMjUgOTcuOTQxNDA2IDMyLjkzNzUgMTQ1LjA4NTkzOGMyLjQxNDA2MyAxMC42Njc5NjgtMS43MjY1NjIgMjEuNjk5MjE4LTEwLjU3ODEyNSAyOC4wOTc2NTYtOC44MzIwMzEgNi4zOTg0MzctMjAuNjA5Mzc1IDYuODkwNjI1LTI5LjkxMDE1NiAxLjMwMDc4MWwtMTI3LjQ0NTMxMi03Ni4xNjAxNTYtMTI3LjQ0NTMxMyA3Ni4yMDMxMjVjLTQuMzA4NTk0IDIuNTU4NTk0LTkuMTA5Mzc1IDMuODYzMjgxLTEzLjk1MzEyNSAzLjg2MzI4MXptMTQxLjM5ODQzOC0xMTIuODc1YzQuODQzNzUgMCA5LjY0MDYyNCAxLjMwMDc4MSAxMy45NTMxMjQgMy44NTkzNzVsMTIwLjI3NzM0NCA3MS45Mzc1LTMxLjA4NTkzNy0xMzYuOTQxNDA2Yy0yLjIxODc1LTkuNzQ2MDk0IDEuMDg5ODQzLTE5LjkyMTg3NSA4LjYyMTA5My0yNi41MTU2MjVsMTA1LjQ3MjY1Ny05Mi41LTEzOS41NDI5NjktMTIuNjcxODc1Yy0xMC4wNDY4NzUtLjkxNzk2OS0xOC42ODc1LTcuMjM0Mzc1LTIyLjYxMzI4MS0xNi40OTIxODhsLTU1LjA4MjAzMS0xMjkuMDQ2ODc1LTU1LjE0ODQzOCAxMjkuMDY2NDA3Yy0zLjg4MjgxMiA5LjE5NTMxMi0xMi41MjM0MzggMTUuNTExNzE4LTIyLjU0Njg3NSAxNi40Mjk2ODdsLTEzOS41NjI1IDEyLjY3MTg3NSAxMDUuNDY4NzUgOTIuNWM3LjU1NDY4NyA2LjYxMzI4MSAxMC44NTkzNzUgMTYuNzY5NTMxIDguNjIxMDk0IDI2LjUzOTA2MmwtMzEuMDYyNSAxMzYuOTM3NSAxMjAuMjc3MzQzLTcxLjkxNDA2MmM0LjMwODU5NC0yLjU1ODU5NCA5LjEwOTM3Ni0zLjg1OTM3NSAxMy45NTMxMjYtMy44NTkzNzV6bS04NC41ODU5MzgtMjIxLjg0NzY1NnMwIC4wMjM0MzctLjAyMzQzOC4wNDI5Njl6bTE2OS4xMjg5MDYtLjA2MjUuMDIzNDM4LjA0Mjk2OWMwLS4wMjM0MzggMC0uMDIzNDM4LS4wMjM0MzgtLjA0Mjk2OXptMCAwIi8+DQo8L3N2Zz4="); width: 1rem; height: 1rem; } .product-rating-item.active { background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMXB0IiB2aWV3Qm94PSIwIC0xMCA1MTEuOTg2ODUgNTExIiB3aWR0aD0iNTExcHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTUxMC42NTIzNDQgMTg1LjkwMjM0NGMtMy4zNTE1NjMtMTAuMzY3MTg4LTEyLjU0Njg3NS0xNy43MzA0NjktMjMuNDI1NzgyLTE4LjcxMDkzOGwtMTQ3Ljc3MzQzNy0xMy40MTc5NjgtNTguNDMzNTk0LTEzNi43Njk1MzJjLTQuMzA4NTkzLTEwLjAyMzQzNy0xNC4xMjEwOTMtMTYuNTExNzE4LTI1LjAyMzQzNy0xNi41MTE3MThzLTIwLjcxNDg0NCA2LjQ4ODI4MS0yNS4wMjM0MzggMTYuNTM1MTU2bC01OC40MzM1OTQgMTM2Ljc0NjA5NC0xNDcuNzk2ODc0IDEzLjQxNzk2OGMtMTAuODU5Mzc2IDEuMDAzOTA2LTIwLjAzMTI1IDguMzQzNzUtMjMuNDAyMzQ0IDE4LjcxMDkzOC0zLjM3MTA5NCAxMC4zNjcxODctLjI1NzgxMyAyMS43MzgyODEgNy45NTcwMzEgMjguOTA2MjVsMTExLjY5OTIxOSA5Ny45NjA5MzctMzIuOTM3NSAxNDUuMDg5ODQ0Yy0yLjQxMDE1NiAxMC42Njc5NjkgMS43MzA0NjggMjEuNjk1MzEzIDEwLjU4MjAzMSAyOC4wOTM3NSA0Ljc1NzgxMyAzLjQzNzUgMTAuMzI0MjE5IDUuMTg3NSAxNS45Mzc1IDUuMTg3NSA0LjgzOTg0NCAwIDkuNjQwNjI1LTEuMzA0Njg3IDEzLjk0OTIxOS0zLjg4MjgxM2wxMjcuNDY4NzUtNzYuMTgzNTkzIDEyNy40MjE4NzUgNzYuMTgzNTkzYzkuMzI0MjE5IDUuNjA5Mzc2IDIxLjA3ODEyNSA1LjA5NzY1NyAyOS45MTAxNTYtMS4zMDQ2ODcgOC44NTU0NjktNi40MTc5NjkgMTIuOTkyMTg3LTE3LjQ0OTIxOSAxMC41ODIwMzEtMjguMDkzNzVsLTMyLjkzNzUtMTQ1LjA4OTg0NCAxMTEuNjk5MjE5LTk3Ljk0MTQwNmM4LjIxNDg0NC03LjE4NzUgMTEuMzUxNTYzLTE4LjUzOTA2MyA3Ljk4MDQ2OS0yOC45MjU3ODF6bTAgMCIgZmlsbD0iI2ZmYzEwNyIvPjwvc3ZnPg=="); } .product-rating-inline { gap: 5px !important; flex-flow: row !important; } .product-rating .count { font-size: 0.8rem; } .steps { width: 100%; background: #f5f5f5; padding: 10px; text-align: center; } .steps ul { margin: auto; display: block; width: 80%; } .steps li { display: inline-block; width: 33.3%; margin: 0 -2px; text-align: center; position: relative; color: rgba(0, 0, 0, 0.2); font-weight: 500; font-size: 1.1em; } .steps li:after { width: 80px; left: 100%; margin: 0 0 0 -45px; top: 50%; height: 1px; background: #e6e6e6; position: absolute; content: ""; } .steps li:last-child:after { display: none; } .steps li:before { content: "\f05e"; font-family: "Font Awesome 5 Free"; font-size: 1.2em; margin: 0 5px 0 0; } .steps li.is-process { color: #000; } .steps li.is-process:before { content: "\f021"; } .steps li.is-success { color: #24b26b; } .steps li.is-success:before { content: "\f00c"; } .steps li:last-child { -webkit-padding-end: 0; -moz-padding-end: 0; padding-right: 0; } #mbsmessage, .system_message { position: fixed; width: auto; max-width: 450px; top: calc(5%); left: 0; right: 0; margin: 0 auto; border-radius: 5px; box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07); z-index: 1070; } #mbsmessage button, .system_message button { background-color: transparent; border: none; padding: 0; margin: 0; } #mbsmessage .close, .system_message .close { z-index: 1; position: absolute; right: 10px; opacity: 0.47; display: block; width: 22px; height: 22px; border: 2px solid transparent; border-radius: 40px; cursor: pointer; } #mbsmessage .close:hover, .system_message .close:hover { opacity: 1; } #mbsmessage .close:before, #mbsmessage .close:after, .system_message .close:before, .system_message .close:after { content: ""; display: block; box-sizing: border-box; position: absolute; width: 16px; height: 2px; background: currentColor; transform: rotate(45deg); border-radius: 5px; top: 8px; left: 1px; } #mbsmessage .close::after, .system_message .close::after { transform: rotate(-45deg); } #mbsmessage .content, .system_message .content { margin: 0 auto; text-align: center; position: relative; display: inline-block; vertical-align: top; } #mbsmessage .content:before, .system_message .content:before { background-size: 18px !important; content: ""; left: -26px; position: absolute; top: 2px; z-index: 2; width: 18px; height: 18px; display: block; } #mbsmessage.alert--danger .content:before, .system_message.alert--danger .content:before { background: url(images/icon--attention.svg) no-repeat; } #mbsmessage.alert--success .content:before, .system_message.alert--success .content:before { background: url(images/icon--success.svg) no-repeat; } #mbsmessage.alert--info .content:before, .system_message.alert--info .content:before { background: url(images/icon--info.svg) no-repeat no-repeat; } #mbsmessage.alert--warning .content:before, .system_message.alert--warning .content:before { background: url(images/icon--warning.svg) no-repeat no-repeat; } .alert { z-index: 1070; color: #fff; } .alert--success { background: #00b6ad; color: #fff !important; } .alert--info { background: #02b4d1; color: #fff !important; } .alert--warning { background: #f3c532; color: #000 !important; } .alert--process { background: #333; color: #fff !important; } .alert--danger { background-color: #f35f5f; color: #fff !important; } .div_error { background-color: #f35f5f; color: #fff; text-align: left; padding: 20px 60px 20px 60px; position: relative; line-height: normal; } .alert .div_error { padding: 0px; } #mbsmessage .content .div_error, #mbsmessage .content .div_info { padding: 0px; } .alert .div_error { background-color: transparent; } .div_error li { color: inherit; position: relative; padding: 0 0 5px 0; } .div_error li a { color: #fff; text-decoration: underline; } .div_info { font-weight: normal; position: relative; color: #fff; background: url(images/icon--info.svg) no-repeat 15px 15px #02b4d1; background-size: 30px; } .alert .div_info { background-color: transparent; } .div_info li { font-weight: 300; font-size: 1em; position: relative; padding: 0 0 5px 0; color: inherit; } .div_info li a { font-weight: normal; text-decoration: none; color: #fff; cursor: default; } .alert .div_msg { background-color: transparent; } .div_msg { font-weight: normal; padding: 20px 40px 20px 60px; position: relative; } #mbsmessage .div_msg, .system_message .div_msg { padding: 0; } .div_msg li { font-weight: 300; font-size: 1em; position: relative; padding: 0 0 10px 0; color: inherit; } .div_msg li:last-child { padding-bottom: 0; } .div_msg li a { font-weight: normal; font-size: 13px; text-decoration: none; color: #fff; cursor: default; } .div_info li:last-child, .div_error li:last-child, .div_msg li:last-child { padding-bottom: 0; } .error { border-color: #f00 !important; } .errorlist { margin: 3px 0; list-style: none; padding: 2px 10px 4px; position: relative; background: #fdf7f6; clear: both; } .errorlist li a { color: #f44336; font-size: 11px; text-decoration: none; } .errorlist li:last-child { padding-bottom: 0; } .errorlist li { font-size: 12px; position: relative; } .alert { font-size: 15px; color: #fff; width: 100%; padding: 1rem 3rem; border: 1px solid transparent; animation-duration: 1s; animation-fill-mode: both; animation-name: fadeInDown; } @keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0, -100%, 0); } 100% { opacity: 1; transform: none; } } .alert a { color: #fff; text-decoration: underline; } .alert--positioned-top { right: 20px; top: 25px; left: auto !important; bottom: auto !important; } .alert--positioned-bottom { left: 20px; bottom: 25px; } .alert--positioned-right-top { right: 20px; top: 25px; left: auto !important; bottom: auto !important; } .alert--positioned-right-bottom { right: 20px; bottom: 25px; left: auto !important; bottom: auto !important; } .alert--positioned-bottom-center { left: 0 !important; right: 0 !important; bottom: 25px; } .alert--positioned-top-center { left: 0 !important; right: 0 !important; top: 0; } .alert--positioned-center-center { left: 50% !important; top: 50% !important; bottom: auto !important; transform: translateX(-50%) !important; } .alert--positioned-top-full { left: 0 !important; right: 0 !important; top: 0; } .alert p { color: inherit; } .alert h5, .alert .h5 { font-size: 18px; font-weight: 500; padding: 0; color: inherit; } .alert .close, .system_message .close { opacity: 0.3; } .alert .close:hover, .system_message .close:hover { opacity: 1; } .system_message .closeMsg { z-index: 1; width: 20px; height: 20px; position: absolute; right: 10px; top: 10px; text-align: center; line-height: 18px; transform: rotate(45deg); opacity: 0.47; } .system_message .closeMsg:hover { transform: rotate(135deg); opacity: 1; } .system_message .closeMsg:before { width: 3px; height: 15px; left: 50%; margin: 0 0 0 -2px; position: absolute; top: 2px; content: ""; background-color: #fff; color: #000; } .system_message .closeMsg:after { width: 15px; height: 3px; left: 2px; top: 50%; margin: -2px 0 0 0; position: absolute; content: ""; background-color: #fff; color: #000; } .close30 { width: 30px; height: 30px; } .close30::before { height: 25px; } .close30::after { width: 25px; } .close.close-black:before, .close.close-black:after { background-color: #000; } .alert h4, .alert .h4, .alert p { margin: 0; color: inherit; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert--process:before { content: ""; border-radius: 50%; width: 16px; height: 16px; display: inline-block; position: absolute; left: 15px; top: 20px; border-top: 3px solid rgba(255, 255, 255, 0.2); border-right: 3px solid rgba(255, 255, 255, 0.2); border-bottom: 3px solid rgba(255, 255, 255, 0.2); border-left: 3px solid #ffffff; transform: translateZ(0); animation: load8 1.1s infinite linear; } @keyframes load8 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media (max-width: 767px) { #mbsmessage, .system_message { left: 10px; right: 10px; width: auto; } #mbsmessage .content, .system_message .content { min-width: inherit; } } .listing-tbl { overflow-x: auto; } .table-wrap { overflow: hidden !important; overflow-x: auto !important; } .table { background-color: #fff; color: #000; margin-bottom: 0; text-align: left; } .table thead { border: none; border-bottom: solid 1px #dee2e6; } .table thead th { padding: 1rem; font-weight: 600; vertical-align: top; border-bottom: solid 1px #dee2e6; text-align: start; } .table thead th:first-child { padding-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .table thead th:last-child { padding-right: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .table tr.selected-row { background-color: #f3f4f5; color: #000; } .table tr:last-child td { border-bottom: none; } .table tr td { padding: 1rem; position: relative; } .table tr td:first-child { padding-left: 0; } .table tr td:last-child { padding-right: 0; } .table th, .table td { padding: 1rem; font-weight: unset; border: none; color: inherit; font-size: 0.8rem; border-bottom: solid 1px #dee2e6; vertical-align: top; text-align: start; } .table a:hover { text-decoration: underline; } .table-justified thead th:last-child { text-align: right; } .table-justified tr td:last-child { text-align: right; padding-right: 0; } @media (max-width: 767.98px) { .table .shop-profile { min-width: 260px; } } .table table { font-size: 100%; } .table-fixed-header { table-layout: fixed; border-collapse: collapse; } .table-fixed-header thead tr { display: table-row; } .table-fixed-header tbody { display: block; width: 100%; overflow: auto; height: 350px; } .table-fixed-header thead, .table-fixed-header tbody tr, .table-fixed-header tfoot { display: table; width: 100%; table-layout: fixed; } .variants-wrap { margin-top: 1rem; border: solid 1px #dee2e6; border-radius: 4px; } .variants-wrap table th { font-weight: 600; } .variants-wrap table th, .variants-wrap table td { vertical-align: middle; padding: 0.5rem 1rem; font-size: 0.85rem; border-bottom: solid 1px #dee2e6; } .variants-wrap table tr:last-child td { border-bottom: none; } .tabs { margin: 0 auto; display: block; text-align: center; margin-bottom: 1rem; padding-bottom: 0.5rem; display: flex; position: relative; width: 100%; color: rgba(0, 0, 0, 0.97); } .tabs ul { display: flex; flex-wrap: nowrap; overflow-x: auto; } @media (max-width: 767.98px) { .tabs ul { overflow-y: hidden; } } .tabs ul li { display: inline-block; margin-right: 2rem; position: relative; white-space: nowrap; font-size: 0.9rem; } .tabs ul li:first-child { margin-left: 0; padding-left: 0; } .tabs ul li:last-child { margin-right: 0; padding-right: 0; } .tabs ul li:after { content: ""; bottom: 0; background-color: #212529; height: 1px; position: absolute; z-index: 1; left: 0; right: 100%; transition-duration: 0.3s; transition-property: right; transition-timing-function: ease-out; } .tabs ul li a { color: inherit; display: inline-block; vertical-align: top; padding: 5px 0; } .tabs ul li.is-active a { color: var(--brand-color); } .tabs ul li.is-active:after { content: ""; position: absolute; background-color: var(--brand-color); color: var(--brand-color-inverse); right: 0; } .tabs ul li:hover:after { right: 0; } .tabs.tabs-sm li a { font-size: 0.88em; } .tabs-content { margin: 2rem 0 0; } @media (max-width: 575.98px) { .tabs-content { margin: 1rem 0 0; } } .tabs-panel { min-height: 500px; } .tabs-data { min-height: inherit; display: flex; flex-direction: column; } .tabs-data .tabs-body { flex: 1 1 auto; } .tabs--switcher { display: inline-block; vertical-align: top; margin: 0 0 0 5px; } .tabs--switcher li { float: left; margin: 0 0 0 5px; } .tabs--switcher li.switch--list a span { width: 100%; height: 4px; background: #ced2d6; display: block; position: relative; margin: 4px 0 0; } .tabs--switcher li.switch--list a span:before { width: 100%; height: 4px; background: #ced2d6; display: block; position: absolute; top: 9px; content: ""; } .tabs--switcher li.switch--list a span:after { width: 100%; height: 4px; background: #ced2d6; display: block; position: absolute; top: 18px; content: ""; } .tabs--switcher li.switch--grid a span { width: 5px; height: 5px; background: #ced2d6; display: block; position: relative; margin: 4px 0 0 1px; } .tabs--switcher li.switch--grid a span:before { width: 5px; height: 5px; background: #ced2d6; display: block; position: absolute; left: 8px; content: ""; } .tabs--switcher li.switch--grid a span:after { width: 5px; height: 5px; background: #ced2d6; display: block; position: absolute; left: 16px; content: ""; } .tabs--switcher li.is-active a { background-color: #fff; color: #000; border-radius: 4px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); } .tabs--switcher a { display: block; height: 2.5rem; width: 2.5rem; padding: 5px 8px; background-color: transparent; box-shadow: none; } .v-tabs { display: flex; } .v-tabs-list { flex: 0 0 30%; max-width: 30%; margin-right: 20px; } .v-tabs-list li { background-color: #f3f4f5; border-radius: 5px; display: block; margin-bottom: 15px; padding: 0 1rem; line-height: 50px; font-size: 0.85rem; position: relative; } .v-tabs-list li.is-active { background-color: var(--brand-color); color: var(--brand-color-inverse); } .v-tabs-list li.is-active a { color: currentColor; } .v-tabs-list li.is-active:after { content: ""; position: absolute; right: 0; top: 50%; width: 0; height: 0; border: 8px solid transparent; border-left-color: var(--brand-color); border-right: 0; margin-top: -8px; margin-right: -8px; } .v-tabs-list li a { display: block; } .v-tabs-data { display: none; flex: 1; padding: 0 1rem; font-size: 0.8rem; color: rgba(0, 0, 0, 0.77); } .v-tabs-data.is-active { display: block; } .top-brand-list { margin-top: 1rem; } .top-brand-list ul { display: flex; align-items: flex-start; justify-content: center; flex-wrap: nowrap; overflow-x: auto; } @media (max-width: 767.98px) { .top-brand-list ul { justify-content: flex-start; } } .top-brand-list .brands-img { width: 240px; height: 240px; border-radius: 50%; overflow: hidden; position: relative; margin-bottom: 1rem; } .top-brand-list .brands-img:before { content: ""; background: #eef3f5 url(images/retina/image.svg) no-repeat center; background-size: 3rem; position: absolute; height: 100%; width: 100%; z-index: -1; } .top-brand-list .brands-logo { width: 160px; height: 90px; overflow: hidden; display: flex; align-items: center; justify-items: center; padding: 0 0.5rem; margin: 0 1rem; background-color: #fff; color: #000; box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, 0.03); border-radius: 2px; } .top-brand-list .brands-logo img { margin: auto; } .top-brand-list .brands-logo img[data-ratio="16:9"] { max-width: 120px; } .top-brand-list .brands-logo img[data-ratio="1:1"] { max-width: 60px; } .wrap-drop { position: relative; border: solid 1px #dee2e6; height: 38px; line-height: 38px; width: 100%; color: rgba(0, 0, 0, 0.97); font-family: inherit; font-size: 0.9em; font-weight: normal; border-radius: 4px; cursor: pointer; padding-left: 10px; padding-right: 35px; background-color: #fff; color: #000; } .wrap-drop span { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .wrap-drop:before, .wrap-drop:after { top: 50%; position: absolute; width: 9px; height: 2px; background-color: #545454; display: inline-block; transition: all 0.2s ease; content: ""; } .wrap-drop:after { right: 10px; transform: rotate(-45deg); } .wrap-drop:before { right: 16px; transform: rotate(45deg); } .wrap-drop.wrap-drop--first { border-color: var(--brand-color); color: var(--brand-color); } .wrap-drop.wrap-drop--first:after, .wrap-drop.wrap-drop--first:before { background-color: var(--brand-color); color: var(--brand-color-inverse); } .wrap-drop .drop { background-color: #fff; color: #000; border: solid 1px #dee2e6; position: absolute; transition: all 300ms; left: 0; right: 0; pointer-events: none; position: absolute; opacity: 0; top: 100%; z-index: 2; border-radius: 4px; } .wrap-drop .drop li:hover a { color: var(--brand-color); } .wrap-drop .drop li a { cursor: pointer; color: rgba(0, 0, 0, 0.97); display: block; overflow: hidden; position: relative; text-align: left; font-size: 0.875em; font-weight: 400; padding: 10px; line-height: 1.2; display: flex; align-items: center; text-decoration: none; transition: all 0.2s linear; } .wrap-drop.active:after { transform: rotate(45deg); border-width: 0 10px 10px; } .wrap-drop.active:before { transform: rotate(-45deg); } .wrap-drop.active .drop { display: block; opacity: 1; pointer-events: auto; } .wrap-drop .colors { width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-right: 5px; box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3); } .yk-ac-container { display: flex; border-radius: 4px; background-color: #fff; color: #000; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2); transform: scaleY(1); opacity: 1; visibility: visible; filter: alpha(opacity=0); transition: all 300ms; transform-origin: center; overflow: hidden; } .yk-ac-terms { background-color: #f3f4f5; color: #000; } .yk-list li a { padding: 0.8rem 1rem; display: block; color: var(--body-color); } .yk-list li a:hover, .yk-list li.yk-active a { background-color: #fff; color: #000; } .yk-list li a em { font-weight: 600; } .yk-ac-content { padding: 1.5rem 2rem; } .yk-title { font-size: 1em; margin: 0 0 1rem 0; color: var(--first-color); font-weight: 400; } .yk-ac-facets li { padding: 0; } .yk-ac-results .products__title { min-height: inherit; } .card { box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); background-color: #fff; color: #000; position: relative; border-radius: 4px; margin-bottom: 0rem !important; height: 100%; animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1; display: flex; flex-direction: column; } @media (max-width: 767.98px) { .card { word-break: normal; } } .card-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem; color: rgba(0, 0, 0, 0.97); background-color: transparent; border: none; } .card-header ~ .card-body { padding-top: 0; } .card-body { flex: 1 1 0; padding: 1rem; } .card-footer { padding: 1rem; background-color: transparent; border-top: solid 1px #dee2e6; } .card-title { margin-bottom: 0; font-weight: 400; font-size: 1.1rem; flex: 1; } .card-title a { color: rgba(0, 0, 0, 0.97); } @media print { body { margin: 0; padding: 0; color: #000; background-color: #000; overflow: visible !important; } body table { overflow: visible !important; table-layout: fixed !important; } body .content-space { padding: 0 !important; margin: 0; } [dir="rtl"] body { direction: rtl !important; text-align: right !important; } .noprint, .no-print { display: none !important; } } .checkout-progress { width: 100%; max-width: 650px; margin: 1rem 0; position: relative; margin-left: auto; display: none; } @media (max-width: 575.98px) { .checkout-progress { display: none; } } .checkout-progress .progress-track { position: absolute; top: 7px; width: 67%; height: 2px; background-color: #dfe3e4; z-index: -1; left: 0; right: 0; margin: 0 auto; } @media (max-width: 575.98px) { .checkout-progress .progress-track { width: 100%; } } .checkout-progress .progress-step { position: relative; width: 100%; font-size: 12px; text-align: center; } .checkout-progress .progress-step:last-child:after { display: none; } .checkout-progress .progress-step:before { content: ""; display: flex; margin: 0 auto; margin-bottom: 0.5rem; width: 1rem; height: 1rem; background-color: #fff; border: 2px solid #dfe3e4; border-radius: 100%; color: #fff; background-image: url(images/retina/tick-white.svg); background-repeat: no-repeat; background-position: center; background-size: 0.5rem; } .checkout-progress .progress-step:after { content: ""; position: absolute; top: 7px; left: 50%; width: 0%; transition: width 1s ease-in; height: 2px; background-color: #dfe3e4; z-index: -1; } .checkout-progress .progress-step.is-active { color: var(--brand-color); } .checkout-progress .progress-step.is-active:before { border: 2px solid var(--brand-color); animation: pulsex 2s infinite; } .checkout-progress .progress-step.is-complete { color: var(--brand-color); } .checkout-progress .progress-step.is-complete:before { font-size: 10px; color: #fff; background-color: var(--brand-color); color: var(--brand-color-inverse); border: 2px solid transparent; } .checkout-progress .progress-step.is-complete:after { background-color: var(--brand-color); color: var(--brand-color-inverse); background-color: var(--brand-color); color: var(--brand-color-inverse); animation: nextStep 1s; animation-fill-mode: forwards; } @keyframes pulsex { 0% { box-shadow: 0 0 0 0 var(--brand-color); } 70% { box-shadow: 0 0 0 10px var(--brand-color-alpha); } 100% { box-shadow: 0 0 0 0 var(--brand-color-alpha); } } @keyframes nextStep { 0% { width: 0%; } 100% { width: 100%; } } .list-group-item { background: transparent; border: solid 1px #dee2e6; animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1; } .list-group-xl .list-group-item { padding: 2.25rem 225rem; } .list-group-lg .list-group-item { padding: 2rem 2rem; } .list-group-md .list-group-item { padding: 1.5rem 1.5rem; } .list-group-sm .list-group-item { padding: 1.25rem 1.25rem; } .list-group-xs .list-group-item { padding: 1rem 1rem; } .list-group-flush-x .list-group-item { padding-left: 0; padding-right: 0; border-left: none; border-right: none; border-radius: 0; } .list-group-flush-y .list-group-item:first-child { padding-top: 0; border-top: none; border-radius: 0; } .list-group-flush-y .list-group-item:last-child { padding-bottom: 0; border-bottom: 0; border-radius: 0; } .list-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; } @media (min-width: 992px) { .list-actions { gap: 1rem; } } .list-actions-item { transition-delay: 250ms; } .list-actions-item:nth-child(2) { transition-delay: 500ms; } .list-actions-link { background-color: transparent; border: none; color: rgba(0, 0, 0, 0.97); } .list-actions-link .svg { opacity: 0.6; margin: 0; } .list-actions-link:hover .svg { fill: var(--brand-color); opacity: 1; } .media-more { transition: all 0.5s ease-out; display: flex; align-items: center; padding: 5px; } .media-more-item { padding: 0; opacity: 0; transition: all 0.1s ease-in-out; margin-left: -10px; } .media-more-item:first-child { margin-left: 0; } .media-more-item:nth-child(1) { transition-delay: 75ms; } .media-more-item:nth-child(2) { transition-delay: 0.15s; } .media-more-item:nth-child(3) { transition-delay: 0.3s; } .media-more-item:nth-child(4) { transition-delay: 0.45s; } .media-more-item:nth-child(5) { transition-delay: 0.6s; } .media-more-item:nth-child(6) { transition-delay: 0.75s; } .media-more-item:nth-child(7) { transition-delay: 0.9s; } .media-more-item:nth-child(8) { transition-delay: 0.105s; } .media-more-item:nth-child(9) { transition-delay: 0.13s; } .media-more-item .circle { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border: solid 1px #fff; overflow: hidden; border-radius: 50%; padding: 0; box-shadow: 0 0 6px rgba(154, 154, 154, 0.3); background-color: #f3f4f5; color: #000; } .media-more-item .circle img { display: block; } .media-more-item .circle svg { max-width: 16px; height: 16px; width: 100%; } .media-more-item .circle.plus-more { text-align: center; font-size: 0.75rem; font-weight: 500; display: flex; align-items: center; justify-content: center; line-height: 1; cursor: pointer; } .media-more-item:hover { position: relative; z-index: 1; } .media-more-txt { margin-left: 0.5rem; } .media-more.show li { opacity: 1; } .bg--primary-color, .bg-brand { background-color: var(--brand-color); color: var(--brand-color-inverse); } .bg-second { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .bg-white { background-color: #fff; color: #000; } .bg-gray { background-color: #f3f4f5; color: #000; } .bg-gray-dark { background-color: #f3f4f5; color: #000; } .bg-main { background-color: #efefef; } .location-actions { border: solid 1px currentColor; border-radius: 40px; display: flex; gap: 1rem; width: auto; font-weight: 600; } .select-by { position: relative; cursor: pointer; padding: 5px 10px; padding-right: 2.5rem !important; display: inline-flex; align-items: center; gap: 1rem; } @media (min-width: 992px) { .select-by { padding-right: 1.5rem !important; } } .select-by span { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } .select-by:after { content: ""; position: absolute; right: 10px; top: calc(50% - 6px); width: 8px; height: 8px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; transform: rotate(135deg); transform-origin: center; } @media (min-width: 992px) { .select-by:after { right: 0; } } .geo-location { display: none; position: relative; padding: 5px 10px; } @media (min-width: 992px) { .geo-location { display: flex; align-items: center; } } .geo-location::before { content: ""; background-color: currentColor; width: 1px; height: 100%; position: absolute; left: 0; } .geo-location-inner { display: block; align-items: center; } .geo-location-trigger { text-align: inherit; background-color: transparent; border: none; display: flex; align-items: center; gap: 10px; color: currentColor; padding: 0; width: 100%; font-weight: inherit; } .geo-location-trigger .svg { fill: currentColor !important; } .geo-location-selected { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 212px; display: block; font-weight: inherit; } .geo-location-body { padding: 2rem; } .geo-location .btn-detect { display: flex; align-items: center; text-align: left; font-weight: 600; white-space: nowrap; } .geo-location .or { margin: 1.5rem 0; } .geo-location-input { border: solid 1px #dedede; background-color: transparent; background-repeat: no-repeat; color: #474747; height: 3rem; width: 100%; padding: 0 1.25rem; font-size: 0.85rem; line-height: 3rem; border-radius: 4px; outline: none; font-family: inherit; transition: 0.3s all ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; margin-bottom: 2rem; } .offcanvas-gps-location { height: auto; } .geo-location-mobile .button-geo-location { margin-bottom: 1.5rem; } .geo-location-mobile .geo-location-body { padding: 0; } .location-popup-width { max-width: 630px; padding: 0 !important; } .location-permission { text-align: center; background-image: url(images/retina/city-location.svg); background-repeat: no-repeat; background-position: bottom center; background-size: contain; padding-top: 30px; padding-bottom: 100px; } .location-permission-head { max-width: 450px; margin: 0 auto; padding: 0 3rem; } .location-permission-head h5, .location-permission-head .h5 { font-weight: 500; margin-bottom: 1rem; line-height: 1.5; } .location-permission-head p { font-size: 0.89rem; margin-bottom: 2rem; color: currentColor; } .location-permission-body .default { border: solid 1px #dee2e6; border-radius: 4px; padding: 1rem; padding-right: 3rem; display: inline-flex; align-items: center; color: currentColor; margin: 0 1rem; position: relative; min-width: 300px; font-weight: 300; } .location-permission-body .default:after { position: absolute; right: 1.2rem; top: calc(50% - 5px); content: ""; display: block; margin: 0; width: 10px; height: 10px; border-top: 2px solid var(--brand-color); border-right: 2px solid var(--brand-color); transform: rotate(45deg); } [dir="rtl"] .location-permission-body .default:after { left: 1.2rem; transform: rotate(-135deg); } .location-permission-body .default .icn { max-width: 30px; margin-right: 1rem; } .location-permission-body .default .location-name { font-size: 0.85rem; } .location-permission-body .default .location-name strong { font-weight: 600; color: rgba(0, 0, 0, 0.97); } .location-permission-body .default:hover { border-color: var(--brand-color); } .location-permission-body .or { max-width: none; margin: 1.5rem auto; font-weight: 400; } .location-permission-body .or:after, .location-permission-body .or:before { width: 45%; background-color: #dee2e6; } .location-permission-body .location-search { max-width: 300px; margin: 0 auto; } .location-permission-body .location-search input, .location-permission-body .location-search .custom-select { font-size: 0.8rem; background-image: url(images/retina/magni-gray.svg); background-repeat: no-repeat; background-position: 15px center; background-size: 20px; padding: 1.5rem; padding-left: 45px; } [dir="rtl"] .location-permission-body .location-search input, [dir="rtl"] .location-permission-body .location-search .custom-select { padding-right: 45px; background-position: calc(100% - 10px) center; } .quick-view { height: 100%; z-index: 15; left: 0; right: 0; top: 0; bottom: 0; background-color: #fff; color: #000; position: fixed; transform: scaleY(0); opacity: 0; filter: alpha(opacity=0); transition: all 300ms; transform-origin: center; overflow: hidden; overflow-y: auto; } .quick-view .product-description { border: none; } .quick-view.quick-view--open { transform: scaleY(1); opacity: 1; filter: alpha(opacity=100); } .quick-view .row { height: 100%; align-items: center; } .quick-view .quick-col-1 { padding-top: 15px; padding-bottom: 15px; } .quick-view .quick-col-2 { height: 100%; overflow-y: auto; border-left: solid 1px #dee2e6; background-color: #f3f4f5; display: flex; align-items: flex-start; min-height: 450px; } html.quick-view--open { overflow: hidden; } .product-gallery { position: relative; max-width: 100%; padding: 1rem; } .product-gallery .slick-arrow { background: #5c5c5c; top: auto; bottom: 20px; margin: 0; } .product-gallery .slick-prev { right: auto; left: calc(50% - 50px); } .product-gallery .slick-next { left: auto; right: calc(50% - 50px); } .product-gallery .slick-prev:after, .product-gallery .slick-next:after { border-color: #fff; } .product-gallery .slick-dots { padding: 0; margin: 0; position: absolute; bottom: 0; display: flex; align-items: center; justify-content: center; width: 100%; } .product-gallery .slick-dots li { display: block; margin: 8px 5px; width: 15px; height: 15px; border-radius: 50%; border: solid 2px #d1d1d1; cursor: pointer; background: rgba(255, 255, 255, 0.5); } .product-gallery .slick-dots li button { background-color: transparent; border: none; text-indent: -9999999px; } .product-gallery .slick-dots li.slick-active { background-color: #fff; color: #000; border-color: var(--brand-color); } .product-detail.product-detail-quickview { height: 100%; width: 100%; padding: 1em; max-width: 450px; min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; } .quantity { background-color: #fff; color: #000; border: none; height: 3rem; display: flex; align-items: center; max-width: 160px; border-radius: 4px; } .quantity-btn { background-color: #f3f4f5; color: #000; border: none; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; width: 3rem; height: 3rem; min-width: 3rem; aspect-ratio: 1/1; font-size: 0.7rem; } .quantity-btn:hover { color: rgba(0, 0, 0, 0.97); } .quantity-btn .svg { width: 11px; height: 11px; } .quantity .qty-input { background-color: transparent !important; border-radius: 0 !important; border: none !important; text-align: center; padding: 0 0.5rem !important; width: 100%; height: 100%; font-size: 0.85rem; min-width: 65px; } .quantity-2 { max-width: 110px; height: 30px; border: none; } .quantity-2 .quantity-btn { background-color: #f3f4f5; color: #000; border-radius: 50%; width: 30px; height: 30px; min-width: 30px; flex: 0 0 30px; max-width: 30px; } .selected-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; font-size: 0.8rem; margin-top: 0.6rem; margin-bottom: 1.875rem; } .selected-filters-link { background-color: transparent; border-radius: 4px; border: solid 1px #dee2e6; white-space: nowrap; display: flex; align-items: center; padding: 5px; margin: 0; padding-left: 14px; font-size: inherit; background-color: #fff; color: #000; height: 28px; } .selected-filters-link:hover .remove { background-color: transparent; color: currentColor; } .selected-filters-link:last-child { margin-right: 0; } .selected-filters-link.more { font-weight: 600; padding-right: 14px; } .selected-filters-link .remove { background-color: transparent; border: none; border-radius: 0; display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; padding: 0; margin: 0; border-radius: 50%; margin-left: 5px; font-size: 10px; color: inherit; } .selected-filters-link .remove:hover { background-color: transparent; color: currentColor; } .filter-left { display: grid; grid-template-columns: 280px 1fr; grid-gap: 4rem; } @media (min-width: 1200px) { .filter-left { grid-gap: 6rem; } } @media (max-width: 991.98px) { .filter-left { display: block; } } .filters .filter-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; } .filters .sidebar-widget { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: solid 1px #dee2e6; position: relative; } .filters .sidebar-widget:after { background-color: var(--brand-color); color: var(--brand-color-inverse); width: 30px; height: 2px; content: ""; position: absolute; bottom: -1px; left: 0; } .filters .sidebar-widget:last-child { margin-bottom: 0; padding-bottom: 0; border: none; } .filters .sidebar-widget:last-child:after { content: normal; } .filters .sidebar-widget-head { font-size: 1rem; margin: 0; color: rgba(0, 0, 0, 0.97); font-weight: 600; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; position: relative; cursor: pointer; } .filters .sidebar-widget-head[aria-expanded="false"] { cursor: pointer; } .filters .sidebar-widget-head[aria-expanded="false"]:before { content: ""; position: absolute; right: 0; display: inline-block; border-right: 1px solid black; border-bottom: 1px solid black; width: 8px; height: 8px; transform-origin: center; transition: all 0.5s ease; top: calc(50% - 6px); transform: rotate(45deg); } .filters .sidebar-widget-head[aria-expanded="true"]:before { content: ""; position: absolute; right: 0; display: inline-block; border-right: 1px solid black; border-bottom: 1px solid black; width: 8px; height: 8px; transform-origin: center; transition: all 0.5s ease; top: calc(50% - 1px); transform: rotate(-134deg); } .filters .sidebar-widget-body-inner { padding: 1rem 0; } .filter-top .collection-sidebar { background-color: #f3f4f5; border-radius: 4px; padding: 1rem; margin-bottom: 2rem; } .filter-top .filter-horizontal-list { margin: 0; } .filter-top .selected-filters { margin: 0; margin-top: 1rem; } .filter-horizontal-list { display: flex; gap: 1rem; margin: 2rem 0; flex-wrap: wrap; } @media (max-width: 767.98px) { .filter-horizontal-list { flex-direction: column; } } @media (max-width: 767.98px) { .filter-horizontal-item { margin: 0; } } .filter-horizontal .filter-trigger { border: solid 1px #dee2e6; border-radius: 4px; background-color: transparent; color: rgba(0, 0, 0, 0.97); padding: 0.7rem 1.5rem; font-size: 0.9rem; } @media (max-width: 767.98px) { .filter-horizontal .filter-trigger { display: flex; width: 100%; justify-content: space-between; align-items: center; } } .filter-horizontal .filter-target { padding: 1rem; width: -moz-max-content; width: max-content; } .filter-horizontal .filter-target-inner { padding: 1rem 0; } .filter-horizontal .list-vertical { max-height: 300px; overflow-y: auto; } .filter-horizontal .list-vertical > li { padding: 0.75rem 0; margin-top: 0; } .filter-horizontal .list-vertical > li .checkbox, .filter-horizontal .list-vertical > li .radio { display: flex; } .filter-horizontal .dropdown-menu { border-radius: 0; } @media (max-width: 991.98px) { .filter-horizontal .dropdown-menu { position: static !important; transform: none !important; float: none; width: auto; background-color: transparent; box-shadow: none; padding: 0; } } .filter-directory a { color: inherit; } .filter-directory .filter-directory_bar { display: flex; align-items: center; border-bottom: solid 1px #dee2e6; padding: 0 0 1rem 0; margin-bottom: 1rem; } @media (max-width: 767.98px) { .filter-directory .filter-directory_bar { flex-direction: column; } } .filter-directory .filter-directory_bar .filter-directory_search_input { margin-right: 1rem; flex: 0 0 170px; max-width: 170px; } @media (max-width: 767.98px) { .filter-directory .filter-directory_bar .filter-directory_search_input { margin: 0; margin-bottom: 1rem; flex: auto; max-width: none; } } .filter-directory .filter-directory_bar .filter-directory_indices { display: flex; justify-content: space-around; flex: 1; flex-direction: row; flex-wrap: nowrap; } @media (max-width: 767.98px) { .filter-directory .filter-directory_bar .filter-directory_indices { justify-content: flex-start; overflow-x: auto; width: 100%; } } .filter-directory .filter-directory_bar .filter-directory_indices li { font-size: 0.8rem; padding: 0.4rem; text-transform: uppercase; font-weight: 600; cursor: pointer; } .filter-directory .filter-directory_disabled { opacity: 0.2; } .filter-directory_list { padding: 0; height: 465px; display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; white-space: nowrap; overflow-y: auto; } .filter-directory_list li { margin: 0.5rem 0; margin-right: 10px; font-size: 0.8rem; } .filter-directory_list .filter-directory_list_title { text-transform: uppercase; font-weight: 600; } .filter-directory_list .filter-directory_count { opacity: 0.66; font-size: 0.7rem; } .saved-cards { display: grid; grid-gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } .saved-cards > li { border-radius: 4px; border: solid 1px #dee2e6; background-color: #fff; color: #000; padding: 1rem; position: relative; } .saved-cards > li.selected, .saved-cards > li:hover { background: #005eff url(images/visa-bg.jpg) no-repeat center; border-color: #005eff; box-shadow: 0 2px 4px 0 #cfd7df; } .saved-cards > li.selected .list-actions, .saved-cards > li:hover .list-actions { opacity: 1; transform: translateY(0); } .saved-cards > li.selected .cards-detail h6, .saved-cards > li.selected .cards-detail .h6, .saved-cards > li.selected .cards-detail p, .saved-cards > li:hover .cards-detail h6, .saved-cards > li:hover .cards-detail .h6, .saved-cards > li:hover .cards-detail p { color: #fff; } .saved-cards > li .radio input, .saved-cards > li .radio .custom-select { width: 20px !important; height: 20px !important; max-width: 20px; flex: 0 0 20px; border-color: #fff; background-color: transparent; vertical-align: inherit; } .saved-cards > li .cards-detail h6, .saved-cards > li .cards-detail .h6 { color: rgba(0, 0, 0, 0.77); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; } .saved-cards > li .cards-detail p { color: rgba(0, 0, 0, 0.97); font-size: 0.9rem; font-weight: 600; } .saved-cards > li .list-actions { position: absolute; top: 19px; right: 1.5rem; opacity: 0; transform: translateY(0.5rem); transition: all 0.1s ease-in-out; transition-property: transform, opacity; } .saved-cards > li .list-actions li { margin: 0; display: flex; } .saved-cards > li .list-actions li a { color: #fff; } .saved-cards > li .list-actions li a .svg { width: 20px; height: 20px; opacity: 1; vertical-align: inherit; } .saved-cards > li .list-actions li a:hover .svg { fill: #fff; } .saved-cards > li label { display: block; cursor: pointer; } .no-data-found { margin: 2rem auto; text-align: center; display: flex; flex-direction: column; } .no-data-found-img { max-width: 100%; margin: 1rem auto; } .no-data-found-img img, .no-data-found-img .svg { width: 100%; max-width: 400px; } .no-data-found .data { margin-top: 1rem; } .no-data-found .data h2, .no-data-found .data .h2 { font-size: 1.8rem; margin: 0; font-weight: 400; } .no-data-found .data p { margin-bottom: 1rem; color: rgba(0, 0, 0, 0.77); font-size: 0.85rem; } .no-data-found--md .img { max-width: 150px; } .no-data-found--md .data h2, .no-data-found--md .data .h2 { font-size: 1.5rem; } .no-data-found--sm .img { max-width: 100px; } .no-data-found--sm .data h2, .no-data-found--sm .data .h2 { font-size: 1.2rem; } .timeline-orders { margin: 2rem 0; } .timeline-comments { display: flex; } .timeline-comments .timeline-avatar { background-color: var(--brand-color); color: var(--brand-color-inverse); width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 1rem; overflow: hidden; } .timeline-comments .timeline-comments-box { flex: 1; } @media (max-width: 575.98px) { .timeline-comments .timeline-comments-box .input-group .form-control { flex: 1; margin-bottom: 0.875rem; max-width: 100%; } } @media (max-width: 575.98px) { .timeline-comments .timeline-comments-box .input-group .input-group-append > .btn { border-radius: 3px; } } .timeline { border-left: 2px solid var(--brand-color); border-bottom-right-radius: 3px; border-top-right-radius: 3px; color: rgba(0, 0, 0, 0.8); margin: 30px auto; margin-left: 153px; position: relative; line-height: 1.4em; font-size: 0.8rem; padding: 0 50px; list-style: none; } @media (max-width: 575.98px) { .timeline { margin-left: 0px; padding: 0 20px; } } .timeline p { font-size: 0.8rem; } .timeline .dropdown-toggle { font-weight: 400; } @media (max-width: 575.98px) { .timeline .dropdown-toggle { white-space: normal; } } .timeline .event { border-bottom: 1px dashed rgba(255, 255, 255, 0.1); padding-bottom: 1rem; margin-bottom: 1rem; position: relative; color: rgba(0, 0, 0, 0.77); } .timeline .event:last-of-type { padding-bottom: 0; margin-bottom: 0; border: none; } .timeline .event:before, .timeline .event:after { position: absolute; display: block; top: 0; } .timeline .event:before { left: -200px; color: rgba(0, 0, 0, 0.77); content: attr(data-date); text-align: right; font-size: 0.75rem; min-width: 120px; } @media (max-width: 575.98px) { .timeline .event:before { left: 0px; position: relative; display: block; text-align: left; } } .timeline .event:after { box-shadow: 0 0 0 2px var(--brand-color); left: -57px; background-color: #fff; color: #000; border-radius: 50%; height: 11px; width: 11px; content: ""; top: 2px; } @media (max-width: 575.98px) { .timeline .event:after { left: -27px; } } .timeline .timeline_status { font-size: 0.85rem; font-weight: 500; display: block; color: rgba(0, 0, 0, 0.97); margin-bottom: 0.5rem; } .timeline .timeline_status .svg { fill: currentColor; margin-right: 5px; } #facebox .content.faceboxWidth.gallery-media-popup { width: 960px; padding: 0; overflow: hidden; border-radius: 8px; } @media (max-width: 575.98px) { #facebox .content.faceboxWidth.gallery-media-popup { width: 100%; } } .posted-reviews { display: flex; } @media (max-width: 575.98px) { .posted-reviews { display: block; } } .posted-reviews__media { max-width: 60%; flex: 0 0 60%; position: relative; background-color: #f0f0f0; padding: 2rem; } .posted-reviews__media img { margin: 0 auto; } @media (max-width: 575.98px) { .posted-reviews__media { max-width: 100%; } } .posted-reviews__from { display: block; font-size: 0.875rem; padding-bottom: 15px; color: rgba(0, 0, 0, 0.77); } .posted-reviews__content { max-width: 40%; flex: 0 0 40%; padding: 2rem; } @media (max-width: 575.98px) { .posted-reviews__content { max-width: 100%; } } .posted-reviews__content .yes-no ul { justify-content: flex-start; } .posted-reviews__content p { font-size: 0.875rem; font-weight: 300; line-height: 1.7; } .posted-reviews .review-media-thumb { padding-top: 1rem; } .posted-reviews .thumb-wrap { margin: 5px; border: solid 1px #dee2e6; } .posted-reviews .thumb-wrap img { cursor: pointer; } .posted-reviews .slick-current .thumb-wrap { border-color: var(--brand-color); } .media-arrows { position: absolute; left: 15px; top: 40%; right: 15px; transform: translateY(-50%); -webkit-transform: translateY(-50%); display: flex; justify-content: space-between; align-items: center; } .media-arrows a { width: 42px; height: 42px; border-radius: 50%; display: block; background-color: #fff; color: #000; position: relative; border: 1px solid currentColor; text-indent: -9999px; font-size: 0px; } .media-arrows a:after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; } .media-arrows__left { transform: rotate(45deg); } .media-arrows__right { transform: rotate(-135deg); } * { scrollbar-color: #9aa0a6 transparent; scrollbar-width: thin; } *::-webkit-scrollbar { width: 6px; height: 6px; } *::-webkit-scrollbar-track { background: 0 0; } *::-webkit-scrollbar-thumb { background: #b4b4b4; background-clip: padding-box; border-radius: 10px; border: 1.5px solid transparent; border-radius: 3px; } *::-webkit-scrollbar-thumb:active { background-color: #61686e; } *::-webkit-scrollbar-thumb:hover { background-color: #798189; } *-y { overflow-y: auto; } *-x { overflow-x: auto; } @media (min-width: 768px) { .interactive-stores { display: grid; grid-template-columns: 2fr 1fr; } } .interactive-stores__map { background-color: #f3f4f5; border: none; border-radius: 4px; position: relative; padding-top: 56.25%; } .interactive-stores__map .canvas-map { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .interactive-stores__map .map-loader { position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 1; background-color: rgba(0, 0, 0, 0.65); display: none; justify-content: center; align-items: center; } .interactive-stores__map .map-loader.is-loading { display: flex; } .interactive-stores__list { background-color: transparent; border: solid 1px #dee2e6; border-radius: 4px; padding: 1rem; } @media (max-width: 575.98px) { .interactive-stores__list { max-width: 100%; margin-top: 2rem; } } .stores { display: flex; flex-direction: column; } .stores:hover { color: var(--brand-color); } .stores-head { margin-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .stores-head h4, .stores-head .h4 { font-weight: 600; font-size: 1rem; margin: 0; } .stores-body { flex: 1; max-height: 500px; overflow-y: auto; padding-right: 6px; } .stores-body ul { display: flex; flex-flow: column; gap: 10px; } .stores-body ul li { position: relative; } .stores-body ul li:last-child { padding: 0; margin: 0; } .stores-body .store { padding: 0.5rem; display: flex; gap: 1rem; position: relative; background-color: #f3f4f5; color: #000; border-radius: 4px; } .stores-body .store:is(:hover, :focus, :active) { background-color: #d7dbde; } .stores-body .store__img { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; aspect-ratio: 1; border: solid 1px #dee2e6; border-radius: 4px; max-width: 100px; flex: 0 0 100px; position: relative; overflow: hidden; } .stores-body .store__detail { flex: 1; min-width: 0; } .stores-body .store__detail h6, .stores-body .store__detail .h6 { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.9rem; font-weight: 600; color: rgba(0, 0, 0, 0.97); padding: 0; } .stores-body .store__detail .location { font-size: 0.8rem; color: rgba(0, 0, 0, 0.77); } .stores-body .store__detail-foot { font-size: 0.8rem; color: currentColor; display: flex; align-items: center; justify-content: space-between; } .stores-body .store__detail-foot .product-prices-per-day { margin-right: 0.5rem; } .map-filters { padding: 0.5rem 0; margin-bottom: 1.125rem; border-top: solid 1px #dee2e6; border-bottom: solid 1px #dee2e6; } @media (min-width: 768px) { .map-filters { display: flex; } } .map-filters__label { padding: 0.875rem 0.5rem 0 0; color: rgba(0, 0, 0, 0.97); font-size: 15px; white-space: nowrap; } @media (max-width: 575.98px) { .map-filters__label { padding: 0 0 0.75rem 0; display: block; } } .map-filters__col { padding-left: 1rem; } @media (max-width: 575.98px) { .map-filters__col { padding: 0 0.5rem 0.875rem 0.5rem; flex: 0 0 50%; max-width: 50%; } } .form--mapfilter { display: flex; flex-wrap: wrap; align-items: center; flex: 1; } @media (max-width: 575.98px) { .form--mapfilter { margin: 0 -0.5rem; } } .form--mapfilter select { background-color: transparent; } .form--mapfilter select:hover { background-color: #f6f6f6; } .filter-tags-list { flex-wrap: wrap; } .filter-tags-list li { padding: 0 1rem 1rem 0; } .map-tag-label { padding: 0.5rem 1.25rem 0 0; color: rgba(0, 0, 0, 0.97); font-size: 15px; white-space: nowrap; } @media (max-width: 991.98px) { .map-tag-label { padding: 0 0 1rem 0; display: block; } } .filter-tag { position: relative; border: solid 1px #dee2e6; border-radius: 50px; font-size: 0.8rem; color: rgba(0, 0, 0, 0.97); padding: 0.5rem 1.5rem; display: inline-flex; align-items: center; } @media (max-width: 575.98px) { .filter-tag { font-size: 12px; padding: 0.35rem 0.5rem 0.35rem 1rem; } } .filter-tag-close { position: relative; width: 20px; height: 20px; flex: 0 0 20px; transform: rotate(45deg); margin-left: 0.5rem; } .filter-tag-close:hover { color: #ef4546; } .filter-tag-close:after, .filter-tag-close:before { content: ""; width: 12px; height: 2px; background-color: currentColor; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .filter-tag-close:before { width: 2px; height: 12px; } .dropdown--mapfilter .dropdown-toggle { font-size: 0.875rem; text-transform: uppercase; font-weight: 700; background-color: #ffffff; padding: 1rem 1.875rem; position: relative; color: #161616; display: inline-flex; align-items: center; } @media (max-width: 575.98px) { .dropdown--mapfilter .dropdown-toggle { border: solid 1px #dee2e6; padding: 0.75rem 1.25rem; display: flex; justify-content: space-between; } } .dropdown--mapfilter .dropdown-toggle:hover { background-color: #f6f6f6; } .dropdown--mapfilter .dropdown-toggle:after { content: ""; display: block; width: 8px; height: 8px; border: none; border-left: 2px solid #333; border-bottom: 2px solid #333; transform: rotate(-45deg); margin-left: 0.5rem; margin-top: -4px; } .dropdown--mapfilter.show .dropdown-toggle { background-color: #f6f6f6; } .dropdown--mapfilter.show .dropdown-toggle:after { border: none; border-right: 2px solid #333; border-top: 2px solid #333; margin-top: 1px; } .dropdown--mapfilter .dropdown-menu { border-radius: 0; } .dropdown--mapfilter .dropdown-menu .nav-block { overflow: auto; max-height: 200px; display: block; } @media (max-width: 575.98px) { .map-drag-input-wrapper { display: none; } } .map-drag-input-wrapper label { display: flex; align-items: center; font-size: 0.8rem; background: rgba(255, 255, 255, 0.9); padding: 0 1rem; border-radius: 4px; height: 40px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; line-height: 40px; } .float-price { padding: 0.5rem 1rem; background-color: #fff; color: #000; color: rgba(0, 0, 0, 0.97); font-size: 0.8rem; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 30px; font-weight: 600; } .float-price:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); } .seller-card { flex-direction: column; display: flex; align-items: center; border-bottom: solid 1px #dee2e6; margin-bottom: 0.7rem; padding-bottom: 0.7rem; } .seller-card .seller_logo { max-width: 50px; flex: 0 0 50px; margin-right: 10px; } .seller-card .seller_logo img { max-width: 100% !important; border-radius: 50%; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } .seller-card .seller_detail { flex: 1; } .seller-card .seller_title { font-weight: 500; margin: 0.5rem; font-size: 0.95rem; } .gmap-list > li { border-top: solid 1px #dee2e6; padding-top: 0.5rem; margin-top: 0.5rem; } .gmap-list > li:first-child { padding-top: 0; margin-top: 0; border: none; } .gmap-list .title { font-weight: 600; } .gmap-list .price { font-weight: 600; color: var(--brand-color); } .gmap-list .product-profile-thumbnail { width: 50px; height: 50px; } .uploaded-media { display: flex; flex-direction: column; } .uploaded-media .uploaded { display: flex; align-items: center; border: dashed 1px #dee2e6; padding: 1rem; margin-bottom: 1rem; border-radius: 4px; } .uploaded-media .uploaded:last-child { margin-bottom: 0; } .uploaded-media .uploaded-file { max-width: 50px; flex: 0 0 50px; border: solid 1px #dee2e6; border-radius: 4px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background-color: rgba(0, 0, 0, 0.03); margin-right: 1rem; } .uploaded-media .file { position: relative; display: flex; flex-direction: column; flex: 1; } .uploaded-media .file_name { margin-bottom: 0.5rem; font-weight: 600; padding-right: 2.5rem; } .uploaded-media .svg { margin: 0 auto; } .uploaded-media .trash { right: 0; position: absolute; top: auto; } .uploaded-media .progress { height: 6px; } .list-cart { font-size: 0.8rem; } .list-cart-item { display: flex; justify-content: space-between; padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: solid 1px #dee2e6; } .list-cart-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; } @media (max-width: 767.98px) { .list-cart-item.list-saved-later { flex-direction: row; } } .list-cart-item.minus-space { padding: 0; border: none; } .list-cart-double { flex-direction: row; flex-wrap: wrap; } .list-cart-double li { flex: 0 0 50%; max-width: 50%; padding: 1rem; border: none; border-top: solid 1px #dee2e6; } .list-cart-double li:nth-child(1), .list-cart-double li:nth-child(2) { border-top: none; } .list-cart-double li:last-child { flex: 1; max-width: none; } .list-cart-triple { display: flex; flex-flow: row wrap; gap: 20px; } .list-cart-triple > li { flex: 0 0 30%; max-width: 30%; } .list-cart-triple > li:last-child { padding-bottom: 2rem; border-bottom: solid 1px #dee2e6; } .list-cart-return li { flex-direction: column; } .list-cart-return li:last-child { border-bottom: none; } .list-cart-return li .product-profile-thumbnail img { max-width: 70px; } .list-cart-return li .product-quantity { margin: 0; margin-top: 1rem; } .list-cart-return li .product-price { flex: none; max-width: none; margin: 0; margin-bottom: 2rem; } .list-cart-order .product-thumbnail { max-width: 48px; flex: 0 0 48px; } .cell_qty { padding: 0 10px; flex: 0 0 100px; max-width: 100px; margin-left: auto; } @media (max-width: 575.98px) { .cell_qty { padding: 10px 0; flex: 1; max-width: inherit; margin-left: 0; } } .cell_price { padding: 0 10px; flex: 0 0 100px; max-width: 100px; margin-left: auto; } @media (max-width: 575.98px) { .cell_price { padding: 10px 0; flex: 1; max-width: inherit; margin-left: 0; } } .cell_action { text-align: right; margin-left: auto; } @media (max-width: 575.98px) { .cell_action { margin-left: 0; flex: 1; max-width: inherit; text-align: inherit; } } .cell:last-child { padding-right: 0; } .product-quantity { margin: 0 0; display: flex; gap: 2rem; align-items: center; } .product-quantity .remove { margin: 0.5rem 0; display: inline-block; } .product-quantity .side-price { font-weight: 500; font-size: 0.8rem; margin-left: 10px; } .product-quantity-price { display: flex; align-items: center; } @media (max-width: 767.98px) { .product-action { position: absolute; top: 1rem; right: 1rem; } } .product-action .list-actions { justify-content: flex-end; } .btn-saveforlater { border: none; background-color: transparent; } .btn-saveforlater .svg { width: 26px; height: 26px; fill: var(--brand-color); } .list-add { padding-top: 8px; display: flex; align-items: center; color: currentColor; } .list-add li { margin-right: 10px; } .list-add li:last-child { margin: 0; } .list-add .svg { width: 1rem; height: 1rem; fill: currentColor; } .list-add .active .svg { width: 1rem; height: 1rem; fill: var(--brand-color); } .count-items { color: currentColor; font-size: 0.8rem; } .cart-summary { font-size: 0.85rem; } .cart-summary-item { padding: 0.5rem 0; display: flex; align-items: center; justify-content: space-between; } .cart-summary-item .label { color: currentColor; padding: 0; font-weight: unset; font-size: inherit; } .cart-summary-item .value { font-weight: 600; text-align: right; margin-left: auto; } .cart-summary-item.highlighted { font-weight: 600; font-size: 1rem; color: rgba(0, 0, 0, 0.97); border-top: solid 1px #dee2e6; padding-top: 1rem; margin-top: 1rem; } .cart-summary-item.text-success { color: #1dc9b7; } .brands { display: flex; flex-flow: row wrap; gap: 5rem; align-items: center; justify-content: center; max-width: 950px; margin: 2rem auto; } .brands-item:hover .brands-img { margin-top: -0.75rem; transition: 0.3s; filter: none; opacity: 1; } .brands-img { transition: 0.3s; max-width: 80px; filter: grayscale(1); opacity: 0.85; margin: 0 auto; } .my-addresses { display: flex; flex-direction: column; gap: 1rem; } .my-addresses-item { background-color: transparent; border: solid 1px #dee2e6; border-radius: 4px; display: flex; flex-direction: column; gap: 1rem; } @media (min-width: 992px) { .my-addresses-item { flex-direction: row; } } .my-addresses-item.add-new { display: grid; place-items: center; padding: 3rem 0; } .my-addresses-body { flex: 1; padding: 1rem; position: relative; display: flex; gap: 1rem; } .my-addresses-footer { background-color: transparent; border-top: solid 1px #dee2e6; display: flex; flex-direction: row; align-items: center; gap: 1rem; justify-content: space-between; padding: 1rem; } @media (min-width: 992px) { .my-addresses-footer { border: none; } } .my-addresses-footer .btn-link { color: var(--brand-color); font-size: 0.85rem; font-weight: 600; background-color: transparent; border: none; padding: 0; margin: 0; flex: 1; } .my-addresses .actions { width: 100%; display: flex; align-items: center; } .my-addresses .actions-item { flex: 1; position: relative; } .my-addresses .actions-item:after { content: ""; border-right: solid 1px #dee2e6; position: absolute; right: 0; top: 0; bottom: 0; } .my-addresses .actions-item:last-child:after { content: normal; } .my-addresses .actions-link { width: 100%; height: auto; border: none; color: rgba(0, 0, 0, 0.97); text-align: center; padding: 0.6rem 1rem !important; display: block; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; position: relative; } .my-addresses .actions-link:hover { color: var(--brand-color); background-color: transparent; } .delivery-address { font-size: 0.85rem; color: currentColor; line-height: 1.5; margin-bottom: 0; } .delivery-address h5, .delivery-address .h5, .delivery-address .h5 { margin-bottom: 10px; font-weight: 600; font-size: 0.9rem; line-height: 1.5; color: rgba(0, 0, 0, 0.97); display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-start; } @media (min-width: 992px) { .delivery-address h5, .delivery-address .h5, .delivery-address .h5 { flex-direction: row; } } .delivery-address p { margin-bottom: 0 !important; font-size: 0.85rem; } .delivery-address .tag { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0; border: solid 1px #1dc9b7; border-radius: 40px; color: #1dc9b7; padding: 2px 0.6rem; line-height: 1; font-size: 0.75rem; font-weight: 400; text-transform: uppercase; max-width: 150px; } .delivery-address .phone-txt, .delivery-address .time-txt { font-weight: 500; margin-top: 8px; } .atom-radio-reveal-container .disabled { opacity: 0.2; pointer-events: none; } .atom-radio-drawer { background-color: #f3f4f5; color: #000; border-radius: 12px; border: solid 1px transparent; margin-bottom: 1.5rem; } .atom-radio-drawer.selected .atom-radio-drawer_body { display: flex; } .atom-radio-drawer.selected .atom-radio-drawer_foot { display: block; } .atom-radio-drawer_head { cursor: pointer; font-size: 0.8rem; color: rgba(0, 0, 0, 0.77); line-height: 1.8; padding: 1.5rem; margin: 0; display: flex; justify-content: space-between; gap: 1.5rem; flex: 1; width: 100%; position: relative; } .atom-radio-drawer_head_left { flex: 1; } .atom-radio-drawer_head_left.disabled a { display: none; } .atom-radio-drawer_head .radio { margin-top: 0.5rem; } .atom-radio-drawer_head .radio .radio-switch { height: 24px; width: 24px; flex: 0 0 24px; max-width: 24px; aspect-ratio: 1/1; } .atom-radio-drawer_head .title { font-weight: 600; font-size: 1.1rem; color: rgba(0, 0, 0, 0.97); display: flex; flex-wrap: wrap; justify-content: space-between; } .atom-radio-drawer_head .title a.link { margin: 5px 0 0 0; } .atom-radio-drawer_head .title .duration-type { font-size: 0.75rem; font-weight: normal; display: inline-block; vertical-align: middle; padding-right: 1rem; } .atom-radio-drawer_head .sale-rent-only { display: flex; align-items: center; justify-content: center; color: var(--brand-color); position: absolute; inset: 0; z-index: 2; text-align: center; } .atom-radio-drawer_head .sale-rent-only .svg { width: 40px; height: 40px; fill: rgba(var(--brand-color-alpha), 0.8); margin: 2rem auto; } .atom-radio-drawer_body { border-top: dashed 1px #dee2e6; display: none; flex-direction: column; gap: 0.5rem; color: rgba(0, 0, 0, 0.77); font-size: 0.8rem; padding: 1.5rem; } .atom-radio-drawer_foot { display: none; padding: 1.5rem; padding-top: 0; } .atom-radio-drawer_foot .action p { font-size: 0.875rem; color: rgba(0, 0, 0, 0.77); font-weight: 500; padding-bottom: 0.5rem; text-decoration: underline; } .atom-radio-drawer_foot .action .btn-brand { height: 50px; display: block; width: 100%; } .list-features { background-color: #f3f4f5; color: #000; border-radius: 4px; margin-bottom: 1rem; } .list-features-item { display: flex; flex-flow: row wrap; gap: 1rem; padding: 0.3rem 0; } .list-features-item.active { color: #1dc9b7; } .list-features-item .lable { font-weight: 500; } .list-features-item .value { margin-left: auto; font-weight: 600; } .list-features-tick li { list-style: inside disc; } .list-features-tick li::marker { font-size: 1rem; } .durations { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin: 1rem 0; margin-bottom: 2rem; } .durations-item { flex: 1; } .durations .btn-check { width: 1px; height: 1px; opacity: 0; } .durations .btn-check:checked + label { color: var(--brand-color); border-color: var(--brand-color); } .durations .btn-check:checked + label:before { border-width: 4px; border-color: currentColor; } .durations-label { cursor: pointer; background-color: #fff; border: solid 1px #dee2e6; border-width: 2px; border-radius: 5px; display: flex; flex-direction: column; padding: 1rem; padding-left: 2.7rem; position: relative; transition: all 300ms ease-in-out; } .durations-label:before { content: ""; background-color: transparent; border: solid 2px #dee2e6; border-radius: 50%; width: 1.2rem; height: 1.2rem; aspect-ratio: 1/1; position: absolute; top: 15px; left: 1rem; transition: all 200ms ease-in-out; } .durations-title { font-size: 1.2rem; font-weight: 600; } .durations .data { display: flex; flex-direction: column; } .durations-type { font-weight: 600; } .rental-dates .h5 { font-weight: 600; font-size: 0.9rem; text-transform: uppercase; } .get-dates input[type="text"], .get-dates .custom-select[type="text"] { padding: 0 1rem; border: solid 1px #dee2e6; height: 3rem; width: 100%; font-size: 0.85rem; border-radius: 4px; transition: 0.3s all ease-in-out; } html { scroll-behavior: smooth; font-size: 16px; overflow-x: inherit; } @media (max-width: 1600px) { html { font-size: 16px; } } @media (max-width: 991.98px) { html { font-size: 14px; } } @media (max-width: 575.98px) { html { font-size: 13px; } } body { font-family: Arial, Helvetica, sans-serif; font-display: fallback; color: rgba(0, 0, 0, 0.77); letter-spacing: normal; } @media (min-width: 1200px) { .container { max-width: 1440px; } .container-narrow { max-width: 1180px; } } @media (min-width: 1600px) { .container { max-width: 1440px; } } @media (min-width: 1800px) { .container { max-width: 1536px; } } :focus { box-shadow: none !important; outline: 0 !important; } p { margin: 0; } b, strong { font-weight: 500; } ol, ul { padding: 0; margin: 0; list-style-type: none; } img { max-width: 100%; } a { color: inherit; text-decoration: none; } a:hover { color: var(--brand-color); text-decoration: none; } .bg-brand-light { background-color: rgba(var(--brand-color-alpha), 0.1); color: #000; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .-color-light { opacity: 0.6; } .-color-light { opacity: 0.6; font-weight: normal; } .-heightfull { height: 100%; } .-heightfull.-border.rounded p.small { font-size: 100%; font-style: normal; } .-inline-element { display: inline-block; vertical-align: top; } .divider { height: 1px; background-color: #dee2e6; margin: 15px 0; } .note { background-color: #f3f4f5; color: #000; border-radius: 6px; padding: 4px 8px; font-size: 0.8rem; font-weight: 600; display: inline-block; } .txt-white { color: #fff; } .dragHandle { cursor: move; } #st_gdpr_iframe { display: none; } .not-allowed { background: #ededed; color: #888; cursor: not-allowed !important; } .formActions-css { display: none !important; } .-inline-link { text-decoration: underline; font-size: 0.9em; color: var(--brand-color) !important; } .gap-custom { height: 1rem; clear: both; display: table; width: 100%; } .padding20 { padding: 20px; } .align-center { margin: 0 auto; text-align: center; } .hidden { display: none; } .no-after:after { content: normal !important; } .list-inline { display: flex; gap: 1rem; } .list-inline-fluid { flex-flow: row wrap; } .focused-div { height: auto; cursor: text; font-size: 0.9em; } .cards-message { display: flex; justify-content: center; flex-direction: column; align-items: center; position: relative; padding: 0.75rem 1.25rem; margin: auto; color: var(--body-color); height: 100%; } .cards-message .cards-message-icon { display: flex; align-items: center; padding: 1.25rem 0; font-size: 2.5rem; } .cards-message .alert-text { align-self: center; } .profile-image .avtar { margin: 0 auto; } .info-message { background: #f9edbe; border: 1px solid #f0c36d; color: #6c6c6c; font-size: 0.85em; line-height: 1.2; border-radius: 4px; padding: 0.8rem; } .docs-buttons { display: flex; justify-content: center; } .docs-buttons .btn-group { margin: 0 2px; } .custom-ui-autocomplete { max-height: 200px; max-width: 500px; overflow: hidden; overflow-y: auto; box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1); border-radius: 4px; font-weight: 400; font-size: 0.8rem !important; border: solid 1px #dee2e6; animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1; } .custom-ui-autocomplete .ui-menu-item { border-bottom: solid 1px #dee2e6; } .custom-ui-autocomplete .ui-menu-item .ui-menu-item-wrapper { padding: 0.8rem; border-color: transparent !important; line-height: 1.5; } .custom-ui-autocomplete .ui-menu-item:last-child { border-bottom: none; } .custom-ui-autocomplete strong { font-weight: 600; } .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: none; } .strikethrough { text-decoration: line-through; } .cursor-pointer { cursor: pointer; } .alert-aligned { height: 100%; display: flex; align-items: center; } .list-shipping .list-group-item { padding: 1rem; } .list-shipping .shipping-states { display: flex; align-items: center; } .list-shipping .shipping-states .box-icon { border-radius: 4px; background-color: #f3f4f5; color: #000; padding: 5px 7px; margin-right: 8px; } .list-shipping .shipping-states .detail { display: flex; flex-direction: column; gap: 0; } .list-shipping .shipping-states .detail h6, .list-shipping .shipping-states .detail .h6 { margin: 0; font-size: 0.85rem; } .list-shipping .shipping-states .detail p { font-size: 0.75rem; } .list-shipping .table-rates td { padding: 0.6rem; } .list-country-zone li { margin: 5px 0; padding: 5px 0; border-bottom: solid 1px #edeff1; font-size: 0.8rem; } .list-country-zone li:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; } .list-country-zone li ul { font-size: 0.75rem; margin-left: 1rem; color: rgba(0, 0, 0, 0.77); } .list-country-zone .checkbox, .list-country-zone .radio { font-size: inherit; } .svg { fill: currentColor; } .text-link { font-weight: 500; color: var(--brand-color); } .stats-list ul { display: flex; justify-content: space-between; } .stats-list ul li { padding-right: 1rem; display: flex; flex-direction: column; } .stats-list ul li:last-child { padding-right: 0; } .stats-list .label { display: block; padding: 0; margin-bottom: 0.5rem; text-align: inherit; } .preview-overlay:before { content: ""; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); opacity: 1; transition: 0.2s ease-in-out all; z-index: 991; } ._enwholeContainer { left: calc(90% - 50px) !important; top: calc(90% - 50px) !important; } .logo-custom { max-width: 160px; } .offcanvas-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.7); } .clipboards { max-width: 340px; background-color: #fff; color: #000; background-color: rgba(237, 237, 237, 0.9); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.22); display: flex; flex-direction: column; gap: 1rem; padding: 1rem; position: relative; } .clipboards h6, .clipboards .h6 { margin: 0; padding: 0; } .clipboards .close { border: none; background-color: blue; color: #fff; padding: 0; margin: 0; position: absolute; right: -6px; top: -10px; width: 32px; height: 32px; opacity: 0.9; padding: 10px; border-radius: 50%; } .clipboards .close:hover { opacity: 1; } .clipboards .close:before, .clipboards .close:after { position: absolute; top: 7px; left: 15px; content: " "; height: 18px; width: 2px; background-color: #fff; color: #000; } .clipboards .close:before { transform: rotate(45deg); } .clipboards .close:after { transform: rotate(-45deg); } .clipboards ul { margin: 0; padding: 0; list-style: none; overflow-y: auto; max-height: 350px; } .clipboards ul li { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: solid 2px transparent; background-color: #fff; color: #000; padding: 1rem; display: block; max-width: 100%; height: 79px; margin: 0.5rem auto; font-size: 14px; line-height: 1.4; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .clipboards ul li.selected, .clipboards ul li:focus, .clipboards ul li:active, .clipboards ul li:visited { border-color: blue; } .clipboards ul li:hover { cursor: pointer; border-color: #333; } .clipboards ul li:last-child { margin-bottom: 0; } .iti { position: relative; display: flex; flex-flow: row wrap; font-size: 0.8rem; } .iti__selected-flag { background-color: #fff; border-radius: 4px; } .iti input, .iti .custom-select { flex: 1; } .iti[dir="ltr"] .iti__flag-container { right: auto !important; left: 0 !important; } .iti[dir="ltr"] .iti__country-list { left: 0; text-align: left; } .iti[dir="rtl"] .iti__flag-container { right: 0 !important; left: auto !important; } .iti[dir="rtl"] .iti__country-list { text-align: right; right: 0; } .chevron-right { margin-left: auto; display: inline-block; vertical-align: top; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; min-width: 0.55rem; width: 0.55rem; height: 0.55rem; transform: rotate(-45deg); } .js-carousel { margin: 0 -1rem; } .js-carousel .js-carousel-item { margin: 0 1rem; } .js-carousel .slick-arrow { top: 50%; transform: translateY(-50%); aspect-ratio: 1/1; height: 40px; width: 40px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; border: 1px solid #e8e8e8; background-color: #fff; } @media (max-width: 991.98px) { .js-carousel .slick-arrow { display: none !important; } } @media screen and (max-width: 1600px) { .js-carousel .slick-arrow { height: 48px; width: 48px; } } .js-carousel .slick-next { right: 0; } .js-carousel .slick-prev { left: 0; } .js-carousel .slick-disabled { opacity: 0.5; pointer-events: none; } .js-carousel .slick-prev:after, .js-carousel .slick-next:after { content: ""; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; width: 10px; height: 10px; transform: rotate(-45deg); position: absolute; left: 50%; margin-left: -7px; top: 50%; margin-top: -5px; } .js-carousel .slick-prev:after { transform: rotate(135deg); margin-left: -3px; } .js-carousel .slick-dots { position: relative; margin: 0; padding: 0; margin-top: 1rem; overflow: hidden; text-align: center; } .js-carousel .slick-dots li { border-radius: 12px; padding: 0; margin: 0 4px; width: 12px; height: 12px; display: inline-flex; align-items: center; transition: 0.25s ease-in-out all; background-color: #000; opacity: 0.1; } .js-carousel .slick-dots li button { color: currentColor; line-height: 1.1; padding: 0; display: block; flex: 1; } .js-carousel .slick-dots li.slick-active { width: 12px; opacity: 1; background-color: var(--brand-color); color: var(--brand-color-inverse); } .desktop-only { display: none; } @media (min-width: 1200px) { .desktop-only { display: block; } } .mobile-only { display: none; } @media (max-width: 1199.98px) { .mobile-only { display: block; } } .dropdown-toggle-custom { text-align: left; cursor: pointer; position: relative; padding-right: 2rem; } .dropdown-toggle-custom-arrow { position: absolute; transform: translate(-6px, 0); top: calc(50% - 4px); right: 0; } .dropdown-toggle-custom-arrow:after, .dropdown-toggle-custom-arrow:before { content: ""; position: absolute; background-color: currentColor; width: 1px; height: 9px; transition: all 0.25s ease-in-out; } .dropdown-toggle-custom-arrow:before { transform: translate(3px, 0) rotate(45deg); } .dropdown-toggle-custom-arrow:after { transform: translate(-3px, 0) rotate(-45deg); } .dropdown-toggle-custom[aria-expanded="true"] .dropdown-toggle-custom-arrow:before { transform: translate(-3px, 0) rotate(45deg); } .dropdown-toggle-custom[aria-expanded="true"] .dropdown-toggle-custom-arrow:after { transform: translate(3px, 0) rotate(-45deg); } .productRentTabs, .productSaleTabs { display: none !important; } .rental-unavailable-date { background: #ff3232 !important; } .product-type-tabs { display: block; background: #fff; border: 1px solid #eeeeee; position: relative; text-align: center; padding: 10px; height: 100%; } .product-type-tabs.active { background: #eeeeee; } a.product-type-tabs::before { content: ""; position: absolute; background: #eeeeee; width: 20px; height: 20px; border-radius: 100%; left: 10px; top: 10px; } .product-type-tabs .sticky-title { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); background: var(--brand-color); color: #fff; font-size: 11px; padding: 3px 7px; } .product-type-tabs .sticky-price { display: block; margin: 40px 0 15px; color: #000; font-size: 26px; font-weight: 600; } .product-type-tabs .sticky-sub-price { font-size: 13px; font-weight: 500; text-transform: uppercase; display: block; color: #000; } .product-type-tabs.active:before { background: var(--brand-color); } a.product-type-tabs:after { display: none; content: ""; position: absolute; border-bottom: 2px solid #fff; border-left: 2px solid #fff; width: 10px; height: 7px; top: 15px; left: 15px; transform: rotate(-45deg); } a.product-type-tabs.active:after { display: block; } .hide-sell-section { display: none; } .extend-order-section { padding: 20px 10px; border: 1px solid var(--border-color); } .hideSaleFlds, .hideRentFlds { display: none !important; } .product-type-tabs .products__price_old { font-weight: 300; color: #9ba5ae; line-height: 1; text-decoration: line-through; } .product-type-tabs .product_off { font-size: 0.875rem; font-weight: 300; color: var(--brand-color); display: inline-block; } .duration-fields { display: flex; justify-content: space-between; } .price-flds { display: flex; justify-content: space-between; } .form__subcontent .price-flds { display: block; } .price-flds div { padding: 0 5px !important; min-width: 125px; } .icn-lang .icon--img { max-width: 25px; max-height: 25px; } .description-limit { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .tagify { min-height: 36px; } .image-small { max-height: 100px; max-width: 100px; } .search-button { border: none; } .shop--collection .collection-media img, .blog-wrapper .blog-media img { border-radius: 16px; } @media (max-width: 1199px) { .wrapper--table { overflow: auto; } .wrapper--table-inner { min-width: 1200px; } #footer { padding-bottom: 50px; } .wrap-prod--sm { flex-wrap: wrap; } .prod--compare-bar .prod--sm { width: calc(100% / 2); margin: 0 !important; border: 2px solid #fff; } .is-compare-visible .back-to-top a { bottom: 33.3%; } .compare-toggle { right: 10px; } } @media screen and (max-width: 1024px) { .hide_below_desktop { display: none; } } .header-notifications { max-width: 250px; position: absolute; right: 20px; top: 70px; z-index: 99; } .dropwrap { min-width: 250px; background: #fff; border-radius: 5px; box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); filter: alpha(opacity=0); transition: all 300ms; transform-origin: top right; } .dropwrap .head { width: 100%; padding: 10px 20px; text-align: left; font-weight: 600; font-size: 15px; border-radius: 5px 5px 0 0; color: #fff; background: #2bc0e5; background: var(--primary-color); } .dropwrap .body { width: 100%; max-height: 280px; overflow: hidden; overflow-y: auto; } .dropwrap .foot { width: 100%; border-top: 1px solid #ddd; padding: 6px 10px; text-align: center; } .dropwrap ul { margin: 0; list-style: none; padding: 15px 10px; } .btn-engagespot { min-width: 32px; min-height: 30px; } .btn-engagespot button:hover { background-color: rgba(var(--brand-color-alpha), 0.1) !important; } .btn-engagespot svg { fill: var(--bs-dark); stroke: var(--bs-dark) !important; } .btn-engagespot svg path { stroke-width: 1; } .cd-features-list ul.options .selected { font-weight: bold; color: var(--brand-color); } .link-brand-color { color: var(--brand-color); font-weight: 600; } .modal-body #cropperBox-js .modal-dialog-centered::before { height: unset !important; } .faqTabs--flat-js li.disabled { pointer-events: none; } .nopadding { padding: 0 !important; } [id^="myStyleoEdit_product_description"] { position: absolute; } .pull--right { float: right; } .fab.fa-twitter { font-family: sans-serif; } .fab.fa-twitter::before { content: "𝕏"; font-size: 1.2em; } .uploaded-media-item-single .no-accept-ratio { aspect-ratio: unset !important; } .white-space { white-space: nowrap; } .dropdown { z-index: 9; } .footer__disclaimer { background-color: #525252 !important; } .info-msg, .success-msg, .warning-msg, .error-msg { margin: 10px 0; padding: 10px 1rem; border-radius: 4px; align-items: center; display: flex; gap: 6px; font-weight: 600; } .info-msg .msg-icon, .success-msg .msg-icon, .warning-msg .msg-icon, .error-msg .msg-icon { width: 1rem; height: 1rem; } .info-msg { color: #059; background-color: #bef; } .success-msg { color: #270; background-color: #dff2bf; } .warning-msg { color: #9f6000; background-color: #feefb3; } .error-msg { color: #d8000c; background-color: #ffbaba; } .map-locator { position: relative; } .map-locator .form-on-map { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 4px; background-color: #fff; padding: 1rem; display: flex; flex-direction: column; position: absolute; z-index: 1; top: 1rem; left: 1rem; width: 100%; max-width: 450px; } .map-locator .form-on-map-group { display: flex; gap: 1rem; flex: 1 1 100%; position: relative; } .map-locator .form-on-map-field { flex: 1; position: relative; } .map-locator .form-on-map-input { font-size: 0.85rem; font-weight: 600; border-radius: 4px; border: solid 1px #dee2e6; background-color: #fff; box-shadow: none; width: 100%; padding: 0.5rem 1rem; padding-right: 4rem; } .map-locator .form-on-map-input:hover, .map-locator .form-on-map-input:focus { background-color: #fff !important; } .map-locator .form-on-map .icn-detect { background-color: #fff; border: none; color: var(--brand-color); position: absolute; top: 1px; bottom: 2px; right: 2px; } .locations-autocomplete { width: 100%; background-color: #fff; border-radius: 4px; border: solid 1px #dee2e6; box-shadow: none; position: relative; display: flex; flex-direction: row; align-items: center; gap: 5px; padding: 0.5rem; } .locations-autocomplete-input { font-size: 0.8rem; flex: 1; background-color: transparent; border: none; border-radius: 0; } .locations-autocomplete-detect { aspect-ratio: 1/1; background-color: transparent; border-radius: 0; border: none; padding: 0; display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; } .processing-wrap { position: relative; } .processing { background-color: rgba(255, 255, 255, 0.55); position: absolute; z-index: 1024; top: 0; bottom: 0; left: 0; right: 0; text-align: center; display: flex; align-items: center; justify-content: center; } .processing:after { position: absolute; content: ""; background-color: rgba(255, 255, 255, 0.05); top: 0; bottom: 0; left: 0; right: 0; z-index: 1; } .skeleton { background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), lightgray; border-radius: 2px; height: 10px; margin: 2px 0; position: relative; overflow: hidden; } .skeleton::before { content: ""; display: block; position: absolute; left: -150px; top: 0; height: 100%; width: 150px; background: linear-gradient( to right, transparent 0%, #e8e8e8 50%, transparent 100% ); animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite; } @keyframes load { from { left: -150px; } to { left: 100%; } } /*! jQuery UI - v1.12.0 - 2016-07-08 * http://jqueryui.com * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px * Copyright jQuery Foundation and other contributors; Licensed MIT */ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .ui-helper-clearfix:after { clear: both; } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); } .ui-front { z-index: 100; } .ui-state-disabled { cursor: default !important; pointer-events: none; } .ui-icon { display: inline-block; vertical-align: middle; margin-top: -0.25em; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } .ui-widget-icon-block { left: 50%; margin-left: -8px; display: block; } .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: 0.5em 0.5em 0.5em 0.7em; font-size: 100%; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: 0; } .ui-menu .ui-menu { position: absolute; } .ui-menu .ui-menu-item { margin: 0; cursor: pointer; list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); } .ui-menu .ui-menu-item-wrapper { position: relative; padding: 3px 1em 3px 0.4em; } .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } .ui-menu .ui-state-focus, .ui-menu .ui-state-active { margin: -1px; } .ui-menu-icons { position: relative; } .ui-menu-icons .ui-menu-item-wrapper { padding-left: 2em; } .ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: 0.2em; margin: auto 0; } .ui-menu .ui-menu-icon { left: auto; right: 0; } .ui-button { padding: 0.4em 1em; display: inline-block; position: relative; line-height: normal; margin-right: 0.1em; cursor: pointer; vertical-align: middle; text-align: center; -webkit-user-select: none; -moz-user-select: none; user-select: none; overflow: visible; } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; } .ui-button-icon-only { width: 2em; box-sizing: border-box; text-indent: -9999px; white-space: nowrap; } input.ui-button.ui-button-icon-only, .ui-button.ui-button-icon-only.custom-select { text-indent: 0; } .ui-button-icon-only .ui-icon { position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; } .ui-button.ui-icon-notext .ui-icon { padding: 0; width: 2.1em; height: 2.1em; text-indent: -9999px; white-space: nowrap; } input.ui-button.ui-icon-notext .ui-icon, .ui-button.ui-icon-notext.custom-select .ui-icon { width: auto; height: auto; text-indent: 0; white-space: normal; padding: 0.4em 1em; } input.ui-button::-moz-focus-inner, .ui-button.custom-select::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .ui-controlgroup { vertical-align: middle; display: inline-block; } .ui-controlgroup > .ui-controlgroup-item { float: left; margin-left: 0; margin-right: 0; } .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { z-index: 9999; } .ui-controlgroup-vertical > .ui-controlgroup-item { display: block; float: none; width: 100%; margin-top: 0; margin-bottom: 0; text-align: left; } .ui-controlgroup-vertical .ui-controlgroup-item { box-sizing: border-box; } .ui-controlgroup .ui-controlgroup-label { padding: 0.4em 1em; } .ui-controlgroup .ui-controlgroup-label span { font-size: 80%; } .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { border-left: none; } .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { border-top: none; } .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { border-right: none; } .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { border-bottom: none; } .ui-controlgroup-vertical .ui-spinner-input { width: 75%; width: calc(100% - 2.4em); } .ui-controlgroup-vertical .ui-spinner .ui-spinner-up { border-top-style: solid; } .ui-checkboxradio-label .ui-icon-background { box-shadow: inset 1px 1px 1px #ccc; border-radius: 0.12em; border: none; } .ui-checkboxradio-radio-label .ui-icon-background { width: 16px; height: 16px; border-radius: 1em; overflow: visible; border: none; } .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { background-image: none; width: 8px; height: 8px; border-width: 4px; border-style: solid; } .ui-checkboxradio-disabled { pointer-events: none; } .ui-datepicker { width: 17em; padding: 0.2em 0.2em 0; display: none; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 3px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover { border: none !important; } .ui-datepicker .ui-datepicker-prev { left: 5px; } .ui-datepicker .ui-datepicker-next { right: 5px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 48%; height: 30px; padding-left: 5px; } .ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; } .ui-datepicker th { padding: 0.7em 0.3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; border: 1px solid #eee; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0.5rem 0; padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: 0.5em 0.2em 0.4em; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-datepicker .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; left: 0.5em; top: 0.3em; } .ui-dialog { position: absolute; top: 0; left: 0; padding: 0.2em; outline: 0; } .ui-dialog .ui-dialog-titlebar { padding: 0.4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: 0.1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0.3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0.5em 1em; background-color: transparent; overflow: auto; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: 0.5em; padding: 0.3em 1em 0.5em 0.4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: 0.5em 0.4em 0.5em 0; cursor: pointer; } .ui-dialog .ui-resizable-n { height: 2px; top: 0; } .ui-dialog .ui-resizable-e { width: 2px; right: 0; } .ui-dialog .ui-resizable-s { height: 2px; bottom: 0; } .ui-dialog .ui-resizable-w { width: 2px; left: 0; } .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw { width: 7px; height: 7px; } .ui-dialog .ui-resizable-se { right: 0; bottom: 0; } .ui-dialog .ui-resizable-sw { left: 0; bottom: 0; } .ui-dialog .ui-resizable-ne { right: 0; top: 0; } .ui-dialog .ui-resizable-nw { left: 0; top: 0; } .ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-draggable-handle { touch-action: none; } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; touch-action: none; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .ui-progressbar .ui-progressbar-overlay { background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); height: 100%; filter: alpha(opacity=25); opacity: 0.25; } .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .ui-selectable { touch-action: none; } .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; } .ui-selectmenu-menu .ui-menu { overflow: auto; overflow-x: hidden; padding-bottom: 1px; } .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; } .ui-selectmenu-open { display: block; } .ui-selectmenu-text { display: block; margin-right: 20px; overflow: hidden; text-overflow: ellipsis; } .ui-selectmenu-button.ui-button { text-align: left; white-space: nowrap; width: 14em; } .ui-selectmenu-icon.ui-icon { float: right; margin-top: 0; } .ui-slider { border: none !important; position: relative; text-align: left; } .ui-slider .ui-slider-handle { border-radius: 100%; border: none !important; background: #c4c8cc !important; position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; touch-action: none; } .ui-slider .ui-slider-range { border: none !important; background: #0064ca !important; position: absolute; z-index: 1; font-size: 0.7em; display: block; border: 0; background-position: 0 0; } .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; } .ui-slider-horizontal { background: #e9e9e9 !important; height: 6px; } .ui-slider-horizontal .ui-slider-handle { top: -0.4em; margin-left: -0.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: 0.8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -0.3em; margin-left: 0; margin-bottom: -0.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-sortable-handle { touch-action: none; } .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .ui-spinner-input { border: none; background-color: transparent; color: inherit; padding: 0.222em 0; margin: 0.2em 0; vertical-align: middle; margin-left: 0.4em; margin-right: 2em; } .ui-spinner-button { width: 1.6em; height: 50%; font-size: 0.5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } .ui-spinner a.ui-spinner-button { border-top-style: none; border-bottom-style: none; border-right-style: none; } .ui-spinner-up { top: 0; } .ui-spinner-down { bottom: 0; } .ui-tabs { position: relative; padding: 0.2em; } .ui-tabs .ui-tabs-nav { margin: 0; padding: 0.2em 0.2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px 0.2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: 0.5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; } .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background-color: transparent; } .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; } body .ui-tooltip { border-width: 2px; } .ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget .custom-select, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 1em; } .ui-widget.ui-widget-content { border: 1px solid #c5c5c5; } .ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #333333; } .ui-widget-content a { color: #333333; } .ui-widget-header { border: 1px solid #dddddd; background: #e9e9e9; color: #333333; font-weight: bold; } .ui-widget-header a { color: #333333; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid #c5c5c5; background: #f6f6f6; font-weight: normal; color: #454545; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { color: #454545; text-decoration: none; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { border: 1px solid #cccccc; background: #ededed; font-weight: normal; color: #2b2b2b; } .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { color: #2b2b2b; text-decoration: none; } .ui-visual-focus { box-shadow: 0 0 3px 1px #5e9ed6; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border: 1px solid #003eff; background: #007fff; font-weight: normal; color: #fff; } .ui-icon-background, .ui-state-active .ui-icon-background { border: #003eff; background-color: #ffffff; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #fff; text-decoration: none; } .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #dad55e; background: #fffa90; color: #777620; } .ui-state-checked { border: 1px solid #dad55e; background: #fffa90; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #777620; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #f1a899; background: #fddfdf; color: #5f3f3f; } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #5f3f3f; } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #5f3f3f; } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: 0.7; filter: Alpha(Opacity=70); font-weight: normal; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 0.35; filter: Alpha(Opacity=35); background-image: none; } .ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); } .ui-icon { width: 16px; height: 16px; } .ui-icon, .ui-widget-content .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-widget-header .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-button .ui-icon { background-image: url("images/ui-icons_777777_256x240.png"); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .ui-state-active .ui-icon, .ui-button:active .ui-icon { background-image: url("images/ui-icons_ffffff_256x240.png"); } .ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon { background-image: url("images/ui-icons_777620_256x240.png"); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_cc0000_256x240.png"); } .ui-icon-blank { background-position: 16px 16px; } .ui-icon-caret-1-n { background-position: 0 0; } .ui-icon-caret-1-ne { background-position: -16px 0; } .ui-icon-caret-1-e { background-position: -32px 0; } .ui-icon-caret-1-se { background-position: -48px 0; } .ui-icon-caret-1-s { background-position: -65px 0; } .ui-icon-caret-1-sw { background-position: -80px 0; } .ui-icon-caret-1-w { background-position: -96px 0; } .ui-icon-caret-1-nw { background-position: -112px 0; } .ui-icon-caret-2-n-s { background-position: -128px 0; } .ui-icon-caret-2-e-w { background-position: -144px 0; } .ui-icon-triangle-1-n { background-position: 0 -16px; } .ui-icon-triangle-1-ne { background-position: -16px -16px; } .ui-icon-triangle-1-e { background-position: -32px -16px; } .ui-icon-triangle-1-se { background-position: -48px -16px; } .ui-icon-triangle-1-s { background-position: -65px -16px; } .ui-icon-triangle-1-sw { background-position: -80px -16px; } .ui-icon-triangle-1-w { background-position: -96px -16px; } .ui-icon-triangle-1-nw { background-position: -112px -16px; } .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .ui-icon-arrow-1-n { background-position: 0 -32px; } .ui-icon-arrow-1-ne { background-position: -16px -32px; } .ui-icon-arrow-1-e { background-position: -32px -32px; } .ui-icon-arrow-1-se { background-position: -48px -32px; } .ui-icon-arrow-1-s { background-position: -65px -32px; } .ui-icon-arrow-1-sw { background-position: -80px -32px; } .ui-icon-arrow-1-w { background-position: -96px -32px; } .ui-icon-arrow-1-nw { background-position: -112px -32px; } .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .ui-icon-arrowthick-1-n { background-position: 1px -48px; } .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .ui-icon-arrow-4 { background-position: 0 -80px; } .ui-icon-arrow-4-diag { background-position: -16px -80px; } .ui-icon-extlink { background-position: -32px -80px; } .ui-icon-newwin { background-position: -48px -80px; } .ui-icon-refresh { background-position: -64px -80px; } .ui-icon-shuffle { background-position: -80px -80px; } .ui-icon-transfer-e-w { background-position: -96px -80px; } .ui-icon-transferthick-e-w { background-position: -112px -80px; } .ui-icon-folder-collapsed { background-position: 0 -96px; } .ui-icon-folder-open { background-position: -16px -96px; } .ui-icon-document { background-position: -32px -96px; } .ui-icon-document-b { background-position: -48px -96px; } .ui-icon-note { background-position: -64px -96px; } .ui-icon-mail-closed { background-position: -80px -96px; } .ui-icon-mail-open { background-position: -96px -96px; } .ui-icon-suitcase { background-position: -112px -96px; } .ui-icon-comment { background-position: -128px -96px; } .ui-icon-person { background-position: -144px -96px; } .ui-icon-print { background-position: -160px -96px; } .ui-icon-trash { background-position: -176px -96px; } .ui-icon-locked { background-position: -192px -96px; } .ui-icon-unlocked { background-position: -208px -96px; } .ui-icon-bookmark { background-position: -224px -96px; } .ui-icon-tag { background-position: -240px -96px; } .ui-icon-home { background-position: 0 -112px; } .ui-icon-flag { background-position: -16px -112px; } .ui-icon-calendar { background-position: -32px -112px; } .ui-icon-cart { background-position: -48px -112px; } .ui-icon-pencil { background-position: -64px -112px; } .ui-icon-clock { background-position: -80px -112px; } .ui-icon-disk { background-position: -96px -112px; } .ui-icon-calculator { background-position: -112px -112px; } .ui-icon-zoomin { background-position: -128px -112px; } .ui-icon-zoomout { background-position: -144px -112px; } .ui-icon-search { background-position: -160px -112px; } .ui-icon-wrench { background-position: -176px -112px; } .ui-icon-gear { background-position: -192px -112px; } .ui-icon-heart { background-position: -208px -112px; } .ui-icon-star { background-position: -224px -112px; } .ui-icon-link { background-position: -240px -112px; } .ui-icon-cancel { background-position: 0 -128px; } .ui-icon-plus { background-position: -16px -128px; } .ui-icon-plusthick { background-position: -32px -128px; } .ui-icon-minus { background-position: -48px -128px; } .ui-icon-minusthick { background-position: -64px -128px; } .ui-icon-close { background-position: -80px -128px; } .ui-icon-closethick { background-position: -96px -128px; } .ui-icon-key { background-position: -112px -128px; } .ui-icon-lightbulb { background-position: -128px -128px; } .ui-icon-scissors { background-position: -144px -128px; } .ui-icon-clipboard { background-position: -160px -128px; } .ui-icon-copy { background-position: -176px -128px; } .ui-icon-contact { background-position: -192px -128px; } .ui-icon-image { background-position: -208px -128px; } .ui-icon-video { background-position: -224px -128px; } .ui-icon-script { background-position: -240px -128px; } .ui-icon-alert { background-position: 0 -144px; } .ui-icon-info { background-position: -16px -144px; } .ui-icon-notice { background-position: -32px -144px; } .ui-icon-help { background-position: -48px -144px; } .ui-icon-check { background-position: -64px -144px; } .ui-icon-bullet { background-position: -80px -144px; } .ui-icon-radio-on { background-position: -96px -144px; } .ui-icon-radio-off { background-position: -112px -144px; } .ui-icon-pin-w { background-position: -128px -144px; } .ui-icon-pin-s { background-position: -144px -144px; } .ui-icon-play { background-position: 0 -160px; } .ui-icon-pause { background-position: -16px -160px; } .ui-icon-seek-next { background-position: -32px -160px; } .ui-icon-seek-prev { background-position: -48px -160px; } .ui-icon-seek-end { background-position: -64px -160px; } .ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; } .ui-icon-stop { background-position: -96px -160px; } .ui-icon-eject { background-position: -112px -160px; } .ui-icon-volume-off { background-position: -128px -160px; } .ui-icon-volume-on { background-position: -144px -160px; } .ui-icon-power { background-position: 0 -176px; } .ui-icon-signal-diag { background-position: -16px -176px; } .ui-icon-signal { background-position: -32px -176px; } .ui-icon-battery-0 { background-position: -48px -176px; } .ui-icon-battery-1 { background-position: -64px -176px; } .ui-icon-battery-2 { background-position: -80px -176px; } .ui-icon-battery-3 { background-position: -96px -176px; } .ui-icon-circle-plus { background-position: 0 -192px; } .ui-icon-circle-minus { background-position: -16px -192px; } .ui-icon-circle-close { background-position: -32px -192px; } .ui-icon-circle-triangle-e { background-position: -48px -192px; } .ui-icon-circle-triangle-s { background-position: -64px -192px; } .ui-icon-circle-triangle-w { background-position: -80px -192px; } .ui-icon-circle-triangle-n { background-position: -96px -192px; } .ui-icon-circle-arrow-e { background-position: -112px -192px; } .ui-icon-circle-arrow-s { background-position: -128px -192px; } .ui-icon-circle-arrow-w { background-position: -144px -192px; } .ui-icon-circle-arrow-n { background-position: -160px -192px; } .ui-icon-circle-zoomin { background-position: -176px -192px; } .ui-icon-circle-zoomout { background-position: -192px -192px; } .ui-icon-circle-check { background-position: -208px -192px; } .ui-icon-circlesmall-plus { background-position: 0 -208px; } .ui-icon-circlesmall-minus { background-position: -16px -208px; } .ui-icon-circlesmall-close { background-position: -32px -208px; } .ui-icon-squaresmall-plus { background-position: -48px -208px; } .ui-icon-squaresmall-minus { background-position: -64px -208px; } .ui-icon-squaresmall-close { background-position: -80px -208px; } .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .ui-icon-grip-diagonal-se { background-position: -80px -224px; } .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 3px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 3px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 3px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 3px; } .ui-widget-overlay { background: #aaaaaa; opacity: 0.3; filter: Alpha(Opacity=30); } .ui-widget-shadow { box-shadow: 0px 0px 5px #666666; } .ui-datepicker .ui-datepicker-prev span.ui-icon, .ui-datepicker .ui-datepicker-next span.ui-icon { background-image: none; } .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before { position: absolute; left: 50%; top: 50%; content: ""; margin: -5px 0 0 -3px; border-bottom: 5px solid transparent; border-top: 5px solid transparent; } .ui-datepicker .ui-datepicker-prev:before { border-right: 5px solid #333; } .ui-datepicker .ui-datepicker-next:before { border-left: 5px solid #333; } .ui-datepicker .ui-datepicker-next.ui-state-hover, .ui-datepicker .ui-datepicker-prev.ui-state-hover { background-color: transparent; } .ui-datepicker { border: none !important; box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1); padding: 10px; border-radius: 5px !important; width: auto; min-width: 310px; font-size: 0.8rem; } .ui-datepicker-header.ui-widget-header { background-color: transparent; border: none; } .ui-datepicker-month, .ui-datepicker-year { margin: 0 2px !important; } .ui-datepicker td .ui-state-default { background-color: transparent; border: none; text-align: center; padding: 8px 5px; } .ui-datepicker td.ui-datepicker-current-day { background: #333; color: #fff; } .ui-datepicker td.ui-datepicker-current-day a { color: inherit; } .ui-datepicker td.ui-datepicker-today { background-color: var(--brand-color); color: var(--brand-color-inverse); font-weight: 600; } .ui-datepicker td.ui-datepicker-today a { color: inherit; } .ui-datepicker td { position: relative; } .ui-datepicker td > a { position: relative; } .ui-datepicker td.ui-datepicker-today .ui-state-active:before { display: none; } .ui-datepicker td.ui-datepicker-today .ui-state-active > a { color: #54d1f1; } .ui-datepicker td.ui-datepicker-current-day .ui-state-active > a { color: #54d1f1; } .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today:before { display: none; } .ui-datepicker .ui-datepicker-buttonpane { border: none; padding: 0; } .ui-datepicker .ui-datepicker-buttonpane button { opacity: 1; padding: 5px 20px 6px; font-weight: normal !important; border: none; -webkit-transition: 0.5s all ease; margin: 0; font-size: 0.8em; transition: 0.5s all ease; background: none !important; color: var(--brand-color) !important; border: 1px solid var(--brand-color) !important; } .ui-datepicker-calendar .ui-state-disabled { background: rgba(0, 0, 0, 0.04); } .dropdown-menu { box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1); background-color: #fff; color: #000; border-radius: 5px; padding: 0; position: absolute; top: 100%; min-width: 200px; z-index: 2; display: none; list-style: none; overflow-y: auto; } .dropdown-menu li a { padding: 10px; color: inherit; } @media (max-width: 767px) { .ui-datepicker { min-width: 300px; } .ui-datepicker td .ui-state-default { padding: 5px; } } .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { float: left; clear: left; padding: 0 0 0 0; font-size: 1rem; font-weight: 400; } .ui-timepicker-div dl dd { margin: 20px 10px 20px 40%; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background-color: transparent; border: none; margin: 0; padding: 0; } .ui-timepicker-div .ui_tpicker_unit_hide { display: none; } .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background-color: transparent; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; } .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; } .ui-timepicker-rtl { direction: rtl; } .ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; } .ui-timepicker-rtl dl dt { float: right; clear: right; } .ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; } .ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt { display: none; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; } .ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; } .ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display: inline-block; margin: 0; } .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content: ":"; display: inline-block; } .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content: "."; display: inline-block; } .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before { display: none; } .date-picker { width: 170px; height: 25px; padding: 0; border: 0; line-height: 25px; padding-left: 10px; font-size: 12px; font-family: Arial, sans-serif; font-weight: 700; cursor: pointer; color: #303030; position: relative; z-index: 2; } .date-picker-wrapper { position: absolute; z-index: 99; border: 1px solid #bfbfbf; background-color: #efefef; padding: 5px 12px; font-size: 12px; line-height: 20px; font-family: Arial, sans-serif; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); box-sizing: initial; } .dp-clearfix { clear: both; height: 0; font-size: 0; } .date-picker-wrapper.single-date { width: auto; } .date-picker-wrapper.no-shortcuts { padding-bottom: 12px; } .date-picker-wrapper.no-topbar { padding-top: 12px; } .date-picker-wrapper .footer { font-size: 11px; padding-top: 3px; } .date-picker-wrapper b { color: #666; font-weight: 700; } .date-picker-wrapper a { color: #6bb4d6; text-decoration: underline; } .date-picker-wrapper .month-name { text-transform: uppercase; } .date-picker-wrapper .select-wrapper { position: relative; overflow: hidden; display: inline-block; vertical-align: middle; } .date-picker-wrapper .select-wrapper:hover { text-decoration: underline; } .date-picker-wrapper .month-element { display: inline-block; vertical-align: middle; } .date-picker-wrapper .select-wrapper select { position: absolute; margin: 0; padding: 0; left: 0; top: -1px; font-size: inherit; font-style: inherit; font-weight: inherit; text-transform: inherit; color: inherit; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: 0 0; border: 0; outline: 0; filter: alpha(opacity=1); opacity: 0.01; } .date-picker-wrapper .month-wrapper { border: 1px solid #bfbfbf; border-radius: 3px; background-color: #fff; padding: 5px; cursor: default; position: relative; _overflow: hidden; } .date-picker-wrapper .month-wrapper table { width: 190px; float: left; } .date-picker-wrapper .month-wrapper table.month2 { width: 190px; float: left; } .date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th { vertical-align: middle; text-align: center; line-height: 14px; margin: 0; padding: 0; } .date-picker-wrapper .month-wrapper table .day { padding: 15px 10px; line-height: 1; font-size: 12px; margin-bottom: 1px; color: #ccc; cursor: default; } .date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth { color: #999; cursor: default; } .date-picker-wrapper .month-wrapper table .day.checked { background-color: #9cdbf7; } .date-picker-wrapper .month-wrapper table .week-name { height: 20px; line-height: 20px; font-weight: 100; text-transform: uppercase; } .date-picker-wrapper .month-wrapper table .day.has-tooltip { cursor: help !important; } .date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip { white-space: nowrap; } .date-picker-wrapper .time label { white-space: nowrap; } .date-picker-wrapper .month-wrapper table .day.toMonth.valid { color: #333; cursor: pointer; } .date-picker-wrapper .month-wrapper table .day.toMonth.hovering { background-color: #cdecfa; } .date-picker-wrapper .month-wrapper table .day.lastMonth, .date-picker-wrapper .month-wrapper table .day.nextMonth { display: none; } .date-picker-wrapper .month-wrapper table .day.real-today { background-color: #ffe684; } .date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering { background-color: #70ccd5; } .date-picker-wrapper table .caption { height: 40px; } .date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type { width: 27px; } .date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev { padding: 0 5px; cursor: pointer; } .date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover { background-color: #ccc; color: #fff; } .date-picker-wrapper .gap { position: relative; z-index: 1; width: 15px; height: 100%; background-color: red; font-size: 0; line-height: 0; float: left; top: -5px; margin: 0 10px -10px; visibility: hidden; height: 0; } .date-picker-wrapper .gap .gap-lines { height: 100%; overflow: hidden; } .date-picker-wrapper .gap .gap-line { height: 15px; width: 15px; position: relative; } .date-picker-wrapper .gap .gap-line .gap-1 { z-index: 1; height: 0; border-left: 8px solid #fff; border-top: 8px solid #eee; border-bottom: 8px solid #eee; } .date-picker-wrapper .gap .gap-line .gap-2 { position: absolute; right: 0; top: 0; z-index: 2; height: 0; border-left: 8px solid transparent; border-top: 8px solid #fff; } .date-picker-wrapper .gap .gap-line .gap-3 { position: absolute; right: 0; top: 8px; z-index: 2; height: 0; border-left: 8px solid transparent; border-bottom: 8px solid #fff; } .date-picker-wrapper .gap .gap-top-mask { width: 6px; height: 1px; position: absolute; top: -1px; left: 1px; background-color: #eee; z-index: 3; } .date-picker-wrapper .gap .gap-bottom-mask { width: 6px; height: 1px; position: absolute; bottom: -1px; left: 7px; background-color: #eee; z-index: 3; } .date-picker-wrapper .selected-days { display: none; } .date-picker-wrapper .drp_top-bar { line-height: 1.4; position: relative; padding: 10px 40px 10px 0; } .date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top { display: none; } .date-picker-wrapper .drp_top-bar .default-top { display: block; } .date-picker-wrapper .drp_top-bar.error .default-top { display: none; } .date-picker-wrapper .drp_top-bar.error .error-top { display: block; color: red; } .date-picker-wrapper .drp_top-bar.normal .default-top { display: none; } .date-picker-wrapper .drp_top-bar.normal .normal-top { display: block; } .date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top { color: #333; } .date-picker-wrapper .drp_top-bar .apply-btn { position: absolute; right: 0; top: 6px; padding: 3px 5px; margin: 0; font-size: 12px; border-radius: 4px; cursor: pointer; color: #d9eef7; border: solid 1px #0076a3; background: #0095cd; background: -moz-linear-gradient(top, #00adee, #0078a5); color: #fff; line-height: initial; } .date-picker-wrapper .drp_top-bar .apply-btn.disabled { cursor: pointer; color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -moz-linear-gradient(top, #fff, #ededed); } .date-picker-wrapper .time { position: relative; } .date-picker-wrapper.single-month .time { display: block; } .date-picker-wrapper .time input[type="range"], .date-picker-wrapper .time .custom-select[type="range"] { vertical-align: middle; width: 129px; padding: 0; margin: 0; height: 20px; } .date-picker-wrapper .time1 { width: 180px; padding: 0 5px; text-align: center; } .time2 { width: 180px; padding: 0 5px; text-align: center; } .date-picker-wrapper .time1 { float: left; } .date-picker-wrapper .time2 { float: right; } .date-picker-wrapper .hour { text-align: right; } .minute { text-align: right; } .date-picker-wrapper .hide { display: none; } .date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected { background-color: #49e !important; color: #fff !important; } .date-picker-wrapper .date-range-length-tip { position: absolute; margin-top: -4px; margin-left: -8px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); display: none; background-color: #ff0; padding: 0 6px; border-radius: 2px; font-size: 12px; line-height: 16px; -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); } .date-picker-wrapper .date-range-length-tip:after { content: ""; position: absolute; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #ff0; left: 50%; margin-left: -4px; bottom: -4px; } .date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev { display: none; } .date-picker-wrapper .week-number { padding: 5px 0; line-height: 1; font-size: 12px; margin-bottom: 1px; color: #999; cursor: pointer; } .date-picker-wrapper .week-number.week-number-selected { color: #49e; font-weight: 700; } .day.isMinDayCheck { background: #9cdbf7 !important; color: #000 !important; } .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ""; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } .iti { position: relative; display: flex; } .iti * { box-sizing: border-box; -moz-box-sizing: border-box; } .iti__hide { display: none; } .iti__v-hide { visibility: hidden; } .iti input, .iti .custom-select, .iti input[type="tel"], .iti .custom-select[type="tel"], .iti input[type="text"], .iti .custom-select[type="text"] { position: relative; z-index: 0; margin-top: 0 !important; margin-bottom: 0 !important; padding-right: 36px; margin-right: 0; } .iti input[type="text"], .iti .custom-select[type="text"] { padding-left: 0.625rem !important; padding-right: 0.625rem !important; } .iti__selected-flag { z-index: 1; position: relative; display: flex; align-items: center; height: 100%; padding: 0 6px 0 8px; margin-right: -2px; } .iti__arrow { margin-left: 6px; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 4px solid #555; } .iti__arrow--up { border-top: none; border-bottom: 4px solid #555; } .iti__country-list { position: absolute; z-index: 2; list-style: none; text-align: left; padding: 0; margin: 0 0 0 -1px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); background-color: #fff; color: #000; border: 1px solid #ccc; white-space: nowrap; max-height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; width: 100%; } .iti__country-list--dropup { bottom: 100%; margin-bottom: -1px; } @media (max-width: 500px) { .iti__country-list { white-space: normal; } } .iti__flag-box { display: inline-block; width: 20px; } .iti__divider { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #ccc; } .iti__country { padding: 5px 10px; outline: 0; font-size: 0.875rem; } .iti__dial-code { color: #999; } .iti__country.iti__highlight { background-color: rgba(0, 0, 0, 0.05); } .iti__country-name, .iti__dial-code, .iti__flag-box { vertical-align: middle; } .iti__country-name, .iti__flag-box { margin-right: 6px; } .iti--allow-dropdown input, .iti--allow-dropdown .custom-select, .iti--allow-dropdown input[type="tel"], .iti--allow-dropdown .custom-select[type="tel"], .iti--allow-dropdown input[type="text"], .iti--allow-dropdown .custom-select[type="text"], .iti--separate-dial-code input, .iti--separate-dial-code .custom-select, .iti--separate-dial-code input[type="tel"], .iti--separate-dial-code .custom-select[type="tel"], .iti--separate-dial-code input[type="text"], .iti--separate-dial-code .custom-select[type="text"] { padding-right: 6px; padding-left: 52px; margin-left: 0; } .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { right: auto; left: 0; } .iti--allow-dropdown .iti__flag-container:hover { cursor: pointer; } .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag { background-color: rgba(0, 0, 0, 0.05); } .iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown .custom-select[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover, .iti--allow-dropdown .custom-select[readonly] + .iti__flag-container:hover { cursor: default; } .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown .custom-select[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown .custom-select[readonly] + .iti__flag-container:hover .iti__selected-flag { background-color: transparent; } .iti--separate-dial-code .iti__selected-flag { background-color: rgba(0, 0, 0, 0.05); } .iti--separate-dial-code .iti__selected-dial-code { margin-left: 6px; font-size: 0.875rem; } .iti--container { position: absolute; top: -1000px; left: -1000px; z-index: 1060; padding: 1px; } .iti--container:hover { cursor: pointer; } .iti-mobile .iti--container { top: 30px; bottom: 30px; left: 30px; right: 30px; position: fixed; } .iti-mobile .iti__country-list { max-height: 100%; width: 100%; } .iti-mobile .iti__country { padding: 10px 10px; line-height: 1.5em; } .iti__flag { width: 20px; } .iti__flag.iti__be { width: 18px; } .iti__flag.iti__ch { width: 15px; } .iti__flag.iti__mc { width: 19px; } .iti__flag.iti__ne { width: 18px; } .iti__flag.iti__np { width: 13px; } .iti__flag.iti__va { width: 15px; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .iti__flag { background-size: 5652px 15px; } } .iti__flag.iti__ac { height: 10px; background-position: 0 0; } .iti__flag.iti__ad { height: 14px; background-position: -22px 0; } .iti__flag.iti__ae { height: 10px; background-position: -44px 0; } .iti__flag.iti__af { height: 14px; background-position: -66px 0; } .iti__flag.iti__ag { height: 14px; background-position: -88px 0; } .iti__flag.iti__ai { height: 10px; background-position: -110px 0; } .iti__flag.iti__al { height: 15px; background-position: -132px 0; } .iti__flag.iti__am { height: 10px; background-position: -154px 0; } .iti__flag.iti__ao { height: 14px; background-position: -176px 0; } .iti__flag.iti__aq { height: 14px; background-position: -198px 0; } .iti__flag.iti__ar { height: 13px; background-position: -220px 0; } .iti__flag.iti__as { height: 10px; background-position: -242px 0; } .iti__flag.iti__at { height: 14px; background-position: -264px 0; } .iti__flag.iti__au { height: 10px; background-position: -286px 0; } .iti__flag.iti__aw { height: 14px; background-position: -308px 0; } .iti__flag.iti__ax { height: 13px; background-position: -330px 0; } .iti__flag.iti__az { height: 10px; background-position: -352px 0; } .iti__flag.iti__ba { height: 10px; background-position: -374px 0; } .iti__flag.iti__bb { height: 14px; background-position: -396px 0; } .iti__flag.iti__bd { height: 12px; background-position: -418px 0; } .iti__flag.iti__be { height: 15px; background-position: -440px 0; } .iti__flag.iti__bf { height: 14px; background-position: -460px 0; } .iti__flag.iti__bg { height: 12px; background-position: -482px 0; } .iti__flag.iti__bh { height: 12px; background-position: -504px 0; } .iti__flag.iti__bi { height: 12px; background-position: -526px 0; } .iti__flag.iti__bj { height: 14px; background-position: -548px 0; } .iti__flag.iti__bl { height: 14px; background-position: -570px 0; } .iti__flag.iti__bm { height: 10px; background-position: -592px 0; } .iti__flag.iti__bn { height: 10px; background-position: -614px 0; } .iti__flag.iti__bo { height: 14px; background-position: -636px 0; } .iti__flag.iti__bq { height: 14px; background-position: -658px 0; } .iti__flag.iti__br { height: 14px; background-position: -680px 0; } .iti__flag.iti__bs { height: 10px; background-position: -702px 0; } .iti__flag.iti__bt { height: 14px; background-position: -724px 0; } .iti__flag.iti__bv { height: 15px; background-position: -746px 0; } .iti__flag.iti__bw { height: 14px; background-position: -768px 0; } .iti__flag.iti__by { height: 10px; background-position: -790px 0; } .iti__flag.iti__bz { height: 14px; background-position: -812px 0; } .iti__flag.iti__ca { height: 10px; background-position: -834px 0; } .iti__flag.iti__cc { height: 10px; background-position: -856px 0; } .iti__flag.iti__cd { height: 15px; background-position: -878px 0; } .iti__flag.iti__cf { height: 14px; background-position: -900px 0; } .iti__flag.iti__cg { height: 14px; background-position: -922px 0; } .iti__flag.iti__ch { height: 15px; background-position: -944px 0; } .iti__flag.iti__ci { height: 14px; background-position: -961px 0; } .iti__flag.iti__ck { height: 10px; background-position: -983px 0; } .iti__flag.iti__cl { height: 14px; background-position: -1005px 0; } .iti__flag.iti__cm { height: 14px; background-position: -1027px 0; } .iti__flag.iti__cn { height: 14px; background-position: -1049px 0; } .iti__flag.iti__co { height: 14px; background-position: -1071px 0; } .iti__flag.iti__cp { height: 14px; background-position: -1093px 0; } .iti__flag.iti__cr { height: 12px; background-position: -1115px 0; } .iti__flag.iti__cu { height: 10px; background-position: -1137px 0; } .iti__flag.iti__cv { height: 12px; background-position: -1159px 0; } .iti__flag.iti__cw { height: 14px; background-position: -1181px 0; } .iti__flag.iti__cx { height: 10px; background-position: -1203px 0; } .iti__flag.iti__cy { height: 14px; background-position: -1225px 0; } .iti__flag.iti__cz { height: 14px; background-position: -1247px 0; } .iti__flag.iti__de { height: 12px; background-position: -1269px 0; } .iti__flag.iti__dg { height: 10px; background-position: -1291px 0; } .iti__flag.iti__dj { height: 14px; background-position: -1313px 0; } .iti__flag.iti__dk { height: 15px; background-position: -1335px 0; } .iti__flag.iti__dm { height: 10px; background-position: -1357px 0; } .iti__flag.iti__do { height: 14px; background-position: -1379px 0; } .iti__flag.iti__dz { height: 14px; background-position: -1401px 0; } .iti__flag.iti__ea { height: 14px; background-position: -1423px 0; } .iti__flag.iti__ec { height: 14px; background-position: -1445px 0; } .iti__flag.iti__ee { height: 13px; background-position: -1467px 0; } .iti__flag.iti__eg { height: 14px; background-position: -1489px 0; } .iti__flag.iti__eh { height: 10px; background-position: -1511px 0; } .iti__flag.iti__er { height: 10px; background-position: -1533px 0; } .iti__flag.iti__es { height: 14px; background-position: -1555px 0; } .iti__flag.iti__et { height: 10px; background-position: -1577px 0; } .iti__flag.iti__eu { height: 14px; background-position: -1599px 0; } .iti__flag.iti__fi { height: 12px; background-position: -1621px 0; } .iti__flag.iti__fj { height: 10px; background-position: -1643px 0; } .iti__flag.iti__fk { height: 10px; background-position: -1665px 0; } .iti__flag.iti__fm { height: 11px; background-position: -1687px 0; } .iti__flag.iti__fo { height: 15px; background-position: -1709px 0; } .iti__flag.iti__fr { height: 14px; background-position: -1731px 0; } .iti__flag.iti__ga { height: 15px; background-position: -1753px 0; } .iti__flag.iti__gb { height: 10px; background-position: -1775px 0; } .iti__flag.iti__gd { height: 12px; background-position: -1797px 0; } .iti__flag.iti__ge { height: 14px; background-position: -1819px 0; } .iti__flag.iti__gf { height: 14px; background-position: -1841px 0; } .iti__flag.iti__gg { height: 14px; background-position: -1863px 0; } .iti__flag.iti__gh { height: 14px; background-position: -1885px 0; } .iti__flag.iti__gi { height: 10px; background-position: -1907px 0; } .iti__flag.iti__gl { height: 14px; background-position: -1929px 0; } .iti__flag.iti__gm { height: 14px; background-position: -1951px 0; } .iti__flag.iti__gn { height: 14px; background-position: -1973px 0; } .iti__flag.iti__gp { height: 14px; background-position: -1995px 0; } .iti__flag.iti__gq { height: 14px; background-position: -2017px 0; } .iti__flag.iti__gr { height: 14px; background-position: -2039px 0; } .iti__flag.iti__gs { height: 10px; background-position: -2061px 0; } .iti__flag.iti__gt { height: 13px; background-position: -2083px 0; } .iti__flag.iti__gu { height: 11px; background-position: -2105px 0; } .iti__flag.iti__gw { height: 10px; background-position: -2127px 0; } .iti__flag.iti__gy { height: 12px; background-position: -2149px 0; } .iti__flag.iti__hk { height: 14px; background-position: -2171px 0; } .iti__flag.iti__hm { height: 10px; background-position: -2193px 0; } .iti__flag.iti__hn { height: 10px; background-position: -2215px 0; } .iti__flag.iti__hr { height: 10px; background-position: -2237px 0; } .iti__flag.iti__ht { height: 12px; background-position: -2259px 0; } .iti__flag.iti__hu { height: 10px; background-position: -2281px 0; } .iti__flag.iti__ic { height: 14px; background-position: -2303px 0; } .iti__flag.iti__id { height: 14px; background-position: -2325px 0; } .iti__flag.iti__ie { height: 10px; background-position: -2347px 0; } .iti__flag.iti__il { height: 15px; background-position: -2369px 0; } .iti__flag.iti__im { height: 10px; background-position: -2391px 0; } .iti__flag.iti__in { height: 14px; background-position: -2413px 0; } .iti__flag.iti__io { height: 10px; background-position: -2435px 0; } .iti__flag.iti__iq { height: 14px; background-position: -2457px 0; } .iti__flag.iti__ir { height: 12px; background-position: -2479px 0; } .iti__flag.iti__is { height: 15px; background-position: -2501px 0; } .iti__flag.iti__it { height: 14px; background-position: -2523px 0; } .iti__flag.iti__je { height: 12px; background-position: -2545px 0; } .iti__flag.iti__jm { height: 10px; background-position: -2567px 0; } .iti__flag.iti__jo { height: 10px; background-position: -2589px 0; } .iti__flag.iti__jp { height: 14px; background-position: -2611px 0; } .iti__flag.iti__ke { height: 14px; background-position: -2633px 0; } .iti__flag.iti__kg { height: 12px; background-position: -2655px 0; } .iti__flag.iti__kh { height: 13px; background-position: -2677px 0; } .iti__flag.iti__ki { height: 10px; background-position: -2699px 0; } .iti__flag.iti__km { height: 12px; background-position: -2721px 0; } .iti__flag.iti__kn { height: 14px; background-position: -2743px 0; } .iti__flag.iti__kp { height: 10px; background-position: -2765px 0; } .iti__flag.iti__kr { height: 14px; background-position: -2787px 0; } .iti__flag.iti__kw { height: 10px; background-position: -2809px 0; } .iti__flag.iti__ky { height: 10px; background-position: -2831px 0; } .iti__flag.iti__kz { height: 10px; background-position: -2853px 0; } .iti__flag.iti__la { height: 14px; background-position: -2875px 0; } .iti__flag.iti__lb { height: 14px; background-position: -2897px 0; } .iti__flag.iti__lc { height: 10px; background-position: -2919px 0; } .iti__flag.iti__li { height: 12px; background-position: -2941px 0; } .iti__flag.iti__lk { height: 10px; background-position: -2963px 0; } .iti__flag.iti__lr { height: 11px; background-position: -2985px 0; } .iti__flag.iti__ls { height: 14px; background-position: -3007px 0; } .iti__flag.iti__lt { height: 12px; background-position: -3029px 0; } .iti__flag.iti__lu { height: 12px; background-position: -3051px 0; } .iti__flag.iti__lv { height: 10px; background-position: -3073px 0; } .iti__flag.iti__ly { height: 10px; background-position: -3095px 0; } .iti__flag.iti__ma { height: 14px; background-position: -3117px 0; } .iti__flag.iti__mc { height: 15px; background-position: -3139px 0; } .iti__flag.iti__md { height: 10px; background-position: -3160px 0; } .iti__flag.iti__me { height: 10px; background-position: -3182px 0; } .iti__flag.iti__mf { height: 14px; background-position: -3204px 0; } .iti__flag.iti__mg { height: 14px; background-position: -3226px 0; } .iti__flag.iti__mh { height: 11px; background-position: -3248px 0; } .iti__flag.iti__mk { height: 10px; background-position: -3270px 0; } .iti__flag.iti__ml { height: 14px; background-position: -3292px 0; } .iti__flag.iti__mm { height: 14px; background-position: -3314px 0; } .iti__flag.iti__mn { height: 10px; background-position: -3336px 0; } .iti__flag.iti__mo { height: 14px; background-position: -3358px 0; } .iti__flag.iti__mp { height: 10px; background-position: -3380px 0; } .iti__flag.iti__mq { height: 14px; background-position: -3402px 0; } .iti__flag.iti__mr { height: 14px; background-position: -3424px 0; } .iti__flag.iti__ms { height: 10px; background-position: -3446px 0; } .iti__flag.iti__mt { height: 14px; background-position: -3468px 0; } .iti__flag.iti__mu { height: 14px; background-position: -3490px 0; } .iti__flag.iti__mv { height: 14px; background-position: -3512px 0; } .iti__flag.iti__mw { height: 14px; background-position: -3534px 0; } .iti__flag.iti__mx { height: 12px; background-position: -3556px 0; } .iti__flag.iti__my { height: 10px; background-position: -3578px 0; } .iti__flag.iti__mz { height: 14px; background-position: -3600px 0; } .iti__flag.iti__na { height: 14px; background-position: -3622px 0; } .iti__flag.iti__nc { height: 10px; background-position: -3644px 0; } .iti__flag.iti__ne { height: 15px; background-position: -3666px 0; } .iti__flag.iti__nf { height: 10px; background-position: -3686px 0; } .iti__flag.iti__ng { height: 10px; background-position: -3708px 0; } .iti__flag.iti__ni { height: 12px; background-position: -3730px 0; } .iti__flag.iti__nl { height: 14px; background-position: -3752px 0; } .iti__flag.iti__no { height: 15px; background-position: -3774px 0; } .iti__flag.iti__np { height: 15px; background-position: -3796px 0; } .iti__flag.iti__nr { height: 10px; background-position: -3811px 0; } .iti__flag.iti__nu { height: 10px; background-position: -3833px 0; } .iti__flag.iti__nz { height: 10px; background-position: -3855px 0; } .iti__flag.iti__om { height: 10px; background-position: -3877px 0; } .iti__flag.iti__pa { height: 14px; background-position: -3899px 0; } .iti__flag.iti__pe { height: 14px; background-position: -3921px 0; } .iti__flag.iti__pf { height: 14px; background-position: -3943px 0; } .iti__flag.iti__pg { height: 15px; background-position: -3965px 0; } .iti__flag.iti__ph { height: 10px; background-position: -3987px 0; } .iti__flag.iti__pk { height: 14px; background-position: -4009px 0; } .iti__flag.iti__pl { height: 13px; background-position: -4031px 0; } .iti__flag.iti__pm { height: 14px; background-position: -4053px 0; } .iti__flag.iti__pn { height: 10px; background-position: -4075px 0; } .iti__flag.iti__pr { height: 14px; background-position: -4097px 0; } .iti__flag.iti__ps { height: 10px; background-position: -4119px 0; } .iti__flag.iti__pt { height: 14px; background-position: -4141px 0; } .iti__flag.iti__pw { height: 13px; background-position: -4163px 0; } .iti__flag.iti__py { height: 11px; background-position: -4185px 0; } .iti__flag.iti__qa { height: 8px; background-position: -4207px 0; } .iti__flag.iti__re { height: 14px; background-position: -4229px 0; } .iti__flag.iti__ro { height: 14px; background-position: -4251px 0; } .iti__flag.iti__rs { height: 14px; background-position: -4273px 0; } .iti__flag.iti__ru { height: 14px; background-position: -4295px 0; } .iti__flag.iti__rw { height: 14px; background-position: -4317px 0; } .iti__flag.iti__sa { height: 14px; background-position: -4339px 0; } .iti__flag.iti__sb { height: 10px; background-position: -4361px 0; } .iti__flag.iti__sc { height: 10px; background-position: -4383px 0; } .iti__flag.iti__sd { height: 10px; background-position: -4405px 0; } .iti__flag.iti__se { height: 13px; background-position: -4427px 0; } .iti__flag.iti__sg { height: 14px; background-position: -4449px 0; } .iti__flag.iti__sh { height: 10px; background-position: -4471px 0; } .iti__flag.iti__si { height: 10px; background-position: -4493px 0; } .iti__flag.iti__sj { height: 15px; background-position: -4515px 0; } .iti__flag.iti__sk { height: 14px; background-position: -4537px 0; } .iti__flag.iti__sl { height: 14px; background-position: -4559px 0; } .iti__flag.iti__sm { height: 15px; background-position: -4581px 0; } .iti__flag.iti__sn { height: 14px; background-position: -4603px 0; } .iti__flag.iti__so { height: 14px; background-position: -4625px 0; } .iti__flag.iti__sr { height: 14px; background-position: -4647px 0; } .iti__flag.iti__ss { height: 10px; background-position: -4669px 0; } .iti__flag.iti__st { height: 10px; background-position: -4691px 0; } .iti__flag.iti__sv { height: 12px; background-position: -4713px 0; } .iti__flag.iti__sx { height: 14px; background-position: -4735px 0; } .iti__flag.iti__sy { height: 14px; background-position: -4757px 0; } .iti__flag.iti__sz { height: 14px; background-position: -4779px 0; } .iti__flag.iti__ta { height: 10px; background-position: -4801px 0; } .iti__flag.iti__tc { height: 10px; background-position: -4823px 0; } .iti__flag.iti__td { height: 14px; background-position: -4845px 0; } .iti__flag.iti__tf { height: 14px; background-position: -4867px 0; } .iti__flag.iti__tg { height: 13px; background-position: -4889px 0; } .iti__flag.iti__th { height: 14px; background-position: -4911px 0; } .iti__flag.iti__tj { height: 10px; background-position: -4933px 0; } .iti__flag.iti__tk { height: 10px; background-position: -4955px 0; } .iti__flag.iti__tl { height: 10px; background-position: -4977px 0; } .iti__flag.iti__tm { height: 14px; background-position: -4999px 0; } .iti__flag.iti__tn { height: 14px; background-position: -5021px 0; } .iti__flag.iti__to { height: 10px; background-position: -5043px 0; } .iti__flag.iti__tr { height: 14px; background-position: -5065px 0; } .iti__flag.iti__tt { height: 12px; background-position: -5087px 0; } .iti__flag.iti__tv { height: 10px; background-position: -5109px 0; } .iti__flag.iti__tw { height: 14px; background-position: -5131px 0; } .iti__flag.iti__tz { height: 14px; background-position: -5153px 0; } .iti__flag.iti__ua { height: 14px; background-position: -5175px 0; } .iti__flag.iti__ug { height: 14px; background-position: -5197px 0; } .iti__flag.iti__um { height: 11px; background-position: -5219px 0; } .iti__flag.iti__un { height: 14px; background-position: -5241px 0; } .iti__flag.iti__us { height: 11px; background-position: -5263px 0; } .iti__flag.iti__uy { height: 14px; background-position: -5285px 0; } .iti__flag.iti__uz { height: 10px; background-position: -5307px 0; } .iti__flag.iti__va { height: 15px; background-position: -5329px 0; } .iti__flag.iti__vc { height: 14px; background-position: -5346px 0; } .iti__flag.iti__ve { height: 14px; background-position: -5368px 0; } .iti__flag.iti__vg { height: 10px; background-position: -5390px 0; } .iti__flag.iti__vi { height: 14px; background-position: -5412px 0; } .iti__flag.iti__vn { height: 14px; background-position: -5434px 0; } .iti__flag.iti__vu { height: 12px; background-position: -5456px 0; } .iti__flag.iti__wf { height: 14px; background-position: -5478px 0; } .iti__flag.iti__ws { height: 10px; background-position: -5500px 0; } .iti__flag.iti__xk { height: 15px; background-position: -5522px 0; } .iti__flag.iti__ye { height: 14px; background-position: -5544px 0; } .iti__flag.iti__yt { height: 14px; background-position: -5566px 0; } .iti__flag.iti__za { height: 14px; background-position: -5588px 0; } .iti__flag.iti__zm { height: 14px; background-position: -5610px 0; } .iti__flag.iti__zw { height: 10px; background-position: -5632px 0; } .iti__flag { height: 15px; box-shadow: 0 0 1px 0 #888; background-image: url(images/intlTelInput/flags.png); background-repeat: no-repeat; background-color: #dbdbdb; background-position: 20px 0; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .iti__flag { background-image: url(images/intlTelInput/flags@2x.png); } } .iti__flag.iti__np { background-color: transparent; } .add-compare-btn { background-color: #000; color: #fff; aspect-ratio: 1/1; width: 32px; height: 32px; position: absolute; top: 1rem; left: 1rem; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 0; font-weight: 500; padding: 8px; font-size: 0; border-radius: 50%; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2); } .add-compare-btn .checkbox-input { position: absolute; opacity: 0; cursor: pointer; } .add-compare-btn .checkbox-input:checked ~ .tick { display: block; } .add-compare-btn .checkbox-input:checked ~ .add { display: none; } .add-compare-btn .tick { display: none; } .add-compare-btn .svg { width: 14px; height: 14px; } .compared .add-compare-btn, .add-compare-btn:is(:hover, :focus, :active) { background-color: var(--brand-color); color: var(--brand-color-inverse); cursor: pointer; } .prod--compare-bar { background-color: rgba(255, 255, 255, 0.8); color: rgba(0, 0, 0, 0.97); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); padding: 1rem 0; position: fixed; bottom: 0; transform: translateY(100%); left: 0; right: 0; z-index: 1052; transition: 0.5s ease all; box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1); } @media (max-width: 991.98px) { .prod--compare-bar { background-color: #fff; color: #000; } } .prod--compare-bar-inner { display: flex; flex-flow: row wrap; gap: 1.5rem; align-items: center; justify-content: space-between; } .prod--compare-bar .btn { padding: 0 2rem; } .prod--compare-bar .btn-link { color: currentColor; } .is-compare-visible .prod--compare-bar { transform: translateY(0); } .wrap-compare-items { flex: 1; align-items: center; display: grid; grid-gap: 1rem; grid-auto-flow: column; grid-auto-columns: 1fr; } @media (max-width: 767.98px) { .wrap-compare-items { grid-auto-flow: row; } } .wrap-compare-items .compare-items { flex: 1; min-width: 200px; height: 60px; position: relative; display: flex; align-items: center; gap: 1rem; background-color: transparent; border: solid 1px #dee2e6; background-color: #fff; color: #000; border-radius: 4px; padding: 0.5rem; align-items: center; line-height: 1; } .wrap-compare-items .compare-items .dropdown-menu { bottom: 60px !important; top: auto !important; font-size: 0.8rem; } .wrap-compare-items .compare-items .compare-img { border: none; width: 30px; min-width: 20px; } .wrap-compare-items .compare-items .prod-detail { min-width: 0px; } .wrap-compare-items .compare-items input, .wrap-compare-items .compare-items .custom-select { background-color: transparent; border: none; height: 40px; width: 100%; padding: 0 1rem; border-radius: 4px; font-size: 0.8rem; } .wrap-compare-items .compare-items .product-heading { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px; font-size: 0.8rem; display: block; max-width: 189px; } .wrap-compare-items .compare-items .product-price { font-weight: 600; color: var(--brand-color); padding: 0; margin: 0; padding-top: 0.3rem; font-size: 0.8rem; } .wrap-compare-items .compare-items .prod--cancel { margin-left: auto; } .compare-toggle { position: absolute; right: 2rem; top: -44px; z-index: 10; padding: 0.8rem 1.2rem; border-radius: 4px 4px 0 0; border: none; font-size: 0.8rem; line-height: 1; display: flex; align-items: center; font-weight: 600; background-color: var(--brand-color); color: var(--brand-color-inverse); } .compare-toggle img { margin-right: 10px; } .compare-toggle .compare-count { background-color: #fff; color: #000; min-width: 1rem; padding: 4px; border-radius: 4px; margin: 0 4px; } .compare-toggle:hover { color: var(--brand-color-inverse); } @media (min-width: 1199px) { .prod--compare-bar .prod--sm .dropdown-menu.box--scroller { top: auto !important; bottom: 100% !important; } } .compare-reviews { text-align: center; } .compare-reviews .product-rating { margin: 1rem 0; } .compare-reviews .description { margin-top: 10px; color: currentColor; } @media (max-width: 575.98px) { .compare-reviews { font-size: 0.9rem; } } .cd-products-comparison-table { margin: 0 auto; margin-bottom: 6rem; overflow: hidden; } @media (min-width: 992px) { .cd-products-comparison-table { max-width: 1300px; } } .cd-products-comparison-table::after { display: none; content: "mobile"; } .cd-products-comparison-table-head { color: rgba(0, 0, 0, 0.97); padding: 1rem 0; display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap; gap: 1rem; } .cd-products-comparison-table-head .title { font-size: 1.2rem; margin: 0; } .cd-products-comparison-table-head .actions { flex: 1; } .cd-products-comparison-table .filter { background-color: #f3f4f5; color: #000; border-radius: 3px; margin-left: 1rem; cursor: not-allowed; padding: 0.5rem 1rem; transition: background-color 0.3s; } @media (prefers-reduced-motion: reduce) { .cd-products-comparison-table .filter { transition: none; } } .cd-products-comparison-table .filter.active { cursor: pointer; background-color: var(--brand-color); color: var(--brand-color-inverse); } .no-touch .cd-products-comparison-table .filter.active:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); } @media only screen and (min-width: 1170px) { .cd-products-comparison-table { margin-bottom: 8rem; } .cd-products-comparison-table::after { content: "desktop"; } } .cd-products-table { position: relative; overflow: hidden; border-left: solid 1px #dee2e6; border-right: solid 1px #dee2e6; } @media (max-width: 575.98px) { .cd-products-table .close-layer { top: 0; right: 0; } } .cd-products-table .features { position: absolute; z-index: 1; top: 0; left: 0; padding: 0; width: 120px; border-top: solid 1px #dee2e6; border-bottom: solid 1px #dee2e6; background-color: #fafafa; opacity: 0.95; } .cd-products-table .features::after { content: ""; position: absolute; top: 0; left: 100%; width: 4px; height: 100%; background-color: transparent; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent); opacity: 0; } @media only screen and (min-width: 1170px) { .cd-products-table .features { width: 210px; } } .cd-products-table.scrolling .features::after { opacity: 1; } .cd-products-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; border-top: solid 1px #dee2e6; border-bottom: solid 1px #dee2e6; } .cd-products-columns { display: flex; flex-direction: row; margin-left: 120px; } .cd-products-columns::after { display: block; clear: both; content: ""; } @media only screen and (min-width: 1170px) { .cd-products-columns { margin-left: 210px; } } .cd-products-columns .product { position: relative; padding: 0; border-radius: 0; border: none; margin: 0; transition: 0.2s; display: block !important; flex-direction: inherit; float: left; width: 150px; text-align: center; transition: opacity 0.3s, visibility 0.3s, transform 0.3s; } @media (prefers-reduced-motion: reduce) { .cd-products-columns .product { transition: none; } } .filtering .cd-products-columns .product:not(.selected) { opacity: 0; visibility: hidden; transform: scale(0); } .no-product-transition .cd-products-columns .product.selected { transition: opacity 0.3s, visibility 0.3s; } @media (prefers-reduced-motion: reduce) { .no-product-transition .cd-products-columns .product.selected { transition: none; } } .filtered .cd-products-columns .product:not(.selected) { position: absolute; } @media only screen and (min-width: 1170px) { .cd-products-columns .product { width: 272px; } } @media (min-width: 768px) and (max-width: 991.98px) { .cd-products-columns .product { min-width: 200px; } } @media (max-width: 575.98px) { .cd-products-columns .product { min-width: 150px; } } .cd-features-list > li { min-height: 70px; padding: 20px; border-right: solid 1px #dee2e6; border-top: solid 1px #dee2e6; } .cd-features-list > li.more { display: flex; flex-direction: column; gap: 10px; } @media (max-width: 991.98px) { .cd-features-list > li { font-size: 0.9rem; padding: 0.75rem; } } .cd-features-list > li.compSectionHead { background-color: #f3f4f5; color: #000; font-weight: 600 !important; } .cd-features-list > li.rate { padding: 21px 0; } .cd-features-list > li.rate span { display: inline-block; height: 22px; width: 110px; background: url(images/retina/cd-star.svg); color: transparent; } @media only screen and (min-width: 1170px) { .cd-features-list > li { font-size: 0.8rem; } .cd-features-list > li.rate { padding: 23px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { .cd-products-table .features { width: 130px; } .cd-products-table .features .top-info { width: 130px !important; } .cd-products-columns { margin-left: 130px; } } .features .cd-features-list > li, .cd-products-table .features .top-info { font-size: 0.9rem; padding: 20px 10px; line-height: 1.4; text-align: left; } @media only screen and (min-width: 1170px) { .features .cd-features-list > li, .cd-products-table .features .top-info { padding: 20px 20px; } } .cd-products-table .top-info { position: relative; height: 177px; width: 150px; text-align: center; padding: 1.25em 2.5em; border-right: solid 1px #dee2e6; transition: height 0.3s; background-color: #fff; color: #000; text-align: center; } @media (prefers-reduced-motion: reduce) { .cd-products-table .top-info { transition: none; } } .cd-products-table .top-info:first-child { min-width: inherit; } @media (max-width: 991.98px) { .cd-products-table .top-info { padding: 0.5em; min-width: 200px; } } .cd-products-table .top-info.add-compare-field { background-color: #f3f4f5; color: #000; display: flex; align-items: center; } .cd-products-table .top-info .prod { margin: 0 auto; display: block; position: relative; width: 150px; height: 150px; overflow: hidden; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; } @media (max-width: 991.98px) { .cd-products-table .top-info .prod { width: 80px; height: 80px; } } .cd-products-table .top-info .prod-img { position: absolute; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; margin: 0 auto; } .cd-products-table .top-info::after { content: ""; position: absolute; left: 0; top: 100%; height: 4px; width: 100%; background-color: transparent; background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.06), transparent ); opacity: 0; } .cd-products-table .top-info h3, .cd-products-table .top-info .h3 { padding: 1.25em 0 0.625em; font-weight: bold; font-size: 1.4rem; } @media (max-width: 991.98px) { .cd-products-table .top-info h3, .cd-products-table .top-info .h3 { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0.5em 0; font-size: 1rem; margin-bottom: 0; } } .cd-products-table .top-info img { display: block; backface-visibility: hidden; } .cd-products-table .top-info h3, .cd-products-table .top-info .h3, .cd-products-table .top-info img { transition: transform 0.3s; } .cd-products-table .top-info .check { position: relative; display: inline-block; height: 16px; width: 16px; margin: 0 auto 1em; } .cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before { position: absolute; top: 0; left: 0; content: ""; height: 100%; width: 100%; } .cd-products-table .top-info .check::before { border-radius: 50%; border: solid 1px #dee2e6; background-color: #fff; color: #000; transition: background-color 0.3s, transform 0.3s, border-color 0.3s; } @media (prefers-reduced-motion: reduce) { .cd-products-table .top-info .check::before { transition: none; } } .cd-products-table .top-info .check::after { background: url(images/retina/cd-check.svg) no-repeat center center; background-size: 24px 24px; opacity: 0; transition: opacity 0.3s; } @media (prefers-reduced-motion: reduce) { .cd-products-table .top-info .check::after { transition: none; } } @media only screen and (min-width: 1170px) { .cd-products-table .top-info { height: 320px; width: 272px; } .cd-products-table .top-info h3, .cd-products-table .top-info .h3 { padding-top: 1.4rem; font-size: 0.8rem; min-height: 58px; } .cd-products-table .top-info .check { margin-bottom: 1.5rem; } } .cd-products-table .features .top-info { width: 120px; cursor: auto; background: shade(#fff, 2%); } @media only screen and (min-width: 1170px) { .cd-products-table .features .top-info { width: 210px; } } .cd-products-table .selected .top-info .check::before { background-color: var(--brand-color); color: var(--brand-color-inverse); background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); transform: scale(1.5); animation: cd-bounce 0.3s; } @keyframes cd-bounce { 0% { transform: scale(1); } 60% { transform: scale(1.6); } 100% { transform: scale(1.5); } } .cd-products-table .selected .top-info .check::after { opacity: 1; } @media only screen and (min-width: 1170px) { .cd-products-table.top-fixed .cd-products-columns > li, .cd-products-table.top-scrolling .cd-products-columns > li, .cd-products-table.top-fixed .features, .cd-products-table.top-scrolling .features { padding-top: 185px; } .cd-products-table.top-fixed .top-info, .cd-products-table.top-scrolling .top-info { height: 185px; position: fixed; z-index: 1; top: 0; } .no-cssgradients .cd-products-table.top-fixed .top-info, .no-cssgradients .cd-products-table.top-scrolling .top-info { border-bottom: solid 1px #dee2e6; } .cd-products-table.top-fixed .top-info::after, .cd-products-table.top-scrolling .top-info::after { opacity: 1; } .cd-products-table.top-fixed .top-info h3, .cd-products-table.top-fixed .top-info .h3, .cd-products-table.top-scrolling .top-info h3, .cd-products-table.top-scrolling .top-info .h3 { transform: translateY(-116px); } .cd-products-table.top-fixed .top-info .prod, .cd-products-table.top-scrolling .top-info .prod { transform: translateY(-62px) scale(0.4); } .cd-products-table.top-fixed .top-info .variant, .cd-products-table.top-scrolling .top-info .variant { transform: translateY(-121px) scale(0.8); } .cd-products-table.top-fixed .top-info .action, .cd-products-table.top-scrolling .top-info .action { transform: translateY(-121px) scale(0.8); } .cd-products-table.top-scrolling .top-info { position: absolute; } } .cd-table-navigation a { position: absolute; z-index: 2; top: 0; right: 15px; transform: translateY(55px); overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent; height: 60px; width: 40px; background: rgba(64, 64, 66, 0.8) url(images/retina/cd-arrow.svg) no-repeat center center; border-radius: 3px; transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s; } .cd-table-navigation a.inactive { opacity: 0; visibility: hidden; } .cd-table-navigation a.prev { left: 120px; right: auto; transform: translateY(55px) translateX(15px) rotate(180deg); } .no-touch .cd-table-navigation a:hover { background-color: #404042; } @media only screen and (min-width: 1170px) { .cd-table-navigation a { transform: translateY(100px); } .cd-table-navigation a.prev { left: 210px; transform: translateY(100px) translateX(15px) rotate(180deg); } .top-fixed .cd-table-navigation a { position: fixed; } .top-fixed .cd-table-navigation a, .top-scrolling .cd-table-navigation a { transform: translateY(45px); } .top-fixed .cd-table-navigation a.prev, .top-scrolling .cd-table-navigation a.prev { transform: translateY(45px) translateX(15px) rotate(180deg); } } .no-js .actions { display: none; } .no-js .cd-products-table .top-info { height: 145px; } @media only screen and (min-width: 1170px) { .no-js .cd-products-table .top-info { height: 248px; } } .no-js .cd-products-columns .check { display: none; } .variant { font-size: 0.8rem; color: currentColor; justify-content: center; display: flex; } .variant li { margin: 0 5px; } .variant .color { width: 14px; height: 14px; display: block; border-radius: 50%; box-shadow: 0px 0px 2px #ddd; } .variant .size { min-width: 2.5rem; display: block; background-color: #fff; color: #000; border-radius: 2px; border: solid 1px #dee2e6; padding: 2px 4px; } .options { display: flex; flex-wrap: wrap; justify-content: center; margin: 1rem 0; } .options li { margin: 0 5px; border-right: solid 1px #dee2e6; padding: 0 5px; color: currentColor; font-size: 0.8rem; } .options li:last-child { margin-right: 0; padding-right: 0; border-right: none; } .clipboard { max-width: 400px; width: 100%; background-color: #f3f4f5; color: #000; border-radius: 6px; display: flex; font-size: 0.8rem; padding: 0.8rem 1rem; } .clipboard_url { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: none; background-color: transparent; display: block; flex: 1; color: rgba(0, 0, 0, 0.97); padding-right: 1rem; } .clipboard_btn { border: none; background-color: transparent; color: var(--brand-color); font-size: 1.2rem; } .btn-groups { display: flex; align-items: center; gap: 1rem; } .moreseller { display: inline-flex !important; justify-content: center; align-items: center; } .moreseller_img { max-width: 30px; flex: 0 0 30px; } .offline-wrapper { max-width: 400px; margin: 100px auto; text-align: center; } .offline-wrapper .img-no-internet { max-width: 80%; margin-bottom: 1.5rem; } .offline-wrapper p { margin-bottom: 1rem; } .header-blog { background-color: #fff; color: #000; z-index: 99; font-weight: 400; font-size: 0.8rem; } .header-blog-top { border-bottom: solid 1px #dee2e6; padding: 0.6rem 0; } .header-blog-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .header-blog .container { position: relative; } .header-blog .logo { display: inline-block; max-width: 160px; } .header-blog-center { flex: 1 1 0; } .header-blog-end { margin-left: auto; } .header-blog .backto { display: none; align-items: center; margin-left: 20px; } @media (min-width: 992px) { .header-blog .backto { display: flex; } } .header-blog .backto a { font-size: 0.875rem; font-weight: 600; } .header-blog .last-bar { border-bottom: solid 1px #dee2e6; } .form-search-blog { display: flex; align-items: center; flex: 1; margin: 10px auto; max-width: 665px; padding: 0; width: 100%; position: relative; } .form-search-blog .search-keyword { border: solid 1px #dee2e6; border-radius: 70px; padding: 0 15px; font-size: 0.9rem; background-color: transparent; color: #000; font-weight: 300; height: 52px; flex: 1; width: 100%; } .form-search-blog .search-btn { border: none !important; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"></path><path d="M11 2C15.968 2 20 6.032 20 11C20 15.968 15.968 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2ZM11 18C14.8675 18 18 14.8675 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18ZM19.4853 18.0711L22.3137 20.8995L20.8995 22.3137L18.0711 19.4853L19.4853 18.0711Z"></path></svg>'); background-repeat: no-repeat; background-position: center; background-size: 20px; background-color: transparent; font-size: 0px !important; height: 30px !important; width: 30px; line-height: 30px !important; position: absolute !important; right: 10px; top: calc(50% - 15px); min-width: 0 !important; } .first-fold .post .post_title { color: #000; font-size: 1.5rem; } @media (max-width: 767.98px) { .first-fold .post .post_title { margin-bottom: 0; } } .first-fold .post .post_media { border: solid 1px #dee2e6; margin: 0; } .first-fold .post .post_bg { background-color: #fff; color: #000; position: relative; position: absolute; left: 1px; top: 50%; transform: translateY(-50%); max-width: 30rem; padding: 4rem 3rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } @media (max-width: 767.98px) { .first-fold .post .post_bg { position: relative; left: auto; top: auto; transform: translate(0, 0); padding: 15px; max-width: none; border-radius: 0 0 4px 4px; } } .first-blog { padding: 2rem 0 !important; } .post { position: relative; padding: 0; margin: 0; } .post_media { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; position: relative; aspect-ratio: 1.77778; margin-bottom: 1.5rem; } .post_media img { width: 100%; } .post .article-inner .blog_author { font-size: 0.8rem; margin-bottom: 0.8rem; } .post .article-inner .blog_author .article__author { color: rgba(0, 0, 0, 0.97); margin-right: 10px; font-weight: 600; } .post .article-inner .blog_author .article__date { color: #9ba5ae; } .post .article-inner .article-title { margin-bottom: 1rem; line-height: 1.5; font-weight: 600; font-size: 1.25rem; } .post .article-inner a { color: inherit; text-decoration: none; } .post .article-inner a:hover { text-decoration: underline; color: inherit; } .post .post_category { display: flex; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; } .post .post_category li a { display: block; color: rgba(0, 0, 0, 0.97); border: none; border-radius: 0; font-size: 0.75rem; line-height: 1.2; padding: 0; } .post .post_title { line-height: 1.5; font-weight: 600; font-size: 1.05rem; margin-bottom: 1rem; color: rgba(0, 0, 0, 0.97); } .post .post_title a { color: inherit; } .post-detail { position: relative; } .post-detail:after { background-color: var(--secondary-color); color: var(--secondary-color-inverse); height: 176px; width: 100%; top: 0; position: absolute; content: ""; } .post-detail .container { position: relative; z-index: 1; } .posted-content { background-color: #fff; color: #000; border-radius: 4px !important; overflow: hidden; } .posted-content a { color: var(--brand-color); } .posted-content .posted-media { background-color: #f3f4f5; color: #000; margin-bottom: 2rem; overflow: hidden; } .posted-content .posted-media .post__pic .media-wrapper { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; position: relative; aspect-ratio: 1.77778; } .posted-content .posted-media .post__pic .slick-arrow { height: 80px; width: 80px; box-shadow: none; border: 1px solid #e8e8e8; background-color: #fff; } @media (max-width: 991.98px) { .posted-content .posted-media .post__pic .slick-arrow { display: none !important; } } @media screen and (max-width: 1600px) { .posted-content .posted-media .post__pic .slick-arrow { height: 48px; width: 48px; } } .posted-content .posted-media .post__pic .slick-next { right: 0; } .posted-content .posted-media .post__pic .slick-prev { left: 0; } .posted-content .posted-media .post__pic .slick-disabled { opacity: 0.5; pointer-events: none; } .posted-content .posted-media .post__pic .slick-prev:after, .posted-content .posted-media .post__pic .slick-next:after { content: ""; border-right: 2px solid black; border-bottom: 2px solid black; width: 10px; height: 10px; transform: rotate(-45deg); position: absolute; left: 50%; margin-left: -7px; top: 50%; margin-top: -5px; } .posted-content .posted-media .post__pic .slick-prev:after { transform: rotate(135deg); margin-left: -3px; } .posted-content .posted-media .post__pic .slick-dots { position: relative; margin: 0; padding: 0; margin-top: 1rem; overflow: hidden; text-align: center; } .posted-content .posted-media .post__pic .slick-dots li { border-radius: 12px; padding: 0; margin: 0 4px; width: 12px; height: 12px; display: inline-flex; align-items: center; transition: 0.25s ease-in-out all; background-color: #000; opacity: 0.1; } .posted-content .posted-media .post__pic .slick-dots li button { color: currentColor; line-height: 1.1; padding: 0; display: block; flex: 1; } .posted-content .posted-media .post__pic .slick-dots li.slick-active { width: 12px; opacity: 1; background-color: var(--brand-color); color: var(--brand-color-inverse); } .arrows { cursor: pointer; background-color: transparent; border: none; padding: 0; margin: 0; } .arrows .svg { width: 30px; height: 30px; } .arrows:hover .svg { fill: var(--brand-color); } .arrows--left { margin-right: 1.5rem; } .popular-stories { margin: 0 -1rem; } .popular-stories-item { margin: 0 1rem; padding-bottom: 10px; } .blog-subscribers { text-align: center; } .blog-subscribers h4, .blog-subscribers .h4 { color: inherit; font-size: 2rem; font-weight: 600; } .blog-subscribers p { font-size: 1.125rem; color: inherit; } .form-subscribe { margin: 1rem auto; display: flex; align-items: center; justify-content: space-between; width: 100%; } .form-subscribe input[type="text"], .form-subscribe .custom-select[type="text"] { flex: 1; background: #fff !important; height: 3.5rem; width: 100%; line-height: 1.2; font-size: 1em; padding: 5px 20px; margin: 0; margin-right: -3px; border: none; color: rgba(0, 0, 0, 0.97); vertical-align: top; border-radius: 0; border-top-left-radius: 50px; border-bottom-left-radius: 50px; } .form-subscribe input[type="submit"], .form-subscribe .custom-select[type="submit"] { font-size: 1em; background-color: #000; height: 3.5rem; width: 100%; max-width: 106px; line-height: 1.2; padding: 5px 15px; margin: 0; border: none; color: #fff; vertical-align: top; font-weight: 300; border-radius: 0; border-top-right-radius: 50px; border-bottom-right-radius: 50px; cursor: pointer; } .post-meta-detail .post--title { color: rgba(0, 0, 0, 0.97); font-size: calc(112.5% + 1vw); font-weight: 700; line-height: 1.3; margin-bottom: 2rem; } .posted-by { display: flex; align-items: center; margin-bottom: 2rem; color: #9ba5ae; font-size: 0.875rem; text-transform: uppercase; flex-wrap: wrap; } .posted-by span { border-right: solid 1px #dee2e6; padding-right: 1rem; margin-right: 1rem; } .posted-by .share-icon { background-color: transparent; border: none; } @media (max-width: 767.98px) { .posted-by .dropdown { display: inline-block; width: 100%; } .posted-by .dropdown .share-icon { display: inline-block; margin: 1rem 0; } } .post__detail { color: rgba(0, 0, 0, 0.97); font-size: 1rem; } .post__detail blockquote { margin-top: 10px; margin-bottom: 10px; margin-left: 32px; padding: 12px 0 0 45px; font-size: 25px; font-weight: 600; line-height: normal; font-style: italic; color: var(--brand-color); } .post__detail blockquote p { font-size: 25px; font-weight: 600; line-height: normal; font-style: italic; color: var(--brand-color); } .post__detail p { color: #666; font-weight: 300; line-height: 1.6; padding: 0 0 15px 0; } .post__detail a { color: var(--brand-color); text-decoration: underline; } .post__detail img { border-radius: 4px; } .post__detail .roll { display: inline-block; overflow: hidden; vertical-align: top; -ms-perspective: 400px; perspective: 400px; -ms-perspective-origin: 50% 50%; perspective-origin: 50% 50%; } .post__detail .roll:hover { background-color: transparent; text-shadow: none; } .post__detail ul { margin: 10px 0 10px 0; padding: 0; } .post__detail ul li { position: relative; line-height: 30px; padding: 0 0 8px 24px; color: #555; letter-spacing: 0.02em; } .post__detail ul li:before { position: absolute; left: 0; top: 11px; width: 8px; height: 8px; content: ""; display: inline-block; background-color: currentColor; } .post__detail ul li a { color: var(--brand-color); text-decoration: none; } .post__detail ol { margin: 10px 0 10px 20px; padding: 0; width: 100%; display: inline-block; } .post__detail ol li { list-style: decimal outside; line-height: normal; padding: 0 0 10px 0; letter-spacing: 0.02em; color: rgba(0, 0, 0, 0.97); font-weight: 300; } .post__detail ol.list-spl { color: #ccc; list-style-type: none; } .post__detail ol.list-spl li { font-size: 15px; position: relative; margin: 0px 0 15px 0; list-style-type: none !important; } .post__detail ol.list-spl li.highlighted-point .highlighted-info { margin: 0 0 0 56px; } .post__detail ol.list-spl li.highlighted-point .highlighted-info .sub-info { display: block; margin: 5px 0 0 0; } .post__detail ol.list-spl li.highlighted-point p { background: #fbf8da; color: #272727; position: relative; margin: 0 0 10px 13px; top: 13px; padding: 15px 15px 15px 40px; border-radius: 2px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.62); } .post__detail table { border-collapse: collapse; width: auto; text-align: left; } .post__detail table th { border: solid 1px #dee2e6; padding: 5px 10px; vertical-align: top; color: var(--secondary-color); } .post__detail table td { border: solid 1px #dee2e6; padding: 5px 10px; vertical-align: top; } .post__detail table td strong { font-weight: 600; } .post__detail table p { padding: 0px; } .post__author { margin: 2rem 0; } .post__author .media { display: flex; align-items: flex-start; } .post__author .media__image { margin-right: 2rem; } .post__author .avatar { display: block; width: 100px; height: 100px; border-radius: 50%; overflow: hidden; } .post__author .name { font-size: 1.25em; font-weight: 600; } .post__misc { margin: 2rem 0; } .comments { border: solid 1px #dee2e6; margin: 2rem 0; } .comments h2, .comments .h2 { font-weight: 600; font-size: 1.5rem; color: rgba(0, 0, 0, 0.97); margin: 1.5rem 2rem; } .comments:last-child { border-bottom: none; } .comments.odd { padding-left: 110px; } .comment-respond h2, .comment-respond .h2 { margin: 0; margin-bottom: 1rem; font-size: 1rem; } .comment-meta { padding: 2rem; display: flex; border-top: solid 1px #dee2e6; } .comment-meta .avatar { border-radius: 50%; overflow: hidden; width: 78px; height: 78px; min-width: 78px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); margin-right: 2rem; } .comment-by { flex: 1; } .comment-by cite { display: block; font-style: normal; } .comment-by time { display: block; font-style: normal; color: #9ba5ae; font-weight: 300; font-size: 0.875rem; } .comment-content { margin: 1rem 0 0 0; } .comment-content p { margin: 0; } .comment-respond { background-color: #f3f4f5; padding: 2rem; } .blog-subscribers-inner { background-color: var(--brand-color); color: var(--brand-color-inverse); } .blog-subscribers-inner h3, .blog-subscribers-inner .h3 { color: inherit; font-weight: 600; } .blog-subscribers-inner p { color: inherit; font-size: 0.9em; } .blog-subscribers-inner .newsletter-form { margin-bottom: 0; flex-direction: column; } .blog-subscribers-inner .newsletter-form input[type="text"], .blog-subscribers-inner .newsletter-form .custom-select[type="text"] { flex: 1; border-radius: 50px; margin: 0.5rem 0; text-align: center; } .blog-subscribers-inner .newsletter-form input[type="submit"], .blog-subscribers-inner .newsletter-form .custom-select[type="submit"] { flex: 1; border-radius: 50px; margin: 0.5rem 0; max-width: none; } .tabs-blog { background-color: #fff; color: #000; border: none; border-radius: 4px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05); } .tabs-blog li { flex: 1; } .tabs-blog li a { display: block; padding: 0; color: rgba(0, 0, 0, 0.97); font-size: 1rem; font-weight: 600; line-height: 3; text-align: center; } .tabs-blog li.is--active a { background-color: var(--brand-color); color: var(--brand-color-inverse); } .content-data { display: none; } .content-data > ul > li { margin-bottom: 1rem; } .content-data-blog > ul > li { border-bottom: solid 1px #dee2e6; margin-bottom: 1rem; } .content-data-blog > ul > li:last-child { border-bottom: none; } .content-data-blog .post_title { font-size: 1rem; } .pagination-blog { display: flex; align-items: center; margin: 3rem 0; } .pagination-blog li { margin-right: 1rem; } .pagination-blog li a { width: 42px; line-height: 42px; text-align: center; height: 42px; display: block; font-size: 1em; color: #333; border: none; border: solid 1px #dee2e6; border-radius: 50%; position: relative; overflow: hidden; margin: 0; } .pagination-blog li.prev a { border-color: transparent; background: #373737 url(images/retina/arrows-left-white.svg) no-repeat center; background-size: 18px; } .pagination-blog li.next a { border-color: transparent; background: #373737 url(images/retina/arrow-right-white.svg) no-repeat center; background-size: 18px; } .pagination-blog li.selected a { background-color: var(--secondary-color); color: var(--secondary-color-inverse); border-color: transparent; } .likes-count li { margin-right: 10px; display: inline-block; line-height: 1; vertical-align: top; font-weight: 300; color: #000; font-size: 0.875em; } .likes-count li .icn-like, .likes-count li .icn-msg { display: inline-block; vertical-align: middle; margin-right: 10px; } .likes-count li .icn-msg img { width: 20px; } .right-side-bar-inner { background-color: #f3f4f5; color: #000; border: none; border-radius: 4px; padding: 1.5rem; } .right-side-bar .post_title { font-size: 1.1rem; font-weight: 500; } .right-side-bar .post .post_category { color: rgba(0, 0, 0, 0.97); margin: 0; } .side-posts { display: flex; flex-direction: column; gap: 1rem; } .side-posts-item { margin: 0; } .side-posts-item .post_title { margin: 0; font-size: 1rem; font-weight: 600; } .cart-page { display: grid; grid-gap: 2rem; padding: 1rem 0; } @media (min-width: 1200px) { .cart-page { grid-template-columns: 2fr 1fr; grid-gap: 4rem; padding: 3rem 0; margin: 0 auto; } } .cart-page-main { padding: 0; } @media (min-width: 992px) { .cart-page-main { margin-bottom: 0; } } .cart-page-aside { flex: 1; } @media (min-width: 992px) { .cart-page-aside { margin-bottom: 0; } } .cart-page-aside:after { background-color: #f3f4f5; color: #000; position: fixed; z-index: -1; width: 100%; height: 100%; display: block; top: 0; bottom: 0; } .cart-page-head { display: flex; align-items: center; margin-bottom: 1rem; padding-bottom: 1rem; flex-flow: row wrap; gap: 1.5rem; } .cart-page-head .h2 { font-size: 1.2rem; font-weight: 600; margin: 0; } .cart-page-head .shiporpickup { position: relative; z-index: 1; display: flex; gap: 1rem; } @media (min-width: 768px) { .cart-page-head .shiporpickup { margin-left: auto; } } .cart-page-head .shiporpickup-item { flex: 1; white-space: nowrap; } .cart-page-head .shiporpickup .control-label { border: solid 2px #dee2e6; background-color: #fff; color: #000; color: currentColor; padding: 1rem 1rem; margin: 0; display: flex; justify-content: center; gap: 10px; cursor: pointer; font-size: 0.9rem; font-weight: 600; text-align: center; position: relative; } .cart-page-head .shiporpickup .control-label:hover { color: var(--brand-color); border-color: var(--brand-color); } .cart-page-head .shiporpickup .control-label.is-active { color: var(--brand-color); border-color: var(--brand-color); } .cart-page-head .shiporpickup .control-label .control-input[type="radio"] { position: absolute; opacity: 0; z-index: -1; } .cart-page-head .shiporpickup input[type="radio"]:checked + .control-label, .cart-page-head .shiporpickup .custom-select[type="radio"]:checked + .control-label { color: var(--brand-color); border-color: var(--brand-color); border-width: 2px; } .cart-page-head .shiporpickup input[type="radio"]:checked + .control-label:after, .cart-page-head .shiporpickup .custom-select[type="radio"]:checked + .control-label:after { background-color: var(--brand-color); color: var(--brand-color-inverse); background-color: var(--brand-color); color: var(--brand-color-inverse); height: 2px; position: absolute; bottom: -1px; left: 0; right: 0; } .cart-page-head .shiporpickup .svg { display: none; width: 24px; height: 24px; margin-right: 10px; } .cart-page-head .shiporpickup .disabled { cursor: not-allowed; opacity: 0.5; } .cart-page-body { background-color: #fff; color: #000; border-radius: 12px; } .cart-page-body + .cart-page-body { margin-top: 2rem; } .cart-page-title { font-weight: 600; font-size: 1rem; margin: 0; padding: 1.5rem; } .product-price .new_price { font-weight: 600; } .product-price del { color: rgba(0, 0, 0, 0.97); font-size: 0.8rem; font-weight: 300; } .coupons { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; } .coupons h6, .coupons .h6 { font-size: 0.8rem; margin: 0; padding: 0; } .coupons .btn-coupons { border-style: dashed; } .btn-coupon { background: linear-gradient(138deg, #e8f0f6, #fffaeb 99.38%); border: solid 1px #000; border-radius: 6px; padding: 0.5rem 1rem; margin-bottom: 1rem; font-weight: 600; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .btn-coupon-txt { font-weight: 600 !important; } .included { text-align: center; font-weight: 400; font-size: 0.8rem; padding: 1rem 0; color: currentColor; } .promo-code { max-width: 400px; display: flex; align-items: center; } .promo-code form { display: flex; flex: 1; } .promo-code form .promo-input { width: auto; height: 40px; line-height: 1; } .product-line-info .label { font-size: 0.8rem; } .product-line-info .value { color: rgba(0, 0, 0, 0.97); } .addons-products { width: 100%; color: rgba(0, 0, 0, 0.97); font-weight: 500; margin: 4px 0; } .addons-products li { display: flex; align-items: center; margin: 5px 0; font-size: 0.8rem; } .addons-products .cross { position: static; border: none; border-radius: 50%; padding: 0; margin: 0; text-align: inherit; margin-right: 10px; aspect-ratio: 1/1; width: 1rem; height: 1rem; } .addons-products .price { padding-left: 10px; margin-left: auto; } .coupons-applied { border: dashed 1px #1dc9b7; padding: 1rem; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; color: #1dc9b7; position: relative; } .coupons-applied .svg { width: 20px; height: 20px; margin-right: 10px; } .coupons-applied h6, .coupons-applied .h6 { font-weight: 500; margin: 0; padding: 0; position: relative; display: flex; align-items: center; } .coupons-applied p { margin-top: 10px; font-size: 0.8rem; color: currentColor; } @media (min-width: 992px) { .sticky-summary { position: sticky; top: 150px; z-index: 1; } } .sticky-summary .card { box-shadow: none; } .sticky-summary .buttons-group { margin-top: 1rem; } .buttons-group { display: flex; align-items: center; justify-content: space-between; } .buttons-group .btn { text-align: center; display: flex; align-items: center; font-size: 1rem; flex: 0 0 48%; max-width: 48%; } .gift-wrap { margin-top: 1.5rem; background-color: #fff; color: #000; } .gift-wrap .list-group-item { display: flex; justify-content: space-between; } .gift-wrap__left { display: flex; align-items: center; } .gift-wrap__icon { margin-right: 1rem; } .gift-wrap__icon svg { width: 24px; height: 24px; fill: currentColor; } .gift-wrap__text span:first-child { padding-right: 1rem; } .secure { margin-top: 2.5rem; text-align: center; display: flex; flex-direction: column; gap: 1rem; } .secure p { margin: 0.5rem 0; font-weight: 500; display: flex; flex-direction: row; gap: 5px; align-items: center; justify-content: center; } .row-coupon { display: flex; } .row-coupon__left { max-width: 10%; flex: 0 0 10%; padding-top: 10px; } .list-promo__name { color: var(--brand-color); border: dashed 2px var(--brand-color); border-radius: 4px; padding: 0.5rem 1rem; font-weight: 500; display: inline-block; font-size: 0.85rem; } .list-promo__code { font-weight: 500; padding-bottom: 0.5rem; display: block; } .list-promo__text { font-size: 0.75rem; } .info { flex: 1; display: flex; align-items: center; gap: 10px; padding: 1.5rem; font-size: 0.85rem; font-weight: 500; background: #ecf0fd; color: #5578eb; } .info .svg { width: 20px; height: 20px; } .info .list-actions { margin-left: auto; } .save-later { margin-top: 1.5rem; line-height: 1; font-weight: 500; font-size: 0.75rem; color: currentColor; } .save-later a:hover { color: var(--brand-color); } .txt-brand { color: var(--brand-color); } .txt-success { color: #1dc9b7; } .coupon-offers { display: flex; flex-direction: column; gap: 1.5rem; } .coupon-offers-item { background: transparent linear-gradient( 80deg, var(--brand-color) 0%, var(--brand-color) 30%, #012245 100% ) 0% 0% no-repeat; cursor: pointer; color: var(--brand-color-inverse); background-repeat: no-repeat !important; background-size: cover !important; position: relative; display: flex; width: 100%; align-items: stretch; justify-content: space-between; gap: 1rem; border-radius: 4px; padding: 0 1.25rem; } .coupon-offers-item:after, .coupon-offers-item:before { content: ""; background-color: #fff; border-radius: 50%; width: 15px; height: 15px; aspect-ratio: 1/1; display: block; position: absolute; top: 50%; transform: translateY(-50%); } .coupon-offers-item:after { left: -5px; } .coupon-offers-item:before { right: -5px; } .coupon-offers .coupon-detail { flex: 0 0 65%; max-width: 65%; color: currentColor; font-size: 0.8rem; padding: 1rem 0; } .coupon-offers .coupon-action { margin-left: auto; padding: 1rem 1rem; padding-right: 0; flex: 1; position: relative; display: flex; align-items: center; justify-content: center; } .coupon-offers .coupon-action:before { content: ""; border-left: dashed 2px rgba(255, 255, 255, 0.5); position: absolute; top: 0; bottom: 0; height: 100%; left: 0; } .coupon-offers .coupon-cent, .coupon-offers .coupon-disc { opacity: 0.7; } .coupon-offers .coupon-code { display: block; padding-top: 10px; font-size: 0.9rem; font-weight: 600; } .addons { display: inline-block; } .addons-btn { background-color: transparent; background-color: #f3f4f5; border: none; border-radius: 50px; display: flex; align-items: center; justify-content: space-between; color: rgba(0, 0, 0, 0.97); padding: 10px 1rem; line-height: 1; flex: 1; position: relative; font-size: 0.8rem; font-weight: 600; } .addons-btn .icn { position: absolute; transform: translate(-6px, 0); top: calc(50% - 4px); right: 1rem; } .addons-btn .icn:after, .addons-btn .icn:before { content: ""; position: absolute; background-color: currentColor; width: 1px; height: 6px; transition: all 0.25s ease-in-out; } .addons-btn .icn:before { transform: translate(2px, 0) rotate(45deg); } .addons-btn .icn:after { transform: translate(-2px, 0) rotate(-45deg); } .addons-btn[aria-expanded="true"] { background: #e5e7e9; } .addons-btn[aria-expanded="true"] .icn:before { transform: translate(-2px, 0) rotate(45deg); } .addons-btn[aria-expanded="true"] .icn:after { transform: translate(2px, 0) rotate(-45deg); } .addons-btn .count { background-color: #888; border-radius: 50%; width: 1rem; height: 1rem; display: inline-flex; color: #fff; font-size: 0.5rem; text-align: center; justify-content: center; align-items: center; line-height: 0.9rem; margin: 0 5px; } .addons-dropdown { max-width: 450px; overflow-x: auto; } .addons-list { display: flex; flex-flow: column; margin: 1rem; gap: 1rem; } @media (min-width: 992px) { .addons-list { flex-flow: row; } } .addons-list-item { max-width: 200px; padding: 0; } .addons-list_label { background-color: transparent; border: solid 1px #dee2e6; border-radius: 50px; align-items: center; display: flex; gap: 8px; min-width: 150px; padding: 5px 0.8rem; } .addons-list_label .checkbox input, .addons-list_label .radio input, .addons-list_label .checkbox .custom-select, .addons-list_label .radio .custom-select { border-radius: 50%; } .addons-list_label .title { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .addons-list_label .price { white-space: nowrap; font-size: 12px; color: rgba(0, 0, 0, 0.77); } .list-addons-specification { display: flex; flex-flow: column; gap: 1.6rem; padding: 1rem; } @media (min-width: 992px) { .list-addons-specification { flex-flow: row; } } .list-addons-specification-item { flex-wrap: nowrap; color: currentColor; padding: 0; font-weight: 600; font-size: 0.9rem; display: flex; align-items: center; gap: 5px; position: relative; } .list-addons-specification-item::after { position: absolute; right: -0.8rem; top: 0; border-right: 1px solid #c6c6c6; width: 1px; height: 100%; display: block; } @media (min-width: 992px) { .list-addons-specification-item::after { content: ""; } } .list-addons-specification-item:last-child::after { content: normal; } .list-addons-specification-item .lable { font-size: 0.8rem; white-space: nowrap; } .delivery-info { background-color: #f3f4f5; color: #000; border: dashed 1px #dee2e6; border-radius: 4px; color: rgba(0, 0, 0, 0.97); flex: 1; display: flex; gap: 10px; justify-content: space-between; align-items: center; padding: 1rem; font-size: 0.85rem; font-weight: 500; } .delivery-info-inner { display: flex; gap: 10px; flex-flow: row wrap; align-items: center; } .delivery-info .svg { width: 14px; height: 14px; margin-right: 0.5rem; } .delivery-info .svg-info { width: 20px; height: 20px; } .delivery-info a { text-decoration: underline; } .cart-total { background-color: #fff; color: #000; border-radius: 12px; padding: 1.5rem; position: relative; } .cart-total-head { padding-bottom: 1rem; } .cart-total-title { margin: 0; font-weight: 600; font-size: 1.2rem; } .cart-total .cart-action { display: none; } @media (min-width: 992px) { .cart-total .cart-action { margin-top: 1.5rem; text-align: center; display: flex; flex-direction: column; grid-gap: 1rem; } } .cart-total .cart-action .link-underline { display: inline-block; width: -moz-fit-content; width: fit-content; margin: auto; } .checkout-bottom { background-color: rgba(255, 255, 255, 0.9); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); box-shadow: 0 -10px 30px 0 rgba(111, 111, 111, 0.1); display: flex; align-items: center; flex-flow: row nowrap; justify-content: space-between; position: fixed; bottom: 0; left: 0; right: 0; z-index: calc(1030 + 10); padding: 1rem; } @media (min-width: 992px) { .checkout-bottom { display: none; } } @media (max-width: 991.98px) { .checkout-page:has(.checkout-bottom) { padding-bottom: 5rem; } } .checkout-bottom .amount { font-size: 1.1rem; display: flex; flex-direction: column; color: rgba(0, 0, 0, 0.97); } .products-img { display: block; margin: 0; aspect-ratio: 1; position: relative; width: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; } .products-img img { -o-object-fit: cover; object-fit: cover; max-width: 100%; width: 100%; margin: auto; transition: all 0.5s linear; } .product-qty { border-radius: 50%; width: 1rem; height: 1rem; display: block; position: absolute; z-index: 0; top: 2px; right: 2px; background-color: var(--brand-color); color: var(--brand-color-inverse); font-size: 0.5rem; text-align: center; line-height: 1rem; } .products-price { color: rgba(0, 0, 0, 0.97); display: flex; align-items: center; margin: 1rem 0; font-size: 1rem; } .products-price-new { font-weight: 600; font-size: 1em; } .products-price-old { font-weight: 300; font-size: 1rem; text-decoration: line-through; } .products-price-off { font-weight: 500; font-size: 1rem; color: var(--secondary-color); white-space: nowrap; } .cart-table { display: flex; flex-direction: column; } .cart-table-head { min-height: 45px; border-top: solid 1px #dee2e6; border-bottom: solid 1px #dee2e6; background-color: #f8f8f8; padding: 0.75rem 1.5rem; display: flex; gap: 1.5rem; align-items: center; flex-flow: row wrap; justify-content: space-between; } .cart-table-row { position: relative; padding: 1.5rem; display: grid; gap: 1rem; } @media (min-width: 992px) { .cart-table-row { grid-template-columns: 1fr 10% 15% 30px; gap: 1rem; } .cart-table-row[data-cols="1"] { grid-template-columns: auto; } .cart-table-row[data-cols="2"] { grid-template-columns: 1fr auto; } .cart-table-row[data-cols="3"] { grid-template-columns: 1fr 1fr 1fr; } } .cart-table-row + .cart-table-row { border-top: solid 1px #dee2e6; } @media (max-width: 767.98px) { .cart-table-col-5 { position: absolute; top: 1rem; right: 1rem; } } .cart-table .input-qty { max-width: 80px; border-radius: 8px; } @media (min-width: 992px) { .cart-table .product-quantity { justify-content: flex-end; } } .cart-table .btn-remove { background-color: transparent; border: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 0.5rem; border-radius: 50%; } @media (min-width: 992px) { .cart-table .btn-remove { margin-left: auto; } } @media (max-width: 767.98px) { .cart-table .product-profile-thumbnail { flex: 0 0 40px; max-width: 40px; } } .easy { background-color: rgba(var(--brand-color-alpha), 0.1); color: #000; border-radius: 4px; border: solid 1px transparent; padding: 1.5rem; margin-bottom: 1.5rem; font-size: 0.8rem; font-weight: 500; display: flex; gap: 1.5rem; align-items: center; } .easy-icon { max-width: 40px; } .flexi-pay { background-color: #f2f2f2; border: solid 1px transparent; border-radius: 4px; padding: 1.4rem; display: inline-flex; width: -moz-max-content; width: max-content; line-height: 1.5; gap: 1rem; align-items: flex-start; } .flexi-pay input, .flexi-pay .custom-select { margin-top: 5px; } .flexi-pay-data { color: rgba(0, 0, 0, 0.77); display: flex; flex-direction: column; } .flexi-pay strong { font-weight: 600; } .categories-pg { display: grid; grid-gap: 2rem; grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); } @media (max-width: 575.98px) { .categories-pg { grid-gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } } .categories-pg .card-category { display: flex; flex-direction: row; flex-wrap: nowrap; background-color: #f3f4f5; color: #000; } .categories-pg .card-category-head { flex: 0 0 40%; max-width: 40%; display: flex; } .categories-pg .card-category-head img { -o-object-fit: cover; object-fit: cover; } .categories-pg .card-category-body { flex: 1; padding: 1.5rem 3rem; } .categories-pg .card-category-body .title { font-weight: 500; font-size: 1.2rem; } .categories-pg .card-category-body li { margin: 0; } .categories-pg .card-category-body li a { font-size: 0.8rem; text-decoration: underline; padding: 0.8rem 0; } .categories-thumb { overflow: hidden; } .categories-thumb a { display: block; padding: 0; margin: 0; } .categories-thumb .aspect-ratio { position: relative; margin-left: auto; margin-right: auto; } .categories-thumb .aspect-ratio .categories-thumb-bg { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); background-size: cover; background-position: center center; transition: all 1s ease-out 0s; } .categories-thumb .aspect-ratio .categories-thumb-bg:after { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0.5; background-color: rgba(0, 0, 0, 0.4); transition: all 1s ease-out 0s; } .categories-thumb-heading { padding: 1rem; padding-bottom: 0; margin: 0; } .category-layout-page { display: flex; flex-direction: column; gap: 2rem; } .category-layout-page .categories { background-color: #fff; border: none; border-radius: 12px; padding: 1.5rem; display: flex; flex-flow: column; gap: 2rem; } @media (min-width: 768px) { .category-layout-page .categories { flex-flow: row wrap; } } .category-layout-page .categories-head { background-color: #f3f4f5; color: #000; border-radius: 12px; width: 100%; padding: 0; font-size: 1rem; transition: all 0.4s; position: relative; overflow: hidden; min-height: 150px; } @media (min-width: 768px) { .category-layout-page .categories-head { max-width: 40%; display: block; } } .category-layout-page .categories-head:after { content: ""; background-image: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0.9) 95%, #000 100% ); position: absolute; z-index: 1; height: 100%; width: 100%; inset: 0; opacity: 1; transition: all 0.4s ease-in-out 0s; } .category-layout-page .categories-head:is(:hover, :focus)::after { opacity: 1; background: rgba(0, 0, 0, 0.7); } .category-layout-page .categories-head:is(:hover, :focus) .categories-main-link { color: #fff; bottom: 5%; opacity: 1; } .category-layout-page .categories-main-img { position: absolute; z-index: 0; height: 100%; width: 100%; inset: 0; -o-object-fit: cover; object-fit: cover; } .category-layout-page .categories-main-link { position: absolute; z-index: 2; padding: 1rem; width: 100%; bottom: 0; opacity: 1; transition: all 0.3s ease-in-out 0s; font-size: 1rem; color: #fff; font-weight: 600; } .category-layout-page .categories-body { flex: 1; padding: 0; margin: 0; } .category-layout-page .categories-body-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; } @media (min-width: 768px) { .category-layout-page .categories-list { -moz-columns: 3 auto; columns: 3 auto; margin: 10px 0 0; padding-bottom: 25px; } } .category-layout-page .categories-list-item { font-size: 0.85rem; margin-top: 0; display: inline-block; width: 100%; vertical-align: top; margin-bottom: 1.5rem; } .category-layout-page .categories-list-link { font-weight: 700; display: inline-block; padding: 5px 0; padding-left: 1.2rem; position: relative; } .category-layout-page .categories-list-link:before { position: absolute; left: 0; top: 10px; transform: rotate(135deg); content: ""; display: block; margin: 0; width: 8px; height: 8px; border-top: 2px solid var(--brand-color); border-left: 2px solid var(--brand-color); } .category-layout-page .categories-list-bullet { margin-left: 1.2rem; display: flex; flex-direction: column; gap: 10px; } .category-layout-page .categories-list-bullet-item { position: relative; } .category-layout-page .categories-list-bullet-item:before { position: absolute; left: -15px; top: 8px; background-color: #ddd; content: ""; display: block; margin: 0; width: 5px; height: 2px; } .checkout { height: inherit; min-height: 100%; --header-height: 90px; --btn-height: 50px; background-color: #efefef; } @media (min-width: 1200px) { .checkout .container { max-width: 1200px; padding: 0; } } .header-checkout { min-height: var(--header-height); background-color: #fff; color: #000; background-size: cover; border-bottom: solid 1px #dee2e6; display: flex; flex-direction: column; justify-content: center; position: sticky; top: 0; z-index: 2; } .header-checkout_inner { padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; } @media (max-width: 767.98px) { .header-checkout_inner { padding: 0; flex-direction: column; } } .header-checkout .logo-checkout-main { max-width: 150px; display: block; padding: 0.5rem 0; margin: 0 auto; } @media (max-width: 767.98px) { .header-checkout .logo-checkout-main { max-width: 100px; } } @media (max-width: 991.98px) { .header-checkout .logo-checkout-main { max-width: 100px; } } .header-checkout .logo-checkout-main img[data-ratio="16:9"] { max-width: 120px; } .header-checkout .logo-checkout-main img[data-ratio="1:1"] { max-width: 60px; } .checkout-page { max-width: 1200px; margin: 0 auto; display: grid; grid-gap: 5rem; grid-template-columns: 2fr 1fr; } @media (max-width: 991.98px) { .checkout-page { display: block; } } .checkout-page-single { grid-template-columns: auto; max-width: 500px; margin: auto; } .checkout-page-main { position: relative; padding: 0; margin-bottom: 2rem; } .checkout-page-aside { flex: 1; } .order-summary-toggle { height: var(--btn-height); position: fixed; bottom: 0; z-index: 2; background-color: var(--brand-color); color: var(--brand-color-inverse); border: none; padding: 1rem; width: 100%; } @media (min-width: 1200px) { .order-summary-toggle { display: none; } } .order-summary-toggle .order-summary-toggle__inner { display: flex; justify-content: space-between; margin: 0 auto; } .order-summary-toggle .order-summary-toggle__inner .order-summary-toggle__text { position: relative; text-transform: uppercase; } .order-summary-toggle .order-summary-toggle__inner .svg { width: 10px; height: 10px; margin: 0; fill: currentColor; transform: rotate(90deg); transition: all 0.5s ease; } .order-summary-toggle .order-summary-toggle__total-recap { margin-left: auto; } .step { display: flex; flex-direction: column; width: 100%; } .step-section { background-color: #fff; color: #000; border-radius: 12px; margin-bottom: 2rem; } .step-section:last-child { margin: 0; } .step-head { background-color: transparent; border-radius: 0; border-bottom: solid 1px #dee2e6; color: currentColor; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem; gap: 1.5rem; } .step-title { font-size: 1rem; margin: 0; font-weight: 600; color: rgba(0, 0, 0, 0.97); } .step-body { flex: 1; padding: 1.5rem; } .step-foot { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-top: solid 1px #dee2e6; } @media (max-width: 991.98px) { .step-foot { display: none; } } .step.continue-btn { order: 2; } .checkout-actions { display: flex; justify-content: space-between; align-items: center; width: 100%; } .review-block { font-size: 0.8rem; color: currentColor; display: flex; flex-direction: column; gap: 2.5rem; } .review-block > li { position: relative; display: flex; flex-direction: column; justify-content: space-between; } .review-block-head { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; } .review-block-action { display: flex; gap: 1rem; } .review-block-title { color: rgba(0, 0, 0, 0.97); font-size: 0.99rem; margin-bottom: 0.5rem; font-weight: 600; display: flex; flex-direction: row; justify-content: space-between; } .review-block-body { flex: 1; overflow: hidden; } .review-block-body .selected-slot { font-weight: 600; padding-top: 0.5rem; display: block; } .review-block .shipping-data { display: flex; align-items: center; } .review-block .shipping-data_title { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.85rem; margin-left: 8px; } .order-summary h5, .order-summary .h5 { text-transform: uppercase; font-size: 1rem; color: rgba(0, 0, 0, 0.97); } .order-summary_list { min-width: 100%; position: relative; max-height: 500px; overflow-y: auto; } .order-summary .cart-summary { margin-top: 2rem; } .v-divider:after { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; background: #efefef; width: 1px; } .shipping-section { border: solid 1px #dee2e6; border-radius: 4px; margin-bottom: 1rem; } .shipping-section .shipping-option { padding: 1rem; display: flex; justify-content: space-between; align-items: center; } .shipping-section .custom-select { max-width: 200px; font-size: 0.8rem; } .pick-section { display: flex; gap: 1rem; flex-direction: column; } .pick-section .pickup-option:has(.pickup-time) { gap: 1rem; display: grid; } @media (min-width: 992px) { .pick-section .pickup-option:has(.pickup-time) { grid-template-columns: 1fr 1fr; } } .pick-section .pickup-option .pickup-time .calendar { margin-bottom: 1.2rem; } .pick-section .pickup-option .pickup-time .calendar .xdsoft_datetimepicker .xdsoft_datepicker { width: 256px; } .pick-section .pickup-option .pickup-time .time-slot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pick-section .pickup-option .pickup-time .time-slot-item { position: relative; } .pick-section .pickup-option .pickup-time .time-slot-item .control-input { position: absolute; opacity: 0; z-index: -1; } .pick-section .pickup-option .pickup-time .time-slot-item .control-input:checked + .control-label { background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); } .pick-section .pickup-option .pickup-time .time-slot-item .control-label { background-color: #fff; color: #000; border: solid 1px #dee2e6; border-radius: 4px; display: block; position: relative; cursor: pointer; font-size: 12px; transition: all 0.2s ease; } .pick-section .pickup-option .pickup-time .time-slot-item .control-label .time { padding: 0.5rem 0.7rem; display: block; text-align: center; } .calendar-pickup .ui-datepicker { min-width: auto; border: solid 1px #dee2e6 !important; border-radius: 4px !important; box-shadow: none; font-size: 0.8rem; } .calendar-pickup .ui-datepicker td .ui-state-default { padding: 5px; } .payment-area .nav-payments { display: flex; flex-wrap: nowrap; overflow-x: auto; margin: 1rem 0; } .payment-area .nav-payments li { flex: 1; font-size: 0.85rem; text-align: center; } .payment-area .nav-payments li a { background-color: #f3f4f5; color: #000; white-space: nowrap; padding: 0.6rem 0.8rem; color: #888; } .payment-area .nav-payments li a.active { background-color: var(--brand-color); color: var(--brand-color-inverse); color: #fff; } .payment-area .tab-content { border: solid 1px #dee2e6; border-radius: 4px; padding: 2rem; } .payment-area .paypal-data { text-align: center; } .payment-area .paypal-data p { padding: 1rem; font-size: 0.8rem; } .rewards { background-color: #f3f4f5; color: #000; border-radius: 12px; border: solid 1px #dee2e6; padding: 1.5rem; margin: 0; } .rewards__points { margin-bottom: 1.5rem; } .rewards__points ul { display: grid; grid-gap: 1rem; grid-template-columns: 50% 1fr; align-items: center; } .rewards__points ul li { height: 100%; text-align: center; border-radius: 4px; padding: 1rem; border: solid 1px #dee2e6; background-color: #fff; color: #000; } .rewards__points ul li p { font-size: 0.8rem; } .rewards__points ul li .count { font-weight: 600; font-size: 1.3rem; } .rewards .info { margin-bottom: 1.5rem; padding: 0; background-color: transparent; line-height: 1; } .rewards + .wallet-balance { margin-top: 1.5rem; } .earn-points { background-color: #f3f4f5; color: #000; border-radius: 4px; padding: 0.7rem; text-align: center; } .earn-points .svg { margin-right: 10px; } .list-addresses-item { padding: 1.5rem; position: relative; border: solid 1px #dee2e6; margin-bottom: 1rem; border-radius: 4px; } .list-addresses-item .delivery-address { font-size: 0.85rem; color: currentColor; line-height: 1.5; margin-bottom: 0; } .list-addresses-item .delivery-address h5, .list-addresses-item .delivery-address .h5, .list-addresses-item .delivery-address .h5 { margin-bottom: 10px; font-weight: 600; font-size: 0.9rem; line-height: 1.5; color: rgba(0, 0, 0, 0.97); display: flex; align-items: flex-start; } .list-addresses-item .delivery-address span { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; max-width: 50%; } .list-addresses-item .delivery-address .tag { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 5px; border: solid 1px #1dc9b7; border-radius: 40px; color: #1dc9b7; padding: 2px 0.6rem; line-height: 1; font-size: 0.75rem; font-weight: 400; text-transform: uppercase; max-width: 42%; } .list-addresses-item .delivery-address .phone-txt, .list-addresses-item .delivery-address .time-txt { font-weight: 500; margin-top: 8px; } .list-addresses .tags-addresses { position: static; } .list-addresses .tags-addresses .tags__inner { justify-content: flex-start; } .list-addresses .tags-addresses .tags__inner .tag { font-size: 1rem; color: var(--brand-color); border-color: var(--brand-color); } @media (max-width: 767.98px) { .list-addresses .list-actions { margin-top: 1rem; } } .tags { margin: 0 0; position: absolute; top: 1rem; right: 1rem; text-align: right; } .tags__inner { display: flex; justify-content: flex-end; } .tags__inner .tag { margin: 0 5px; border: solid 2px #1dc9b7; border-radius: 40px; color: #1dc9b7; padding: 6px 1rem; line-height: 1; font-weight: 500; font-size: 0.75rem; text-transform: uppercase; } .tags__inner .tag.address_lable { margin-left: auto; } .tags__inner .tag:last-child { margin-right: 0; } .tags__txt { display: block; font-size: 0.8rem; color: currentColor; margin-top: 4px; } .payment-card { font-size: 0.85rem; color: currentColor; } .payment-card strong { font-weight: 500; color: rgba(0, 0, 0, 0.97); } .payment-card .list-group-item { padding: 1rem; } .payment-card__photo .svg { width: 38px; height: 24px; } .payment-card-double { flex-wrap: wrap; flex-direction: row; justify-content: space-between; } @media (max-width: 767.98px) { .payment-card-double { flex-direction: column; } } .payment-card-double li { max-width: 49%; flex: 49%; margin-bottom: 1rem; border-radius: 4px; } @media (max-width: 767.98px) { .payment-card-double li { max-width: auto; flex: auto; } } .payment-card-view .list-group-item { padding: 1rem; } .payment-card-view .list-group-item .row { align-items: center; } @media (max-width: 767.98px) { .payment-card-view .list-group-item .row { flex-wrap: nowrap; overflow-x: auto; align-items: inherit; } } .shipping-edit { text-align: right; margin-left: auto; } .pickup-select { display: flex; justify-content: space-between; flex-direction: initial; } .shop-name { display: flex; justify-content: space-between; color: rgba(0, 0, 0, 0.97); } .shop-name h6, .shop-name .h6 { margin: 0; font-size: inherit; padding-right: 1rem; } .shop-name .svg { width: 1rem; height: 1rem; margin-right: 5px; } .shop-address { flex: 1; margin-top: 1rem; } .shipping-method { max-width: 50%; } .shipping-method_messages { font-size: inherit; } .shipping-method .form-control { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background-color: transparent; border: none; font-weight: 600; font-size: inherit; padding: 0; padding-left: 10px; padding-right: 2rem; height: auto; line-height: 1.6; } .wallet-balance { background-color: #f3f4f5; color: #000; border: none; border-radius: 12px; padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .wallet-balance .wallet { display: flex; align-items: center; flex: 1; } .wallet-balance .wallet__txt { display: flex; align-items: center; } .wallet-balance .wallet__txt .svg { width: 40px; height: 40px; margin-right: 12px; margin-left: 5px; } .wallet-balance .wallet__txt p { font-size: 0.75rem; font-weight: 400; color: currentColor; margin-bottom: 5px; line-height: 1; text-transform: uppercase; } .wallet-balance .wallet__txt .currency-value { display: block; font-weight: 600; color: rgba(0, 0, 0, 0.97); font-size: 1.2rem; } .wallet-balance_info { flex: 1; font-size: 0.8rem; color: currentColor; } .form-inline { position: relative; } .form-inline input[type="text"], .form-inline .custom-select[type="text"] { width: 100%; } .form-inline .btn-submit { background-color: transparent; position: absolute !important; top: 0; right: 0; color: var(--brand-color); font-weight: 500; border: solid 1px transparent; } .form-inline .btn-submit:focus { border: solid 1px transparent; outline: none; } .form-inline .btn-submit:hover { box-shadow: none; } .transfer-payment-detail { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; flex-wrap: wrap; font-size: 0.8rem; color: currentColor; } .transfer-payment-detail li { display: flex; margin-bottom: 1.5rem; } .transfer-payment-detail li.notes { grid-column: 1 / 4; max-width: none; flex: auto; } .transfer-payment-detail .svg { display: none; width: 1rem; height: 1rem; margin-right: 10px; fill: rgba(0, 0, 0, 0.77); } .transfer-payment-detail h6, .transfer-payment-detail .h6 { margin-bottom: 4px; font-size: 0.82rem; color: rgba(0, 0, 0, 0.97); font-weight: 600; text-transform: uppercase; } .otp-block__head { margin-bottom: 1.5rem; text-align: center; } .otp-block__head h5, .otp-block__head .h5 { margin: 0; padding: 0; } .otp-block__footer { margin-top: 1.5rem; } .otp-block p { font-size: 0.8rem; color: currentColor; } .otp-block .otp-enter { margin: 0 auto; text-align: center; } .otp-block .otp-enter .otp-inputs { display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; } .otp-block .otp-enter .otp-inputs input.field-otp, .otp-block .otp-enter .otp-inputs .field-otp.custom-select { border: none; border-radius: 0; border-bottom: solid 1px #dee2e6; max-width: 30px; text-align: center; padding: 5px; margin: 0 3px; } .otp-block .otp-enter .otp-inputs input.field-otp:focus, .otp-block .otp-enter .otp-inputs .field-otp.custom-select:focus { border-color: #000; } .otp-block .otp-enter .otp-inputs input.field-otp.is-invalid, .otp-block .otp-enter .otp-inputs .field-otp.is-invalid.custom-select { border-color: red; } .otp-block .otp-success { text-align: center; } .otp-block .otp-success .img { max-width: 80px; margin: 2rem auto; } .otp-block .otp-success h5, .otp-block .otp-success .h5 { margin: 0; padding: 0; } .phone-txt, .time-txt { font-weight: 500; font-size: 0.85rem; margin-top: 8px; } .phone-txt i, .time-txt i { margin-right: 5px; } .payment-action { display: flex; justify-content: space-between; padding: 1rem; } #signature { width: 100%; height: auto; border-radius: 4px; border: solid 1px #dee2e6; } .attached-files { margin-bottom: 1.5rem; } .attached-files ul { display: flex; flex-flow: row wrap; gap: 10px; } .attached-files ul li { max-width: 23%; flex: 0 0 23%; } .attached-files ul li h6, .attached-files ul li .h6 { font-size: 0.8rem; font-weight: 600; } .attached-files ul li a { border: solid 1px #dee2e6; border-radius: 4px; padding: 1rem; display: flex; flex-direction: column; justify-content: center; gap: 8px; align-items: center; text-align: center; color: currentColor; font-size: 0.8rem; height: 100%; } .attached-files .icn { font-size: 2rem; margin-bottom: 0.6rem; background-color: #f3f4f5; color: #000; padding: 1rem; border-radius: 4px; } .signature-block-img { background-color: transparent; border: solid 1px #dee2e6; border-radius: 4px; padding: 0.5rem; display: block; width: 100%; } .verified-box-list > li { border-bottom: solid 1px #dee2e6; } .verified-box-list > li:last-child { border-bottom: none; } .verified-box .media-more { margin-bottom: 0.8rem; } .verified-box .verified-sellers-list { display: flex; flex-wrap: wrap; } .verified-box .verified-sellers-list li { flex: 0 0 50%; max-width: 50%; padding: 1rem; } .verified-box-seller { display: flex; flex-direction: column; align-items: center; } .verified-box-seller_img { border-radius: 10px; max-width: 50%; margin-bottom: 0.5rem; } .verified-box-seller .detail { font-size: 0.8rem; border: solid 1px #dee2e6; padding: 10px; border-radius: 4px; } .verified-box-seller .detail .svg { width: 1.5rem; height: 1.5rem; } .canvas-signature { background-color: #f3f4f5; color: #000; min-height: 100px; border-top: solid 1px #dee2e6; } .verification-data-list { display: flex; flex: 1; flex-direction: column; font-weight: 300; } .verification-data-list-item { display: flex; gap: 1rem; padding: 0.3rem 0; } .verification-data-list-item:last-child { padding-bottom: 0; } .verification-data-list .lable { font-weight: 500; } @media (min-width: 992px) { .verification-data-list .lable { flex: 0 0 30%; max-width: 30%; } } .verification-data-list .value { font-weight: 600; } .signature input[type="button"], .signature .custom-select[type="button"] { border-radius: 0.25rem; background-color: var(--brand-color); color: var(--brand-color-inverse); } .shipping-select { font-size: 0.85rem; background-color: #f3f4f5; padding: 1rem; padding-right: 5px; display: flex; justify-content: space-between; flex-direction: column; } .shipping-select-row { flex-direction: row; } .bg-contact { position: relative; background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .contact-wrapper { position: relative; margin-top: -450px; margin-bottom: -327px; z-index: 5; } .contact-box { border-radius: 4px; background-color: #fff; color: #000; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2); position: relative; } .contact-box .contact-pic { padding: 0; max-height: 50%; overflow: hidden; } .info-cell { text-align: center; color: #fff; padding: 2rem; min-height: 50%; display: flex; align-items: center; justify-content: center; border-bottom: solid 1px rgba(255, 255, 255, 0.3); } .info-cell h3, .info-cell .h3 { text-transform: uppercase; font-size: 1.1rem; letter-spacing: 2px; margin: 1rem auto; } .info-cell p, .info-cell a { color: #fff; } .info-cell .icn { margin-bottom: 2rem; } .info-cell .icn svg { fill: #ffffff; width: 30px; height: 30px; } .contact-address { background-color: var(--secondary-color); color: var(--secondary-color-inverse); position: relative; } .contact-address:after { content: ""; position: absolute; bottom: -20px; margin: 0 auto; width: 0; height: 0; border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 40px solid var(--secondary-color); } .contact-phones { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .contact-email { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .g-map { position: relative; height: 490px; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; } .g-map iframe { position: absolute; height: 100%; width: 100%; z-index: 0; } .page-banner { min-height: 320px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; color: #fff; } .page-banner:after { background: rgba(36, 40, 56, 0.75); height: 100%; width: 100%; content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; } .page-banner .container { z-index: 1; position: relative; } .detail-page { position: relative; } .detail-page:after { content: ""; position: absolute; left: 0; right: 0; top: 0; background-color: #f3f4f5; color: #000; height: 226px; z-index: -1; } .detail-page .detail-wrapper { border-radius: 4px 4px 0 0; border: solid 1px #dee2e6; background-color: #fff; color: #000; } .detail-page .detail-wrapper .detail-first-fold { padding: 3.75rem; } @media (max-width: 991.98px) { .detail-page .detail-wrapper .detail-first-fold { padding: 2rem; } } @media (max-width: 767.98px) { .detail-page .detail-wrapper .detail-first-fold { padding: 1rem; } } .product-description { position: relative; margin: 0 auto; height: auto; } .product-description .products__title { display: flex; align-items: flex-start; justify-content: space-between; } @media (max-width: 767.98px) { .product-description .products__title { flex-direction: column; } } .product-description .products__title a { color: inherit; } .product-description .products__title h1, .product-description .products__title .h1 { font-size: 1.75rem; line-height: 1.3; font-weight: 300; color: #000; overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; hyphens: auto; } .product-description .products__title .favourite-wrapper-detail { display: flex; align-items: center; z-index: 1; margin-bottom: 0.5rem; } .product-description .products__title .favourite-wrapper-detail .favourite { position: static; margin-right: 0.5rem; } .product-description .products-reviews { display: flex; flex-direction: column; align-items: center; border: solid 1px #323232; border-radius: 4px; padding: 0.5rem; min-width: 110px; margin-left: 10px; } @media (max-width: 767.98px) { .product-description .products-reviews { margin: 1rem 0; } } .product-description .brand-data { padding: 5px 0; font-size: 0.8rem; font-weight: 600; } .product-description .brand-data .txt-gray-light { color: currentColor; font-weight: 300; } .product-description .products__price { font-size: 2rem; color: var(--brand-color); font-weight: 700; padding: 0; line-height: 1.2; } .product-description .products__price_old { font-weight: 300; color: rgba(0, 0, 0, 0.97); text-decoration: line-through; } .product-description .products__price .product_off { font-size: 0.875rem; font-weight: 300; color: var(--first-color); display: inline-block; } .product-description .tax-inclusive { color: currentColor; font-size: 0.8rem; } .product-description .favourite { position: relative; left: 0; top: 0; } .product-description .h6 { font-size: 0.8em; text-transform: uppercase; font-weight: 400; margin-bottom: 0.5rem; } .information_wrapper { margin-bottom: 2rem; font-size: 0.8rem; color: currentColor; display: flex; flex-direction: column; } .information_wrapper-item { padding: 0.8rem 0; display: flex; gap: 2rem; } .information_wrapper-item + .information_wrapper-item { border-top: solid 1px #dee2e6; } .information_wrapper-item .lable { background-color: transparent; border: none; border-radius: 0; padding: 0; text-align: inherit; font-weight: 600; display: block; color: rgba(0, 0, 0, 0.97); margin-right: 10px; } @media (min-width: 992px) { .information_wrapper-item .lable { flex: 0 0 30%; max-width: 30%; } } .information_wrapper-item .value { padding: 0; } .buy-group { display: flex; margin: 0; align-items: center; justify-content: space-between; flex: 1; } .buy-group .add-to-cart { min-height: 38px; } .product-content { margin: 0 auto; max-width: 550px; } .options-name { text-transform: uppercase; font-weight: 600; font-size: 0.875em; line-height: 1; margin-right: 10px; } .article-options { display: flex; align-items: center; margin: 0; padding: 15px 10px; background-color: #fff; color: #000; border-radius: 4px; } .article-options ul { display: flex; align-items: center; margin: 0; padding: 0; } .article-options ul li { margin: 0 5px; padding: 0; display: block; font-size: 0.875em; color: var(--brand-color); white-space: nowrap; position: relative; } .article-options ul li a { color: #000; } .options--color li { border: none; font-size: 1rem; text-align: center; color: #000; font-weight: 600; cursor: pointer; display: block; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; } .options--color li span { display: block; width: 20px; height: 20px; border-radius: 50%; position: relative; } .options--color li.is--active { background: #ebebeb; } .options--color li.is--active:after { background-color: #000; position: absolute; left: -5px; right: -5px; bottom: -15px; content: ""; height: 2px; } .options--size li.is--active { color: #000; font-weight: 600; } .section--fill { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .product-detail-gallery { position: sticky; top: 180px; display: flex; margin-bottom: 2rem; display: flex; justify-content: space-between; } @media (max-width: 991.98px) { .product-detail-gallery { display: block; position: relative; top: auto; } } .product-detail-gallery .slider-for { flex: 1; order: 2; border-radius: 4px; border: solid 1px #dee2e6; margin: 0 auto; max-width: 500px; } @media (max-width: 991.98px) { .product-detail-gallery .slider-for { padding: 0; border-radius: none; border: none; } } .product-detail-gallery .slider-for img { margin: 0 auto !important; max-width: 500px; float: none !important; } @media (max-width: 767.98px) { .product-detail-gallery .slider-for img { max-width: 100%; } } .product-detail-gallery .slider-nav { position: relative; padding: 0; width: 90px; overflow: hidden; } @media (max-width: 991.98px) { .product-detail-gallery .slider-nav { width: 100%; display: flex; } } @media (max-width: 767.98px) { .product-detail-gallery .slider-nav { margin-top: 1.5rem; } } .product-detail-gallery .slider-nav .slick-list { margin: 0 auto; text-align: center; } .product-detail-gallery .slider-nav .thumb { margin: 0.5rem auto; text-align: center; border-radius: 4px; border: solid 1px #dee2e6 !important; overflow: hidden; } .product-detail-gallery .slider-nav .thumb.slick-current { border-color: var(--brand-color); } .product-detail-gallery .slider-nav .thumb img { max-width: 100%; margin: 0 auto; } @media (max-width: 991.98px) { .product-detail-gallery .slider-nav .thumb { margin: 0 0.5rem; } } .product-detail-gallery .slider-nav .slick-arrow { position: relative; top: auto; width: 40px; height: 90px; padding: 0; border: none; transform: rotate(90deg); border-radius: 4px; box-shadow: none; margin: 0; } @media (max-width: 991.98px) { .product-detail-gallery .slider-nav .slick-arrow { transform: none; height: auto; width: 40px; min-width: 40px; } } .product-detail-gallery .slider-nav .slick-prev:after { border-right: 2px solid #000; border-bottom: 2px solid #000; width: 16px; height: 16px; left: calc(50% - 0px); top: calc(50% - 3px); } .product-detail-gallery .slider-nav .slick-next:after { border-right: 2px solid #000; border-bottom: 2px solid #000; width: 16px; height: 16px; left: calc(50% - 3px); top: calc(50% - 3px); } #frmBuyProduct .cell-auto.form__group label { font-size: 0.85em; margin-bottom: 0.5rem; font-weight: 400; } .wholesale-price { margin-bottom: 1rem; } .wholesale-price-list { display: flex; gap: 0.5rem; flex-direction: column; } .wholesale-price-item { background-color: #f3f4f5; color: #000; border-radius: 4px; border: solid 1px transparent; padding: 1rem; display: flex; flex-flow: row wrap; justify-content: space-between; gap: 1rem; } .wholesale-price-highlighted { border-color: #1dc9b7; background: #d3f9f5; color: #1dc9b7; } .wholesale-price-amount { font-weight: 600; } .list-bullet { background-color: #f3f4f5; color: #000; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; } .list-bullet-item { display: flex; flex-flow: row wrap; gap: 1rem; padding: 0.3rem 0; } .list-bullet-item.active { color: #1dc9b7; } .list-bullet-item .lable { font-weight: 500; } .list-bullet-item .value { margin-left: auto; font-weight: 600; } .list-bullet-tick li { list-style: inside disc; } .list-bullet-tick li::marker { font-size: 1rem; } .condition-txt { position: relative; font-size: 0.8rem; font-weight: 600; margin: 0.5rem 0; opacity: 0.5; padding-left: 20px; } .condition-txt:before { background: url(images/retina/tick-gray.svg) no-repeat center; content: ""; position: absolute; left: 0; top: 3px; background-size: 100%; width: 12px; height: 12px; } .list--specification li { margin: 5px 0; display: flex; font-size: 0.875em; color: #9ba5ae; } .list--specification li span { min-width: 50%; color: rgba(0, 0, 0, 0.97); } .discount-slider { align-items: center; justify-content: space-between; margin: 0 -10px; } @media (max-width: 575.98px) { .discount-slider { padding-bottom: 20px; } } .discount-slider .item { background-color: #fff; color: #000; border: solid 1px #dee2e6; border-radius: 4px; padding: 1rem; margin: 0 10px; font-size: 0.875em; font-weight: 600; text-align: center; } .discount-slider .item__price { color: currentColor; display: block; font-weight: 300; } .shop-owner-detail { display: flex; align-items: center; } .shop-owner-detail .owner_logo { background-color: #fff; color: #000; border-radius: 50%; overflow: hidden; width: 70px; height: 70px; margin-right: 20px; position: relative; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11); display: flex; padding: 10px; align-items: center; justify-content: center; } .owener_info .owener_info_mame { color: rgba(0, 0, 0, 0.97); } .owener_info .owener_info_mame a { color: inherit; } .owener_info .owener_info_location { color: #000; font-size: 0.875em; } .owener_info .products__rating { justify-content: flex-start; } .shop-reviews-wrapper { position: relative; } .shop-reviews-wrapper .shop-reviews { display: flex; align-items: center; justify-content: center; width: 130px; height: 130px; position: relative; margin: 0 auto; } .shop-reviews-wrapper .shop-reviews .svg { fill: var(--brand-color); width: 130px; height: 130px; position: absolute; } .shop-reviews-wrapper .shop-reviews-points { line-height: 1; font-size: 1.6rem; font-weight: 600; padding-top: 15px; } .total-reviews { font-size: 0.875rem; padding: 5px; text-align: center; } .have-you { margin: 0 auto; text-align: center; } .reviews-lisitng { border: solid 1px #dee2e6; border-radius: 4px; } .reviews-lisitng > ul > li { border-bottom: solid 1px #dee2e6; padding-bottom: 10px; margin-bottom: 10px; } .reviews-lisitng > ul > li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; } .reviews-list { background-color: #fff; color: #000; border-radius: 4px; border: solid 1px #dee2e6; } .reviews-list .profile-avatar { box-shadow: none; max-width: none; border: none; flex-direction: row; height: auto; padding: 0; gap: 10px; } .reviews-list .profile-avatar .dated { font-size: 0.625rem; } .reviews-list .profile-avatar .profile__dp { margin: 0; } .reviews-list .profile-avatar .profile__bio { text-align: left; } .reviews-list > li { border-bottom: solid 1px #dee2e6; padding: 1rem 1.5rem; } .reviews-list > li:last-child { border-bottom: none; } .refresh { margin: 5px 10px; } .remove { margin: 5px; color: red; } .yes-no ul { display: flex; align-items: center; } .yes-no ul li { border: none; margin-left: 0.5rem; } .yes-no ul li a { font-size: 0.875em; color: rgba(0, 0, 0, 0.97); } .yes-no img { margin-right: 5px; } .share-this { position: relative; display: flex; align-items: center; justify-content: space-evenly; width: 100%; max-width: 150px; height: 35px; margin: 10px 0; background-color: #fff; color: #000; border: solid 1px #dee2e6; border-radius: 50px; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); overflow: hidden; } .share-this:before, .share-this:after { position: absolute; top: 0; display: flex; align-items: center; width: 50%; height: 100%; transition: 0.25s linear; z-index: 1; } .share-this:before { content: ""; left: 0; justify-content: flex-end; background-color: #fff; color: #000; } .share-this:after { content: ""; right: 0; justify-content: flex-start; background-color: #fff; color: #000; } .share-this:hover { border-color: var(--secondary-color); background-color: var(--secondary-color); color: var(--secondary-color-inverse); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); } .share-this:hover span { opacity: 0; z-index: -3; } .share-this:hover:before { opacity: 0.5; transform: translateY(-100%); } .share-this:hover:after { opacity: 0.5; transform: translateY(100%); } .share-this span { position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: rgba(0, 0, 0, 0.97); font-size: 1em; font-weight: 600; opacity: 1; transition: opacity 0.25s; z-index: 2; line-height: 1; } .share-this .social-link { position: relative; display: flex; align-items: center; justify-content: center; width: auto; height: 100%; text-decoration: none; transition: 0.25s; padding: 0; flex: 1; cursor: pointer; } .share-this .social-link i { text-shadow: 1px 1px rgba(70, 98, 127, 0.7); transform: scale(1); } .share-this .social-link:hover { background-color: rgba(245, 245, 245, 0.1); } .share-this .social-link:hover i { animation: bounce 0.4s linear; } .share-this .svg { width: 16px; height: 16px; fill: #fff; } .share-this .share .svg { width: 18px; height: 18px; margin-right: 8px; fill: #212529; } @keyframes bounce { 40% { transform: scale(1.4); } 60% { transform: scale(0.8); } 80% { transform: scale(1.2); } 100% { transform: scale(1); } } .shop-btn-group { max-width: 350px; } .shop-btn-group .btn, .shop-btn-group .share-icon { display: flex; justify-content: center; align-items: center; width: 42px; height: 42px; border-radius: 4px; margin: 0; padding: 0; min-width: 1%; border: solid 1px #dee2e6; } .shop-avatar { display: flex; align-items: center; } .shoper__dp { width: 92px; height: 92px; display: flex; align-items: center; overflow: hidden; border-radius: 50%; margin-right: 10px; } .profile__bio .deg { font-weight: 300; color: #9ba5ae; font-size: 0.875rem; } .nav-detail { background-color: #f3f4f5; color: #000; border: solid 1px #dee2e6; border-top: none; border-radius: 0 0 4px 4px; display: flex; justify-content: center; position: sticky; z-index: 1; } .nav-detail ul { display: flex; flex-wrap: nowrap; overflow-x: auto; } .nav-detail ul li { padding: 0 20px; } .nav-detail ul li a { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: inherit; display: block; padding: 1.5rem 0px; position: relative; text-align: center; line-height: 1; font-weight: 400; } .nav-detail ul li a:after, .nav-detail ul li a:before { content: ""; background: transparent; height: 2px; width: 0; position: absolute; bottom: 0; transition: 0.4s all ease; } .nav-detail ul li a:before { right: 50%; } .nav-detail ul li a:after { left: 50%; } .nav-detail ul li a.is-active { color: var(--brand-color); } .nav-detail ul li a.is-active:after { left: 0; width: 50%; background-color: var(--brand-color); color: var(--brand-color-inverse); } .nav-detail ul li a.is-active:before { right: 0; width: 50%; background-color: var(--brand-color); color: var(--brand-color-inverse); } .nav-detail ul li a:hover:after { left: 0; width: 50%; background-color: var(--brand-color); color: var(--brand-color-inverse); } .nav-detail ul li a:hover:before { right: 0; width: 50%; background-color: var(--brand-color); color: var(--brand-color-inverse); } .product-detail-quickview .products__price { padding: 0; margin: 0 0 20px; } .product-detail-quickview .product-description-inner .products__title { margin-bottom: 0; } .ft-products .products--layout .products__body { position: static; } .sold-by { background: rgba(0, 0, 0, 0.05); } .sold-by .products__rating { padding-left: 0; margin-bottom: 10px; } .sold-by .products__rating { font-weight: normal; } .sold-by .products__rating .svg { margin-top: -3px; margin-right: 0; } .sold-by .btn { margin: 5px 0; } .sold-by .shop-logo { width: 100px; height: 100px; margin-right: 15px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); } .sold-by h6 a, .sold-by .h6 a { color: #333; text-decoration: underline; } .products__quickview { position: absolute; z-index: 4; top: 70%; left: 50%; transform: translateX(-50%); opacity: 0; visibility: hidden; cursor: pointer; } @media (max-width: 991.98px) { .products__quickview { display: none; } } .products__quickview > a { border-radius: 2px; padding: 5px 14px; font-weight: 600; font-size: 0.7rem; color: #fff !important; text-transform: uppercase; white-space: nowrap; background-color: #000; display: flex; align-items: center; } .products__quickview > a .svg-icon { width: 18px; height: 18px; display: inline-block; vertical-align: top; position: relative; margin-right: 10px; } .products__quickview > a .svg-icon svg { fill: #fff; width: 100%; height: 100%; } .products:hover .products__quickview { top: 50%; visibility: visible; opacity: 1; transition: all 0.5s linear; } .icn-quickview { margin: 0 auto; background-color: var(--brand-color); color: var(--brand-color-inverse); border-radius: 50%; width: 2.5rem; height: 2.5rem; display: block; } .icn-quickview svg { width: 16px; height: 16px; margin: 12px; fill: #fff; } @media (max-width: 575.98px) { .listing--progress-wrapper { padding-top: 1rem; } } .listing--progress-wrapper li { padding: 5px 0; margin: 0; display: flex; align-items: center; gap: 10px; } .listing--progress-wrapper li .progress { align-items: center; background-color: transparent; font-size: 1rem; height: auto; } .listing--progress-wrapper li .progress__lbl { flex: 1; font-size: 0.875rem; text-align: right; } .listing--progress-wrapper li .progress__count { font-size: 0.875em; min-width: 60px; font-weight: 500; color: currentColor; } .listing--progress-wrapper li .progress__bar { background: #ddd; height: 6px; flex: 1; display: flex; overflow: hidden; margin: 0; } .listing--progress-wrapper li .progress__bar .progress__fill { background: #616161; } .certified-bar { background-color: #f3f4f5; color: #000; border-top: solid 1px #dee2e6; } .certified-bar ul { display: flex; flex-wrap: nowrap; justify-content: center; } @media (max-width: 991.98px) { .certified-bar ul { overflow-x: auto; justify-content: flex-start; } } @media (max-width: 767.98px) { .certified-bar ul li { margin: auto; max-width: 40%; flex: 0 0 40%; } } .certified-bar .certified-box { display: flex; align-items: center; flex-direction: column; margin: 0 1rem; } .certified-bar .certified-box .icn { margin: 0 auto; margin-bottom: 10px; } .certified-bar .certified-box .icn svg { width: 24px; height: 24px; fill: #575757; } .certified-bar .certified-box p { font-size: 0.875rem; color: #575757; font-weight: 400; text-align: center; text-transform: uppercase; } .certified-bar .certified-box p a { color: #575757; } .addons-scrollbar { max-height: 250px; border: solid 1px #dee2e6; border-radius: 4px; } .list-addons li { padding: 1rem; border-bottom: solid 1px #dee2e6; display: flex; justify-content: space-between; position: relative; } .list-addons li .item { flex: 0 0 60%; max-width: 60%; } .list-addons li .item .item__title { font-size: 0.8rem; } .list-addons li .item .item__price { color: currentColor; font-weight: 300; } .list-addons li .qty-wrapper { margin: 0 10px; } .list-addons li .checkbox, .list-addons li .radio { min-width: 30px; } .list-addons li:last-child { border-bottom: none; } .list-addons .tag--soldout { border-radius: 4px; width: auto; height: auto; opacity: 0.5; top: 0; bottom: 0; border-radius: 0; transform: none; cursor: not-allowed; display: flex; justify-content: center; align-items: center; } .video-wrapper { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; } .video-wrapper iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .rating-wrapper { padding: 1.5rem; background-color: #f3f4f5; border-radius: 0.25rem; } .overall-rating-count { display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; position: relative; margin: 0 auto; text-align: center; } .overall-rating-count .svg { fill: var(--brand-color); position: relative; width: 100px; height: 100px; padding: 0px 0 8px 0; margin: 0; } .overall-rating-count .rate { font-size: 1.6rem; font-weight: 600; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .rating-based-on span { color: currentColor; } .rating-based-on strong { font-weight: 700; } .reviews-list .all-review-media { border-top: none; padding-top: 0; margin-top: 0; } .review-media-list { display: flex; flex-wrap: wrap; margin: 0 -0.35rem; } .review-media-list li { margin: 0 0.35rem 1rem 0.35rem; flex: 0 0 60px; max-width: 60px; position: relative; z-index: 0; border: none; } .review-media-list li .review-media { display: block; position: relative; border: solid 1px #dee2e6; width: 60px; height: 60px; } .review-media-list li .review-media:after { content: ""; display: block; padding-bottom: 100%; background-color: #f0f0f0; } .review-media-list li .review-media img, .review-media-list li .review-media video, .review-media-list li .review-media iframe { position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; } .review-media-list li .review-media iframe { width: 100%; height: 100%; } .review-media-list li.more-media .review-media:before { content: attr(data-count); position: absolute; z-index: 2; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #fff; display: flex; justify-content: center; align-items: center; font-weight: 700; font-size: 1.125rem; } .file__upload { position: relative; display: inline-flex; align-items: center; color: rgba(0, 0, 0, 0.97); cursor: pointer; border: 1px solid currentColor; padding: 0.45rem 1rem; border-radius: 0.25rem; margin: 0.875rem 0; font-size: 0.875rem; } .file__upload:hover { color: var(--primary-color); } .file__upload input[type="file"], .file__upload .custom-select[type="file"] { position: absolute; border: none; opacity: 0; padding: 0; cursor: pointer; } .file__upload span { font-size: 0.875rem; color: currentColor; } .file__upload span svg { fill: currentColor; } .file__upload span.upload-icon { width: 1.5rem; height: 1.5rem; display: flex; justify-content: center; align-items: center; margin-right: 0.25rem; } .ratedby-list { display: flex; flex-wrap: wrap; padding: 0 0 1.5rem 0; margin: 0 -0.5rem; } @media (max-width: 991.98px) { .ratedby-list { overflow-x: auto; flex-wrap: nowrap; } } .ratedby-list li { padding: 0.5rem; } @media (max-width: 991.98px) { .ratedby-list li .rating__text { white-space: nowrap; } } .review-container { padding-top: 1.25rem; } .review-container p { line-height: 1.4; } .more-sellers { padding: 2rem 3rem; } .more-sellers .item__pic-seller { width: 65px; height: 65px; border-radius: 50%; flex: none; max-width: inherit; padding: 5px; display: none; } .more-sellers .actions { display: flex; flex-direction: column; align-items: flex-end; } .more-sellers .actions .btn { margin: 5px 0; display: block; max-width: 140px; width: 100%; } .more-sellers .actions .btn-link { color: var(--brand-color); } .more-sellers .list-options { font-size: 0.8rem; font-weight: 300; display: flex; align-items: center; } .more-sellers .list-options li { text-align: center; margin-right: 6px; width: 20px; height: 20px; } .more-sellers .list-options li .colors-dot { margin: 0 auto; width: 12px; height: 12px; display: block; border-radius: 50%; } .more-sellers .list-options li .sizes-dot { font-weight: 600; } .more-sellers .list-options li.more { width: auto; height: auto; } .list-services { display: flex; } .list-services li { background-color: #f9f9fa; padding: 10px; border-radius: 50%; margin-right: 0.4rem; margin-bottom: 0.4rem; } .list-services li:last-child { margin-right: 0; } .list-services li .svg { width: 16px; height: 16px; } .list-services li:hover { background-color: #f3f4f5; color: #000; } .share-wrap { padding: 2.5rem; text-align: center; } .clipboard { position: relative; gap: 10px; flex: 1; width: 100%; background-color: #f3f4f5; color: #000; border-color: transparent; border-radius: 6px; display: flex; align-items: center; font-size: 0.8rem; line-height: 1; } .clipboard .copy-input { width: 100%; flex: 1; cursor: pointer; background-color: transparent; color: rgba(0, 0, 0, 0.97); font-size: 0.8rem; border: none; border-radius: 4px; padding: 10px; text-align: start; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .clipboard .copy-btn { background-color: transparent; border: none; display: flex; align-items: center; justify-content: center; height: 40px; width: 40px; font-size: 1.2rem; transition: all 0.5s ease; } .rental-addons { max-height: 400px; overflow-y: auto; } .rental-addons-label { background-color: #f3f4f5; color: #000; border: none; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 2rem; padding: 1rem; margin: 1rem 0; } .size-chart { margin-left: auto; } .highlights-wrapper { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; } .highlights-wrapper-item { border-radius: 4px; background-color: rgba(var(--brand-color-alpha), 0.1); color: #000; border: 1px solid transparent; padding: 1rem 1.5rem; } .highlight-block { display: flex; align-items: center; transition: 0.3s; margin: 0; } .highlight-block-icon { aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; } .highlight-block-icon .svg { aspect-ratio: 1/1; height: 1.5rem; width: 1.5rem; } .highlight-block-detail { padding-left: 1rem; overflow: hidden; } .highlight-block-detail h4, .highlight-block-detail .h4 { font-size: 1rem; font-weight: 600; margin: 0; } .highlight-block-detail p { font-size: 0.8rem; color: currentColor; padding-right: 1rem; } .highlight-block-detail .link-underline { font-size: 0.8rem; } .product-meta { display: flex; flex-flow: row wrap; align-items: stretch; gap: 0.5rem; position: static; } @media (max-width: 575.98px) { .product-meta { padding-top: 1rem; } } .product-meta-link, .product-meta .add-compare-btn { background-color: #fff; color: #000; box-shadow: none; border-radius: 50%; border: solid 1px #dee2e6; width: 30px !important; height: 30px !important; display: flex; align-items: center; justify-content: center; position: relative; background-color: transparent; position: relative; overflow: hidden; border-radius: 50px; } .product-meta-link::before, .product-meta .add-compare-btn::before { pointer-events: none; content: ""; background-color: rgba(var(--brand-color-alpha), 0.1); position: absolute; top: 0; width: 100%; height: 100%; left: 0; right: 0; opacity: 0; transition: all 0.2s cubic-bezier(0.2, 0.91, 0.85, 0.96) 0s; transform: scale(0.1); backface-visibility: hidden; border-radius: inherit; } .product-meta-link:is(:hover, :focus, :active, .active)::before, .product-meta .add-compare-btn:is(:hover, :focus, :active, .active)::before { opacity: 1; transform: scale(1); } .product-meta-link:hover, .product-meta .add-compare-btn:hover { border-color: var(--brand-color); } .product-meta-link .svg, .product-meta .add-compare-btn .svg { width: 16px; height: 16px; } .product-meta .add-compare-btn { position: relative; left: auto; top: auto; background-color: transparent; color: rgba(0, 0, 0, 0.97); border: solid 1px #dee2e6; } .product-detail_options { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: baseline; padding-bottom: 2rem; gap: 1rem; } @media (max-width: 575.98px) { .product-detail_options { flex-direction: column; align-items: normal; } } .product-detail_options_quantity { flex: 1; } .product-detail_options_variations { flex: 1; } @media (min-width: 768px) { .product-detail_options_variations { flex: 0 0 55%; max-width: 55%; } } .product-detail_options .color-dot { background-color: transparent; border-radius: 50%; border: solid 1px #dee2e6; box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3); min-width: 10px; height: 10px; width: 10px; aspect-ratio: 1/1; display: inline-block; } .dropdown-options { width: 100%; text-align: left; display: flex; align-items: center; justify-content: start; } .dropdown-options:after { margin-left: auto; } .dropdown-options .option-value { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } .dropdown-options .is-active { background-color: #f3f4f5; color: #000; color: rgba(0, 0, 0, 0.97); } .bg-reviews { border-top: solid 1px #dee2e6; } .price-breakdown { display: flex; flex-direction: column; gap: 1rem; } .price-breakdown-item { display: flex; flex-direction: row; gap: 1rem; } .price-breakdown-label { font-size: 0.875rem; font-weight: 600; color: rgba(0, 0, 0, 0.97); display: flex; flex-direction: column; } .price-breakdown-value { margin-left: auto; font-size: 0.875rem; font-weight: 300; color: rgba(0, 0, 0, 0.97); } .price-breakdown-total { border-top: solid 1px #dee2e6; padding-top: 1rem; } .price-breakdown .duration { font-weight: 600; } .price-breakdown .duration-desc { font-size: 0.8rem; font-weight: 400; } .terif-list { display: flex; flex-direction: column; gap: 1rem; } .terif-list-item { display: flex; flex-direction: row; justify-content: space-between; } .terif-list-label { font-size: 0.85rem; } .terif-list-price { font-size: 1rem; font-weight: 600; } .pricing-models { display: flex; gap: 1rem; display: grid; grid-template-columns: repeat(2, 1fr); } .pricing-models-item { background-color: transparent; border: none; border-radius: 4px; display: flex; gap: 1rem; padding: 0; } .pricing-models-icon { background-color: #fff; color: rgba(0, 0, 0, 0.77); box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 0.4rem; aspect-ratio: 1/1; width: 2.5rem; height: 2.5rem; } .pricing-models-icon .svg { width: 1.2rem; height: 1.2rem; } .pricing-models-detail { display: flex; flex-direction: column; } .pricing-models-price { font-size: 0.95rem; font-weight: 600; } .pricing-models-label { font-size: 0.75rem; font-weight: 400; color: rgba(0, 0, 0, 0.77); } .conditions-links { margin-bottom: 1rem; display: flex; flex-direction: row; gap: 1rem; justify-content: space-between; } #faqquestions { margin: 40px auto 0; padding: 0 5%; } #faqcloseall { top: 0; position: absolute; right: 0; z-index: 1; } .faqlist { position: relative; } .faqlist .js--highlightText { background: #fbf9c9; } .faqsearch .faq-input { margin-top: 1rem; height: 3rem; border: solid 1px rgba(255, 255, 255, 0.7); background-color: #fff; color: #000; } .faqsearch .faq-input:hover, .faqsearch .faq-input:focus { border-color: inherit; } .filterDiv { cursor: pointer; font-size: 1.1rem; font-weight: 400; margin: -1px 0; padding: 1.5rem 0; padding-right: 25px; position: relative; border-top: solid 1px #dee2e6; border-bottom: solid 1px #dee2e6; position: relative; white-space: normal; } .filterDiv:after { position: absolute; right: 0; top: 32px; transform: rotate(-90deg); } .filterDiv:hover { color: var(--brand-color); } .filterDiv.faqclose:after { transform: rotate(0deg); } div.faqanswer { margin: 0; line-height: 1.8em; border-radius: 4px; display: none; } div.faqanswer p { margin: 0; padding: 1rem 0; color: rgba(0, 0, 0, 0.77); font-size: 0.85rem; } .faq-filters { display: flex; flex-flow: row wrap; gap: 10px; } .faq-filters-links { background-color: transparent; border: solid 1px #dee2e6; border-radius: 4px; margin: 0; padding: 1rem 1.5rem; color: rgba(0, 0, 0, 0.97); font-size: 0.85rem; font-weight: 500; display: inline-block; position: relative; overflow: hidden; } .faq-filters-links:after { position: absolute; top: 0; right: 0; content: ""; width: 0; height: 0; border-top: 10px solid var(--brand-color); border-left: 10px solid transparent; } .faq-filters-links:hover, .faq-filters-links.is--active { background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); } .browsed-box { border: solid 1px #dee2e6; padding: 20px; margin-bottom: 20px; } .browsed-box:hover { background: #ededed; } .browsed-box .category-q { color: rgba(0, 0, 0, 0.97); text-transform: uppercase; font-weight: 600; min-height: 43px; } .browsed-box a.btn--link { margin: 10px 0; display: inline-block; } .browsed-box a.btn--link .svg-icn svg path { fill: var(--brand-color); } .collection-hero { background-color: rgba(0, 0, 0, 0.03); /* background-image: url(images/retina/image.svg); */ background-position: center; background-repeat: no-repeat; background-size: 50% 50%; background-size: 20%; position: relative; } .hero-slider { position: relative; margin: 0 auto; text-align: center; overflow: hidden; } .hero-slider-media { text-align: center; } .hero-slider-media img { width: 100%; display: block; margin: 0 auto; transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); } .hero-slider-item { height: 100%; position: relative; z-index: 1; } .hero-slider .slick-arrow { background-color: rgba(255, 255, 255, 0.8); box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; border: none; border-radius: 50%; cursor: pointer; height: 60px; width: 60px; text-indent: unset; aspect-ratio: 1/1; margin-bottom: 35px; transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out; } .hero-slider .slick-arrow:hover { background-color: #fff; } .hero-slider .slick-arrow svg { box-sizing: inherit; margin: 0; fill: #000; height: 100%; padding: 1.2rem; transform-origin: center; width: 100%; } .hero-slider .slick-prev { left: 2rem; } .hero-slider .slick-prev svg { transform: rotate(180deg); } .hero-slider .slick-next { right: 2rem; } .hero-slider .slick-dots { padding: 0; position: absolute; bottom: 10px; left: 0; right: 0; margin: 0 auto; text-align: center; } .hero-slider .slick-dots li { vertical-align: middle; display: inline-block; margin: 0 3px; width: 13px; height: 3px; border-radius: 2px; cursor: pointer; background: rgba(255, 255, 255, 0.5); transition: all 0.5s ease-in-out; } .hero-slider .slick-dots li button { background-color: transparent; border: none; text-indent: -9999999px; } .hero-slider .slick-dots li.slick-active { background-color: var(--brand-color); color: var(--brand-color-inverse); width: 30px; border-radius: 15px; } .hero-slider .slider-track { transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); } .banner-wrappers { display: grid; grid-gap: 1rem; grid-template-columns: repeat(2, 1fr); } @media (max-width: 575.98px) { .banner-wrappers { grid-template-columns: repeat(1, 1fr); } } .banner-wrappers .banner-ppc { border-radius: 4px; overflow: hidden; } .banner-wrappers .banner-ppc .advertise__block { margin-bottom: 2rem; display: block; } .banner-wrappers .banner-ppc img { margin: 0 auto; display: inline-block; } .slick-arrow { position: absolute; top: calc(50% - 20px); background-color: #fff; color: #000; width: 42px; height: 42px; border-radius: 50%; border: none; text-indent: -999999px; z-index: 1; cursor: pointer; } .collection-corner .products { border-color: #fff; outline-color: #fff; margin: 0 1rem 1.5rem; } @media (max-width: 575.98px) { .collection-corner .products { margin: 0 5px 1.5rem; } } .slider-testimonials { text-align: center; margin: 0rem auto; padding-left: 4rem; padding-right: 4rem; padding-bottom: 2rem; position: relative; display: flex; } @media (max-width: 767.98px) { .slider-testimonials { padding-left: 0; padding-right: 0; } } @media (max-width: 575.98px) { .slider-testimonials { overflow: hidden; overflow-x: auto; } } .slider-testimonials .slick-arrow { width: 48px; height: 48px; background-color: rgba(255, 255, 255, 0.5); border: none; opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.7); } .slider-testimonials:hover .slick-arrow { transform: scale(1); opacity: 1; } .slider-testimonials:hover .slick-arrow:hover { background-color: rgba(255, 255, 255, 0.9); } .slider-testimonials .slide-item { flex: 1; max-width: 450px; margin: auto; padding: 0 1rem; transition: all 0.5s ease-in-out; } @media (max-width: 575.98px) { .slider-testimonials .slide-item { width: 60%; flex: 0 0 60%; max-width: 60%; } } .slider-testimonials .slide-item.slick-slide { opacity: 0.4; filter: grayscale(100); } .slider-testimonials .slide-item.slick-slide.slick-current { opacity: 1; filter: grayscale(0); } .slider-testimonials .slide-item__text { background-color: #fff; color: #000; border-radius: 4px; padding: 2rem; padding-top: 4rem; padding-bottom: 3rem; margin: 10px 0; text-align: center; font-size: 0.85rem; min-height: 250px; position: relative; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); } .slider-testimonials .slide-item__text:before { position: absolute; left: 0; right: 0; top: 1.5rem; width: 2rem; height: 2rem; margin: auto; content: ""; background: url(images/retina/left-quote.svg) no-repeat center; background-size: 100%; opacity: 0.6; } .slider-testimonials .slide-item__from { display: flex; align-items: center; margin: 0 auto; margin-top: -3rem; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; position: relative; } .slider-testimonials .slide-item__from .user-pic { max-width: 70px; border-radius: 50%; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1); overflow: hidden; margin: 1rem; } .slider-testimonials .slide-item__from .name { display: block; font-size: 0.8rem; font-weight: 500; } .slider-testimonials .slide-item__from .designation { font-size: 0.75rem; font-weight: 300; } .slick-center .slider-testimonials { background-color: #fff; color: #000; color: rgba(0, 0, 0, 0.97); } .how-works { display: grid; grid-gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)); } .how-works .how-work { text-align: center; padding: 0 3rem; } .how-works .how-work__icon { margin: 1.5rem 0; } .how-works .how-work__icon img { max-width: 50px; } .how-works .how-work__data { position: relative; } .how-works .how-work__data:before { content: attr(data-count); opacity: 0.1; color: #000; font-size: 4rem; font-weight: 300; } .how-works .how-work__data h4, .how-works .how-work__data .h4 { font-size: 1.1rem; margin-bottom: 1rem; } .how-works .how-work__data p { line-height: 1.6; font-size: 0.9rem; margin-bottom: 0.5rem; color: currentColor; } .list-faqs { max-width: 60%; margin: 0 auto; margin-top: 2rem; } @media (max-width: 991.98px) { .list-faqs { max-width: none; } } .list-faqs ul { display: flex; flex-wrap: wrap; flex-direction: column; } .list-faqs ul li { padding: 1rem; margin-bottom: 1rem; border-radius: 4px; border: solid 1px #dee2e6; } .list-faqs ul li h5, .list-faqs ul li .h5 { font-size: 1.1rem; margin: 0; } .list-faqs ul li p { line-height: 1.7; font-size: 0.9rem; color: currentColor; margin-top: 1rem; } .list-faqs .faq_trigger { position: relative; display: block; font-weight: 500; padding-right: 2rem; } .list-faqs .faq_trigger:after, .list-faqs .faq_trigger:before { background-color: #212529; content: ""; height: 2px; position: absolute; right: 0; top: calc(50% - 1px); width: 12px; } .list-faqs .faq_trigger:before { transform: rotate(90deg); transition: all 0.2s ease-in-out; } .list-faqs .faq_trigger[aria-expanded="true"]:before { transform: rotate(0deg); } .list-faqs .faq_data { margin-top: 2rem; } @media (max-width: 575.98px) { .tabs--mobileview { display: block; margin: 0; padding: 0; } .tabs--mobileview ul { display: block; text-align: center; overflow: auto; white-space: nowrap; padding-bottom: 10px; } .tabs--mobileview ul li { display: inline-block; vertical-align: middle; } } .featured-products { display: grid; grid-template-columns: repeat(12, 1fr); } .featured-products .items .products__body .products__img { margin: 0; } .featured-products .items .products__footer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding: 2rem; transition: all 0.4s ease-in-out 0s; color: #fff; display: flex; justify-content: center; flex-direction: column; z-index: 2; pointer-events: none; } .featured-products .items .products__footer * { opacity: 0; transition: all 0.4s ease-in-out 0s; } .featured-products .items .products__footer:after { content: ""; background: rgba(0, 0, 0, 0.7); position: absolute; left: 0; right: 0; bottom: 0; top: 0; opacity: 0; transition: all 0.4s ease-in-out 0s; z-index: 1; pointer-events: none; z-index: -1; } .featured-products .items .products__footer .products__title { max-width: 100%; min-height: inherit; } .featured-products .items .products__footer .products__title a { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } .featured-products .items .products:hover .products__footer * { opacity: 1; } .featured-products .items .products:hover .products__footer:after { opacity: 1; } .featured-products[data-view="1"] .items { grid-column-start: 5; grid-column-end: 9; } @media (max-width: 991.98px) { .featured-products[data-view="1"] .items { grid-column-start: 4; grid-column-end: 10; } } @media (max-width: 575.98px) { .featured-products[data-view="1"] .items { grid-column-start: 1; grid-column-end: 13; } } .featured-products[data-view="2"] .items:first-child { grid-column-start: 4; grid-column-end: 7; } @media (max-width: 991.98px) { .featured-products[data-view="2"] .items:first-child { grid-column-start: 1; grid-column-end: 7; } } .featured-products[data-view="2"] .items:last-child { grid-column-start: 7; grid-column-end: 10; } @media (max-width: 991.98px) { .featured-products[data-view="2"] .items:last-child { grid-column-start: 7; grid-column-end: 13; } } @media (max-width: 575.98px) { .featured-products[data-view="3"] { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 768px) { .featured-products[data-view="3"] .items:first-child { grid-column-start: 4; grid-column-end: 8; grid-row-start: 1; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="3"] .items:first-child { grid-column-start: 1; grid-column-end: 9; } } @media (min-width: 768px) { .featured-products[data-view="3"] .items:nth-child(2), .featured-products[data-view="3"] .items:nth-child(3) { grid-column-start: 8; grid-column-end: 10; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="3"] .items:nth-child(2), .featured-products[data-view="3"] .items:nth-child(3) { grid-column-start: 9; grid-column-end: 13; } } @media (max-width: 575.98px) { .featured-products[data-view="3"] .items:nth-child(3) { grid-column-start: 1; grid-column-end: 3; } } @media (max-width: 991.98px) { .featured-products[data-view="4"] { grid-template-columns: repeat(5, 1fr); } } @media (max-width: 575.98px) { .featured-products[data-view="4"] { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 768px) { .featured-products[data-view="4"] .items:first-child { grid-column-start: 2; grid-column-end: 6; grid-row-start: 1; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="4"] .items:first-child { grid-column-start: 1; grid-column-end: 3; } } @media (min-width: 768px) { .featured-products[data-view="4"] .items:nth-child(2), .featured-products[data-view="4"] .items:nth-child(3) { grid-column-start: 6; grid-column-end: 8; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="4"] .items:nth-child(2), .featured-products[data-view="4"] .items:nth-child(3) { grid-column-start: 3; grid-column-end: 4; } } @media (min-width: 768px) { .featured-products[data-view="4"] .items:nth-child(4) { grid-column-start: 8; grid-column-end: 12; grid-row-start: 1; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="4"] .items:nth-child(4) { grid-column-start: 4; grid-column-end: 6; } } @media (max-width: 575.98px) { .featured-products[data-view="5"] { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 768px) { .featured-products[data-view="5"] .items:first-child, .featured-products[data-view="5"] .items:nth-child(2) { grid-column-start: 3; grid-column-end: 5; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="5"] .items:first-child, .featured-products[data-view="5"] .items:nth-child(2) { grid-column-start: 1; grid-column-end: 4; } } @media (min-width: 768px) { .featured-products[data-view="5"] .items:nth-child(3) { grid-column-start: 5; grid-column-end: 9; grid-row-start: 1; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="5"] .items:nth-child(3) { grid-column-start: 4; grid-column-end: 10; } } @media (min-width: 768px) { .featured-products[data-view="5"] .items:nth-child(4) { grid-column-start: 9; grid-column-end: 11; grid-row-start: 1; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="5"] .items:nth-child(4) { grid-column-start: 10; grid-column-end: 13; } } @media (min-width: 768px) { .featured-products[data-view="5"] .items:nth-child(5) { grid-column-start: 9; grid-column-end: 11; grid-row-start: 2; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="5"] .items:nth-child(5) { grid-column-start: 10; grid-column-end: 13; } } @media (max-width: 575.98px) { .featured-products[data-view="5"] .items:nth-child(5) { grid-column-start: 1; grid-column-end: 3; } } @media (max-width: 575.98px) { .featured-products[data-view="6"] { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 768px) { .featured-products[data-view="6"] .items:first-child { grid-column-start: 1; grid-column-end: 5; grid-row-start: 1; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="6"] .items:first-child { grid-column-start: 1; grid-column-end: 5; grid-row-start: 1; grid-row-end: 2; } } @media (min-width: 768px) { .featured-products[data-view="6"] .items:nth-child(2) { grid-column-start: 5; grid-column-end: 7; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="6"] .items:nth-child(2) { grid-column-start: 5; grid-column-end: 9; } } @media (min-width: 768px) { .featured-products[data-view="6"] .items:nth-child(3) { grid-column-start: 5; grid-column-end: 7; grid-row-start: 2; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="6"] .items:nth-child(3) { grid-column-start: 9; grid-column-end: 13; grid-row-start: 1; grid-row-end: 2; } } @media (min-width: 768px) { .featured-products[data-view="6"] .items:nth-child(4) { grid-column-start: 7; grid-column-end: 9; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="6"] .items:nth-child(4) { grid-column-start: 1; grid-column-end: 5; } } @media (min-width: 768px) { .featured-products[data-view="6"] .items:nth-child(5) { grid-column-start: 7; grid-column-end: 9; grid-row-start: 2; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="6"] .items:nth-child(5) { grid-column-start: 5; grid-column-end: 9; grid-row-start: 2; grid-row-end: 3; } } @media (min-width: 768px) { .featured-products[data-view="6"] .items:nth-child(6) { grid-column-start: 9; grid-column-end: 13; grid-row-start: 1; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="6"] .items:nth-child(6) { grid-column-start: 9; grid-column-end: 13; grid-row-start: 2; grid-row-end: 3; } } @media (max-width: 575.98px) { .featured-products[data-view="7"] { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 768px) { .featured-products[data-view="7"] .items:first-child { grid-column-start: 2; grid-column-end: 6; grid-row-start: 1; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="7"] .items:first-child { grid-column-start: 1; grid-column-end: 5; grid-row-start: 1; grid-row-end: 2; } } @media (min-width: 768px) { .featured-products[data-view="7"] .items:nth-child(2) { grid-column-start: 6; grid-column-end: 8; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="7"] .items:nth-child(2) { grid-column-start: 5; grid-column-end: 9; } } @media (min-width: 768px) { .featured-products[data-view="7"] .items:nth-child(3) { grid-column-start: 6; grid-column-end: 8; grid-row-start: 2; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="7"] .items:nth-child(3) { grid-column-start: 9; grid-column-end: 13; grid-row-start: 1; grid-row-end: 2; } } @media (min-width: 768px) { .featured-products[data-view="7"] .items:nth-child(4) { grid-column-start: 8; grid-column-end: 10; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="7"] .items:nth-child(4) { grid-column-start: 1; grid-column-end: 4; } } @media (min-width: 768px) { .featured-products[data-view="7"] .items:nth-child(5) { grid-column-start: 8; grid-column-end: 10; grid-row-start: 2; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="7"] .items:nth-child(5) { grid-column-start: 4; grid-column-end: 7; grid-row-start: 2; grid-row-end: 2; } } @media (min-width: 768px) { .featured-products[data-view="7"] .items:nth-child(6) { grid-column-start: 10; grid-column-end: 12; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="7"] .items:nth-child(6) { grid-column-start: 7; grid-column-end: 10; } } @media (min-width: 768px) { .featured-products[data-view="7"] .items:nth-child(7) { grid-column-start: 10; grid-column-end: 12; grid-row-start: 2; grid-row-end: 3; } } @media (min-width: 768px) and (max-width: 991.98px) { .featured-products[data-view="7"] .items:nth-child(7) { grid-column-start: 10; grid-column-end: 13; } } @media (max-width: 575.98px) { .featured-products[data-view="7"] .items:last-child { grid-column-start: 1; grid-column-end: 3; } } .collection-listing .collection-sidebar { flex-grow: 0; flex-basis: 0; display: none; } @media (min-width: 992px) { .collection-listing .collection-sidebar { display: block; } } .collection-listing .collection-content { flex-basis: 0; flex-grow: 1; max-width: 100%; } .collection-pager { display: flex; flex: 1; margin-top: 1rem; } @media (min-width: 992px) { .collection-pager { margin-top: 2rem; } } .collection-pager .pagination { margin: 0; } .collection-pager .sorting-select { max-width: 110px; margin-left: auto; } .page-sort-wrap { display: flex; flex-flow: column; gap: 1rem; margin-bottom: 2rem; } @media (min-width: 992px) { .page-sort-wrap { flex-flow: row wrap; } } .page-sort-wrap .page-sort { display: flex; align-items: center; justify-content: flex-start; } @media (min-width: 992px) { .page-sort-wrap .page-sort { margin-left: auto; justify-content: flex-end; } } .page-sort-wrap .page-sort .btn { line-height: 1.5; } @media (max-width: 575.98px) { .page-sort-wrap .page-sort .btn { height: 38px; display: flex; align-items: center; justify-content: center; } } @media (max-width: 575.98px) { .page-sort-wrap .page-sort .btn .txt { display: none; } } .page-sort-wrap .page-sort .custom-select { border: solid 1px #dee2e6; border-radius: 16px; font-size: 0.8rem; } .page-sort-wrap .page-sort .btn-filters { border: solid 1px #dee2e6; border-radius: 3px; font-size: 0.8rem; padding: 10px 15px; padding-right: 30px; } .page-sort-wrap .page-sort .btn-filters:before { background: #44596b; content: ""; height: 2px; position: absolute; right: 10px; top: calc(50% - 2px); transform: rotate(90deg); transition: all 0.2s ease-in-out; width: 10px; } .page-sort-wrap .page-sort .btn-filters:after { background: #44596b; content: ""; height: 2px; position: absolute; right: 10px; top: calc(50% - 2px); width: 10px; } .page-sort-wrap .page-sort .btn-filters.active:before { transform: rotate(0deg); } .page-sort-wrap .product-type-items { font-size: 0.85rem; font-weight: 600; } .layout-types { display: flex; gap: 8px; align-items: center; flex-flow: row wrap; } .layout-types-link { aspect-ratio: 1/1; width: 45px; height: 45px; background-color: transparent; border: solid 1px #dee2e6; padding: 0; line-height: 1.4; text-align: center; color: rgba(0, 0, 0, 0.97); font-size: 0.7rem; display: flex; align-items: center; justify-content: center; position: relative; background-color: transparent; position: relative; overflow: hidden; border-radius: 50px; border-radius: 4px; } .layout-types-link::before { pointer-events: none; content: ""; background-color: rgba(var(--brand-color-alpha), 0.1); position: absolute; top: 0; width: 100%; height: 100%; left: 0; right: 0; opacity: 0; transition: all 0.2s cubic-bezier(0.2, 0.91, 0.85, 0.96) 0s; transform: scale(0.1); backface-visibility: hidden; border-radius: inherit; } .layout-types-link:is(:hover, :focus, :active, .active)::before { opacity: 1; transform: scale(1); } .active .layout-types-link { background-color: var(--brand-color); color: var(--brand-color-inverse); border-color: var(--brand-color); } .layout-types-link .svg { width: 20px; height: 20px; position: relative; } .btn-float { display: none; } @media (max-width: 991.98px) { .btn-float { width: 3rem; height: 3rem; display: block; position: fixed; bottom: 85px; right: 10px; z-index: 1051; border-radius: 50%; border: none; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); padding: 0; background-color: var(--brand-color); color: var(--brand-color-inverse); cursor: pointer; } .btn-float .svg { width: 1rem; height: 1rem; } .btn-float:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); } } .fixed__panel.stick { top: 0; position: fixed; width: 370px; } .divider--filters { border-bottom: solid 1px #e8e8e8; padding: 0px 0; margin: 15px 0; position: relative; } .divider--filters:after { background-color: var(--brand-color); color: var(--brand-color-inverse); width: 30px; height: 2px; content: ""; position: absolute; top: -1px; left: 0; } .scrollbar-filters { overflow-y: auto; max-height: 300px; width: auto !important; max-width: none !important; } .scrollbar-ui, .scrollbar { max-height: 250px; position: relative; overflow-y: auto; } .scroll__track { width: 10px; right: 0 !important; position: relative; } .scroll__handle { background-color: var(--brand-color); color: var(--brand-color-inverse); width: 4px; margin: 0 0 0 3px; border-radius: 4px; transition: width 250ms; } .cat-accordion { width: 100%; margin: 0; } .cat-accordion li { position: relative; list-style-type: none; border: none; } .cat-accordion ul li a { font-size: 0.875rem; position: relative; color: rgba(0, 0, 0, 0.97); margin: 0px 0; padding: 5px 0; padding-right: 2rem; display: inline-block; } .cat-accordion ul li a:hover { color: var(--brand-color); } .cat-accordion ul ul ul li a { color: #999999; } .cat-accordion li a.is--active { font-weight: 500; } .cat-accordion ul ul li a { display: block; position: relative; } .cat-accordion ul ul { display: none; } .cat-accordion li.active > ul { display: block; } .cat-accordion ul ul { background: rgba(0, 0, 0, 0.03); margin: 10px 0; padding: 10px; border-radius: 5px; } .cat-accordion .acc-trigger { position: absolute; top: 15px; z-index: 1; right: 0; cursor: pointer; width: 10px; height: 10px; border-radius: 50%; text-align: center; } .cat-accordion .acc-trigger:before { background: #44596b; content: ""; height: 2px; position: absolute; right: calc(50% - 5px); top: calc(50% - 2px); transform: rotate(90deg); transition: all 0.2s ease-in-out; width: 10px; } .cat-accordion .acc-trigger:after { background: #44596b; content: ""; height: 2px; position: absolute; right: calc(50% - 5px); top: calc(50% - 2px); width: 10px; } .cat-accordion .acc-trigger.is--active:before { transform: rotate(0deg); } .cat-accordion .badge { float: right; color: #b2b2b2; font-size: 0.8em; } .price-range { max-width: 250px; } .filter-price-slider { background: #ccc; height: 2px; margin: 21px 2px 16px; position: relative; padding: 0 10px; width: 100%; } .price-slider-scroll { background: #333; border: medium none; border-radius: 50%; cursor: pointer; height: 13px; margin-left: 0; outline: medium none; position: absolute; top: -6px; transition: all 0.2s ease-out 0s; width: 13px; z-index: 2; } .price-slider-scroll:hover { transform: scale3d(1.3, 1.3, 1); } .from-price-text, .to-price-text { font-weight: 500; font-size: 0.8em; vertical-align: top; } .to-price-text { float: right; text-align: right; } .prices { padding: 0 1rem; padding-bottom: 60px; font-size: 0.8rem; margin-top: 2rem; } .filter-content { margin: 0; transition: height 0.3s ease 0s; } .filter-content .btn { padding: 9px 10px; float: right; } .filter-content .dash { display: inline-block; padding: 2px; position: relative; width: 35px; flex: 0 0 35px; text-align: center; } .filter-content .dash:after { height: 2px; width: 14px; background-color: #212529; display: inline-block; vertical-align: middle; } .filter-content { margin: 0; transition: height 0.3s ease 0s; } .filter-content .price-input { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0; text-align: center; } .filter-content .price-input-box { display: flex; align-items: center; justify-content: center; gap: 5px; } .filter-content .price-input-symbol { font-size: 0.8rem; font-weight: 500; background-color: #fff; color: #000; padding: 0; border-radius: 0; height: 100%; } .filter-content .price-input-filter { background-color: transparent; border: solid 1px #dee2e6; border-radius: 4px; margin: 0; display: block; font-size: 12px; height: 2rem; width: 100%; padding: 0 10px; } .filter-content .price-text-box { position: relative; } .filter-content .rsText { color: #9e9e9e; font-size: 13px; left: 5px; margin-right: 3px; padding-left: 3px; position: absolute; top: 10px; } .filter-content .prices { padding: 0 1rem; padding-bottom: 60px; font-size: 0.8rem; } .filter-content .btn { padding: 9px 10px; float: right; } .filter-content .dash { display: inline-block; padding: 2px; position: relative; width: 35px; flex: 0 0 35px; text-align: center; } .filter-content .dash:after { content: ""; height: 2px; width: 14px; background-color: rgba(0, 0, 0, 0.97); display: inline-block; vertical-align: middle; } .brands-list li { margin: 10px 0; display: block; } .white--bg { background-color: #fff; color: #000; } .right-panel { padding: 20px; } .right_panel_head_right { float: right; text-align: right; } .sort-by li { display: inline-block; } .sort-by li.sort { color: #555555; font-weight: 300; margin: 0; } .sort-by select { height: 30px; } .type-selection { display: flex; gap: 1rem; } .type-selection-item { flex: 1; } .type-selection-item input[type="radio"], .type-selection-item .custom-select[type="radio"], .type-selection-item input[type="checkbox"], .type-selection-item .custom-select[type="checkbox"] { position: absolute; opacity: 0; width: 0; } .type-selection-item input[type="radio"]:checked + label, .type-selection-item .custom-select[type="radio"]:checked + label, .type-selection-item input[type="checkbox"]:checked + label, .type-selection-item .custom-select[type="checkbox"]:checked + label { border-color: var(--brand-color); color: var(--brand-color); } .type-selection-label { font-weight: 500; font-size: 0.85rem; color: rgba(0, 0, 0, 0.77); border: solid 1px #dee2e6; padding: 0.5rem 1rem; border-radius: 4px; margin-right: 10px; cursor: pointer; display: flex; justify-content: center; transition: all 0.5s ease; width: 100%; } .type-selection-label:hover { border-color: currentColor; color: var(--brand-color); } .is-active .type-selection-label { border-color: currentColor; color: var(--brand-color); } .listing-products--list .product-listing[data-view="3"], .listing-products--list .product-listing[data-view="4"], .listing-products--list .product-listing[data-view="5"], .listing-products--list .product-listing[data-view="6"] { grid-template-columns: repeat(2, 1fr); } .listing-products--list .product-listing[data-view="3"] .product-head, .listing-products--list .product-listing[data-view="4"] .product-head, .listing-products--list .product-listing[data-view="5"] .product-head, .listing-products--list .product-listing[data-view="6"] .product-head { flex: 0 0 30%; max-width: 30%; } .listing-products--list .product { min-width: 0; display: flex; align-items: flex-start; } @media (min-width: 992px) { .listing-products--list .product-head { flex: 0 0 30%; max-width: 30%; } } .listing-products--list .product-body { position: static; flex: 1; } @media (min-width: 992px) { .listing-products--list .product-body { flex: 0 0 70%; max-width: 70%; } } .listing-products--list .product-body-img { margin-bottom: 0; } .listing-products--list .product-title { margin: 0; min-height: auto; padding: 5px 0; } .listing-products--list .product-footer { width: calc(100% - 120px); text-align: left; padding: 1rem; } .listing-products--list .product-price { padding: 0; } .list-grid-toggle { width: 40px; height: 38px; padding: 1px 2px; border-radius: 4px; border: solid 1px #dee2e6; color: #fff; cursor: pointer; font-size: 12px; font-weight: 200; letter-spacing: 3px; text-align: center; text-transform: uppercase; transition: all 0.15s ease; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: #fff; color: #000; display: flex; align-items: center; justify-content: center; } .list-grid-toggle .label { display: none; } .list-grid-toggle .icon { width: 30px; margin: 0; } .list-grid-toggle .icon .icon-bar { position: relative; width: 20px; height: 3px; margin: 0 auto 3px auto; background-color: #212529; transition: all 0.15s ease; } .list-grid-toggle .icon .icon-bar:before, .list-grid-toggle .icon .icon-bar:after { position: absolute; display: block; width: 4px; height: 4px; background-color: #212529; content: ""; opacity: 0; transition: all 0.15s ease; } .list-grid-toggle .icon .icon-bar:before { left: -15px; } .list-grid-toggle .icon .icon-bar:after { right: -8px; } .list-grid-toggle .icon .icon-bar:last-child { margin-bottom: 0; } .list-grid-toggle .icon.icon-grid .icon-bar { width: 4px; height: 4px; } .list-grid-toggle .icon.icon-grid .icon-bar:before, .list-grid-toggle .icon.icon-grid .icon-bar:after { opacity: 1; } .list-grid-toggle .icon.icon-grid .icon-bar:before { left: 7px; transform: translateX(-15px); } .product-search { margin: 0 auto; margin-bottom: 1.5rem; } .product-search form { display: flex; align-items: center; background-color: #fff; color: #000; border: solid 1px #dee2e6; border-radius: 4px; } .product-search form input[type="text"], .product-search form .custom-select[type="text"] { flex: 1; border: none; background-color: transparent; padding: 10px; } .product-search form input[type="text"]:focus, .product-search form .custom-select[type="text"]:focus { box-shadow: none; } .product-search .input-submit { background: url(images/retina/magni-gray.svg) no-repeat center; background-size: 20px auto; width: 40px; height: 40px; border: none; padding: 0; margin: 0; } .reset-all { cursor: pointer; } .reset-all .icn svg { width: 18px; height: 18px; fill: #44596b; } .shop-slider-item { position: relative; max-width: 610px; margin: 0 1rem; } .shop-slider .aspect-wrapper { margin: 0; aspect-ratio: 16/9; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; } .shop-slider .overlay-content { background: rgba(255, 255, 255, 0.8); border-radius: 2px; position: absolute; bottom: 10px; right: 10px; padding: 1rem; font-weight: 400; } .shop-slider .overlay-content h4, .shop-slider .overlay-content .h4 { font-size: 1rem; } .social-icons { display: flex; justify-content: center; align-items: center; gap: 0.8rem; } .social-icons li { font-size: 1.2rem; } .selected-filter { display: flex; flex-wrap: wrap; } .selected-filter li { font-size: 0.8rem; list-style: none; margin-bottom: 5px; margin-right: 5px; border-radius: 4px; padding-left: 10px; background: #8c8c8c; border: solid 1px var(--border-color); display: flex; align-items: center; overflow: hidden; } .selected-filter li span { padding-right: 5px; } .selected-filter li .remove { color: var(--body-color); padding: 5px 10px; } .banner-over-txt { text-align: center; padding: 30px 0; } .banner-over-txt h3, .banner-over-txt .h3 { font-size: 2.6em; color: #000; font-weight: 700; line-height: 1.4; } .banner-over-txt p { color: #000; padding: 10px 0; } .package-desc { font-size: 0.9em; text-align: center; margin: 0px auto; } .packages-box { display: grid; grid-gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); text-align: center; } .packages-box > li { background-color: #f3f4f5; color: #000; color: rgba(0, 0, 0, 0.97); border-radius: 4px; padding: 2rem; } .packages-box > li .name { padding: 0 0 20px 0; font-size: 1rem; line-height: 1.5; color: currentColor; font-weight: 600; text-transform: uppercase; } .packages-box > li .valid { font-size: 3rem; font-weight: 700; line-height: 1.1; } .packages-box > li .valid .currency-value { font-size: 1rem; font-weight: 600; line-height: 1; } .packages-box > li .valid span { font-size: 0.75rem; font-weight: 300; display: block; color: currentColor; } .packages-box > li .trial { padding: 20px; } .packages-box > li .trial ul { border-bottom: solid 1px #dee2e6; } .packages-box > li .trial ul li { color: currentColor; font-size: 0.9rem; margin: 5px 0; padding: 0.5rem; border-top: solid 1px #dee2e6; } .packages-box > li .trial ul li span { font-weight: 500; } .packages-box > li .after-box h3, .packages-box > li .after-box .h3 { padding: 10px; font-size: 1rem; margin: 0; } .packages-box > li .after-box ul { margin: 1.5rem auto; margin-top: 0; display: block; border-radius: 4px; background-color: #fff; color: #000; padding: 1.5rem; } .packages-box > li .after-box ul li { padding: 0 5px; margin: 0.5rem auto; font-size: 0.8rem; color: rgba(0, 0, 0, 0.97); } .packages-box > li .checkbox, .packages-box > li .radio, .packages-box > li .radio { vertical-align: top; line-height: 1; } .packages-box > li.is-active { background-color: var(--brand-color); color: var(--brand-color-inverse); } .packages-box > li.is-active .name { color: currentColor; } .packages-box > li.is-active .valid span { color: currentColor; } .packages-box > li.is-active .trial ul li { color: currentColor; } .packages-box > li.is-active .btn-brand { background-color: #000; color: #fff; } html, body { height: 100%; min-height: 100%; } .payment-page { height: 100%; transform-style: preserve-3d; } .cc-payment { background-color: #fff; color: #000; border: solid 1px #e1dfdf; margin: 0 auto; max-width: 600px; position: relative; top: 50%; transform: translateY(-50%); } .logo-payment img, .logo-payment svg { margin: 0 auto; max-width: 100%; } .reff p { padding: 10px 10px; } .payment-from { border-top: solid 1px #e1dfdf; display: table; width: 100%; } .payment-from .siteForm label { display: block; } .payment-from .siteForm input.type-bg, .payment-from .siteForm .type-bg.custom-select { background: url(images/cc-pay.png) no-repeat right center; } .payment-from .field { margin-bottom: 15px; } .cvv { float: left; } .ccExpiryMonth, .ccExpiryYear { float: left; } .expiry-wrapper, .ccCvvWrapper { float: left; } .ccExpiryYear { margin-left: 20px; } .ccCvvWrapper { width: 205px; margin-left: 50px; } .payment-from .siteForm input.ccCvvBox, .payment-from .siteForm .ccCvvBox.custom-select { width: 119px; margin-right: 10px; float: left; } .total-pay { margin-bottom: 10px; color: #000; font-size: 16px; font-weight: 600; } .total-pay small, .total-pay .small { font-size: 13px; color: #333; } @media only screen and (max-width: 768px) { .payment-page { height: auto; } .cc-payment { transform: none; position: static; } } .payment-wrapper { background-color: #f3f4f5; border: solid 1px #dee2e6; border-radius: 4px; } .make-payment-wrapper { border: 1px solid #ddd; padding: 30px 50px; } .make-payment-wrapper .row > .column { -webkit-padding-end: 30px; -moz-padding-end: 30px; padding-right: 30px; } .make-payment-wrapper .payment_methods_list { width: 100%; position: static; max-width: 100%; } .make-payment-wrapper .payment_methods_list ul { display: block; max-height: 390px; overflow: auto; } .make-payment-wrapper .payment_methods_list ul li a { padding: 15px 15px 15px 50px; display: block; } .make-payment-wrapper .payment_methods_list ul li.is-active:after { top: 17px; } .payment-load { position: relative; } .payment-load:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); content: ""; cursor: not-allowed; } .payable-amount { display: flex; flex-direction: column; max-width: 500px; margin: 0 auto; flex: 1; } .payable-amount .logo-payment { max-width: 150px; max-height: 100px; } .payable-amount--header { display: flex; justify-content: center; align-items: center; position: relative; width: 100%; } .payable-amount__body { flex: 1; background-color: #fff; color: #000; padding: 2rem; } .payable-amount__head { background-color: var(--brand-color); color: var(--brand-color-inverse); display: flex; justify-content: center; align-items: center; flex-direction: column; padding-top: 2rem; padding-bottom: 1rem; } .payable-amount--decription { display: flex; justify-content: center; align-items: center; flex-direction: column; padding-top: 1rem; padding-bottom: 1rem; } .payable-amount--decription h2, .payable-amount--decription .h2 { font-weight: 900; font-size: 1.8rem; margin-bottom: 0.3rem; } .payable-amount--decription .text-sm { font-size: 0.85rem; font-weight: 500; } .payable-amount--header a { display: none; } .payment-section { background: #f1f1f1; display: flex; } .payable-form__footer { background-color: #fff; color: #000; } .payment-area input.btn-secondary, .payment-area .btn-secondary.custom-select { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .payment-area input.btn-secondary:focus, .payment-area .btn-secondary.custom-select:focus { outline: none; } .payment-area input.btn-primary, .payment-area .btn-primary.custom-select { background-color: var(--primary-color); color: var(--primary-color-inverse); } .payment-area input.btn-primary:focus, .payment-area .btn-primary.custom-select:focus { outline: none; } @media screen and (max-width: 767px) { .payable-amount { display: flex; flex-direction: column; max-width: 767px; margin: 0 auto; height: 100vh; } .payable-amount__body { border-radius: 40px 40px 0 0; margin-top: -35px; display: flex; flex-direction: column; } .payable-form__footer { position: sticky; bottom: 0; padding-top: 20px; } .payable-amount--header a { padding: 10px; position: absolute; left: 10px; display: block; } .payable-amount__head { padding-top: 1.5rem; padding-bottom: 4rem; } .payable-amount__footer { grid-template-columns: 100%; } .payable-amount__footer .field-set:last-child { display: none; } } .inline-address { padding: 0.5rem 0; } .inline-address + .inline-address { border-top: solid 1px #dee2e6; } .success-animation { margin: 2rem auto; } .checkmark { width: 80px; height: 80px; border-radius: 50%; display: block; stroke-width: 2; stroke: #4bb71b; stroke-miterlimit: 10; box-shadow: inset 0px 0px 0px #4bb71b; animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both; position: relative; top: 5px; right: 5px; margin: 0 auto; } .checkmark .checkmark__circle { stroke-dasharray: 166; stroke-dashoffset: 166; stroke-width: 2; stroke-miterlimit: 10; stroke: #4bb71b; fill: #fff; animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; } .checkmark .checkmark__check { transform-origin: 50% 50%; stroke-dasharray: 48; stroke-dashoffset: 48; animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; } @keyframes stroke { 100% { stroke-dashoffset: 0; } } @keyframes scale { 0%, 100% { transform: none; } 50% { transform: scale3d(1.1, 1.1, 1); } } @keyframes fill { 100% { box-shadow: inset 0px 0px 0px 30px #4bb71b; } } .thanks-screen p { margin-left: auto; margin-right: auto; } @media (min-width: 1200px) { .thanks-screen p { max-width: 80%; } } .order-completed h2, .order-completed .h2 { font-size: calc(1.75rem + ((1vw - 0.1875rem) * 1.2346)); font-weight: 300; margin-bottom: 1rem; } .order-completed h3, .order-completed .h3 { font-size: 1.2rem; font-weight: 300; } .order-completed p { margin-bottom: 0.8rem; } .completed-detail { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; } @media (max-width: 767.98px) { .completed-detail { flex-direction: column; } } .completed-detail-item { background-color: #fff; color: #000; border: none; border-radius: 12px; flex: 1; padding: 2rem; margin: 0; } .completed-detail h4, .completed-detail .h4 { font-weight: 600; font-size: 1rem; margin-bottom: 1rem; color: rgba(0, 0, 0, 0.97); display: flex; gap: 10px; } .completed-detail p { font-size: 0.9rem; } .completed-detail .preferred-shipping-list li { padding: 5px 0; margin-bottom: 5px; font-size: 0.75rem; font-weight: 600; } .completed-detail .preferred-shipping-list li > img { max-width: 24px; border-radius: 50%; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; margin-right: 6px; } .list-collections { display: grid; grid-gap: 2rem; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); } .list-collections__item { display: block; position: relative; border-radius: 2px; overflow: hidden; } .list-collections__item:hover .list-collections__image { transform: scale(1.2); } .list-collections__item:hover .list-collections__image:after { opacity: 1; } .list-collections .aspect-ratio { position: relative; margin-left: auto; margin-right: auto; } .list-collections__image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); background-size: cover; background-position: center; transition: all 1s ease-out; } .list-collections__image:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; background-color: rgba(0, 0, 0, 0.4); transition: all 1s ease-out; } .list-collections__heading { position: absolute; top: 50%; left: 50%; width: 100%; padding: 0 20px; transform: translate(-50%, -50%); text-align: center; color: #fff; font-size: 1.2rem; font-weight: 500; z-index: 1; text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); } .brand-information { margin-bottom: 1.5rem; } .brand-information .brand-logo { border: solid 1px #dee2e6; border-radius: 4px; padding: 1rem; } .brand-information .brand-logo img { display: block; margin: auto; } .brands-listing-item { margin-bottom: 2.5rem; } .brands-listing-title { font-size: 0.9rem; margin-bottom: 1rem; text-transform: uppercase; font-weight: 600; } .brands-listing-title img { display: none; } .brands-listing .brands-map { font-size: 0.85rem; display: grid; grid-gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .brands-listing .brands-map-link { display: flex; justify-content: space-between; align-items: center; gap: 1rem; width: 100%; border: solid 1px #dee2e6; height: 100%; padding: 1rem; border-radius: 4px; text-align: left; } .brands-listing .brands-map-link:hover { box-shadow: rgba(28, 28, 28, 0.08) 0px 1.42623px 2.85246px; } .brands-listing .brands-map-img { -o-object-fit: cover; object-fit: cover; aspect-ratio: 1/1; width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.03); } .header-supplier, .header-advertiser, .header-affiliate { position: sticky; z-index: 99; top: 0; width: 100%; font-weight: 400; background-color: #fff; color: #000; border-bottom: none; font-size: 0.8rem; border-bottom: solid 1px #dee2e6; } .header-supplier .logo-bar, .header-advertiser .logo-bar, .header-affiliate .logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; } .header-supplier .logo-bar .logo, .header-advertiser .logo-bar .logo, .header-affiliate .logo-bar .logo { width: 120px; margin: 0; display: flex; } .header-supplier .logo-bar .logo img[data-ratio="16:9"], .header-advertiser .logo-bar .logo img[data-ratio="16:9"], .header-affiliate .logo-bar .logo img[data-ratio="16:9"] { max-width: 120px; } .header-supplier .logo-bar .logo img[data-ratio="1:1"], .header-advertiser .logo-bar .logo img[data-ratio="1:1"], .header-affiliate .logo-bar .logo img[data-ratio="1:1"] { max-width: 60px; } .header-supplier .short-links, .header-advertiser .short-links, .header-affiliate .short-links { display: flex; align-items: center; gap: 1rem; } .header-supplier .short-links-link, .header-advertiser .short-links-link, .header-affiliate .short-links-link { font-weight: 600; padding: 6px 10px; margin: 0; background-color: transparent; border: none; border-radius: 4px; } .header-supplier .short-links-link:hover, .header-advertiser .short-links-link:hover, .header-affiliate .short-links-link:hover, .header-supplier .short-links-link:focus, .header-advertiser .short-links-link:focus, .header-affiliate .short-links-link:focus { background-color: var(--brand-color); color: var(--brand-color-inverse); } .bottom-head { background-color: #fff; color: #000; } .short-nav { display: flex; flex-direction: row; align-items: center; gap: 1rem; overflow-x: auto; } .short-nav-link { white-space: nowrap; display: block; font-size: 0.85rem; font-weight: 600; color: rgba(0, 0, 0, 0.97); padding: 6px 0; } .banner { background-color: var(--brand-color); color: var(--brand-color-inverse); background-repeat: repeat; background-position: center; position: relative; background-attachment: fixed; background-size: 25%; padding: 2rem 0; } .banner:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; content: ""; opacity: 0.6; background: #232526; background: linear-gradient(to right, #414345, #232526); } .banner .container { position: relative; z-index: 1; } .seller-slogan { position: relative; height: 100%; display: flex; align-items: center; padding: 1rem 0; } .seller-slogan .seller-slogan-txt { position: static; bottom: 0; } .seller-slogan .seller-slogan-txt h3, .seller-slogan .seller-slogan-txt .h3 { font-size: 3rem; font-weight: 600; } .seller-slogan .seller-slogan-txt h3 span, .seller-slogan .seller-slogan-txt .h3 span { display: block; font-size: 2rem; color: inherit; } .seller-slogan .seller-slogan-txt p { color: inherit; } .seller-slogan ul li { display: inline-block; margin-right: 20px; } .seller-register-form { margin: 0; padding: 20px; background: rgba(255, 255, 255, 0.95); color: rgba(0, 0, 0, 0.97); width: 100%; border-radius: 4px; } .seller-register-form .section-head { margin-bottom: 0.5rem; } .seller-register-form .section-head h2::before, .seller-register-form .section-head .h2::before { content: normal; } .seller-register-form.affiliate-register-form { max-width: none; } .seller-register-form .message { padding: 0 20px; } .features { padding: 100px 0; } .growth { max-width: 520px; background-repeat: no-repeat; background-position: right top; background-image: none !important; display: block; color: #000; font-size: 1.5em; } .growth strong { font-size: 2em; } .growth .growth-txt { border-left: solid 1px #dee2e6; padding-left: 120px; } .growth .growth-txt li { margin-bottom: 50px; display: table; width: 100%; } .growth .growth-txt li:last-child { margin-bottom: 0; } .growth .growth-txt i.icn { float: left; margin-right: 30px; } .growth .growth-txt p { color: #9ba5ae; } .simple-step { background: #f8f8f8 url(images/bg-step-slider.png) no-repeat center bottom; } .simple-step .heading1 { text-align: center; display: block; } .seller-steps-slider { position: relative; height: 410px; } .simple-price { background-color: var(--secondary-color); color: var(--secondary-color-inverse); text-align: center; } .simple-price p { color: inherit; max-width: 1000px; font-size: 0.9em; margin: 20px auto; } .registeration-process { display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 2rem; margin: 1rem 0; } .registeration-process-item { font-size: 0.85em; color: rgba(0, 0, 0, 0.97); } .registeration-process-link { background-color: transparent; border: none; display: block; padding: 0.5rem 0; margin: 0; color: rgba(0, 0, 0, 0.77); font-weight: 600; white-space: nowrap; position: relative; } .registeration-process-link:after { background-color: var(--brand-color); color: var(--brand-color-inverse); content: ""; bottom: 0; height: 1px; width: 0; position: absolute; z-index: 0; left: 0; } .is--active .registeration-process-link { color: var(--brand-color); } .is--active .registeration-process-link:after { width: 100%; } .seller-steps { text-align: center; margin: 0 auto; } .seller-steps ul { display: flex; margin: 50px auto 0 auto; } @media (max-width: 767.98px) { .seller-steps ul { flex-wrap: wrap; } } .seller-steps ul li { flex: 0 0 25%; max-width: 25%; padding: 0 1rem; vertical-align: top; } @media (max-width: 767.98px) { .seller-steps ul li { flex: auto; max-width: inherit; } } .seller-steps .icn { margin: 20px auto; display: block; text-align: center; width: 100px; height: 100px; position: relative; } .seller-steps .icn:before { position: relative; display: block; content: ""; padding-bottom: 100%; } .seller-steps .icn img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } .seller-steps h3, .seller-steps .h3 { color: #000; font-size: 1.25em; line-height: 1.3; font-weight: 400; } .seller-steps p { font-size: 0.9375em; line-height: 1.3; } @media only screen and (max-width: 767px) { .seller-steps li { width: 100%; } .growth { background-position: left bottom; padding-bottom: 110px; margin-bottom: 40px; } .growth-txt { padding: 0; border-left: none; } .pricing-structure ul li { display: block; text-align: center; margin: 0; padding: 0; } .pricing-structure ul li p { margin: 0; } .cta-right { border-left: none; padding-left: 0; } .pricing-structure ul { flex-direction: column; } } .pricing-structure { margin: 2rem auto; max-width: 1100px; } .pricing-structure ul { display: grid; grid-template-columns: auto; align-items: center; flex-wrap: wrap; gap: 1rem; margin: 2.5rem auto; } @media (min-width: 576px) { .pricing-structure ul { grid-template-columns: 25% 1fr 25% 1fr 25%; } } @media (min-width: 992px) { .pricing-structure ul { gap: 2rem; grid-template-columns: 15.6125rem 1fr 15.6125rem 1fr 15.6125rem; } } .pricing-structure ul li { text-align: center; } .pricing-structure .lg-hide { display: none; } @media (min-width: 768px) { .pricing-structure .lg-hide { display: none; } } .pricing-structure .box { max-width: 15.6125rem; width: 100%; padding: 2rem 1rem; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-direction: column; border-radius: 20px; box-shadow: 0px 0px 12px #00000029; background-color: #fff; color: #000; } .pricing-structure .box h4, .pricing-structure .box .h4 { font-size: 2rem; color: var(--brand-color); font-weight: 700; margin: 0; } .pricing-structure .box p { color: rgba(0, 0, 0, 0.97); } .pricing-structure .sign { color: var(--brand-color); font-size: 3rem; font-weight: 700; } @media (max-width: 767.98px) { .yk-login--wrapper { background-color: #fff; color: #000; box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.05); z-index: 1050; position: fixed; -webkit-overflow-scrolling: touch; top: 0; left: -280px; bottom: 0; overflow-y: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden; width: 280px; transition: left 0.3s ease, right 0.3s ease; } .yk-login--wrapper--on .yk-login--wrapper { left: 0; visibility: visible; } } .seller-steps { text-align: center; margin: 0 auto; } .seller-steps ul { display: flex; margin: 50px auto 0 auto; } @media (max-width: 767.98px) { .seller-steps ul { flex-wrap: wrap; } } .seller-steps ul li { flex: 0 0 25%; max-width: 25%; padding: 0 1rem; vertical-align: top; } @media (max-width: 767.98px) { .seller-steps ul li { flex: auto; max-width: inherit; } } .seller-steps .icn { margin: 20px auto; display: block; text-align: center; width: 100px; height: 100px; position: relative; } .seller-steps .icn:before { position: relative; display: block; content: ""; padding-bottom: 100%; } .seller-steps .icn img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } .seller-steps h3, .seller-steps .h3 { color: #000; font-size: 1.25em; line-height: 1.3; font-weight: 400; } .seller-steps p { font-size: 0.9375em; line-height: 1.3; } .easy-methods { display: flex; flex-flow: row wrap; justify-content: center; gap: 3rem; } .easy-methods .method { max-width: 300px; display: flex; flex-direction: column; text-align: center; gap: 10px; } .easy-methods .method .detail { display: block; } .easy-methods .method .icon { padding: 10px; margin: 0 auto; margin-bottom: 1rem; aspect-ratio: 1/1; width: 100%; max-width: 11.25rem; display: flex; justify-content: center; align-items: center; border-radius: 50%; box-shadow: 0px 0px 12px #00000029; } .easy-methods .method .icon img { opacity: 0.5; } .easy-methods .method h3, .easy-methods .method .h3 { color: rgba(0, 0, 0, 0.97); font-size: 1.375rem; } .easy-methods .method p { color: rgba(0, 0, 0, 0.77); font-size: 1rem; } .cta { text-align: center; } .cta h3, .cta .h3 { font-size: 1.4rem; margin-bottom: 1.5rem; } .bullet-circle { display: flex; flex-direction: column; gap: 10px; } .bullet-circle li { display: flex; gap: 10px; margin: 1rem 0; } .bullet-circle li .icn { background-color: var(--brand-color); color: var(--brand-color-inverse); display: inline-flex; align-items: center; justify-content: center; padding: 4px; font-size: 9px; border-radius: 50%; width: 1rem; height: 1rem; margin-top: 4px; } .content-wrap .content-block { padding: calc(1rem + 3vw) 0; display: flex; align-items: center; flex-flow: row wrap; gap: 2rem; } @media (min-width: 1200px) { .content-wrap .content-block { flex-direction: row-reverse; gap: 5rem; } } .content-wrap .content-block-img { border-radius: 10px; overflow: hidden; aspect-ratio: 16/9; background-color: rgba(0, 0, 0, 0.03); } @media (min-width: 768px) { .content-wrap .content-block-img { flex: 0 1 50%; } } .content-wrap .content-block-img img { border-radius: 10px; } .content-wrap .content-block-cms { flex: 1; } @media (min-width: 768px) { .content-wrap .content-block:nth-child(even) { flex-direction: row; } } @media (min-width: 768px) { .content-wrap .content-block-even { flex-direction: row; } } .shop-banner { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; aspect-ratio: 4/1; position: relative; text-align: center; display: block; } .shop-nav { display: flex; flex-wrap: nowrap; align-items: flex-end; gap: 1rem; padding-top: 10px; } @media (max-width: 767.98px) { .shop-nav { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; justify-content: flex-start; } } .shop-nav-link { border: solid 1px var(--brand-color); border-radius: 4px; font-size: 0.9rem; font-weight: 600; color: var(--brand-color); white-space: nowrap; text-align: center; padding: 0.8rem 1rem; margin: 0; display: block; position: relative; } .is--active .shop-nav-link { background-color: var(--brand-color); color: var(--brand-color-inverse); } .shop-nav-link:hover { background-color: var(--brand-color); color: var(--brand-color-inverse); } .shop-information { background-color: #fff; color: #000; padding: 1rem; border-radius: 4px; border: solid 1px #dee2e6; } .shop-information .shop-logo { aspect-ratio: 1/1; width: 200px; height: auto; background-color: rgba(0, 0, 0, 0.03); margin: 0 auto; margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; overflow: hidden; } .shop-information .shop-logo img { padding: 10px; background-color: #fff; color: #000; } .shop-information .shop-logo img[data-ratio="1:1"] { max-width: 150px; border-radius: 50%; } .shop-information .shop-info { padding: 0; text-align: center; } .shop-information .shop-info .products__rating { justify-content: center; margin-bottom: 1rem; } .shop-information .shop-info .shop-name { margin-bottom: 1rem; flex-direction: column; } .shop-information .shop-info .shop-name span { display: block; font-size: 0.775rem; color: rgba(0, 0, 0, 0.77); } .shop-information .social-profiles { margin-top: 0.8rem; } .shop-information .social-profiles p { font-weight: 600; padding: 10px 0; } .shop-information .shop-btn-group { display: flex; align-items: center; justify-content: center; gap: 5px; } .shop-information .shop-btn-group .btn { border-radius: 50%; } .shop-information .shop-btn-group .btn:hover, .shop-information .shop-btn-group .btn.is-active { background-color: var(--brand-color); color: var(--brand-color-inverse); } .testimonials { -moz-column-count: 4; column-count: 4; -moz-column-gap: 2rem; column-gap: 2rem; } @media (max-width: 1199.98px) { .testimonials { -moz-column-count: 3; column-count: 3; } } @media (max-width: 991.98px) { .testimonials { -moz-column-count: 2; column-count: 2; } } @media (max-width: 575.98px) { .testimonials { -moz-column-count: 1; column-count: 1; } } .testimonials-item { width: 100%; page-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid; page-break-inside: avoid; display: inline-block; background-color: #fff; color: #000; border-radius: 4px; border: solid 1px #dee2e6; box-shadow: 0 12px 48px 0 rgba(109, 117, 141, 0.2); padding: 1.5rem; margin-bottom: 2rem; margin-top: 0; } .testimonials-item::before { color: currentColor; content: "\201C"; display: block; line-height: 1; font-size: 5rem; height: 50px; } .testimonials-item .user { display: flex; gap: 10px; align-items: center; transition: all 0.3s ease 0s; } .testimonials-item .user-img { width: 48px; height: 48px; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); max-width: 100%; } .testimonials-item .user-name { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: 1rem; } .testimonials-item .user-location { font-weight: 300; color: rgba(0, 0, 0, 0.77); font-size: 0.8rem; } .testimonials-item .testimonials-content { position: relative; padding: 0; font-weight: 400; font-size: 0.85rem; letter-spacing: 0.6px; line-height: 1.6; margin-bottom: 1rem; max-height: 250px; overflow: auto; } .site-map { color: rgba(0, 0, 0, 0.97); } .site-map a { color: inherit; } .site-map ul { display: grid; grid-gap: 0.5rem; grid-template-columns: repeat(3, 1fr); } @media (max-width: 767.98px) { .site-map ul { flex-direction: column; } } .site-map ul li a { margin: 0.5rem 0; padding: 0.5rem 0; font-size: 0.8rem; padding-left: 18px; position: relative; } .site-map ul li a:after { content: ""; width: 5px; height: 2px; background: currentColor; display: block; position: absolute; left: 0; top: 14px; } .site-map-item { margin-bottom: 2rem; padding-bottom: 2rem; display: block; } .site-map-item:last-child { margin: 0; border-bottom: none; } .site-map-item h5, .site-map-item .h5 { font-size: 0.85rem; margin-bottom: 1rem; } .site-map-title { font-size: 0.9rem; margin-bottom: 1rem; text-transform: uppercase; font-weight: 600; } .cat-list { display: block !important; } .cat-list-head { font-weight: 600; margin: 1rem 0 0.5rem 0 !important; display: inline-block; padding: 0.5rem 0 !important; } .cat-list-head::after { content: normal !important; } .enter-page { height: 100%; position: relative; display: flex; flex-direction: column; flex-wrap: nowrap; background-color: #f3f4f5; color: #000; } .enter-page .form-sign { padding: 2rem; margin: auto; max-width: 500px; width: 100%; background-color: #fff; color: #000; border-radius: 4px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } .enter-page .form-sign-logo { margin: 0 auto; margin-bottom: 2.5rem; display: flex; justify-content: center; } .form-title { display: flex; align-items: center; justify-content: space-between; } .form-title h2, .form-title .h2 { color: #000; font-weight: 600; font-size: calc(112.5% + 0.9vw); } .or { position: relative; text-transform: uppercase; font-size: 11px; color: currentColor; margin: 30px 0; display: flex; text-align: center; } .or:after { content: ""; height: 1px; width: 100%; background-color: #dee2e6; position: absolute; top: 50%; left: 0; } .or span { position: relative; z-index: 1; background-color: #fff; color: #000; padding: 0 5px; letter-spacing: 2px; margin: 0 auto; } .other-option { margin-top: 1.5rem; } .buttons-list { margin-bottom: 1.5rem; display: flex; flex-flow: column wrap; flex-direction: column; align-items: center; gap: 10px; } @media (min-width: 992px) { .buttons-list { max-width: 300px; margin: 0 auto; } } .buttons-list-item { flex: 1; width: 100%; max-width: 380px; } .buttons-list-link { font-weight: 600; font-size: 0.9rem; border-radius: 2rem; border: solid 1px #000; padding: 0.5rem 1rem; display: flex; align-items: center; justify-content: center; } .buttons-list-link:hover { color: var(--brand-color); border-color: currentColor; } .buttons-list-link:focus { box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); } .buttons-list-wrap { display: flex; align-items: center; gap: 10px; flex: 1; } .buttons-list-icon { padding: 0; flex: 0 0 30px; max-width: 30px; margin: 0; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; } .buttons-list-txt { flex: 1; text-align: center; } .buttons-list img, .buttons-list .svg { margin: 0 auto; width: 30px; height: 30px; } .buttons-list .btn-fb, .buttons-list .btn-FacebookLogin { background: #3b5a99; } .buttons-list .btn-gp, .buttons-list .btn-GoogleLogin { background: #da4a42; } .buttons-list .btn-gm { background: #333333; } .buttons-list .btn-AppleLogin { background-color: #000000; } .buttons-list .btn-InstagramLogin { background: #3f729b; } .login-popup { padding: 1rem 2rem; } .login-popup .title { margin-bottom: 1.5rem; } .login-wrapper { padding: 2rem; } .connect a.link { display: block; color: #fff; text-transform: uppercase; font-size: 1em; border: none; display: block; padding: 10px 20px; text-align: center; line-height: 1.42857; width: 100%; margin-bottom: 15px; } .connect a.fb { background: #3856a0; } .connect a.gp { background: #dd4330; } .connect .svg { width: 18px; height: 18px; fill: #fff; display: inline-block; vertical-align: middle; } .forgot { text-align: right; font-size: 0.75em; } .otp-heading { display: flex !important; justify-content: space-between; align-items: center; gap: 1.5rem; text-align: start; flex: 1; } .card-sign { display: flex; flex-direction: column; flex-wrap: wrap; } .card-sign_head { text-align: center; } .card-sign_head .title { font-weight: 600; margin: 0; margin-bottom: 0.5rem; font-size: 1.125rem; } .card-sign_head p { color: currentColor; font-size: 0.8rem; } .card-sign_head .section-head { margin-bottom: 1rem; display: block; } .card-sign_body { flex: 1; } .card-sign_foot { margin-top: 1rem; text-align: center; color: currentColor; } .card-sign_foot a { font-size: 0.8rem; color: var(--brand-color); text-align: center; } .card-sign .link { font-size: 0.8rem; } .card-sign .link:after { content: normal; } .more-links { display: flex; align-items: center; flex-direction: row; flex-wrap: wrap; justify-content: center; grid-gap: 1rem; padding-bottom: 1rem; } .others { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.8rem; margin-top: 2rem; } .others-item { font-weight: 600; color: currentColor; } .others-link { background-color: transparent; border: none; padding: 0; margin: 0; color: currentColor; } .forgot { text-align: right; } .hero { position: relative; } .header { z-index: 99; font-weight: 400; font-size: 0.8rem; background-color: #fff; color: #000; } .header .logo { width: auto; max-width: 120px; } .header .logo.logo--custom { max-width: 160px; } .header-top-inner { font-weight: 500; display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap; gap: 1rem; padding: 0.5rem 0; } @media (min-width: 768px) { .header-top-inner { padding: 1rem 0; } } .header-top-left { display: flex; align-items: center; gap: 1rem; flex: 1; } .header-top-right { margin-left: auto; } .header-last { border-top: solid 1px #dee2e6; } .main-search-bar { height: auto; } @media (min-width: 768px) { .main-search-bar { max-height: 300px; } } .main-search-bar .main-search-form { margin: auto; display: block; width: 100%; } .main-search-bar .offcanvas-body { overflow: unset; } .quick-nav { display: flex; align-items: center; } .quick-nav-item.item-desktop { display: none; } @media (min-width: 992px) { .quick-nav-item.item-desktop { display: block; } } .quick-nav-item.item-mobile { display: block; } @media (min-width: 992px) { .quick-nav-item.item-mobile { display: none; } } .quick-nav-links { display: flex; align-items: center; gap: 6px; padding: 0.8rem; position: relative; background-color: transparent; border: none; background-color: transparent; position: relative; overflow: hidden; border-radius: 50px; border-radius: 0; } .quick-nav-links::before { pointer-events: none; content: ""; background-color: rgba(var(--brand-color-alpha), 0.1); position: absolute; top: 0; width: 100%; height: 100%; left: 0; right: 0; opacity: 0; transition: all 0.2s cubic-bezier(0.2, 0.91, 0.85, 0.96) 0s; transform: scale(0.1); backface-visibility: hidden; border-radius: inherit; } .quick-nav-links:is(:hover, :focus, :active, .active)::before { opacity: 1; transform: scale(1); } .quick-nav-txt { font-weight: 600; } .back-overlay, .search-overlay { transition: all 1s ease-in-out; position: fixed; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; display: none; z-index: 98; } .cart .cartQuantity { font-size: 9px; left: auto; right: 0; top: 0; height: 16px; min-width: 16px; line-height: 1.5; width: auto; font-weight: 600; padding: 0; } @media (max-width: 575.98px) { .cart .cartQuantity { left: auto; right: 0; } } .navigation { justify-content: flex-start; } .footer-top-blocks { display: flex; justify-content: space-between; flex-flow: column; gap: 2rem; } @media (min-width: 768px) { .footer-top-blocks { flex-flow: row; } } .footer-top-blocks .blocks { flex: 1; } @media (min-width: 768px) { .footer-top-blocks .blocks .dropdown-toggle-custom-arrow { display: none; } } .footer-top-blocks .blocks-head { color: currentColor; font-size: 1rem; font-weight: 600; text-transform: uppercase; margin-bottom: 1.25rem; border: none; padding: 0; } @media (min-width: 768px) { .footer-top-blocks .blocks-head { pointer-events: none; } } .footer-top-blocks .blocks-head::before { content: normal; } @media (max-width: 767.98px) { .footer-top-blocks .blocks-list { display: none; } .footer-top-blocks .blocks-list.show { display: block; } } .footer-top-blocks .blocks-list-link { position: relative; padding: 5px 0; font-size: 0.875rem; display: inline-block; } .footer-top-blocks .blocks-list-link::before { background-color: var(--brand-color); color: var(--brand-color-inverse); content: ""; position: absolute; width: 0%; height: 1px; bottom: 0.35rem; left: 0; pointer-events: none; transition: 0.25s ease-in; } .footer-top-blocks .blocks-list-link:hover::before { width: 100%; } .footer-bottom { border-top: solid 1px #dee2e6; padding: 1rem 0; } .footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-flow: column; } @media (min-width: 768px) { .footer-bottom-inner { flex-flow: row; } } .footer-bottom .languages-setting { display: flex; gap: 1rem; } .drop-footer { margin-top: 1rem; display: flex; gap: 10px; } .site-search-form ul { display: flex; align-items: center; gap: 1rem; flex-direction: column; width: 100%; } @media (min-width: 768px) { .site-search-form ul { flex-flow: row wrap; background-color: #fff; color: #000; } } .site-search-form .form-group { position: relative; } .site-search-form .form-group .svg { position: absolute; z-index: 1; top: 1rem; left: 1rem; } .site-search-form input[type="text"], .site-search-form .custom-select[type="text"] { padding: 1rem; padding-left: 3rem; flex: 1; position: relative; width: 100%; border: solid 1px #dee2e6; border-radius: 0; } .site-search-form .btn-search { width: 100%; height: auto; } .site-search-form-item { flex: 1; } .site-search-form-item.submit { flex: 0; } .site-search-form-home { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; max-width: 1130px; margin: 0 auto; display: flex; padding: 2.7rem; padding-bottom: 0; background-color: #fff; color: #000; } .site-search-form-home .form-group { margin-bottom: 0; } .site-search-form-pop { max-width: 1130px; margin: 0 auto; text-align: center; } .site-search-form-pop-head { margin-bottom: 2rem; } .nav--link-2 { position: relative; overflow: hidden; line-height: 2; font-weight: 700; } .nav--link-2::before { content: ""; position: absolute; width: 100%; height: 1px; background: var(--secondary-color); top: 70%; left: 0; pointer-events: none; height: 2px; top: 75%; transform-origin: 100% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1); } @media (max-width: 991.98px) { .nav--link-2::before { content: none; } } .nav--link-2:hover::before { transform-origin: 0% 50%; transform: scale3d(1, 1, 1); } .product { text-align: inherit; min-width: 1px; } .product-img { aspect-ratio: 1.33333; } .product-body { display: flex; flex-direction: column; gap: 5px; padding: 1rem; } .product-body .product-price-block { padding-top: 1rem; } .product-body .product-price-block .product-prices { display: flex; align-items: center; flex-wrap: wrap; } .product-body .product-price-block .product-prices .slash { margin: 0 0.5rem; } .product-name { font-weight: 600; } .product-category { font-weight: 300; } .product-prices h4, .product-prices .h4 { margin-bottom: 0; } .product-prices .product-prices-old, .product-prices .product-prices-off { font-size: 0.8rem; } .section-product-slide .product__body h4, .section-product-slide .product__body .h4 { margin-bottom: 0; } .section-product-slide .product__body .product-prices { margin-bottom: 0; margin-top: 0.8rem; } .section-product-slide .product__body .product-prices .product-prices-old { line-height: 1; } .not-pick-ship { border-radius: 0; } .product-listing .product-rate-info { margin-top: 1rem; } @media (max-width: 991.98px) { .category { margin-bottom: 1rem; } } .category-head { background-color: rgba(0, 0, 0, 0.03); } .category-body { background-color: #fff; color: #000; border: solid 1px #dee2e6; text-align: center; padding: 2rem 0; margin: 0 auto; margin-top: -3rem; width: 100%; max-width: 80%; position: relative; font-size: 0.85rem; } @media (max-width: 991.98px) { .category-body { padding: 1rem 0; } } .category-img { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; display: block; width: 100%; position: relative; aspect-ratio: 1.33333; } .category-title { font-size: clamp(0.875rem, 1vw, 1rem); font-weight: 700; transition: 0.3s; } .category:hover .category-head img { transform: scale(1.1); transition: 0.4s; } .product-profile-thumbnail { aspect-ratio: 1.33333; } .switch { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; position: relative; } .switch .switch_label { visibility: hidden; position: absolute; } .switch .switch_label + .switch_handle { position: relative; display: block; background-color: var(--secondary-color); width: 60px; height: 30px; border-radius: 60px; transition: 0.5s; } .switch .switch_label + .switch_handle::after { content: ""; position: absolute; border-radius: 50%; background-color: #fff; color: #000; height: 16px; width: 16px; left: 3px; top: 50%; transform: translateY(-50%); transition: 0.5s; } .switch > input:checked ~ .switch_handle::after, .switch > .custom-select:checked ~ .switch_handle::after { content: ""; left: calc(100% - 19px); transition: 0.5s; } .switch > input:checked ~ h5, .switch > .custom-select:checked ~ h5, .switch > input:checked ~ .h5, .switch > .custom-select:checked ~ .h5 { color: rgba(45, 45, 45, 0.6); } .switch > input:checked ~ h5:last-child, .switch > .custom-select:checked ~ h5:last-child, .switch > input:checked ~ .h5:last-child, .switch > .custom-select:checked ~ .h5:last-child { color: #2d2d2d; } .select-menu { max-width: 140px; } @media (max-width: 575.98px) { .select-menu { max-width: 130px; } } @media (max-width: 575.98px) { .select-menu select { padding: 5px 36px 5px 10px; line-height: 1.4; } } .select-menu button em { width: 10px; height: 10px; margin-top: -6px; right: 12px; } .select-menu button em::before { width: 10px; height: 10px; } .select-menu button div span { padding: 0.5rem 1rem; font-size: 0.85rem; white-space: nowrap; } @media (max-width: 575.98px) { .select-menu button div span { padding: 0.25rem 1rem; } } .btn { border-radius: 0; } @media (min-width: 1200px) { .filters__ele { padding: 0; } } .filters .sidebar-widget::after { content: none; } .filters .sidebar-widget-head { font-weight: 700; text-transform: uppercase; } .cat-accordion ul li { position: relative; list-style-type: none; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: solid 1px #dee2e6; } .cat-accordion ul li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; } .cat-accordion .acc-trigger { position: absolute; top: 9px; z-index: 1; right: 0; cursor: pointer; width: 10px; height: 10px; border-radius: 50%; text-align: center; } .cat-accordion .acc-trigger::before { content: ""; background: #44596b; height: 2px; position: absolute; right: calc(50% - 5px); top: calc(50% - 2px); transform: rotate(90deg); transition: all 0.2s ease-in-out; width: 10px; } .cat-accordion .acc-trigger::after { background: #44596b; content: ""; height: 2px; position: absolute; right: calc(50% - 5px); top: calc(50% - 2px); width: 10px; } .collection-newsletter { background-color: var(--brand-color); color: var(--brand-color-inverse); } .collection-newsletter h2, .collection-newsletter .h2, .collection-newsletter h5, .collection-newsletter .h5 { color: currentColor !important; } .collection-newsletter .ctc__bold { font-weight: 700; } .subscribers { max-width: 550px; display: block; margin: 0.5rem auto 0; } .subscribers .form-subscribers { position: relative; display: flex; align-items: center; overflow: hidden; } .subscribers .form-subscribers input[type="text"], .subscribers .form-subscribers .custom-select[type="text"] { flex: 1; height: 4rem; border-radius: unset; border: none; margin: 0; padding: 0 1rem; font-size: 0.8rem; } .subscribers .form-subscribers input[type="submit"], .subscribers .form-subscribers .custom-select[type="submit"] { background-color: #fff; color: #000; border: none; color: var(--brand-color); font-weight: 700; height: 4rem; min-width: 130px; line-height: 1.2; padding: 0; margin: 0; margin-left: 1rem; position: relative; } @media (max-width: 575.98px) { .subscribers .form-subscribers input[type="submit"], .subscribers .form-subscribers .custom-select[type="submit"] { min-width: inherit; padding: 0 2rem; } } .subscribers .form-subscribers input[type="submit"]:is(:hover, :focus, :active), .subscribers .form-subscribers .custom-select[type="submit"]:is(:hover, :focus, :active) { background-color: var(--secondary-color); color: var(--secondary-color-inverse); } .subscribers .form-subscribers input[type="submit"]:after, .subscribers .form-subscribers .custom-select[type="submit"]:after { content: ""; position: absolute; right: 0; height: 8px; width: 8px; border: solid black; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; transform: rotate(-45deg); } .modal-content { border-radius: 0; } .form input[type="text"], .form .custom-select[type="text"] { border-radius: 0 !important; } .date-selector .date-picker-wrapper { border-radius: 0; color: #000; } .dropdown-menu { border-radius: 0; } .breadcrumbs-bar { background-color: #f5f5f5; padding: 0.5rem 0; margin: 0; } .breadcrumbs { list-style: none; margin: 0; padding: 0.75rem 0; } .breadcrumbs-white { color: #fff; } .breadcrumbs-white ul li:before { border-color: #fff; } .location-actions { margin-left: auto; } @media (min-width: 992px) { .location-actions { margin: 0; border: solid 1px #dee2e6; border-radius: 0; max-width: 480px; width: 100%; } } .select-by { padding: 0.6rem 1rem; } @media (max-width: 991.98px) { .select-by { border-radius: 50px; } } .geo-location { flex: 1; padding: 0 1rem; } .geo-location::before { background-color: #dee2e6; content: ""; left: 0; } body { overflow-x: hidden; } @media (min-width: 1200px) { .filters-left .collection-sidebar { margin-top: 11rem; } } .brand-color { color: var(--brand-color); } .bg-alpha { background-color: rgba(var(--brand-color-alpha), 0.1); color: #000; } @media (min-width: 768px) { .ml-up-md-1 { margin-left: 1rem; } } @media (min-width: 1199px) and (max-width: 1680px) { .container { padding-right: 50px; padding-left: 50px; } } .cms h4, .cms .h4 { font-weight: 600; } .cms p { color: #222; } .brands { padding: 3rem 0; border: solid 1px #dee2e6; } .shop-layout-3 { gap: 1rem; } .shop-layout-3 .product-item { gap: 1.5rem; border: solid 1px #dee2e6; } @media (max-width: 767.98px) { .shop-layout-3 .product-item { align-items: flex-start; } } .shop-layout-3 .products-img { aspect-ratio: 1.33333; } @media (max-width: 767.98px) { .shop-layout-3 .products-foot { padding: 1rem; } } .section { padding: 3.75rem 0; } @media (max-width: 991.98px) { .section { padding: 2rem 0; } } @media (max-width: 767.98px) { .section { padding: 2rem 0; } } @media (min-width: 992px) { .section-head { margin-bottom: 2rem; } } .section-head-center h2::before, .section-head-center .h2::before { left: 50%; transform: translateX(-50%); } .section-head h2, .section-head .h2 { font-size: clamp(1.5rem, 2vw, 2.5rem); font-weight: 700; color: rgba(0, 0, 0, 0.97); position: relative; padding-bottom: 0.9rem; margin-bottom: 0; } .section-head h2::before, .section-head .h2::before { position: absolute; height: 2px; width: 60px; background-color: currentColor; bottom: 0; } .section-head h5, .section-head .h5 { color: rgba(0, 0, 0, 0.77); font-size: clamp(0.95rem, 1vw, 1rem); font-weight: 600; text-transform: uppercase; } .hero-slider { aspect-ratio: 1.77778; } @media (min-width: 768px) { .hero-slider { aspect-ratio: 2.84444; } } @media (min-width: 1200px) { .hero-slider { aspect-ratio: 2.74286; } } .section--category .link-more { display: flex; flex-direction: column; justify-content: flex-end; } .section--category .link-more .arrow--right { padding-bottom: 0.9rem; } @media (max-width: 767.98px) { .section--category .row { flex-wrap: nowrap; overflow-x: auto; } .section--category .row .col-custom { flex: 0 0 40%; max-width: 40%; } } .section--category .row .col-custom { flex: 0 0 60%; max-width: 60%; } @media (min-width: 1199px) { .ad__banner { min-width: 912px; max-width: 915px; } } .section-double-ad .row { margin-right: -10px; margin-left: -10px; } .section-double-ad .row [class*="col-"] { padding-left: 10px; padding-right: 10px; } .slide--wrapper { margin: 0 -10px; } .product { position: relative; border: solid 1px #dee2e6; margin: 0 10px; box-shadow: 0 3px 10px #00000008; } .product-head .slide-media { position: relative; overflow: hidden; } .product-head .slide-media::before { content: ""; position: relative; padding-bottom: 75%; display: block; background-color: rgba(0, 0, 0, 0.03); } .product-head .slide-media img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; transition: 0.4s; } .product-body { padding: 1.3rem; } .product-body h5, .product-body .h5 { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1rem; color: rgba(0, 0, 0, 0.97); } .product-body span { font-size: 0.9rem; color: rgba(0, 0, 0, 0.77); } .product-body h4, .product-body .h4 { font-size: 1rem; font-weight: 700; color: rgba(0, 0, 0, 0.97); display: block; width: 100%; } .product-body h4 span, .product-body .h4 span { font-size: 0.8rem; font-weight: normal; } .product:hover { border-color: var(--secondary-color); transition: 0.3s; } .product:hover .product-head img { transform: scale(1.1); transition: 0.4s; } .product:hover .product-body h5, .product:hover .product-body .h5 { color: var(--secondary-color); transition: 0.4s; } .poster-layout-1 { padding: 0; display: grid; gap: 1.5rem; grid-template-columns: auto; } @media (min-width: 992px) { .poster-layout-1 { grid-template-columns: 2fr 1fr; } } .poster-layout-1 .poster { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; text-align: center; border-radius: 0; overflow: hidden; width: 100%; } .poster-layout-1 .poster-wide { aspect-ratio: 2/1; } .poster-layout-1 .poster-short { aspect-ratio: 1/1; } .poster-layout-1 .poster-img { width: 100%; } .poster-layout-1 .poster-link { display: block; } .product-layout-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } @media (min-width: 992px) { .product-layout-4 { gap: 2rem; } } .product-layout-4 .product-grid { position: relative; } .product-layout-4 .product-grid:hover .product-grid-data { opacity: 1; visibility: visible; transition: 0.3s; } .product-layout-4 .product-grid-img { background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; display: block; aspect-ratio: 1/1; width: 100%; } .product-layout-4 .product-grid:nth-child(5) { grid-row-start: 1; grid-column-start: 1; grid-row-end: 3; grid-column-end: 3; } .product-layout-4 .product-grid-data { position: absolute; inset: 0; opacity: 0; visibility: hidden; background-color: #fff; color: #000; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2.5rem 2rem; border-bottom: 4px solid var(--secondary-color); transition: 0.3s; z-index: 2; text-align: center; } .section-product-feature .tab_content { overflow: hidden; } @media (max-width: 991.98px) { .section-product-feature .feature-tabs { margin-top: 1rem; margin-bottom: 1rem; overflow-x: auto; } } .section-product-feature .feature-tabs ul { display: flex; padding: 0 1px; overflow-x: auto; } @media (min-width: 992px) { .section-product-feature .feature-tabs ul { overflow: initial; } } @media (max-width: 991.98px) { .section-product-feature .feature-tabs ul li { white-space: nowrap; } } .section-product-feature .feature-tabs ul li a { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.95rem; font-weight: 500; border: 1px solid #ebebeb; padding: 1rem 2rem; display: block; max-width: 180px; background-color: #fff; color: #000; margin: 0 -1px; } .section-product-feature .feature-tabs ul li a.current { background-color: var(--brand-color); color: var(--brand-color-inverse); color: white; } .section-product-feature .product { margin: 0; height: 100%; } @media (max-width: 991.98px) { .section-product-feature .product { margin-bottom: 1rem; } } .section-product-feature .product__body h4, .section-product-feature .product__body .h4 { padding-top: 0; margin-bottom: 0.8rem; } .section-product-feature .product__body span.category { display: block; padding-bottom: 1.75rem; } @media (max-width: 575.98px) { .section-product-feature .product__body span.category { padding-bottom: 1rem; margin-bottom: 0; } } .section-product-feature .product__body h6, .section-product-feature .product__body .h6 { font-size: 0.9rem; color: rgba(0, 0, 0, 0.97); margin-bottom: 0; margin-top: 0.2rem; } .section-product-feature .product__body .model { padding-bottom: 1.75rem; } @media (max-width: 991.98px) { .section-product-feature .product__body .model { padding: 0.75rem 0; } } .section-product-feature .product__body .brand { padding-bottom: 1.75rem; } @media (max-width: 767.98px) { .section--shop .row { flex-wrap: nowrap; overflow-x: auto; } .section--shop .row .col-custom { flex: 0 0 40%; max-width: 40%; min-width: 1px; } } .section--shop .row { margin: 0 -10px; } .section--shop .row .col-custom { flex: 0 0 60%; max-width: 60%; padding: 0 10px; } .tab_content:not(.visible) { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; visibility: hidden; pointer-events: none; } @media (max-width: 991.98px) { .section-home-blog .home-blog-content { padding: 2rem 0; } } .section-home-blog .section-head { margin-bottom: 1rem; } .section-home-blog .section-head h2, .section-home-blog .section-head .h2 { padding-bottom: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 1.5rem; } .section-home-blog .section-head h2::before, .section-home-blog .section-head .h2::before { opacity: 0; } .section-home-blog .home-blog { height: 100%; } .section-home-blog .home-blog .slick-list, .section-home-blog .home-blog .slick-track { height: 100%; } .section-home-blog .home-blog .slick-dots { text-align: center; } .section-home-blog .home-blog .slick-dots li button { font-size: 0; background-color: var(--secondary-color); color: var(--secondary-color-inverse); padding: 0; height: 8px; width: 8px; } .home-blog--img { position: relative; overflow: hidden; aspect-ratio: 1.77778; height: 100%; width: -webkit-fill-available; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; } .home-blog--img img { width: 100%; height: 100%; } .home-blog--img:hover img { transform: scale(1.1); transition: 0.3s; } .home-blog--content { color: rgba(45, 45, 45, 0.7); font-size: 1rem; margin-bottom: 1.5rem; padding-top: 1.3rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; } .home-blog-img-sm { position: relative; overflow: hidden; aspect-ratio: 1.77778; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; } .home-blog-img-sm img { width: 100%; } .home-blog-img-sm a { position: relative; display: block; } .home-blog-img-sm:hover img { transform: scale(1.1); transition: 0.3s; } @media (min-width: 992px) { .testimonial--wrapper .slick-list { overflow: visible; } } .testimonial--wrapper { margin: 0 -10px; } @media (max-width: 575.98px) { .testimonial--wrapper { margin: 0; } } .testimonial--wrapper .slick-current .testimonial__head { /* background-color: var(--secondary-color); */ color: var(--secondary-color-inverse); border-color: var(--secondary-color); } .testimonial--wrapper .slick-current .testimonial__head p { /* color: currentColor; */ } .testimonial--wrapper .slick-current .testimonial__head:after { background-color: var(--secondary-color); color: var(--secondary-color-inverse); border-color: var(--secondary-color); } .section-testimonial { overflow-x: hidden; } .section-testimonial .slick-track, .section-testimonial .slick-list { display: flex; } .section-testimonial .slick-slide { max-width: 586px; height: 100%; } .testimonial { margin: 0 10px; display: flex; flex-direction: column; justify-content: space-between; flex: 1; } @media (max-width: 575.98px) { .testimonial { margin: 0; } } .testimonial__head { flex: 1; border: solid 1px #dee2e6; /* padding: 2.5rem 3.6rem 3.6rem; */ padding: 2rem 2rem 2rem; position: relative; } @media (max-width: 575.98px) { .testimonial__head { padding: 1.3rem; } } .testimonial__head .svg { width: 50px; height: 50px; } .testimonial__head p { line-height: 1.6; padding-top: 1rem; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; } @media (max-width: 575.98px) { .testimonial__head p { line-height: 1.5rem; } } .testimonial__head:after { content: ""; position: absolute; border-left: solid 1px #dee2e6; border-bottom: solid 1px #dee2e6; height: 1.5rem; width: 1.5rem; bottom: -12px; transform: rotate(-45deg); background-color: #fff; color: #000; } @media (max-width: 575.98px) { .testimonial__head:after { bottom: -11px; } } .testimonial__body { display: flex; align-items: center; /* padding: 2.5rem 2.5rem 0; */ padding: 1.5rem 2rem 0; margin-top: auto; justify-content: center; } @media (max-width: 575.98px) { .testimonial__body { padding: 2.5rem 0 0; } } .testimonial__body .testimonial--img { height: 60px; width: 60px; border-radius: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.03); } .testimonial__body .testimonial--detail { margin-left: 1.4rem; } .testimonial__body .testimonial--detail h5, .testimonial__body .testimonial--detail .h5 { margin-bottom: 0.2rem; font-size: clamp(1rem, 1.14vw, 1.14rem); font-weight: 700; } .testimonial__body .testimonial--detail span { font-size: 1rem; } .testimonial--wrapper .testimonials__item { display: flex; flex-direction: column; flex: 1; justify-content: flex-end; } .section--pricing .section-head { max-width: 650px; margin: 0 auto; } .section--pricing .section-head h2::before, .section--pricing .section-head .h2::before { opacity: 0; } .section--pricing .section-head p { font-size: 1rem; line-height: 29px; color: rgba(45, 45, 45, 0.6); } .bill { margin-top: 2.5rem; } .bill .switch { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: flex; justify-content: center; align-items: center; } .bill .switch .switch_handle { order: 2; } .bill .switch h5:first-child, .bill .switch .h5:first-child { order: 1; } .bill .switch h5:last-child, .bill .switch .h5:last-child { order: 3; color: rgba(45, 45, 45, 0.6); } .bill h5, .bill .h5 { font-size: 1rem; color: rgba(0, 0, 0, 0.97); margin: 0 1.5rem; font-weight: 600; } .pricing { width: 100%; } .pricing input, .pricing .custom-select { visibility: hidden; position: absolute; } .pricing__card { border: 1px solid #ebebeb; padding: 2.5rem; } @media (max-width: 991.98px) { .pricing__card { max-width: 70%; margin: auto; } } @media (max-width: 575.98px) { .pricing__card { max-width: 100%; } } .pricing__card--head .price { color: #2d2d2d; } .pricing__card--head .price h3, .pricing__card--head .price .h3 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.2rem; } .pricing__card--head .price h3 span, .pricing__card--head .price .h3 span { font-size: 0.95rem; font-weight: initial; } .pricing__card--head .price h4, .pricing__card--head .price .h4 { font-size: 2rem; margin-bottom: 0; font-weight: 700; } .pricing__card--head .about-plan { padding-top: 1.4rem; color: rgba(45, 45, 45, 0.6); max-width: 270px; line-height: 29px; } @media (max-width: 991.98px) { .pricing__card--head .about-plan { max-width: 100%; } } .pricing__card--body ul { margin-top: 3.3rem; } .pricing__card--body ul li { font-size: 18px; color: #b1b1b1; padding-left: 2.5rem; position: relative; padding-bottom: 1.5rem; font-weight: 500; text-decoration: line-through; } .pricing__card--body ul li::before { content: ""; position: absolute; left: 0; top: 2px; height: 22px; width: 22px; border-radius: 50%; background-color: rgba(45, 45, 45, 0.1); } .pricing__card--body ul li::after { content: ""; position: absolute; left: 6px; top: 9px; height: 6px; width: 10px; border-left: 2px solid rgba(45, 45, 45, 0.32); border-bottom: 2px solid rgba(45, 45, 45, 0.32); transform: rotate(-45deg); } .pricing__card--body ul li:last-child { padding-bottom: 0; } .pricing__card--body ul li.provided { color: #2d2d2d; text-decoration: none; } .pricing__card--body ul li.provided::before { background-color: rgba(75, 187, 139, 0.2); } .pricing__card--body ul li.provided::after { border-left: 2px solid #4bbb8b; border-bottom: 2px solid #4bbb8b; } .pricing > input:checked ~ .pricing__card, .pricing > .custom-select:checked ~ .pricing__card { border-color: var(--brand-color); } .pricing > input:checked ~ .pricing__card .btn-pricing, .pricing > .custom-select:checked ~ .pricing__card .btn-pricing { background-color: var(--brand-color); color: var(--brand-color-inverse); color: var(--white); } .pricing > input:checked ~ .pricing__card .btn-pricing:hover, .pricing > .custom-select:checked ~ .pricing__card .btn-pricing:hover, .pricing > input:checked ~ .pricing__card .btn-pricing:focus, .pricing > .custom-select:checked ~ .pricing__card .btn-pricing:focus { background-color: transparent; border-color: var(--brand-color); color: var(--brand-color); } .section-ad--reverse .ad__banner { order: 2; } .section-ad--reverse .ad__content { max-width: 575px; order: 1; margin-right: -170px; margin-left: 0; position: relative; padding: 0; background-color: transparent; border: none; } .section-ad--reverse .ad__content--bg { background-color: white; border: solid 1px #dee2e6; padding: 4rem 3rem; clip-path: polygon(90% 0%, 100% 13%, 99% 100%, 0% 100%, 0% -6%); } @media (max-width: 991.98px) { .section-ad--reverse .ad__content--bg { padding: 2rem 1rem 1rem; clip-path: inherit; } } @media (max-width: 991.98px) { .section-ad--reverse .ad__content { max-width: 100%; width: 100%; margin-right: 0; position: relative; } } .section-ad--reverse .ad__content--reverse h5, .section-ad--reverse .ad__content--reverse .h5 { font-size: 1rem; color: rgba(45, 45, 45, 0.6); margin-bottom: 1.2rem; } .section-ad--reverse .ad__content--reverse h2, .section-ad--reverse .ad__content--reverse .h2 { font-size: 1.8rem; font-weight: 700; color: #2d2d2d; line-height: 2.7rem; margin-bottom: 0; } .section-ad--reverse .ad__content--reverse p { color: #2d2d2d; padding: 1.7rem 0; line-height: 2.1rem; } .section-ad--reverse .ad__content .batch { position: absolute; background-color: var(--secondary-color); text-transform: uppercase; font-size: 0.9rem; font-weight: 500; padding: 0.6rem 1.45rem; letter-spacing: 2.1px; color: var(--white); margin-top: -5.25rem; vertical-align: top; margin-bottom: 0; display: inline-block; max-height: 40px; } @media (max-width: 991.98px) { .section-ad--reverse .ad__content .batch { margin-top: -3.25rem; } } .section-ad--reverse .ad .link-more { padding: 3.8rem 3rem 0; } @media (max-width: 991.98px) { .section-ad--reverse .ad .link-more { padding: 1rem; } } .js-ad--slider .slick-dots { position: initial; text-align: left; } .js-ad--slider .slick-dots li { height: initial; width: initial; background-color: transparent; } .js-ad--slider .slick-dots li button { font-size: 0.9rem; color: rgba(45, 45, 45, 0.3); text-indent: 0; font-weight: 500; } .js-ad--slider .slick-dots li.slick-active button { color: #2d2d2d; } .faq--tab-verticle { border: solid 1px #dee2e6; padding: 2.63rem; } @media (max-width: 991.98px) { .faq--tab-verticle { padding: 0; margin-bottom: 1rem; border: none; } } @media (max-width: 991.98px) { .faq--tab-verticle ul { display: flex; overflow-x: auto; padding-bottom: 10px; } } .faq--tab-verticle ul li { margin-bottom: 1.5rem; } @media (max-width: 991.98px) { .faq--tab-verticle ul li { margin-bottom: 0; } } .faq--tab-verticle ul li a { font-size: 1.14rem; position: relative; color: rgba(0, 0, 0, 0.97); display: block; font-weight: 500; padding: 0.5rem 0; background-color: #fff; color: #000; } .faq--tab-verticle ul li a::after { content: ""; position: absolute; border-right: 2px solid; border-bottom: 2px solid; right: 0.5rem; height: 8px; width: 8px; color: rgba(0, 0, 0, 0.97); transform: translateX(-50%) rotate(-45deg); top: calc(50% - 1px); transition: 0.3s; } @media (max-width: 991.98px) { .faq--tab-verticle ul li a::after { opacity: 0; } } .faq--tab-verticle ul li a:hover::after { right: 0; transition: 0.3s; } @media (max-width: 991.98px) { .faq--tab-verticle ul li a { border: solid 1px #dee2e6; margin: 0 -1px; white-space: nowrap; font-size: 0.95rem; padding: 0.75rem 2rem; } } .faq--tab-verticle ul li:last-child { margin-bottom: 0; } .faq--tab-verticle ul li.is-active a { color: var(--brand-color); font-weight: 700; } @media (max-width: 991.98px) { .faq--tab-verticle ul li.is-active a { background-color: var(--brand-color); color: var(--brand-color-inverse); } } .faq--tab-verticle ul li.is-active a::after { right: 0; } @media (max-width: 991.98px) { .faq--tab-verticle ul li.is-active a { font-weight: 500; } } .faq__component { padding: 1.25rem 2.75rem; } @media (max-width: 991.98px) { .faq__component { padding: 1rem; } } .faq__component--head h4, .faq__component--head .h4 { font-weight: 600; font-size: clamp(0.9rem, 1.15vw, 1.15rem); color: rgba(0, 0, 0, 0.97); margin-bottom: 0; position: relative; padding-right: 2rem; cursor: pointer; line-height: 1.6; } .faq__component--head h4::before, .faq__component--head .h4::before, .faq__component--head h4:after, .faq__component--head .h4:after { content: ""; position: absolute; right: 0; height: 2px; width: 15px; background-color: #2d2d2d; top: 12px; } @media (max-width: 575.98px) { .faq__component--head h4::before, .faq__component--head .h4::before, .faq__component--head h4:after, .faq__component--head .h4:after { width: 13px; top: 10px; } } .faq__component--head h4::after, .faq__component--head .h4::after { transform: rotate(90deg); opacity: 1; } .faq__component--body { color: rgba(0, 0, 0, 0.77); line-height: 2rem; padding-top: 1rem; } .faq__component.is-active { pointer-events: none; background-color: rgba(0, 0, 0, 0.04); padding: 2.75rem; margin-bottom: 1rem; } @media (max-width: 991.98px) { .faq__component.is-active { padding: 1rem; } } .faq__component.is-active .faq__component--head h4::after, .faq__component.is-active .faq__component--head .h4::after { display: none; } .faq__component.is-active .faq__component--body { display: block !important; font-size: 0.95rem; } @media (min-width: 992px) { .pd-tb-9 { padding: 6rem 0; } } .section-homebrand .link-more { padding-top: 6rem; } @media (max-width: 991.98px) { .section-homebrand .link-more { padding-top: 2rem; } } .section-homebrand .slide-arrow { margin-right: -8px; } .homebrand { padding: 4.5rem; border: solid 1px #dee2e6; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03); transition: 0.3s; } @media (max-width: 991.98px) { .homebrand { padding: 1.5rem; } } .homebrand .homebrand__img img { display: block; margin: 0 auto; transition: 0.3s; } @media (max-width: 575.98px) { .homebrand .homebrand__img img { margin: 1rem 0; } } .homebrand .homebrand__img:hover img { transform: scale(1.1); transition: 0.3s; } .homebrand:hover { border-color: rgba(250, 167, 0, 0.5); transition: 0.3s; } .slide-arrow { display: flex; justify-content: flex-end; margin-bottom: 20px; } .slide-arrow .slide--arrows { position: relative; height: 40px; width: 40px; flex: 0 0 40px; max-width: 40px; cursor: pointer; } .slide-arrow .slide--arrows::before { content: ""; position: absolute; height: 11px; width: 11px; border-left: 2px solid; border-bottom: 2px solid; border-color: #2d2d2d; top: 50%; left: 11px; transform: translateY(-50%) rotate(45deg); transition: all 0.3s; } .slide-arrow .slide--arrows::after { content: ""; position: absolute; height: 2px; width: 1.5rem; background-color: #2d2d2d; top: 50%; left: 11px; transform: translateY(-50%); transition: all 0.3s; } .slide-arrow .slide--arrows:hover::before { border-color: var(--secondary-color); } .slide-arrow .slide--arrows:hover::after { width: 2rem; background-color: var(--secondary-color); } .slide-arrow .slick-arrow.slick-disabled { opacity: 1; } .slide-arrow .slide--arrows.arrow-next { transform: rotate(180deg); margin-left: 20px; } .listing .product { margin: 0; } .filter-left { grid-gap: 5rem; grid-template-columns: 280px 1fr; } .text-show { font-size: 1rem; font-weight: 500; color: #1e1e1e; } @media (max-width: 991.98px) { .text-show { font-size: 0.875rem; } } .product-listing { gap: 2rem; } @media (min-width: 1200px) and (max-width: 1360px) { .product-listing[data-view="4"] { grid-template-columns: repeat(3, 1fr); } } .product-listing .items { min-width: 0; } @media (max-width: 991.98px) { .product-listing { grid-gap: 1rem; } } .items .product { margin: 0; height: 100%; } @media (max-width: 991.98px) { .product-listing[data-view="3"] { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 575.98px) { .product-listing[data-view="3"] { grid-template-columns: repeat(2, 1fr); } } .page-sort li { display: flex !important; align-items: center; } .page-sort li label { white-space: nowrap; margin-right: 1.4rem; font-size: 1rem; font-weight: 500; margin-bottom: 0; } .page-sort li select { border: 1px solid rgba(112, 112, 112, 0.2); } .page-sort li select:focus { border-color: var(--secondary-color); } .pagination { margin-top: 5.5rem; } .pagination .pervious a { background-color: transparent; } .pagination .forward a { background-color: transparent; } .pagination li a { border-radius: 0; } .pagination li a:hover { background-color: var(--secondary-color); border-color: var(--secondary-color); } .pagination li.selected a { background-color: var(--secondary-color); border-color: var(--secondary-color); } @media screen and (max-width: 1380px) { .listing-products--list .product-listing[data-view="3"], .listing-products--list .product-listing[data-view="4"], .listing-products--list .product-listing[data-view="5"], .listing-products--list .product-listing[data-view="6"] { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 575.98px) { .listing-products--list .product-listing[data-view="3"], .listing-products--list .product-listing[data-view="4"], .listing-products--list .product-listing[data-view="5"], .listing-products--list .product-listing[data-view="6"] { grid-template-columns: repeat(1, 1fr); } } .listing-products--list .items .product { display: flex; align-items: center; } .listing-products--list .items .product__head { flex: 0 0 40%; max-width: 40%; } .listing-products--list .items .product__body { flex: 0 0 60%; max-width: 60%; padding: 0.6rem; } .listing-products--list .items .product__body .product-price-block { padding-top: 1rem; } .product-search form { border-radius: 0; } .type-selection-item { border: none; } .type-selection-label { border-radius: 0; } .page-sort-wrap .page-sort .custom-select { border-radius: 0; height: 3rem; } select.custom-select { border-radius: 0; } .layout-types-link { height: 3rem; border-radius: 0; border: solid 1px #dee2e6; padding: 0; } .layout-types-link::before { content: normal; } .layout-types-link .svg { width: 20px; height: 20px; } .layout-types-link:hover { border-color: currentColor; } @media (max-width: 767.98px) { .page-slider { margin: 0; } } .page-slider-item { transition: 0.3s all ease-in-out; } .page-slider-media { position: relative; overflow: hidden; aspect-ratio: 1.33333; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; } @media (min-width: 992px) { .page-slider-media { border: solid 1px #dee2e6; } } .page-slider-media img { width: 100%; aspect-ratio: inherit; } .page-slider .slick-prev { left: 5rem; } .page-slider .slick-next { right: 5rem; } .page-slider .slick-slide { opacity: 0.5; } .page-slider .slick-active { opacity: 1; } @media (min-width: 1200px) { .page-slider .slick-list { padding-inline: 15%; } } .detail { display: grid; grid-gap: 1.5rem; align-items: flex-start; grid-template-columns: auto; } @media (min-width: 992px) { .detail { grid-template-columns: 1fr 460px; grid-gap: 4rem; } } @media (min-width: 992px) { .detail__product { overflow-x: auto; } } .detail__product--detail { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: solid 1px #dee2e6; } .detail__product--detail .product-name { margin-bottom: 1rem; } .detail__product--detail .product-name h2, .detail__product--detail .product-name .h2 { font-size: 1.65rem; font-weight: 700; color: rgba(0, 0, 0, 0.97); margin-bottom: 1rem; } @media (max-width: 575.98px) { .detail__product--detail .product-name h2, .detail__product--detail .product-name .h2 { font-size: 1.25rem; } } .detail__product--detail .product-name .tag { background: #f37171; margin-left: 1.3rem; font-size: 0.775rem; padding: 0.2rem 0.675rem; } .detail__product--detail .about-product { display: flex; flex-wrap: wrap; align-items: center; } .detail__product--detail .about-product-item { color: rgba(0, 0, 0, 0.77); border-right: solid 1px #dee2e6; padding-right: 0.875rem; margin-right: 0.875rem; } @media (max-width: 575.98px) { .detail__product--detail .about-product-item:nth-last-child(2) { border: none; } } .detail__product--detail .about-product-link { background-color: transparent; border: none; font-weight: 600; text-decoration: underline; } .detail__product--detail .about-product .rating { line-height: 1; border: none; color: #2d2d2d; } .detail__product--detail .about-product .rating .svg { height: 18px; width: 18px; fill: #ffc107; margin-top: -3px; margin-right: 0.375rem; } @media (max-width: 575.98px) { .detail__product--detail .product-rating { flex: 100%; padding-top: 1rem; } } .detail__product--detail .product-rating p { font-size: 1rem; } .detail__product--sellerinfo .seller-head { color: rgba(0, 0, 0, 0.77); font-size: 1.125rem; margin-bottom: 1rem; } .detail__product--description .description { margin-bottom: 2rem; } .detail__product--description .description .description-title { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; } .detail__product--description .description p { line-height: 2rem; } .detail__product--specification { margin-bottom: 3rem; } .detail__product--moreseller .sellerinfo-wrapp { padding-right: 0; } .detail__product--moreseller .sellerinfo-wrapp .que-link svg { margin-right: 1.4rem; } .detail__product--moreseller .sellerinfo-wrapp .price-start { margin-right: 1.5rem; } .detail__product--moreseller .btn-white { font-weight: 500; } .detail__price { border: solid 1px #dee2e6; padding: 1.5rem; } @media (min-width: 992px) { .detail__price { order: 2; } } @media (max-width: 767.98px) { .detail__price { padding: 1rem; } } .detail__price .price { display: initial; } .detail__price .variations { margin-bottom: 2rem; } .detail__price .variations-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; } .detail__price .variations .h6 { margin-bottom: 1.375rem; } .detail__price .variations .variation-quantity { display: flex; justify-content: space-between; } .detail__price .variations .variation-quantity .dropdown { flex: 1; margin-right: 1.375rem; max-width: 50%; } .detail__price .variations .variation-quantity .dropdown .dropdown-toggle { height: 40px; padding: 1rem 1.5rem; padding-right: 2.5rem; border-radius: 0; } .detail__price .variations .variation-quantity .dropdown .dropdown-toggle::before { content: ""; right: 1rem; height: 9px; width: 9px; position: absolute; border: none; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-50%) rotate(45deg); top: 50%; margin-top: -5px; } .detail__price .variations .variation-quantity .dropdown .dropdown-toggle::after { display: none; } .detail__price .variations .variation-quantity .dropdown input[type="text"], .detail__price .variations .variation-quantity .dropdown .custom-select[type="text"] { height: 40px; padding: 1rem 1.5rem; border: solid 1px #dee2e6; margin-bottom: 1rem; } .detail .dropdown-options button::before { background-color: transparent; opacity: 1; width: 10px; height: 10px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; left: auto; top: 15px; transform: rotate(135deg); right: 1rem; } .specific-information { margin-top: 1.875rem; } .specific-information h2, .specific-information .h2 { font-size: 1.125rem; color: rgba(0, 0, 0, 0.77); font-weight: 700; } .specific-information .h6 { flex: 1; border-bottom: none; margin: 2rem 0; color: rgba(0, 0, 0, 0.97); font-size: 0.9rem; font-weight: 600; } .product-details { font-size: 0.875rem; line-height: 1.7; margin-bottom: 2rem; } .product-details h2, .product-details .h2 { font-size: 1.25rem; color: rgba(0, 0, 0, 0.97); font-weight: 600; margin-bottom: 1rem; } .product-details h5, .product-details .h5 { font-size: 1rem; font-weight: 600; } .product-details h6, .product-details .h6 { margin-top: 0.5rem; } .product-details__text { line-height: 1.4; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; font-size: 0.875rem; } .product-details .link-underline { display: inline-block; margin-bottom: 0.5rem; font-size: 0.9375rem; } .product-details .link-underline:hover { text-decoration: none; } .product-details__txt { overflow-y: auto; } .product-details__txt > * { max-width: 100% !important; word-break: break-all; } .box-dotted { background-color: #f9f9f9; padding: 1.5rem; border: 1px dashed #dee2e6; } .mini-slider .product { border: none; box-shadow: none; } .mini-slider .product__body { padding: 1.3rem 0 0; } .mini-slider .product__body h5, .mini-slider .product__body .h5 { font-size: 0.875rem; } .mini-slider .product__body h4, .mini-slider .product__body .h4 { font-size: 0.875rem; padding-top: 0; } .mini-slider .product__body .add-on { font-size: 0.8rem; margin-bottom: 5px; } .mini-slider .product__body .add-on input, .mini-slider .product__body .add-on .custom-select { margin-right: 2px; } .common-title { font-weight: 700; margin-bottom: 2rem; } .price .price-category { color: rgba(0, 0, 0, 0.77); font-size: 0.875rem; } .price .price-amount { color: var(--brand-color); font-weight: 700; } .price .price-amount span { font-weight: 400; } .sellerinfo-wrapp { display: flex; justify-content: space-between; } @media (min-width: 1200px) { .sellerinfo-wrapp { padding-right: 5.7rem; } } @media (max-width: 767.98px) { .sellerinfo-wrapp { display: block; } } .sellerinfo-wrapp .seller-name { font-size: 1.125rem; margin-bottom: 0.875rem; font-weight: 700; } .sellerinfo-wrapp .seller-rating svg { fill: #ffc107; margin-top: -3px; } .sellerinfo-wrapp .que-link svg { margin-right: 0.875rem; } .list-dots li { position: relative; padding-left: 1rem; line-height: 2.5rem; } .list-dots li::before { content: ""; position: absolute; height: 6px; width: 6px; background-color: #212529; border-radius: 100%; top: 50%; left: 0; } .list-border li { display: flex; justify-content: space-between; border-bottom: solid 1px #dee2e6; padding-bottom: 1.375rem; margin-bottom: 1.375rem; font-size: 0.9rem; } .list-border li span { flex: 0 0 50%; max-width: 50%; } .list-border li .bold { font-weight: 600; } .que-link { color: var(--brand-color); } .que-link svg { fill: var(--brand-color); } .detail-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 2rem; } .border-y { border-top: solid 1px #dee2e6; border-bottom: solid 1px #dee2e6; } .slider-wrapper { margin: 0 -10px; } .slider-wrapper .product { margin: 0 10px; } .list-uploaded-media { margin-bottom: 2rem; display: flex; flex-flow: row wrap; } .list-uploaded-media-item { display: flex; margin: 0.5rem 0; } .list-uploaded-media .thumbnail { display: flex; align-items: center; justify-content: center; padding: 0; max-width: none; border-radius: 0; border: solid 1px #dee2e6; -o-object-fit: cover; object-fit: cover; width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.03); background-image: url(images/retina/image.svg); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; margin-right: 10px; } .seller-info { display: flex; justify-content: space-between; flex-direction: column; gap: 1rem; margin-top: 1.5rem; font-weight: inherit; } .yes-no ul { justify-content: flex-start; } .yes-no ul li:first-child { margin-left: 0; } .slick-track { margin: 0; } .rating-review { padding: 2rem; border: solid 1px #dee2e6; background-color: #fff; color: #000; } .rating-review h2, .rating-review .h2 { font-size: 1.125rem; font-weight: 600; padding-bottom: 2.5rem; } @media (max-width: 575.98px) { .rating-review h2, .rating-review .h2 { padding-bottom: 1rem; } } .rating-review .rating-review-wrapper { display: flex; flex-wrap: wrap; } .rating-review .rating-review-wrapper .rating-points { text-align: center; display: block; } @media (max-width: 575.98px) { .rating-review .rating-review-wrapper .rating-points { width: 100%; margin-bottom: 2rem; } } .rating-review .rating-review-wrapper .rating-points h3, .rating-review .rating-review-wrapper .rating-points .h3 { font-size: 40px; font-weight: 700; margin-bottom: 0; } .rating-review .rating-review-wrapper .rating-points .product-rating { padding-bottom: 0; border-bottom: none; margin-top: 10px; } @media (max-width: 575.98px) { .rating-review .rating-review-wrapper .rating-points .product-rating ul { width: 100%; justify-content: center; } } .rating-review .rating-review-wrapper .rating-points .product-rating ul li { margin-right: 10px; } .rating-review .rating-review-wrapper .rating-points .rating-count { padding-top: 20px; color: rgba(0, 0, 0, 0.77); } .rating-review .rating-review-wrapper .rating-points .rating-count .icn-rating-user { margin-right: 8px; } .rating-review .rating-review-wrapper .rating-points .rating-count .icn-rating-user svg { width: 15.387px; height: 15.387px; } .listing--progress-wrapper { flex: 1; margin-left: 3rem; } @media (max-width: 575.98px) { .listing--progress-wrapper { margin: 0; } } .listing--progress-wrapper li { display: flex; align-items: center; line-height: 0; margin-top: 0; margin-bottom: 1rem; padding: 0; } .listing--progress-wrapper li:last-child { margin-bottom: 0; } .listing--progress-wrapper li .progress__bar { background-color: #e1e1e1; height: 11px; flex: 1; } .listing--progress-wrapper li .progress_count { color: rgba(0, 0, 0, 0.77); font-size: 0.8rem; min-width: 10px; line-height: 1; } .listing--progress-wrapper li:nth-child(1) .progress__bar .progress__fill { background-color: #4ea952; } .listing--progress-wrapper li:nth-child(2) .progress__bar .progress__fill { background-color: #a5d42f; } .listing--progress-wrapper li:nth-child(3) .progress__bar .progress__fill { background-color: #f7e642; } .listing--progress-wrapper li:nth-child(4) .progress__bar .progress__fill { background-color: #faa935; } .listing--progress-wrapper li:nth-child(5) .progress__bar .progress__fill { background-color: rgba(239, 64, 29, 0.7); } .review_wrapper { max-width: 1052px; margin: 3rem auto 0; } .review_wrapper .review-head { display: flex; align-items: center; justify-content: space-between; } @media (max-width: 575.98px) { .review_wrapper .review-head { display: block; } } .review_wrapper .review-head h2, .review_wrapper .review-head .h2 { font-size: 1.25rem; color: rgba(0, 0, 0, 0.97); font-weight: 600; margin-bottom: 0; } @media (max-width: 575.98px) { .review_wrapper .review-head .dropdown { margin-top: 1rem; } } .review_wrapper .review-head .dropdown .link-arrow-down { background-color: transparent; border: solid 1px #dee2e6; position: relative; padding: 0.5rem 1rem; background-color: #fff; color: #000; padding-right: 2.5rem; } .review_wrapper .review-head .dropdown .link-arrow-down::before { content: ""; right: 1rem; height: 9px; width: 9px; position: absolute; border: none; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-50%) rotate(45deg); top: 50%; margin-top: -2px; } .review_wrapper .review-block { margin-top: 2rem; padding-bottom: 2rem; gap: 1rem; border: none; border-bottom: 1px solid; border-color: #dee2e6; border-radius: 0; color: rgba(0, 0, 0, 0.97); font-size: 0.9375rem; } .review_wrapper .review-block h5, .review_wrapper .review-block .h5 { color: rgba(0, 0, 0, 0.97); margin-bottom: 1rem; font-size: 0.9rem; } .review_wrapper .review-block .review-comment { font-size: 0.85rem; line-height: 30px; } .review_wrapper .review-block .review-detail { display: flex; justify-content: space-between; flex-wrap: wrap; color: rgba(0, 0, 0, 0.77); margin-top: 1rem; } .review_wrapper .review-block .review-detail .name-and-date { display: flex; } .review_wrapper .review-block .review-detail .name-and-date .date { padding-left: 15px; margin-left: 15px; border-left: 1px solid; border-color: #dee2e6; } @media (max-width: 575.98px) { .review_wrapper .review-block .review-detail .name-and-date .date { padding-left: 5px; margin-left: 5px; } } .review_wrapper .review-block .review-detail .like-dislike { display: flex; } .review_wrapper .review-block .review-detail .like-dislike .like a { padding-top: 10px; padding-bottom: 10px; } .review_wrapper .review-block .review-detail .like-dislike .like a span { margin-left: 8px; } .review_wrapper .review-block .review-detail .like-dislike .dislike { margin-left: 30px; } @media (max-width: 575.98px) { .review_wrapper .review-block .review-detail .like-dislike .dislike { margin-left: 15px; } } .review_wrapper .review-block .review-detail .like-dislike .dislike a { padding-top: 10px; padding-bottom: 10px; } .review_wrapper .review-block .review-detail .like-dislike .dislike a span { margin-left: 8px; } .review_wrapper .all-review { text-align: center; padding-top: 3.5rem; } .review-comment .link-underline { display: inline-block; margin-bottom: 0.5rem; } .review-comment .expanded.link-underline::after { display: none; } .like-dislike .icn-thumb-like svg { width: 20.5px; height: 19.509px; fill: none; stroke: #2d2d2d; } .like-dislike .icn-thumb-dislike svg { width: 20.5px; height: 19.509px; fill: none; stroke: #2d2d2d; } .like-dislike .active svg { stroke: var(--brand-color); } .thumb-list { display: flex; margin-top: 30px; margin-bottom: 30px; overflow-x: auto; } .thumb-list li { margin-right: 15px; position: relative; overflow: hidden; flex: 0 0 70px; max-width: 70px; } .thumb-list li img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .thumb-list li::before { content: ""; position: relative; padding-bottom: 100%; display: block; } .has-more li:last-child { position: relative; overflow: hidden; border-radius: 3px; cursor: pointer; } .has-more li:last-child::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 1; } .has-more li:last-child::after { content: ""; background-image: url(/images/retina/dots-white.svg); position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); height: 6px; width: 28px; } .radio-btn-group { display: flex; } .radio-btn-group-item { width: 100%; } .radio-btn-group .radio-button { position: absolute; width: 1px; height: 1px; opacity: 0; } .radio-btn-group .radio-button + label { padding: 0.8rem 1rem; cursor: pointer; border: solid 1px #dee2e6; margin-right: -2px; background-color: #ffffff; display: block; text-align: center; } .radio-btn-group .radio-button + label span { font-size: 12px; } .radio-btn-group .radio-button:checked + label { background-color: var(--brand-color); color: var(--brand-color-inverse); } .shop-wrapper { display: grid; grid-template-columns: 330px 1fr; grid-gap: 60px; margin-top: -18rem; position: relative; } @media (max-width: 991.98px) { .shop-wrapper { display: block; margin-top: 0; } } .shop-wrapper .shop-information { padding: 1.5rem; border: none; box-shadow: 0 6px 30px #0000000f; border-radius: 0; } .shop-wrapper .shop-information .products__rating { background-color: #ffc041; display: inline-flex; padding: 7px 10px; align-items: center; } .shop-wrapper .shop-information .products__rating .icn { margin: 0; } .shop-wrapper .shop-information .products__rating .rate { font-size: 0.875rem; } @media (max-width: 991.98px) { .shop-wrapper .shop-information { max-width: -moz-max-content; max-width: max-content; margin: 2rem auto; padding: 2.5rem; } } .shop-wrapper .shop-logo { max-height: 124px; max-width: 124px; margin-bottom: 1.75rem; border: solid 1px #dee2e6; } .shop-wrapper .shop-logo img[data-ratio="1:1"] { max-width: 100%; border-radius: 0; } .shop-wrapper .shop-info .shop-name h5, .shop-wrapper .shop-info .shop-name .h5 { font-size: 1rem; font-weight: 700; line-height: 1; margin-bottom: 1rem; } .shop-wrapper .shop-info .shop-name .location { font-size: 1rem; } .shop-wrapper .shop-info .shop-name span { font-size: 0.875rem; color: rgba(0, 0, 0, 0.5); font-weight: 400; line-height: 1; margin-bottom: 1rem; } .shop-wrapper .shop-info .shop-name span strong { color: #1d1d1d; } .shop-nav-link { border-radius: 0; } .add-compare { border-radius: 0; box-shadow: none; } .cart-total { border-radius: 0; } .cart-page-body { border-radius: 0; } .step-section { border-radius: 0; } .wallet-balance { border-radius: 0; } .completed-detail-item { border-radius: 0; } /*# sourceMappingURL=main-ltr.css.map */ 