@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta2 (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: #b36d34;
  --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: #b36d34;
  --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;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  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] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  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: #b36d34;
  text-decoration: underline;
}
a:hover {
  color: #8f572a;
}

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,
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;
}

[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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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: "— ";
}

.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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    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) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

.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.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.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 {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .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 {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .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 {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .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 {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .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 {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .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: transparent;
  --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: #f0e2d6;
  --bs-table-striped-bg: #e4d7cb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d8cbc1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ded1c6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d8cbc1;
}

.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;
  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: #d9b69a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(179, 109, 52, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.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;
  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 {
    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;
  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;
  appearance: none;
}
.form-select:focus {
  border-color: #d9b69a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(179, 109, 52, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  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);
  appearance: none;
  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: #d9b69a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(179, 109, 52, 0.25);
}
.form-check-input:checked {
  background-color: #b36d34;
  border-color: #b36d34;
}
.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: #b36d34;
  border-color: #b36d34;
  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='%23d9b69a'/%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;
  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(179, 109, 52, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(179, 109, 52, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #b36d34;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e8d3c2;
}
.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: #b36d34;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #e8d3c2;
}
.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);
  padding: 1rem 0.75rem;
}
.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::placeholder {
  color: transparent;
}
.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: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;
  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;
}

.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;
  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;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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(179, 109, 52, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #b36d34;
  border-color: #b36d34;
}
.btn-primary:hover {
  color: #000;
  background-color: #be8352;
  border-color: #bb7c48;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #be8352;
  border-color: #bb7c48;
  box-shadow: 0 0 0 0.25rem rgba(152, 93, 44, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #c28a5d;
  border-color: #bb7c48;
}
.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(152, 93, 44, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #b36d34;
  border-color: #b36d34;
}

.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: #b36d34;
  border-color: #b36d34;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #b36d34;
  border-color: #b36d34;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(179, 109, 52, 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: #000;
  background-color: #b36d34;
  border-color: #b36d34;
}
.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(179, 109, 52, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #b36d34;
  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: #b36d34;
  text-decoration: underline;
}
.btn-link:hover {
  color: #8f572a;
}
.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;
  top: 100%;
  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] {
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
  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 {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  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 {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  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: #b36d34;
}
.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: #b36d34;
}
.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;
  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.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: #b36d34;
}

.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;
}

.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 /* rtl:ignore */;
}

.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: transparent;
  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: #a1622f;
  background-color: #f7f0eb;
  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='%23a1622f'%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;
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.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: #b36d34;
  text-decoration: 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;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #8f572a;
}
.page-link:focus {
  z-index: 3;
  color: #8f572a;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(179, 109, 52, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #b36d34;
  border-color: #b36d34;
}
.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: #6b411f;
  background-color: #f0e2d6;
  border-color: #e8d3c2;
}
.alert-primary .alert-link {
  color: #563419;
}

.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: #b36d34;
  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-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;
  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: #b36d34;
  border-color: #b36d34;
}
.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: #6b411f;
  background-color: #f0e2d6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #6b411f;
  background-color: #d8cbc1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #6b411f;
  border-color: #6b411f;
}

.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(179, 109, 52, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: 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: 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-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  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: 1060;
  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 #d8d8d8;
  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;
}

/* rtl:begin:ignore */
.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%);
}

/* rtl:end:ignore */
.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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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: text-bottom;
  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: text-bottom;
  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;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #b36d34;
}
.link-primary:hover, .link-primary:focus {
  color: #c28a5d;
}

.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: #b36d34 !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-0 {
  border-width: 0 !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;
}

.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;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #b36d34 !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;
}

.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;
}

.bg-primary {
  background-color: #b36d34 !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: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  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;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/*Weeding hub page styles here */
.wedding-rings {
  padding: 3rem 0;
  position: relative;
}
.wedding-rings .img-fluid {
  width: 100%;
}
.wedding-rings .title {
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: center;
}
.wedding-rings .title::before {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #b36d34;
  margin-right: 10px;
}
.wedding-rings .content {
  text-align: center;
}
.wedding-rings .women-carousel {
  margin-top: 2rem;
}
.wedding-rings .women-carousel .item {
  width: 90%;
  margin: auto;
}
.wedding-rings .women-carousel .item a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: 0.3s color ease;
}
.wedding-rings .women-carousel .item a:hover {
  color: #b36d34;
}
.wedding-rings .women-carousel .item a .h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.wedding-rings .women-carousel .item a img {
  width: 75%;
  margin: auto;
}
.wedding-rings .women-carousel .item span {
  display: block;
}
.wedding-rings .women-carousel .item .para {
  text-align: center;
}
.wedding-rings .women-carousel .item .para a {
  display: inline-block;
  color: #b36d34;
  text-decoration: underline;
}
.wedding-rings .owl-carousel .owl-nav {
  margin: 0px;
}
.wedding-rings .owl-carousel .owl-nav button.owl-prev, .wedding-rings .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 10%;
  z-index: 100;
  border: none;
  background: none;
  height: 100px;
}
.wedding-rings .owl-carousel .owl-nav button.owl-prev:focus, .wedding-rings .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
.wedding-rings .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
  font-size: 0;
}
.wedding-rings .owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(135deg);
}
.wedding-rings .owl-carousel .owl-nav button.owl-next {
  right: 15px;
  font-size: 0;
}
.wedding-rings .owl-carousel .owl-nav button.owl-next:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(-45deg);
}

#createyourjewellery .women-carousel .item a img {
  width: 50%;
  margin-bottom: 10px;
}

.wedding-rings.women {
  position: relative;
}
.wedding-rings.women::before {
  background-color: #b36d34;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 70%;
  z-index: -1;
  content: "";
  clip-path: polygon(0% 0px, 50% 0%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0px, 50% 0%, 85% 100%, 0% 100%);
}
.wedding-rings.women .banner-img {
  background: url(../../frontend/Cubix/finecraft/en_GB/images/wedding/women-wedding-rings.jpg) no-repeat;
  height: 105%;
  background-size: cover;
  background-position: center;
}

.wedding-rings.men {
  position: relative;
  padding: 3rem 0 4rem 0;
}
.wedding-rings.men::before {
  background-color: #b36d34;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 70%;
  z-index: -1;
  content: "";
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.wedding-rings.men .banner-img {
  background: url(../../frontend/Cubix/finecraft/en_GB/images/wedding/men-wedding-rings.jpg) no-repeat;
  height: 105%;
  background-size: cover;
  background-position: center;
}

.category-products.wedding-rings-grid .btns-row {
  display: none;
}

.category-pendants .wedding-rings.men .banner-img {
  background-position: center;
  background: url(../../frontend/Cubix/finecraft/en_GB/images/pendants/shape-banner.jpg) no-repeat;
}

.category-pendants .wedding-rings.women .banner-img {
  background-position: center;
  background: url(../../frontend/Cubix/finecraft/en_GB/images/pendants/style-banner.jpg) no-repeat;
}

.product-image-wrapper {
  padding-bottom: 0 !important;
}

/* Jewellery Hub page css start here */
.categorypath-jewellery .hero-banner {
  background-position-y: 65% !important;
}

.jewellery {
  padding: 3rem 0;
  position: relative;
}
.jewellery .title {
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: center;
}
.jewellery .title::before {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #b36d34;
  margin-right: 10px;
}
.jewellery .content {
  text-align: center;
}
.jewellery .banner-img {
  background-repeat: no-repeat;
  height: 105%;
  background-size: cover;
  background-position: center;
}
.jewellery .jewellery-types {
  display: flex;
  justify-content: space-between;
}
.jewellery .jewellery-types .item {
  width: 30%;
}
.jewellery .jewellery-types .item a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: 0.3s color ease;
}
.jewellery .jewellery-types .item a:hover {
  color: #b36d34;
}
.jewellery .jewellery-types .item a .image {
  padding: 75px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0.5rem 0;
}
.jewellery .jewellery-types .item a .earrings {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/jewellery/studs-earrings.png);
}
.jewellery .jewellery-types .item a .pendants {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/jewellery/solitaire-pendants.png);
}
.jewellery .jewellery-types .item a .bracelets {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/jewellery/tennis-bracelets.png);
}
.jewellery .jewellery-types .item a .h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.jewellery .jewellery-types .item a img {
  width: 75%;
  margin: auto;
}
.jewellery .jewellery-types .item span {
  display: block;
}
.jewellery .jewellery-types .item .para {
  text-align: center;
}

/* Jewellery Hub page css end here */
@media (max-width: 991.98px) {
  .category-products.wedding-rings-grid .btns-row {
    display: block;
  }

  .wedding-rings.women::before {
    height: 30%;
    width: 75%;
  }
  .wedding-rings.women .banner-img {
    height: auto;
    padding: 20% 0;
    background-position: center 85%;
    margin-bottom: 1.5rem;
  }

  .wedding-rings.men::before {
    height: 30%;
    width: 75%;
  }
  .wedding-rings.men .row {
    flex-direction: column-reverse;
  }
  .wedding-rings.men .banner-img {
    height: auto;
    padding: 20% 0;
    background-position: center -55px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .wedding-rings.women {
    padding: 2rem 0;
  }
  .wedding-rings.women::before {
    height: 20%;
    width: 75%;
  }
  .wedding-rings.women .banner-img {
    padding: 30% 0;
    background-position: center bottom;
  }

  .wedding-rings.men {
    padding: 2rem 0;
  }
  .wedding-rings.men::before {
    height: 20%;
  }
  .wedding-rings.men .banner-img {
    padding: 30%;
  }

  .wedding-rings .item .h3 {
    font-size: 1.25rem;
  }
  .wedding-rings .item .para {
    font-size: 0.85rem;
  }
  .wedding-rings .title {
    font-size: 1.5rem;
  }
  .wedding-rings .title::before {
    width: 10%;
  }

  #product-preview .filter-section .custom-filters .plainwr-wrap label {
    font-size: 0.85rem;
  }
}
.categorypath-pendants-solitaire .category-banner, .categorypath-pendants-halo .category-banner, .categorypath-pendants-heart .category-banner, .categorypath-pendants-cross .category-banner, .categorypath-pendants-designer .category-banner, .categorypath-pendants-gemstone .category-banner {
  background-position-y: bottom;
}

.categorypath-pendants .hero-banner {
  background-position-y: bottom !important;
}

/* Common css */
klarna-placement .container {
  border: none !important;
  padding: 0 !important;
  max-width: initial !important;
  min-height: 29px !important;
}

.star-ratings-css-top {
  color: #b36d34 !important;
}

/* Add to bag sticky Styles start here */
.text-end {
  text-align: right;
}

#remember-me-box .tooltip.wrapper {
  display: none;
}

.custom-page-title .page-title-wrapper .page-title {
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: center;
}
.custom-page-title .page-title-wrapper .page-title::before {
  content: "";
  width: 15%;
  height: 2px;
  background-color: #b36d34;
  margin-right: 2%;
  align-items: center;
}

#addtoBag-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  font-family: "Nunito", sans-serif;
  border-top: 1px solid #d0d0d0;
  background-color: #f3f3f3;
  display: none;
}
#addtoBag-sticky .inner {
  display: flex;
  justify-content: center;
}
#addtoBag-sticky .inner .sticky-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#addtoBag-sticky .inner .column-1, #addtoBag-sticky .inner .column-2, #addtoBag-sticky .inner .column-3 {
  margin-right: 1.25rem;
  flex-grow: 1;
}
#addtoBag-sticky .inner .column-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
#addtoBag-sticky .inner .price {
  display: flex;
  flex-direction: column-reverse;
}
#addtoBag-sticky .inner .price .value {
  font-size: 1.25rem;
  margin-top: 0.25rem;
}
#addtoBag-sticky .inner h5 {
  font-weight: 600;
  font-size: 1.1rem;
}
#addtoBag-sticky .inner h6 {
  font-weight: 500;
}
#addtoBag-sticky .inner .btn.tocart {
  border-radius: 0px;
  background-color: #b36d34;
  border: 2px solid #b36d34;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s filter ease;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#addtoBag-sticky .inner .btn.tocart:hover {
  filter: drop-shadow(2px 2px 6px #C4C4C4);
}
#addtoBag-sticky .inner #trigger-appointment {
  border-radius: 0px;
  border: 2px solid #000;
  width: 100%;
  font-weight: 600;
  background-color: #fff;
  transition: border-color 0.3s ease;
}
#addtoBag-sticky .inner #trigger-appointment:hover {
  border-color: #b36d34;
}

.hub-description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #addtoBag-sticky .inner h5, #addtoBag-sticky .inner h6 {
    font-size: 0.725rem;
  }
  #addtoBag-sticky .inner .btn {
    font-size: 0.725rem;
  }
}
@media (max-width: 767.98px) {
  .hide {
    display: none !important;
  }

  #addtoBag-sticky {
    padding: 0.5rem 0;
    justify-content: space-between;
  }
  #addtoBag-sticky .inner .sticky-content {
    justify-content: space-between;
  }
  #addtoBag-sticky .inner .column-3 {
    margin-right: 0.5rem;
  }
  #addtoBag-sticky .inner #trigger-appointment.btn {
    padding: 0rem;
    border: none;
    background: transparent;
    border-bottom: 2px dotted #b36d34;
    margin-bottom: 3px;
    font-size: 1.1rem;
  }
  #addtoBag-sticky .inner #trigger-appointment.btn:hover {
    background: transparent;
    color: #b36d34;
  }
  #addtoBag-sticky .inner .btn.tocart {
    margin-bottom: 0;
    margin-top: 0.25rem;
  }
  #addtoBag-sticky .inner .btn {
    font-size: 1rem;
  }
  #addtoBag-sticky .inner h5 {
    font-size: 1.25rem;
    margin-bottom: 0rem;
  }
  #addtoBag-sticky .inner .price {
    flex-direction: row;
    margin-top: 0rem;
    margin-top: 5px;
    align-items: center;
  }
  #addtoBag-sticky .inner .price small {
    font-size: 0.75rem;
  }
  #addtoBag-sticky .inner .price .value {
    margin-top: 0rem;
    font-size: 1.5rem;
    margin-right: 3px;
  }
}
/* Add to bag sticky Styles end here */
.reviews-section .review-logos {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-section .review-logos li {
  width: 12%;
  margin: 0 2%;
}
.reviews-section .review-logos li img {
  width: 100%;
}
.reviews-section .review-filter {
  display: flex;
  flex-direction: column;
}
.reviews-section .review-filter .btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  border: none;
  background: transparent;
  text-align: left;
  outline: none;
}
.reviews-section .review-filter .btn:hover {
  color: #b36d34;
  text-decoration: underline;
}
.reviews-section .review-filter .btn:focus {
  outline: none;
  box-shadow: none;
}
.reviews-section .review-filter .btn.active {
  text-decoration: underline;
  color: #b36d34;
}
.reviews-section .testimonials-list .testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reviews-section .testimonials-list .testimonials .testimonial {
  display: none;
  width: 47%;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  box-shadow: 4px 4px 0 0 #f5f5f5;
  transition: border 0.3s, box-shadow 0.3s;
  margin: 10px;
  padding: 0;
}
.reviews-section .testimonials-list .testimonials .testimonial:hover {
  border-color: #c5d7e0;
  box-shadow: 4px 4px 0 0 #c5d7e0;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-header {
  padding: 20px;
  display: flex;
  align-items: center;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-header .img {
  width: 80px;
  margin-right: 10px;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-header .img img {
  width: 100%;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-header .name {
  width: calc(100% - 90px);
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-header .name h3 {
  word-break: break-all;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-content {
  padding: 20px;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-content .addReadMore.showlesscontent .SecSec, .reviews-section .testimonials-list .testimonials .testimonial .testimonial-content .addReadMore.showlesscontent .readLess {
  display: none;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-content .addReadMore.showmorecontent .readMore {
  display: none;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-content .addReadMore .readMore, .reviews-section .testimonials-list .testimonials .testimonial .testimonial-content .addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: #b36d34;
  cursor: pointer;
}
.reviews-section .testimonials-list .testimonials .testimonial .testimonial-content .addReadMoreWrapTxt.showmorecontent .SecSec, .reviews-section .testimonials-list .testimonials .testimonial .testimonial-content .addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}
.reviews-section .testimonials-list .testimonials .show {
  display: block;
}

ol.items.am-filter-items-attr_ring_sizes_allowed {
  column-count: 3;
}

.ring_sizes_allowed .amshopby-filter-name {
  display: block;
}

.reduce-font {
  font-size: 1rem !important;
}

.cart-form-error {
  text-align: center;
  color: red;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
}
.loading .loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #b36d34;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  top: 40%;
  position: absolute;
  left: 0;
  right: 0;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ui-timepicker-div dl dd {
  margin: 0 0 10px 20px;
}

.ui-timepicker-div td {
  padding: 5px;
}

.ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #b36d34;
}

.ui-datepicker .ui-datepicker-prev span {
  border-color: transparent #b36d34 transparent transparent;
}

.ui-timepicker-div dl {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.ui-timepicker-div dl dt {
  height: auto;
  margin-bottom: 0;
  width: 50%;
}
.ui-timepicker-div dl dd {
  padding: 0;
  margin: 0 0 0px 2%;
  width: 48%;
}
.ui-timepicker-div dl dd .ui-timepicker-select {
  border-color: #D5D5D5;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.ui-timepicker-div dl dd .ui-timepicker-select:focus-visible {
  outline: none;
}
.ui-timepicker-div dl .ui_tpicker_minute, .ui-timepicker-div dl .ui_tpicker_second, .ui-timepicker-div dl .ui_tpicker_millisec, .ui-timepicker-div dl .ui_tpicker_microsec {
  display: none;
}

.ui-datepicker {
  max-width: 350px;
}
.ui-datepicker .ui-datepicker-buttonpane {
  display: flex;
  justify-content: space-between;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: none;
  border: none;
  background-color: #b36d34;
  color: #fff;
  padding: 5px 10px;
}
.ui-datepicker .ui-datepicker-buttonpane button:focus {
  outline: none;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0px;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #b36d34;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #b36d34;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: #b36d34;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #000;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
}

.ui-slider-horizontal {
  height: 5px;
  background-color: #ced4da;
  margin-bottom: 20px;
  margin-top: 20px;
  width: calc(100% - 30px);
}
.ui-slider-horizontal .ui-slider-handle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b36d34;
  top: -15px;
}
.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.ui-slider-horizontal .ui-slider-handle:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.fotorama__arr {
  width: 45px !important;
}

.fotorama__arr, .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.fotorama__arr:hover, .fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.fotorama__dot {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #D6D6D6;
}

.fotorama__active .fotorama__dot {
  background: #869791;
}

/* Cart Page style start here */
.item-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.item-options li {
  width: 25%;
}

.cart-container.container a {
  text-decoration: none;
  color: black;
}

.cart-container .cart-summary, .cart-container .cartcheckouttbn {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.cart-container td {
  border: none;
}
.cart-container th {
  border-bottom-width: 0;
  font-weight: normal;
}
.cart-container .cartdiscount, .cart-container .cartcheckouttbn {
  margin-bottom: 20px;
}
.cart-container .apply-discount {
  background-color: #aaadaf;
  border-color: #aaadaf;
}
.cart-container .cartdiscount {
  margin-left: 20px;
}

/* arrow animation styles start here */
.custom-filters .natural-wrap.diamond-filter-wrap {
  position: relative;
}

.arrow-block {
  position: absolute;
  left: -2.5%;
  top: 0px;
  width: 105%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffffe0;
  z-index: 99;
}
.arrow-block .down-arrow-animation {
  position: relative;
  width: 75px;
  height: 85px;
}
.arrow-block .down-arrow-animation .message {
  left: -35px;
  bottom: -10px;
  line-height: 1;
  position: absolute;
  width: 150px;
  right: 0px;
}

.chevron {
  position: absolute;
  width: 75px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #b36d34;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
/*Arrow animation style end here */
@media (min-width: 576px) {
  .reduce-font {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 767.98px) {
  .review-logos li {
    width: 30%;
    margin: 0 1%;
  }
}
@media (max-width: 991.98px) {
  .reviews-section .testimonials-list .testimonials .testimonial {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .reviews-section .review-filter {
    flex-direction: row;
    justify-content: space-around;
  }
  .reviews-section .nav.nav-pills {
    flex-direction: row;
    justify-content: space-around;
  }
  .reviews-section .nav.nav-pills .nav-link {
    padding: 0.5rem 0.25rem;
  }
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap:focus {
  outline: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .mage-error, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .mage-error, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .mage-error, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .mage-error {
  text-align: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .certificate-row .field.required .label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .certificate-row .field.required .label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .certificate-row .field.required .label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .certificate-row .field.required .label {
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required .label[for=select_9], .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required .label[for=select_186], .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required .label[for=select_9], .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required .label[for=select_186], .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required .label[for=select_9], .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required .label[for=select_186], .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required .label[for=select_9], .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required .label[for=select_186] {
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .fieldset:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .fieldset:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .fieldset:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .fieldset:focus {
  outline: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .field.required {
  margin-bottom: 1rem;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-input, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-input, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-input, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-metal select, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-ring-size select, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-chain select, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-metal select, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-ring-size select, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-chain select, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-metal select, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-ring-size select, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-chain select, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-metal select, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-ring-size select, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-chain select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fbfbfb;
  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: 0rem;
  appearance: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-metal select:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-ring-size select:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-chain select:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-metal select:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-ring-size select:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-chain select:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-metal select:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-ring-size select:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-chain select:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-metal select:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-ring-size select:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-chain select:focus {
  outline: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested {
  display: flex;
  justify-content: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option {
  margin-right: 10px;
  position: relative;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option input[type=radio], .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option input[type=radio], .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option input[type=radio], .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label {
  display: inline-block;
  background-color: #DFDFDF;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: background-color, color 0.5s ease-in-out;
  color: #000;
  cursor: pointer;
  margin: auto;
  letter-spacing: -1px;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label .price-notice, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label .price-notice, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label .price-notice, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label .price-notice {
  display: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option label:hover {
  background-color: #b36d34;
  color: #fff;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option input[type=radio]:checked + label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option input[type=radio]:checked + label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option input[type=radio]:checked + label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .control.custom-certificate .options-list.nested .field.choice.admin__field.admin__field-option input[type=radio]:checked + label {
  background-color: #b36d34;
  color: #fff;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .label {
  margin-bottom: 5px;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-selected-option {
  display: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-label {
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options {
  display: flex;
  justify-content: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option {
  padding: 5px 10px;
  background-color: #DFDFDF;
  transition: background-color 0.5s ease;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option:not(:last-child), .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option:not(:last-child), .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option:not(:last-child), .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option:not(:last-child) {
  margin-right: 5px;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option.selected, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option.selected, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option.selected, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.width .swatch-attribute-options .swatch-option.selected {
  background-color: #b36d34;
  color: #fff;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-label {
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-selected-option {
  display: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options {
  display: flex;
  justify-content: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options:focus {
  outline: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option {
  width: 75px;
  height: 75px;
  margin: 6px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  transition: box-shadow, color, background-color 0.5s ease;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .swatch-option:focus {
  outline: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .selected, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .selected, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .selected, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .selected {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .disabled, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .disabled, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .disabled, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .disabled {
  position: relative;
  opacity: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .disabled.selected:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .disabled.selected:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .disabled.selected:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.clarity .swatch-attribute-options .disabled.selected:after {
  background-color: #f3f3f3;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute {
  margin-bottom: 1rem;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat:focus {
  outline: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-label, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-label, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-label, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-label, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-label, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-label, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-label, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-label, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-label {
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-selected-option {
  display: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-selected-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-selected-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-selected-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-selected-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-selected-option {
  margin-left: 0.5rem;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options {
  display: flex;
  justify-content: center;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options:focus {
  outline: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option {
  width: 75px;
  height: 75px;
  margin: 6px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  transition: box-shadow, color, background-color 0.5s ease;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option:hover, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option:hover, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option:hover, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option:hover, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option:hover, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option:hover, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option:hover, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option:hover, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option:focus, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option:focus, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option:focus, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .swatch-option:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .swatch-option:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .swatch-option:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .swatch-option:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .swatch-option:focus, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .swatch-option:focus {
  outline: none;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .selected, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .selected, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .selected, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .selected, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .selected, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .selected, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .selected, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .selected, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .selected, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .selected, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .selected, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .selected, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .selected, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .selected, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .selected, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .selected, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .selected, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .selected, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .selected, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .selected, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .selected, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .selected, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .selected, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .selected {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled {
  position: relative;
  opacity: 0.3;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled:after {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #939393;
  position: absolute;
  transform: rotate(-45deg);
}
.semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled.selected:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled.selected:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled.selected:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled.selected:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled.selected:after, .semi-catalog-rings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled.selected:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled.selected:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled.selected:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled.selected:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled.selected:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled.selected:after, .semi-catalog-bracelets #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled.selected:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled.selected:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled.selected:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled.selected:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled.selected:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled.selected:after, .semi-catalog-earrings #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled.selected:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.certificate .swatch-attribute-options .disabled.selected:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.colour .swatch-attribute-options .disabled.selected:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.cut .swatch-attribute-options .disabled.selected:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.polish .swatch-attribute-options .disabled.selected:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.symmetry .swatch-attribute-options .disabled.selected:after, .semi-catalog-pendants #product-preview .filter-section .select-filter-wrap .product-options-wrapper .swatch-opt .swatch-attribute.carat .swatch-attribute-options .disabled.selected:after {
  background-color: #f3f3f3;
}

.tab-wapper {
  margin: 0;
  padding: 0;
  display: flex;
}

.sample-img-msg {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.message.info.empty {
  padding: 3rem 0;
  margin-top: 1rem;
  text-align: center;
}

.diamondTypeCarousel.owl-carousel .owl-nav button.owl-next, .diamondTypeCarousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
}
.diamondTypeCarousel.owl-carousel .owl-nav button.owl-next:hover, .diamondTypeCarousel.owl-carousel .owl-nav button.owl-prev:hover {
  background: none;
}
.diamondTypeCarousel.owl-carousel .owl-nav button.owl-next span, .diamondTypeCarousel.owl-carousel .owl-nav button.owl-prev span {
  transition: 0.5s all ease-in-out;
  display: none !important;
}
.diamondTypeCarousel.owl-carousel .owl-nav button.owl-next:before, .diamondTypeCarousel.owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
}
.diamondTypeCarousel.owl-carousel .owl-nav button.owl-next {
  right: -10px;
  transform: rotate(-45deg);
}
.diamondTypeCarousel.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
  transform: rotate(-230deg);
}

.diamondTypeCarousel {
  padding: 1rem 0;
  margin: 1rem 0;
  display: flex !important;
  justify-content: center;
}
.diamondTypeCarousel .custom-radio {
  transition: all 0.5s ease;
}
.diamondTypeCarousel .custom-radio:hover label {
  color: #000;
  font-weight: 500;
}
.diamondTypeCarousel .custom-radio label {
  display: flex;
  align-items: center;
  color: #A0A0A0;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 0.75rem;
}
.diamondTypeCarousel .custom-radio label:before {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin-right: 10px;
}
.diamondTypeCarousel .custom-radio label span {
  width: calc(100% - 85px);
}
.diamondTypeCarousel .custom-radio label[for=labgrownDiamond]:before {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/shape/round.png");
}
.diamondTypeCarousel .custom-radio label[for=naturalDiamond]:before {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/shape/round.png");
}
.diamondTypeCarousel .custom-radio label[for=naturalfancyDiamond]:before {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/shape/fancy-yellow.png");
}
.diamondTypeCarousel .custom-radio label[for=gemstoneDiamond]:before {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/shape/blue_sapphire.png");
}
.diamondTypeCarousel .custom-radio input[type=radio]:checked + label {
  color: #000;
  font-weight: 500;
}

/* Diamond shapes */
.advance-filter.gemstone .inner {
  justify-content: flex-end;
}

.diamondtype-gemstone .slider-title a {
  color: #000;
  text-decoration: none;
}
.diamondtype-gemstone .gemtypemain .slider-box, .diamondtype-gemstone .shapemain .slider-box, .diamondtype-gemstone .caratmain .slider-box, .diamondtype-gemstone .cutmain .slider-box, .diamondtype-gemstone .colourmain .slider-box, .diamondtype-gemstone .intensitymain .slider-box, .diamondtype-gemstone .pricemain .slider-box, .diamondtype-gemstone .gemstone_claritymain .slider-box {
  display: flex;
  align-items: center;
}
.diamondtype-gemstone .gemtypemain .slider-box .slider-title, .diamondtype-gemstone .shapemain .slider-box .slider-title, .diamondtype-gemstone .caratmain .slider-box .slider-title, .diamondtype-gemstone .cutmain .slider-box .slider-title, .diamondtype-gemstone .colourmain .slider-box .slider-title, .diamondtype-gemstone .intensitymain .slider-box .slider-title, .diamondtype-gemstone .pricemain .slider-box .slider-title, .diamondtype-gemstone .gemstone_claritymain .slider-box .slider-title {
  flex-grow: 1;
  margin-right: 5px;
}
.diamondtype-gemstone .gemtypemain .slider-box .slider-path, .diamondtype-gemstone .shapemain .slider-box .slider-path, .diamondtype-gemstone .caratmain .slider-box .slider-path, .diamondtype-gemstone .cutmain .slider-box .slider-path, .diamondtype-gemstone .colourmain .slider-box .slider-path, .diamondtype-gemstone .intensitymain .slider-box .slider-path, .diamondtype-gemstone .pricemain .slider-box .slider-path, .diamondtype-gemstone .gemstone_claritymain .slider-box .slider-path {
  padding: 0 0.5rem;
  flex-grow: 100;
}
.diamondtype-gemstone .gemtypemain .slider-box .slider-path .ui-slider-horizontal, .diamondtype-gemstone .shapemain .slider-box .slider-path .ui-slider-horizontal, .diamondtype-gemstone .caratmain .slider-box .slider-path .ui-slider-horizontal, .diamondtype-gemstone .cutmain .slider-box .slider-path .ui-slider-horizontal, .diamondtype-gemstone .colourmain .slider-box .slider-path .ui-slider-horizontal, .diamondtype-gemstone .intensitymain .slider-box .slider-path .ui-slider-horizontal, .diamondtype-gemstone .pricemain .slider-box .slider-path .ui-slider-horizontal, .diamondtype-gemstone .gemstone_claritymain .slider-box .slider-path .ui-slider-horizontal {
  margin-top: 10px !important;
}
.diamondtype-gemstone .gemtypemain .slider-box .ui-slider-marks-holder .ui-slider-marks, .diamondtype-gemstone .shapemain .slider-box .ui-slider-marks-holder .ui-slider-marks, .diamondtype-gemstone .caratmain .slider-box .ui-slider-marks-holder .ui-slider-marks, .diamondtype-gemstone .cutmain .slider-box .ui-slider-marks-holder .ui-slider-marks, .diamondtype-gemstone .colourmain .slider-box .ui-slider-marks-holder .ui-slider-marks, .diamondtype-gemstone .intensitymain .slider-box .ui-slider-marks-holder .ui-slider-marks, .diamondtype-gemstone .pricemain .slider-box .ui-slider-marks-holder .ui-slider-marks, .diamondtype-gemstone .gemstone_claritymain .slider-box .ui-slider-marks-holder .ui-slider-marks {
  top: 32px;
}

.shapemain .slider-path .shape-tab {
  display: flex;
}
.shapemain .slider-path .shape-tab .custom-checkbox input[type=checkbox]:checked + label {
  color: #000;
  font-weight: 500;
  border: 1px solid #b36d34;
}
.shapemain .slider-path .shape-tab .custom-checkbox label {
  cursor: pointer;
  text-align: center;
  padding: 5px;
  margin: 5px;
}
.shapemain .slider-path .shape-tab .custom-checkbox label:hover {
  border: 1px solid #b36d34;
}
.shapemain .slider-path .shape-tab .custom-checkbox label img {
  width: 35px;
  margin-bottom: 3px;
}
.shapemain .slider-path .shape-tab .custom-checkbox label:hover img {
  filter: drop-shadow(1px 1px 2px gray);
  cursor: pointer;
}

.gemtypemain .slider-path .gemstone-diamond-gemtype input[type=radio]:checked + label {
  color: #000;
  font-weight: 500;
  border: 1px solid #b36d34;
}
.gemtypemain .slider-path .gemstone-diamond-gemtype label {
  cursor: pointer;
  text-align: center;
  padding: 5px;
  margin: 5px;
}
.gemtypemain .slider-path .gemstone-diamond-gemtype label img {
  width: 35px;
  margin-bottom: 3px;
}
.gemtypemain .slider-path .gemstone-diamond-gemtype label:hover img {
  filter: drop-shadow(1px 1px 2px gray);
  cursor: pointer;
}

.colourmain .slider-path .gemstone-diamond-colour input[type=radio]:checked + label {
  color: #000;
  font-weight: 500;
  border: 1px solid #b36d34;
}
.colourmain .slider-path .gemstone-diamond-colour label {
  cursor: pointer;
  text-align: center;
  padding: 5px;
  margin: 5px;
}
.colourmain .slider-path .gemstone-diamond-colour label img {
  width: 35px;
  margin-bottom: 3px;
}
.colourmain .slider-path .gemstone-diamond-colour label:hover img {
  filter: drop-shadow(1px 1px 2px gray);
  cursor: pointer;
}

.diamond-shapes {
  display: flex;
  align-items: center;
}
.diamond-shapes .shape:not(:last-child) {
  margin-right: 0.5rem;
}
.diamond-shapes .shape .custom-radio label {
  width: 100%;
  padding: 5px;
}
.diamond-shapes .shape .custom-radio label img {
  transition: filter ease 0.5s;
}
.diamond-shapes .shape .custom-radio label:hover img {
  filter: drop-shadow(1px 1px 2px gray);
  cursor: pointer;
}
.diamond-shapes .shape .custom-radio input[type=radio]:checked + label img {
  filter: drop-shadow(1px 1px 5px gray);
}

.filter-wapper {
  display: flex;
  justify-content: flex-end;
}

/*Filter styles start here */
.ui-slider-horizontal {
  height: 2px !important;
}

.ui-slider-marks-holder {
  font-size: 0.75rem;
  position: relative;
}
.ui-slider-marks-holder:first-child .ui-slider-marks {
  border-left: 1px solid #c5c5c5;
}
.ui-slider-marks-holder .ui-slider-marks {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 12px;
  opacity: 0.8;
  border-right: 1px solid #c5c5c5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.diamond-type .slider-box .slider-path .caratFromTooltip, .diamond-type .slider-box .slider-path .caratToTooltip, .diamond-type .slider-box .slider-path .priceFromTooltip, .diamond-type .slider-box .slider-path .priceFromTooltip, .diamond-type .slider-box .slider-path .priceToTooltip {
  font-size: 0.75rem;
}
.diamond-type .slider-box .slider-path .ui-slider-horizontal .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -10px;
}

.ui-slider-range-max {
  background: #b36d34 !important;
}

.advance-filter {
  position: relative;
}

.clear-filter {
  position: absolute;
  right: 20px;
  top: -40px;
  color: #000;
  z-index: 10;
}

.tab-wapper {
  position: relative;
}
.tab-wapper .nav-tabs .nav-link {
  color: #000;
  background-color: #f6f6f6;
  border-radius: 0;
}
.tab-wapper .nav-tabs .nav-link:focus {
  outline: none;
}
.tab-wapper .nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}
.tab-wapper .nav-tabs .nav-link img {
  width: 20px;
  margin-right: 3px;
}
.tab-wapper .nav-tabs {
  width: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
}

.product-block:hover {
  cursor: pointer;
  border-color: #b36d34;
}
.product-block .details {
  font-size: 0.825rem;
}
.product-block .product-img {
  text-align: center;
  height: 210px;
  background-color: #c1c1c9;
  margin-bottom: 0.5rem;
  position: relative;
}
.product-block .product-img img {
  height: 210px;
}
.product-block .product-img .sample-img-msg {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0;
}
.product-block .card-header {
  border: none;
  background: transparent;
  border-radius: 0;
  padding-bottom: 0.25rem;
}
.product-block .name {
  font-size: 1rem;
}
.product-block .card-header {
  position: relative;
}
.product-block .card-header img.diamond-img {
  width: 25px;
  position: absolute;
  right: 1rem;
  top: 0.25rem;
}
.product-block .price {
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
}
.product-block .card-body {
  position: relative;
  padding-top: 0.25rem;
}
.product-block .card-body .compare {
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.product-block .card-body .compare .checkbox:hover label {
  filter: grayscale(0);
}
.product-block .card-body .compare .checkbox input[type=checkbox]:checked + label {
  filter: grayscale(0);
}
.product-block .card-body .compare .checkbox label {
  padding: 10px;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/compare.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1);
  transition: filter 0.5s ease;
  cursor: pointer;
}

/* Compare diamond css */
.diamond_comparision .btns-row {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0;
}
.diamond_comparision .btns-row .btn-next {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background: #b36d34;
  border: none;
  border-radius: 3px;
}
.diamond_comparision .btns-row .btn-next:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 7px;
  left: 6px;
}
.diamond_comparision .btns-row .btn-next:focus {
  outline: none;
}
.diamond_comparision .btns-row .btn-next:disabled {
  opacity: 0.8;
}
.diamond_comparision .btns-row .btn-prev {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background: #b36d34;
  border: none;
  margin-right: 10px;
  border-radius: 3px;
}
.diamond_comparision .btns-row .btn-prev:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  top: 7px;
  left: 9px;
}
.diamond_comparision .btns-row .btn-prev:disabled {
  opacity: 0.8;
}
.diamond_comparision .btns-row .btn-prev:focus {
  outline: none;
}

.diamondcompare-grid {
  display: flex;
  border: 1px solid #e6e6e6;
  font-family: "Nunito", sans-serif;
  margin-bottom: 2.5rem;
  font-size: 13px;
}
.diamondcompare-grid .btn.btn-sm {
  border: 1px solid #adb5bd;
  width: 95%;
  margin: auto;
  padding: 0.1rem;
  text-transform: uppercase;
}
.diamondcompare-grid .btn.btn-sm:focus {
  box-shadow: none;
  outline: none;
}
.diamondcompare-grid .btn.btn-sm.select {
  background: #b36d34;
  color: #fff;
}
.diamondcompare-grid .owl-dots {
  position: absolute;
  top: -38px;
  right: 70px;
  margin-top: 0px !important;
}
.diamondcompare-grid .owl-dots .owl-dot:focus {
  outline: none;
}
.diamondcompare-grid .owl-dots .owl-dot span:hover {
  background: #b36d34;
}
.diamondcompare-grid .owl-dots .owl-dot.active span {
  background: #b36d34;
}
.diamondcompare-grid .owl-carousel .owl-item img {
  margin-bottom: 5px;
  width: 70%;
  margin: auto;
}
.diamondcompare-grid .fixed-column {
  width: 15%;
}
.diamondcompare-grid .fixed-column .image_url_head {
  height: 200px;
}
.diamondcompare-grid .scroll-column {
  display: flex;
  flex-wrap: nowrap;
  width: 85%;
}
.diamondcompare-grid .scroll-column .column-content {
  text-align: center;
  margin-bottom: 0 !important;
}
.diamondcompare-grid .scroll-column .columns {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: nowrap;
  border-left: 1px solid #e6e6e6;
  position: relative;
}
.diamondcompare-grid .scroll-column .columns .image_url_value {
  height: 200px;
}
.diamondcompare-grid .scroll-column .columns .close-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 8px;
  opacity: 0.7;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.5s ease;
}
.diamondcompare-grid .scroll-column .columns .close-btn:hover {
  opacity: 1;
}
.diamondcompare-grid .column-content {
  height: 35px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.diamondcompare-grid .column-content .product-image {
  width: 100%;
}
.diamondcompare-grid .column-content .product-image img {
  margin: auto;
}
.diamondcompare-grid .column-content:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.diamondcompare-grid .column-head {
  height: 200px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product details */
.product-details {
  background-image: linear-gradient(180deg, #000000 -50%, rgba(196, 196, 196, 0.08) 6%, white 100%);
}
.product-details .btn-outline {
  border: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  transition: border-color 0.5s ease;
}
.product-details .btn-outline:hover {
  border-color: #b36d34;
}
.product-details .product-img {
  text-align: center;
}
.product-details .product-img img {
  background-color: #c1c1c9;
}

#product-info .table tr:nth-child(even) {
  background-color: #be8352;
}

.bold {
  font-weight: 500;
}

.bg-color {
  background-color: #be8352;
}

/* Mobile Filters */
.filters-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filters-mobile .btn-outline {
  width: 32%;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 0;
}

/* Advance-filter start here */
.advance-filter {
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.advance-filter .inner {
  display: flex;
  justify-content: space-between;
  border-color: #fff !important;
}
.advance-filter .inner .inner-left .btn:focus {
  box-shadow: none;
}
.advance-filter .inner .inner-right {
  display: flex;
  align-items: center;
}
.advance-filter .inner .inner-right input[type=text] {
  padding-right: 2rem;
  border-radius: 0;
  border-color: #000;
}
.advance-filter .inner .inner-right .input-with-icon {
  position: relative;
  background-color: #fbfbfb;
}
.advance-filter .inner .inner-right .input-with-icon img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}
.advance-filter .inner .inner-right .input-with-icon img:hover {
  opacity: 1;
  cursor: pointer;
}

.advance-filter-bnt {
  display: flex;
}
.advance-filter-bnt:focus {
  outline: none;
  border-color: transparent;
}
.advance-filter-bnt .plus {
  position: relative;
}
.advance-filter-bnt .plus:after {
  content: "-";
  display: inline-block;
}

.advance-filter-bnt .collapsed .plus:after {
  content: "+";
  display: inline-block;
}

/* css for filters */
.diamond-type .ui-slider-horizontal {
  width: 100%;
}

.diamondtype-natural .caratmain .slider-box .slider-title, .diamondtype-natural .colourmain .slider-box .slider-title, .diamondtype-natural .claritymain .slider-box .slider-title, .diamondtype-natural .cutmain .slider-box .slider-title, .diamondtype-natural .pricemain .slider-box .slider-title, .diamondtype-natural .shapemain .slider-box .slider-title, .diamondtype-labgrown .caratmain .slider-box .slider-title, .diamondtype-labgrown .colourmain .slider-box .slider-title, .diamondtype-labgrown .claritymain .slider-box .slider-title, .diamondtype-labgrown .cutmain .slider-box .slider-title, .diamondtype-labgrown .pricemain .slider-box .slider-title, .diamondtype-labgrown .shapemain .slider-box .slider-title, .diamondtype-naturalfancy .caratmain .slider-box .slider-title, .diamondtype-naturalfancy .colourmain .slider-box .slider-title, .diamondtype-naturalfancy .claritymain .slider-box .slider-title, .diamondtype-naturalfancy .cutmain .slider-box .slider-title, .diamondtype-naturalfancy .pricemain .slider-box .slider-title, .diamondtype-naturalfancy .shapemain .slider-box .slider-title, .diamondtype-gemstone .caratmain .slider-box .slider-title, .diamondtype-gemstone .colourmain .slider-box .slider-title, .diamondtype-gemstone .claritymain .slider-box .slider-title, .diamondtype-gemstone .cutmain .slider-box .slider-title, .diamondtype-gemstone .pricemain .slider-box .slider-title, .diamondtype-gemstone .shapemain .slider-box .slider-title {
  width: 70px;
}
.diamondtype-natural .caratmain .slider-box .slider-path, .diamondtype-natural .colourmain .slider-box .slider-path, .diamondtype-natural .claritymain .slider-box .slider-path, .diamondtype-natural .cutmain .slider-box .slider-path, .diamondtype-natural .pricemain .slider-box .slider-path, .diamondtype-natural .shapemain .slider-box .slider-path, .diamondtype-labgrown .caratmain .slider-box .slider-path, .diamondtype-labgrown .colourmain .slider-box .slider-path, .diamondtype-labgrown .claritymain .slider-box .slider-path, .diamondtype-labgrown .cutmain .slider-box .slider-path, .diamondtype-labgrown .pricemain .slider-box .slider-path, .diamondtype-labgrown .shapemain .slider-box .slider-path, .diamondtype-naturalfancy .caratmain .slider-box .slider-path, .diamondtype-naturalfancy .colourmain .slider-box .slider-path, .diamondtype-naturalfancy .claritymain .slider-box .slider-path, .diamondtype-naturalfancy .cutmain .slider-box .slider-path, .diamondtype-naturalfancy .pricemain .slider-box .slider-path, .diamondtype-naturalfancy .shapemain .slider-box .slider-path, .diamondtype-gemstone .caratmain .slider-box .slider-path, .diamondtype-gemstone .colourmain .slider-box .slider-path, .diamondtype-gemstone .claritymain .slider-box .slider-path, .diamondtype-gemstone .cutmain .slider-box .slider-path, .diamondtype-gemstone .pricemain .slider-box .slider-path, .diamondtype-gemstone .shapemain .slider-box .slider-path {
  width: calc(100% - 70px);
}
.diamondtype-natural .labmain .slider-box, .diamondtype-labgrown .labmain .slider-box, .diamondtype-naturalfancy .labmain .slider-box, .diamondtype-gemstone .labmain .slider-box {
  align-items: center;
}
.diamondtype-natural .labmain .slider-box .slider-title, .diamondtype-labgrown .labmain .slider-box .slider-title, .diamondtype-naturalfancy .labmain .slider-box .slider-title, .diamondtype-gemstone .labmain .slider-box .slider-title {
  width: 95px;
}
.diamondtype-natural .labmain .slider-box .slider-path, .diamondtype-labgrown .labmain .slider-box .slider-path, .diamondtype-naturalfancy .labmain .slider-box .slider-path, .diamondtype-gemstone .labmain .slider-box .slider-path {
  width: calc(100% - 95px);
}
.diamondtype-natural .slider-box, .diamondtype-labgrown .slider-box, .diamondtype-naturalfancy .slider-box, .diamondtype-gemstone .slider-box {
  display: flex;
}
.diamondtype-natural .slider-box .slider-title, .diamondtype-labgrown .slider-box .slider-title, .diamondtype-naturalfancy .slider-box .slider-title, .diamondtype-gemstone .slider-box .slider-title {
  margin-right: 0.5rem;
  font-size: 0.85rem;
  width: 100px;
}
.diamondtype-natural .slider-box .slider-title a, .diamondtype-labgrown .slider-box .slider-title a, .diamondtype-naturalfancy .slider-box .slider-title a, .diamondtype-gemstone .slider-box .slider-title a {
  color: #000;
  text-decoration: none;
}
.diamondtype-natural .slider-box .slider-path, .diamondtype-labgrown .slider-box .slider-path, .diamondtype-naturalfancy .slider-box .slider-path, .diamondtype-gemstone .slider-box .slider-path {
  padding: 0 0.5rem;
  position: relative;
  width: calc(100% - 100px);
}
.diamondtype-natural .slider-box .slider-path .slider-values, .diamondtype-labgrown .slider-box .slider-path .slider-values, .diamondtype-naturalfancy .slider-box .slider-path .slider-values, .diamondtype-gemstone .slider-box .slider-path .slider-values {
  display: flex;
  position: absolute;
  width: calc(100% - 1rem);
  left: 0.5rem;
  top: -18px;
}
.diamondtype-natural .slider-box .slider-path .ui-slider-horizontal .ui-slider-handle, .diamondtype-labgrown .slider-box .slider-path .ui-slider-horizontal .ui-slider-handle, .diamondtype-naturalfancy .slider-box .slider-path .ui-slider-horizontal .ui-slider-handle, .diamondtype-gemstone .slider-box .slider-path .ui-slider-horizontal .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -10px;
}
.diamondtype-natural .slider-box .slider-path .ui-slider-horizontal, .diamondtype-labgrown .slider-box .slider-path .ui-slider-horizontal, .diamondtype-naturalfancy .slider-box .slider-path .ui-slider-horizontal, .diamondtype-gemstone .slider-box .slider-path .ui-slider-horizontal {
  height: 2px !important;
  margin-top: 10px;
}
.diamondtype-natural .slider-box .slider-path .natural-diamond-shape:not(:last-child), .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape:not(:last-child), .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape:not(:last-child), .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour:not(:last-child), .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape:not(:last-child), .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape:not(:last-child), .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape:not(:last-child), .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour:not(:last-child), .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape:not(:last-child), .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape:not(:last-child), .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape:not(:last-child), .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour:not(:last-child), .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape:not(:last-child), .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape:not(:last-child), .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape:not(:last-child), .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour:not(:last-child) {
  margin-right: 10px;
}
.diamondtype-natural .slider-box .slider-path .natural-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-natural .slider-box .slider-path .natural-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio input[type=radio]:checked + label, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio input[type=radio]:checked + label, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio input[type=radio]:checked + label, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio input[type=radio]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio input[type=radio]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio input[type=radio]:checked + label, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio input[type=radio]:checked + label, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio input[type=radio]:checked + label, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio input[type=radio]:checked + label, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio input[type=radio]:checked + label {
  border-color: #b36d34;
}
.diamondtype-natural .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label, .diamondtype-natural .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label {
  padding: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  background-size: 32px 32px;
  background-position: center;
  transition: border-color 0.5s ease;
  text-align: center;
}
.diamondtype-natural .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label:hover, .diamondtype-natural .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label:hover, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label:hover, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label:hover, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label:hover, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label:hover, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label:hover, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label:hover, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label:hover, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label:hover, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label:hover, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label:hover, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label:hover, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label:hover, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label:hover, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label:hover, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label:hover, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label:hover, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label:hover, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label:hover, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label:hover, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label:hover, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label:hover, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label:hover, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label:hover, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label:hover, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label:hover, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label:hover, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label:hover, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label:hover, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label:hover, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label:hover {
  cursor: pointer;
  border-color: #b36d34;
}
.diamondtype-natural .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label img, .diamondtype-natural .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label img, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label img, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label img, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label img, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label img, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label img, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label img, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label img, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label img, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label img, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label img, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label img, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label img, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label img, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label img, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label img, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label img, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label img, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label img, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label img, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label img, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label img, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label img, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label img, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label img, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label img, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label img, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label img, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label img, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label img, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label img {
  width: 35px;
  margin-bottom: 3px;
}
.diamondtype-natural .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label .small, .diamondtype-natural .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label .small, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label .small, .diamondtype-natural .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label .small, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label .small, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label .small, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label .small, .diamondtype-natural .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label .small, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label .small, .diamondtype-labgrown .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label .small, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label .small, .diamondtype-labgrown .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label .small, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label .small, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label .small, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label .small, .diamondtype-labgrown .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label .small, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label .small, .diamondtype-naturalfancy .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label .small, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label .small, .diamondtype-naturalfancy .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label .small, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label .small, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label .small, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label .small, .diamondtype-naturalfancy .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label .small, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .shape .custom-radio label .small, .diamondtype-gemstone .slider-box .slider-path .natural-diamond-shape .colour .custom-radio label .small, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .shape .custom-radio label .small, .diamondtype-gemstone .slider-box .slider-path .labgrown-diamond-shape .colour .custom-radio label .small, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .shape .custom-radio label .small, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-shape .colour .custom-radio label .small, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .shape .custom-radio label .small, .diamondtype-gemstone .slider-box .slider-path .naturalfancy-diamond-colour .colour .custom-radio label .small {
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
.diamondtype-natural .slider-box .slider-path .lab-tab, .diamondtype-labgrown .slider-box .slider-path .lab-tab, .diamondtype-naturalfancy .slider-box .slider-path .lab-tab, .diamondtype-gemstone .slider-box .slider-path .lab-tab {
  display: flex;
}
.diamondtype-natural .slider-box .slider-path .lab-tab .custom-checkbox:not(:last-child), .diamondtype-labgrown .slider-box .slider-path .lab-tab .custom-checkbox:not(:last-child), .diamondtype-naturalfancy .slider-box .slider-path .lab-tab .custom-checkbox:not(:last-child), .diamondtype-gemstone .slider-box .slider-path .lab-tab .custom-checkbox:not(:last-child) {
  margin-right: 10px;
}
.diamondtype-natural .slider-box .slider-path .lab-tab .custom-checkbox label, .diamondtype-labgrown .slider-box .slider-path .lab-tab .custom-checkbox label, .diamondtype-naturalfancy .slider-box .slider-path .lab-tab .custom-checkbox label, .diamondtype-gemstone .slider-box .slider-path .lab-tab .custom-checkbox label {
  width: 100%;
  text-align: center;
  padding: 0.25rem 1rem;
  border: 2px solid #dfdfdf;
  transition: border-color 0.5s ease;
  font-size: 0.825rem;
}
.diamondtype-natural .slider-box .slider-path .lab-tab .custom-checkbox label:hover, .diamondtype-labgrown .slider-box .slider-path .lab-tab .custom-checkbox label:hover, .diamondtype-naturalfancy .slider-box .slider-path .lab-tab .custom-checkbox label:hover, .diamondtype-gemstone .slider-box .slider-path .lab-tab .custom-checkbox label:hover {
  cursor: pointer;
  border-color: #b36d34;
}
.diamondtype-natural .slider-box .slider-path .lab-tab .custom-checkbox input[type=checkbox]:checked + label, .diamondtype-labgrown .slider-box .slider-path .lab-tab .custom-checkbox input[type=checkbox]:checked + label, .diamondtype-naturalfancy .slider-box .slider-path .lab-tab .custom-checkbox input[type=checkbox]:checked + label, .diamondtype-gemstone .slider-box .slider-path .lab-tab .custom-checkbox input[type=checkbox]:checked + label {
  border-color: #b36d34;
}

.tab-pane {
  position: relative;
}
.tab-pane .tab-wapper-icons {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  font-size: 13px;
}
.tab-pane .tab-wapper-icons .list-view {
  display: flex;
  flex-direction: column;
  width: 25px;
  padding: 5px 3px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.tab-pane .tab-wapper-icons .list-view span {
  width: 100%;
  height: 1px;
  background: #000;
}
.tab-pane .tab-wapper-icons .list-view span:not(:last-child) {
  margin-bottom: 3px;
}
.tab-pane .tab-wapper-icons .active {
  background: #be8352 !important;
}
.tab-pane .grid-view {
  display: flex;
  flex-direction: row;
  width: 25px;
  height: 25px;
  padding: 3px;
  margin: 0 8px;
  border: 1px solid #e4e4e4;
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-pane .grid-view span {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.tab-pane .grid-view span:first-child {
  margin-bottom: 4px;
}
.tab-pane .lab-tab {
  display: flex;
}
.tab-pane .lab-tab .custom-checkbox {
  flex-grow: 1;
}
.tab-pane .lab-tab .custom-checkbox:not(:last-child) {
  margin-right: 10px;
}
.tab-pane .lab-tab .custom-checkbox label {
  width: 100%;
  text-align: center;
  padding: 0.25rem 1rem;
  border: 2px solid #dfdfdf;
  transition: border-color 0.5s ease;
  font-size: 14px;
}
.tab-pane .lab-tab .custom-checkbox label:hover {
  cursor: pointer;
  border-color: #b36d34;
}
.tab-pane .lab-tab .custom-checkbox input[type=checkbox]:checked + label {
  border-color: #b36d34;
}

/*Loose diamonds list view styles */
.loose-diamonds {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/loosediamond-banner1.jpg);
}

#list-view .table thead {
  background-color: #4F4F4F;
}
#list-view .table thead tr th {
  font-weight: 100;
  color: #fff;
  text-align: center;
}
#list-view .table tbody tr {
  transition: 0.3s background-color;
}
#list-view .table tbody tr:hover {
  cursor: pointer;
  background: #be8352;
}
#list-view .table tbody td {
  border-bottom: 1px solid #D5D5D5;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  vertical-align: middle;
}
#list-view .table tbody .diamond-img {
  width: 50px;
}

/* Mobile Filters */
.mobile-filters {
  padding: 0.75rem 0;
}
.mobile-filters .mobile-filters-normal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mobile-filters .mobile-filters-normal .btn-outline {
  width: 32%;
  margin-bottom: 2%;
  font-size: 13px;
  border: 2px solid #000;
  text-transform: uppercase;
  transition: border-color 0.5s ease;
  border-radius: 0;
}
.mobile-filters .mobile-filters-normal .btn-outline:hover {
  border-color: #b36d34;
}
.mobile-filters .mobile-filters-normal .btn-outline:focus {
  box-shadow: none;
}
.mobile-filters .mobile-filters-advance .btn {
  width: 100%;
  border-bottom: none;
}
.mobile-filters .mobile-filters-advance .btn:focus {
  box-shadow: none;
}
.mobile-filters .mobile-filters-advance .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-135deg);
  transform-origin: center;
}
.mobile-filters .mobile-filters-advance .collapsed .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transform-origin: center;
}
.mobile-filters .mobile-filters-advance .mobile-filters-advance-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0;
}
.mobile-filters .mobile-filters-advance .mobile-filters-advance-inner .btn-outline {
  width: 32%;
  margin-bottom: 2%;
  font-size: 13px;
  border-radius: 0;
  border: 2px solid #000;
  text-transform: uppercase;
  transition: border-color 0.5s ease;
}
.mobile-filters .mobile-filters-advance .mobile-filters-advance-inner .btn-outline:hover {
  border-color: #b36d34;
}
.mobile-filters .mobile-filters-advance .mobile-filters-advance-inner .btn-outline:focus {
  box-shadow: none;
}

.slider-panel {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0%;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  transition: transform 1s;
  z-index: 1000;
  border-top: 1px solid #D5D5D5;
  transform: translate(0px, 0px);
  box-shadow: rgba(11, 11, 11, 0.25) 0px 3px 20px 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.slider-panel .card:before {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #b36d34;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
}
.slider-panel .card:after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  filter: blur(5px);
  background: rgba(0, 0, 0, 0.3);
}
.slider-panel .close-btn {
  padding-left: 20px;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/cross.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}
.slider-panel .reset-btn {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}
.slider-panel .title {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.slider-panel.close {
  transform: translate(0px, 150%);
}

.mobile-slider-box .slider-path {
  width: 100%;
}
.mobile-slider-box .slider-path .slider-values {
  display: flex;
}
.mobile-slider-box .slider-path .row {
  justify-content: center;
}
.mobile-slider-box .slider-path .row .col-11 {
  padding-left: 0.25rem !important;
}
.mobile-slider-box .slider-path .lab-tab {
  display: flex;
}
.mobile-slider-box .slider-path .lab-tab .custom-checkbox {
  flex-grow: 1;
}
.mobile-slider-box .slider-path .lab-tab .custom-checkbox:not(:last-child) {
  margin-right: 10px;
}
.mobile-slider-box .slider-path .lab-tab .custom-checkbox label {
  width: 100%;
  text-align: center;
  padding: 0.25rem 1rem;
  border: 2px solid #dfdfdf;
  transition: border-color 0.5s ease;
  font-size: 0.825rem;
}
.mobile-slider-box .slider-path .lab-tab .custom-checkbox label:hover {
  cursor: pointer;
  border-color: #b36d34;
}
.mobile-slider-box .slider-path .lab-tab .custom-checkbox input[type=checkbox]:checked + label {
  border-color: #b36d34;
}
.mobile-slider-box .slider-path .filter-fonts {
  font-size: 10px;
}
.mobile-slider-box .slider-path .shape-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.75rem;
}
.mobile-slider-box .slider-path .shape-tab .custom-checkbox {
  width: 20%;
  text-align: center;
}
.mobile-slider-box .slider-path .shape-tab .custom-checkbox .name {
  margin-top: 0.25rem;
  font-size: 12px;
}
.mobile-slider-box .slider-path .shape-tab .custom-checkbox label {
  border: 1px solid transparent;
  padding: 5px;
  margin: 5px;
}
.mobile-slider-box .slider-path .shape-tab .custom-checkbox label img {
  width: 50px;
}
.mobile-slider-box .slider-path .shape-tab .custom-checkbox input[type=checkbox]:checked + label {
  border-color: #b36d34;
}
.mobile-slider-box .slider-path .d-flex {
  flex-wrap: wrap;
}
.mobile-slider-box .slider-path .natural-diamond-shape, .mobile-slider-box .slider-path .labgrown-diamond-shape, .mobile-slider-box .slider-path .naturalfancy-diamond-shape, .mobile-slider-box .slider-path .naturalfancy-diamond-colour, .mobile-slider-box .slider-path .gemstone-diamond-gemtype {
  width: 25%;
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio {
  text-align: center;
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio .name, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio .name, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio .name, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio .name, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio .name {
  margin-top: 0.25rem;
  font-size: 12px;
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label {
  border: 1px solid transparent;
  padding: 5px;
  width: 70%;
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .shape, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .shape, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .shape, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .shape, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .shape {
  padding: 20px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .yellow, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .yellow, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .yellow, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .yellow, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .yellow {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/yellow.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .pink, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .pink, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .pink, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .pink, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .pink {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/pink.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .brown, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .brown, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .brown, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .brown, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .brown {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/brown.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .green, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .green, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .green, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .green, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .green {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/green.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .blue, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .blue, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .blue, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .blue, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .blue {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/blue.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .round, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .round, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .round, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .round, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .round {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/round.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .princess, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .princess, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .princess, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .princess, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .princess {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/princess.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .cushion, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .cushion, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .cushion, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .cushion, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .cushion {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/cushion.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .emerald, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .emerald, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .emerald, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .emerald, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .emerald {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/emerald.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .oval, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .oval, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .oval, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .oval, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .oval {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/oval.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .radiant, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .radiant, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .radiant, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .radiant, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .radiant {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/radiant.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .asscher, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .asscher, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .asscher, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .asscher, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .asscher {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/asscher.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .marquise, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .marquise, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .marquise, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .marquise, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .marquise {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/marquise.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .heart, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .heart, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .heart, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .heart, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .heart {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/heart.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .pear, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .pear, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .pear, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .pear, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .pear {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/pear.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .gemtype.blue, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .gemtype.blue, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .gemtype.blue, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .gemtype.blue, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .gemtype.blue {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/blue_sapphire.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .gemtype.yellow, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .gemtype.yellow, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .gemtype.yellow, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .gemtype.yellow, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .gemtype.yellow {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/yellow_sapphire.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .gemtype.pink, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .gemtype.pink, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .gemtype.pink, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .gemtype.pink, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .gemtype.pink {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/pink_sapphire.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .gemtype.ruby, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .gemtype.ruby, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .gemtype.ruby, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .gemtype.ruby, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .gemtype.ruby {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/ruby.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .gemtype.emerald, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .gemtype.emerald, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .gemtype.emerald, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .gemtype.emerald, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .gemtype.emerald {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/emerald.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .gemtype.tanzanite, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .gemtype.tanzanite, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .gemtype.tanzanite, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .gemtype.tanzanite, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .gemtype.tanzanite {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/tanzanite.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio label .gemtype.morganite, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio label .gemtype.morganite, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio label .gemtype.morganite, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio label .gemtype.morganite, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio label .gemtype.morganite {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/blue_sapphire.png);
}
.mobile-slider-box .slider-path .natural-diamond-shape .custom-radio input[type=radio]:checked + label, .mobile-slider-box .slider-path .labgrown-diamond-shape .custom-radio input[type=radio]:checked + label, .mobile-slider-box .slider-path .naturalfancy-diamond-shape .custom-radio input[type=radio]:checked + label, .mobile-slider-box .slider-path .naturalfancy-diamond-colour .custom-radio input[type=radio]:checked + label, .mobile-slider-box .slider-path .gemstone-diamond-gemtype .custom-radio input[type=radio]:checked + label {
  border-color: #b36d34;
}
.mobile-slider-box .ui-slider-horizontal {
  margin-top: 10px;
}
.mobile-slider-box .ui-slider-horizontal .ui-slider-handle {
  width: 18px;
  height: 18px;
  top: -8px;
}
.mobile-slider-box .ui-slider-marks-holder .ui-slider-marks {
  top: 22px;
}

@media (max-width: 991.98px) {
  .loose-diamonds .container .banner {
    bottom: -15vh;
    width: 50%;
  }

  .advance-filter .inner .inner-right {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .advance-filter .inner .inner-right .form-check-inline {
    width: 49%;
  }
  .advance-filter .inner .inner-right .form-check-inline label {
    font-size: 13px;
  }
  .advance-filter .inner .inner-right .input-with-icon {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .hide {
    display: none;
  }

  #list-view .table {
    font-size: 10px;
  }
  #list-view .table td, #list-view .table th {
    padding: 10px 3px;
  }
  #list-view .table .btn-link {
    font-size: 10px;
  }
  #list-view .table tbody .diamond-img {
    width: 25px;
  }

  .diamondcompare-grid .fixed-column .image_url_head {
    height: 150px;
  }
  .diamondcompare-grid .scroll-column .columns .image_url_value {
    height: 150px;
  }

  .diamondTypeCarousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .diamondTypeCarousel .custom-radio label {
    flex-direction: column;
    justify-content: center;
  }
  .diamondTypeCarousel .custom-radio label:before {
    margin-right: 0px;
  }
  .diamondTypeCarousel .custom-radio label span {
    text-align: center;
    width: 100%;
  }

  .diamondcompare-grid {
    font-size: 10px;
  }
  .diamondcompare-grid .fixed-column {
    width: 40%;
  }
  .diamondcompare-grid .scroll-column {
    width: 60%;
  }

  .tab-wapper .nav-tabs .nav-link {
    font-size: 12px;
  }

  .toolbar-amount .toolbar-number {
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  #list-view {
    margin-bottom: -110px;
  }
  #list-view .table {
    font-size: 10px;
    transform: scale(0.88) translate(0px, 5px);
    transform-origin: left top;
  }
  #list-view .table td, #list-view .table th {
    padding: 10px 3px;
  }
  #list-view .table .btn-link {
    font-size: 10px;
  }
  #list-view .table tbody .diamond-img {
    width: 25px;
  }
}
.hub-page-block .inner {
  height: 500px;
}
.hub-page-block .inner a {
  text-decoration: none;
}
.hub-page-block .inner .desc {
  display: block;
}
.hub-page-block .inner .content {
  position: relative !important;
  width: 100%;
  text-decoration: none;
  display: block !important;
  color: #000;
  transform: translate(0px, 290px);
}

.hub-page-block.owl-carousel .owl-nav button.owl-next, .hub-page-block.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 20%;
}
.hub-page-block.owl-carousel .owl-nav button.owl-next:focus, .hub-page-block.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
.hub-page-block.owl-carousel .owl-nav button.owl-next:hover, .hub-page-block.owl-carousel .owl-nav button.owl-prev:hover {
  background: none;
}
.hub-page-block.owl-carousel .owl-nav button.owl-next span, .hub-page-block.owl-carousel .owl-nav button.owl-prev span {
  transition: 0.5s all ease-in-out;
  display: none !important;
}
.hub-page-block.owl-carousel .owl-nav button.owl-next:before, .hub-page-block.owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
}
.hub-page-block.owl-carousel .owl-nav button.owl-next {
  right: -10px;
  transform: rotate(-45deg);
}
.hub-page-block.owl-carousel .owl-nav button.owl-prev {
  left: -10px;
  transform: rotate(135deg);
}

@media (max-width: 575.98px) {
  .hub-page-block .inner {
    height: 430px;
  }
  .hub-page-block .inner .content {
    transform: translate(0px, 180px);
  }
  .hub-page-block .jewellery-link {
    background-position-y: 90px !important;
  }
}
.checkout-container .action-auth-toggle {
  display: none;
}

.footer-badges {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 1rem 0;
  overflow: hidden;
}
.footer-badges img {
  width: calc(65px - 1rem);
}
.footer-badges img:not(:last-child) {
  margin-right: 1rem;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: none !important;
}

.btn {
  border-radius: 0 !important;
}
.btn:focus {
  box-shadow: none !important;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: none !important;
}

a:hover {
  color: #b36d34;
}

.form-select, .form-control {
  border-radius: 0 !important;
}

.btn-primary {
  color: #fff !important;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
}

.bg-gray {
  background-color: #A0A0A0;
}

.equal-left-space {
  padding-left: 6rem;
}

.appointment-index-index .custom-page-title {
  display: none !important;
}

.no-result-page h3 {
  font-family: "Libre Baskerville", serif;
}
.no-result-page .buttons-group {
  display: flex;
  justify-content: center;
}
.no-result-page .buttons-group a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 2px solid #000;
  width: 20%;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  transition: border-color 0.5s ease;
  margin: 0px 15px;
  cursor: pointer;
}
.no-result-page .buttons-group a:hover {
  border-color: #b36d34;
}

/* Instagram feed css */
.mpinstagramfeed-container .sideline {
  align-items: center;
}
.mpinstagramfeed-container .sideline:before {
  width: 200px;
  margin-right: 20px;
}
.mpinstagramfeed-container .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.mpinstagramfeed-container a.insta-link {
  color: #000;
  text-decoration: none;
  transition: 0.5s color ease;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.mpinstagramfeed-container a.insta-link:hover {
  color: #b36d34;
}
.mpinstagramfeed-container a.insta-link .right {
  transform: rotate(-45deg) translate(-5px, 3px);
}
.mpinstagramfeed-container .instagram-carousel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}
.mpinstagramfeed-container .instagram-carousel .mpinstagramfeed-photo {
  width: 24%;
  margin-bottom: 1rem;
  position: relative;
}
.mpinstagramfeed-container .instagram-carousel .mpinstagramfeed-photo img {
  width: 100%;
}
.mpinstagramfeed-container .instagram-carousel .mpinstagramfeed-photo .mpinstagramfeed-post-url {
  display: flex;
  flex-direction: column;
}
.mpinstagramfeed-container .instagram-carousel .mpinstagramfeed-photo .mpinstagramfeed-post-url .mpinstagramfeed-post-caption {
  position: absolute;
  line-height: normal;
  bottom: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  width: 100%;
  font-size: 0.85rem;
}

.catalogsearch-result-index .message.notice {
  display: none !important;
}
.catalogsearch-result-index .title-our-collection {
  font-family: "Libre Baskerville", serif;
}

#our-shop1 .btn-outline {
  border: 2px solid #000;
  transition: all 0.5s ease-in-out;
}
#our-shop1 .btn-outline:hover {
  border-color: #b36d34;
}
#our-shop1 .btn-outline:focus {
  box-shadow: none;
}

/* Error 404 page styles start here */
.cms-no-route #hub-link-block:before {
  display: none;
}
.cms-no-route #hub-link-block:after {
  display: none;
}

.error-404 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.error-404 p {
  font-weight: 300;
}
.error-404 .img {
  width: 200px;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/ring-404.png);
  background-repeat: no-repeat;
  height: 225px;
  background-size: contain;
  background-position: center;
}
.error-404 .title {
  font-size: 20rem;
  font-weight: 500;
  color: #b36d34;
  line-height: 1;
}

/* Error 404 page styles end here */
/* Mini cart style start here */
.minicart {
  max-width: 30rem;
  right: -15px;
}
.minicart .cart-title {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
}
.minicart .cart-title:before {
  content: "";
  width: 60px;
  height: 2px;
  margin-right: 6px;
  background-color: #b36d34;
}
.minicart .minicart-wrapper .ui-dialog {
  display: block !important;
}

.minicart-items {
  padding: 0px;
}

.counter {
  text-decoration: none;
  pointer-events: none;
  background-color: #b36d34;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 23px;
  display: flex;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
}

.counter-number {
  color: #fff;
  font-family: "Nunito", sans-serif;
}

.checkout-link a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.counter.qty.empty {
  display: none;
}

/* Mini cart style end here */
/* Cart Page style end here  */
#cover-spin {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}
#cover-spin:after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #b36d34;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.pdfobject-container {
  width: 100%;
  height: 700px;
  margin: 2em 0;
}

.pdfobject {
  border: solid 1px #666;
}

.js-diamond-table .diamond-detail-wrap {
  display: none;
}

.js-diamond-table .diamond-detail {
  display: flex;
}

.js-click-selectdiamond.active .more span.right {
  transform: rotate(-135deg) translate(-4px, 2px);
  border-color: #fff;
  transform-origin: center;
}

.js-click-selectdiamond.active {
  background: #b36d34;
  color: #fff;
}
.js-click-selectdiamond.active:hover {
  background: #b36d34;
}

.ui-slider-tooltip {
  background-color: #b36d34;
  color: #fff;
  border-radius: 5px;
  width: 45px;
  padding: 2px;
  text-align: center;
  display: none;
}
.ui-slider-tooltip:after {
  content: "";
  display: block;
  border-width: 10px 10px 0px 10px;
  border-style: solid;
  border-color: #b36d34 transparent;
  position: absolute;
  left: 12px;
}

#compare_diamond_btn, .diamond-compare-table {
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Finance Page */
#monthly_instalment_cost {
  font-weight: 700;
}

#cal_finance {
  margin-top: 0;
}

.vfinance_form {
  font-size: 0.8em;
  background: #fbfbfb;
  border: 1px solid #aaaaaa;
  padding: 20px;
  margin: 10px 0px;
}
.vfinance_form strong {
  font-size: 14px;
}
.vfinance_form ul {
  list-style-type: none;
}
.vfinance_form img {
  width: 120px;
  padding: 4px;
}
.vfinance_form #show_finance table {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-top: 15px;
}
.vfinance_form #show_finance tr td, .vfinance_form #show_finance tr th {
  padding: 10px;
  border: 1px solid #d5d5d5;
}
.vfinance_form #show_finance tr:nth-child(even) {
  background-color: #f5f5f5;
}

.category-stud-earrings #product-preview .fotorama__stage__frame .fotorama__img {
  max-height: 90%;
}

/* Finance page style end here */
.search-help-wrapper .help-btns {
  margin: 2rem 0rem;
}
.search-help-wrapper .help-btns a {
  display: block;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  width: 90%;
  text-align: center;
  padding: 0.5rem 0;
  margin: auto;
  font-size: 1.2rem;
  transition: 0.5s color ease-in-out;
}
.search-help-wrapper .help-btns a:hover {
  border-color: #b36d34;
}
.search-help-wrapper .help-btns a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

#searchPopup .block-search #search_autocomplete {
  background-color: #fff;
}
#searchPopup .block-search #search_autocomplete ul {
  padding: 0;
  list-style-type: none;
}
#searchPopup .block-search #search_autocomplete ul li {
  padding: 0.5rem 0.75rem;
}
#searchPopup .block-search #search_autocomplete ul li:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
}

.testimonials-list .btn-outline {
  border: 2px solid #000;
  transition: border-color 0.5s ease-in-out;
}
.testimonials-list .btn-outline:hover {
  border-color: #b36d34;
}
.testimonials-list figure {
  margin-bottom: 2rem;
}
.testimonials-list figure .blockquote {
  margin-bottom: 0;
}
.testimonials-list figure .blockquote .message {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}
.testimonials-list figure p {
  font-size: 1rem;
}
.testimonials-list figure figcaption .sideline {
  align-items: center;
  justify-content: flex-end;
}
.testimonials-list figure figcaption .sideline:before {
  width: 100px;
  margin-right: 10px;
}

.page-footer .terms-conditions-mobile {
  display: none !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
}

.form-control:focus, .form-select:focus {
  box-shadow: none;
  border-color: #b36d34;
}

.message-success {
  color: #b36d34;
}

.message-error {
  color: #dc3545;
}

/* Stock Page styles here */
.in-stock-collection {
  display: flex;
  justify-content: space-between;
}
.in-stock-collection .item {
  text-align: center;
  width: 15%;
}
.in-stock-collection .item a {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  transition: 0.3s color ease;
}
.in-stock-collection .item a:hover {
  color: #b36d34;
}
.in-stock-collection .item a span {
  display: block;
}
.in-stock-collection .item a .title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
}
.in-stock-collection .item a .image {
  padding: 75px 0;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.in-stock-collection .item a span.image.engagement {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/instock/solitaire.png);
  background-size: contain;
  background-position: center;
}
.in-stock-collection .item a span.image.weddingrings {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/instock/plain-metal.png);
  background-size: 85%;
  background-position: center bottom;
}
.in-stock-collection .item a span.image.eternity {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/instock/diamond-set.png);
  background-size: 85%;
  background-position: center bottom;
}
.in-stock-collection .item a span.image.earrings {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/instock/hoops-earrings.png);
  background-size: 90%;
  background-position: center 15px;
}
.in-stock-collection .item a span.image.pendants {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/instock/halo-pendants.png);
  background-position: center bottom;
  background-size: 85%;
}
.in-stock-collection .item a span.image.bracelets {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/instock/tennis-bracelets.png);
  background-position: center 20px;
  background-size: 90%;
}

/* Instock collection css ends here */
ul.stock-filter-items {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
ul.stock-filter-items li.stock-filter-item {
  width: 15%;
  margin: 0 0.5%;
}

.stock-product-banner {
  padding: 15% 0 !important;
}

.magento-head-title.hero-title.page-title-wrapper {
  position: absolute;
  top: 170px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.magento-head-title.hero-title.page-title-wrapper .page-title .text-line-1, .magento-head-title.hero-title.page-title-wrapper .page-title .text-line-2 {
  display: block;
  color: #fff;
}
.magento-head-title.hero-title.page-title-wrapper .page-title .text-line-1 {
  padding-left: 130px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.magento-head-title.hero-title.page-title-wrapper .page-title .text-line-1:before {
  content: "";
  position: absolute;
  width: 200px;
  left: 0;
  top: 20px;
  height: 2px;
  background-color: #b36d34;
}
.magento-head-title.hero-title.page-title-wrapper .page-title .text-line-2 {
  font-family: "Libre Baskerville", serif;
}

.block-content.filter-content .filter-options .gender ol.items li.item {
  width: 45%;
}
.block-content.filter-content .filter-options .custom-dropdown {
  position: relative;
}
.block-content.filter-content .filter-options .filter-options-title {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-content.filter-content .filter-options .filter-options-title .arrow {
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
}
.block-content.filter-content .filter-options .filter-options-title:after {
  display: none;
}
.block-content.filter-content .filter-options .filter-options-title:focus {
  outline: none;
  box-shadow: none;
}
.block-content.filter-content .filter-options .filter-options-title.show .arrow {
  transform: rotate(-135deg);
}
.block-content.filter-content .filter-options .filter-options-content.shape ol.items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.block-content.filter-content .filter-options .filter-options-content.shape ol.items li {
  padding: 5px;
  display: flex;
}
.block-content.filter-content .filter-options .filter-options-content.shape ol.items a {
  text-decoration: none;
  display: block;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  padding-left: 0px;
  margin-left: 0.5rem;
}
.block-content.filter-content .filter-options .filter-options-content.shape ol.items a:hover {
  color: #b36d34;
}
.block-content.filter-content .filter-options .filter-options-content.metal ol.items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.block-content.filter-content .filter-options .filter-options-content.metal ol.items li {
  padding: 5px;
  display: flex;
}
.block-content.filter-content .filter-options .filter-options-content.metal ol.items a {
  text-decoration: none;
  display: block;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  padding-left: 0px;
  margin-left: 0.5rem;
}
.block-content.filter-content .filter-options .filter-options-content.metal ol.items a:hover {
  color: #b36d34;
}
.block-content.filter-content .filter-options .dropdown-menu {
  width: 150%;
  padding: 10px;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style-type: none;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style li a {
  width: 100%;
  margin-left: 5px;
  text-decoration: none;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  width: 100%;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item {
  display: flex;
  position: relative;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item li {
  width: 100%;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item a {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 5px;
  text-decoration: none;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  position: absolute;
  width: 100%;
  padding-left: 20px;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item a .swatch-option.image {
  margin: 0px;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item a .swatch-option.image img {
  width: 40px;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item a .am-shopby-swatch-label {
  max-width: 80%;
  width: 100%;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item a .am-shopby-swatch-label .count {
  display: inline-flex;
  align-items: center;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item a .am-shopby-swatch-label .count:after {
  content: ")";
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item a .am-shopby-swatch-label .count:before {
  content: "(";
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item a .am-shopby-swatch-label .filter-count-label {
  display: none;
}
.block-content.filter-content .filter-options .am-filter-items-attr_ring_style .am-swatch-wrapper.item:last-child {
  margin: 0px;
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape {
  display: flex;
  flex-direction: column;
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape .am-swatch-wrapper.item {
  display: flex;
  align-items: center;
  position: relative;
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape .am-swatch-wrapper.item a {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 5px;
  text-decoration: none;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  position: absolute;
  width: 100%;
  padding-left: 20px;
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape .am-swatch-wrapper.item a .swatch-option.image {
  margin: 0px;
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape .am-swatch-wrapper.item a .swatch-option.image img {
  width: 30px;
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape .am-swatch-wrapper.item a .am-shopby-swatch-label .count {
  display: inline-flex;
  align-items: center;
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape .am-swatch-wrapper.item a .am-shopby-swatch-label .count:after {
  content: ")";
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape .am-swatch-wrapper.item a .am-shopby-swatch-label .count:before {
  content: "(";
}
.block-content.filter-content .filter-options .shape .am-shopby-form .am-filter-items-attr_shape .am-swatch-wrapper.item a .am-shopby-swatch-label .filter-count-label {
  display: none;
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal {
  display: flex;
  flex-direction: column;
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item {
  display: flex;
  align-items: center;
  position: relative;
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item a {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 5px;
  text-decoration: none;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  position: absolute;
  width: 100%;
  padding-left: 20px;
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item a .swatch-option.image {
  margin: 0px;
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item a .swatch-option.image img {
  width: 30px;
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item a .am-shopby-swatch-label {
  max-width: 100%;
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item a .am-shopby-swatch-label .count {
  display: inline-flex;
  align-items: center;
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item a .am-shopby-swatch-label .count:after {
  content: ")";
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item a .am-shopby-swatch-label .count:before {
  content: "(";
}
.block-content.filter-content .filter-options .metal .am-shopby-form .am-filter-items-attr_metal .am-swatch-wrapper.item a .am-shopby-swatch-label .filter-count-label {
  display: none;
}
.block-content.filter-content .filter-options .price .amshopby-slider-container .ui-slider-horizontal {
  position: relative;
  width: 100%;
}
.block-content.filter-content .filter-options .price .amshopby-slider-container .ui-slider-horizontal .ui-slider-range {
  height: 5px;
}
.block-content.filter-content .filter-options .price .amshopby-slider-container .ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  background-color: #b36d34;
}
.block-content.filter-content .filter-options .price .range.amshopby_currency_rate {
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-content.filter-content .filter-options .price .range.amshopby_currency_rate .am-filter-price {
  max-width: 100px;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.block-content.filter-content .filter-options .price .range.amshopby_currency_rate .am-filter-go {
  flex-grow: 1;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: #000;
  margin: 10px 0px 0px 0px;
  padding: 5px 0;
}
.block-content.filter-content .filter-options .ring_size ol.items {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 33%;
  flex-direction: row;
  align-items: center;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0em;
  margin-right: 6px;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item .wp-slider-inp {
  width: 100%;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item .wp-slider-inp .wp-slider-inp-range {
  display: flex;
  justify-content: space-between;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item .wp-slider-inp .wp-slider-currency {
  display: none;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item .wp-slider-inp #amount_from:before {
  content: "Min:";
  margin-right: 5px;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item .wp-slider-inp #amount_to:before {
  content: "Max:";
  margin-right: 5px;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item .wp-price-slider-a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  text-align: center;
  padding: 5px 0px;
  margin-top: 10px;
  font-weight: normal;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item .wp-price-slider-a:hover {
  color: #b36d34;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item a {
  text-decoration: none;
  display: block;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  padding-left: 0px;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item a:hover {
  color: #b36d34;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item a .filter-count-label {
  display: none;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item a .count {
  float: right;
  display: flex;
  align-items: center;
}
.block-content.filter-content .filter-options .ring_size ol.items li.item a .count:after {
  content: ")";
}
.block-content.filter-content .filter-options .ring_size ol.items li.item a .count:before {
  content: "(";
}
.block-content.filter-content .filter-options .ring_sizes_allowed ol.items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.block-content.filter-content .filter-options .ring_sizes_allowed ol.items li {
  width: 50%;
  display: flex;
  align-items: center;
}

.top-toolbar .toolbar-sorter.sorter {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top-toolbar .toolbar-sorter.sorter .toolbar-sorter-select {
  width: 93%;
}
.top-toolbar .toolbar-sorter.sorter .action.sorter-action.sort-asc {
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #757575;
  position: relative;
  margin-left: 15px;
}
.top-toolbar .toolbar-sorter.sorter .action.sorter-action.sort-asc:before {
  content: "";
  width: 3px;
  height: 10px;
  background-color: #757575;
  position: absolute;
  transform: rotate(45deg);
  left: -5px;
}
.top-toolbar .toolbar-sorter.sorter .action.sorter-action.sort-asc:after {
  content: "";
  width: 3px;
  height: 10px;
  background-color: #757575;
  position: absolute;
  transform: rotate(-45deg);
  left: 5px;
}
.top-toolbar .toolbar-sorter.sorter .action.sorter-action.sort-asc span {
  display: none;
}
.top-toolbar .toolbar-sorter.sorter .action.sorter-action.sort-desc {
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #757575;
  position: relative;
  margin-left: 15px;
}
.top-toolbar .toolbar-sorter.sorter .action.sorter-action.sort-desc:before {
  content: "";
  width: 3px;
  height: 10px;
  background-color: #757575;
  position: absolute;
  transform: rotate(-45deg);
  left: -5px;
  bottom: 0px;
}
.top-toolbar .toolbar-sorter.sorter .action.sorter-action.sort-desc:after {
  content: "";
  width: 3px;
  height: 10px;
  background-color: #757575;
  position: absolute;
  transform: rotate(45deg);
  left: 5px;
  bottom: 0px;
}
.top-toolbar .toolbar-sorter.sorter .action.sorter-action.sort-desc span {
  display: none;
}
.top-toolbar .am-shopby-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.top-toolbar .am-shopby-container .block-subtitle.filter-current-subtitle {
  width: 100%;
  margin-bottom: 10px;
}
.top-toolbar .am-shopby-container .block-actions.filter-actions a.filter-clear {
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  text-decoration: none;
  margin-left: 10px;
  margin-bottom: 10px;
}
.top-toolbar .filter-current.active {
  border-color: transparent;
  color: #000;
  background-color: transparent;
  font-weight: normal;
}
.top-toolbar .filter-current ol.items {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.top-toolbar .filter-current ol.items li.amshopby-item {
  display: inline-flex;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.top-toolbar .filter-current ol.items li.amshopby-item a {
  color: #000;
  text-decoration: none;
  left: auto;
  right: 3px;
  top: 3px;
}
.top-toolbar .filter-current ol.items li.amshopby-item a span {
  font-size: 0px;
}
.top-toolbar .filter-current ol.items li.amshopby-item .amshopby-filter-name {
  display: block;
  margin-right: 6px;
}
.top-toolbar .filter-current ol.items li.amshopby-item .amshopby-filter-value .am-shopby-form .swatch-option-link-layered .am-shopby-swatch-label {
  margin: 0px;
  max-width: 100%;
  margin-right: 10px;
}
.top-toolbar .filter-current ol.items li.amshopby-item .amshopby-filter-value .am-shopby-form .swatch-option-link-layered .swatch-option.image img {
  width: 25px;
}
.top-toolbar .toolbar-top .toolbar-sorter label.sorter-label {
  display: block;
  margin-bottom: 10px;
}

.am-filter-items-attr_price {
  min-width: auto;
  max-width: 100% !important;
}

.no-product-filter-state {
  margin-top: 15px;
}
.no-product-filter-state .am-shopby-container {
  display: flex;
}
.no-product-filter-state .am-shopby-container ol.amshopby-items.items {
  padding: 0;
  list-style-type: none;
}
.no-product-filter-state .am-shopby-container ol.amshopby-items.items li.item.amshopby-item {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.no-product-filter-state .am-shopby-container ol.amshopby-items.items li.amshopby-button {
  display: none;
}
.no-product-filter-state .am-shopby-container .block-actions.filter-actions a.filter-clear {
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  text-decoration: none;
  margin-left: 10px;
}

@media (max-width: 1199.98px) {
  .no-result-page .buttons-group {
    display: flex;
    justify-content: center;
  }
  .no-result-page .buttons-group a {
    width: 40%;
  }

  .stock-product-banner {
    padding: 25% 0 !important;
  }

  .magento-head-title.hero-title.page-title-wrapper {
    top: 80px;
  }
  .magento-head-title.hero-title.page-title-wrapper .page-title .text-line-1 {
    padding-left: 60px;
  }
  .magento-head-title.hero-title.page-title-wrapper .page-title .text-line-1:before {
    width: 70px;
  }

  ul.stock-filter-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.stock-filter-items li.stock-filter-item {
    width: 32%;
  }
  ul.stock-filter-items li.stock-filter-item:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 1%;
  }

  .block-content.filter-content .filter-options ol.items li.item {
    padding: 5px;
  }
  .block-content.filter-content .filter-options .dropdown-menu {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  ul.stock-filter-items {
    flex-wrap: wrap;
  }
  ul.stock-filter-items li.stock-filter-item {
    width: 100%;
  }
  ul.stock-filter-items li.stock-filter-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .account-nav-content .nav.items {
    margin-bottom: 0.75rem;
  }

  .mpinstagramfeed-container .instagram-carousel .mpinstagramfeed-photo {
    width: 48%;
  }
  .mpinstagramfeed-container .instagram-carousel .mpinstagramfeed-photo .mpinstagramfeed-post-url .mpinstagramfeed-post-caption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.5rem;
    font-size: 12px;
  }

  .no-result-page .buttons-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .no-result-page .buttons-group a {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }

  .stock-product-banner {
    padding: 40% 0 !important;
  }

  .magento-head-title.hero-title.page-title-wrapper {
    top: 80px;
  }
  .magento-head-title.hero-title.page-title-wrapper .page-title .text-line-1 {
    padding-left: 60px;
  }
  .magento-head-title.hero-title.page-title-wrapper .page-title .text-line-1:before {
    width: 50px;
    top: 15px;
    left: 1rem;
  }
}
/* Mobile Filter */
.mobilefilter {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 45px;
  padding-bottom: 45px;
  overflow-y: scroll;
  transform: translate(-200%);
  display: none;
}
.mobilefilter a {
  padding: 0px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s color ease;
}
.mobilefilter a:hover {
  color: #f1f1f1;
}
.mobilefilter .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
}

.mobile-filter-bar {
  font-size: 20px;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  padding: 5px 0;
  text-transform: uppercase;
  transform: translate(0px, 100px);
}

.fotorama--fullscreen .fotorama__nav-wrap .fotorama__nav {
  display: flex;
  justify-content: center;
}
.fotorama--fullscreen .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border {
  border-color: #b36d34;
}

#product-preview {
  /*.fotorama__nav{
  	height: 125px!important;
  }*/
}
#product-preview .inner.invalid {
  position: relative;
  opacity: 0.3;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#product-preview .inner.invalid:after {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #939393;
  position: absolute;
  transform: rotate(-45deg);
}
#product-preview .stock-product-list {
  padding-top: 25px;
}
#product-preview .stock-product-list .price-bottom .finance-btn .btn, #product-preview .stock-product-list .price-bottom .book-appointment-btn .btn {
  font-size: 1rem;
}
#product-preview h4.product-name {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
#product-preview h4.name-reduce-font {
  font-size: 1.25rem;
}
#product-preview .select-filter-wrap #metal_type_label, #product-preview .select-filter-wrap #ring_size_label {
  margin-bottom: 5px;
}
#product-preview #compare_diamond_btn {
  border: 2px solid #000;
  transition: border-color 0.5s ease-in-out;
}
#product-preview #compare_diamond_btn:hover {
  border-color: #b36d34;
}
#product-preview .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  cursor: zoom-in;
}
#product-preview .fotorama__stage {
  position: relative !important;
  height: 550px !important;
  width: 95% !important;
  box-shadow: 0px 0px 5px #0000006b;
  margin: auto;
  margin: 25px auto;
  background-color: #fff;
}
#product-preview .fotorama__thumb-border {
  border-color: #b36d34;
}
#product-preview ._block-content-loading .fotorama__arr {
  opacity: 1;
}
#product-preview .fotorama__nav-wrap {
  width: 100%;
  margin: auto;
}
#product-preview .fotorama__stage__shaft {
  width: 100% !important;
}
#product-preview .owl-carousel .owl-nav {
  margin: 0px;
}
#product-preview .owl-carousel .owl-nav button.owl-prev, #product-preview .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  z-index: 100;
  border: none;
  background: none;
  height: auto;
}
#product-preview .owl-carousel .owl-nav button.owl-prev:focus, #product-preview .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
#product-preview .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
  font-size: 0;
}
#product-preview .owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(135deg);
}
#product-preview .owl-carousel .owl-nav button.owl-next {
  right: -10px;
  font-size: 0;
}
#product-preview .owl-carousel .owl-nav button.owl-next:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(-45deg);
}
#product-preview .need-help {
  width: 99%;
  margin: 25px auto;
  display: flex;
  justify-content: left;
}
#product-preview .need-help a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
#product-preview .need-help a:hover {
  color: #b36d34;
}

.checkout-cart-index .cartdiscount .title {
  margin-bottom: 10px;
}
.checkout-cart-index .cartdiscount .title strong {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.checkout-cart-index .cartdiscount .title strong:focus {
  outline: none;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/cross.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modal .modal-dialog .modal-content .modal-body .btn-close:focus {
  box-shadow: none !important;
}
.modal .modal-dialog .modal-content .modal-body .btn-close img {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body .diamond-image {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .diamond-image img {
  width: 70%;
}

#popup-diamond-video .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
}

.promotop {
  position: absolute;
  width: 100%;
  top: 2px;
  text-align: center;
  font-size: 13px;
  z-index: 1050;
}
.promotop p {
  margin: 0px !important;
}

#header {
  padding: 1rem 0;
  background-color: #fff;
  transition: all 0.5s ease;
  z-index: 1030;
  width: 100%;
}
#header .container-xxl {
  position: relative;
}
#header nav .nav-links {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header nav .nav-links a {
  color: #000;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  transition: color 0.5s ease;
  font-weight: 300;
}
#header nav .nav-links a:hover {
  color: #b36d34;
}
#header nav .nav-links li.menu {
  margin-right: 0.5rem;
  transition: opacity 0.3s ease;
}
#header nav .nav-links li.menu:hover .sub-menu {
  display: block;
  opacity: 1;
}
#header nav .nav-links li.menu a {
  color: #000;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  transition: color 0.5s ease;
  font-weight: 400;
}
#header nav .nav-links li.menu a:hover {
  color: #b36d34;
}
#header nav .nav-links li.menu .sub-menu {
  position: absolute;
  width: 100%;
  padding: 0;
  z-index: 998;
  left: 0;
  top: 80px;
  display: none;
  opacity: 0;
  transition: filter 0.3s ease;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.5));
}
#header nav .nav-links li.menu .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -30px;
  margin-top: -3px;
  border-width: 0px 35px 35px 35px;
  border-style: solid;
  border-color: #ffffff transparent;
}
#header nav .nav-links li.menu .sub-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px;
  height: 50%;
  z-index: -1;
  background: transparent;
}
#header nav .nav-links li.menu .sub-menu .sub-menu-inner {
  background-color: #fff;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
#header nav .nav-links li.menu .menu1:before {
  left: 26%;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help {
  width: 20%;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help h3 {
  font-size: 1.25rem;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 1rem;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help h4 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help h4 a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help h4 a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-type: none;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help ul li {
  margin-bottom: 0.25rem;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help ul li a {
  color: #A0A0A0;
  font-size: 1.25rem;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .help ul li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style {
  width: 35%;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu li {
  width: 22%;
  position: relative;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu li:first-child {
  margin-bottom: 1rem;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu li:not(:first-child) {
  margin-left: -20px;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu li a {
  display: block;
  color: #A0A0A0;
  font-size: 0.65rem;
  text-transform: uppercase;
  transition: color 0.5s ease;
  font-weight: 500;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu li a div {
  width: 100%;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu li a div img {
  width: 100%;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .style .style-sub-menu li a p {
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .shape {
  width: 35%;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .shape .shape-sub-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: center;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .shape .shape-sub-menu li {
  width: 23%;
  margin-bottom: 5px;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .shape .shape-sub-menu li a {
  text-decoration: none;
  color: #A0A0A0;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 300;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .shape .shape-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .shape .shape-sub-menu li a .image {
  text-align: center;
  margin-bottom: 3px;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .shape .shape-sub-menu li a .image img {
  width: 75%;
  filter: drop-shadow(1px 1px 2px #AEAEAE);
  transition: filter 0.3s ease;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .shape .shape-sub-menu li a .image img:hover {
  filter: drop-shadow(1px 1px 5px #AEAEAE);
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .metal {
  width: 25%;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .metal .metal-sub-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 135px;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .metal .metal-sub-menu li {
  width: 23%;
  text-align: center;
  line-height: 1;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .metal .metal-sub-menu li a {
  color: #A0A0A0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .metal .metal-sub-menu li a:hover {
  color: #b36d34;
}
#header nav .nav-links li.menu .menu1 .sub-menu-inner .metal .metal-sub-menu li a p {
  font-size: 0.65rem;
}
#header nav .nav-links li.menu .menu2:before {
  left: 37%;
}
#header nav .nav-links li.menu .menu2 .help {
  width: 20%;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu2 .help h3 {
  font-size: 1.25rem;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 1rem;
}
#header nav .nav-links li.menu .menu2 .help h4 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0;
}
#header nav .nav-links li.menu .menu2 .help h4 a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu2 .help h4 a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu2 .help ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-type: none;
}
#header nav .nav-links li.menu .menu2 .help ul li {
  margin-bottom: 0.25rem;
}
#header nav .nav-links li.menu .menu2 .help ul li a {
  color: #A0A0A0;
  font-size: 1.25rem;
}
#header nav .nav-links li.menu .menu2 .help ul li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu {
  display: flex;
  width: 80%;
  justify-content: space-between;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .women {
  width: 35%;
  text-align: center;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .women .women-sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .women .women-sub-menu li {
  width: 33%;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .women .women-sub-menu li a {
  color: #A0A0A0;
  text-decoration: none;
  transition: color 0.5s ease;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .women .women-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .women .women-sub-menu li a .icon {
  margin-bottom: 0.5rem;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .men {
  width: 35%;
  text-align: center;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .men .men-sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .men .men-sub-menu li {
  width: 33%;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .men .men-sub-menu li a {
  color: #A0A0A0;
  text-decoration: none;
  transition: color 0.5s ease;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .men .men-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .men .men-sub-menu li a .icon {
  margin-bottom: 0.5rem;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .metal {
  width: 25%;
  text-align: center;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .metal .metal-sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .metal .metal-sub-menu li {
  width: 25%;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .metal .metal-sub-menu li a {
  color: #A0A0A0;
  text-decoration: none;
  transition: color 0.5s ease;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .metal .metal-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu2 .wedding-inner-menu .metal .metal-sub-menu li a .metal-img img {
  width: 95%;
}
#header nav .nav-links li.menu .menu-3:before {
  left: 47%;
}
#header nav .nav-links li.menu .menu-3 .help {
  width: 15%;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu-3 .help h3 {
  font-size: 1.25rem;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 1rem;
}
#header nav .nav-links li.menu .menu-3 .help h4 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0;
}
#header nav .nav-links li.menu .menu-3 .help h4 a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu-3 .help h4 a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-3 .help ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-type: none;
}
#header nav .nav-links li.menu .menu-3 .help ul li {
  margin-bottom: 0.25rem;
}
#header nav .nav-links li.menu .menu-3 .help ul li a {
  color: #A0A0A0;
  font-size: 1.25rem;
}
#header nav .nav-links li.menu .menu-3 .help ul li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-3 .style {
  width: 80%;
}
#header nav .nav-links li.menu .menu-3 .style p {
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu-3 .style .eternity-style {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#header nav .nav-links li.menu .menu-3 .style .eternity-style li {
  width: 23%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#header nav .nav-links li.menu .menu-3 .style .eternity-style li a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
}
#header nav .nav-links li.menu .menu-3 .style .eternity-style li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-3 .style .eternity-style li a p {
  font-size: 0.75rem;
}
#header nav .nav-links li.menu .menu-3 .style .eternity-style li a .icon {
  margin-bottom: 0.5rem;
  text-align: center;
}
#header nav .nav-links li.menu .menu-3 .style .eternity-style li a .icon img {
  width: 75%;
  margin: auto;
}
#header nav .nav-links li.menu .menu-4:before {
  left: 55%;
}
#header nav .nav-links li.menu .menu-4 .help {
  width: 15%;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu-4 .help h3 {
  font-size: 1.25rem;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 1rem;
}
#header nav .nav-links li.menu .menu-4 .help h4 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0;
}
#header nav .nav-links li.menu .menu-4 .help h4 a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu-4 .help h4 a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-4 .help ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-type: none;
}
#header nav .nav-links li.menu .menu-4 .help ul li {
  margin-bottom: 0.25rem;
}
#header nav .nav-links li.menu .menu-4 .help ul li a {
  color: #A0A0A0;
  font-size: 1.25rem;
}
#header nav .nav-links li.menu .menu-4 .help ul li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .icon {
  margin-bottom: 0.5rem;
  text-align: center;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings {
  width: 36%;
  margin-bottom: 1rem;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings p a {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings p a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings .earrings-sub-menu {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings .earrings-sub-menu li {
  width: 33%;
  padding: 0.5rem;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings .earrings-sub-menu li a {
  display: flex;
  flex-direction: column;
  color: #A0A0A0;
  font-size: 0.75rem;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings .earrings-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings .earrings-sub-menu li a:hover img {
  filter: drop-shadow(3px 3px 3px #D5D5D5);
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings .earrings-sub-menu li a .title {
  text-align: center;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .earrings .earrings-sub-menu li a img {
  width: 95%;
  transition: filter 0.5s ease;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants {
  width: 36%;
  margin-bottom: 1rem;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants p a {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants p a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants .pendants-sub-menu {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants .pendants-sub-menu li {
  width: 33%;
  padding: 0.5rem;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants .pendants-sub-menu li a {
  display: flex;
  flex-direction: column;
  color: #A0A0A0;
  font-size: 0.75rem;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants .pendants-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants .pendants-sub-menu li a:hover img {
  filter: drop-shadow(3px 3px 3px #D5D5D5);
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants .pendants-sub-menu li a .title {
  text-align: center;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .pendants .pendants-sub-menu li a img {
  width: 50%;
  transition: filter 0.5s ease;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets {
  width: 20%;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets p a {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets p a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets .bracelets-sub-menu {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets .bracelets-sub-menu li {
  width: 100%;
  padding: 0.5rem;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets .bracelets-sub-menu li a {
  display: flex;
  flex-direction: column;
  color: #A0A0A0;
  font-size: 0.75rem;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets .bracelets-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets .bracelets-sub-menu li a:hover img {
  filter: drop-shadow(3px 3px 3px #D5D5D5);
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets .bracelets-sub-menu li a .title {
  text-align: center;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu-4 .jewellery-sub-menu .bracelets .bracelets-sub-menu li a img {
  width: 80%;
  transition: filter 0.5s ease;
}
#header nav .nav-links li.menu .menu-6:before {
  left: 68%;
}
#header nav .nav-links li.menu .menu-6 .help {
  width: 15%;
  text-transform: uppercase;
}
#header nav .nav-links li.menu .menu-6 .help h3 {
  font-size: 1.25rem;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 1rem;
}
#header nav .nav-links li.menu .menu-6 .help h4 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0;
}
#header nav .nav-links li.menu .menu-6 .help h4 a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu-6 .help h4 a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-6 .help ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-type: none;
}
#header nav .nav-links li.menu .menu-6 .help ul li {
  margin-bottom: 0.25rem;
}
#header nav .nav-links li.menu .menu-6 .help ul li a {
  color: #A0A0A0;
  font-size: 1.25rem;
}
#header nav .nav-links li.menu .menu-6 .help ul li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .nav-links li.menu .menu-6 .style {
  width: 80%;
}
#header nav .nav-links li.menu .menu-6 .style p {
  text-transform: uppercase;
  text-align: center;
}
#header nav .nav-links li.menu .menu-6 .style .style-sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
#header nav .nav-links li.menu .menu-6 .style .style-sub-menu li {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#header nav .nav-links li.menu .menu-6 .style .style-sub-menu li div.icon {
  text-align: center;
}
#header nav .nav-links li.menu .menu-6 .style .style-sub-menu li div.icon img {
  width: 80%;
}
#header nav .nav-links li.menu .menu-6 .style .style-sub-menu li a {
  color: #A0A0A0;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: color 0.5s ease;
}
#header nav .nav-links li.menu .menu-6 .style .style-sub-menu li a:hover {
  color: #b36d34;
  font-weight: 400;
}
#header nav .dropdown-menu {
  margin: 1.5rem 0 0;
  min-width: 25rem;
  padding: 0;
  right: 0;
  left: auto;
  background-color: transparent;
  border-color: transparent;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
#header nav .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: -17px;
  margin-top: -3px;
  border-width: 0px 20px 20px 20px;
  border-style: solid;
  border-color: #ffffff transparent;
}
#header nav .dropdown-menu .dropdown-inner {
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  background-color: #fff;
  padding: 1rem 1rem 1rem 5rem;
  position: relative;
}
#header nav .dropdown-menu .dropdown-inner .sideline {
  align-items: center;
  font-family: "Libre Baskerville", serif;
}
#header nav .dropdown-menu .dropdown-inner .sideline:before {
  width: 30px;
  margin-right: 10px;
}
#header nav .dropdown-menu .dropdown-inner .help-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header nav .dropdown-menu .dropdown-inner .help-inner a {
  color: #000;
  display: inline-block;
  width: 48%;
  text-align: center;
  border: 1px solid #000;
  font-size: 0.75rem;
  padding: 0.4rem 0;
  transition: color 0.5s ease;
  text-decoration: none;
}
#header nav .dropdown-menu .dropdown-inner .help-inner a:hover {
  border-color: #b36d34;
  color: #b36d34;
}
#header nav ul.nav-icon-group {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header nav ul.nav-icon-group .icon-help {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#header nav ul.nav-icon-group .icon-help svg {
  transition: transform 0.5s ease-in-out;
}
#header nav ul.nav-icon-group .icon-help:hover svg {
  transform: scale(1.15);
}
#header nav ul.nav-icon-group svg {
  filter: invert(1);
}

.minicart {
  position: absolute;
  margin: 1.5rem 0 0;
  min-width: 25rem;
  padding: 0;
  right: -15px;
  left: auto;
  background-color: transparent;
  border-color: transparent;
  z-index: 99;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
.minicart:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: -17px;
  margin-top: -3px;
  border-width: 0px 20px 20px 20px;
  border-style: solid;
  border-color: #ffffff transparent;
}
.minicart #btn-minicart-close, .minicart .items-total, .minicart .subtotal, .minicart #top-cart-btn-checkout {
  display: none !important;
}
.minicart .minicart-wrapper {
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  background-color: #fff;
  padding: 1rem 1rem 1rem 5rem;
  position: relative;
}

.form.minisearch .actions button.action.search {
  display: none !important;
}

#header.header-scrolled {
  background: white;
}

.cart .shopping-cart-table .item .item-info .product-item-details ul.item-options {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cart .shopping-cart-table .item .item-info .product-item-details ul.item-options li {
  width: 50%;
  display: inline-block;
}

/*Home page style here */
.hero-banner {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/hero-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*background-position-y: -100px; */
  position: relative;
  padding: 10% 0;
}
.hero-banner:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 90%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.62), transparent);
}
.hero-banner:after {
  content: "";
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/top-fade.png);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: 30%;
  z-index: 1;
}
.hero-banner .scrollDown {
  position: absolute;
  display: flex;
  align-items: center;
  transform: rotate(90deg) translate(0px, -50px);
  bottom: 35px;
  font-size: 1.5rem;
  right: -40px;
  transform-origin: center;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.5s ease;
}
.hero-banner .scrollDown:hover {
  color: #b36d34;
}
.hero-banner .scrollDown .right {
  margin-left: 5px;
}
.hero-banner .hero-title {
  position: relative;
  z-index: 2;
}
.hero-banner .hero-title h1 .text-line-1, .hero-banner .hero-title h1 .text-line-2 {
  display: block;
  color: #fff;
}
.hero-banner .hero-title h1 .text-line-1 {
  padding-left: 130px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.hero-banner .hero-title h1 .text-line-1:before {
  content: "";
  position: absolute;
  width: 200px;
  left: 0;
  top: 20px;
  height: 2px;
  background-color: #b36d34;
}
.hero-banner .hero-title h1 .text-line-2 {
  font-family: "Libre Baskerville", serif;
}
.hero-banner .hero-title p.large a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.5s text-decoration ease-in-out;
  display: inline-flex;
  align-items: center;
}
.hero-banner .hero-title p.large a:hover {
  text-decoration: underline;
}
.hero-banner .hero-title p.large a .arrow {
  margin-left: 5px;
  font-size: 0;
}

.side-nav {
  position: fixed;
  height: 100%;
  width: 45vw;
  top: 0;
  right: 0;
  z-index: 999;
  transform: translateX(200%);
  transition: transform 1s ease-in-out;
  filter: drop-shadow(0px 0px 50px black);
}
.side-nav .side-nav-inner {
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  background-color: #fff;
  padding: 3rem 3rem 3rem 6rem;
  height: 100vh;
  overflow-y: scroll;
}
.side-nav .side-nav-inner .close-side-nav:hover {
  cursor: pointer;
}
.side-nav .side-nav-inner .side-nav-container {
  width: 75%;
  position: relative;
  margin: auto;
}
.side-nav .side-nav-inner .side-nav-container .social-icons a {
  text-decoration: none;
}
.side-nav .side-nav-inner .side-nav-container .social-icons a:not(:last-child) {
  margin-right: 5px;
}
.side-nav .side-nav-inner .side-nav-container .h1.sideline {
  align-items: center;
  font-family: "Libre Baskerville", serif;
  margin-top: 3rem;
}
.side-nav .side-nav-inner .side-nav-container .h1.sideline:before {
  width: 20%;
  margin-right: 5%;
}
.side-nav .side-nav-inner .side-nav-container .equal-left-space {
  padding-left: 35%;
}
.side-nav .side-nav-inner .side-nav-container .equal-left-space .links a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #000;
  transition: color 0.5s ease;
}
.side-nav .side-nav-inner .side-nav-container .equal-left-space .links a:hover {
  color: #b36d34;
}
.side-nav .side-nav-inner .side-nav-container .equal-left-space .account-links {
  display: flex;
  flex-direction: column;
  margin: 2rem 0rem;
}
.side-nav .side-nav-inner .side-nav-container .equal-left-space .account-links a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #000;
  transition: color 0.5s ease;
}
.side-nav .side-nav-inner .side-nav-container .equal-left-space .account-links a:hover {
  color: #b36d34;
}
.side-nav .side-nav-inner .side-nav-container .mobile-navigation {
  display: none;
}
.side-nav .side-nav-inner .side-nav-container .desktop-navigation {
  display: block;
}

.side-nav-open {
  transform: translateX(0);
}

/* Popupwindow styles */
#popup-diamond-details #popup-diamond-details-close {
  position: absolute;
  right: 15px;
}
#popup-diamond-details p {
  margin: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/* Delivery Page style starts here */
.common-cms-pages {
  position: relative;
  padding: 2rem 0;
}
.common-cms-pages .tabs {
  transform: skew(30deg);
  transform-origin: center;
  display: flex;
  justify-content: left;
}
.common-cms-pages .tabs .tabs-inner {
  background-color: #b36d34;
  flex-grow: 1;
  text-align: center;
  margin-left: -1px;
  padding: 20px 30px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: background-color, text-decoration 0.5s ease;
}
.common-cms-pages .tabs .tabs-inner:hover {
  background-color: #000;
  text-decoration: none;
}
.common-cms-pages .tabs .tabs-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2301295518) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}
.common-cms-pages .tabs .tabs-inner .tabs-inner-inner {
  transform: skew(-30deg);
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  justify-content: center;
}
.common-cms-pages .tabs .tabs-inner .tabs-inner-inner .arrow {
  border-color: #fff;
}
.common-cms-pages .tabs .active {
  background-color: #000;
  pointer-events: none;
}
.common-cms-pages .delivery-collapse a.expander {
  font-weight: 300;
  color: #000;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
}
.common-cms-pages .delivery-collapse .h2 {
  position: relative;
  border-bottom: 3px solid #b36d34;
  font-size: 1.5rem;
  display: block;
}
.common-cms-pages .delivery-collapse .arrow {
  position: absolute;
  right: 1rem;
  top: 30%;
}
.common-cms-pages .ring-engraving .bold {
  font-weight: 700;
}
.common-cms-pages .ring-engraving ul {
  padding: 0;
  margin: 25px 0;
  list-style-type: none;
}
.common-cms-pages .ring-engraving ul li {
  margin: 10px 0;
}
.common-cms-pages arrow {
  border-color: #b36d34;
}

/*Diamond Buying Guide */
.diamond-buying-guide {
  position: relative;
}
.diamond-buying-guide .cmb-5 {
  margin-bottom: 5rem;
}
.diamond-buying-guide .inner {
  box-shadow: 0px 0px 10px #A1A1A1;
  padding: 20px 0px 20px 50px;
  width: 80%;
  position: relative;
}
.diamond-buying-guide .inner:before {
  content: "";
  position: absolute;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shape/round.png);
  top: -50px;
  left: -60px;
  width: 120px;
  height: 120px;
  background-size: contain;
}
.diamond-buying-guide .inner h2 {
  font-weight: 300;
}
.diamond-buying-guide .inner p {
  text-transform: uppercase;
}
.diamond-buying-guide .inner p a {
  color: #000;
  text-decoration: none;
}

/*History Block Styles start Here */
.history-block .seo-content {
  padding: 3rem 0;
}
.history-block .inner-content {
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 5rem 0;
}
.history-block .inner-content .v-line {
  width: 3px;
  height: 100px;
  background-color: #b36d34;
  margin: auto;
}
.history-block .inner-img {
  padding-bottom: 3rem;
  text-align: right;
}
.history-block .inner-img img {
  width: 100%;
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
}

.bg-shade {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}

/*Our shop page styles start here */
.ourshop-block {
  padding: 3rem 0;
}
.ourshop-block .sideline {
  align-items: center;
}
.ourshop-block .sideline:before {
  width: 200px;
  margin-right: 20px;
}
.ourshop-block .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
}
.ourshop-block .address-block {
  font-weight: 300;
}
.ourshop-block .address-block .bold {
  font-weight: 700;
}
.ourshop-block .address-block a {
  color: #b36d34;
  text-decoration: underline;
  font-weight: 400;
}
.ourshop-block .appointment-form h2 {
  font-size: 1.75rem;
}
.ourshop-block .appointment-form .form-control, .ourshop-block .appointment-form .form-select {
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.ourshop-block .appointment-form .form-select {
  color: #495057;
}
.ourshop-block .appointment-form .btn {
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: 0.5s color ease-in-out;
}
.ourshop-block .appointment-form .btn:focus {
  box-shadow: none;
}
.ourshop-block .appointment-form .btn:hover {
  color: #b36d34;
}
.ourshop-block .gallery-title .sideline {
  align-items: center;
}
.ourshop-block .gallery-title .sideline:before {
  width: 200px;
  margin-right: 20px;
}
.ourshop-block .gallery-title .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
}
.ourshop-block .gallery-stage {
  position: relative;
  padding: 2rem 0;
}
.ourshop-block .gallery-stage:before {
  background-color: #b36d34;
  position: absolute;
  top: 0;
  width: 85%;
  height: 75%;
  content: "";
  transform: skew(35deg);
  left: -20%;
  z-index: -1;
}
.ourshop-block .gallery-stage .gallery-owlcarousel {
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 15% 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 15% 100%);
}
.ourshop-block .gallery-stage .gallery-owlcarousel .slider-img {
  height: 500px;
  width: 100%;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/mumbai-loc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ourshop-block .gallery-stage .buttons {
  display: flex;
  justify-content: flex-end;
}
.ourshop-block .gallery-stage .buttons a.prev-btn, .ourshop-block .gallery-stage .buttons a.next-btn {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.ourshop-block .gallery-stage .buttons .prev-btn {
  margin-right: 35px;
}
.ourshop-block .gallery-stage .buttons .prev-btn:before {
  content: "";
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #b36d34;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
  transform-origin: center;
  transform: rotate(45deg);
}
.ourshop-block .gallery-stage .buttons .prev-btn:hover:before {
  border-color: #b36d34;
}
.ourshop-block .gallery-stage .buttons .next-btn:after {
  content: "";
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #b36d34;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-left: 10px;
  transform-origin: center;
  transform: rotate(-45deg);
}
.ourshop-block .gallery-stage .buttons .next-btn:hover:after {
  border-color: #b36d34;
}

/*Creat your own ring style start here */
.category-engagement-rings .create-own-ring .bg-img {
  background: url("../../frontend/Cubix/finecraft/en_GB/images/Finecraft-Jewellery-London1.jpg") no-repeat;
  background-position: center;
  background-size: contain;
}

.create-own-ring {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}
.create-own-ring:before {
  background-color: #b36d34;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 70%;
  content: "";
  clip-path: polygon(0% 0px, 60% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0px, 60% 0%, 100% 100%, 0% 100%);
}
.create-own-ring .bg-img {
  z-index: 1;
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  transform: translate(10px, 20px) scale(1.2);
  position: relative;
  background: url("../../frontend/Cubix/finecraft/en_GB/images/Finecraft-Jewellery-London1.jpg") no-repeat;
  padding: 25% 0;
  background-size: cover;
}
.create-own-ring .title-text {
  position: relative;
  z-index: 2;
}
.create-own-ring .title-text .sideline {
  align-items: center;
}
.create-own-ring .title-text .sideline:before {
  position: absolute;
  left: -100px;
}
.create-own-ring .title-text .large {
  padding-left: 20%;
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
}
.create-own-ring .title-text .h1 {
  padding-left: 20%;
  font-family: "Libre Baskerville", serif;
}
.create-own-ring .title-text a {
  padding-left: 20%;
  text-decoration: none;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  display: block;
  text-transform: capitalize;
}
.create-own-ring .links {
  background-color: #b36d34;
  transform: skew(20deg);
  transform-origin: bottom;
  position: relative;
  z-index: 2;
}
.create-own-ring .links .links-inner {
  transform: skew(-20deg);
  display: flex;
  justify-content: space-around;
}
.create-own-ring .links .links-inner .inner-inner-child {
  flex-grow: 1;
  text-align: center;
  transform: skew(20deg);
  position: relative;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0.15) 0%, rgba(67, 67, 67, 0) 100%);
  transition: 0.3s background, color ease;
}
.create-own-ring .links .links-inner .inner-inner-child:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: 0.3s opacity ease;
}
.create-own-ring .links .links-inner .inner-inner-child:hover:before {
  opacity: 1;
}
.create-own-ring .links .links-inner .inner-inner-child .inner-child {
  text-transform: uppercase;
  transform: skew(-20deg);
  font-size: 1.25rem;
  color: #fff;
}
.create-own-ring .links .links-inner .inner-inner-child .inner-child .d-block {
  position: relative;
}
.create-own-ring .links .links-inner .inner-inner-child .inner-child .arrow {
  position: absolute;
  border-color: #fff;
  top: 8px;
  margin-left: 5px;
}
.create-own-ring .links .links-inner .inner-inner-child a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  display: block;
}

#hub-link-block {
  position: relative;
  padding: 15vh 0;
  overflow: hidden;
}
#hub-link-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -30px;
  background-image: radial-gradient(rgba(245, 244, 249, 0.68), rgba(204, 204, 204, 0.81), rgba(174, 169, 176, 0));
  z-index: -1;
}
#hub-link-block:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(#f5f4f9, #eee);
  z-index: -2;
}

.hub-page-links, .hub-page-block {
  z-index: 3;
  position: relative;
}
.hub-page-links .inner a, .hub-page-block .inner a {
  color: #000;
  transition: color 0.5s ease-in-out;
  display: block;
  position: relative;
}
.hub-page-links .inner a:after, .hub-page-block .inner a:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 80%;
  left: 25px;
  right: 0;
  margin: auto;
  bottom: 10%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
  background-image: radial-gradient(white 30%, #ffffff00, #0000ff00);
}
.hub-page-links .inner a:hover:after, .hub-page-block .inner a:hover:after {
  opacity: 1;
}
.hub-page-links .inner a:hover .text, .hub-page-block .inner a:hover .text {
  color: #b36d34;
}
.hub-page-links .inner a .text, .hub-page-block .inner a .text {
  color: #000;
  text-decoration: none;
  transition: 0.5s color ease;
  font-size: 1.35rem;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hub-page-links .inner a .content, .hub-page-block .inner a .content {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.hub-page-links .inner a .content .h4, .hub-page-block .inner a .content .h4 {
  font-family: "Libre Baskerville", serif;
}
.hub-page-links .engagemnet-link, .hub-page-links .wedding-link, .hub-page-links .eternity-link, .hub-page-links .jewellery-link, .hub-page-block .engagemnet-link, .hub-page-block .wedding-link, .hub-page-block .eternity-link, .hub-page-block .jewellery-link {
  background-repeat: no-repeat;
  background-position-x: center;
  position: relative;
  height: 360px;
  display: block;
}
.hub-page-links .engagemnet-link, .hub-page-block .engagemnet-link {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/engagemnet.png");
  background-size: 65%;
  background-position-y: 0px;
}
.hub-page-links .wedding-link, .hub-page-block .wedding-link {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/wedding.png");
  background-size: 65%;
  background-position-y: 53px;
}
.hub-page-links .eternity-link, .hub-page-block .eternity-link {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/eternity.png");
  background-size: 65%;
  background-position-y: 53px;
}
.hub-page-links .jewellery-link, .hub-page-block .jewellery-link {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/jewellery.png");
  background-size: 85%;
  background-position-y: 135px;
}

/* Hubpage styles start here */
.category-banner {
  position: relative;
  padding: 15vh 0 10vh 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.category-banner:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 90%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.category-banner:after {
  content: "";
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/top-fade.png);
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: 30%;
  z-index: 1;
}
.category-banner .hero-title {
  position: relative;
  z-index: 2;
}
.category-banner .hero-title h1 .text-line-1, .category-banner .hero-title h1 .text-line-2 {
  display: block;
  color: #fff;
}
.category-banner .hero-title h1 .text-line-1 {
  padding-left: 130px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
.category-banner .hero-title h1 .text-line-1:before {
  content: "";
  position: absolute;
  width: 200px;
  left: 0;
  top: 25px;
  height: 2px;
  background-color: #fff;
}
.category-banner .hero-title h1 .text-line-2 {
  font-family: "Libre Baskerville", serif;
}
.category-banner .hero-title .category-image {
  position: absolute;
  right: 0;
  width: 20%;
  bottom: -20vh;
}
.category-banner .hero-title a.large {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.5s color ease-in-out;
}
.category-banner .hero-title a.large:hover {
  color: #b36d34;
}

#contact-form .btn.btn-md {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
}
#contact-form .btn.btn-md:focus {
  box-shadow: none;
}
#contact-form .control.captcha-image {
  display: flex;
  justify-content: left;
  align-items: center;
}
#contact-form .action.reload.captcha-reload {
  border: 1px solid #000;
  margin-left: 20px;
  background: none;
}
#contact-form .control.captcha .input-text {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0rem;
  margin-bottom: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#contact-form .control.captcha .input-text:focus {
  outline: none;
}

.contact-us-hero {
  padding: 10vh 0;
}
.contact-us-hero .address-block {
  position: relative;
}
.contact-us-hero .address-block h1 {
  font-family: "Nunito", sans-serif;
  color: #fff;
}
.contact-us-hero .address-block .sideline {
  align-items: center;
}
.contact-us-hero .address-block .address-block-inner {
  font-family: "Montserrat", sans-serif;
  padding-left: 6rem;
  padding-top: 6rem;
  font-weight: 300;
  color: #fff;
}
.contact-us-hero .address-block .address-block-inner .bold {
  font-weight: 600;
}
.contact-us-hero .address-block .address-block-inner a {
  color: #fff;
  text-decoration: none;
}
.contact-us-hero .contact-form {
  padding-top: 3rem;
}
.contact-us-hero .contact-form .form-control {
  background-color: #dee2e6;
  border-color: #dee2e6;
  background-clip: unset;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.contact-us-hero .contact-form .btn {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.contact-us-hero .contact-form .btn:focus {
  box-shadow: none;
}
.contact-us-hero .contact-bg {
  position: absolute;
  right: -30px;
  bottom: -20vh;
  width: 40%;
}

/* luxury-packing-block style start here */
#luxury-packing-block {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
}
#luxury-packing-block:before {
  background-color: #b36d34;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  clip-path: polygon(0% 0px, 100% 0%, 100% 100%, 40% 100%);
  -webkit-clip-path: polygon(0% 0px, 100% 0%, 100% 100%, 40% 100%);
  right: 0;
  z-index: 1;
}
#luxury-packing-block a {
  color: #000;
  text-decoration: none;
  transition: 0.5s color ease;
  font-size: 1.2rem;
  font-weight: 300;
}
#luxury-packing-block a:hover {
  color: #b36d34;
}
#luxury-packing-block a .right {
  transform: rotate(-45deg) translate(-5px, 3px);
}
#luxury-packing-block .sideline {
  align-items: center;
}
#luxury-packing-block .sideline:before {
  width: 200px;
  margin-right: 20px;
}
#luxury-packing-block .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#luxury-packing-block .h1 {
  font-family: "Libre Baskerville", serif;
}
#luxury-packing-block .packaging-img {
  padding: 150px 0;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/Finecraft-Luxury-Packaging1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  position: relative;
  transition: transform 0.5s ease;
}
#luxury-packing-block .packaging-img:hover {
  transform: scale(1.2);
}

/* Hub page shop by metal block */
#shop-by-metal .sideline {
  align-items: center;
}
#shop-by-metal .sideline:before {
  width: 200px;
  margin-right: 20px;
}
#shop-by-metal .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#shop-by-metal .shopByMetal .inner {
  width: 80%;
  margin: auto;
}
#shop-by-metal .shopByMetal .inner a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: color 0.5s ease;
}
#shop-by-metal .shopByMetal .inner a:hover {
  color: #b36d34;
  cursor: pointer;
}
#shop-by-metal .shopByMetal .inner a .metal {
  display: block;
}
#shop-by-metal .owl-carousel .owl-stage {
  padding: 10px 0;
}
#shop-by-metal .owl-carousel .owl-nav {
  margin: 0px;
}
#shop-by-metal .owl-carousel .owl-nav button.owl-prev, #shop-by-metal .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 20%;
  z-index: 100;
  border: none;
  background: none;
  height: 100px;
}
#shop-by-metal .owl-carousel .owl-nav button.owl-prev:focus, #shop-by-metal .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
#shop-by-metal .owl-carousel .owl-nav button.owl-prev {
  left: -12px;
  font-size: 0;
}
#shop-by-metal .owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(135deg);
}
#shop-by-metal .owl-carousel .owl-nav button.owl-next {
  right: 0px;
  font-size: 0;
}
#shop-by-metal .owl-carousel .owl-nav button.owl-next:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(-45deg);
}

/* Blog Styles start here */
.blog-banner {
  padding: 20vh 0 20vh 0;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/about-page-bg.jpg");
  background-size: cover;
  background-position: 50% 65%;
  background-repeat: no-repeat;
}
.blog-banner:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), transparent);
}
.blog-banner .hero-title {
  position: relative;
  color: #fff;
}
.blog-banner .hero-title .equal-left-space {
  padding-left: 220px;
}
.blog-banner .hero-title .equal-left-space .inner-content {
  width: 35%;
}
.blog-banner .hero-title .equal-left-space .inner-content .sideline:before {
  position: absolute;
  left: 0;
  width: 200px;
  margin-top: 20px;
  background-color: #fff;
}
.blog-banner .hero-title .equal-left-space .inner-content .read-more {
  text-transform: uppercase;
  font-weight: 300;
}

.blog-details-banner {
  padding: 20vh 0 50vh 0;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/about-page-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
}
.blog-details-banner:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), transparent);
}

.blog-list {
  background: #c4c4c4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c4c4c4 0%, white 20%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c4c4c4 0%, white 20%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c4c4c4 0%, white 20%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c4c4c4", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.blog-list .inner-content {
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 6rem 0;
}
.blog-list .inner-content .read-more {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
.blog-list .inner-content .read-more a {
  color: #000;
  text-decoration: none;
}
.blog-list .inner-content .read-more a:hover {
  color: #b36d34;
}
.blog-list .blog-img {
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  position: relative;
  height: 90%;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bolg-description {
  padding: 3rem 0;
}
.bolg-description .sideline {
  align-items: center;
  font-family: "Nunito", sans-serif;
}
.bolg-description .sideline:before {
  width: 200px;
  margin-right: 20px;
}
.bolg-description .left-space {
  padding-left: 230px;
  font-weight: 300;
}
.bolg-description .article-image .article-img {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/shop.jpg");
  background-repeat: no-repeat;
  padding: 15rem 0;
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  background-size: cover;
  background-position: center;
}
.bolg-description .recent-article-headding {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}

/* Hub page shop by Shape block */
#shop-by-shape .sideline {
  align-items: center;
}
#shop-by-shape .sideline:before {
  width: 200px;
  margin-right: 20px;
}
#shop-by-shape .h1 {
  margin-bottom: 15px;
}
#shop-by-shape .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#shop-by-shape .shape-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  text-transform: uppercase;
  justify-content: space-between;
}
#shop-by-shape .shape-inner .shape-inner-inner {
  width: 10%;
  text-align: center;
  margin: auto;
}
#shop-by-shape .shape-inner .shape-inner-inner a.shape-img {
  display: block;
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
  margin: 0 auto 10px;
}
#shop-by-shape .shape-inner .shape-inner-inner a.shape-img:hover {
  color: #b36d34;
}
#shop-by-shape .shape-inner .shape-inner-inner a.shape-img img {
  width: 75%;
  margin-bottom: 1rem;
  filter: drop-shadow(3px 3px 5px gray);
  transition: filter 0.5s ease;
}
#shop-by-shape .shape-inner .shape-inner-inner a.shape-img img:hover {
  filter: drop-shadow(8px 8px 10px gray);
}
#shop-by-shape .shape-inner .shape-inner-inner a.shape-img .shape-name {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
#shop-by-shape .diamond-shape, #shop-by-shape .wedding-profile {
  text-transform: uppercase;
  width: 95%;
  margin: auto;
  transition: all 0.5s ease-in-out;
}
#shop-by-shape .diamond-shape .shape-inner-inner, #shop-by-shape .wedding-profile .shape-inner-inner {
  width: 80%;
  text-align: center;
  margin: auto;
  transition: all 0.5s ease-in-out;
}
#shop-by-shape .diamond-shape .shape-inner-inner a.shape-img, #shop-by-shape .wedding-profile .shape-inner-inner a.shape-img {
  display: block;
  color: #000;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
}
#shop-by-shape .diamond-shape .shape-inner-inner a.shape-img:hover, #shop-by-shape .wedding-profile .shape-inner-inner a.shape-img:hover {
  color: #b36d34;
}
#shop-by-shape .diamond-shape .shape-inner-inner a.shape-img:hover img, #shop-by-shape .wedding-profile .shape-inner-inner a.shape-img:hover img {
  filter: drop-shadow(8px 8px 10px gray);
}
#shop-by-shape .diamond-shape .shape-inner-inner a.shape-img img, #shop-by-shape .wedding-profile .shape-inner-inner a.shape-img img {
  width: 85%;
  margin: auto auto 0.25rem auto;
  filter: drop-shadow(3px 3px 5px gray);
  transition: all 0.5s ease;
  transform: scale(1) translate(0px, 0px);
  transform-origin: center;
}
#shop-by-shape .diamond-shape .shape-inner-inner a.shape-img .shape-name, #shop-by-shape .wedding-profile .shape-inner-inner a.shape-img .shape-name {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
#shop-by-shape .diamond-shape .owl-item.active.center .shape-inner-inner a.shape-img img, #shop-by-shape .wedding-profile .owl-item.active.center .shape-inner-inner a.shape-img img {
  width: 100%;
  transform: scale(1.2) translate(0px, -7px);
  transform-origin: center;
}
#shop-by-shape .gallery-carousel .center {
  z-index: 1;
  transform: scale(1.2);
  margin-top: 10px;
}
#shop-by-shape .gallery-carousel .center img {
  width: 100%;
}
#shop-by-shape .owl-carousel .owl-stage {
  padding: 30px 0;
}
#shop-by-shape .owl-carousel .owl-nav {
  margin: 0px;
}
#shop-by-shape .owl-carousel .owl-nav button.owl-prev, #shop-by-shape .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 10%;
  z-index: 100;
  border: none;
  background: none;
  height: 100px;
}
#shop-by-shape .owl-carousel .owl-nav button.owl-prev:focus, #shop-by-shape .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
#shop-by-shape .owl-carousel .owl-nav button.owl-prev {
  left: -12px;
  font-size: 0;
}
#shop-by-shape .owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(135deg);
}
#shop-by-shape .owl-carousel .owl-nav button.owl-next {
  right: 0px;
  font-size: 0;
}
#shop-by-shape .owl-carousel .owl-nav button.owl-next:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(-45deg);
}

#shop-by-style .sideline {
  align-items: center;
}
#shop-by-style .sideline:before {
  width: 200px;
  margin-right: 20px;
}
#shop-by-style .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#shop-by-style .style-inner {
  width: 95%;
  margin: auto;
}
#shop-by-style .style-inner .style-inner-inner .shape-img {
  text-align: center;
}
#shop-by-style .style-inner .style-inner-inner .shape-img a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
}
#shop-by-style .style-inner .style-inner-inner .shape-img a:hover {
  color: #b36d34;
  cursor: pointer;
}
#shop-by-style .style-inner .style-inner-inner .shape-img img {
  width: 80%;
  margin-bottom: 1rem;
  margin: auto;
}
#shop-by-style .style-inner .style-inner-inner .shape-img .shape-name {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  display: block;
}
#shop-by-style .owl-carousel .owl-stage {
  padding: 10px 0;
}
#shop-by-style .owl-carousel .owl-nav {
  margin: 0px;
}
#shop-by-style .owl-carousel .owl-nav button.owl-prev, #shop-by-style .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  z-index: 100;
  border: none;
  background: none;
  height: 100px;
}
#shop-by-style .owl-carousel .owl-nav button.owl-prev:focus, #shop-by-style .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
#shop-by-style .owl-carousel .owl-nav button.owl-prev {
  left: -15px;
  font-size: 0;
}
#shop-by-style .owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(135deg);
}
#shop-by-style .owl-carousel .owl-nav button.owl-next {
  right: -5px;
  font-size: 0;
}
#shop-by-style .owl-carousel .owl-nav button.owl-next:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b36d34;
  border-bottom: 2px solid #b36d34;
  transform: rotate(-45deg);
}

.bottom-toolbar {
  padding-bottom: 0rem;
  margin-top: 1rem;
}
.bottom-toolbar .paginatiion .pages .label {
  display: none;
}
.bottom-toolbar .paginatiion .pages .pages-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bottom-toolbar .paginatiion .pages .pages-items {
    justify-content: center;
  }
}
.bottom-toolbar .paginatiion .pages .pages-items .item.current {
  color: #fff;
}
.bottom-toolbar .paginatiion .pages .pages-items .item.current:after {
  background-color: #b36d34;
}
.bottom-toolbar .paginatiion .pages .pages-items .item {
  display: flex;
  align-items: center;
}
.bottom-toolbar .paginatiion .pages .pages-items .item:after {
  width: 2px;
  height: 15px;
  display: block;
  background-color: #000;
  transform: rotate(15deg);
  transform-origin: center;
  content: "";
}
.bottom-toolbar .paginatiion .pages .pages-items .item .page {
  color: #000;
  transition: color 0.3s;
  padding: 0 1rem;
  cursor: pointer;
}
.bottom-toolbar .paginatiion .pages .pages-items .item .page:focus {
  box-shadow: none;
  background: transparent;
}
.bottom-toolbar .paginatiion .pages .pages-items .item .page:hover {
  color: #b36d34;
}
.bottom-toolbar .paginatiion .pages .pages-items .item strong.page {
  padding: 0 1rem;
}
.bottom-toolbar .paginatiion .pages .pages-items .current .page {
  color: #b36d34;
}
.bottom-toolbar .paginatiion .pages .pages-items .pages-item-previous::after {
  display: none;
}
.bottom-toolbar .paginatiion .pages .pages-items .pages-item-previous .previous {
  font-size: 0;
  padding: 0px;
  width: 20px;
  height: 20px;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: #000;
  transform: rotate(-45deg) translate(0px, 0px);
  transform-origin: center;
  transition: border-color 0.3s;
  margin-right: 0rem;
}
@media (max-width: 575.98px) {
  .bottom-toolbar .paginatiion .pages .pages-items .pages-item-previous .previous {
    width: 15px;
    height: 15px;
  }
}
.bottom-toolbar .paginatiion .pages .pages-items .pages-item-previous .previous:hover {
  border-color: #b36d34;
  cursor: pointer;
}
.bottom-toolbar .paginatiion .pages .pages-items .pages-item-next::after {
  display: none;
}
.bottom-toolbar .paginatiion .pages .pages-items .pages-item-next .next {
  font-size: 0;
  padding: 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-right: 2px solid;
  border-top: 2px solid;
  border-color: #000;
  transform: rotate(45deg) translate(0px, 0px);
  transform-origin: center;
  transition: border-color 0.3s;
  margin-left: 1rem;
}
@media (max-width: 575.98px) {
  .bottom-toolbar .paginatiion .pages .pages-items .pages-item-next .next {
    width: 15px;
    height: 15px;
  }
}
.bottom-toolbar .paginatiion .pages .pages-items .pages-item-next .next:hover {
  border-color: #b36d34;
  cursor: pointer;
}

.sideline {
  display: flex;
  justify-content: left;
}
.sideline:before {
  background-color: #b36d34;
  height: 2px;
  width: 32%;
  content: "";
  margin-right: 40px;
}

.arrow {
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-color: #b36d34;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.right {
  transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
}

.top {
  transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
}

.select-container {
  position: relative;
}
.select-container .custom-select {
  padding: 0.5rem 0.75rem;
  position: relative;
  border: 1px solid #b36d34;
}
.select-container .custom-select:hover {
  cursor: pointer;
}
.select-container .custom-select:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0.75rem;
  top: 35%;
  border-color: #b36d34;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}
.select-container .options {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 10;
  display: none;
}
.select-container .options li {
  cursor: pointer;
  padding: 0.5rem 0.75rem;
}
.select-container .options li:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.product-page .design-ring-section a.disabled {
  pointer-events: none;
  color: #A0A0A0;
  cursor: not-allowed !important;
  opacity: 0.2;
}
.product-page .design-ring-section a.disabled div, .product-page .design-ring-section a.disabled p {
  opacity: 0.2;
}
.product-page .design-ring-section h2 {
  font-weight: normal;
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.product-page .design-ring-section .sideline {
  display: flex;
  align-items: center;
  justify-content: left;
}
.product-page .design-ring-section .sideline:before {
  background: #b36d34;
  height: 2px;
  width: 15%;
  content: "";
  margin-right: 10px;
}
.product-page .design-ring-section .ring-shape {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.product-page .design-ring-section .ring-shape a {
  font-size: 0.75rem;
  text-decoration: none;
  color: #6c757d;
  transition: 0.3s filter ease-in-out;
}
.product-page .design-ring-section .ring-shape a:hover {
  color: #b36d34;
}
.product-page .design-ring-section .ring-shape a.active {
  color: #b36d34;
}
.product-page .design-ring-section .ring-shape li {
  width: 20%;
  text-align: center;
  margin-bottom: 1rem;
}
.product-page .design-ring-section .ring-shape li .shape {
  text-align: center;
  margin: auto;
  width: 70%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 0.5rem;
}
.product-page .design-ring-section .ring-shape li p {
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 0;
}
.product-page .design-ring-section .ring-profile {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: auto;
  width: 90%;
  justify-content: center;
  flex-wrap: wrap;
}
.product-page .design-ring-section .ring-profile li {
  position: relative;
  width: 25%;
  margin-bottom: 10px;
}
.product-page .design-ring-section .ring-profile li a {
  text-decoration: none;
  color: #6c757d;
  transition: color 0.3s ease-out;
  text-transform: capitalize;
  display: block;
}
.product-page .design-ring-section .ring-profile li a:hover {
  color: #b36d34;
}
.product-page .design-ring-section .ring-profile li a .profile {
  width: 90%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: center;
  margin: auto;
  background-size: contain;
  margin-bottom: 0.5rem;
}
.product-page .design-ring-section .ring-profile li a p {
  font-size: 0.75rem;
  text-align: center;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.product-page .design-ring-section .ring-profile li a.active {
  color: #b36d34;
}
.product-page .design-ring-section .ring-style {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: auto;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.product-page .design-ring-section .ring-style li {
  position: relative;
  width: 25%;
  margin-bottom: 10px;
}
.product-page .design-ring-section .ring-style li a {
  text-decoration: none;
  color: #6c757d;
  transition: color 0.3s ease-out;
  text-transform: capitalize;
  display: block;
}
.product-page .design-ring-section .ring-style li a:hover {
  color: #b36d34;
}
.product-page .design-ring-section .ring-style li a .style {
  width: 90%;
  background-repeat: no-repeat;
  height: 75px;
  background-position: center;
  margin: auto;
  background-size: contain;
  margin-bottom: 0.5rem;
}
.product-page .design-ring-section .ring-style li a p {
  font-size: 0.75rem;
  text-align: center;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.product-page .design-ring-section .ring-style li a.active {
  color: #b36d34;
}
.product-page .design-ring-section .ring-metal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-page .design-ring-section .ring-metal li {
  width: 45%;
  margin-bottom: 1rem;
}
.product-page .design-ring-section .ring-metal li a {
  font-size: 0.75rem;
  text-decoration: none;
  color: #6c757d;
  transition: color 0.3s ease-out;
  display: block;
}
.product-page .design-ring-section .ring-metal li a:hover {
  color: #b36d34;
}
.product-page .design-ring-section .ring-metal li a.active {
  color: #b36d34;
}
.product-page .design-ring-section .ring-metal li .metal {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 60px;
  width: 70%;
  margin: auto;
  margin-bottom: 0.5rem;
}
.product-page .design-ring-section .ring-metal li p {
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.wedding-rings-grid .btns-row {
  display: flex;
  justify-content: flex-end;
}
.wedding-rings-grid .btns-row .btn-next {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background: #b36d34;
  border: none;
  border-radius: 3px;
}
.wedding-rings-grid .btns-row .btn-next:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 7px;
  left: 6px;
}
.wedding-rings-grid .btns-row .btn-next:focus {
  outline: none;
}
.wedding-rings-grid .btns-row .btn-next:disabled {
  opacity: 0.8;
}
.wedding-rings-grid .btns-row .btn-prev {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background: #b36d34;
  border: none;
  margin-right: 10px;
  border-radius: 3px;
}
.wedding-rings-grid .btns-row .btn-prev:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  top: 7px;
  left: 9px;
}
.wedding-rings-grid .btns-row .btn-prev:disabled {
  opacity: 0.8;
}
.wedding-rings-grid .btns-row .btn-prev:focus {
  outline: none;
}
.wedding-rings-grid .wedding-grid {
  display: flex;
  border: 1px solid #e6e6e6;
  font-family: "Nunito", sans-serif;
  margin-bottom: 2.5rem;
}
.wedding-rings-grid .wedding-grid .btn.btn-sm {
  border: 1px solid #adb5bd;
  width: 95%;
  margin: auto;
  padding: 0.1rem;
  text-transform: uppercase;
}
.wedding-rings-grid .wedding-grid .btn.btn-sm:focus {
  box-shadow: none;
  outline: none;
}
.wedding-rings-grid .wedding-grid .btn.btn-sm.select {
  background: #b36d34;
  color: #fff;
}
.wedding-rings-grid .wedding-grid .owl-dots {
  position: absolute;
  top: -32px;
  right: 70px;
  margin-top: 0px !important;
}
.wedding-rings-grid .wedding-grid .owl-dots .owl-dot:focus {
  outline: none;
}
.wedding-rings-grid .wedding-grid .owl-dots .owl-dot span:hover {
  background: #b36d34;
}
.wedding-rings-grid .wedding-grid .owl-dots .owl-dot.active span {
  background: #b36d34;
}
.wedding-rings-grid .wedding-grid .owl-carousel .owl-item img {
  margin: auto;
  width: 110px;
  margin-bottom: 5px;
}
.wedding-rings-grid .wedding-grid .fixed-column {
  width: 10%;
}
.wedding-rings-grid .wedding-grid .scroll-column {
  display: flex;
  flex-wrap: nowrap;
  width: 90%;
}
.wedding-rings-grid .wedding-grid .scroll-column .column-content {
  text-align: center;
  margin-bottom: 0 !important;
}
.wedding-rings-grid .wedding-grid .scroll-column .columns {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: nowrap;
  border-left: 1px solid #e6e6e6;
}
.wedding-rings-grid .wedding-grid .column-content {
  height: 200px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wedding-rings-grid .wedding-grid .column-content .product-image {
  width: 100%;
}
.wedding-rings-grid .wedding-grid .column-content .product-image img {
  margin: auto;
}
.wedding-rings-grid .wedding-grid .column-content:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.wedding-rings-grid .wedding-grid .column-head {
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list {
  padding-top: 5rem;
  position: relative;
  background-image: linear-gradient(180deg, #000000c7 -100%, rgba(196, 196, 196, 0) 10%, rgba(196, 196, 196, 0) 100%);
}
.product-list:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-list .product-item:hover {
  cursor: pointer;
}
.product-list .stock_gallery {
  box-shadow: 0px 0px 5px #0000006b;
}
.product-list .product-item {
  margin-bottom: 10px;
}
.product-list .product-name {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.product-list .price-box.price-final_price {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.product-list .price-box.price-final_price .old-price .price {
  text-decoration: line-through;
  color: #dc3545;
}
.product-list .btn-sm {
  width: 70%;
  border-radius: 0;
  border: 1px solid #adb5bd;
  text-transform: uppercase;
  color: #adb5bd;
}
.product-list .btn-sm:hover {
  border-color: #b36d34;
  color: #fff;
  background-color: #b36d34;
}
.product-list .btn.active {
  border-color: #b36d34;
  color: #fff;
  background-color: #b36d34;
  font-weight: 600;
}

.customise-sec img {
  width: 35px;
  height: 35px;
}
.customise-sec a {
  color: #b36d34;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 300;
  filter: grayscale(1);
  transition: filter 0.5s easeout;
}
.customise-sec a:hover {
  filter: grayscale(0);
}
.customise-sec a.active {
  filter: grayscale(0);
}
.customise-sec .sideline {
  display: flex;
  align-items: center;
  justify-content: left;
  font-family: "Libre Baskerville", serif;
}
.customise-sec .sideline:before {
  background: #b36d34;
  height: 2px;
  width: 32%;
  content: "";
  margin-right: 40px;
}
.customise-sec .choose-stone-block .choose-stone-block-inner {
  display: flex;
  justify-content: center;
}
.customise-sec .choose-stone-block .custom-radio label {
  display: flex;
  align-items: center;
  transition: filter 0.5s ease;
  color: #A0A0A0;
  align-items: center;
  transition: all 0.5s ease;
}
.customise-sec .choose-stone-block .custom-radio label img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  filter: drop-shadow(2px 2px 2px #D5D5D5);
  transition: 0.5s all ease;
}
.customise-sec .choose-stone-block .custom-radio label:hover img {
  filter: drop-shadow(2px 2px 5px #C5C5C5);
}
.customise-sec .choose-stone-block .custom-radio label span {
  width: 70%;
  line-height: 1;
}
.customise-sec .choose-stone-block .custom-radio label:hover {
  cursor: pointer;
  color: #000;
}
.customise-sec .choose-stone-block .custom-radio input[type=radio]:checked + label {
  color: #000;
}
.customise-sec .choose-stone-block .disabled {
  opacity: 0.4;
}
.customise-sec .choose-stone-block .disabled input[type=radio]:disabled + label {
  color: #A0A0A0;
}
.customise-sec .choose-stone-block .disabled label:hover {
  cursor: default;
}

.diamond-compare-table .compare-result {
  margin-bottom: 25px;
}
.diamond-compare-table .compare-result .sideline {
  align-items: center;
}
.diamond-compare-table .compare-result .sideline:before {
  width: 200px;
  margin-right: 20px;
}
.diamond-compare-table .compare-section {
  display: flex;
  flex-wrap: nowrap;
}
.diamond-compare-table .compare-section .compare-section-inner {
  display: flex;
  justify-content: left;
  width: 100%;
}
.diamond-compare-table .compare-section .compare-section-inner ul {
  width: 20%;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.diamond-compare-table .compare-section .compare-section-inner ul .diamond_img {
  padding: 75px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.diamond-compare-table .compare-section .compare-section-inner ul li:first-child {
  margin-bottom: 10px;
  height: 270px;
}
.diamond-compare-table .compare-section .compare-section-inner ul li:first-child .btn {
  width: 60%;
  border: 2px solid #000;
  transition: border-color 0.5s ease-in-out;
}
.diamond-compare-table .compare-section .compare-section-inner ul li:first-child .btn:hover {
  border-color: #b36d34;
}
.diamond-compare-table .compare-section .compare-section-inner ul li:nth-child(even) {
  background-color: #b36d342e;
}
.diamond-compare-table .compare-section .compare-section-inner ul li:not(:first-child) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #b36d34;
}
.diamond-compare-table .compare-section .compare-section-inner ul li img {
  width: 75%;
  margin-bottom: 10px;
}
.diamond-compare-table .compare-section .compare-section-inner ul li .fixed-width {
  height: 185px;
}
.diamond-compare-table .compare-section .compare-section-inner ul li span {
  width: 100%;
  padding: 5px 0px;
  height: 35px;
}
.diamond-compare-table .compare-section .compare-section-inner ul:not(:first-child) {
  text-align: center;
}
.diamond-compare-table .compare-section .compare-section-inner ul li:nth-child(2) span {
  border-top: 1px solid #dadada;
}
.diamond-compare-table .compare-section .compare-section-inner ul:first-child li span {
  font-weight: bold;
  padding-left: 10px;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.diamond-compare-table .compare-section .compare-section-inner ul:last-child li span {
  border-right: 1px solid #dadada;
}
.diamond-compare-table .compare-section .compare-section-inner .remove_diamond_compare {
  position: absolute;
  right: -10px;
  top: 0;
  padding: 0px;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  transition: border-color 0.5s ease-in-out;
}
.diamond-compare-table .compare-section .compare-section-inner .remove_diamond_compare:hover {
  border-color: #b36d34;
}
.diamond-compare-table .compare-section .compare-section-inner .compare_add_ring {
  text-transform: uppercase;
}

#product-preview {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: linear-gradient(180deg, #000000 -50%, rgba(196, 196, 196, 0.08) 6%, white 100%);
}
#product-preview:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 55px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#product-preview .finished-design h1.sideline:before {
  margin-top: 20px;
}
#product-preview .product-360-view {
  width: 90%;
  margin: auto;
}
#product-preview .product-360-view .stage-360 {
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .product-360-view .stage-360 img {
  width: 60%;
}
#product-preview .product-360-view .products-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#product-preview .product-360-view .products-slider div {
  width: 18%;
  padding: 3rem;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .product-360-view .help-block {
  font-size: 1rem;
}
#product-preview .product-360-view .help-block .left {
  transform: rotate(-45deg);
}
#product-preview .product-360-view .help-block .social-icons {
  text-align: right;
}
#product-preview .product-360-view .help-block .social-icons a {
  text-decoration: none;
}
#product-preview .diamondtype-filters .range-slider-v2 {
  margin-bottom: 1rem;
}
#product-preview .diamondtype-filters .range-slider-v2.caratmain {
  margin-top: 1rem;
}
#product-preview .diamondtype-filters .colourmain .slider-box .slider-path .d-flex {
  justify-content: center;
}
#product-preview .diamondtype-filters .colourmain .slider-box .slider-path .d-flex .naturalfancy-diamond-colour:not(:last-child) {
  margin-right: 0.5rem;
}
#product-preview .diamondtype-filters .colourmain .slider-box .slider-path .d-flex .naturalfancy-diamond-colour .colour .custom-radio label {
  text-align: center;
  padding: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
}
#product-preview .diamondtype-filters .colourmain .slider-box .slider-path .d-flex .naturalfancy-diamond-colour .colour .custom-radio input[type=radio]:checked + label {
  border-color: #b36d34;
}
@media (max-width: 767.98px) {
  #product-preview .diamondtype-filters .slider-box {
    padding: 0 1rem;
  }
  #product-preview .diamondtype-filters .slider-box .ui-slider-marks-holder {
    font-size: 0.65rem;
  }
}
#product-preview .diamondtype-filters .slider-box .slider-title {
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #product-preview .diamondtype-filters .slider-box .slider-title {
    text-align: center;
  }
}
#product-preview .diamondtype-filters .slider-box .slider-path .slider-values {
  display: flex;
  width: calc(100% - 30px);
}
#product-preview .diamondtype-filters .slider-box .slider-path .slider-values .ui-slider-marks-holder .ui-slider-marks {
  top: 33px;
}
@media (max-width: 767.98px) {
  #product-preview .diamondtype-filters .slider-box .slider-path .slider-values .ui-slider-marks-holder .ui-slider-marks {
    top: 30px;
  }
}
#product-preview .diamondtype-filters .slider-box .slider-path .lab-tab {
  display: flex;
}
#product-preview .diamondtype-filters .slider-box .slider-path .lab-tab .custom-checkbox {
  flex-grow: 1;
}
#product-preview .diamondtype-filters .slider-box .slider-path .lab-tab .custom-checkbox:not(:last-child) {
  margin-right: 10px;
}
#product-preview .diamondtype-filters .slider-box .slider-path .lab-tab .custom-checkbox label {
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 2px solid #dfdfdf;
  transition: border-color 0.5s ease;
  font-size: 14px;
}
#product-preview .diamondtype-filters .slider-box .slider-path .lab-tab .custom-checkbox label:hover {
  cursor: pointer;
  border-color: #b36d34;
}
#product-preview .diamondtype-filters .slider-box .slider-path .lab-tab .custom-checkbox input[type=checkbox]:checked + label {
  border-color: #b36d34;
}
@media (max-width: 575.98px) {
  #product-preview .diamondtype-filters .owl-carousel {
    width: 90% !important;
    margin: auto;
  }
}
#product-preview .diamondtype-filters .step-slider .filterSlider .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  cursor: pointer;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .diamondtype-filters .step-slider .filterSlider .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .diamondtype-filters .step-slider .filterSlider .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .diamondtype-filters .select .filterSlider .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  cursor: pointer;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .diamondtype-filters .select .filterSlider .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .diamondtype-filters .select .filterSlider .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .filter-section {
  position: relative;
}
#product-preview .filter-section .related-product-shape {
  margin-top: 1rem;
}
#product-preview .filter-section .related-product-shape .filter-width {
  display: flex;
  flex-wrap: wrap;
  font-family: "Nunito", sans-serif;
}
#product-preview .filter-section .related-product-shape .filter-width .related-product {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  text-decoration: none;
  border: 2px solid #ced4da;
  color: #000;
  font-size: 0.75rem;
  transition: border, color 0.5s ease;
}
#product-preview .filter-section .related-product-shape .filter-width .related-product:hover {
  border-color: #b36d34;
  color: #b36d34;
}
#product-preview .filter-section .related-product-shape .filter-width .active {
  border-color: #b36d34;
  color: #b36d34;
}
#product-preview .filter-section .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  margin: auto;
}
#product-preview .filter-section .form-select:focus {
  box-shadow: none;
}
#product-preview .filter-section .carat-range-value {
  color: #ced4da;
}
#product-preview .filter-section #ring_size {
  background-color: #fbfbfb;
}
#product-preview .filter-section .metal_type_option {
  background-color: #fbfbfb;
}
#product-preview .filter-section .carat-wrap h3 {
  margin-bottom: 2.5rem;
}
#product-preview .filter-section .input-with-icon {
  position: relative;
  background-color: #fbfbfb;
}
#product-preview .filter-section .input-with-icon input {
  padding-right: 2rem;
}
#product-preview .filter-section .input-with-icon img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}
#product-preview .filter-section .input-with-icon img:hover {
  opacity: 1;
  cursor: pointer;
}
#product-preview .filter-section h3 {
  font-size: 1.4rem;
  font-weight: 300;
}
#product-preview .filter-section .filter-shape {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
#product-preview .filter-section .filter-shape div {
  width: 10%;
  margin: 0 2%;
}
#product-preview .filter-section .filter-shape img {
  width: 75%;
  filter: drop-shadow(1px 1px 2px gray);
  transition: filter 0.5s ease;
  margin-bottom: 6px;
}
#product-preview .filter-section .filter-shape a {
  font-size: 12px;
  text-decoration: none;
  color: #6c757d;
}
display:inline-block #product-preview .filter-section .filter-shape a:hover img {
  filter: drop-shadow(7px 7px 10px gray);
}
#product-preview .filter-section .filter-shape a.active {
  color: #b36d34;
}
#product-preview .filter-section .filter-shape a.active img {
  filter: drop-shadow(0px 0px 10px gray);
}
#product-preview .custom-filters .diamond-filter-wrap.nonfeedrings .carat-wrap h3 {
  margin-bottom: 0.5rem;
}
#product-preview .custom-filters .advance-filter .inner-left {
  width: 100%;
}
#product-preview .custom-filters .advance-filter .inner-left .advance-filter-bnt {
  width: 100%;
  justify-content: space-between;
  font-size: 1.4rem;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
}
#product-preview .custom-filters .advance-filter .inner-left .advance-filter-bnt.collapsed::after {
  transform: rotate(180deg);
}
#product-preview .custom-filters .advance-filter .inner-left .advance-filter-bnt::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(deg);
}
#product-preview .custom-filters .advance-filter .inner-left .advance-filter-bnt .plus {
  display: none;
}
#product-preview .carat-slider .range-value {
  display: flex;
  justify-content: space-between;
  color: #ced4da;
}
#product-preview .carat-slider .range-value span {
  display: inline-block;
}
#product-preview .nonfeedring-carat {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#product-preview .nonfeedring-carat .owl-carousel .owl-nav button.owl-prev, #product-preview .nonfeedring-carat .owl-carousel .owl-nav button.owl-next {
  top: -40%;
}
#product-preview .nonfeedring-carat .inner {
  position: relative;
  margin: 0 1%;
}
#product-preview .nonfeedring-carat .inner input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#product-preview .nonfeedring-carat .inner label {
  display: inline-block;
  background-color: #DFDFDF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color, color 0.5s ease-in-out;
  color: #000;
  cursor: pointer;
  margin: auto;
}
#product-preview .nonfeedring-carat .inner label:hover {
  background-color: #b36d34;
  color: #fff;
}
#product-preview .nonfeedring-carat .inner input[type=radio]:checked + label {
  background-color: #b36d34;
  color: #fff;
}
#product-preview .nonfeedring-carat .owl-carousel .owl-stage-outer {
  margin: auto;
}
#product-preview .type-wrap .filter-gemtype .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .type-wrap .filter-gemtype .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .type-wrap .filter-gemtype .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .shape-wrap .filter-gemstoneshape .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .shape-wrap .filter-gemstoneshape .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .shape-wrap .filter-gemstoneshape .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .intensity-wrap .gemstone.filter-intensity .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  transition: box-shadow, color, background-color 0.5s ease;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .intensity-wrap .gemstone.filter-intensity .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .intensity-wrap .gemstone.filter-intensity .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .cut-wrap .gemstone.filter-cut .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .cut-wrap .gemstone.filter-cut .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .cut-wrap .gemstone.filter-cut .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .colourmain-select .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .colourmain-select .inner:hover {
  border-color: #b36d34;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .colourmain-select .select {
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .colourmain-select .select[data-value=Yellow] {
  background-color: #f0eb60;
}
#product-preview .colourmain-select .select[data-value=Pink] {
  background-color: #f4bcca;
}
#product-preview .colourmain-select .select[data-value=Brown] {
  background-color: #ac7d63;
}
#product-preview .colourmain-select .select[data-value=Green] {
  background-color: #d6e3a6;
}
#product-preview .colourmain-select .select[data-value=Blue] {
  background-color: #82abbc;
}
#product-preview .step-slider .filterSlider .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  cursor: pointer;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .step-slider .filterSlider .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .step-slider .filterSlider .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .step-slider .naturalfancy.yellow .select#VeryLight {
  background-color: #fffdc7;
}
#product-preview .step-slider .naturalfancy.yellow .select#FancyLight {
  background-color: #f7f497;
}
#product-preview .step-slider .naturalfancy.yellow .select#Fancy {
  background-color: #f0eb60;
}
#product-preview .step-slider .naturalfancy.yellow .select#Intense {
  background-color: #f2e944;
}
#product-preview .step-slider .naturalfancy.yellow .select#Vivid {
  background-color: #f2e722;
}
#product-preview .step-slider .naturalfancy.yellow .select#Deep {
  background-color: #e8dc00;
}
#product-preview .step-slider .naturalfancy.pink .select#VeryLight {
  background-color: #f9dce3;
}
#product-preview .step-slider .naturalfancy.pink .select#FancyLight {
  background-color: #fcd1dc;
}
#product-preview .step-slider .naturalfancy.pink .select#Fancy {
  background-color: #f4bcca;
}
#product-preview .step-slider .naturalfancy.pink .select#Intense {
  background-color: #e4809a;
}
#product-preview .step-slider .naturalfancy.pink .select#Vivid {
  background-color: #d5728c;
}
#product-preview .step-slider .naturalfancy.pink .select#Deep {
  background-color: #c75774;
}
#product-preview .step-slider .naturalfancy.brown .select#VeryLight {
  background-color: #e3c1ae;
}
#product-preview .step-slider .naturalfancy.brown .select#FancyLight {
  background-color: #c59d87;
}
#product-preview .step-slider .naturalfancy.brown .select#Fancy {
  background-color: #ac7d63;
}
#product-preview .step-slider .naturalfancy.brown .select#Intense {
  background-color: #9d6647;
}
#product-preview .step-slider .naturalfancy.brown .select#Vivid {
  background-color: #935533;
}
#product-preview .step-slider .naturalfancy.brown .select#Deep {
  background-color: #774021;
}
#product-preview .step-slider .naturalfancy.green .select#VeryLight {
  background-color: #f9ffe5;
}
#product-preview .step-slider .naturalfancy.green .select#FancyLight {
  background-color: #f0f7d6;
}
#product-preview .step-slider .naturalfancy.green .select#Fancy {
  background-color: #d6e3a6;
}
#product-preview .step-slider .naturalfancy.green .select#Intense {
  background-color: #c6d68c;
}
#product-preview .step-slider .naturalfancy.green .select#Vivid {
  background-color: #abd68c;
}
#product-preview .step-slider .naturalfancy.green .select#Deep {
  background-color: #7ea860;
}
#product-preview .step-slider .naturalfancy.blue .select#VeryLight {
  background-color: #c5cdd6;
}
#product-preview .step-slider .naturalfancy.blue .select#FancyLight {
  background-color: #a5b9c8;
}
#product-preview .step-slider .naturalfancy.blue .select#Fancy {
  background-color: #82abbc;
}
#product-preview .step-slider .naturalfancy.blue .select#Intense {
  background-color: #6ea2b8;
}
#product-preview .step-slider .naturalfancy.blue .select#Vivid {
  background-color: #629ab1;
}
#product-preview .step-slider .naturalfancy.blue .select#Deep {
  background-color: #5593ad;
}
#product-preview .filter-colour {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
#product-preview .filter-colour .owl-stage-outer {
  margin: auto;
}
#product-preview .filter-colour .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  transition: box-shadow, color, background-color 0.5s ease;
}
#product-preview .filter-colour .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .filter-colour .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .filter-colour .owl-carousel .owl-stage-outer {
  margin: auto;
}
#product-preview .filter-certificate, #product-preview .filter-cut, #product-preview .filter-lab, #product-preview .filter-flou {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color, color, box-shadow 0.5s ease;
}
#product-preview .filter-certificate .inner, #product-preview .filter-cut .inner, #product-preview .filter-lab .inner, #product-preview .filter-flou .inner {
  width: 65px;
  height: 65px;
  background-color: #DFDFDF;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  transition: background-color, color, box-shadow 0.5s ease;
  margin: 10px auto;
  padding: 35px;
}
#product-preview .filter-certificate .inner:hover, #product-preview .filter-cut .inner:hover, #product-preview .filter-lab .inner:hover, #product-preview .filter-flou .inner:hover {
  cursor: pointer;
  background-color: #b36d34;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview .filter-certificate .select, #product-preview .filter-cut .select, #product-preview .filter-lab .select, #product-preview .filter-flou .select {
  background-color: #b36d34;
  width: 70px;
  height: 70px;
  color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
}
#product-preview #advancedFilterBtn .accordion-item {
  border: none;
}
#product-preview #advancedFilterBtn .accordion-button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 0;
  border-bottom: 3px solid #000;
  font-size: 1.4rem;
  color: #b36d34;
  text-decoration: none;
  position: relative;
  appearance: none;
}
#product-preview #advancedFilterBtn .accordion-button:not(.collapsed) {
  background-color: transparent;
}
#product-preview #advancedFilterBtn .range-value {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 0.85rem;
  text-transform: uppercase;
}
#product-preview .diamond-table .filter-with-video-image {
  display: flex;
  justify-content: flex-end;
}
#product-preview .diamond-table .pagination {
  justify-content: flex-end;
}
#product-preview .diamond-table .search-result .h1.sideline {
  font-family: "Libre Baskerville", serif;
  font-size: 3.2rem;
}
#product-preview .diamond-table .search-result .h1.sideline:before {
  width: 150px;
  margin-top: 35px;
}
#product-preview .diamond-table .search-result .h5.sideline {
  padding-left: 150px;
  font-family: "Nunito", sans-serif;
}
#product-preview .diamond-table .search-result .h5.sideline:before {
  display: none;
}
#product-preview .diamond-table .diamond-table-design {
  box-shadow: 0px 0px 10px #adb5bd;
  margin-bottom: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
#product-preview .diamond-table .diamond-table-design .nodiamonds {
  padding: 0.5rem;
  text-align: center;
  color: #dc3545;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
}
#product-preview .diamond-table .diamond-table-design .image {
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 3px;
}
#product-preview .diamond-table .diamond-table-design .carat {
  width: 12%;
}
#product-preview .diamond-table .diamond-table-design .colour {
  width: 10%;
}
#product-preview .diamond-table .diamond-table-design .clarity {
  width: 10%;
}
#product-preview .diamond-table .diamond-table-design .cert {
  width: 10%;
}
#product-preview .diamond-table .diamond-table-design .price {
  width: 20%;
}
#product-preview .diamond-table .diamond-table-design .more {
  width: 14%;
  text-transform: uppercase;
}
#product-preview .diamond-table .diamond-table-design .compare {
  width: 16%;
  text-align: center;
}
#product-preview .diamond-table .diamond-table-design .table-head {
  background-color: #4F4F4F;
  font-weight: 100;
  color: #fff;
  display: flex;
  width: 100%;
  padding: 12px 1%;
  text-align: center;
  align-items: center;
}
#product-preview .diamond-table .diamond-table-design .arrow {
  border-right: 2px solid;
  border-bottom: 2px solid;
  height: 12px;
  width: 12px;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows {
  border-bottom: 1px solid #C4C4C4;
  width: 100%;
  font-size: 1rem;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .table-body {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 3px 1%;
  width: 100%;
  text-align: center;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .table-body:hover {
  background-color: #b36d3475;
  cursor: pointer;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .table-body .label {
  display: none;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .table-body.active:hover {
  background-color: #b36d34;
  cursor: default;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail {
  padding: 0.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image {
  position: relative;
  width: 120px;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image a {
  display: block;
  text-align: center;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image a:first-child {
  padding: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image a.btn {
  background-color: transparent;
  border: 2px solid #000;
  transition: 0.5s border-color ease-out;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image a.btn:hover {
  border-color: #b36d34;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image img {
  width: 75%;
  filter: drop-shadow(1px 1px 3px gray);
  transition: 0.5s filter ease-in-out;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image img:hover {
  filter: drop-shadow(4px 5px 7px gray);
  cursor: zoom-in;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image.available a:first-child {
  cursor: zoom-in;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-detail-inner {
  width: 85%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-detail-inner .label {
  margin-right: 6px;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-detail-inner .btn {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  transition: 0.5s border-color ease-out;
}
#product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-detail-inner .btn:hover {
  border-color: #b36d34;
}
#product-preview .diamond-table .pagination .page-item {
  padding: 0.375rem 0.5rem;
}
#product-preview .sideline:before {
  width: 40%;
  margin-right: 20px;
}
#product-preview .final-diamond-block {
  display: flex;
  align-items: flex-start;
  font-weight: 200;
}
#product-preview .final-diamond-block .plus {
  width: 18%;
  font-size: 10rem;
  font-weight: 100;
  color: #b36d34;
}
#product-preview .final-diamond-block .plus::before {
  display: none;
}
#product-preview .final-diamond-block .plus::after {
  display: none;
}
#product-preview .final-diamond-block .design, #product-preview .final-diamond-block .diamond {
  width: 40%;
}
#product-preview .final-diamond-block .design .design-inner, #product-preview .final-diamond-block .design .diamond-inner, #product-preview .final-diamond-block .diamond .design-inner, #product-preview .final-diamond-block .diamond .diamond-inner {
  height: 300px;
}
#product-preview .final-diamond-block .diamond-inner {
  display: flex;
  align-items: center;
}
#product-preview .final-diamond-block .diamond-inner img {
  filter: drop-shadow(6px 6px 10px gray);
  width: 100%;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1100px) {
  #product-preview .final-diamond-block .diamond-inner img {
    width: 60%;
    margin: 0 auto;
  }
}
#product-preview .final-diamond-block .diamond {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#product-preview .final-diamond-block .diamond .plain-wedding-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 5rem;
}
#product-preview .final-diamond-block .diamond .plain-wedding-details p {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin-bottom: 0.25rem;
  color: #000;
  padding: 0.75rem;
  width: 100%;
}
#product-preview .final-diamond-block .diamond .plain-wedding-details p:nth-child(even) {
  background-color: #f1f1f1;
}
#product-preview .final-diamond-block .diamond .plain-wedding-details p:nth-child(odd) {
  background-color: #fff;
}
#product-preview .price-block .total-price {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
#product-preview .price-block .total-price .text-small {
  font-size: 1rem;
  margin-left: 6px;
}
#product-preview .price-block .price-inner {
  display: flex;
  flex-direction: row;
  border-top: 3px solid #6c757d;
  border-bottom: 3px solid #6c757d;
  margin-bottom: 1rem;
}
#product-preview .price-block .price-inner .highstreet-price, #product-preview .price-block .price-inner .save-price {
  width: 50%;
  padding: 1rem 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
}
#product-preview .price-block .price-inner .save-price {
  position: relative;
  overflow: hidden;
}
#product-preview .price-block .price-inner .save-price:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 44%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #dee2e6, #fff);
  transform: skew(-30deg);
  transform-origin: bottom;
  z-index: 1;
}
#product-preview .price-block .price-inner .save-price span {
  z-index: 2;
  position: relative;
}
#product-preview .stock-product-list .price-block .price-bottom {
  font-size: 1rem !important;
}
#product-preview #product-addtocart-button {
  font-weight: 500;
  border-radius: 0;
  transition: 0.5s filter ease;
}
#product-preview #product-addtocart-button:hover {
  filter: drop-shadow(2px 2px 6px #C4C4C4);
}
#product-preview .price-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
#product-preview .price-bottom .finance-btn, #product-preview .price-bottom .book-appointment-btn {
  width: 49%;
  border: 3px solid #000;
  transition: 0.5s border-color ease;
}
#product-preview .price-bottom .finance-btn:hover, #product-preview .price-bottom .book-appointment-btn:hover {
  border-color: #b36d34;
}
#product-preview .price-bottom .finance-btn .btn, #product-preview .price-bottom .book-appointment-btn .btn {
  font-weight: 300;
}
#product-preview .price-bottom .finance-btn .btn {
  font-weight: 300;
}
#product-preview .price-bottom .finance-btn .btn small {
  font-size: 12px;
}
#product-preview .stock-diamond-table-design {
  background-color: #fff;
  box-shadow: 0px 0px 10px #adb5bd;
  font-family: "Montserrat", sans-serif;
  margin-top: 25px;
}
#product-preview .stock-diamond-table-design .table-head {
  background-color: #4F4F4F;
  font-weight: 100;
  color: #fff;
  display: flex;
  width: 100%;
  padding: 12px 1%;
}
#product-preview .stock-diamond-table-design .diamond-table-rows {
  border-bottom: 1px solid #C4C4C4;
}
#product-preview .stock-diamond-table-design .diamond-table-rows .table-body {
  display: flex;
  padding: 5px 10px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#product-preview .stock-diamond-table-design .diamond-table-rows .table-body .label {
  display: none;
}
#product-preview .stock-diamond-table-design .diamond-table-rows .product-detail {
  display: none;
}
#product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
#product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-1, #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2, #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-3 {
  flex-grow: 1;
}
#product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .btn {
  background: none;
  border: 2px solid #000;
  width: 100%;
  transition: 0.5s border-color ease-out;
}
#product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .btn:hover {
  border-color: #b36d34;
}
#product-preview .stock-diamond-table-design .stock_product_tr.active .more span.right {
  transform: rotate(-135deg);
  border-color: #fff;
}
#product-preview .stock-diamond-table-design .stock_product_tr.active {
  background: #b36d34;
  color: #fff;
}
#product-preview .stock-diamond-table-design.feed-rings .table-head .shape {
  width: 17%;
}
#product-preview .stock-diamond-table-design.feed-rings .table-head .carat {
  width: 15%;
}
#product-preview .stock-diamond-table-design.feed-rings .table-head .colour {
  width: 15%;
}
#product-preview .stock-diamond-table-design.feed-rings .table-head .clarity {
  width: 15%;
}
#product-preview .stock-diamond-table-design.feed-rings .table-head .ring_size {
  width: 18%;
}
#product-preview .stock-diamond-table-design.feed-rings .table-head .price {
  width: 20%;
}
#product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .shape {
  width: 17%;
}
#product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .carat {
  width: 15%;
}
#product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .colour {
  width: 15%;
}
#product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .clarity {
  width: 15%;
}
#product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .ring_size {
  width: 18%;
}
#product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .ring_size select {
  width: 90%;
}
#product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .price {
  width: 20%;
}
#product-preview .stock-diamond-table-design.feed-other .table-head .shape, #product-preview .stock-diamond-table-design.feed-other .table-head .carat, #product-preview .stock-diamond-table-design.feed-other .table-head .colour, #product-preview .stock-diamond-table-design.feed-other .table-head .clarity {
  width: 18%;
}
#product-preview .stock-diamond-table-design.feed-other .table-head .price {
  width: 28%;
}
#product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .shape, #product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .carat, #product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .colour, #product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .clarity {
  width: 18%;
}
#product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .price {
  width: 28%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .metal {
  width: 25%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .width {
  width: 16%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .depth {
  width: 16%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .ring_size {
  width: 23%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .price {
  width: 20%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .metal {
  width: 25%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .width {
  width: 16%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .depth {
  width: 16%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .ring_size {
  width: 23%;
}
#product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .price {
  width: 20%;
}

.slidecontainer {
  width: 100%;
}

#appointmentPopup .appointment-detail .large {
  font-size: 1.75rem;
}
#appointmentPopup .appointment-detail .sideline {
  align-items: center;
}
#appointmentPopup .appointment-detail .sideline:before {
  width: 100px;
  margin-right: 15px;
}

/*Our shop section  */
#our-shop {
  padding: 3.5rem 0;
  background-color: #f3f3f3;
  position: relative;
}
#our-shop:before {
  background: url("../../frontend/Cubix/finecraft/en_GB/images/our-shop-bg.png") no-repeat;
  background-position: bottom;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
#our-shop .col-lg-6, #our-shop .col-lg-5 {
  z-index: 2;
}
#our-shop .sideline {
  align-items: center;
}
#our-shop .sideline:before {
  width: 200px;
  margin-right: 20px;
}
#our-shop .large {
  font-size: 1.75rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
#our-shop .title {
  font-family: "Libre Baskerville", serif;
}
#our-shop .sideline-short {
  align-items: center;
  display: flex;
  position: relative;
}
#our-shop .sideline-short:before {
  content: "";
  width: 80px;
  background-color: #b36d34;
  height: 2px;
  margin-right: 20px;
}
#our-shop a {
  color: #000;
  text-decoration: none;
  transition: 0.5s color ease;
  font-size: 1.2rem;
  font-weight: 300;
}
#our-shop a:hover {
  color: #b36d34;
}
#our-shop a .right {
  transform: rotate(-45deg) translate(-5px, 3px);
}
#our-shop .equal-left-space p:first-child a {
  font-size: 1rem;
  text-decoration: underline;
  color: #b36d34;
}
#our-shop .our-shop-img {
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
  transition: 0.5s transform ease;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/diamond-quarter-birmingham.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  transform-origin: right;
  z-index: 2;
}
#our-shop .our-shop-img:hover {
  transform: scale(1.1);
}

#return-block {
  background: #b36d34;
  background-image: linear-gradient(to right, #b36d34 50%, #000 50%);
  overflow: hidden;
}
#return-block .h1 {
  font-family: "Libre Baskerville", serif;
}
#return-block .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
}
#return-block .return-block-bg {
  padding: 1.3rem 0 1.3rem 1.3rem;
  position: relative;
  z-index: 1;
  background-color: #000;
  transform: skew(20deg);
}
#return-block .return-block-bg .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  transform: skew(-20deg);
}
#return-block .return-block-bg .content a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  transition: color 0.5s ease;
}
#return-block .return-block-bg .content a:hover {
  color: #b36d34;
}
#return-block .return-block-bg .content a .arrow {
  border-color: #b36d34;
}
#return-block .return-block-bg .content .right {
  transform: rotate(-45deg) translate(-4px, 4px);
}

/* testimonials-block*/
#testimonials-block {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
#testimonials-block .see-more {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}
#testimonials-block .see-more a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 300;
  transition: 0.5s color ease;
}
#testimonials-block .see-more a:hover {
  color: #b36d34;
}
#testimonials-block img {
  position: absolute;
  right: -350px;
  top: -50px;
  width: 55%;
  z-index: 1;
}
#testimonials-block .sideline {
  align-items: center;
}
#testimonials-block .sideline:before {
  width: 200px;
  margin-right: 20px;
}
#testimonials-block .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#testimonials-block .equal-left-space {
  padding-right: 10rem;
  position: relative;
  z-index: 2;
}
#testimonials-block .equal-left-space .testimonials-inner .item {
  width: 85%;
}
#testimonials-block .equal-left-space .testimonials-inner .date {
  color: #ced4da;
  padding-left: 3rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
#testimonials-block .equal-left-space .testimonials-inner .message {
  text-align: justify;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
#testimonials-block .equal-left-space .testimonials-inner .name-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#testimonials-block .equal-left-space .testimonials-inner .name-rating .name {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
#testimonials-block h1 {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 2.5rem;
}

/* Connect block css start here */
#connect-block {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
#connect-block:before {
  background-color: #b36d34;
  position: absolute;
  top: 0;
  width: 75%;
  height: 100%;
  content: "";
  transform: skew(30deg);
  left: -120px;
  box-shadow: 3px 10px 32px #00000075;
  z-index: 1;
}
#connect-block .before-inner {
  z-index: 2;
}
#connect-block .before-inner .sideline {
  align-items: center;
  justify-content: flex-end;
  font-family: "Libre Baskerville", serif;
}
#connect-block .before-inner .sideline:before {
  width: 15%;
  margin-right: 25px;
}
#connect-block .before-inner .connet-img {
  width: 18%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#connect-block .before-inner .connet-1 {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/connet-1.jpg);
}
#connect-block .before-inner .connet-2 {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/connet-2.jpg);
}
#connect-block .before-inner .connet-3 {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/connet-3.jpg);
}
#connect-block .before-inner .connet-4 {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/connet-4.jpg);
}
#connect-block .before-inner .connet-5 {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/connet-5.jpg);
}

/* Subscribe block */
#subscribe-block {
  margin: 1.5rem 0;
}
#subscribe-block .large {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
#subscribe-block .bg-fade {
  position: relative;
}
#subscribe-block .bg-fade:before {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/top-fade.png");
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -30px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
#subscribe-block .email-border {
  padding-left: 3rem;
  border-bottom: 3px solid;
  border-color: #b36d34;
  position: relative;
}
#subscribe-block .email-border .form-control {
  font-size: 1.25rem;
  font-weight: 300;
}
#subscribe-block .email-border .form-control::placeholder {
  color: #000;
  opacity: 1;
}
#subscribe-block .email-border .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.25rem;
}
#subscribe-block .email-border .btn:focus {
  box-shadow: none !important;
}

/* Aboutus page styles here */
.about-us {
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/about-page-bg.jpg);
  background-size: cover;
  background-position: center;
}

.about-seo-content {
  padding: 3rem 0;
}
.about-seo-content .equal-left-space {
  padding-right: 6rem;
}
.about-seo-content .sideline {
  align-items: center;
}
.about-seo-content .sideline:before {
  width: 200px;
  margin-right: 20px;
}
.about-seo-content .large {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
}

.category-lab-grown-diamond-rings .about-seo-content .sideline:before {
  width: 10%;
  margin-right: 2%;
}
.category-lab-grown-diamond-rings .about-seo-content .content {
  padding-left: 12%;
}

.diamond-source {
  padding: 5rem 0;
}
.diamond-source .sideline {
  align-items: center;
}
.diamond-source .sideline:before {
  width: 200px;
  margin-right: 20px;
}
.diamond-source .large {
  font-size: 1.75rem;
}
.diamond-source .left-img {
  position: relative;
  height: 100%;
  transition: 0.5s transform ease;
}
.diamond-source .left-img:before {
  content: "";
  position: absolute;
  width: 80%;
  background-color: #b36d34;
  height: 100%;
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 120px 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 120px 100%);
  z-index: 1;
}
.diamond-source .left-img:hover {
  transform: scale(1.1);
}
.diamond-source .left-img .loc-img {
  height: 100%;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/mumbai-loc.jpg);
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 120px 100%);
  -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 120px 100%);
  z-index: 2;
  position: relative;
  transform: translate(70px, 45px);
  width: 90%;
}

.why-choose-us {
  padding: 3rem 0;
  position: relative;
}
.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2301295518) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}
.why-choose-us h1 {
  font-family: "Libre Baskerville", serif;
  text-align: center;
}

.history {
  position: relative;
  padding: 3rem 0;
  background-color: #E0E0E0;
  overflow: hidden;
}
.history:before {
  background-color: #b36d34;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  right: 0;
  z-index: 1;
  clip-path: polygon(0% 0px, 100% 0%, 100% 100%, 30% 100%);
  -webkit-clip-path: polygon(0% 0px, 100% 0%, 100% 100%, 30% 100%);
}
.history .sideline {
  align-items: center;
}
.history .sideline:before {
  width: 200px;
  margin-right: 20px;
}
.history .large {
  font-size: 1.5rem;
}
.history .large a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: 0.5s color ease-in-out;
  font-size: 1.2rem;
  font-weight: 300;
}
.history .large a:hover {
  color: #b36d34;
}
.history h1 {
  font-family: "Libre Baskerville", serif;
}
.history .right-img {
  width: 100%;
  height: 100%;
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  position: relative;
  transform: rotate(0deg) scale(0.9);
  transition: 0.5s transform ease;
}
.history .right-img:hover {
  transform: scale(1);
}

/*Footer style here */
footer {
  background-color: #000;
}
footer .container {
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/bg-shadow.png");
  background-repeat: no-repeat;
  background-position-x: 120%;
  background-position-y: bottom;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer hr {
  width: 100px;
  height: 3px !important;
  background-color: #b36d34;
  opacity: 1;
}
footer a, footer p {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
footer h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  color: #fff;
}
footer .terms-conditions hr {
  width: 100%;
}

/* Responsive quires start here */
@media (min-width: 992px) {
  #product-preview .filter-section {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .contact-us-hero .address-block-inner .sideline {
    align-items: center;
  }
  .contact-us-hero .address-block-inner .sideline:before {
    width: 10%;
    margin-right: 15px;
  }
  .contact-us-hero .address-block .sideline:before {
    margin-right: 15px;
    width: 15%;
  }
}
@media (min-width: 576px) {
  #connect-block .connet-img {
    width: 48%;
    margin-bottom: 2%;
  }
}
@media (max-width: 575.98px) {
  #product-preview .diamond-table .filter-with-video-image .product-page .design-ring-section .ring-style li {
    width: 25%;
  }

  .mobilefilter {
    padding-top: 15px;
  }
  .mobilefilter a {
    font-size: 18px;
  }

  .search-help-wrapper .help-btns {
    margin: 1rem 0;
  }
  .search-help-wrapper .help-btns a {
    margin: 0.75rem auto;
  }

  .ui-datepicker {
    max-width: 320px !important;
  }

  .ui-datepicker .ui-datepicker-calendar td {
    padding: 5px !important;
  }

  .ui-tpicker-grid-label {
    margin-left: 0 !important;
  }

  .contact-us-hero .address-block .sideline:before {
    margin-right: 15px;
    width: 15%;
  }
  .contact-us-hero .address-block-inner {
    margin-bottom: 1rem;
  }
  .contact-us-hero .address-block-inner .sideline {
    align-items: center;
  }
  .contact-us-hero .address-block-inner .sideline:before {
    width: 10%;
    margin-right: 15px;
  }

  .mb-sm-3 {
    margin-bottom: 1rem;
  }

  #connect-block:before {
    transform: skew(16deg);
  }
  #connect-block .connect-inner {
    flex-wrap: wrap;
  }
  #connect-block .connect-inner .connet-img {
    width: 48%;
    margin-bottom: 2%;
  }

  .pagination {
    margin-top: 10px;
  }

  #subscribe-block .bg-fade:before {
    background-image: none;
  }

  footer .container {
    background-position-x: -80%;
  }

  /* Hero Banner Responsive */
  .hero-banner {
    padding: 20vh 0 8vh 0 !important;
    background-position-y: center;
    height: 60vh;
  }
  .hero-banner:before {
    background-image: linear-gradient(to bottom, #31313191, #0000001f);
    height: 100%;
  }
  .hero-banner:after {
    display: none;
  }
  .hero-banner .hero-title p.large a {
    font-size: 1.2rem;
  }
  .hero-banner .hero-title .scroll-down {
    display: none;
  }
  .hero-banner .hero-title h1.sideline {
    margin-top: 0;
  }
  .hero-banner .hero-title h1.sideline:before {
    width: 50px;
    margin-right: 10px;
    background-color: #fff;
  }
  .hero-banner .hero-title h1.display-2 {
    margin-bottom: 1rem;
  }

  .equal-left-space {
    padding: 0 !important;
  }
  .equal-left-space .arrow {
    border-color: #000;
  }

  #hub-link-block {
    padding: 3vh 0 !important;
  }
  #hub-link-block:before {
    background-image: radial-gradient(rgba(245, 244, 249, 0.68), rgba(241, 241, 241, 0.81), rgba(174, 169, 176, 0));
  }
  #hub-link-block .h4 {
    font-size: 1rem !important;
    font-family: "Libre Baskerville", serif;
  }
  #hub-link-block .hub-page-links .inner a .text, #hub-link-block .hub-page-block .inner a .text {
    font-size: 1rem;
  }
  #hub-link-block .hub-page-links .inner a .text .arrow, #hub-link-block .hub-page-block .inner a .text .arrow {
    width: 12px;
    height: 12px;
    border-color: #b36d34;
  }
  #hub-link-block .hub-page-links .wedding-link, #hub-link-block .hub-page-block .wedding-link {
    background-position-y: 45px;
  }
  #hub-link-block .hub-page-links .engagemnet-link, #hub-link-block .hub-page-links .wedding-link, #hub-link-block .hub-page-links .eternity-link, #hub-link-block .hub-page-links .jewellery-link, #hub-link-block .hub-page-block .engagemnet-link, #hub-link-block .hub-page-block .wedding-link, #hub-link-block .hub-page-block .eternity-link, #hub-link-block .hub-page-block .jewellery-link {
    height: 230px !important;
  }
  #hub-link-block .hub-page-links .engagemnet-link, #hub-link-block .hub-page-block .engagemnet-link {
    background-position-y: 10px;
  }
  #hub-link-block .hub-page-links .jewellery-link, #hub-link-block .hub-page-block .jewellery-link {
    background-position-y: 85px;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next, #hub-link-block .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next:focus, #hub-link-block .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next:hover, #hub-link-block .owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next span, #hub-link-block .owl-carousel .owl-nav button.owl-prev span {
    transition: 0.5s all ease-in-out;
    display: none !important;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next:before, #hub-link-block .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #b36d34;
    border-bottom: 2px solid #b36d34;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next {
    right: -10px;
    transform: rotate(-45deg);
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
    transform: rotate(135deg);
  }

  .create-own-ring {
    padding: 2rem 0;
    overflow: hidden;
  }
  .create-own-ring:before {
    width: 100%;
    height: 30%;
    left: -25%;
  }
  .create-own-ring .bg-img {
    transform: translate(0px, 0px) scale(1);
  }
  .create-own-ring .title-text .sideline:before {
    left: 0;
    width: 50px;
  }
  .create-own-ring .title-text .large {
    padding-left: 55px;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .create-own-ring .title-text h1 {
    padding-left: 15px;
  }
  .create-own-ring .links .links-inner .inner-inner-child .inner-child {
    text-transform: uppercase;
  }

  #testimonials-block .equal-left-space .testimonials-inner .item {
    width: 95%;
    margin: auto;
  }

  .category-banner .hero-title h1 .text-line-1 {
    padding-left: 50px !important;
  }
  .category-banner .hero-title h1 .text-line-1:before {
    width: 55px;
    top: 15px;
  }

  .product-list {
    padding-top: 3.5rem;
  }

  #product-preview .diamond-table .filter-with-video-image {
    justify-content: space-between !important;
  }
  #product-preview .diamond-table .filter-with-video-image label {
    font-size: 0.85rem;
  }
  #product-preview .fotorama__stage {
    height: 350px !important;
    margin: 25px auto;
  }
  #product-preview .filter-section .related-product-shape .filter-width .related-product {
    font-size: 0.725rem;
  }

  .fotorama__stage__shaft {
    width: 100% !important;
  }

  .fotorama__stage__shaft {
    width: 100% !important;
  }

  .finishing-pattern .finishing-images ul li {
    width: 33%;
  }
  .finishing-pattern .finishing-images ul li a {
    margin: 10px;
  }
}
@media (max-width: 1199.98px) {
  #header nav .nav-links {
    display: none !important;
  }

  .hero-banner {
    padding: 20vh 0 10vh 0;
    background-position-y: center;
    height: 60vh;
  }
  .hero-banner:before {
    background-image: linear-gradient(to bottom, #31313191, #0000001f);
    height: 100%;
  }
  .hero-banner:after {
    display: none;
  }
  .hero-banner .hero-title .scroll-down {
    display: none;
  }
  .hero-banner .hero-title h1 .text-line-1, .hero-banner .hero-title h1 .text-line-2 {
    display: block;
    color: #fff;
  }
  .hero-banner .hero-title h1 .text-line-1 {
    padding-left: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
  }
  .hero-banner .hero-title h1 .text-line-1:before {
    content: "";
    position: absolute;
    width: 50px;
    left: 0;
    top: 15px;
    height: 2px;
    background-color: #b36d34;
  }
  .hero-banner .hero-title h1 .text-line-2 {
    font-family: "Libre Baskerville", serif;
  }

  .equal-left-space {
    padding: 0 1rem;
  }
  .equal-left-space .arrow {
    border-color: #fff;
  }

  .side-nav {
    width: 65vw;
  }
  .side-nav .side-nav-inner {
    padding: 3rem 3rem 3rem 10rem;
  }
  .side-nav .side-nav-inner .side-nav-container {
    width: 100%;
  }
  .side-nav .side-nav-inner .side-nav-container .h1.sideline {
    text-decoration: none;
    color: #000;
    justify-content: flex-end;
    font-size: 2rem;
  }
  .side-nav .side-nav-inner .side-nav-container .h1.sideline:before {
    width: 20%;
    margin-right: 5%;
  }
  .side-nav .side-nav-inner .side-nav-container .equal-left-space {
    padding-left: 25%;
  }
  .side-nav .side-nav-inner .side-nav-container .desktop-navigation {
    display: none;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation {
    display: block;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu .h3.sideline {
    align-items: center;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    justify-content: flex-end;
    font-weight: 400;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu .h3.sideline:before {
    width: 10%;
    margin-right: 5%;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu .links {
    text-transform: uppercase;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu .links a {
    text-align: right;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle {
    position: relative;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 18px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.solitaire:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/solitare-ring.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.shoulder:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/solitare-shoulder.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.halo:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/halo-ring.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.trilogy:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/trilogy-ring.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.vintage:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/vintage.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.gemstone:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/gemstone.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.stone-4:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/4-stone.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.stone-5:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/5-stone.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.stone-7:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/7-stone.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.cluster:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/multi-stone.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementStyle a.bridal:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/bridal.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape {
    position: relative;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 22px;
    height: 22px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(1):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/round-cut.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/princess-cut.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/emerald-cut.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(4):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/oval-cut.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(5):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/pear-cut.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(6):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/marquise.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(7):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/heart-cut.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(8):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/cushion-cut.svg");
    opacity: 0.5;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(9):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/asscher.svg");
    opacity: 0.5;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementShape a:nth-child(10):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/radiant.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementMetal {
    position: relative;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementMetal a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementMetal a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 25px;
    height: 22px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementMetal a:nth-child(1):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/white.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementMetal a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/yellow.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementMetal a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/rose.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #engagementMetal a:nth-child(4):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/platinum.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingWomen, .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMen {
    position: relative;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingWomen a, .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMen a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingWomen a:before, .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMen a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 35px;
    height: 22px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingWomen a:nth-child(1):before, .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMen a:nth-child(1):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/plain-wedding-band.svg");
    background-size: cover;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingWomen a:nth-child(2):before, .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMen a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/diamond-set-wedding-band.svg");
    background-size: cover;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingWomen a:nth-child(3):before, .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMen a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/shaped-wedding-bands.svg");
    background-size: cover;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMetal {
    position: relative;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMetal a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMetal a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 25px;
    height: 22px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMetal a:nth-child(1):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/white.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMetal a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/platinum.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMetal a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/yellow.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #weddingMetal a:nth-child(4):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/rose.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 25px;
    height: 22px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:nth-child(1):before {
    display: none;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/earrings-stud.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/earrings-halo.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:nth-child(4):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/earrings-cluster.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:nth-child(5):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/earrings-drop-hoop.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:nth-child(6):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/earrings-journey.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:nth-child(7):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/earrings-designer.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #earringsMenu a:nth-child(8):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/earrings-gemstone.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 25px;
    height: 22px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:nth-child(1):before {
    display: none;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/pendant-solitaire.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/pendant-solitaire.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:nth-child(4):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/pendant-heart.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:nth-child(5):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/pendant-cross.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:nth-child(6):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/pendant-designer.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:nth-child(7):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/gemstone-pendant.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #pendantsMenu a:nth-child(8):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/pendant-alphabet.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #braceletsMenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #braceletsMenu a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 25px;
    height: 22px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #braceletsMenu a:nth-child(1):before {
    display: none;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #braceletsMenu a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/single-row-bracelet.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #braceletsMenu a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/designer-bracelet.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #braceletsMenu a:nth-child(4):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/diamond-bangle.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation .sub-sub-menu #braceletsMenu a:nth-child(5):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/gemstone-bracelet.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu {
    position: relative;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu {
    display: flex;
    flex-direction: column;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 0.5rem;
    text-decoration: none;
    color: #000;
    transition: color 0.5s ease;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu a:hover {
    color: #b36d34;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 35px;
    height: 25px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu a:nth-child(1):before {
    display: none;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/half-eternity.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/full-eternity.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu a:nth-child(4):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/full-eternity.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #eternityMenu .sub-sub-menu a:nth-child(5):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/gemstone-eternity.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 0.5rem;
    text-decoration: none;
    color: #000;
    transition: color 0.5s ease;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:hover {
    color: #b36d34;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 25px;
    height: 22px;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:nth-child(1):before {
    display: none;
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:nth-child(2):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/solitare.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:nth-child(3):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/diamond-set-wedding-band.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:nth-child(4):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/solitare.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:nth-child(5):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/solitare.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:nth-child(6):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/pendant-solitaire.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #instockMenu .sub-sub-menu a:nth-child(7):before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/double-row-bracelet.svg");
  }
  .side-nav .side-nav-inner .side-nav-container .mobile-navigation #helpMenu .sub-sub-menu .links, .side-nav .side-nav-inner .side-nav-container .mobile-navigation #servicesMenu .sub-sub-menu .links {
    padding-left: 0;
  }
  .side-nav .side-nav-inner .side-nav-container .social-icons a {
    margin: 0px 6px;
    text-decoration: none;
  }
  .side-nav .side-nav-inner .side-nav-container .h1.sideline {
    margin-top: 0.75rem;
  }

  #hub-link-block {
    padding: 8vh 0;
  }
  #hub-link-block .hub-page-links .inner a .text, #hub-link-block .hub-page-block .inner a .text {
    font-size: 1rem;
  }
  #hub-link-block .hub-page-links .inner a .text .arrow, #hub-link-block .hub-page-block .inner a .text .arrow {
    width: 12px;
    height: 12px;
    border-color: #b36d34;
  }
  #hub-link-block .hub-page-links .inner a .content .h4, #hub-link-block .hub-page-block .inner a .content .h4 {
    font-size: 1.2rem;
    font-family: "Libre Baskerville", serif;
  }
  #hub-link-block .hub-page-links .engagemnet-link, #hub-link-block .hub-page-links .wedding-link, #hub-link-block .hub-page-links .eternity-link, #hub-link-block .hub-page-links .jewellery-link, #hub-link-block .hub-page-block .engagemnet-link, #hub-link-block .hub-page-block .wedding-link, #hub-link-block .hub-page-block .eternity-link, #hub-link-block .hub-page-block .jewellery-link {
    height: 300px;
  }

  #our-shop {
    padding: 3rem 0;
  }

  #luxury-packing-block .equal-left-space {
    padding-left: 20px;
  }
  #luxury-packing-block .sideline:before {
    width: 100px;
    margin-right: 15px;
  }
  #luxury-packing-block .packaging-img {
    padding: 130px 0;
  }
  #luxury-packing-block a {
    color: #000;
    text-decoration: none;
    transition: 0.5s color ease;
  }
  #luxury-packing-block a:hover {
    color: #b36d34;
  }

  .create-own-ring {
    padding: 2rem 0;
  }
  .create-own-ring .bg-img {
    transform: translate(10px, 60px) scale(1.25);
  }
  .create-own-ring .links .links-inner .inner-inner-child .inner-child {
    font-size: 1rem;
  }
  .create-own-ring .title-text .sideline:before {
    left: -75px;
  }
  .create-own-ring .title-text .large {
    padding-left: 80px;
  }
  .create-own-ring .title-text .h1 {
    padding-left: 80px;
    font-size: 2rem;
  }
  .create-own-ring .title-text a {
    padding-left: 80px;
  }
  .create-own-ring .arrow {
    height: 10px;
    width: 10px;
  }

  #return-block .large {
    font-size: 1.5rem;
  }
  #return-block .return-block-bg {
    padding: 1.2rem 0;
  }
  #return-block .return-block-bg:before {
    left: -11px;
  }
  #return-block .return-block-bg .content {
    font-size: 1.2rem;
  }
  #return-block .return-block-bg .content .right {
    transform: rotate(-45deg) translate(0px, 4px);
  }

  #product-preview {
    padding-top: 3.5rem;
  }
  #product-preview .product-360-view {
    width: 100%;
  }
  #product-preview .product-360-view .products-slider {
    flex-wrap: wrap;
  }
  #product-preview .product-360-view .products-slider div {
    width: 30%;
    margin-bottom: 1.5rem;
  }
  #product-preview .product-360-view .help-block {
    font-size: 1rem;
  }
  #product-preview .product-360-view .help-block .left {
    transform: rotate(-45deg);
  }
  #product-preview .diamond-table .search-result {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
  }
  #product-preview .diamond-table .search-result .h1.sideline {
    align-items: center;
    margin-bottom: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 2rem;
  }
  #product-preview .diamond-table .search-result .h1.sideline:before {
    width: 60px;
    margin-top: 10px;
  }
  #product-preview .diamond-table .search-result .h5.sideline {
    padding-left: 0px;
    margin: 0;
  }
  #product-preview .finished-design h1.sideline {
    align-items: center;
  }
  #product-preview .finished-design h1.sideline:before {
    width: 100px;
    margin-top: 0;
  }
  #product-preview .final-diamond-block .design, #product-preview .final-diamond-block .diamond {
    width: 40%;
  }
  #product-preview .final-diamond-block .design .design-inner, #product-preview .final-diamond-block .design .diamond-inner, #product-preview .final-diamond-block .diamond .design-inner, #product-preview .final-diamond-block .diamond .diamond-inner {
    height: 220px;
  }
  #product-preview .final-diamond-block .design .design-inner {
    text-align: center;
    padding-top: 0;
  }
  #product-preview .final-diamond-block .design .design-inner img {
    width: 60%;
  }

  #testimonials-block .equal-left-space {
    padding: 0;
  }
  #testimonials-block img {
    right: -150px;
    width: 50%;
    top: 0;
  }

  .about-us {
    background-position-y: 60%;
  }

  .about-seo-content .equal-left-space {
    padding-right: 0rem;
  }
  .about-seo-content .sideline {
    align-items: center;
  }
  .about-seo-content .sideline:before {
    width: 70px;
    margin-right: 10px;
  }

  .diamond-source {
    padding: 2rem 0;
    position: relative;
  }
  .diamond-source:before {
    content: "";
    position: absolute;
    width: 80%;
    background-color: #b36d34;
    height: 40%;
    top: 0;
    clip-path: polygon(0% 0px, 75% 0%, 100% 100%, 0px 100%);
    -webkit-clip-path: polygon(0% 0px, 75% 0%, 100% 100%, 0px 100%);
  }
  .diamond-source .sideline:before {
    width: 70px;
    margin-right: 10px;
  }
  .diamond-source .row {
    flex-direction: column-reverse;
  }
  .diamond-source .left-img {
    margin-bottom: 1rem;
  }
  .diamond-source .left-img:before {
    display: none;
  }
  .diamond-source .left-img .loc-img {
    padding: 20% 0;
    width: 100%;
    transform: translate(0px, 0px);
  }

  /* Blog Styles start here */
  .blog-banner {
    padding: 8rem 0;
  }
  .blog-banner .hero-title {
    position: relative;
    color: #fff;
  }
  .blog-banner .hero-title .equal-left-space {
    padding-left: 70px;
  }
  .blog-banner .hero-title .equal-left-space .inner-content {
    width: 100%;
  }
  .blog-banner .hero-title .equal-left-space .inner-content .sideline:before {
    left: 0;
    width: 60px;
  }

  .blog-details-banner {
    padding: 8rem 0 12rem 0;
    background-size: 200%;
    background-position: 65% 70%;
  }

  .blog-list {
    background: transparent;
  }
  .blog-list .row {
    flex-direction: column-reverse;
  }
  .blog-list .blog-img {
    padding: 10rem 0;
    margin-top: 2rem;
  }
  .blog-list .inner-content {
    width: 90%;
    padding: 2rem 0;
  }

  .bolg-description {
    padding-bottom: 0;
  }
  .bolg-description .sideline {
    align-items: flex-start;
  }
  .bolg-description .sideline:before {
    width: 50px;
    margin-right: 10px;
    margin-top: 15px;
  }
  .bolg-description .left-space {
    padding-left: 60px;
  }
  .bolg-description .article-image .article-img {
    padding: 10rem 0;
  }
}
/* Customize Header*/
.customer-account-login #header {
  border-bottom: 1px solid #D5D5D5;
}
.customer-account-login .custom-page-title {
  display: none;
}

@media (max-width: 991.98px) {
  .product-page .design-ring-section .ring-metal li {
    width: 25%;
    margin-bottom: 0;
  }

  .in-stock-collection {
    flex-wrap: wrap;
    justify-content: center;
  }
  .in-stock-collection .item {
    width: 25%;
    margin-bottom: 10px;
  }

  #product-preview .filter-section div.col-12:nth-child(2) {
    margin-top: 0px;
  }

  .error-404 .title {
    font-size: 25rem;
    line-height: 1;
  }
  .error-404 img {
    width: 250px;
    height: 250px;
  }

  #hub-link-block .sideline:before {
    width: 50px;
    margin-right: 10px;
  }

  .common-cms-pages .tabs {
    overflow-x: scroll;
    width: 100%;
    margin: auto;
  }
  .common-cms-pages .delivery-collapse .arrow {
    width: 15px;
    height: 15px;
    color: #b36d34;
    border-color: #b36d34;
  }

  .hero-banner {
    height: 60vh;
  }
  .hero-banner .scrollDown {
    transform: rotate(90deg) translate(0px, -50px);
  }

  #hub-link-block .owl-carousel .owl-nav button.owl-next, #hub-link-block .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next:focus, #hub-link-block .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next:hover, #hub-link-block .owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next span, #hub-link-block .owl-carousel .owl-nav button.owl-prev span {
    transition: 0.5s color ease-in-out;
    display: none !important;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next:before, #hub-link-block .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #b36d34;
    border-bottom: 2px solid #b36d34;
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-next {
    right: -10px;
    transform: rotate(-45deg);
  }
  #hub-link-block .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
    transform: rotate(135deg);
  }

  .hub-page-links .engagemnet-link, .hub-page-links .wedding-link, .hub-page-links .eternity-link, .hub-page-links .jewellery-link, .hub-page-block .engagemnet-link, .hub-page-block .wedding-link, .hub-page-block .eternity-link, .hub-page-block .jewellery-link {
    height: 320px;
  }
  .hub-page-links .engagemnet-link, .hub-page-links .wedding-link, .hub-page-links .eternity-link, .hub-page-block .engagemnet-link, .hub-page-block .wedding-link, .hub-page-block .eternity-link {
    background-size: 55%;
  }
  .hub-page-links .jewellery-link, .hub-page-block .jewellery-link {
    background-size: 75%;
  }

  .side-nav {
    width: 75vw;
  }
  .side-nav .side-nav-inner {
    padding: 3rem 2rem 3rem 8rem;
  }
  .side-nav .side-nav-inner .side-nav-container .equal-left-space {
    padding-right: 0px;
  }
  .side-nav .side-nav-inner .side-nav-container .equal-left-space .account-links {
    text-align: right;
  }
  .side-nav .side-nav-inner .side-nav-container .equal-left-space .social-icons {
    text-align: right;
  }
  .side-nav .side-nav-inner .side-nav-container .sideline {
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .sideline:before {
    display: none;
  }
  .side-nav .side-nav-inner .side-nav-container .h1.sideline {
    font-size: 1.75rem;
  }

  #subscribe-block .large {
    font-size: 1.75rem;
  }

  .category-banner .hero-title h1 .text-line-1 {
    padding-left: 100px;
  }
  .category-banner .hero-title h1 .text-line-1:before {
    width: 40px;
    background-color: #fff;
    top: 15px;
  }
  .category-banner .hero-title a {
    text-decoration: none;
    color: #fff;
  }

  .customise-sec .choose-stone-block .custom-radio {
    width: 100%;
    margin-bottom: 0px;
    border: none !important;
  }
  .customise-sec .choose-stone-block .custom-radio label {
    flex-direction: column;
    text-align: center;
  }
  .customise-sec .choose-stone-block .custom-radio label img {
    width: 75px;
    height: 75px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .customise-sec .choose-stone-block .custom-radio label span {
    width: 100%;
  }
  .customise-sec .choose-stone-block .center .custom-radio {
    width: 100%;
    margin-bottom: 0px;
    border: none !important;
  }
  .customise-sec .choose-stone-block .center .custom-radio label {
    flex-direction: column;
    text-align: center;
  }
  .customise-sec .choose-stone-block .center .custom-radio label img {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .customise-sec .choose-stone-block .center .custom-radio label span {
    width: 80%;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next:hover, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next span, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev span {
    transition: 0.5s all ease-in-out;
    display: none !important;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next:before, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #b36d34;
    border-bottom: 2px solid #b36d34;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next {
    right: -10px;
    transform: rotate(-45deg);
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    transform: rotate(-230deg);
  }

  .arrow {
    border-right: 2px solid;
    border-bottom: 2px solid;
    height: 10px;
    width: 10px;
  }

  .create-own-ring {
    padding: 2rem 0;
  }
  .create-own-ring:before {
    height: 50%;
    width: 85%;
    left: 0;
  }
  .create-own-ring .title-text .large {
    padding-left: 0;
  }
  .create-own-ring .title-text .sideline {
    align-items: center;
    justify-content: left;
    display: flex;
  }
  .create-own-ring .title-text .sideline:before {
    position: relative;
    width: 70px;
    margin-right: 10px;
    left: 0;
  }
  .create-own-ring .links {
    transform-origin: center;
    width: 93%;
    margin: auto;
  }
  .create-own-ring .links .links-inner .inner-inner-child .inner-child {
    font-size: 1.2rem;
  }
  .create-own-ring .links .links-inner .inner-inner-child .inner-child .arrow {
    top: 8px;
  }
  .create-own-ring .bg-img {
    transform: translate(0px, 0px) scale(1);
    margin-bottom: 1rem;
  }

  #our-shop {
    padding: 2rem 0;
  }
  #our-shop .container .row {
    flex-direction: column-reverse;
  }
  #our-shop .container .row .our-shop-img {
    margin-bottom: 2rem;
    padding: 25% 0 !important;
  }
  #our-shop .container .row .sideline:before {
    width: 60px;
    margin-right: 10px;
  }
  #our-shop .container .row .sideline-short:before {
    width: 60px;
    margin-right: 10px;
  }
  #our-shop .sideline:before {
    width: 60px;
    margin-right: 10px;
  }

  #luxury-packing-block {
    padding: 2rem 0;
  }
  #luxury-packing-block:before {
    width: 60%;
    clip-path: polygon(0% 0px, 100% 0%, 100% 100%, 70% 100%);
    -webkit-clip-path: polygon(0% 0px, 100% 0%, 100% 100%, 70% 100%);
  }
  #luxury-packing-block .row {
    flex-direction: column-reverse;
  }
  #luxury-packing-block .packaging-img {
    padding: 150px 0;
    margin-bottom: 1.5rem;
  }
  #luxury-packing-block .sideline {
    margin-bottom: 0.25rem;
  }
  #luxury-packing-block .sideline:before {
    width: 60px;
    margin-right: 10px;
  }

  #return-block {
    background: #b36d34;
    background-image: linear-gradient(to right, #b36d34 50%, #000 50%);
    background: linear-gradient(60deg, #b36d34 50%, black 50%);
  }
  #return-block .left {
    background: none;
  }
  #return-block .right {
    background: none;
  }
  #return-block .return-block-bg {
    transform: skew(30deg);
    padding: 1.5rem 0;
  }
  #return-block .return-block-bg:before {
    background: none;
  }
  #return-block .return-block-bg .content {
    transform: skew(-30deg);
    padding-left: 15px;
  }
  #return-block .return-block-bg .content p:nth-child(2) {
    display: none !important;
  }
  #return-block .return-block-bg .large {
    padding-left: 10px !important;
    font-size: 1rem;
    font-weight: 300;
  }

  #testimonials-block .equal-left-space {
    padding: 0;
  }
  #testimonials-block .large {
    font-size: 1.5rem;
  }
  #testimonials-block .sideline:before {
    width: 60px;
    margin-right: 10px;
  }

  #subscribe-block .bg-fade:before {
    display: none;
  }
  #subscribe-block .email-border {
    border: none;
    padding: 0;
    text-align: center;
  }
  #subscribe-block .email-border .email-border-inner {
    border-bottom: 3px solid;
    border-color: #b36d34;
  }
  #subscribe-block .email-border .email-border-inner .form-control {
    text-align: center;
  }
  #subscribe-block .email-border .email-border-inner .form-control::placeholder {
    color: #000;
    opacity: 0.5;
  }
  #subscribe-block .email-border .btn {
    position: relative;
  }

  .ourshop-block .gallery-stage .gallery-owlcarousel .slider-img {
    height: 350px;
  }

  .about-seo-content .equal-left-space {
    padding-right: 0rem;
  }
  .about-seo-content .sideline {
    align-items: center;
  }
  .about-seo-content .sideline:before {
    width: 70px;
    margin-right: 10px;
  }

  .history .sideline {
    margin-bottom: 0.25rem;
  }
  .history .sideline:before {
    width: 60px;
    margin-right: 10px;
  }
  .history .row {
    flex-direction: column-reverse;
  }
  .history .row .col-lg-5 {
    position: relative;
    z-index: 2;
  }
  .history .right-img {
    padding: 20% 0;
    margin-bottom: 1rem;
  }

  .diamond-source {
    padding: 2rem 0;
  }
  .diamond-source:before {
    height: 50%;
  }
  .diamond-source .left-img .loc-img {
    padding: 25% 0;
  }

  #product-preview .stock_gallery {
    height: auto;
    width: 100%;
    margin: auto;
  }
  #product-preview .fotorama__stage {
    width: 99% !important;
    margin: 25px auto;
  }
  #product-preview .fotorama__nav-wrap {
    width: 99%;
    margin: 0px auto 35px auto;
  }
  #product-preview .final-diamond-block .diamond .plain-wedding-details {
    margin-top: 2rem;
  }

  #shop-by-style .sideline:before {
    width: 50px;
    margin-right: 10px;
  }
  #shop-by-style .style-inner .style-inner-inner {
    width: 100%;
    margin-bottom: 10px;
  }
  #shop-by-style .style-inner .style-inner-inner .shape-img .shape-name {
    font-size: 0.85rem;
  }

  .mpinstagramfeed-container .sideline:before {
    width: 50px;
    margin-right: 10px;
  }

  #shop-by-shape .sideline:before {
    width: 50px;
    margin-right: 10px;
  }
  #shop-by-shape .shape-inner {
    flex-wrap: wrap;
    text-align: center;
  }
  #shop-by-shape .shape-inner .shape-inner-inner {
    width: 20%;
  }
  #shop-by-shape .shape-inner .shape-inner-inner a.shape-img img {
    margin-bottom: 0.75rem;
  }
  #shop-by-shape .shape-inner .shape-inner-inner a.shape-img .shape-name {
    font-size: 0.85rem;
  }

  #shop-by-metal .sideline:before {
    width: 50px;
    margin-right: 10px;
  }

  #product-preview .need-help .arrow {
    width: 13px;
    height: 13px;
  }
  #product-preview .diamond-table .filter-with-video-image {
    justify-content: left;
  }
  #product-preview .diamond-table .search-result {
    margin: 1rem 0rem;
  }
  #product-preview .diamond-table .search-result .h1.sideline {
    width: 50%;
    font-size: 1.725rem;
  }
  #product-preview .diamond-table .search-result .h1.sideline:before {
    width: 100px;
    margin-right: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .checkout-cart-index #header {
    padding: 15px 0;
  }

  #header.header-scrolled {
    padding: 15px 0;
  }

  .in-stock-collection .item {
    width: 33%;
  }

  .error-404 .title {
    font-size: 15rem;
  }
  .error-404 img {
    width: 150px;
    height: 150px;
  }

  #product-preview .fotorama__dot {
    border-color: transparent;
    width: 10px;
    height: 10px;
  }
  #product-preview .fotorama__active .fotorama__dot {
    background-color: #b36d34;
    border-color: transparent;
  }

  .item-options li {
    width: 50%;
  }

  #header nav .dropdown-menu {
    right: -80px;
    min-width: 22rem;
  }
  #header nav .dropdown-menu:before {
    right: 80px;
  }

  .minicart {
    min-width: 22rem;
    right: -40px !important;
  }
  .minicart:before {
    right: 40px;
  }

  .common-cms-pages .col-12 {
    overflow: hidden;
  }
  .common-cms-pages .tabs {
    overflow: hidden;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: left;
    transform: skew(0deg);
  }
  .common-cms-pages .tabs .tabs-inner {
    padding: 20px 0px;
    width: 50%;
    margin-bottom: 10px;
  }
  .common-cms-pages .tabs .tabs-inner .tabs-inner-inner {
    transform: skew(0deg);
    justify-content: center;
  }

  .hero-banner .scrollDown {
    display: none !important;
  }

  .side-nav {
    width: 75vw;
  }
  .side-nav .side-nav-inner .side-nav-container {
    width: 100%;
  }
  .side-nav .side-nav-inner .side-nav-container .h1.sideline {
    margin-top: 0.75rem;
  }

  .create-own-ring:before {
    height: 35%;
    width: 80%;
  }
  .create-own-ring .title-text .sideline:before {
    left: 0;
    width: 50px;
  }
  .create-own-ring .links {
    transform-origin: center;
    width: 90%;
    margin: auto;
  }
  .create-own-ring .links .links-inner .inner-inner-child .inner-child {
    font-size: 0.75rem;
  }

  #subscribe-block .bg-fade:before {
    display: none;
  }
  #subscribe-block .large {
    font-size: 1.3rem;
  }
  #subscribe-block .email-border {
    border: none;
    padding: 0;
    text-align: center;
  }
  #subscribe-block .email-border .email-border-inner {
    border-bottom: 3px solid;
    border-color: #b36d34;
  }
  #subscribe-block .email-border .email-border-inner .form-control {
    text-align: center;
  }
  #subscribe-block .email-border .btn {
    position: relative;
  }

  #product-preview .diamond-table .pagination {
    justify-content: center !important;
  }
  #product-preview .diamond-table .pagination .arrow {
    width: 12px;
    height: 12px;
    border-color: #b36d34;
  }
  #product-preview .diamond-table .search-result h1.sideline {
    width: 100%;
  }
  #product-preview .diamond-table .table {
    display: none;
  }
  #product-preview .finished-design h1.sideline {
    justify-content: center;
    margin-top: 0.75rem;
  }
  #product-preview .finished-design h1.sideline:before {
    display: none;
  }
  #product-preview .final-diamond-block {
    align-items: normal;
  }
  #product-preview .final-diamond-block .plus {
    font-size: 5rem;
    margin-top: 20px;
  }
  #product-preview .final-diamond-block .design, #product-preview .final-diamond-block .diamond {
    width: 40%;
    font-size: 0.85rem;
  }
  #product-preview .final-diamond-block .design .design-inner, #product-preview .final-diamond-block .design .diamond-inner, #product-preview .final-diamond-block .diamond .design-inner, #product-preview .final-diamond-block .diamond .diamond-inner {
    height: 180px;
  }
  #product-preview .final-diamond-block .design .design-inner {
    text-align: center;
  }
  #product-preview .final-diamond-block .design .design-inner img {
    width: 80%;
  }
  #product-preview .final-diamond-block .diamond .diamond-inner {
    padding: 0;
  }
  #product-preview .final-diamond-block .diamond .diamond-inner img {
    width: 80%;
    margin: auto;
  }
  #product-preview .price-block .total-price {
    font-size: 1.3rem;
  }
  #product-preview .price-block .price-inner {
    border: none;
    flex-direction: column;
  }
  #product-preview .price-block .price-inner .highstreet-price, #product-preview .price-block .price-inner .save-price {
    width: 100%;
    padding: 0.5rem;
    font-weight: 300;
  }
  #product-preview .price-block .price-inner .highstreet-price {
    border-bottom: 3px solid #adb5bd;
  }
  #product-preview .price-block .price-inner .save-price:before {
    display: none;
  }
  #product-preview .price-bottom {
    flex-direction: column;
  }
  #product-preview .price-bottom .book-appointment-btn, #product-preview .price-bottom .finance-btn {
    width: 100%;
  }
  #product-preview .price-bottom .finance-btn {
    margin-bottom: 0.75rem;
  }
  #product-preview .filter-section .filter-shape {
    flex-wrap: wrap;
    justify-content: center;
  }
  #product-preview .filter-section .filter-shape div {
    width: 20%;
    margin: 0;
  }

  .finished-design h1.sideline:beore {
    display: none;
  }

  .hub-page-title .hub-img {
    bottom: -35px;
    top: auto;
    width: 30%;
    right: 10px;
  }

  .logo {
    width: 50%;
  }
  .logo img {
    width: 160px;
  }

  ul.nav-icon-group .icon-search svg {
    width: 25px;
  }
  ul.nav-icon-group .icon-help svg {
    width: 35px;
  }
  ul.nav-icon-group .icon-basket svg {
    width: 30px;
  }
  ul.nav-icon-group .icon-menu svg {
    width: 25px;
  }

  .customise-sec h1.sideline {
    justify-content: center;
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
  }
  .customise-sec h1.sideline:before {
    display: none;
  }

  #return-block {
    background: #b36d34;
    background: linear-gradient(60deg, #b36d34 50%, black 50%);
  }
  #return-block .left {
    background: none;
  }
  #return-block .right {
    background: none;
  }
  #return-block .return-block-bg {
    transform: skew(30deg);
    padding: 1rem 0;
  }
  #return-block .return-block-bg:before {
    background: none;
  }
  #return-block .return-block-bg .content {
    transform: skew(-30deg);
    padding-left: 15px;
  }
  #return-block .return-block-bg .content p:nth-child(2) {
    display: none !important;
  }
  #return-block .return-block-bg .large {
    padding-left: 10px !important;
    font-size: 1rem;
    font-weight: 300;
  }

  .about-seo-content .equal-left-space {
    padding-right: 0rem;
  }
  .about-seo-content .sideline {
    align-items: center;
  }
  .about-seo-content .sideline:before {
    width: 70px;
    margin-right: 10px;
  }

  .diamond-source {
    padding: 1rem 0;
  }
  .diamond-source:before {
    height: 30%;
  }
  .diamond-source .left-img .loc-img {
    padding: 25% 0;
  }

  .form-check-inline {
    margin-right: 0;
  }

  #product-preview .diamond-table .search-result {
    margin-top: 3rem;
  }
  #product-preview .diamond-table .search-result .h1.sideline {
    justify-content: left;
    font-size: 1.5rem;
  }
  #product-preview .diamond-table .search-result .h1.sideline:before {
    display: none;
  }
  #product-preview .diamond-table .diamond-table-design {
    box-shadow: none;
  }
  #product-preview .diamond-table .diamond-table-design .label {
    display: inline-block !important;
    margin-right: 5px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #product-preview .diamond-table .diamond-table-design .bold {
    font-weight: 700;
  }
  #product-preview .diamond-table .diamond-table-design .image {
    padding: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 20px;
  }
  #product-preview .diamond-table .diamond-table-design .carat {
    width: 70%;
    padding-left: 16%;
  }
  #product-preview .diamond-table .diamond-table-design .colour {
    width: 30%;
  }
  #product-preview .diamond-table .diamond-table-design .clarity {
    width: 70%;
    padding-left: 16%;
  }
  #product-preview .diamond-table .diamond-table-design .cert {
    width: 30%;
  }
  #product-preview .diamond-table .diamond-table-design .price {
    width: 70%;
    padding-left: 16%;
  }
  #product-preview .diamond-table .diamond-table-design .more {
    width: 30%;
    text-transform: uppercase;
  }
  #product-preview .diamond-table .diamond-table-design .more .arrow {
    width: 10px;
    height: 10px;
  }
  #product-preview .diamond-table .diamond-table-design .table-head {
    display: none !important;
  }
  #product-preview .diamond-table .diamond-table-design .table-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #d5d5d5;
    text-align: left;
  }
  #product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-image {
    display: none;
  }
  #product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-detail-inner {
    width: 100%;
    justify-content: left;
    flex-direction: column;
  }
  #product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-detail-inner span {
    width: 48%;
    display: inline-block;
  }
  #product-preview .diamond-table .diamond-table-design .diamond-table-rows .diamond-detail .diamond-detail-inner .column-3 {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    flex-direction: row-reverse;
  }
  #product-preview .stock-diamond-table-design .label {
    text-transform: uppercase;
  }
  #product-preview .stock-diamond-table-design .table-head {
    display: none;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .table-body {
    flex-wrap: wrap;
    padding: 10px;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .table-body .label {
    display: inline-block;
    margin-right: 5px;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner {
    flex-wrap: wrap;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .btn {
    width: 30%;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-1 div {
    display: flex;
    justify-content: space-between;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-1 span.label {
    width: 45%;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-1 span {
    width: 55%;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2 div {
    display: flex;
    justify-content: space-between;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2 span.label {
    width: 45%;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2 span {
    width: 55%;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2 div:first-child {
    margin-bottom: 5px;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-1, #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2, #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-3 {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-1, #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2 {
    margin-bottom: 5px;
  }
  #product-preview .stock-diamond-table-design .more {
    width: 100%;
    text-transform: uppercase;
  }
  #product-preview .stock-diamond-table-design.feed-rings .table-head .shape {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .table-head .carat {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .table-head .colour {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .table-head .clarity {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .table-head .ring_size {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .table-head .price {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .shape {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .carat {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .colour {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .clarity {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .ring_size {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .ring_size select {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-rings .diamond-table-rows .stock_product_tr .price {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .metal {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .shape {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .width {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .depth {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .ring_size {
    width: 50%;
    display: flex;
    align-items: center;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .ring_size select {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .table-head .price {
    width: 100%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .metal {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .width {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .depth {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .ring_size {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.plain-wedding-rings .diamond-table-rows .table-body.stock_product_tr .price {
    width: 100%;
  }
  #product-preview .stock-diamond-table-design.feed-other .table-head .shape, #product-preview .stock-diamond-table-design.feed-other .table-head .carat, #product-preview .stock-diamond-table-design.feed-other .table-head .colour, #product-preview .stock-diamond-table-design.feed-other .table-head .clarity {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-other .table-head .price {
    width: 100%;
  }
  #product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .shape, #product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .carat, #product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .colour, #product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .clarity {
    width: 50%;
  }
  #product-preview .stock-diamond-table-design.feed-other .diamond-table-rows .stock_product_tr .price {
    width: 100%;
  }

  #testimonials-block img {
    display: none !important;
  }

  .category-banner .hero-title .category-image {
    display: none !important;
  }

  #testimonials-block img {
    display: none !important;
  }

  .customise-sec .sideline:before {
    width: 15%;
    margin-right: 20px;
  }
  .customise-sec .choose-stone-block .custom-radio {
    width: 100%;
    border: none !important;
  }
  .customise-sec .choose-stone-block .custom-radio label {
    flex-direction: column;
  }
  .customise-sec .choose-stone-block .custom-radio label img {
    width: 65px;
    height: 65px;
  }
  .customise-sec .choose-stone-block .custom-radio label span {
    width: 100%;
    text-align: center;
  }
  .customise-sec .choose-stone-block .center .custom-radio label img {
    width: 90px;
    height: 90px;
  }
  .customise-sec .choose-stone-block .center .custom-radio label span {
    transition: 0.5s all ease-in-out;
    display: block !important;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 20%;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next:hover, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next:focus, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next span, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev span {
    transition: 0.5s all ease-in-out;
    display: none !important;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next:before, .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #b36d34;
    border-bottom: 2px solid #b36d34;
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-next {
    right: -10px;
    transform: rotate(-45deg);
  }
  .customise-sec .choose-stone-block .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    transform: rotate(135deg);
  }

  .ui-slider-horizontal {
    width: 92%;
  }

  #product-preview .filter-certificate .inner, #product-preview .filter-cut .inner, #product-preview .filter-lab .inner {
    width: 65px;
    height: 65px;
  }
  #product-preview .filter-colour {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
  #product-preview .filter-colour .inner {
    margin: 10px;
  }
  #product-preview .filter-colour .select {
    background-color: #b36d34;
    width: 65px;
    height: 65px;
    color: #fff;
    box-shadow: 0px 0px 10px #adb5bd;
  }
  #product-preview .filter-certificate, #product-preview .filter-flou, #product-preview .filter-cut, #product-preview .filter-lab, #product-preview .filter-gemtype, #product-preview .filter-gemstoneshape, #product-preview .filter-intensity, #product-preview .gemstone.filter-clarity, #product-preview .gemstone.filter-cut {
    width: 95%;
    margin: auto;
  }
  #product-preview .filter-flourescence {
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
  #product-preview .need-help {
    margin: auto;
    align-items: center;
  }
  #product-preview .need-help a {
    font-size: 1rem;
  }

  .product-page .design-ring-section .ring-shape {
    width: 100%;
  }

  #shop-by-style .sideline:before {
    width: 50px;
    margin-right: 10px;
  }
  #shop-by-style .style-inner .style-inner-inner {
    margin-bottom: 10px;
  }
  #shop-by-style .style-inner .style-inner-inner .shape-img .shape-name {
    font-size: 0.85rem;
  }

  #shop-by-shape .sideline:before {
    width: 50px;
    margin-right: 10px;
  }
  #shop-by-shape .shape-inner {
    flex-wrap: wrap;
    text-align: center;
  }
  #shop-by-shape .shape-inner .shape-inner-inner a.shape-img img {
    margin-bottom: 0.75rem;
  }
  #shop-by-shape .shape-inner .shape-inner-inner a.shape-img .shape-name {
    font-size: 0.85rem;
  }

  #shop-by-metal .sideline:before {
    width: 50px;
    margin-right: 10px;
  }

  .ourshop-block .sideline:before {
    width: 60px;
    margin-right: 15px;
  }
  .ourshop-block .address-block {
    margin-bottom: 1.5rem;
  }

  .wedding-rings-grid .wedding-grid .fixed-column {
    width: 35%;
  }
  .wedding-rings-grid .wedding-grid .scroll-column {
    width: 65%;
  }
}
@media (max-width: 575.98px) {
  .in-stock-collection .item {
    width: 50%;
  }
  .in-stock-collection .item a span.image.earrings {
    background-position: center 30px;
  }

  #shop-by-style .large {
    font-size: 1.25rem;
  }

  .side-nav {
    width: 105vw;
  }
  .side-nav .side-nav-inner {
    padding: 2rem 3rem 2rem 3rem;
  }
  .side-nav .side-nav-inner .side-nav-container {
    width: 100%;
  }
  .side-nav .side-nav-inner .side-nav-container .h1.sideline {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    justify-content: flex-end;
  }
  .side-nav .side-nav-inner .side-nav-container .h1.sideline:before {
    display: none;
  }
  .side-nav .side-nav-inner .side-nav-container .equal-left-space {
    padding-left: 25%;
    padding-right: 0px;
    text-align: right;
  }
  .side-nav .side-nav-inner .side-nav-container .sub-sub-menu .h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }

  .arrow {
    border-right: 2px solid;
    border-bottom: 2px solid;
    height: 12px;
    width: 12px;
  }

  .create-own-ring .title-text a {
    padding-left: 10px;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .create-own-ring .title-text .large {
    padding-left: 0px;
    font-size: 1.5rem;
  }
  .create-own-ring .title-text .h1 {
    padding-left: 10px;
  }
  .create-own-ring .links {
    transform-origin: center;
    width: 93%;
    margin: auto;
  }
  .create-own-ring .links .links-inner .inner-inner-child .inner-child {
    font-size: 0.75rem;
  }
  .create-own-ring .links .links-inner .inner-inner-child .inner-child .arrow {
    top: 5px;
  }

  #our-shop {
    padding: 2rem 0;
  }
  #our-shop:before {
    background-position: 65% center;
  }
  #our-shop .container .row {
    flex-direction: column-reverse;
  }
  #our-shop .container .row .our-shop-img {
    margin-bottom: 2rem;
    padding: 30% 0 !important;
  }
  #our-shop .container .row .sideline:before {
    width: 60px;
    margin-right: 10px;
  }
  #our-shop .container .row .sideline-short:before {
    width: 60px;
    margin-right: 10px;
  }

  #testimonials-block .see-more {
    text-align: left;
  }

  #shop-by-style .sideline:before {
    width: 50px;
    margin-right: 10px;
  }
  #shop-by-style .style-inner .style-inner-inner {
    width: 100%;
    margin-bottom: 10px;
  }
  #shop-by-style .style-inner .style-inner-inner .shape-img .shape-name {
    font-size: 0.85rem;
  }

  #shop-by-shape .sideline:before {
    width: 50px;
    margin-right: 10px;
  }
  #shop-by-shape .shape-inner {
    flex-wrap: wrap;
    text-align: center;
  }
  #shop-by-shape .shape-inner .shape-inner-inner {
    width: 20%;
  }
  #shop-by-shape .shape-inner .shape-inner-inner a.shape-img img {
    margin-bottom: 0.75rem;
  }
  #shop-by-shape .shape-inner .shape-inner-inner a.shape-img .shape-name {
    font-size: 0.85rem;
  }

  #shop-by-metal .shopByMetal .inner {
    width: 90%;
  }
  #shop-by-metal .sideline:before {
    width: 50px;
    margin-right: 10px;
  }

  #luxury-packing-block {
    padding: 2rem 0;
  }
  #luxury-packing-block:before {
    width: 50%;
    clip-path: polygon(0% 0px, 100% 0%, 100% 100%, 85% 100%);
    -webkit-clip-path: polygon(0% 0px, 100% 0%, 100% 100%, 85% 100%);
  }
  #luxury-packing-block .h1 {
    width: 75%;
    font-size: 2rem;
  }
  #luxury-packing-block .row {
    flex-direction: column-reverse;
  }
  #luxury-packing-block .row .col-xl-5.col-lg-6.col-12 {
    z-index: 2;
  }
  #luxury-packing-block .packaging-img {
    padding: 100px 0;
    margin-bottom: 1.5rem;
  }
  #luxury-packing-block .sideline {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
  }
  #luxury-packing-block .sideline:before {
    width: 60px;
    margin-right: 10px;
  }

  .common-cms-pages .delivery-collapse .h2 {
    font-size: 1.2rem;
  }

  .blog-list .blog-img {
    padding: 8rem 0;
  }
  .blog-list .inner-content {
    position: relative;
  }
  .blog-list .inner-content:before {
    background-image: url("../../frontend/Cubix/finecraft/en_GB/images/top-fade.png");
    content: "";
    position: absolute;
    left: 43px;
    top: -20px;
    width: 84%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
    -webkit-clip-path: polygon(0% -30px, 100% 0%, 100% 100%, 20% 100%);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bolg-description .article-image .col-12 {
    padding: 0;
  }
  .bolg-description .article-image .article-img {
    padding: 8rem 0;
  }

  #product-preview .filter-section {
    margin-top: 20px;
  }
  #product-preview .filter-section .input-with-icon {
    margin-top: 20px;
  }
  #product-preview .diamond-table .diamond-table-design .diamond-table-rows {
    font-size: 13px;
  }
  #product-preview .diamond-table .diamond-table-design .diamond-table-rows .table-body {
    font-size: 13px;
    padding: 10px;
    text-align: left;
  }
  #product-preview .stock-diamond-table-design {
    font-size: 13px;
  }
  #product-preview .stock-diamond-table-design .bold {
    font-weight: 600;
  }
  #product-preview .stock-diamond-table-design .ring_size select {
    padding-top: 0.1rem;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-1, #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2, #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-3 {
    width: 100%;
  }
  #product-preview .stock-diamond-table-design .diamond-table-rows .product-detail .product-detail-inner .column-2 div:first-child {
    margin-bottom: 5px;
  }

  .customise-sec .choose-stone-block .custom-radio {
    width: 100%;
    border: none !important;
  }
  .customise-sec .choose-stone-block .custom-radio label {
    flex-direction: column;
  }
  .customise-sec .choose-stone-block .custom-radio label img {
    width: 65px;
    height: 65px;
  }
  .customise-sec .choose-stone-block .custom-radio label span {
    width: 100%;
    text-align: center;
  }
  .customise-sec .choose-stone-block .center .custom-radio label img {
    width: 90px;
    height: 90px;
  }
  .customise-sec .choose-stone-block .center .custom-radio label span {
    transition: 0.5s all ease-in-out;
    display: block !important;
  }

  #product-preview .diamond-table .search-result {
    margin-top: 1rem;
  }
  #product-preview .final-diamond-block .design {
    width: 45%;
  }
  #product-preview .final-diamond-block .design .design-inner {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
  }
  #product-preview .final-diamond-block .diamond {
    width: 45%;
    height: auto;
  }
  #product-preview .final-diamond-block .diamond .diamond-inner {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
  }
  #product-preview .final-diamond-block .plus {
    margin-top: 0px;
  }
  #product-preview .finished-design .sideline {
    margin-top: 0rem !important;
  }

  .page-footer .terms-conditions {
    display: none;
  }
  .page-footer .terms-conditions-mobile {
    display: block !important;
  }
  .page-footer .col-12:not(:last-child) {
    margin-bottom: 25px;
  }
}
.checkout-methods-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.checkout-methods-items li {
  text-align: center;
  margin: 15px 0;
}

.button[data-role=proceed-to-checkout] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0rem;
  background-color: #b36d34;
  border-color: #b36d34;
}

.checkout-cart-index #header, .checkout-index-index #header, .customer-account-logoutsuccess #header, .cms-terms-and-conditions #header, .cms-privacy-policy #header, .customer-account-createpassword #header {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #D5D5D5;
}
@media (max-width: 767.98px) {
  .checkout-cart-index #header, .checkout-index-index #header, .customer-account-logoutsuccess #header, .cms-terms-and-conditions #header, .cms-privacy-policy #header, .customer-account-createpassword #header {
    margin-bottom: 1.5rem;
  }
}

.action.action-edit {
  position: relative;
  font-size: 0px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 15px;
  display: none !important;
}
.action.action-edit:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/edit.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  opacity: 0.5;
}
.action.action-edit:hover:before {
  opacity: 1;
}

.action.action-delete {
  position: relative;
  font-size: 0px;
  height: 25px;
  width: 25px;
}
.action.action-delete:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/delete.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  opacity: 0.5;
  margin-left: 40px;
}
.action.action-delete:hover:before {
  opacity: 1;
}

.action.action-towishlist {
  position: relative;
  font-size: 0px;
  height: 25px;
  width: 25px;
}
.action.action-towishlist:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/icons/wish-list.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  opacity: 0.5;
}
.action.action-towishlist:before:hover {
  opacity: 1;
}

.actions-toolbar {
  position: relative;
  text-align: right;
}

.cart-summary {
  padding: 20px;
  background-color: #f5f5f5;
}

.cart-summary .summary.title {
  font-size: 1.75rem;
  margin-bottom: 10px;
  font-weight: 200;
}

a.action.multicheckout {
  text-decoration: none;
  color: #000;
}

table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkout-onepage-success #header {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #D5D5D5;
}
@media (max-width: 767.98px) {
  .checkout-onepage-success #header {
    margin-bottom: 1.5rem;
  }
}
.checkout-onepage-success .custom-page-title {
  display: none;
}

.paymentsense-direct-index .btnDiv a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0rem;
  color: #fff;
  background-color: #b36d34;
  border-color: #b36d34;
  text-decoration: none;
}

.testimonials-index-index .page-title-wrapper h1.page-title span {
  display: flex;
  align-items: center;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
}
.testimonials-index-index .page-title-wrapper h1.page-title span:before {
  content: "";
  width: 100px;
  margin-right: 10px;
  height: 2px;
  background-color: #b36d34;
}
.testimonials-index-index figcaption .profile-pic {
  margin-bottom: 10px;
}
.testimonials-index-index figcaption .profile-pic img {
  width: 65px;
}

.customer-account-index #header {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #D5D5D5;
}
@media (max-width: 767.98px) {
  .customer-account-index #header {
    margin-bottom: 1.5rem;
  }
}

.cms-home .custom-page-title, .contact-index-index .custom-page-title {
  display: none;
}

.account-nav-content {
  font-size: 1.2rem;
}
.account-nav-content .nav.items {
  flex-direction: column;
}
.account-nav-content .nav.item.current {
  color: #000;
  border-color: #b36d34;
}
.account-nav-content .nav.item {
  padding: 0px 10px;
  color: #000;
  border-left: 2px solid transparent;
}
.account-nav-content .nav.item:not(:last-child) {
  margin-bottom: 15px;
}

.customer-account-create #header, .customer-account-forgotpassword #header {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #D5D5D5;
}
@media (max-width: 767.98px) {
  .customer-account-create #header, .customer-account-forgotpassword #header {
    margin-bottom: 1.5rem;
  }
}

.mage-error {
  color: red;
}

.block-customer-login-heading .login .actions-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.block.block-minicart:focus {
  outline: none;
}

.minicart-items-wrapper {
  margin-top: 15px;
  height: auto !important;
}
.minicart-items-wrapper:focus {
  outline: none;
}
.minicart-items-wrapper .block-content:focus {
  outline: none;
}
.minicart-items-wrapper .minicart-items {
  height: auto;
  list-style-type: none;
}
.minicart-items-wrapper .minicart-items .product:focus {
  outline: none;
}
.minicart-items-wrapper .minicart-items .item.product.product-item .product {
  display: flex;
  align-items: center;
}
.minicart-items-wrapper .minicart-items .product.actions {
  display: none;
}
.minicart-items-wrapper .minicart-items .product.options {
  display: none !important;
}
.minicart-items-wrapper .product.options {
  flex-wrap: wrap;
}
.minicart-items-wrapper .details-qty.qty {
  display: none;
}

#minicart-content-wrapper:focus {
  outline: none;
}
#minicart-content-wrapper .block-title {
  display: none;
}
#minicart-content-wrapper .checkout-link {
  padding-left: 20px;
}
#minicart-content-wrapper .product.actions, #minicart-content-wrapper .actions .secondary {
  display: none;
}

/*DEKO finacne styles */
#monthly_instalment_cost {
  font-weight: 700;
}

#cal_finance {
  margin-top: 0;
}

.vfinance_form {
  font-size: 0.8em;
  background: #fbfbfb;
  border: 1px solid #aaaaaa;
  padding: 20px;
  margin: 10px 0px;
}

.vfinance-div strong {
  font-size: 14px;
}

.vfinance-div img {
  width: 120px;
  padding: 4px;
}

.vfinance_form #show_finance table {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-top: 15px;
}

.vfinance_form #show_finance table tr th, td {
  padding: 8px 15px;
  border: 1px solid #d5d5d5;
}

.vfinance_form #show_finance table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.vfinance_form ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*Stock product page css */
#stockproducts-table.table {
  box-shadow: 0px 0px 10px #adb5bd;
}
#stockproducts-table.table tr {
  vertical-align: middle;
}
#stockproducts-table.table tr:hover {
  cursor: pointer;
}
#stockproducts-table.table thead {
  background-color: #343a40;
}
#stockproducts-table.table thead th {
  font-weight: 300;
  color: #fff;
}

.custom-tooltip {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../../frontend/Cubix/finecraft/en_GB/images/info-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  filter: brightness(0%);
}

.finishing-pattern, .engrave-fields {
  display: none;
}

.engrave-fields .fontDropdown {
  position: relative;
}
.engrave-fields .fontDropdown .fontSelected {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height: 38px;
}
.engrave-fields .fontDropdown .fontSelected:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  display: inline-block;
  transform: rotate(-45deg);
}
.engrave-fields .fontDropdown .font {
  background: url("../../frontend/Cubix/finecraft/en_GB/images/engraving-fonts.png") no-repeat;
  background-size: 190px;
  background-position-y: 36px;
}
.engrave-fields .fontDropdown .font.adorable {
  background-position-y: 0px;
}
.engrave-fields .fontDropdown .font.agencyfb {
  background-position-y: -30px;
}
.engrave-fields .fontDropdown .font.arialitalic {
  background-position-y: -66px;
}
.engrave-fields .fontDropdown .font.arial {
  background-position-y: -96px;
}
.engrave-fields .fontDropdown .font.centurygothic {
  background-position-y: -127px;
}
.engrave-fields .fontDropdown .font.cheltenham {
  background-position-y: -158px;
}
.engrave-fields .fontDropdown .font.edwarianscript {
  background-position-y: -188px;
}
.engrave-fields .fontDropdown .font.lucidacalli {
  background-position-y: -223px;
}
.engrave-fields .fontDropdown .font.monotypecors {
  background-position-y: -256px;
}
.engrave-fields .fontDropdown .font.oldenglish {
  background-position-y: -290px;
}
.engrave-fields .fontDropdown .font.rockwell {
  background-position-y: -326px;
}
.engrave-fields .fontDropdown .font.roman3l {
  background-position-y: -357px;
}
.engrave-fields .fontDropdown .font.scriptmt {
  background-position-y: -395px;
}
.engrave-fields .fontDropdown .font.script {
  background-position-y: -434px;
}
.engrave-fields .fontDropdown .font.timesnew {
  background-position-y: -476px;
}
.engrave-fields .fontDropdown .fontList {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  z-index: 10;
  top: 40px;
  width: 100%;
  display: none;
  height: 190px;
  background: #fff;
  overflow-y: scroll;
}
.engrave-fields .fontDropdown .fontList::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.engrave-fields .fontDropdown .fontList::-webkit-scrollbar-thumb {
  background: #888;
}
.engrave-fields .fontDropdown .fontList::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.engrave-fields .fontDropdown .fontList li {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border-bottom: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  height: 38px;
  cursor: pointer;
}
.engrave-fields .fontDropdown.show .fontList {
  display: block;
}

.finishing-pattern .finishing-images {
  height: 400px;
  overflow-y: scroll;
  padding: 20px 0;
}
.finishing-pattern .finishing-images::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.finishing-pattern .finishing-images::-webkit-scrollbar-thumb {
  background: #888;
}
.finishing-pattern .finishing-images::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.finishing-pattern .finishing-images ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.finishing-pattern .finishing-images ul li {
  width: 25%;
}
.finishing-pattern .finishing-images ul li a {
  display: inline-block;
  margin: 15px;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.finishing-pattern .finishing-images ul li a:hover {
  color: #b36d34;
}
.finishing-pattern .finishing-images ul li.selected a {
  border: 1px solid #b36d34;
  color: #b36d34;
}
.finishing-pattern .finishing-images .finishing-title {
  margin-top: 10px;
}

/*# sourceMappingURL=custom-style.css.map */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Cubix/finecraft/en_GB/css/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}#searchPopup .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.tab-pane .tab-wapper-icons .active {
  background: none !important; }

.trusted-secured {
  display: block;
  text-align: center;
  margin: 30px 0 0; }
  .trusted-secured img {
    display: inline-block;
    width: 60%; }

.we-accept {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500; }
  .we-accept.delivery-box {
    text-align: center;
    display: inline-block; }
    @media (max-width: 991.98px) {
      .we-accept.delivery-box {
        display: block; } }
    .we-accept.delivery-box img {
      width: 45%; }
      .we-accept.delivery-box img:nth-child(2) {
        margin-top: 20px; }
  .we-accept p {
    margin: 0 0 10px;
    padding: 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 20px; }

.cart-container.custom-cartdesign .cartpage-section .cartpage-row .col-lg-9 {
  padding-right: 20px; }
  .cart-container.custom-cartdesign .cartpage-section .cartpage-row .col-lg-9 .product-item-photo .product-image-wrapper img {
    width: 100%; }
  .cart-container.custom-cartdesign .cartpage-section .cartpage-row .col-lg-9 .form-cart h5 {
    margin-bottom: 25px; }
  .cart-container.custom-cartdesign .cartpage-section .cartpage-row .col-lg-9 .form-cart .item-options li {
    line-height: 30px; }
    @media (max-width: 991.98px) {
      .cart-container.custom-cartdesign .cartpage-section .cartpage-row .col-lg-9 .form-cart .item-options li {
        width: 50%; } }
  .cart-container.custom-cartdesign .cartpage-section .cartpage-row .col-lg-9 .form-cart .delivery-msg a {
    text-decoration: underline; }
.cart-container.custom-cartdesign .cartpage-section .action.action-delete {
  font-size: 15px;
  padding-left: 25px;
  margin-top: 15px;
  display: block; }
  .cart-container.custom-cartdesign .cartpage-section .action.action-delete::before {
    margin-left: 0; }
.cart-container.custom-cartdesign .cart-right-block {
  padding: 20px;
  border: 1px solid #ced4da; }
  .cart-container.custom-cartdesign .cart-right-block .cart-summary {
    border: 0;
    padding: 0; }
  .cart-container.custom-cartdesign .cart-right-block .cartdiscount {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 10px;
    margin: 0 0 15px; }
    .cart-container.custom-cartdesign .cart-right-block .cartdiscount .title {
      margin: 5px 0 5px;
      font-size: 18px;
      font-weight: 600; }
  .cart-container.custom-cartdesign .cart-right-block .cartsummary .summary.title {
    font-size: 18px;
    font-weight: 600; }
  .cart-container.custom-cartdesign .cart-right-block .cartsummary .checkout-methods-items .btn.checkout {
    position: relative;
    padding: 13px 10px 10px 40px;
    font-size: 17px;
    font-weight: 600; }
    .cart-container.custom-cartdesign .cart-right-block .cartsummary .checkout-methods-items .btn.checkout:before {
      content: "";
      background: url(../../frontend/Cubix/finecraft/en_GB/images/secure-paymentnew.svg) no-repeat;
      display: block;
      width: 20px;
      height: 20px;
      filter: invert(1);
      background-size: contain;
      position: absolute;
      left: 12px;
      top: 14px; }

.order-assured-block {
  padding: 2rem 0;
  background-color: #f2f2f2;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .order-assured-block {
      padding: 3rem 0 1rem; } }
  @media only screen and (max-width: 1024px) {
    .order-assured-block .needhelp-cart .col-lg-4 {
      margin-bottom: 25px; } }
  .order-assured-block .needhelp-cart .help-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 33px;
    position: relative;
    padding-top: 8px;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .order-assured-block .needhelp-cart .help-title {
        margin-bottom: 15px; } }
    .order-assured-block .needhelp-cart .help-title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      width: 3.25rem;
      height: 2.25rem; }
    .order-assured-block .needhelp-cart .help-title.day-returns {
      padding-left: 3.5rem; }
      .order-assured-block .needhelp-cart .help-title.day-returns::before {
        background: url(../../frontend/Cubix/finecraft/en_GB/images/returns.svg) no-repeat left top; }
    .order-assured-block .needhelp-cart .help-title.luxury-icon {
      padding-left: 3.5rem; }
      .order-assured-block .needhelp-cart .help-title.luxury-icon::before {
        background: url(../../frontend/Cubix/finecraft/en_GB/images/box.svg) no-repeat left top; }
    .order-assured-block .needhelp-cart .help-title.certification-icon {
      padding-left: 3.5rem; }
      @media only screen and (max-width: 1024px) and (min-width: 767.98px) {
        .order-assured-block .needhelp-cart .help-title.certification-icon {
          padding-top: 0;
          margin-bottom: 14px; } }
      .order-assured-block .needhelp-cart .help-title.certification-icon::before {
        background: url(../../frontend/Cubix/finecraft/en_GB/images/cert.svg) no-repeat left top; }
    .order-assured-block .needhelp-cart .help-title p {
      color: #000; }
  .order-assured-block .needhelp-cart .need-help {
    text-align: center;
    margin-bottom: 20px; }
  .order-assured-block .needhelp-cart ul.need-help-list {
    flex-direction: row;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .order-assured-block .needhelp-cart ul.need-help-list {
        flex-direction: column; } }
    .order-assured-block .needhelp-cart ul.need-help-list li:not(:last-child) {
      margin-right: 70px;
      margin-bottom: 0px; }
      @media only screen and (max-width: 767px) {
        .order-assured-block .needhelp-cart ul.need-help-list li:not(:last-child) {
          margin-right: 0px;
          margin-bottom: 10px; } }
  .order-assured-block .needhelp-cart ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .order-assured-block .needhelp-cart ul li {
      display: flex; }
      .order-assured-block .needhelp-cart ul li:not(:last-child) {
        margin-bottom: 0.5rem; }
      .order-assured-block .needhelp-cart ul li img {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.75rem; }
      .order-assured-block .needhelp-cart ul li a {
        color: #000;
        text-decoration: none;
        transition: all 0.3s;
        display: flex;
        align-items: flex-end;
        position: relative;
        padding-left: 30px;
        font-size: 20px; }
        .order-assured-block .needhelp-cart ul li a::before {
          content: "";
          background: url(../../frontend/Cubix/finecraft/en_GB/images/call.svg) no-repeat left top;
          position: absolute;
          left: 0;
          top: 0;
          width: 1.25rem;
          height: 1.25rem; }
      .order-assured-block .needhelp-cart ul li:nth-child(2) a::before {
        background-image: url(../../frontend/Cubix/finecraft/en_GB/images/chat.svg);
        top: 5px; }
      .order-assured-block .needhelp-cart ul li:last-child a::before {
        background-image: url(../../frontend/Cubix/finecraft/en_GB/images/mail.svg);
        top: 5px; }

/* PDP page */
@media only screen and (max-width: 1025.98px) and (min-width: 767.98px) {
  #product-preview {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
@media (max-width: 991.98px) {
  #product-preview .diamond-table .filter-with-video-image {
    justify-content: right; } }
#product-preview .diamond-table .diamond-table-design .compare.mobile-compare {
  width: 21%; }

/*checkout page styles */
.bottom-toolbar .toolbar-products .paginatiion .pages .pages-items .item.disabled {
  display: none; }

@media only screen and (max-width: 767px) {
  body.checkout-index-index header .container-fluid {
    flex-direction: column; } }
@media only screen and (max-width: 767px) {
  body.checkout-index-index .back-cart {
    order: 1; } }
body.checkout-index-index .back-cart a {
  color: #fff;
  background-color: #b36d34;
  border-color: #b36d34;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  padding: 15px 30px 15px;
  margin-top: 20px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px; }
  body.checkout-index-index .back-cart a:hover {
    background-color: #be8352;
    border-color: #bb7c48; }
  body.checkout-index-index .back-cart a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(140deg);
    margin-right: 10px; }
body.checkout-index-index .secure-payment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  font-size: 1.1rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  flex: 0 1 auto;
  position: relative; }
  body.checkout-index-index .secure-payment .inner {
    display: flex;
    align-items: center; }
    body.checkout-index-index .secure-payment .inner img {
      width: 25px;
      margin-right: 5px;
      opacity: 0.95; }
    body.checkout-index-index .secure-payment .inner span {
      margin-top: 10px; }
body.checkout-index-index .checkout-payment-method .payment-method-title::after {
  content: "";
  clear: both;
  display: block; }
body.checkout-index-index .checkout-payment-method .payment-method-title input[type="radio"] {
  float: left; }
body.checkout-index-index .checkout-payment-method .payment-method-title label.label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
body.checkout-index-index .checkout-payment-method .payment-method-title .payment-icon {
  margin-left: 8px; }
@media only screen and (max-width: 639px) {
  body.checkout-index-index .opc-wrapper .methods-shipping {
    margin: 0;
    background: none; } }

.hero-banner {
  	/*background-image: url(../../frontend/Cubix/finecraft/en_GB/images/hero-img.jpg);
  	background-image: url(../../frontend/Cubix/finecraft/en_GB/images/dq-autumnbanner.jpg);
      background-image: url(../../frontend/Cubix/finecraft/en_GB/images/dq-banner-new.jpg);
      background-image: url(../../frontend/Cubix/finecraft/en_GB/images/dq-christmans-banner.jpg);*/
  background-image: url(../../frontend/Cubix/finecraft/en_GB/images/dqvalentinesbanner-new.jpg);
  background-position: right;
  /*&::before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
  }*/ }
  @media (max-width: 991.98px) {
    .hero-banner {
      background-position-x: -1180px;
      /*&::before {
          background-image:none !important;
      }*/ } }
  @media (max-width: 413.98px) {
    .hero-banner {
      background-position-x: -810px; } }
  @media (max-width: 575.98px) {
    .hero-banner {
      padding: 12vh 0 8vh 0 !important; } }

.hero-banner .hero-title h1 .text-line-1, .hero-banner .hero-title h2 .text-line-1 {
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 3rem; }
  @media (max-width: 1199.98px) {
    .hero-banner .hero-title h1 .text-line-1, .hero-banner .hero-title h2 .text-line-1 {
      font-size: calc(1.175rem + 1.5vw); } }

.hero-banner .hero-title h2 .text-line-1 {
  padding-left: 130px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }
  .hero-banner .hero-title h2 .text-line-1:before {
    content: "";
    position: absolute;
    width: 200px;
    left: 0;
    top: 20px;
    height: 2px;
    background-color: #b36d34; }

.hero-banner .hero-title h1 .text-line-1:before, .hero-banner .hero-title h2 .text-line-1:before {
  background-color: rgba(255, 255, 255, 0.6); }

@media (max-width: 1199.98px) {
  .hero-banner .hero-title h1 .text-line-2.display-2, .hero-banner .hero-title h2 .text-line-2.display-2 {
    font-size: calc(3rem + 1.5vw);
    margin-top: 10px; } }

.hero-banner .hero-title h1 {
  margin-bottom: 0; }

.hero-banner .hero-title .text-line-2 {
  font-family: "Libre Baskerville", serif;
  color: #fff; }

#testimonials-block h2 {
  font-family: "Libre Baskerville", serif !important;
  margin-bottom: 2.5rem; }

.promotop {
  background: #000;
  top: 0;
  padding: 5px 0; }
  .promotop p {
    color: #fff; }

#header {
  padding: 40px 0 1rem; }
  @media screen and (max-width: 767px) {
    #header {
      padding-top: 60px; } }

/*# sourceMappingURL=dq-style.css.map */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}/* #v12cal_finance {
    overflow: hidden;
    width: 100%;
}
.v12finace_box {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #fbfbfb;
    padding: 10px;
}*/
.v12finace_box h3{
    text-align: center;
    font-weight: 600;
}
/*
.v12financeFrom {
    background: #00324E;
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}*/
#v12_montly_pay1 {
    color: #000;
}/*
#show_v12_finance>table>tbody>tr>td {
	padding: 5px;
}*/
#show_not_available {
    display:none; 
    color: red;
}
.v12_error {
    display: none;
    color:red;
}
.v12deperror {
    display: none;
    color:red;
}.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  width: 130px;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
  color: #A573B5;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}
/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */

.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  box-sizing: border-box;
}

.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.tablesaw-btn {
  color: #1c95d4;
}

.tablesaw-btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-btn:active {
  background-color: #ddd;
}
#wedding-grid{
  width: 100%;
}
#wedding-grid tbody th{
  width: 20%!important;
}
#wedding-grid,tr,th,td{
  border: 2px solid #D5D5D5!important;
}
@supports (box-shadow: none ) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none;
  }

  .tablesaw-btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
  }
}

.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}

.tablesaw-btn select option {
  background: #fff;
  color: #000;
}

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
}

.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}

.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
  text-indent: -9999px;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
  clear: both;
}

.tablesaw-bar * {
  box-sizing: border-box;
}

.tablesaw-bar-section {
  float: left;
}

.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}

/* TODO */

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-bar-section ~ table {
  clear: both;
}

.tablesaw-bar-section .abbreviated {
  display: inline;
}

.tablesaw-bar-section .longform {
  display: none;
}

@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none;
  }

  .tablesaw-bar-section .longform {
    display: inline;
  }
}

.tablesaw th,
.tablesaw td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: .5em .7em;
}

.tablesaw thead th {
  text-align: left;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}

/* Zebra striping */

.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.tablesaw caption {
  text-align: left;
  margin: .59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

/* Support note IE9+: @media only all */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack {
    clear: both;
  }

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */

  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }

  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }

  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none;
  }
}

.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */
}

.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */
}

/* Used for a11y text on button: "Columns" */

.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none;
  }

  /* Checked manually: Always show */

  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default;
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}

/* Override */

.tablesaw .tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193";
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .5em;
  height: .5em;
  background: #A573B5;
  border-radius: 100%;
  display: inline-block;
  border-radius: 50%;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}
#wedding-grid a{
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
}
#wedding-grid a .price-box{
  font-weight: normal;
  font-family: "Nunito", sans-serif;
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Cubix/finecraft/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/Cubix/finecraft/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../frontend/Cubix/finecraft/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../frontend/Cubix/finecraft/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Cubix/finecraft/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/Cubix/finecraft/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/Cubix/finecraft/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../frontend/Cubix/finecraft/en_GB/Amasty_ShopbyBase/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Cubix/finecraft/en_GB/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Cubix/finecraft/en_GB/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Cubix/finecraft/en_GB/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Cubix/finecraft/en_GB/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Cubix/finecraft/en_GB/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Cubix/finecraft/en_GB/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Cubix/finecraft/en_GB/Magefan_Blog/images/views-icon.svg')}
/* END Fix Related Products */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

.fav-color-green {color: #28a745;}
.fav-color-yellow {color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #6c757d;}
.fav-color-red {color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;background: #222222;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color);color: #222;background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .addthis_inline_share_toolbox {text-align: center;}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;color: #222222;font-weight: 600;text-align: right;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important;color: #222222;}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;border: 1px solid #bbbbbb;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;background: #222222;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Cubix/finecraft/en_GB/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
/*.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}*/

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/



/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */@media all and (min-width:768px),print{.brand-images .brands-letter{padding-right:10px;width:inherit}.brand-images{display:-webkit-flex;display:-ms-flexbox;display:flex}.am-brands-fullwidth{width:100% !important}}@media all and (min-width:1024px),print{.ambrands-search-wrapper{float:right;width:20%}.brand-images .brands-letter{padding-right:35px;width:inherit}.brand-images .brands-letter .brand-item{margin:0 10px 20px}.amslider .slide{margin:0 20px 20px 0;max-width:32%;-webkit-flex-basis:auto;flex-basis:auto}.ambrands-list-popup{position:absolute;width:600px;height:450px;background:#fff;box-shadow:0 0 1px 1px #ccc;opacity:0;transition:all .5s ease;pointer-events:none}.ambrands-menu-item:hover .ambrands-list-popup{display:block;opacity:1;pointer-events:auto}.ambrands-list-container{height:100%;font-size:0}.ambrands-popup-filter{display:inline-block;box-sizing:border-box;width:27%;height:100%;padding:20px;font-size:0;vertical-align:top;text-align:center;background:#f0f0f0}.ambrands-popup-filter .ambrands-letter{display:inline-block;box-sizing:border-box;width:40px;height:40px;font-size:14px;line-height:40px;text-align:center;color:#333}.ambrands-popup-filter .ambrands-letter:hover{color:#333;text-decoration:none;background:#ccc}.ambrands-popup-filter .ambrands-letter.-disabled{background-color:#f1f1f1;opacity:.6;pointer-events:none}.ambrands-popup-filter .ambrands-letter.-active{color:#fff;background:#f58d0f}.ambrands-popup-filter .ambrands-letter.-letter-all{width:100%;margin-bottom:15px}.ambrands-popup-items{display:inline-block;box-sizing:border-box;width:73%;height:100%;padding:20px;overflow:auto;font-size:14px}.ambrands-popup-items .brand-images .brands-letter{width:100%;padding:0}.ambrands-popup-items .brand-item{text-align:center}.ambrands-popup-items .brand-item .label:before{content:none}.ambrands-popup-items .brand-item .count{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.ambrands-popup-items .brand-images .brands-letter .brand-item{margin:0 20px 20px 0}.ambrands-popup-items .letter{margin-bottom:15px}}@media all and (min-width:1440px),print{.brands-filters .letter{margin:0;border-radius:0;border-right:0}.brands-filters .letter-all{margin-right:20px}.brands-filters .letter:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.brands-filters .letter:last-child{border-right:1px solid #CCC;border-top-right-radius:5px;border-bottom-right-radius:5px}.amslider .wrapper{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}}.columns .column.main{max-width:100%}.ui-tooltip.ui-widget{padding:5px 10px;max-width:250px;border:1px solid #ccc;box-shadow:1px 0 3px #ccc;word-wrap:break-word;background:#fff}.ui-tooltip .arrow{position:absolute;left:15px;bottom:-15px;width:20px;height:15px}.ui-tooltip .arrow::after{content:"";position:absolute;border-top:10px solid #ccc;border-right:20px solid transparent}.ui-tooltip .arrow::before{content:"";position:absolute;top:-1px;left:1px;border-top:9px solid #fff;border-right:19px solid transparent;z-index:9}.ui-tooltip .arrow.top{top:-15px;transform:scale(1,-1)}.ui-tooltip .am-brand-small_image{margin:auto;display:block;max-width:150px}.ui-tooltip .am-brand-image{margin:auto;display:block;max-width:400px}.ui-tooltip .ui-tooltip-content h3{margin:5px 0}.amslider *{margin:0;padding:0}.amslider{position:relative;margin:30px auto}.amslider .swiper-pagination{position:static;margin-top:15px}.amslider .swiper-container>.wrapper{text-align:center}.amslider .swiper-slide .brand-title{color:#4f4f4f;font-size:15px;line-height:1.2}.amslider .swiper-pagination-bullet{margin:0 5px;width:12px;height:12px}.amslider .swiper-pagination-bullet-active{background:#4f4f4f}.amslider .swiper-button-next,.amslider .swiper-button-prev{z-index:2}.amslider .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+)}.amslider .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+)}.amslider .swiper-button-next,.amslider .swiper-button-prev{z-index:0}.amslider .swiper-slide{text-align:center;font-size:18px}.amslider .category-item .category-item-title{margin:auto}.amslider .slide .category-item-title,.amslider .swiper-slide .swiper-category-item{font-size:15px;line-height:1.2;word-break:break-word}.amslider .wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.amslider .no-img{margin:auto}.brands-filters{display:inline-block;margin:0 0 10px;width:100%;min-height:50px}.brands-filters .letter{display:block;float:left;margin:0 5px 10px;padding:2px 5px;min-width:17px;min-height:20px;text-align:center;color:#333;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;border:1px solid #CCC;border-radius:5px;background:#e2e2e2}.brands-filters .letter-all{min-width:90px;margin-right:20px}.brands-filters .letters{margin-top:4px}.brands-filters .letter.-disabled{opacity:.6;pointer-events:none;background-color:#f1f1f1}.brands-filters .letter.hide{display:none}.brands-filters .letter:hover,.brands-filters .letter.-active{background:#fed285}.ambrands-search-wrapper{position:relative;display:block;margin:0 auto}.ambrands-search-wrapper .ambrands-search-input{display:block;margin:0 0 10px;max-width:100%}.ambrands-search-wrapper #livesearch{position:absolute;display:none;width:365px;max-width:100%;max-height:250px;background-color:#fff;overflow-x:hidden;overflow-y:auto;border:1px solid #c2c2c2;border-top:2px solid #309ef3;z-index:99}.ambrands-search-wrapper #livesearch a{display:block;float:left;padding:5px 10px;width:100%;color:#000;box-sizing:border-box}.ambrands-search-wrapper #livesearch a:hover{background-color:#e8e8e8;text-decoration:none}.brand-images .brands-letter{width:100%;vertical-align:top;box-sizing:border-box}.brand-images .brands-letter .bare-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.brand-images .brands-letter .letter{border-bottom:1px solid #b2b2b2;font-size:18px;font-weight:400}.brand-images .brands-letter .letter .title{padding:0 2px 1px;text-transform:uppercase;background:#e2e2e2}.brands-letter .brand-item{position:relative;margin:0 5px 20px}.brands-letter .brand-item .item{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;color:#333;-webkit-justify-content:flex-start}.brands-letter .brand-item .item:hover{text-decoration:none}.brands-letter .brand-item .no-img{color:#e2e2e2}.brands-letter .brand-item .count{position:absolute;right:0;top:0;display:block;box-sizing:border-box;min-width:25px;height:25px;padding:0 3px;line-height:25px;text-align:center;background:#f58c12;border-radius:20px;color:#fff}.brands-letter .brand-item .label{position:relative;margin:5px 0 0;padding-top:5px;width:100%;word-wrap:break-word}.brands-letter .brand-item .label:before{content:'';position:absolute;top:0;left:25%;right:25%;display:block;height:1px;background:#b2b2b2}.brands-letter .brand-item .item:hover .label:before{left:0;right:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}.brands-letter .brand-item .am-image-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center}.brands-letter .brand-item .am-image-wrapper .am-image{max-width:100%;max-height:100%}.bare-list .ambrands-image{pointer-events:none}.amslider-header-container{padding:5px 0 5px 35px;height:35px;font-size:22px;line-height:35px;color:#000;background:#e2e2e2}.icon .brand-label{float:left}.brand-images li.brand-item{list-style-type:none;text-align:center}ul.bare-list img{display:block;margin:0 auto}.children-category .amslider{position:relative;left:inherit;margin:0 50px;width:100%;transform:inherit;display:block}.amslider.am-brand-slider{max-width:100%;padding:0}.amslider.am-brand-slider .swiper-brand{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.amslider.am-brand-slider .am-image-wrapper{-webkit-flex-grow:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:auto}.amslider.am-brand-slider .am-image-wrapper .am-image{max-width:100%;max-height:100%}.amslider.am-brand-slider .slide{-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.amslider.am-brand-slider .slide .am-image-wrapper{margin-bottom:10px;overflow:hidden}.amslider.am-brand-slider .swiper-slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch;height:auto}.amslider .slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;margin:0 9px 20px 0;max-width:30%;-webkit-flex-basis:30%;flex-basis:30%;text-align:center;color:#4f4f4f}.amslider .slide .category-item{position:relative;padding:10px;width:100%;border:1px solid #fff}.amslider .slide .category-item:hover,.amslider .slide .category-item.active{box-shadow:3px 3px 4px 0 rgba(0,0,0,0.3);border-color:#bbb;position:relative;z-index:2;padding:10px}.amslider .slide .category-item.category-item-label img{margin-bottom:25px}.amslider .slide .swiper-brand .am-image{height:auto}.children-category-container.swiper-container{width:calc(100% - 2 * 27px);margin:auto}.children-category-container .swiper-wrapper{-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;align-items:baseline}.amslider .swiper-slide{padding:10px;box-sizing:border-box;color:#4f4f4f}.amslider .swiper-slide .swiper-category-item{padding:10px 0;border:1px solid #fff}.amslider .swiper-slide .swiper-category-item img{height:auto}.amslider .swiper-slide .swiper-category-item.category-item-label img{margin-bottom:25px}.amslider .swiper-slide .swiper-category-item:hover,.amslider .swiper-slide .swiper-category-item.active{background:#fff;box-shadow:3px 3px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;margin:0}.amslider .swiper-slide .swiper-brand .no-img{display:inline-block;margin-bottom:15px;color:#e2e2e2}.amslider .swiper-slide:hover,.amslider .slide:hover{text-decoration:none}#category-carousel .swiper-button-next{right:0}#category-carousel .swiper-button-prev{left:0}#category-carousel .swiper-button-next,#category-carousel .swiper-button-prev{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.3;height:100%;margin:0}#category-carousel .swiper-button-next:hover,#category-carousel .swiper-button-prev:hover{opacity:1;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}.amslider .swiper-slide .swiper-category-item:not(:root:root),.amslider .swiper-slide .swiper-brand:not(:root:root),.amslider .slide .category-item:not(:root:root){padding:10px}.amshopby-morefrom .products-grid .product-item{width:auto}.amshopby-morefrom .product-image-container{min-width:auto}.ambrands-menu-item.parent .ambrands-link.level-top:after{content:''}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.swiper-brand{width:100%}.swiper-brand .no-img{width:100%}}.ambrands-list-popup,.ambrands-menu-item .ambrands-arrow{display:none}@media only screen and (max-width:767px){.filter-content .active .am-show-more{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current+.block-actions{top:187px;border:0;border-radius:inherit;background:#fff;box-shadow:none}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current{padding:17px 30px;height:140px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items{padding:15px;border-width:1px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle{display:block;padding:10px 15px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options{top:221px}}@media all and (min-width:768px),print{.ui-tooltip.ui-widget{max-width:450px}.filter-options-content a:hover{text-decoration:none}.catalog-topnav{display:block}.page-layout-1column .toolbar-products{position:inherit !important}#amasty-shopby-product-list #amasty-shopby-overlay .loader{top:30%;transform:translate(-50%,-30%)}.filter-options-content .am-filter-price{width:40%}.sidebar>.block-category-list{margin-bottom:14px}.amasty-catalog-topnav{margin-top:3px}.amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content{min-width:200px}.amasty-catalog-topnav .filter-options{margin-top:20px;padding:3px 0;border-top:1px solid #ccc}.amasty-catalog-topnav .filter-subtitle{display:none}.amasty-catalog-topnav .amshopby-category-dropdown{min-width:200px}.amasty-catalog-topnav .filter-options-item{margin-bottom:0}.amasty-catalog-topnav .filter-options-title{padding-right:5px}.amasty-catalog-topnav .filter-options-title:after{position:static;display:inline-block;margin:0 0 0 15px}.am_shopby_apply_filters{position:absolute;bottom:inherit;z-index:9999;display:none;visibility:hidden;padding:0;width:inherit}.am_shopby_apply_filters.visible{bottom:inherit;visibility:visible}.am_shopby_apply_filters.-fixed{position:fixed}.am_shopby_apply_filters.-fixed .am-show-button{border:1px solid #ccc;border-radius:3px;text-align:center}.am_shopby_apply_filters.-fixed .am-show-button:before,.am_shopby_apply_filters.-fixed .am-show-button:after{display:none}.am-show-button{position:static;margin:0 0 10px;padding:10px;width:inherit;border:1px solid #ccc}.am-show-button.-vertical{padding-left:0;border-left:0;border-radius:0 3px 3px 0;box-shadow:10px 8px 16px rgba(0,0,0,0.16)}.am-show-button.-vertical:before{position:absolute;top:8px;left:-20px;z-index:-1;display:block;box-sizing:border-box;width:40px;height:40px;border:1px solid #ccc;border-radius:0 0 0 3px;background:#eee;box-shadow:7px 6px 16px rgba(0,0,0,0.16);content:'';transform:rotate(45deg);transform-origin:50%}.am-show-button.-vertical-right{padding:10px 0;min-width:145px;border-right:0;border-radius:3px 0 0 3px;box-shadow:-8px 8px 16px rgba(0,0,0,0.16);text-align:right}.am-show-button.-vertical-right>.-loading{margin:0 20px}.am-show-button.-vertical-right:before{position:absolute;top:8px;right:-20px;z-index:-1;display:block;box-sizing:border-box;width:40px;height:40px;border:1px solid #ccc;border-radius:0 0 0 3px;background:#eee;box-shadow:5px 6px 16px rgba(0,0,0,0.16);content:'';transform:rotate(45deg);transform-origin:50%}.am-show-button.-horizontal{border-radius:4px;box-shadow:0 5px 16px rgba(0,0,0,0.16)}.am-show-button.-horizontal:before,.am-show-button.-horizontal:after{position:absolute;left:50%;display:block;border:6px solid transparent;content:'';transform:rotate(45deg) translateX(-50%)}.am-show-button.-horizontal:before{bottom:0;border-right:6px solid #ccc;border-bottom:6px solid #ccc;border-radius:0 0 3px 0}.am-show-button.-horizontal:after{bottom:1px;border-right:6px solid #eee;border-bottom:6px solid #eee;border-radius:0 0 2px 0}.am-show-button>.am-button{margin-left:3px;padding:10px 15px}.am-show-button.-vertical-right>.am-button{margin-left:5px}}@media all and (min-width:1024px),print{.filter-options-content .am-filter-price{width:43%}.amslider-container.am-swiper-slider{width:85%}}.ui-tooltip .arrow{left:8px;width:15px}.ui-tooltip .arrow:after{border-right:15px solid transparent}.ui-tooltip .arrow:before{border-right:14px solid transparent}.amslider-container{margin:auto;margin-bottom:15px;width:100%}.am-rating-up{font-size:smaller}.amshopby-hightlighted{background-color:#ff0}.amshopby-item .filter-value{margin-left:5px}.amshopby-filter-tooltip{display:inline-block;margin-left:6px;max-width:20px;max-height:20px;vertical-align:middle}.filter-options-content .delimiter{margin:0 5px;line-height:30px}.filter-options-content .range{display:flex;align-items:center;margin-top:10px;text-align:center}.filter-options-content .am-filter-price{padding:5px;max-width:50px;width:46%}.filter-options-content .items a{margin-left:0}.filter-options-content .count{display:inline-flex}.filter-options-content .am-shopby-swatch-label .count{margin:0;padding:0}.filter-options-content .am-shopby-swatch-label .label{margin-right:5px}.filter-options-content .am-shopby-form{overflow-x:hidden;overflow-y:auto;padding:3px}.am-show-more{transition:.1s all ease-in;display:flex;align-items:center;position:relative;margin-top:10px;padding:5px 25px 10px 0;color:inherit;cursor:pointer}.am-show-more:hover{background-color:transparent;color:#006bb4}.am-show-more:before,.am-show-more:after{transition:.1s all ease-in;position:absolute;right:0;width:8px;height:1px;background:#006bb4;content:''}.am-show-more:before{right:5px;transform:rotate(45deg)}.am-show-more:after{transform:rotate(-45deg)}.am-show-more .-active{display:flex}.am-show-more .am-counter{display:inline-block;margin:0 2px;opacity:.5}.am-show-more[data-is-hide='false']:before{right:6px;transform:rotate(-45deg)}.am-show-more[data-is-hide='false']:after{transform:rotate(45deg)}.range.am-fromto-widget .am-filter-go{margin:0 10px;vertical-align:top}.am-filter-go{margin:15px 0 0;width:25%}input[type='text'].am-filter-price.-to.right{float:right}.amshopby-slider-container{margin:10px 15px 15px 5px}.amshopby-slider-container .ui-slider-range{position:absolute;height:10px;background:#b6b6b6}.amshopby-slider-container .am-slider .ui-slider-handle{margin-top:-5px;margin-left:-5px;padding:0;width:20px;height:20px;border-radius:50%;background:#f98b25}.amshopby-slider-container .am-slider .ui-slider-handle:hover,.amshopby-slider-container .am-slider .ui-slider-handle:active{background-color:#e17e17}.amshopby-slider-container .amshopby-slider-display{text-align:center}.am-swatch-options{display:flex;flex-direction:column}.am-swatch-options .swatch-option{display:inline-block;margin:0 10px 0 0;background-position:center;background-repeat:no-repeat}.am-swatch-options>.item{padding-bottom:4px}.am-swatch-options>.item:hover{background-color:transparent}.am-swatch-options .am-shopby-swatch-label{display:inline-block;max-width:70%;vertical-align:middle;word-wrap:break-word}.filter-options .am-swatch-wrapper{margin:0 0 5px 0 !important;line-height:initial}.catalog-topnav .filter-options{flex-wrap:wrap;min-height:40px;border-bottom:1px solid #ccc}.catalog-topnav .filter-options .filter-options-item{display:inline-block;border:0}.catalog-topnav .filter-options .filter-options-content{position:absolute;z-index:9999;margin-top:5px;min-width:100px;border:1px solid #ccc;background-color:white}.catalog-topnav .filter-options .am-filter-items-rating li{margin:0 0 10px}.catalog-topnav .filter-options .am-filter-items-rating li:last-child{margin:0}.catalog-topnav .block-actions{display:none}.catalog-topnav{display:none}.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:5px;right:8px}.filter-options .items .items-children.-folding{padding-left:18px;list-style:none}.filter-options .items .items-children.-folding .item{margin:5px 0}.filter-options .items.amshopby-fly-out-view .items-children{z-index:9999;background-color:#fff}.filter-options .am-ranges{overflow-x:hidden;overflow-y:auto}.filter-options .items.amshopby-fly-out-view li{margin:0;border:1px solid #ccc;border-top:0}.filter-options .items.amshopby-fly-out-view li:hover{background-color:#ccc}.filter-options .items.amshopby-fly-out-view li:first-child{border-top:1px solid #ccc}.filter-options .items.amshopby-fly-out-view a:hover{background-color:transparent}.filter-options .ui-widget-overlay{background:#aaa;opacity:.3}.filter-options .ui-widget-shadow{box-shadow:0 0 5px #666}.filter-options .am-category-view{position:absolute;z-index:9;display:none;overflow-y:auto;box-sizing:border-box;margin:0;padding:10px;max-height:300px;width:100%;border:1px solid #ccc;background-color:white;white-space:nowrap}.filter-options .items.am-category-view,.filter-options .am-category-view ol.items{margin:0}.filter-options .am-category-view .item a.amshopby-filter-parent{padding-left:20px}.filter-options .am-category-view a{display:inline-block;white-space:initial}.filter-options .filter-options-content .rating-summary{display:inline-block;vertical-align:sub}.filter-options .amshopby-search-box{margin:0 0 15px}.page-layout-1column .filter-options-item.active .filter-options-content{padding:10px 15px}.page-layout-1column .filter-options-content li.item{padding:0}.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content']{display:none}div.swatch-option-tooltip{z-index:9999}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{background-size:contain !important}.filter-options .am-labels-folding .item{position:relative}.filter-options .ui-menu{display:block;margin:0;padding:0;outline:0;list-style:none}.filter-options .ui-menu .ui-menu{position:absolute}.filter-options .ui-menu .ui-menu-item{margin:0;list-style:none;cursor:pointer}.filter-options .ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.filter-options .ui-menu .ui-menu-divider{margin:5px 0;height:0;border-width:1px 0 0 0;font-size:0;line-height:0}.filter-options-content .am-swatch-wrapper{display:inline-block}.filter-options-content .am-swatch-wrapper:hover .am-swatch-link{background:0}.filter-options-content .am-swatch-wrapper>.input.-hidden{display:none}.am-filter-items-attr_price{min-width:130px;max-width:350px}.am-filter-items-attr_color .swatch-option.text{padding:1px 2px;width:30px}.amasty-catalog-topnav.block.filter{flex-basis:auto}.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a{display:block;box-sizing:border-box}.am-filter-items-stock .am_shopby_link_selected,.am-filter-items-rating .am_shopby_link_selected{background-color:#e8e8e8;text-decoration:none}.am_shopby_link_selected{font-weight:bold}.amshopby-fly-out-view.ui-menu{position:relative}.amshopby-fly-out-view .ui-menu{width:100%}.amshopby-fly-out-view .items-children:not(.ui-menu){display:none}.amshopby-fly-out-view a{display:inline-block;padding:10px}.amshopby-fly-out-view input[type='checkbox'],.amshopby-fly-out-view input[type='radio']{margin:3px 3px 3px 4px}.amshopby-category-dropdown{display:block;overflow:hidden;padding-right:3.6rem;min-height:3.2rem;border:1px solid #adadad;background-color:#fff;text-align:left;text-overflow:ellipsis;white-space:normal;font-weight:400;cursor:pointer}.amshopby-category-dropdown:after{position:absolute;top:50%;right:1.2rem;box-sizing:border-box;margin-top:-0.2rem;width:0;height:0;border-width:.5rem .4rem 0 .4rem;border-style:solid;border-color:#000 transparent transparent;content:'';transition:all .2s linear}.amshopby-category-dropdown:before{position:absolute;top:0;right:0;bottom:0;width:3.2rem;border:1px solid #adadad;background-color:#e3e3e3;content:''}.am-category-wrapper{position:relative;display:block;user-select:none}.am-category-wrapper._active .amshopby-category-dropdown:after{transform:rotate(180deg)}.am-category-wrapper .amshopby-checkbox,.am-category-wrapper .amshopby-radio{margin-left:17px}.am-category-wrapper .amshopby-filter-parent{padding-left:0 !important}.am-category-wrapper .am-multiselect-crumb{position:relative;display:inline-block;margin:.3rem 0 .3rem .3rem;padding:.3rem 2.4rem .4rem 1rem;border:1px solid #a79d95;border-radius:1px;background-color:#f5f5f5;font-size:1.2rem;transition:border-color .1s linear}.am-category-wrapper .am-multiselect-crumb .action-close{position:absolute;top:0;right:0;bottom:0;margin:0;padding:0;width:2rem;height:auto;border:0;border-radius:0;background-color:transparent;box-shadow:none;color:#514943;font-size:.5em;line-height:1}.am-category-wrapper .am-multiselect-crumb .action-close:before{content:'x';font-size:10px;transition:color .1s linear}.am-category-wrapper .am-multiselect-crumb .action-close>span{position:absolute;display:none;visibility:hidden;overflow:hidden;clip:rect(0,0,0,0)}.am-labels-folding .am-collapse-icon{left:-20px}.am-collapse-icon{position:absolute;box-sizing:border-box;width:2.2rem;height:2.2rem;border-radius:50%;font-weight:normal;font-style:normal;line-height:1;cursor:pointer;-webkit-font-smoothing:antialiased}.am-collapse-icon:after{position:absolute;top:50%;right:1.2rem;box-sizing:border-box;margin-top:-0.5rem;width:0;height:0;border-width:.5rem .4rem 0 .4rem;border-style:solid;border-color:#000 transparent transparent;content:'';transition:all .2s linear;transform:rotate(-90deg)}.am-collapse-icon._active:after{transform:rotate(0)}#amasty-shopby-product-list{z-index:1}#amasty-shopby-product-list .products.wrapper{position:relative}#amasty-shopby-product-list #amasty-shopby-overlay{position:absolute;top:0;bottom:0;z-index:999;display:none;width:100%;background:#fff;opacity:.5}#amasty-shopby-product-list #amasty-shopby-overlay .loader{position:absolute;top:10%;left:50%;display:block;width:64px;height:64px;background-image:url('../../frontend/Cubix/finecraft/en_GB/Amasty_Shopby/css/source/Amasty_Shopby/images/loader-1.gif');transform:translate(-50%,-10%)}#amasty-shopby-product-list #amasty-shopby-overlay .loader:before{content:''}.amshopby-option-link{display:inline-block;clear:both;margin-right:5px}.amshopby-option-link img{float:left;margin:0 5px 5px 0}.amshopby-option-link img:not([src*='/resized']){max-width:30px;max-height:30px}.am_shopby_apply_filters{position:fixed;bottom:-80px;z-index:9999;width:100%;transition:left .2s ease}.am_shopby_apply_filters.visible{bottom:0}.am-show-button{z-index:999;box-sizing:border-box;margin:0 auto;padding:15px 0;width:100%;background:#eee;text-align:center}.am-show-button>.am-items{font-size:15px}.am-show-button>.am-items.-loading{display:inline-block;margin:0 5px;width:25px;height:25px;background-image:url('../../frontend/Cubix/finecraft/en_GB/Amasty_Shopby/css/source/Amasty_Shopby/images/loader-1.gif');background-size:contain;vertical-align:middle}.am-show-button>.am-button{margin-left:15px;padding:17px 50px;height:auto;border:0;border-radius:5px;background:#ff9416;box-shadow:none;color:#fff;text-align:center;font-size:14px;line-height:1}.am-show-button>.am-button:hover{background:#e27a00;transition:background .3s ease}.am-item-removed{text-decoration:line-through}.am-category-image{vertical-align:middle}.amshopby-filter-current .filter-label{vertical-align:middle}.amshopby-filter-current .amshopby-items{padding:0 0 0 10px}.amshopby-filter-current .amshopby-item.item{display:flex;align-items:center;position:relative;padding:0 0 0 20px}.amshopby-filter-current .amshopby-filter-value{max-width:100%}.amshopby-filter-current .am-swatch-link{display:flex;align-items:center}.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option{margin:0}.amshopby-filter-current .amshopby-remove{display:flex;justify-content:center;align-items:center;position:absolute;left:0;width:12px;height:12px}.amshopby-filter-current .amshopby-remove:hover:after,.amshopby-filter-current .amshopby-remove:hover:before{background-color:#006bb4}.amshopby-filter-current .amshopby-remove:after,.amshopby-filter-current .amshopby-remove:before{position:absolute;width:100%;height:1px;background-color:#757575;content:''}.amshopby-filter-current .amshopby-remove:after{transform:rotate(45deg)}.amshopby-filter-current .amshopby-remove:before{transform:rotate(-45deg)}.amshopby-filter-current .am-shopby-swatch-label{margin-left:10px}.amshopby-filter-current .swatch-option-link-layered{display:flex;align-items:center}.amshopby-filter-current .item{padding-bottom:0}.am-dropdown .am-select,.am-dropdown .chosen-container .chosen-choices{min-height:32px;border-color:#ccc;background-color:#fff;font-size:14px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.am-dropdown .chosen-container .chosen-choices{background-image:none}.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text']{min-width:100px;color:#000;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item{display:flex;align-items:center;padding:0 0 10px 20px}.am-porto-cmtb .amshopby-filter-current.filter-current .items{padding:15px}.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more{padding:12px 25px 0 0}.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image{display:block;max-width:100%;width:auto;height:auto}.am-porto-cmtb .filter-options-content .swatch-option{min-width:22px;width:22px;height:22px;border:0;background-position:center center;background-size:100% 100%;background-repeat:no-repeat;box-shadow:0 0 3px rgba(0,0,0,0.2)}.am-porto-cmtb .page-wrapper>.page-header{z-index:9005}.am-porto-cmtb .page-main{z-index:9}