@charset "UTF-8";
/* Base styles for all elements */
* {
  position: relative;
  box-sizing: border-box;
}

/* Reset default margins and padding */
body {
  margin: 0;
  padding: 0;
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Basic link styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Basic list styles */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row .col-xxl,
.row .col-xxl-auto, .row .col-xxl-12, .row .col-xxl-11, .row .col-xxl-10, .row .col-xxl-9, .row .col-xxl-8, .row .col-xxl-7, .row .col-xxl-6, .row .col-xxl-5, .row .col-xxl-4, .row .col-xxl-3, .row .col-xxl-2, .row .col-xxl-1, .row .col-xl,
.row .col-xl-auto, .row .col-xl-12, .row .col-xl-11, .row .col-xl-10, .row .col-xl-9, .row .col-xl-8, .row .col-xl-7, .row .col-xl-6, .row .col-xl-5, .row .col-xl-4, .row .col-xl-3, .row .col-xl-2, .row .col-xl-1, .row .col-lg,
.row .col-lg-auto, .row .col-lg-12, .row .col-lg-11, .row .col-lg-10, .row .col-lg-9, .row .col-lg-8, .row .col-lg-7, .row .col-lg-6, .row .col-lg-5, .row .col-lg-4, .row .col-lg-3, .row .col-lg-2, .row .col-lg-1, .row .col-md,
.row .col-md-auto, .row .col-md-12, .row .col-md-11, .row .col-md-10, .row .col-md-9, .row .col-md-8, .row .col-md-7, .row .col-md-6, .row .col-md-5, .row .col-md-4, .row .col-md-3, .row .col-md-2, .row .col-md-1, .row .col-sm,
.row .col-sm-auto, .row .col-sm-12, .row .col-sm-11, .row .col-sm-10, .row .col-sm-9, .row .col-sm-8, .row .col-sm-7, .row .col-sm-6, .row .col-sm-5, .row .col-sm-4, .row .col-sm-3, .row .col-sm-2, .row .col-sm-1, .row .col,
.row .col-auto, .row .col-12, .row .col-11, .row .col-10, .row .col-9, .row .col-8, .row .col-7, .row .col-6, .row .col-5, .row .col-4, .row .col-3, .row .col-2, .row .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.row .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.row .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.row .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.row .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.row .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.row .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.row .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.row .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row .order-first {
  order: -1;
}
.row .order-last {
  order: 13;
}
.row .order-0 {
  order: 0;
}
.row .order-1 {
  order: 1;
}
.row .order-2 {
  order: 2;
}
.row .order-3 {
  order: 3;
}
.row .order-4 {
  order: 4;
}
.row .order-5 {
  order: 5;
}
.row .order-6 {
  order: 6;
}
.row .order-7 {
  order: 7;
}
.row .order-8 {
  order: 8;
}
.row .order-9 {
  order: 9;
}
.row .order-10 {
  order: 10;
}
.row .order-11 {
  order: 11;
}
.row .order-12 {
  order: 12;
}
.row .offset-1 {
  margin-left: 8.3333333333%;
}
.row .offset-2 {
  margin-left: 16.6666666667%;
}
.row .offset-3 {
  margin-left: 25%;
}
.row .offset-4 {
  margin-left: 33.3333333333%;
}
.row .offset-5 {
  margin-left: 41.6666666667%;
}
.row .offset-6 {
  margin-left: 50%;
}
.row .offset-7 {
  margin-left: 58.3333333333%;
}
.row .offset-8 {
  margin-left: 66.6666666667%;
}
.row .offset-9 {
  margin-left: 75%;
}
.row .offset-10 {
  margin-left: 83.3333333333%;
}
.row .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .row .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .order-sm-first {
    order: -1;
  }
  .row .order-sm-last {
    order: 13;
  }
  .row .order-sm-0 {
    order: 0;
  }
  .row .order-sm-1 {
    order: 1;
  }
  .row .order-sm-2 {
    order: 2;
  }
  .row .order-sm-3 {
    order: 3;
  }
  .row .order-sm-4 {
    order: 4;
  }
  .row .order-sm-5 {
    order: 5;
  }
  .row .order-sm-6 {
    order: 6;
  }
  .row .order-sm-7 {
    order: 7;
  }
  .row .order-sm-8 {
    order: 8;
  }
  .row .order-sm-9 {
    order: 9;
  }
  .row .order-sm-10 {
    order: 10;
  }
  .row .order-sm-11 {
    order: 11;
  }
  .row .order-sm-12 {
    order: 12;
  }
  .row .offset-sm-0 {
    margin-left: 0;
  }
  .row .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .row .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .row .offset-sm-3 {
    margin-left: 25%;
  }
  .row .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .row .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .row .offset-sm-6 {
    margin-left: 50%;
  }
  .row .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .row .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .row .offset-sm-9 {
    margin-left: 75%;
  }
  .row .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .row .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .row .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .order-md-first {
    order: -1;
  }
  .row .order-md-last {
    order: 13;
  }
  .row .order-md-0 {
    order: 0;
  }
  .row .order-md-1 {
    order: 1;
  }
  .row .order-md-2 {
    order: 2;
  }
  .row .order-md-3 {
    order: 3;
  }
  .row .order-md-4 {
    order: 4;
  }
  .row .order-md-5 {
    order: 5;
  }
  .row .order-md-6 {
    order: 6;
  }
  .row .order-md-7 {
    order: 7;
  }
  .row .order-md-8 {
    order: 8;
  }
  .row .order-md-9 {
    order: 9;
  }
  .row .order-md-10 {
    order: 10;
  }
  .row .order-md-11 {
    order: 11;
  }
  .row .order-md-12 {
    order: 12;
  }
  .row .offset-md-0 {
    margin-left: 0;
  }
  .row .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .row .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .row .offset-md-3 {
    margin-left: 25%;
  }
  .row .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .row .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .row .offset-md-6 {
    margin-left: 50%;
  }
  .row .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .row .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .row .offset-md-9 {
    margin-left: 75%;
  }
  .row .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .row .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .row .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .order-lg-first {
    order: -1;
  }
  .row .order-lg-last {
    order: 13;
  }
  .row .order-lg-0 {
    order: 0;
  }
  .row .order-lg-1 {
    order: 1;
  }
  .row .order-lg-2 {
    order: 2;
  }
  .row .order-lg-3 {
    order: 3;
  }
  .row .order-lg-4 {
    order: 4;
  }
  .row .order-lg-5 {
    order: 5;
  }
  .row .order-lg-6 {
    order: 6;
  }
  .row .order-lg-7 {
    order: 7;
  }
  .row .order-lg-8 {
    order: 8;
  }
  .row .order-lg-9 {
    order: 9;
  }
  .row .order-lg-10 {
    order: 10;
  }
  .row .order-lg-11 {
    order: 11;
  }
  .row .order-lg-12 {
    order: 12;
  }
  .row .offset-lg-0 {
    margin-left: 0;
  }
  .row .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .row .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .row .offset-lg-3 {
    margin-left: 25%;
  }
  .row .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .row .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .row .offset-lg-6 {
    margin-left: 50%;
  }
  .row .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .row .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .row .offset-lg-9 {
    margin-left: 75%;
  }
  .row .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .row .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .order-xl-first {
    order: -1;
  }
  .row .order-xl-last {
    order: 13;
  }
  .row .order-xl-0 {
    order: 0;
  }
  .row .order-xl-1 {
    order: 1;
  }
  .row .order-xl-2 {
    order: 2;
  }
  .row .order-xl-3 {
    order: 3;
  }
  .row .order-xl-4 {
    order: 4;
  }
  .row .order-xl-5 {
    order: 5;
  }
  .row .order-xl-6 {
    order: 6;
  }
  .row .order-xl-7 {
    order: 7;
  }
  .row .order-xl-8 {
    order: 8;
  }
  .row .order-xl-9 {
    order: 9;
  }
  .row .order-xl-10 {
    order: 10;
  }
  .row .order-xl-11 {
    order: 11;
  }
  .row .order-xl-12 {
    order: 12;
  }
  .row .offset-xl-0 {
    margin-left: 0;
  }
  .row .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .row .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .row .offset-xl-3 {
    margin-left: 25%;
  }
  .row .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .row .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .row .offset-xl-6 {
    margin-left: 50%;
  }
  .row .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .row .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .row .offset-xl-9 {
    margin-left: 75%;
  }
  .row .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .row .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .row .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .order-xxl-first {
    order: -1;
  }
  .row .order-xxl-last {
    order: 13;
  }
  .row .order-xxl-0 {
    order: 0;
  }
  .row .order-xxl-1 {
    order: 1;
  }
  .row .order-xxl-2 {
    order: 2;
  }
  .row .order-xxl-3 {
    order: 3;
  }
  .row .order-xxl-4 {
    order: 4;
  }
  .row .order-xxl-5 {
    order: 5;
  }
  .row .order-xxl-6 {
    order: 6;
  }
  .row .order-xxl-7 {
    order: 7;
  }
  .row .order-xxl-8 {
    order: 8;
  }
  .row .order-xxl-9 {
    order: 9;
  }
  .row .order-xxl-10 {
    order: 10;
  }
  .row .order-xxl-11 {
    order: 11;
  }
  .row .order-xxl-12 {
    order: 12;
  }
  .row .offset-xxl-0 {
    margin-left: 0;
  }
  .row .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .row .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .row .offset-xxl-3 {
    margin-left: 25%;
  }
  .row .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .row .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .row .offset-xxl-6 {
    margin-left: 50%;
  }
  .row .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .row .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .row .offset-xxl-9 {
    margin-left: 75%;
  }
  .row .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .row .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

/* Icon Menu */
.breakdance-menu-toggle {
  --toggle-layer-width: 20px;
  --toggle-layer-height: 2px;
  --toggle-layer-spacing: 4px;
}

/* Custom Close button Mobile Menu */
.custom-close-button .breakdance-menu-close-button {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #C4E5F2;
  border: none;
  margin: 10px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transform: none;
}
.custom-close-button .breakdance-menu-close-button::before, .custom-close-button .breakdance-menu-close-button::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #486773;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.custom-close-button .breakdance-menu-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-close-button .breakdance-menu-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Search styles */
@media (max-width: 768px) {
  .custom-search-form-text .js-search-form-field {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px !important;
    display: block;
  }
}
/* Cart modal styles */
#cart-modal .bde-mini-cart-offcanvas-topbar {
  border-bottom: 1px solid #D1D5DB;
  padding-top: 18px;
  padding-bottom: 16px;
}
#cart-modal .bde-mini-cart-offcanvas-footer {
  border-top: 1px solid #D1D5DB;
}
#cart-modal .bde-mini-cart-item-title {
  text-decoration: underline;
}
#cart-modal .bde-mini-cart-offcanvas__close-button {
  width: 48px;
  height: 48px;
  background: #C4E5F2;
  border-radius: 8px;
  padding-bottom: 9px;
  font-size: 32px;
  line-height: 48px;
}
#cart-modal .bde-mini-cart-quantity .quantity {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  width: 160px;
  max-width: 100%;
  justify-content: space-between;
}
#cart-modal .bde-mini-cart-quantity .quantity .bde-quantity-button {
  width: 30%;
  position: inherit;
  background: #EBEEF1;
  height: 48px;
  border: 1px solid #6E797D;
  border-radius: 8px;
  color: #181C1E;
  font-size: 14px;
}
#cart-modal .bde-mini-cart-quantity .quantity .input-text.qty {
  width: 30%;
  padding: 0;
  background: transparent;
  border: 1px solid #6E797D;
  border-radius: 8px;
  color: #181C1E;
  font-size: 14px;
  font-weight: 400;
}
#cart-modal li {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 14px 12px;
}
#cart-modal li .bde-mini-cart-item-thumbnail {
  grid-column: 1;
  grid-row: 1/span 3;
}
#cart-modal li .bde-mini-cart-item-title {
  grid-column: 2;
  grid-row: 1;
}
#cart-modal li .bde-mini-cart-item-price {
  font-size: 12px;
}
#cart-modal li .bde-mini-cart-item-short-desc, #cart-modal li .bde-mini-cart-item-rental-detail {
  grid-column: 2;
  grid-row: 3;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cart-modal li .bde-mini-cart-item-price-dup {
  grid-column: 2;
  grid-row: 2;
}
#cart-modal li .bde-mini-cart-quantity {
  grid-column: 1;
  grid-row: 4;
  width: 170px;
}
#cart-modal li .bde-mini-cart-quantity .woocommerce-Price-amount {
  display: none;
}
#cart-modal li .remove_from_cart_button {
  font-size: 0;
  font-weight: 400;
  opacity: 1;
  color: #BA1A1A;
  margin-top: auto;
  margin-bottom: auto;
  grid-column: 2;
  grid-row: 4;
}
#cart-modal li .remove_from_cart_button::after {
  content: "Remove";
  position: relative;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  color: #BA1A1A;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: underline;
  line-height: 150%;
}
@media (max-width: 768px) {
  #cart-modal .woocommerce-mini-cart {
    max-height: none;
  }
}

/*Custom Close button Mobile Menu - Header*/
.custom-close-button .breakdance-menu-close-button {
  position: relative !important;
  width: 48px !important;
  height: 48px !important;
  background-color: #C4E5F2 !important;
  border: none !important;
  margin: 10px !important;
  padding: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  transform: none !important;
}
.custom-close-button .breakdance-menu-close-button::before, .custom-close-button .breakdance-menu-close-button::after {
  content: "" !important;
  position: absolute !important;
  width: 14px !important;
  height: 2px !important;
  background-color: #486773 !important;
  top: 50% !important;
  left: 50% !important;
  transform-origin: center !important;
}
.custom-close-button .breakdance-menu-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.custom-close-button .breakdance-menu-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (max-width: 1119px) {
  .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .products {
    grid-template-columns: 1fr;
  }
}
.products .product {
  border-radius: 20px;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #BEC8CD;
}
.products .product a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products .product img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 14px;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
.products .product h2 {
  padding: 0 12px !important;
}
.products .product .bde-woo-product-footer {
  display: none;
}
.products .product:hover {
  background: #c4e5f2;
}
.products .woocommerce-loop-product__title {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
  color: #3E484C !important;
}
.products .price {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 0 12px;
  font-family: "Nunito Sans", sans-serif;
}
.products .price .amount {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.12px;
}
.products .price .wcpmp-product-price {
  display: flex;
  flex-direction: column;
  gap: 0.5px;
  font-size: 0;
  color: #6E797D;
  font-weight: 800;
}
.products .price .wcpmp-product-price-value {
  font-size: 14px;
  font-weight: 800;
  color: #181C1E;
}
.products .price .wcpmp-product-price-label {
  font-size: 12px;
  font-weight: 800;
  color: #6E797D;
}
.products .cross-sell-product {
  background-color: #EBEEF1;
  border-radius: 16px;
}
.products .cross-sell-product:hover {
  cursor: pointer;
}
.products .cross-sell-product.selected {
  border: 4px solid #006279;
  background-color: #DFE3E5;
}
.products .cross-sell-product-content {
  display: flex;
  gap: 16px;
  padding: 16px;
}
.products .cross-sell-product-content img {
  margin-bottom: 0;
  height: 84px;
  width: 84px;
}
.products .cross-sell-product .bde-woo-product-image {
  flex: 1 0 84px;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.products .cross-sell-product .woocommerce-loop-product__title {
  margin-bottom: 0;
  flex: 1 1 100%;
}

.accordion-categories {
  padding: 16px;
  border-radius: 5px;
  background-color: #E5E9EB;
}
@media screen and (max-width: 1119px) {
  .accordion-categories {
    background-color: #FFFFFF;
  }
}
.accordion-categories__heading {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px !important;
  font-weight: 800;
  line-height: 1;
}
.accordion-categories .label {
  position: relative;
  cursor: pointer;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}
.accordion-categories .label.active {
  background-color: #44636E;
}
.accordion-categories .label.active a {
  color: #FFFFFF;
}
.accordion-categories .label.active::before {
  color: #FFFFFF;
}
.accordion-categories .label:hover {
  background-color: #c4e5f2;
}
.accordion-categories .label::before {
  content: "+";
  color: #333333;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 22px;
  transform: translateY(-50%);
}
.accordion-categories .label a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-decoration: none;
  color: #181C1E;
}
.accordion-categories .label a:hover {
  color: #181C1E;
}
.accordion-categories .content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.accordion-categories .content > div {
  padding: 4px 24px;
  border-radius: 8px;
}
.accordion-categories .content > div.active {
  background-color: #44636E;
}
.accordion-categories .content > div.active a {
  color: #FFFFFF;
}
.accordion-categories .content > div:hover {
  background-color: #c4e5f2;
}
.accordion-categories .content a {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  color: #181C1E;
}
.accordion-categories .content a:hover {
  color: #181C1E;
}
.accordion-categories .container.empty .label::before {
  content: none !important;
}
.accordion-categories .container.active .content {
  max-height: 1000px;
}
.accordion-categories .container.active .label::before {
  content: "-";
  font-size: 20px;
}

.accordion-categorie {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.accordion-categorie .container {
  width: 100%;
}

.accordion-categories .activebold {
  font-weight: bold !important;
}
.accordion-categories .third-level {
  padding: 5px 4px 5px 40px !important;
}

.category-select {
  margin-bottom: 32px;
}

.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 30px;
  column-gap: 24px;
}
.gform_wrapper .gform_body .gfield_label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
  color: #3E484C;
  gap: 2px;
  letter-spacing: 1.12px;
}
.gform_wrapper .gform_body .gfield_error input {
  border: 2px solid #BA1A1A !important;
}
.gform_wrapper .gform_body .gfield_error .gfield_description {
  color: #BA1A1A;
}
.gform_wrapper .gform_body .gfield_description {
  font-size: 12px;
  line-height: 1.5;
  color: #3E484C;
  letter-spacing: 0.96px;
}
.gform_wrapper .gform_body .gfield_required_asterisk {
  color: #3E484C;
}
.gform_wrapper .gform_body .gfield .gfield_required {
  line-height: 1;
}
.gform_wrapper .gform_body .ginput_container input, .gform_wrapper .gform_body .ginput_container textarea, .gform_wrapper .gform_body .ginput_container select {
  background-color: #EBEEF1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #6E797D;
  color: #6E797D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  height: auto;
  transition: all 0.3s ease;
  min-height: 48px;
}
.gform_wrapper .gform_body .ginput_container input:focus, .gform_wrapper .gform_body .ginput_container textarea:focus, .gform_wrapper .gform_body .ginput_container select:focus {
  border: 1px solid #006279;
  outline: none;
  color: #181C1E;
}
.gform_wrapper .gform_body .ginput_container select {
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_body .gform_drop_area {
  background-color: #EBEEF1;
}
.gform_wrapper.gform-theme .gform_footer.gform-footer.top_label {
  margin-top: 32px !important;
}
.gform_wrapper.gform-theme .gform_footer.gform-footer.top_label .gform_button.button {
  flex: 1;
  border-radius: 8px;
  background-color: #006279;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 16px 24px;
  letter-spacing: 1.28px;
  transition: all 0.2s ease;
}
.gform_wrapper.gform-theme .gform_footer.gform-footer.top_label .gform_button.button:hover {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
.gform_wrapper.gform-theme .gform_footer.gform-footer.top_label .gform_button.button:focus {
  box-shadow: none;
  outline: 0;
}
.gform_wrapper .gsection {
  padding-bottom: 8px;
  border-bottom: 1px solid #BEC8CD;
  margin-bottom: -14px;
}
.gform_wrapper .gsection_title {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.locations-container {
  display: flex;
  gap: 48px;
  flex-wrap: nowrap;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 1023px) {
  .locations-container {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .locations-container {
    flex-direction: column-reverse;
    height: auto;
    max-height: none;
    gap: 36px;
  }
}
.locations-container .locations-list {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for Edge and Firefox */
  -ms-overflow-style: none; /* Edge */
  scrollbar-width: none; /* Firefox */
}
.locations-container .locations-list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .locations-container .locations-list {
    max-height: 330px;
    flex: none;
    overflow: visible;
  }
}
.locations-container .locations-list p {
  margin: 0;
}
.locations-container .locations-list .location-item {
  border-radius: 16px;
  padding: 16px;
  background-color: #F1F4F6;
  border: 1px solid #6E797D;
  text-align: left;
}
.locations-container .locations-list .location-item__content {
  display: flex;
  gap: 12px;
}
.locations-container .locations-list .location-item__content .content-row {
  flex: 1;
}
.locations-container .locations-list .location-item__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .locations-container .locations-list .location-item__title {
    font-size: 14px;
  }
}
.locations-container .locations-list .location-item__label {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.12px;
  color: #3E484C;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .locations-container .locations-list .location-item__label {
    font-size: 11px;
  }
}
.locations-container .locations-list .location-item a {
  color: #006279;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .locations-container .locations-list .location-item a {
    font-size: 12px;
  }
}
.locations-container .locations-list .location-item__address-row {
  margin-bottom: 12px;
}
.locations-container .locations-list .location-item__hours {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .locations-container .locations-list .location-item__hours {
    font-size: 12px;
  }
}
.locations-container .locations-map {
  flex: 1.5;
  overflow: hidden;
  border-radius: 16px;
}
.locations-container .locations-map img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .locations-container .locations-map {
    flex: none;
    height: 200px;
  }
}
.locations-container .locations-swiper {
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #6E797D transparent;
}
.locations-container .locations-swiper::-webkit-scrollbar {
  width: 7px;
}
.locations-container .locations-swiper::-webkit-scrollbar-track {
  background: transparent;
}
.locations-container .locations-swiper::-webkit-scrollbar-thumb {
  background-color: #6E797D;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .locations-container .locations-swiper {
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .locations-container .locations-swiper {
    overflow-y: unset;
  }
}
.locations-container .locations-swiper .swiper-wrapper {
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .locations-container .locations-swiper .swiper-wrapper {
    flex-direction: row;
    gap: unset;
  }
}
.locations-container .locations-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.locations-container .locations-swiper .swiper-pagination {
  margin-top: 36px;
}
.locations-container .locations-swiper .swiper-pagination-bullet {
  background-color: #6E797D;
}

.single-product .wcpmp-product-prices {
  background-color: #FFF;
  border: 1px solid #BEC8CD;
  border-bottom: 0;
  padding: 24px 24px 32px 24px;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1em;
}
.single-product .wcpmp-product-prices .wcpmp-product-price {
  display: inline-flex;
  flex-direction: column-reverse;
  gap: 4px;
}
.single-product .wcpmp-product-prices .wcpmp-product-price .wcpmp-product-price-label {
  font-size: 14px;
  font-weight: 400;
  color: #3E484C;
}
.single-product .wcpmp-product-prices .wcpmp-product-price .wcpmp-product-price-value {
  font-size: 16px;
  font-weight: 800;
  color: #181C1E;
}
.single-product .wcpmp-product-prices-empty {
  margin-bottom: 1em;
}

.custom-price-form {
  background-color: #FFF;
  border: 1px solid #BEC8CD;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 28px;
}
.custom-price-form .title {
  font-size: 21px;
  font-weight: 800;
  color: #181C1E;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .custom-price-form .title {
    font-size: 18px;
  }
}
.custom-price-form .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.custom-price-form .fields .input-field label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #3E484C;
}
.custom-price-form .fields .input-field input {
  border: 1px solid #6E797D;
  border-radius: 8px;
  background: #EBEEF1;
  font-size: 16px;
  font-weight: 400;
  color: #6E797D;
  padding: 12px 16px;
  width: 100%;
}
.custom-price-form .fields .location_code_field {
  grid-column: 1/-1;
}
.custom-price-form .fields .location_code_field .location-title {
  border: 1px solid #6E797D;
  border-radius: 8px;
  background: #EBEEF1;
  font-size: 16px;
  font-weight: 400;
  color: #6E797D;
  padding: 12px 16px;
  width: 100%;
  display: block;
}
.custom-price-form .fields .form-check {
  background: #EBEEF1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #6E797D;
  font-size: 14px;
  font-weight: 400;
  color: #181C1E;
  text-align: center;
}
.custom-price-form .fields .form-check:has(> input:checked) {
  background: #c4e5f2;
  color: #486773;
}
.custom-price-form .fields .form-check input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border: 2px solid #486773;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background: transparent;
}
.custom-price-form .fields .form-check input[type=radio]:checked {
  border-color: #486773;
  background-color: transparent;
}
.custom-price-form .fields .form-check input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #486773;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .custom-price-form .fields .out_date_field {
    grid-column: 1/-1;
  }
  .custom-price-form .fields .in_date_field {
    grid-column: 1/-1;
  }
}

.price-container {
  background-color: #FFF;
  border: 1px solid #BEC8CD;
  border-bottom: 0;
  border-top: 0;
  padding: 0 24px 0 24px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.price-container .label, .price-container .price, .price-container .subtotal {
  font-size: 14px;
  font-weight: 800;
  color: #181C1E;
}

.ui-dialog.frameless-modal {
  width: 420px !important;
}
.ui-dialog.frameless-modal .ui-dialog-titlebar.ui-widget-header {
  padding: 16px !important;
  border-bottom: 1px solid #D1D5DB !important;
  border-radius: 0 !important;
}
.ui-dialog.frameless-modal .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .ui-dialog.frameless-modal .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
    font-size: 18px;
  }
}
.ui-dialog.frameless-modal .ui-dialog-titlebar.ui-widget-header .ui-button {
  width: 48px !important;
  height: 48px !important;
  transition: all ease 300ms;
  color: #486773;
  text-indent: 0;
  position: relative;
}
.ui-dialog.frameless-modal .ui-dialog-titlebar.ui-widget-header .ui-button .ui-button-icon {
  display: none;
}
.ui-dialog.frameless-modal .ui-dialog-titlebar.ui-widget-header .ui-button:hover {
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1490196078);
  color: #486773;
}
.ui-dialog.frameless-modal .ui-dialog-titlebar.ui-widget-header .ui-button::after {
  content: "×";
  font-size: 32px;
  color: #486773;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
}
.ui-dialog.frameless-modal .ui-dialog-titlebar.ui-widget-header .ui-button::before {
  display: none;
}
.ui-dialog.frameless-modal .ui-dialog-content {
  padding: 24px 16px 16px 16px !important;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form {
  width: 100% !important;
  padding: 0;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .form-group > label {
  display: block;
  margin-bottom: 6px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3E484C;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form select, .ui-dialog.frameless-modal .ui-dialog-content .rental-form input:not([type=radio]) {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.8em center;
  background-size: 1em auto;
  border: 1px solid #6E797D;
  border-radius: 8px;
  background-color: #EBEEF1;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #181C1E;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .toggle-group {
  border-color: #6E797D;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .toggle-group .toggle-option {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  color: #181C1E;
  border-color: #6E797D;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .toggle-group .toggle-option:has(> input:checked) {
  background: #c4e5f2;
  color: #486773;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .toggle-group .toggle-option input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border: 2px solid #3E484C;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background: transparent;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .toggle-group .toggle-option input[type=radio]:checked {
  border-color: #486773;
  background-color: transparent;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .toggle-group .toggle-option input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #486773;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .apply-btn {
  background-color: #006279;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  transition: all ease 300ms;
  border-radius: 8px;
  padding: 16px 24px;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .apply-btn:hover {
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.1490196078);
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .form-group {
  margin-bottom: 24px;
}
.ui-dialog.frameless-modal .ui-dialog-content .rental-form .form-group:nth-child(6) {
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .ui-dialog.frameless-modal {
    width: 100% !important;
    left: 0 !important;
  }
}

.cart .rental-details {
  font-size: 0.8em;
}
.cart .product-quantity .quantity {
  display: inline-flex;
  width: auto;
  gap: 8px;
  max-width: 160px;
}
.cart .product-quantity .quantity .bde-quantity-button {
  z-index: 999;
  width: 48px;
  height: 48px;
  position: relative;
  transform: unset;
  bottom: 0;
  border: 1px solid #6E797D;
  border-radius: 8px;
  color: #181C1E;
  font-size: 14px;
  background-color: #EBEEF1;
}
.cart .product-quantity .quantity .bde-quantity-button:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.cart .product-quantity .quantity input.qty {
  text-align: center;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #6E797D;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #181C1E;
  appearance: textfield;
  -moz-appearance: textfield;
  /* Remove arrows for WebKit browsers (Chrome, Safari, Edge) */
}
.cart .product-quantity .quantity input.qty::-webkit-outer-spin-button, .cart .product-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart .product-quantity .quantity input.qty:focus {
  box-shadow: rgb(59, 130, 246) 0px 0px 2px 0px;
  outline: 0;
}
.cart .product-remove a {
  color: #BA1A1A !important;
}

.woocommerce .return-to-shop {
  margin: 24px auto;
}
.woocommerce .wc-proceed-to-checkout .button {
  background-color: #006279;
  color: #FFFFFF;
}
.woocommerce .wc-proceed-to-checkout .button:hover {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  background-color: #006279;
  color: #FFFFFF;
}

/* Cart modal styles */
#cart-modal .bde-mini-cart-offcanvas-topbar {
  border-bottom: 1px solid #D1D5DB;
  padding-bottom: 16px;
  padding-top: 18px;
}
#cart-modal .bde-mini-cart-offcanvas-footer {
  border-top: 1px solid #D1D5DB;
}
#cart-modal .bde-mini-cart-item-title {
  text-decoration: underline;
}
#cart-modal .bde-mini-cart-offcanvas__close-button {
  width: 48px;
  height: 48px;
  background: #C4E5F2;
  border-radius: 8px;
}
#cart-modal .bde-mini-cart-quantity .quantity {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  width: 160px;
  max-width: 100%;
  justify-content: space-between;
}
#cart-modal .bde-mini-cart-quantity .quantity .bde-quantity-button {
  width: 30%;
  position: inherit;
  background: #EBEEF1;
  width: 48px;
  height: 48px;
  border: 1px solid #6E797D;
  border-radius: 8px;
  color: #181C1E;
  font-size: 14px;
  transform: unset;
  top: 0;
}
#cart-modal .bde-mini-cart-quantity .quantity .input-text.qty {
  width: 30%;
  padding: 0;
  background: transparent;
  border: 1px solid #6E797D;
  border-radius: 8px;
  color: #181C1E;
  font-size: 14px;
  font-weight: 400;
}

.single-product .breadcrumb-container {
  background-color: #EBEEF1;
}
.single-product .breadcrumb-container .woocommerce-breadcrumb {
  max-width: 1800px;
  padding: 24px;
  margin: 0 auto;
}
.single-product .breadcrumb-container .woocommerce-breadcrumb a {
  text-decoration: none;
  color: #007D99;
  font-size: 16px;
  line-height: 1;
}
.single-product .breadcrumb-container .woocommerce-breadcrumb span {
  font-size: 16px;
  line-height: 1;
  color: #181C1E;
}
.single-product .product-content-container {
  max-width: 1200px;
  margin: 0 auto;
  gap: 48px;
  padding: 96px 24px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .single-product .product-content-container {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}
.single-product .entry-summary {
  width: 50%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .single-product .entry-summary {
    width: 100%;
  }
}
.single-product .entry-summary .product_title {
  line-height: 1.2;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 28px;
  color: #181C1E;
}
@media screen and (max-width: 767px) {
  .single-product .entry-summary .product_title {
    font-size: 22px;
  }
}
.single-product .entry-summary .product-subhead {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 21px;
  color: #181C1E;
  font-weight: 800;
  letter-spacing: 0.42px;
}
.single-product .entry-summary p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}
.single-product .entry-summary .spec-table {
  text-align: left;
}
.single-product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 24px;
}
.single-product form.cart {
  margin-bottom: 28px;
}
.single-product form.cart .price-subtotal-container {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  background-color: #FFF;
  border: 1px solid #BEC8CD;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  padding: 0 24px 14px 24px;
}
.single-product form.cart .price-subtotal-container .label,
.single-product form.cart .price-subtotal-container .subtotal bdi {
  font-size: 14px;
  font-weight: 800;
  color: #181C1E;
}
.single-product form.cart .price-subtotal-container .subtotal {
  font-size: 12px;
  font-weight: 400;
  color: #181C1E;
}
.single-product form.cart .single_add_to_cart_button {
  width: 100%;
  padding: 16px 24px;
  line-height: 1;
  border-radius: 8px;
  background-color: #006279;
  border: 0;
  margin-top: 28px;
  color: #FFFFFF;
  letter-spacing: 1.28px;
  font-size: 16px;
  font-weight: 800;
  transition: ease 300ms;
}
.single-product form.cart .single_add_to_cart_button:hover {
  cursor: pointer;
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.1490196078);
}
.single-product form.cart .single_add_to_cart_button.disabled {
  opacity: 0.5;
  background-color: #BEC8CD;
  color: #3E484C;
  cursor: not-allowed;
}
.single-product .cart .quantity {
  display: inline-flex;
  gap: 8px;
  width: 100%;
  justify-content: end;
  background-color: #FFF;
  border: 1px solid #BEC8CD;
  border-bottom: 0;
  border-top: 0;
  padding: 6px 24px 16px 24px;
}
.single-product .cart .quantity .bde-quantity-button {
  z-index: 999;
  width: 48px;
  height: 48px;
  position: relative;
  transform: unset;
  bottom: 0;
  border: 1px solid #6E797D;
  border-radius: 8px;
  color: #181C1E;
  font-size: 14px;
  background-color: #EBEEF1;
}
.single-product .cart .quantity .bde-quantity-button:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
}
.single-product .cart .quantity input.qty {
  text-align: center;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #6E797D;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #181C1E;
  appearance: textfield;
  -moz-appearance: textfield;
  /* Remove arrows for WebKit browsers (Chrome, Safari, Edge) */
}
.single-product .cart .quantity input.qty::-webkit-outer-spin-button, .single-product .cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .cart .quantity input.qty:focus {
  box-shadow: rgb(59, 130, 246) 0px 0px 2px 0px;
  outline: 0;
}
.single-product .upsells {
  padding: 96px 24px;
  background-color: #E5E9EB;
}
@media screen and (max-width: 767px) {
  .single-product .upsells {
    padding: 48px 16px;
  }
}
.single-product .upsells__heading {
  font-size: 38px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 48px;
  color: #181C1E;
  letter-spacing: 0.76px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .single-product .upsells__heading {
    font-size: 27px;
  }
}
.single-product .product-features {
  margin-top: 24px;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.single-product .product-features table {
  width: 100%;
}
.single-product .divTableRow-sync {
  display: flex;
  background-color: #EBEEF1;
  border-bottom: 1px solid #FFFFFF;
}
.single-product .divTableRow-sync .divTableCell-sync {
  min-height: 1px;
  padding: 12px;
  display: table-cell;
}
.single-product .divTableRow-sync .divTableCell-sync span {
  font-weight: 700;
}
.single-product .cross-sells .product {
  padding: 0;
  border: 0;
  border-radius: 16px;
}
.single-product .cross-sells__heading {
  font-size: 20px;
  margin-top: 0;
}
.single-product .cross-sells .products {
  grid-template-columns: 1fr;
  margin-bottom: 24px;
  gap: 10px;
}

.woocommerce-product-gallery {
  width: 50%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .woocommerce-product-gallery {
    width: 100%;
  }
}
.woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce-product-gallery__image {
  border-radius: 12px;
}
.woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
  }
}
.woocommerce-product-gallery__thumbnails {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.woocommerce-product-gallery__thumbnails::-webkit-scrollbar {
  height: 6px;
}
.woocommerce-product-gallery__thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.woocommerce-product-gallery__thumbnails::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.woocommerce-product-gallery__thumbnails::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__image {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__youtube-video {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__youtube-video .video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
}
.woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__youtube-video .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__youtube-video .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s ease;
}
.woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__youtube-video:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.woocommerce-product-gallery .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}
.woocommerce-product-gallery .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.woocommerce-product-gallery .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.woocommerce-product-gallery .video-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}
.woocommerce-product-gallery .video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .woocommerce-product-gallery .video-close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.woocommerce-product-gallery .video-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

.woocommerce-ordering {
  position: relative;
  display: inline-block;
}
.woocommerce-ordering .orderby {
  border-radius: 8px;
  border: 1px solid #6E797D;
  padding: 16px 12px;
  padding-right: 36px;
  background-color: #EBEEF1;
  color: #6E797D;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
.woocommerce-ordering .orderby:hover {
  cursor: pointer;
}
.woocommerce-ordering::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../assets/img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.woocommerce-notices-wrapper {
  max-width: 1200px;
  margin: 20px auto;
  padding-left: 24px;
  padding-right: 24px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background-color: #D1FAE5;
  color: #047857;
  font-size: 16px;
  font-weight: 800;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  color: #047857;
  position: relative;
}
.woocommerce-notices-wrapper .woocommerce-message a::after {
  content: "→";
  margin-left: 8px;
  font-weight: bold;
}

.checkout {
  flex-direction: column !important;
}
.checkout .col2-set {
  flex-direction: row !important;
  width: 100% !important;
  gap: 60px !important;
}
.checkout .col2-set .col-1 {
  border: 1px solid #6E797D;
  border-radius: 16px;
  padding: 32px;
}
.checkout .col2-set .col-1 .woocommerce-billing-fields > h3 {
  font-size: 28px;
  font-weight: 800;
  border-bottom: 1px solid #BEC8CD;
  padding-bottom: 10px !important;
}
@media (max-width: 767px) {
  .checkout .col2-set .col-1 .woocommerce-billing-fields > h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .checkout .col2-set .col-1 {
    border: none;
    padding: 0;
  }
}
.checkout .col2-set .col-2 {
  border: 1px solid #6E797D;
  border-radius: 16px;
  padding: 32px;
  height: fit-content;
}
.checkout .col2-set .col-2 #shipping-type-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
}
.checkout .col2-set .col-2 #shipping-type-field strong {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #3E484C;
}
.checkout .col2-set .col-2 #shipping-type-field label {
  width: 47%;
  background: #EBEEF1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #6E797D;
  font-size: 14px;
  font-weight: 400;
  color: #181C1E;
  text-align: center;
}
.checkout .col2-set .col-2 #shipping-type-field label:has(> input:checked) {
  background: #c4e5f2;
  color: #486773;
}
.checkout .col2-set .col-2 #shipping-type-field label input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border: 2px solid #486773;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background: transparent;
}
.checkout .col2-set .col-2 #shipping-type-field label input[type=radio]:checked {
  border-color: #486773;
  background-color: transparent;
}
.checkout .col2-set .col-2 #shipping-type-field label input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #486773;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1030px) {
  .checkout .col2-set .col-2 #shipping-type-field {
    column-gap: 16px;
    flex-direction: initial;
    row-gap: 8px;
  }
}
.checkout .col2-set .col-2 .woocommerce-shipping-fields h3 {
  font-size: 21px;
  font-weight: 800;
  border-bottom: 1px solid #BEC8CD;
  padding-bottom: 10px !important;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .checkout .col2-set .col-2 {
    border: none;
    padding: 0;
  }
}
.checkout .col2-set .woocommerce-billing-fields__field-wrapper, .checkout .col2-set .woocommerce-shipping-fields__field-wrapper, .checkout .col2-set .woocommerce-additional-fields {
  gap: 24px;
}
.checkout .col2-set .woocommerce-billing-fields__field-wrapper label, .checkout .col2-set .woocommerce-shipping-fields__field-wrapper label, .checkout .col2-set .woocommerce-additional-fields label {
  font-size: 14px;
  font-weight: 400;
  color: #3E484C;
}
.checkout .col2-set .woocommerce-billing-fields__field-wrapper input, .checkout .col2-set .woocommerce-billing-fields__field-wrapper select, .checkout .col2-set .woocommerce-billing-fields__field-wrapper textarea, .checkout .col2-set .woocommerce-shipping-fields__field-wrapper input, .checkout .col2-set .woocommerce-shipping-fields__field-wrapper select, .checkout .col2-set .woocommerce-shipping-fields__field-wrapper textarea, .checkout .col2-set .woocommerce-additional-fields input, .checkout .col2-set .woocommerce-additional-fields select, .checkout .col2-set .woocommerce-additional-fields textarea {
  border: 1px solid #6E797D;
  border-radius: 8px;
  background: #EBEEF1;
  font-size: 16px;
  font-weight: 400;
  color: #6E797D;
}
.checkout .col2-set .woocommerce-billing-fields__field-wrapper #additional-notes h3, .checkout .col2-set .woocommerce-shipping-fields__field-wrapper #additional-notes h3, .checkout .col2-set .woocommerce-additional-fields #additional-notes h3 {
  font-size: 21px;
  font-weight: 800;
  border-bottom: 1px solid #BEC8CD;
  padding-bottom: 10px !important;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .checkout .col2-set .woocommerce-billing-fields__field-wrapper #additional-notes h3, .checkout .col2-set .woocommerce-shipping-fields__field-wrapper #additional-notes h3, .checkout .col2-set .woocommerce-additional-fields #additional-notes h3 {
    font-size: 18px;
  }
}
@media (max-width: 1030px) {
  .checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row, .checkout .col2-set .woocommerce-shipping-fields__field-wrapper .form-row, .checkout .col2-set .woocommerce-additional-fields .form-row {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .checkout .col2-set {
    flex-direction: column !important;
  }
}
.checkout .bde-order-review-column {
  width: 100% !important;
  border: 1px solid #6E797D;
  border-radius: 16px;
  padding: 32px;
}
.checkout .bde-order-review-column h3 {
  font-size: 28px !important;
  font-weight: 800 !important;
  border-bottom: 1px solid #BEC8CD;
  padding-bottom: 10px !important;
}
@media (max-width: 767px) {
  .checkout .bde-order-review-column h3 {
    font-size: 22px !important;
  }
}
.checkout .bde-order-review-column #payment {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}
.checkout .bde-order-review-column #payment .woocommerce-terms-and-conditions-wrapper > p {
  display: none;
}
.checkout .bde-order-review-column #payment .woocommerce-privacy-policy-text {
  margin-top: 0;
}
.checkout .bde-order-review-column #payment button {
  background: #006279;
  color: #FFFFFF;
}
.checkout .bde-order-review-column #payment button:hover {
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.1490196078);
}
.checkout .bde-order-review-column table thead {
  display: none;
}
.checkout .bde-order-review-column table tbody {
  background: none;
  box-shadow: none;
}
.checkout .bde-order-review-column table tbody tr {
  border: none !important;
}
.checkout .bde-order-review-column table tbody tr .product-total {
  text-align: end;
  padding: 24px;
}
.checkout .bde-order-review-column table tbody tr .product-total bdi {
  font-size: 16px;
  font-weight: 800;
}
.checkout .bde-order-review-column table tfoot .cart-discount {
  border-bottom: none;
}
.checkout .bde-order-review-column table tfoot .cart-discount td {
  padding: 24px;
  text-align: end;
}
.checkout .bde-order-review-column table tfoot .cart-discount td span {
  font-size: 16px;
  font-weight: 800;
}
.checkout .bde-order-review-column table tfoot .order-total {
  border-top: none;
}
.checkout .bde-order-review-column table tfoot .order-total th {
  font-size: 16px;
  font-weight: 800;
  color: #3E484C;
  padding: 24px;
  border-radius: 16px 0 0 16px;
  background: #F1F4F6;
}
.checkout .bde-order-review-column table tfoot .order-total td {
  padding: 24px;
  border-radius: 0 16px 16px 0;
  background: #F1F4F6;
  text-align: end;
}
.checkout .bde-order-review-column table tfoot .order-total td bdi {
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .checkout .bde-order-review-column {
    border: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .checkout .woocommerce-NoticeGroup .woocommerce-error {
    padding: 12px;
  }
}
.checkout .woocommerce-NoticeGroup .woocommerce-error li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkout .woocommerce-NoticeGroup .woocommerce-error li::before {
  position: relative;
  left: unset;
  top: unset;
}

.woocommerce-cart > .breakdance {
  background: #FFFFFF;
}
.woocommerce-cart .cart thead {
  display: none;
}
.woocommerce-cart .cart tbody {
  background: transparent;
  box-shadow: none !important;
  font-family: "Nunito Sans", sans-serif;
}
.woocommerce-cart .cart tbody tr:not(:last-child) {
  border-bottom: 1px solid #BEC8CD !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart tbody tr:not(:last-child) {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 14px 12px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
.woocommerce-cart .cart tbody tr:not(:last-child) td {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  flex: 1;
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-name {
  width: 100%;
  flex: 3;
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-name a {
  font-size: 16px;
  font-weight: 400;
  color: #3E484C;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-name .rental-details {
  font-size: 14px;
  font-weight: 400;
  color: #3E484C;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart tbody tr:not(:last-child) .product-name {
    grid-column: 2;
    grid-row: 1;
  }
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-price, .woocommerce-cart .cart tbody tr:not(:last-child) .product-subtotal {
  font-size: 14px;
  font-weight: 400;
  color: #3E484C;
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-price .amount bdi, .woocommerce-cart .cart tbody tr:not(:last-child) .product-subtotal .amount bdi {
  font-size: 16px;
  font-weight: 800 !important;
  color: #181C1E !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart tbody tr:not(:last-child) .product-price, .woocommerce-cart .cart tbody tr:not(:last-child) .product-subtotal {
    grid-column: 2;
    grid-row: 3;
  }
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-remove {
  order: 6;
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-remove a {
  display: none;
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-remove::after {
  content: "Remove";
  position: relative;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  color: #BA1A1A;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: underline;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart tbody tr:not(:last-child) .product-remove {
    grid-column: 2;
    grid-row: 4;
    width: 100%;
    text-align: right;
  }
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-thumbnail {
  width: 80px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart .cart tbody tr:not(:last-child) .product-thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart tbody tr:not(:last-child) .product-thumbnail img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart tbody tr:not(:last-child) .product-thumbnail {
    grid-column: 1;
    grid-row: 1/span 3;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart tbody tr:not(:last-child) .product-quantity {
    grid-column: 1;
    grid-row: 4;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart tbody {
    padding: 0 !important;
  }
}
.woocommerce-cart .cart-collaterals {
  border: 1px solid #6E797D;
  padding: 24px;
  border-radius: 16px !important;
  height: fit-content;
  font-family: "Nunito Sans", sans-serif;
  width: 25% !important;
  max-width: 400px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 21px;
  font-weight: 800;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-discount th {
  font-size: 16px;
  font-weight: 400;
  color: #3E484C;
  padding: 24px 0 24px 24px;
  width: 50%;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-discount td {
  padding: 24px 24px 24px 0;
  border-radius: 0 16px 16px 0;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-discount td bdi {
  font-size: 16px;
  font-weight: 400;
  color: #3E484C;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total {
  background: #F1F4F6;
  padding: 24px;
  border-radius: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
  font-size: 16px;
  font-weight: 800;
  color: #3E484C;
  padding: 24px 0 24px 24px;
  border-radius: 16px 0 0 16px;
  width: 50%;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  padding: 24px 24px 24px 0;
  border-radius: 0 16px 16px 0;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td bdi {
  font-size: 16px;
  font-weight: 800;
  color: #3E484C;
}
.woocommerce-cart .cart-collaterals .checkout-button {
  background: #006279;
  font-size: 16px;
  font-weight: 800;
}
.woocommerce-cart .cart-collaterals .checkout-button::after {
  display: none !important;
}
.woocommerce-cart .cart-collaterals .checkout-button:hover {
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 1119px) {
  .woocommerce-cart .cart-collaterals {
    width: 100% !important;
    max-width: 100%;
  }
}