@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px solid transparent !important;
  outline-offset: 0px !important; }

input:focus + label {
  outline: 0px solid transparent !important;
  outline-offset: 0px !important; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

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

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:768px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:768px) and (max-width:1261px)/";
  width: 768px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

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

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

.list-unstyled {
  list-style: none !important; }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !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; }

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

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

@media (min-width: 551px) {
  .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; }
  .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; } }

@media (min-width: 801px) {
  .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; }
  .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; } }

@media (min-width: 992px) {
  .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; }
  .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; } }

@media (min-width: 1261px) {
  .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; }
  .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; } }

@media (min-width: 1400px) {
  .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; }
  .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; } }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 551px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 801px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1261px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 551px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 801px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1261px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 551px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 801px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1261px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.rounded-0 {
  border-radius: 0 !important; }

.border-0 {
  border: 0 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

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

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: black;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 12px; }
  @media (min-width: 551px) {
    html {
      font-size: 12px; } }
  @media (min-width: 768px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 12px; } }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #1d1d20;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #f2668d; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.91667rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.41667rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: black;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 24px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.33333rem;
  width: 1.33333rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.41667rem;
  margin-left: -1.83333rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.83333rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #1d1d20;
  border-color: #1d1d20;
  color: white;
  font-size: 1.33333rem;
  padding: 0.91667rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #cccccc;
    color: #1d1d20; }
  .button:active {
    background-color: transparent;
    border: 1px solid #aaaaaa;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #f2668d;
  border-color: #f2668d;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: black;
    border-color: black;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button--tertiary {
  background-color: rgba(0, 0, 255, 0);
  border-color: #1d1d20;
  color: #666666; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    border-color: #cccccc;
    color: #1d1d20; }
  .button--tertiary:active {
    border: 1px solid #aaaaaa;
    color: black; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 18px; }

.button--small {
  font-size: 1rem;
  padding: 0.58333rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.41667rem 0.83333rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.41667rem; }
  .dropdown-menu-item a {
    margin: -0.41667rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.83333rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.41667rem;
    padding-left: 1.91667rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.33333rem;
      left: 0;
      top: 0;
      width: 1.33333rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.16667rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.16667rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(29, 29, 32, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(29, 29, 32, 0.999);
  content: "";
  font-size: 1.16667rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(29, 29, 32, 0.999);
  border: 3px solid white;
  border-radius: 1.16667rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.83333rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.83333rem;
    margin: 0.08333rem 0 0 -2.91667rem;
    width: 2.83333rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 3rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -3rem;
    width: 1.66667rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 7.5rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2.33333rem;
  cursor: pointer;
  display: inline-block;
  height: 2.33333rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 5rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.6667rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.6667rem;
  left: 0.24998rem;
  position: absolute;
  top: 0.24998rem;
  transition: all 100ms ease-out;
  width: 1.6667rem; }
  .switch--checked .switch-toggle::before {
    left: 2.91665rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 2.25;
  position: absolute;
  right: 0.5rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.5rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 2.16667rem;
  width: 2.16667rem; }
  .switch-label--icon.icon svg {
    height: 2.16667rem;
    width: 2.16667rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.83333rem;
  width: 1.83333rem;
  float: left;
  margin: 0 0 0 -2.5rem;
  position: relative;
  top: 0.83333rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.16667rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.41667rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #1d1d20;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 18px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

.tab.is-active .tab-title {
  color: black;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 18px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #1d1d20;
  font-size: 18px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.41667rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.33333rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #1d1d20; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #1d1d20;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.16667rem 0.75rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.66667rem;
    width: 1.66667rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #1d1d20; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.16667rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    height: 1.66667rem;
    width: 1.66667rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: black;
    padding: 1.91667rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.91667rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(29, 29, 32, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.66667rem;
    width: 1.66667rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 0.41667rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(29, 29, 32, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 3.33333rem;
    width: 3.33333rem;
    border-radius: 3.33333rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.41667rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 16.66667rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1d1d20; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #1d1d20; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #1d1d20;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: blue;
  background-color: rgba(0, 0, 255, 0.9);
  z-index: 1;
  border: 1px solid rgba(0, 0, 255, 0);
  height: 5.08333rem;
  margin-top: -1.25rem;
  padding: 0.83333rem;
  width: 3.33333rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 3.41667rem;
    width: 1.66667rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: blue;
    background-color: rgba(0, 0, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.41667rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.41667rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.66667rem;
    width: 2.66667rem;
    margin: 0;
    padding: 0.41667rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.25rem;
      width: 1.25rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #1d1d20;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #1d1d20; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.41667rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

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

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    font-size: 3.33333rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.16667rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #1d1d20;
    border-color: #1d1d20;
    color: white;
    font-size: 1.33333rem;
    padding: 0.91667rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #cccccc;
      color: #1d1d20; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #aaaaaa;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #f2668d;
    border-color: #f2668d;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: #1d1d20;
    border-color: #1d1d20;
    color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #cccccc;
    color: #1d1d20; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #aaaaaa;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 768px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

body {
  font-size: 1rem;
  font-weight: 400;
  font-display: swap; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.41667rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.58333rem top 0.66667rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.41667rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.41667rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.41667rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.16667rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.77778rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }

.f-dropdown.open {
  display: block; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.41667rem; }

.modal-header-title {
  font-size: 24px;
  text-align: center; }
  @media (min-width: 768px) {
    .modal-header-title {
      font-size: 30px; } }

.modal-close {
  height: 2.66667rem;
  width: 2.66667rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.66667rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 768px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close:focus:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.83333rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:focus:after {
    content: attr(title);
    padding: 0.33333rem 0.5rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.66667rem; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: black;
    font-size: 1.16667rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #f2668d;
      border-color: #f2668d;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: black;
      border-color: black;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center;
  overflow: visible; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #757575;
    height: 0.8em;
    content: ''; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #1d1d20; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.41667rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #1d1d20; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #f2668d; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #f2668d; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.66667rem;
  margin-top: -0.16667rem;
  width: 1.66667rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -1rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -1rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.41667rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 768px) {
      .button + .button {
        margin-left: 0.75rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 768px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 768px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.16667rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.91667rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 768px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  font-size: 1.25rem;
  margin: 0;
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem; }

@media (min-width: 768px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 768px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 768px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 768px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.75rem;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575; }
  @media (min-width: 768px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #1d1d20; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #1d1d20; }

.alertBox-icon .icon {
  height: 2.08333rem;
  width: 2.08333rem; }

.alertBox--info {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.16667rem;
  left: -0.16667rem;
  margin-right: 0.08333rem;
  position: relative;
  top: 0.25rem;
  width: 1.16667rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.66667rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.33333rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.33333rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.25rem; }

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.41667rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.5rem;
  font-size: 16px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.58333rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 16px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.41667rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.25rem 0.41667rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.91667rem; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #1d1d20;
    box-shadow: 0 0 0 1px #1d1d20; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 3.16667rem;
  padding: 1px 0.41667rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.83333rem;
  width: 1.83333rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 16px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  position: relative;
  padding: 3px;
  overflow: hidden; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 768px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.card-title, .card-title--available {
  font-size: 18px;
  margin: 0 0 0.25rem; }
  .card-title > a, .card-title--available > a {
    color: #1d1d20;
    text-decoration: none;
    display: block; }
    .card-title > a:hover, .card-title--available > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.16667rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.41667rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.41667rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a, .card--alternate:hover .card-title--available > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.41667rem;
  padding-left: 1.91667rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem; }
  .navList-action--checkbox::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.16667rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(29, 29, 32, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(29, 29, 32, 0.999);
    content: "";
    font-size: 1.16667rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.66667rem; }
  .navList-action--checkbox:after {
    margin-top: -0.58333rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden;
  position: absolute;
  right: 0; }
  .navList-action-close .icon {
    height: 1.08333rem;
    width: 1.08333rem;
    fill: #1d1d20; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #1d1d20; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 16px;
  line-height: 2.16667rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.16667rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #1d1d20;
  height: 2.16667rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #1d1d20;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.91667rem -0.91667rem 0 0;
  padding: 0.08333rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 768px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.91667rem;
      position: absolute; }

@media (min-width: 768px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #1d1d20;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action svg {
    fill: #1d1d20;
    stroke: #1d1d20;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 0.75rem; }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 0.91667rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 25rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 11.66667rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 11.83333rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.66667rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1261px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.41667rem;
        padding-right: 0.41667rem; }
      .navUser-item.navUser-item--divider {
        font-size: 2.08333rem;
        margin-top: 0.66667rem;
        padding-left: 0.16667rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #1d1d20; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 26.66667rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.41667rem; }
      @media (min-width: 768px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.33333rem; }
        @media (min-width: 768px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5rem; }
        @media (min-width: 768px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.91667rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #1d1d20;
  cursor: default;
  display: inline-block;
  margin: 0 -1rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: initial;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #1d1d20;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.16667rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #1d1d20; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.41667rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 1261px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1261px) {
    .navPages {
      margin: 0 auto;
      max-width: 100rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1261px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1261px) {
      .navPages-item, .navPages-action, .accordion--navList .accordion-navigation {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1261px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 100rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1261px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1261px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1261px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1261px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1261px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1261px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.66667rem;
        width: 0.66667rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1261px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-item-mb {
  position: relative; }
  .navPages-item-mb .mb-submenu-link {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0;
    color: #000;
    text-decoration: none;
    display: block; }

.navPages-action, .accordion--navList .accordion-navigation {
  color: #1d1d20;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu, .navPages-list:not(.navPages-list-depth-max) .accordion--navList .has-subMenu.accordion-navigation, .accordion--navList .navPages-list:not(.navPages-list-depth-max) .has-subMenu.accordion-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-item-mb .navPages-action.has-subMenu, .navPages-item-mb .accordion--navList .has-subMenu.accordion-navigation, .accordion--navList .navPages-item-mb .has-subMenu.accordion-navigation {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0; }
  @media (min-width: 1261px) {
    .navPages-action, .accordion--navList .accordion-navigation {
      display: inline-block;
      padding: 0.75rem 1.16667rem 1.16667rem; }
      .navPages-action.is-open, .accordion--navList .is-open.accordion-navigation {
        background-color: #e5e5e5; }
        .navPages-action.is-open svg, .accordion--navList .is-open.accordion-navigation svg {
          fill: #757575;
          stroke: #757575; } }
  .navPages-action:hover, .accordion--navList .accordion-navigation:hover, .navPages-action.activePage, .accordion--navList .activePage.accordion-navigation {
    color: #757575; }
    .navPages-action:hover svg, .accordion--navList .accordion-navigation:hover svg, .navPages-action.activePage svg, .accordion--navList .activePage.accordion-navigation svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg, .accordion--navList .accordion-navigation svg {
    fill: #1d1d20;
    stroke: #1d1d20;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.66667rem;
  width: 0.66667rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1261px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.91667rem;
    width: 0.91667rem;
    margin: 0 1.5rem; }
    @media (min-width: 1261px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.66667rem;
        width: 0.66667rem;
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1261px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1261px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1261px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list, .navPages-list:not(.navPages-list-depth-max) .accordion--navList .has-subMenu.accordion-navigation + .navPage-subMenu .navPage-subMenu-list, .accordion--navList .navPages-list:not(.navPages-list-depth-max) .has-subMenu.accordion-navigation + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1261px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list, .navPages-list:not(.navPages-list-depth-max) .accordion--navList .has-subMenu.accordion-navigation + .navPage-subMenu .navPage-subMenu-list, .accordion--navList .navPages-list:not(.navPages-list-depth-max) .has-subMenu.accordion-navigation + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1261px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 17.91667rem; } }

@media (min-width: 1261px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 17.91667rem;
    padding: 0 !important;
    top: 0;
    width: 18.91667rem; } }

@media (min-width: 1261px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media (min-width: 1261px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important; }
    .navPage-subMenu-item .navPages-action, .navPage-subMenu-item .accordion--navList .accordion-navigation, .accordion--navList .navPage-subMenu-item .accordion-navigation {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #cccccc;
      margin-bottom: 1.16667rem; } }

.navPage-subMenu-item > a.navPage-subMenu-action {
  font-weight: 600; }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1261px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1261px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.16667rem; } }
  @media (min-width: 1261px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.16667rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    padding: 0.75rem 0;
    display: inline-block;
    text-align: right; }
    @media (min-width: 1261px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.41667rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75rem; }
  @media (min-width: 1261px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1261px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.41667rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #1d1d20; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.66667rem;
    width: 1.66667rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.41667rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:focus:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.83333rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:focus:after {
      content: attr(title);
      padding: 0.33333rem 0.5rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.66667rem; }

.socialLinks--alt .icon {
  height: 1.75rem;
  width: 1.75rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  overflow: hidden;
  opacity: 0; }
  .heroCarousel.is-visible {
    opacity: 1; }
  @media (min-width: 768px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 100vh; }
    @media (min-width: 551px) {
      .heroCarousel.slick-initialized {
        max-height: 33.33333rem; } }
    @media (min-width: 768px) {
      .heroCarousel.slick-initialized {
        max-height: 50rem; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 768px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 20.83333rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 33.33333rem; } }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 50rem; } }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      width: 58.33333rem;
      padding: 2.25rem;
      width: 70%;
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      padding: 1.5rem;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #1d1d20;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 18px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@media (min-width: 768px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 41.66667%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 768px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 58.33333%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }
  .writeReview-productImage-container::after {
    padding-bottom: 149.8%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.16667rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 18px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.41667rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.41667rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title, .productCarousel-slide .card .card-title--available {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 768px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.41667rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 768px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.41667rem;
  margin-right: -0.41667rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 3.33333rem;
    margin-right: 3.33333rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 93px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.41667rem;
  padding-right: 0.41667rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #1d1d20; }

.productView-details {
  padding-bottom: 2rem; }
  .productView-details.product-options {
    overflow: hidden; }

@media (min-width: 768px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.41667rem; }
  @media (min-width: 768px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 38px; } }

.productView-brand {
  color: #757575;
  font-size: 18px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.16667rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #1d1d20; }

.productView-price {
  font-size: 18px;
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .productView-price {
      font-size: 30px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 18px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-ratingWrapper {
  display: inline-flex;
  line-height: 1; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.41667rem;
  vertical-align: middle;
  color: #757575; }
  .productView-reviewLink:hover {
    color: #1d1d20; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.16667rem;
  margin-right: 0.41667rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.41667rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.83333rem;
      width: 50%; } }
  @media (min-width: 768px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 768px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 768px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 83.33333rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #1d1d20; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 16px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 768px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 768px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 768px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 768px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 768px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 768px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 768px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.41667rem; }

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 93px; }
  @media (min-width: 768px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 8.33333rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 768px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.16667rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: black;
  float: left;
  margin-bottom: 0.41667rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 768px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #999999;
  margin-bottom: 0.16667rem; }

.cart-item-name {
  font-size: 18px;
  margin: 0;
  display: inline-block; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.41667rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.16667rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.5rem;
  margin-top: 0.16667rem;
  padding: 0.16667rem;
  transition: background-color 0.15s ease;
  width: 1.5rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 768px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total.subtotal {
    margin-top: 15px; }
  @media (min-width: 768px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.66667rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.41667rem top 0.58333rem;
    background-size: 1.66667rem 1.66667rem;
    height: 2.66667rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 768px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 768px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 768px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-summary-inner .cart-total-label,
.cart-summary-inner .cart-total-value {
  padding: 0.5rem 0 0; }

.cart-total-grandTotal {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  position: relative; }
  @media (min-width: 768px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #1d1d20; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.66667rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.83333rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.41667rem; }

.previewCart-additionalCheckoutButtons {
  padding-right: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 148.3871%; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.16667rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 16px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.5rem 0.75rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.41667rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.41667rem; }

.previewCartAction-viewCart {
  padding-left: 0.41667rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 20.83333rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.41667rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 18px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #f2668d; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 1.91667rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 768px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.91667rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 768px) {
    .video {
      margin-bottom: 1.91667rem; } }
  .video:hover, .video.is-active {
    color: #1d1d20;
    opacity: 1; }

.video-figure {
  margin-right: 1.91667rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 768px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 38px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 768px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #1d1d20;
  left: 1.16667rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.16667rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #1d1d20; }

.maintenanceNotice-header {
  font-family: "Roboto";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 768px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 768px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #1d1d20;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 768px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 768px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 75rem; }

.login-row {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 768px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 768px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 18px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 38px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

@media screen and (max-width: 820px) {
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version .snize-main-panel {
    padding: 0; }
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-main-content {
    padding: 0 10px; }
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title {
    text-align: left;
    margin: 1px 0 10px; }
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-price-list {
    margin: auto 0 0; }
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-view-link {
    height: 100%; }
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-item {
    height: 100%; }
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version li.snize-product .snize-price-list .snize-discounted-price {
    color: #000000; } }

.snize-results-page .snize-filters-sidebar .snize-product-filters-block div.snize-product-filters-title {
  font-size: 12px; }

.snize-results-page .snize-filters-sidebar .snize-product-filters-block .snize-product-filters-title i.snize-product-filters-open,
.snize-results-page .snize-filters-sidebar .snize-product-filters-block .snize-product-filters-title i.snize-product-filters-close {
  width: 7px;
  height: 7px;
  background-size: 7px 7px; }

.snize-results-page div.snize-search-results #snize-search-results-grid-mode ul {
  width: 100%; }

.snize-results-page div.snize-search-results #snize-search-results-grid-mode span.snize-thumbnail:before {
  padding: 0; }

.snize-results-page div.snize-search-results #snize-search-results-grid-mode span.snize-thumbnail img {
  position: static;
  width: 100%; }

.snize-results-page div.snize-search-results .snize-sku {
  display: none; }

@media screen and (min-width: 992px) {
  .snize-results-page div.snize-search-results div.snize-search-results-main-content,
  .snize-results-page div.snize-search-results div.snize-pagination {
    width: calc(100% - 240px) !important; }
  .snize-results-page div.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-item {
    padding-bottom: 4.58333rem; }
  .snize-results-page div.snize-search-results div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content {
    top: 15px; } }

@media screen and (min-width: 1261px) {
  .snize-results-page div.snize-search-results #snize-search-results-grid-mode li.snize-product {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25%;
    padding: .25rem; } }

.snize-results-page div.snize-search-results div.snize-product-filters {
  max-width: 240px; }

.snize-results-page div.snize-search-results li.snize-product span.snize-title {
  text-transform: none; }

.snize-results-page div.snize-search-results li.snize-product .snize-price-list {
  display: flex;
  justify-content: flex-start; }
  .snize-results-page div.snize-search-results li.snize-product .snize-price-list:before {
    content: 'AUD';
    display: inline-block;
    margin-right: 6px;
    line-height: normal; }
  .snize-results-page div.snize-search-results li.snize-product .snize-price-list .snize-price-with-discount {
    order: 5;
    margin-left: 6px; }
  .snize-results-page div.snize-search-results li.snize-product .snize-price-list span.snize-discounted-price {
    order: 1;
    margin: 0;
    color: #000000; }
    .snize-results-page div.snize-search-results li.snize-product .snize-price-list span.snize-discounted-price:before, .snize-results-page div.snize-search-results li.snize-product .snize-price-list span.snize-discounted-price:after {
      opacity: 0;
      pointer-events: none;
      position: absolute; }

.navBar--account {
  display: none; }
  @media (min-width: 768px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 148.3871%; }

.account-product-download {
  border-radius: 50%;
  height: 2.75rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.75rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.41667rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 18px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.16667rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: -0.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 18px; }

.account-product-description + .definitionList {
  margin: -1.41667rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.41667rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 18px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.41667rem;
  padding: 0.16667rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.03em;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #1d1d20; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 18px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 18px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 45.83333rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.16667rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: black; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1.16667rem;
    width: 1.16667rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.33333rem;
  cursor: pointer;
  display: none;
  max-height: 5.33333rem;
  min-height: 2.66667rem;
  min-width: 90px;
  width: 160px;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none;
  margin-top: 0.75rem; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.75rem; }

.paymentMethodsGrid {
  margin: -0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.25rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 2.33333rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3.5rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.75rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.75rem;
    fill: #666666;
    height: 1.5rem;
    width: 1.5rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.66667rem;
        width: 1.66667rem; } }
  .methodHeader-expiry {
    font-size: 18px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 16px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 15.5rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #1d1d20;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.16667rem;
  width: 2.83333rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.75rem;
  top: 3.25rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.75rem;
    width: 1.75rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em; }

.category-header-image {
  width: 100%; }

.modalCss {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 1015px; }

.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

.skip-to-main-link {
  background: #fff;
  color: #757575;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 55px; }
  @media (min-width: 768px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      overflow: visible;
      position: relative;
      height: auto;
      display: flex;
      flex-direction: column; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 768px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 4.58333rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 6.875rem;
      margin-right: 6.875rem; } }
  @media (min-width: 768px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.41667rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #1d1d20;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 768px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 768px) {
    .header-logo--left {
      margin-left: 3.33333rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 768px) {
    .header-logo--right {
      margin-right: 3.33333rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  letter-spacing: 0.16667rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 768px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      white-space: normal;
      padding: 0 10px; }
      .header.fixed .header-logo-text {
        font-size: 30px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container:after {
  content: '';
  display: block; }

.header-logo-image {
  max-height: 3.08333rem;
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 3.08333rem; }
  @media (min-width: 768px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 4.58333rem;
  width: 4.58333rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 768px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.66667rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 2.25rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: black;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 768px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 768px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative; }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 768px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #1d1d20; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: center; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #1d1d20; }

.footer-payment-icons {
  height: 3.33333rem;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.41667rem;
    vertical-align: middle;
    width: 4.16667rem; }
  .footer-payment-icons svg {
    fill: #757575; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1368px;
  padding: 0 15px;
  position: relative;
  width: 100%; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 24px;
  margin: 0 1.5rem 0.41667rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 18px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 190px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 768px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.25rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title, .brandGrid .brand .card-title--available {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 93px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 148.3871%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.66667rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1d1d20; }
  .listItem-button:hover {
    background-color: white;
    color: #1d1d20; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.75rem;
      opacity: 0;
      position: absolute;
      right: 0.75rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.41667rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.16667rem; }
  @media (min-width: 768px) {
    .listItem-brand {
      font-size: 18px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 18px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 768px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 1rem;
      padding: 0.58333rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.mz-expanded-view-open .mz-expand .mz-figure > img {
  transition: transform 0ms cubic-bezier(0.1, 0.1, 0.8, 0.5) 0.2s !important;
  opacity: 1 !important; }

.select2-container .select2-search--dropdown {
  display: none; }

.select2-container .select2-results__options li[aria-disabled="true"] {
  text-decoration: line-through; }

.related-product-wrapper.product-customerviewed {
  padding: 0 5px; }

.related-product-wrapper ul {
  list-style-type: none;
  margin: 0; }
  .related-product-wrapper ul > li:last-of-type .product-content-inner {
    padding-bottom: 0; }

.related-product-wrapper .container-inner {
  border-top: 1px solid #636363; }

.related-product-wrapper .product-customerviewed__title {
  text-transform: uppercase;
  margin: 30px 0; }

.related-product-wrapper .name a {
  color: black;
  text-decoration: none; }

.related-product-wrapper .product-content-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px; }
  .related-product-wrapper .product-content-inner .image {
    width: 115px; }
  .related-product-wrapper .product-content-inner .name {
    margin-bottom: 10px;
    font-size: 1rem;
    text-transform: capitalize; }
  .related-product-wrapper .product-content-inner .price {
    font-size: 1rem; }
  .related-product-wrapper .product-content-inner .addToCart-complete-look {
    width: 100%;
    margin: 0; }
  .related-product-wrapper .product-content-inner .select2-container--default .select2-selection__arrow b {
    opacity: 0; }
  .related-product-wrapper .product-content-inner .select2-selection--single {
    height: 40px;
    border-radius: 0; }
    .related-product-wrapper .product-content-inner .select2-selection--single .select2-selection__rendered {
      line-height: 40px; }
  .related-product-wrapper .product-content-inner .select2-container {
    display: block;
    min-width: 100%;
    cursor: pointer;
    color: black; }
    .related-product-wrapper .product-content-inner .select2-container .dropdown-wrapper {
      display: none; }
  .related-product-wrapper .product-content-inner .complete-look-addtocart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .related-product-wrapper .product-content-inner .variantLoaded {
    width: 100%; }
  .related-product-wrapper .product-content-inner .productView-options {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .related-product-wrapper .product-content-inner .productView-options .form-wishlist {
      position: absolute;
      bottom: 0; }
    .related-product-wrapper .product-content-inner .productView-options .btn--wishlist {
      height: 40px;
      width: 40px; }
  .related-product-wrapper .product-content-inner .form-actions {
    display: flex;
    margin-top: 0;
    align-items: center;
    flex-wrap: wrap; }
    .related-product-wrapper .product-content-inner .form-actions * {
      margin: 0; }
    .related-product-wrapper .product-content-inner .form-actions.no-options .variantLoaded {
      display: none; }
    .related-product-wrapper .product-content-inner .form-actions.no-options .add-complete-product-to-cart {
      min-width: 100%;
      width: 100%; }
  .related-product-wrapper .product-content-inner .product-sticky-bar__size-wrapper {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    position: relative; }
    .related-product-wrapper .product-content-inner .product-sticky-bar__size-wrapper:after {
      background-size: cover;
      width: 12px;
      height: 7px;
      pointer-events: none; }
    .related-product-wrapper .product-content-inner .product-sticky-bar__size-wrapper select {
      bottom: 0;
      right: 50%; }
  .related-product-wrapper .product-content-inner .variantLoaded > span {
    width: 100%;
    display: block; }
  .related-product-wrapper .product-content-inner .add-complete-product-to-cart {
    padding: 10px;
    width: 100%; }

.related-product-wrapper.product-customerviewed {
  margin-top: 25px; }

@media (min-width: 768px) {
  .related-product-wrapper.product-customerviewed {
    padding: 0;
    margin-top: 35px; }
  .related-product-wrapper .product-content-inner .form-actions {
    flex-wrap: nowrap; }
  .related-product-wrapper .product-content-inner .addToCart-complete-look {
    width: 100%; }
  .related-product-wrapper .product-content-inner .product-sticky-bar__size-wrapper {
    width: 100%;
    margin-bottom: 0; }
  .related-product-wrapper .product-content-inner .productView-options {
    max-width: 275px; }
    .related-product-wrapper .product-content-inner .productView-options .form-wishlist {
      position: static; }
  .related-product-wrapper .product-content-inner .add-complete-product-to-cart {
    width: auto; } }

@media (max-width: 1260.98px) {
  .related-product-wrapper .container-inner {
    max-width: calc(100% - 2rem);
    margin: 0 auto; } }

@media (max-width: 767.98px) {
  .related-product-wrapper .container-inner {
    max-width: 100%; } }

.related-product-wrapper .content {
  width: calc(100% - 135px); }

.c-mainsite-wrapper .product-dtl-page .productView__media-wrapper .MagicZoomGallery .mz-no-zoom > img {
  transition: transform 0ms cubic-bezier(0.1, 0.1, 0.8, 0.5) 0.2s !important;
  opacity: 1 !important; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 768px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 768px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 768px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 4.16667rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 4.16667rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 4.16667rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 4.16667rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 4.16667rem;
  z-index: 50; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.66667rem;
  line-height: 1.33333rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.08333rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.66667rem;
  left: -25px;
  line-height: 1.33333rem;
  padding-top: 0.08333rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 9.91667rem;
  z-index: 10; }

.listItem-figure .sale-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 768px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 768px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

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

.row, .subproductGrid__card, .subproductShopby {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .subproductGrid__figure, .subproductGrid__textholder,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .subproductShopby__card, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col, .subproductGrid__figure, .subproductGrid__textholder {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 551px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6, .subproductShopby__card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1261px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

/*table
==================*/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.embed-responsive, .product-description--embed > p {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before, .product-description--embed > p::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .product-description--embed > p .embed-responsive-item,
.embed-responsive iframe,
.product-description--embed > p iframe,
.embed-responsive embed,
.product-description--embed > p embed,
.embed-responsive object,
.product-description--embed > p object,
.embed-responsive video,
.product-description--embed > p video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 20, 2021 */
.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  visibility: hidden;
  opacity: 0; }

.chocolat-overlay.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  visibility: visible;
  opacity: 0.8; }

.chocolat-wrapper {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
  visibility: hidden; }

.chocolat-wrapper.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  transition: opacity 0.3s;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/loader.gif);
  opacity: 0; }

.chocolat-loader.chocolat-visible {
  opacity: 1; }

.chocolat-image-wrapper {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
  transform: translate(-50%, -50%); }

.chocolat-image-wrapper .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left {
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: url(../img/icn/icn-arw-left.svg) 50% 50% no-repeat;
  background-size: 40px 40px;
  z-index: 17;
  visibility: hidden; }

.chocolat-layout {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.chocolat-image-canvas {
  transition: opacity .2s;
  opacity: 0;
  flex-grow: 1;
  align-self: stretch;
  max-width: 45vw; }

.chocolat-image-canvas.chocolat-visible {
  opacity: 1; }

.chocolat-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none; }

.chocolat-wrapper .chocolat-right {
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: url(../img/icn/icn-arw-right.svg) 50% 50% no-repeat;
  background-size: 40px 40px;
  z-index: 17;
  visibility: hidden; }

.chocolat-wrapper .chocolat-right.active {
  visibility: visible; }

.chocolat-wrapper .chocolat-left.active {
  visibility: visible; }

.chocolat-wrapper .chocolat-top {
  height: 50px;
  overflow: hidden;
  z-index: 17;
  flex-shrink: 0; }

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icn/icn-close.svg) 50% 50% no-repeat;
  background-size: 35px 35px; }

.chocolat-wrapper .chocolat-bottom {
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  display: flex;
  align-items: center; }

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/ }

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/fullscreen.png) 50% 50% no-repeat;
  display: block;
  cursor: pointer;
  float: right; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  flex-grow: 1;
  text-align: left; }

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-image-wrapper {
  z-index: 17; }

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-image-wrapper,
.chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

.chocolat-zoomable.chocolat-zooming-in .chocolat-image-wrapper,
.chocolat-zoomable.chocolat-zooming-out .chocolat-image-wrapper {
  transition: width .2s ease, height .2s ease; }

.chocolat-zoomable.chocolat-zooming-in .chocolat-img,
.chocolat-zoomable.chocolat-zooming-out .chocolat-img {
  transition: margin .2s ease; }

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
  transition: opacity .3s ease, visibility 0s .3s;
 opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
  visibility: hidden;
  opacity: 0;
}
*/
.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto; }

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0; }

.loader-ellips__dot:nth-child(3) {
  left: 1.5em; }

.loader-ellips__dot:nth-child(4) {
  left: 3em; }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }

@keyframes slide {
  to {
    transform: translateX(1.5em); } }

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal; }

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide; }

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 14px;
  height: var(--plyr-control-icon-size, 14px);
  pointer-events: none;
  width: 14px;
  width: var(--plyr-control-icon-size, 14px); }
  @media (min-width: 992px) {
    .plyr__control svg {
      height: 18px;
      height: var(--plyr-control-icon-size, 18px);
      width: 18px;
      width: var(--plyr-control-icon-size, 18px); } }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease, opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #00b3ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))) dotted 3px;
  outline-offset: 2px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s, opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress__buffer,
.plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 5px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }
  @media (min-width: 551px) {
    .plyr__control--overlaid {
      padding: calc(var(--plyr-control-spacing, 10px)*1.5); } }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px 0 0 0 1px rgba(35, 40, 47, 0.15) rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:empty:after {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s, opacity .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

:root {
  --spacing-unit: 8px;
  --spacing-unit-sm: 7px; }

*:focus {
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0px !important; }

a {
  color: #636363; }
  a:hover, a:focus {
    color: #000000; }

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px; } }

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 1rem; } }

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 1rem; } }

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 1rem; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.product-listing h1,
.h3,
.h4,
.h5,
.h6,
.card-title.h6,
.h6.card-title--available {
  line-height: 1.2; }

h1,
.h1 {
  font-size: 3.16667rem; }

@media (max-width: 1261px) {
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw); } }

h2,
.h2,
.product-listing h1 {
  font-size: 2.5rem; }

@media (max-width: 1261px) {
  h2,
  .h2,
  .product-listing h1 {
    font-size: calc(1.2rem + 0.9vw); } }

h3,
.h3 {
  font-size: 2rem; }

@media (max-width: 1261px) {
  h3,
  .h3 {
    font-size: calc(0.9rem + 0.6vw); } }

h4,
.h4 {
  font-size: 1.66667rem; }

@media (max-width: 1261px) {
  h4,
  .h4 {
    font-size: calc(0.8rem + 0.3vw); } }

h5,
.h5 {
  font-size: 1.5rem; }

h6,
.h6,
.card-title.h6,
.h6.card-title--available {
  font-size: 1rem; }

.fs-1\/3 {
  font-size: 1.3rem !important; }

h5,
h6 {
  text-transform: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.08em;
  padding-top: 103px;
  padding-top: 92px; }
  @media (min-width: 768px) {
    body {
      padding-top: 0; } }

.body {
  margin-top: 0;
  margin-bottom: 0; }

input,
select {
  font-size: 100%; }

strong,
b {
  font-weight: 700; }

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  .container-fluid-ninety {
    max-width: 90%; }
  .container-fluid--forty {
    max-width: 40%; }
    @media (min-width: 992px) {
      .container-fluid--forty {
        max-width: 70%; } }
    @media (min-width: 1261px) {
      .container-fluid--forty {
        max-width: 40%; } }
  .container-fluid--fifty {
    max-width: 50%; }

.c-mainsite-wrapper {
  width: 100%; }

.container {
  padding: 0 calc(var(--spacing-unit) * 4);
  max-width: 100%; }
  @media (max-width: 767.98px) {
    .container {
      padding: 0 15px;
      max-width: 100%; } }

@media (max-width: 767.98px) {
  .row--custom-four {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 767.98px) {
  .col--custom-four {
    padding-left: 0;
    padding-right: 0; } }

.clearcontent::after, .clearcontent::before {
  display: none; }

.page {
  margin-left: 0;
  margin-right: 0; }

.row--custom-one {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.col--custom-one {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media (min-width: 1261px) {
  .row--custom-three {
    margin-left: -2.08333rem;
    margin-right: -2.08333rem; } }

.pl-custom-one {
  padding-left: 3rem;
  padding-right: 3rem; }

@media (min-width: 1261px) {
  .col--custom-three {
    padding-left: 2.08333rem;
    padding-right: 2.08333rem; } }

.icon-svg-full {
  width: 100%;
  height: 100%;
  display: block; }

.clr-pink {
  color: #f2668d !important; }

.link__pink {
  color: #f2668d;
  text-decoration: none; }

.link-grey {
  color: #414042;
  text-decoration: none; }

.alertBox--custom-one {
  background-color: transparent;
  border-color: transparent;
  color: #414042; }

.alertBox-message--custom-one {
  line-height: 1.5;
  gap: 8px; }

.alertBox-icon--custom-one {
  vertical-align: top; }
  .alertBox-icon--custom-one .icon {
    width: 3.33333rem;
    height: 3.33333rem; }
    @media (min-width: 768px) {
      .alertBox-icon--custom-one .icon {
        width: 4.16667rem;
        height: 4.16667rem; } }

[id*="sd-product-set-carousel"] .css-1yqumcf {
  padding-bottom: 0; }
  [id*="sd-product-set-carousel"] .css-1yqumcf .css-1lxqylt {
    position: static; }

[id*="sd-product-set-carousel"] .css-f9eyjn div:not([data-test-id]) {
  padding: 0; }
  [id*="sd-product-set-carousel"] .css-f9eyjn div:not([data-test-id]) a {
    font-size: 0;
    text-indent: -99px;
    line-height: 0;
    color: white; }
    [id*="sd-product-set-carousel"] .css-f9eyjn div:not([data-test-id]) a:after {
      content: 'Shop Now';
      font-size: 1.25rem;
      text-indent: 0;
      line-height: initial;
      display: block;
      margin-bottom: 2px; }

[id*="sd-product-set-carousel"] .css-1k0woj {
  padding: 10px; }

@media (max-width: 767.98px) {
  .pt-1-xs-only {
    padding-top: 0.6rem !important; } }

.icn--andmine {
  width: 10px;
  height: 10px;
  display: inline-block; }

@media (min-width: 768px) {
  .page-content--404 {
    width: 100%; } }

@media (min-width: 1261px) {
  .page-content--404 {
    width: 66.66667%; } }

#zoid-paypal-buttons-uid_8b5d49f9e6_mtm6mzg6mzq,
.paypal-buttons.paypal-buttons-context-iframe {
  height: 40px !important; }

.common-block__wrapper {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-input,
.input-group > .form-input-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  border: 1px black solid;
  height: auto; }

.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-input:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-append {
  margin-left: -1px; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: black;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.2em 3.36em;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  border-radius: 0px;
  text-transform: uppercase;
  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;
  box-shadow: none; }

.btn-mn-w-20 {
  min-width: 20%; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn-py-1 {
  padding-left: 2.36em;
  padding-right: 2.36em; }

.btn:hover {
  color: #212529;
  text-decoration: none;
  box-shadow: none; }

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none; }

.btn.disabled,
.btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: black;
  border-color: black; }

.btn-primary:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  box-shadow: none; }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #e6e6e6; }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d1d20;
  border-color: #1d1d20;
  box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #414042;
  border-color: #414042; }

.btn-secondary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }

.btn-dark:hover {
  color: #fff;
  background-color: #6d6e71;
  border-color: #6d6e71; }

.btn-dark:focus,
.btn-dark:focus-visible,
.btn-dark:focus-within,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6d6e71;
  border-color: #6d6e71;
  outline: none; }

.btn-dark.disabled,
.btn-dark:disabled {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #e6e6e6; }

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #6d6e71;
  border-color: #6d6e71; }

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.2); }

.btn-outline-primary {
  color: black;
  border-color: black; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black; }

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: none; }

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: black;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #000000;
  border-color: #000000; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #1d1d20;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: black;
  text-decoration: none; }

.btn-link:hover {
  color: black;
  text-decoration: underline; }

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline; }

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5em 1em;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.4em 1em;
  font-size: 1rem;
  line-height: 1.5; }
  @media (max-width: 767.98px) {
    .btn-sm,
    .btn-group-sm > .btn {
      padding: 0.35em 0.9em;
      font-size: 0.8rem;
      line-height: 1.4; } }

@media (max-width: 767.98px) {
  .btn-md,
  .btn-group-md > .btn {
    font-size: calc(0.7rem + 0.6vw);
    padding: 1em 1em; } }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.button {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.5rem 2.5rem;
  cursor: pointer; }
  @media (max-width: 1261px) {
    .button {
      font-size: calc(0.9rem + 0.1vw);
      padding: 1.08333rem 1.25rem; } }
  .button--medium {
    padding: 1.66667rem 2.5rem;
    font-size: 1.25rem; }
  .button--small {
    padding: 1rem 1.5rem; }

.cart-total .form-inlineMessage {
  font-size: 1.16667rem;
  text-transform: none;
  line-height: 1.3; }

.cart-header-item.product {
  width: 50%; }

.cart-header-item.quantity {
  width: 30%; }

.cart-header-item.total {
  width: 10%; }

.cart-header-item.action {
  width: 10%; }

.btn--normal {
  text-transform: none;
  font-family: "ZurichBT-Light";
  letter-spacing: 0px;
  border-color: #7b7b7b;
  min-width: 160px;
  padding: 0.53em 1.5em; }
  @media (min-width: 1261px) {
    .btn--normal {
      min-width: 200px; } }

.product-slider-sec .slick-next, .product-slider-sec .slick-prev, .product-slider-sec .slick-next:hover, .product-slider-sec .slick-next:focus, .product-slider-sec .slick-prev:hover, .product-slider-sec .slick-prev:focus {
  background-color: transparent; }

.product-slider-sec {
  overflow: hidden; }

div[data-layout-name="lp-col-area"] #sd-image-39240631-bd6e-4f78-b5ce-a89771166125 {
  margin-right: -1px; }

.product-slider-sec .slick-prev::before, .product-slider-sec .slick-next::before {
  background-image: unset; }

div[data-layout-name="new-lp-banner"] .go703039572 p strong {
  font-weight: normal;
  color: #FFB900; }

div[data-layout-name="new-lp-banner"] .go2029122802 {
  text-transform: uppercase;
  width: 32.7%;
  text-align: center; }

div[data-layout-name="new-lp-banner"] .go1801575105 div p {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase; }

div[data-layout-name="new-lp-banner"] .go1801575105 {
  padding: 22px 43px;
  margin: 38px auto 0; }

div[data-layout-name="new-lp-banner"] .go703039572 p {
  font-size: 44px;
  line-height: 52px; }

.home-hero-banner__wrapper h3 {
  text-align: center; }

.product-details-wrapper h3 a {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 400;
  font-family: Roboto;
  margin-top: 8px;
  color: #000;
  margin-bottom: 0; }

div[data-layout-name="new-lp-banner"] .go3695795054 p {
  font-size: 22px;
  line-height: 34px; }

div[data-layout-name="testimonial-section"] #sd-simple-text-editable-8c30fce1-f00e-4edd-8e00-582cef61fecb p {
  letter-spacing: 2px; }

div[data-layout-name="lp-ad-banner"] .slick-slide img {
  max-height: 50px;
  min-height: 50px; }

div[data-layout-name="lp-rich-text"] {
  border-top: 1px solid #D1D5DC; }

.review-slider.testimonails .slick-track {
  display: flex !important; }

.review-slider.testimonails .slick-slide {
  height: inherit !important; }

.testimonail-slide {
  background: #fff;
  max-width: 360px;
  border-radius: 16px;
  border: 2px solid #D1D5DC;
  padding: 24px 24px 42px;
  margin: 0 24px; }

.testimonail-author {
  display: flex;
  column-gap: 12px;
  align-items: center; }

.testimonail-author p {
  background: #F3F4FA;
  border-radius: 100%;
  padding: 8.5px 14.5px;
  font-size: 19px;
  line-height: 22.99px;
  font-family: inter;
  margin: 0; }

.testimonail-author h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  font-family: inter;
  margin: 0; }

.testimonail-rating {
  margin-top: 12px;
  line-height: 0; }

.testimonail-rating svg {
  width: 116px; }

.testimonail-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 22px 0 0;
  font-family: arial;
  line-height: 16px; }

.review-slider .slick-prev, .review-slider .slick-next {
  display: none !important; }

body#\31 426 .c-mainsite-wrapper .container {
  padding: 0; }

body#\31 426 .page-heading__wrap, body#\31 426 nav[aria-label="Breadcrumb"] {
  display: none; }

body#\31 426 .common-block {
  padding: 0; }

div[data-layout-name="lp-product-slide"] {
  border-bottom: 1px solid #d1d5dc;
  margin-bottom: 10px; }

.img-heart {
  position: absolute;
  bottom: 0;
  z-index: 999;
  top: 0;
  right: 14px;
  transform: translate(0, 68%); }

.product-image-wrapper {
  position: relative; }

.img-overlap.white-txt {
  background: #fff; }

.img-overlap.white-txt p {
  color: #000; }

.img-heart svg {
  width: 20px; }

.product-outer-slider .slick-next, .product-outer-slider .slick-prev {
  display: none; }

.img-overlap {
  position: absolute;
  top: 15px;
  z-index: 9999;
  left: 25px;
  background: #6b201d;
  padding: 0 8px; }

.img-overlap p {
  color: white;
  margin: 0;
  font-size: 12px;
  line-height: 22px;
  font-family: roboto;
  text-transform: uppercase; }

.product-details-wrapper {
  padding-top: 12px; }

.product-wrapper {
  width: 20%;
  position: relative;
  margin: 0 10px; }

.product-details-wrapper h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: Roboto;
  margin-top: 8px;
  margin-bottom: 0; }

.variant-box {
  display: flex;
  column-gap: 12px;
  margin-top: 36px; }

.variant-box p {
  margin: 0;
  border: 1px solid #000;
  padding: 2px 6px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: #000; }

img.product-img {
  width: 100%;
  height: 572px;
  object-fit: cover; }

.product-slider .slick-slide {
  display: inline-block;
  margin: 0 10px; }

.product-slider-sec .slick-slide img {
  width: 100%; }

.product-wrapper .slick-prev {
  left: 8px;
  z-index: 99; }

.product-wrapper .slick-prev svg, .product-wrapper .slick-next svg {
  width: 46px; }

.product-wrapper .slick-next {
  right: 32px;
  z-index: 99; }

.product-wrapper .slick-prev:before, .product-wrapper .slick-next:before {
  color: transparent; }

@media only screen and (max-width: 1400px) {
  .variant-box {
    flex-wrap: wrap; }
  .variant-box p {
    width: 30px;
    margin-bottom: 5px; } }

@media only screen and (max-width: 1024px) {
  div[data-layout-name="lp-video-text"] [data-sub-layout="8f3098b6-43ad-45e1-a691-ea470b6434bd"] {
    padding-right: 0;
    padding-left: 0; }
  div[data-layout-name="lp-col-area"] .sd-simple-text-cafa8ea9-baf1-43ca-934c-fa460c83b4d2, div[data-layout-name="lp-col-area"] .sd-simple-text-1095d5b3-f96c-4ec2-a01f-0547539f173b {
    padding-right: 0;
    padding-left: 0; }
  .product-wrapper {
    width: 33.33%; }
  .img-heart {
    transform: translate(0, 64%); } }

@media only screen and (max-width: 800px) {
  div[data-layout-name="lp-col-area"] [data-sub-layout="75a38c0b-39f1-4174-b12b-a7de1c9a3b8a"], div[data-layout-name="lp-col-area"] [data-sub-layout="3fb5ec90-4ca6-43f3-aee0-731450382cea"] {
    flex-basis: 50%;
    max-width: 50%; }
  div[data-layout-name="lp-video-text"] [data-sub-layout="8f3098b6-43ad-45e1-a691-ea470b6434bd"], div[data-layout-name="lp-video-text"] [data-sub-layout="12e296c6-d459-4df1-9aa3-3c78762b4cc0"] {
    max-width: 100%; }
  div[data-layout-name="new-lp-banner"] .go3393032375 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 21px 21px 42px 21px;
    text-align: left;
    background-color: transparent;
    position: absolute;
    top: 20%;
    bottom: 0;
    width: 71%; }
  .testimonail-slide {
    margin: 0 16px; }
  div[data-layout-name="new-lp-banner"] .go1461558162:after {
    background-position-x: 76%; }
  div[data-layout-name="new-lp-banner"] .go1801575105 div p {
    font-size: 12px;
    line-height: 21px; }
  div[data-layout-name="new-lp-banner"] .go1801575105 {
    padding: 12px 21px;
    margin-top: 17px;
    margin-left: unset; }
  div[data-layout-name="new-lp-banner"] .go1801575105 p {
    color: #000; }
  div[data-layout-name="new-lp-banner"] .go1461558162 {
    min-height: 552px; }
  div[data-layout-name="new-lp-banner"] .go703039572 p, div[data-layout-name="lp-rich-text"] #sd-simple-text-editable-b6f83b42-2e02-429a-952b-430353edf705 p, div[data-layout-name="lp-col-area"] #sd-simple-text-editable-cafa8ea9-baf1-43ca-934c-fa460c83b4d2 p, div[data-layout-name="lp-video-text"] #sd-simple-text-editable-ecdc4f79-3c0d-42ea-b0d5-4be5d20511dc p {
    font-size: 24px;
    line-height: 32px; }
  div[data-layout-name="testimonial-section"] #sd-simple-text-editable-8c30fce1-f00e-4edd-8e00-582cef61fecb p {
    font-size: 22px;
    line-height: 26px; }
  div[data-layout-name="new-lp-banner"] .go3695795054 p, div[data-layout-name="lp-rich-text"] #sd-simple-text-editable-937c56fa-5df4-42c4-8fc8-abfb9d7f5320 p, div[data-layout-name="lp-video-text"] #sd-simple-text-editable-91ff8dd5-8d5c-4ef1-b8bb-363a6aa1a69c p {
    font-size: 14px;
    line-height: 22px; }
  div[data-layout-name="lp-rich-text"] [data-sub-layout="d69974e5-a236-4209-8124-aec0515beb87"] {
    max-width: 80%;
    margin: 0 auto; }
  div[data-layout-name="lp-col-area"] .sd-simple-text-1095d5b3-f96c-4ec2-a01f-0547539f173b {
    margin-top: 14px; }
  div[data-layout-name="lp-col-area"] [data-sub-layout="3c98085d-4382-4dcd-ac96-b8a8e6db1117"] {
    padding: 90px 0 48px;
    flex-basis: 100%;
    max-width: 100%; }
  div[data-layout-name="lp-video-text"] {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 82px; }
  div[data-layout-name="lp-product-slide"] {
    border-bottom: 1px solid #D1D5DC; }
  div[data-layout-name="lp-video-text"] [data-sub-layout="8f3098b6-43ad-45e1-a691-ea470b6434bd"] {
    padding-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .product-wrapper {
    width: 100%; }
  .img-overlap {
    top: 10px;
    left: 10px; } }

@media only screen and (max-width: 480px) {
  div[data-layout-name="lp-col-area"] [data-sub-layout="75a38c0b-39f1-4174-b12b-a7de1c9a3b8a"], div[data-layout-name="lp-col-area"] [data-sub-layout="3fb5ec90-4ca6-43f3-aee0-731450382cea"] {
    flex-basis: 100%;
    max-width: 100%; }
  div[data-layout-name="lp-product-slide"] [data-sub-layout="607a8a05-82a0-445f-976f-451e83950892"] {
    padding-bottom: 70px; }
  .product-wrapper .slick-prev svg, .product-wrapper .slick-next svg {
    width: 30px; }
  .product-slider .slick-slide {
    margin: 0 3px; }
  .product-wrapper .slick-prev {
    left: 20px; }
  .img-heart {
    right: 40px; } }

.shadow-none {
  box-shadow: none !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; }

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

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 500 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #000 !important; }

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #939598 !important; }

.text-muted-two {
  color: #0a0909 !important; }

.text-black-50 {
  color: #0a0909 !important; }

.text-black-40 {
  color: #636363 !important; }

.text-black-80 {
  color: #414042 !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-yellow-custom {
  color: #fffc00; }

.text-pink-custom {
  color: #ff009e; }

.text-green-custom {
  color: #53a600; }

.text-blue-custom {
  color: #233dff; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  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-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive, .product-description--embed > p {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before, .product-description--embed > p::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .product-description--embed > p .embed-responsive-item,
.embed-responsive iframe,
.product-description--embed > p iframe,
.embed-responsive embed,
.product-description--embed > p embed,
.embed-responsive object,
.product-description--embed > p object,
.embed-responsive video,
.product-description--embed > p video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.lp-3 {
  letter-spacing: 0.03em !important; }

.lp-8 {
  letter-spacing: 0.08em !important; }

/*Change text in autofill textbox*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f6f6f6 inset !important; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: normal; }

@media (max-width: 768px) {
  .form-row {
    margin-left: 0;
    margin-right: 0; } }

.form-input,
.form-select {
  background-color: #f6f6f6;
  border-radius: 0px;
  border-color: #f6f6f6;
  height: 3.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (max-width: 768px) {
    .form-input,
    .form-select {
      font-size: 0.9rem;
      padding: 0.55rem 1rem;
      height: 3.33333rem; } }
  .cart-total .form-input, .cart-total
  .form-select {
    height: 3.33333rem;
    padding-right: 1rem;
    padding-left: 1rem; }
    @media (max-width: 768px) {
      .cart-total .form-input, .cart-total
      .form-select {
        font-size: 0.9rem; } }
  .form-input--incrementTotal,
  .form-select--incrementTotal {
    height: auto;
    background-color: transparent; }

.form-select {
  background-position: calc(100% - 0.5em) 50%; }
  .cart-total .form-select {
    padding-right: 2.5rem; }

@media (max-width: 768px) {
  .form-label {
    font-size: 0.9rem; } }

.form-label small {
  float: right;
  margin-top: 0.41667rem;
  font-size: 8px;
  letter-spacing: 0.1em; }

.form-label,
.new-customer-intro {
  color: black;
  letter-spacing: 0.03em; }

.form-actions--login {
  display: flex;
  align-items: center; }
  .form-actions--login .btn-login,
  .form-actions--login .forgot-password {
    width: auto;
    margin-top: 0;
    margin-bottom: 0; }

.forgot-password {
  margin-left: auto; }

.form-field__body {
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: baseline; }

.form-field__title {
  font-size: 0.96rem; }

.login {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .login {
      padding-bottom: 3.5rem; } }
  @media (min-width: 1261px) {
    .login {
      padding-bottom: 5rem; } }

.login-row {
  width: auto; }
  @media (min-width: 768px) {
    .login-row {
      margin-top: 1.66667rem; } }
  @media (min-width: 1261px) {
    .login-row {
      margin-top: 2.5rem; } }

.login-form,
.new-customer {
  width: 100%;
  float: none;
  padding: 0;
  height: 100%;
  margin-bottom: 0; }

.panel--newcustomer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch; }

.estimator-form-label .form-label {
  min-height: 3.25rem;
  line-height: 3.25rem; }

.login-form {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .login-form {
      margin-bottom: 0; } }

.form-label--custom {
  font-size: 1rem; }
  @media (min-width: 768px) {
    .form-label--custom {
      font-size: 1rem; } }

.form-field--input {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .form-field--input {
      margin-bottom: 2rem; } }

@media (max-width: 768px) {
  .g-recaptcha {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media (max-width: 768px) {
  .form-actions.create {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

.account--fixed {
  width: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .account--fixed {
      max-width: 1436px; } }
  @media (min-width: 1261px) {
    .account--fixed {
      max-width: 1436px; } }

.account--login {
  width: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .account--login {
      max-width: 800px; } }
  @media (min-width: 1261px) {
    .account--login {
      max-width: 800px; } }

.wishlists-table {
  max-width: 100%; }

.navBar--sub .navBar-item {
  font-size: 1rem; }

.navBar--account {
  display: block; }
  .navBar--account.navBar--sub {
    margin-bottom: 0;
    padding: 1.4rem 0; }

.navBar--sub.navBar--account .navBar-section {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

@media (max-width: 768px) {
  .account-body {
    margin-left: 0;
    margin-right: 0; } }

.panel--newAddress:hover, .panel--newAddress:focus {
  color: black; }
  .panel--newAddress:hover .address-title, .panel--newAddress:focus .address-title {
    color: black; }

.panel--address .form-actions .btn {
  width: auto; }

.new-customer-fact-list {
  margin-left: 0;
  padding-left: 20px; }

.new-customer-intro {
  margin-left: 0; }

.account-body--custom-one,
.login-row {
  max-width: 800px;
  margin: 0 auto; }

.form-label.form-label--custom small {
  margin-top: 0; }

.icon-svg {
  display: block; }

.icon--arw-btm {
  width: 12px;
  height: 7px; }
  @media (min-width: 992px) {
    .icon--arw-btm {
      width: 8px;
      height: 5px;
      position: relative;
      top: -1px; } }

.icon--love {
  width: 22px;
  height: 19px; }
  @media (max-width: 768px) {
    .icon--love {
      width: 25px;
      height: 22px; } }

.icon--currency {
  width: 24px;
  height: 24px; }

.icon--user {
  width: 19px;
  height: 20px; }

.icon--cart {
  width: 19px;
  height: 20px; }

.icon--telephone {
  width: 20px;
  height: 20px; }

.icon--call {
  width: 12px;
  height: 18px; }
  @media (min-width: 768px) {
    .icon--call {
      width: 20px;
      height: 26px; } }

.header-logo {
  margin: 0;
  height: auto; }

.header-logo__link {
  z-index: 4;
  width: 100%; }
  @media (max-width: 991.98px) {
    .header__mainnav-universal .header-logo__link {
      width: auto;
      height: inherit;
      max-width: 130px;
      margin: 0;
      align-items: center;
      margin-left: 35px;
      display: none;
      visibility: hidden; }
      .header.is-open .header__mainnav-universal .header-logo__link {
        display: flex;
        visibility: visible; } }

.header {
  height: auto;
  border-bottom: none;
  z-index: 100; }
  @media (min-width: 768px) {
    .header {
      position: sticky;
      top: 0; } }
  .header.is-open {
    z-index: 2147483650; }
    @media (max-width: 991.98px) {
      .header.is-open .header__mainnav {
        position: relative;
        z-index: 2;
        background-color: white;
        border-bottom: 1px #1d1d20 solid; }
      .header.is-open .header__mainnav-menu {
        z-index: 200;
        top: 0px;
        height: 55px;
        background-color: white;
        /* width: 100%; */
        left: -15px !important;
        right: -15px !important; } }
    @media (max-width: 767.98px) {
      .header.is-open .header__mainnav-menu {
        top: 0px; } }
    @media (max-width: 550.98px) {
      .header.is-open .header__mainnav-menu {
        top: 0px; } }
  .header__promotion {
    padding: 0;
    min-height: 32px; }
    .header__promotion .container {
      padding-left: 0;
      padding-right: 0; }
    .header__promotion p,
    .header__promotion a {
      min-height: 15px;
      max-height: 15px;
      max-width: 189px;
      min-width: 189px;
      overflow: hidden;
      font-weight: 500; }
    .header__promotion p,
    .header__promotion span,
    .header__promotion a {
      margin-bottom: 0;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      .header__promotion p:hover, .header__promotion p:focus,
      .header__promotion span:hover,
      .header__promotion span:focus,
      .header__promotion a:hover,
      .header__promotion a:focus {
        color: white; }
    @media (max-width: 991.98px) {
      .has-activeNavPages .header__promotion {
        display: none; } }
  .header__mainnav {
    max-width: 100%;
    margin: 0 auto; }
    @media (min-width: 1261px) {
      .header__mainnav {
        max-width: 100%; } }
    .header__mainnav-row {
      display: flex;
      flex-direction: row;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      padding: 1.66667rem 0;
      padding: 2.5rem 0 1.83333rem 0; }
      @media (max-width: 991.98px) {
        .header__mainnav-row {
          justify-content: center;
          padding: 0.83333rem 0;
          position: relative; } }
      @media (min-width: 992px) {
        .header__mainnav-row {
          padding: 1.25rem 0 0.83333rem 0; } }
      @media (min-width: 1261px) {
        .header__mainnav-row {
          padding: 1.33333rem 0; } }
    .header__mainnav-ph-order, .header__mainnav-actions {
      width: 100%;
      max-width: 200px; }
      @media (min-width: 992px) {
        .header__mainnav-ph-order, .header__mainnav-actions {
          max-width: 160px; } }
      @media (min-width: 1261px) {
        .header__mainnav-ph-order, .header__mainnav-actions {
          max-width: 200px; } }
    .header__mainnav-ph-order {
      float: left;
      width: 100%;
      max-width: 200px;
      font-size: 1rem;
      text-align: center;
      font-weight: 600;
      line-height: 1rem; }
      @media (max-width: 991.98px) {
        .header__mainnav-ph-order {
          display: none; } }
    @media (max-width: 991.98px) {
      .header__mainnav-universal {
        font-size: 0.66667rem;
        position: absolute;
        top: 18px;
        top: 11px; } }
    .header__mainnav-menu {
      display: none; }
      @media (max-width: 991.98px) {
        .header__mainnav-menu {
          display: block;
          left: -9px; } }
    @media (max-width: 991.98px) {
      .header__mainnav-quicksearch {
        display: block;
        position: absolute;
        left: 5.5rem; } }
    .header__mainnav-actions {
      display: block;
      position: relative;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%; }
      @media (max-width: 991.98px) {
        .header__mainnav-actions {
          float: none;
          position: absolute;
          right: -9px;
          max-width: 100px; } }
      @media (min-width: 992px) {
        .header__mainnav-actions {
          order: 3;
          -ms-flex: 0 0 44%;
          flex: 0 0 44%;
          max-width: 44%; } }
    .header__mainnav-btn {
      width: 38px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      color: black; }
    .header__mainnav-user {
      background-color: red;
      left: 3.83333rem; }
    .header__mainnav-mob-search {
      left: 2.66667rem; }
    .header__mainnav-subtext {
      font-size: 0.64rem;
      line-height: 1; }
      .header__mainnav-subtext.absolute {
        position: absolute;
        bottom: 0px; }
    @media (max-width: 991.98px) {
      .is-open .header__mainnav-navigation {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        height: 100%; } }
  .header__mainnav-logo {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
    @media (min-width: 992px) {
      .header__mainnav-logo {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
        order: 2; } }

@media (max-width: 991.98px) {
  .mobileMenu-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    padding: 0; } }

.mobileMenu-toggle.is-open {
  position: absolute;
  top: 0;
  z-index: 200;
  right: 0;
  z-index: 200;
  width: 60px;
  width: 46px;
  background-color: white;
  padding: 0;
  left: auto; }
  .mobileMenu-toggle.is-open .header__mainnav-subtext {
    display: none; }

.js-btn-search-mob {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.mobileMenu-toggleIcon svg {
  width: 13px;
  height: 13px;
  display: none;
  opacity: 1; }
  .header.is-open .mobileMenu-toggle .mobileMenu-toggleIcon svg {
    display: block; }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  height: 0.081rem;
  width: 1.83333rem;
  transition: none; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 50%;
  transform: rotate(0deg) translateY(-50%); }
  .header.is-open .mobileMenu-toggle .mobileMenu-toggleIcon {
    transform: rotate(0deg) translateY(0px); }

.header.is-open .mobileMenu-toggle .mobileMenu-toggleIcon {
  display: block;
  font-size: 12px;
  transform: none;
  height: auto;
  width: auto;
  line-height: 1;
  letter-spacing: 0.08em;
  transform: translateY(-50%); }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  display: none; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -7px; }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -7px; }

/*quicksearch
=========================*/
.dropdown--quickSearch {
  padding: 0; }
  .dropdown--quickSearch.is-open {
    z-index: 1020;
    position: fixed;
    top: 0 !important;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .dropdown--quickSearch .form {
    max-width: 100%;
    margin-top: 0; }
  .dropdown--quickSearch .form-input {
    border: none;
    border-radius: 0px;
    padding: 1.25rem 1.66667rem;
    background-color: white; }
    @media (max-width: 767.98px) {
      .dropdown--quickSearch .form-input {
        padding: 0.83333rem 0.83333rem 0.83333rem 0;
        font-size: 1.33333rem; } }

.form-fieldset--formsearch {
  max-width: 760px;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .form-fieldset--formsearch {
      max-width: 100%;
      margin: 0; } }

.quicksearch__mob {
  display: block;
  height: 3.85714rem; }

.ph-order a {
  text-decoration: none; }

.header__search {
  position: fixed;
  right: 2.5rem;
  top: 2rem;
  z-index: 1000; }
  @media (max-width: 991.98px) {
    .header__search.close {
      display: none; } }

.navUser-action__subtext {
  font-size: 0.64rem;
  color: black;
  font-weight: normal;
  line-height: 1; }
  @media (min-width: 992px) {
    .navUser-action__subtext {
      display: none; } }

.navUser-action--quickSearch {
  width: 2rem;
  height: 2rem;
  padding: 0; }

.navUser-action--cart {
  width: auto;
  height: 2.66667rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .navUser-action--cart {
      height: 3rem;
      flex-direction: column;
      justify-content: space-between;
      padding: 0;
      text-transform: none; } }

.navUser-action--closesearch {
  font-size: 2.66667rem;
  line-height: 1;
  padding: 0; }
  @media (max-width: 767.98px) {
    .navUser-action--closesearch {
      width: 3.5rem;
      height: 3.5rem;
      font-size: 1.83333rem;
      line-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: none;
      color: white;
      background-color: #4d4d4d; }
      .navUser-action--closesearch > span {
        display: block; } }

.navUser-action svg {
  stroke: none; }

.navUser-action .icon.icon--searchnav {
  width: 2rem;
  height: 2rem;
  margin: 0; }
  .navUser-action .icon.icon--searchnav > svg {
    stroke: none; }

.icon--search-header {
  width: 20px;
  height: 20px;
  display: block; }

.icon--search-inner {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0.83333rem;
  top: 50%;
  transform: translateY(-50%); }

.form-searchbox__top {
  background-color: white;
  padding: 1.25rem 0; }
  @media (max-width: 991.98px) {
    .form-searchbox__top {
      padding: 0; } }

.has-activeModal .form-searchbox__btm {
  overflow-y: scroll;
  height: calc(100vh - 80px);
  padding-bottom: 3.33333rem; }

.form-field--group {
  display: flex;
  align-items: center; }

.form-search {
  width: 4.16667rem;
  height: 4.16667rem;
  border-radius: 50%;
  background-color: #eee;
  padding: 0;
  box-sizing: border-box;
  min-width: 4.16667rem; }
  .form-search:hover {
    background-color: #4d4d4d; }
    .form-search:hover .icon svg {
      fill: white; }
  .form-search:focus {
    background-color: #1d1d20; }
    .form-search:focus .icon svg {
      fill: white; }
  @media (max-width: 991.98px) {
    .form-search {
      position: absolute;
      background-color: transparent;
      min-width: 3.16667rem;
      width: 3.16667rem;
      height: 3.16667rem;
      right: 0;
      border-radius: 0px; }
      .form-search:hover, .form-search:focus {
        background-color: transparent; }
        .form-search:hover .icon svg, .form-search:focus .icon svg {
          fill: black; } }

.icon--searchnav {
  width: 1.66667rem;
  height: 1.66667rem; }
  @media (max-width: 767.98px) {
    .icon--searchnav {
      width: 1.33333rem;
      height: 1.33333rem; } }
  .icon--searchnav.mob {
    width: 2.33333rem;
    height: 2.33333rem; }
    .icon--searchnav.mob > svg {
      fill: black; }

.ph-order span {
  margin-top: 0.33333rem;
  display: block; }

.ph-order__text {
  color: #f56588;
  font-size: 0.8rem;
  text-transform: none;
  font-style: italic;
  font-weight: 400; }

.ph-order__tel {
  font-style: normal;
  color: #000;
  display: inline-block;
  vertical-align: top; }

.header-nav-arrow {
  position: relative;
  width: 4px;
  margin-left: 6px;
  vertical-align: middle; }
  @media (max-width: 767.98px) {
    .header-nav-arrow {
      display: none; } }
  .header-nav-arrow::before {
    display: inline-block;
    margin-bottom: 0.21429em;
    border-top: 4px solid #1d1d20;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""; }

.countPill {
  width: 25px;
  background-color: black;
  height: 25px;
  line-height: 25px;
  margin-left: 0.625rem;
  position: absolute;
  margin-top: -30px;
  margin-right: -26px;
  font-size: 11px; }
  @media (max-width: 991.98px) {
    .countPill {
      margin-top: -20px;
      margin-right: -22px; } }
  @media (max-width: 767.98px) {
    .countPill {
      width: 22px;
      background-color: black;
      height: 22px;
      line-height: 22px;
      margin-left: 0.625rem;
      position: absolute;
      margin-top: -16px;
      margin-right: -20px;
      font-size: 10px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .countPill {
    margin-top: 0;
    margin-right: 0;
    transform: translate(7px, -15px); } }

.navUser {
  position: relative;
  transform: none;
  top: auto;
  padding: 0; }
  .navUser ul.navUser-section--alt {
    display: inline-flex;
    align-items: center;
    min-width: 80px; }

@media (min-width: 992px) {
  .navUser-item {
    display: block; } }

.navUser-item-cartLabel {
  display: block; }
  @media (min-width: 1261px) {
    .navUser-item-cartLabel {
      display: inline-block; } }

.navUser ul li.navUser-item {
  margin-right: 1.83333rem; }
  @media (min-width: 992px) {
    .navUser ul li.navUser-item {
      margin-right: 0.83333rem; } }
  @media (min-width: 1261px) {
    .navUser ul li.navUser-item {
      margin-right: 1.83333rem; } }
  .navUser ul li.navUser-item--wish {
    display: block; }
    @media (max-width: 991.98px) {
      .navUser ul li.navUser-item--wish {
        margin-right: 0; } }

.navUser-item--cart .dropdown-menu,
.navUser-item--user .dropdown-menu,
.navUser-item--currency .dropdown-menu {
  box-shadow: 0px 0px 3em 0px rgba(0, 0, 0, 0.2);
  border: none; }
  .navUser-item--cart .dropdown-menu.is-open,
  .navUser-item--user .dropdown-menu.is-open,
  .navUser-item--currency .dropdown-menu.is-open {
    top: 4.16667rem !important;
    left: auto !important;
    right: -22px !important; }
    .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open:after,
    .navUser-item--user .dropdown-menu.is-open::before,
    .navUser-item--user .dropdown-menu.is-open:after,
    .navUser-item--currency .dropdown-menu.is-open::before,
    .navUser-item--currency .dropdown-menu.is-open:after {
      display: none; }
    @media (max-width: 991.98px) {
      .navUser-item--cart .dropdown-menu.is-open,
      .navUser-item--user .dropdown-menu.is-open,
      .navUser-item--currency .dropdown-menu.is-open {
        right: 10px !important; } }

.navUser-action__icn {
  display: block;
  width: 3.16667rem;
  height: 3.33333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
  @media (max-width: 991.98px) {
    .navUser-action__icn {
      flex-direction: column;
      width: auto;
      height: 3.33333rem;
      justify-content: space-between;
      text-decoration: none; } }

.navUser-item--wish .navUser-action__icn,
.navUser-item--cart .navUser-action__icn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.icn-nav__love {
  width: 23px;
  height: 23px;
  display: block; }
  @media (max-width: 767.98px) {
    .icn-nav__love {
      width: 30px;
      height: 30px; } }

.navUser-item--cart .dropdown-menu,
.navUser-item--user .dropdown-menu {
  width: 400px;
  max-width: 26.85714rem; }

.navUser-item--user .dropdown-menu {
  width: 220px; }

.previewCart-emptyBody {
  padding: 1.25rem 0.83333rem; }

@media (min-width: 768px) {
  .header-logo-image-container {
    min-height: 44px; } }

.header-logo-image {
  max-height: 40px;
  width: auto; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: 44px; } }
  @media (min-width: 1261px) {
    .header-logo-image {
      max-height: 44px; } }
  @media (max-width: 991.98px) {
    .header__mainnav-universal .header-logo-image {
      max-height: 44px;
      max-width: 105px;
      max-height: none;
      margin: 0; } }

.navPages {
  background-color: #fff;
  padding: 1.5rem 2rem;
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .navPages--mini {
      padding: 0;
      border-top: rgba(128, 128, 128, 0.3) 1px solid;
      border-bottom: rgba(128, 128, 128, 0.3) 1px solid; }
      .navPages--mini ul.navPages-list {
        display: flex;
        justify-content: center; }
        .navPages--mini ul.navPages-list--mob {
          margin-top: 0.83333rem; }
      .header.is-open .navPages--mini {
        display: none; } }
  @media (min-width: 992px) {
    .navPages {
      margin: 0 auto;
      max-width: 100%;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center;
      padding: 0; } }
  @media (max-width: 991.98px) {
    .navPages .navPage-subMenu-list {
      margin: 0; } }
  @media (min-width: 992px) {
    .navPages .navPage-subMenu-list {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      border-right: none;
      border-left: none;
      margin-left: -0.83333rem;
      margin-right: -0.83333rem !important;
      width: auto;
      max-width: none; } }
  @media (min-width: 1261px) {
    .navPages .navPage-subMenu-list {
      margin-left: -1.66667rem;
      margin-right: -1.66667rem !important; } }
  @media (min-width: 992px) {
    .navPages ul,
    .navPages ol {
      margin-left: 0;
      margin: 0;
      padding: 0; } }

.navPages-action, .accordion--navList .accordion-navigation,
.accordion--navList .accordion-navigation {
  font-size: 1.33333rem;
  color: black;
  background-color: transparent;
  border: none; }
  .navPages-action.is-open, .accordion--navList .is-open.accordion-navigation,
  .accordion--navList .accordion-navigation.is-open {
    background-color: transparent; }
    @media (min-width: 992px) {
      .navPages-action.is-open, .accordion--navList .is-open.accordion-navigation,
      .accordion--navList .accordion-navigation.is-open {
        background-color: transparent; } }

@media (min-width: 768px) {
  .accordion--navList .accordion-navigation {
    max-width: 124px;
    min-width: 124px; } }

@media (max-width: 991.98px) {
  .navPages-action, .accordion--navList .accordion-navigation {
    text-transform: none; } }

.icon--plus {
  position: relative; }
  .icon--plus::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .icon--plus::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity 200ms ease-in-out; }
  .icon--plus.navPages-action-moreIcon {
    transform: none; }
    .has-subMenu.is-open .icon--plus.navPages-action-moreIcon::after {
      opacity: 0; }

.icon--arw-drp {
  position: relative;
  opacity: 1; }
  .icon--arw-drp::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8.5 0 32 32'%3E%3Cpath d='M7.75 16.063.062 8.375l3.719-3.594 11.063 11.094L3.5 27.188 0 23.719z'/%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 7 12' viewBox='0 0 7 12'%3E%3Cpath d='m.6 12-.6-.5L5.9 6 0 .5.6 0 7 6z' style='fill:%23121212'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    height: 1rem;
    width: 1rem;
    display: block;
    background-size: 7px 12px; }
    .has-subMenu.is-open .icon--arw-drp::before {
      transform: rotate(180deg); }

.navPages-action-moreIcon {
  transform: rotate(0deg); }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  margin: 0 0 0 1.5rem; }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
      padding: 0.5625rem 0;
      font-weight: normal;
      display: flex !important;
      font-size: 1.16667rem;
      border-bottom: 1px solid #ededed; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon.icon--plus {
  width: 0.83333rem;
  height: 0.83333rem;
  margin: 0 1rem; }
  @media (min-width: 992px) {
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon.icon--plus {
      margin-right: 0;
      margin-left: 0.83333rem;
      width: 0.66667rem;
      height: 0.66667rem; } }

.navPages-childlist-opener.is-open .icon--plus.navPages-action-moreIcon::after {
  opacity: 0; }

.navPages-container {
  position: static; }
  @media (min-width: 992px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0; } }
  @media (max-width: 991.98px) {
    .navPages-container.is-open {
      padding-top: 0;
      position: absolute; }
      .navPages-container.is-open .navPages {
        padding: 4.58333rem 0 2.5rem 0;
        -webkit-overflow-scrolling: touch; }
      .navPages-container.is-open .navPages-list {
        border-bottom: 1px solid #ededed;
        padding-left: 1.66667rem;
        padding-right: 1.66667rem; } }

@media (max-width: 991.98px) {
  .navPages-list--mob > li {
    border-bottom: 1px solid #ededed; }
    .navPages-list--mob > li.order-9 {
      border-bottom: none; } }

.navPages-item .bundles-content {
  max-width: 80%;
  margin: 0 auto; }

@media (max-width: 991.98px) {
  .navPages-item {
    border-bottom: none;
    float: none; }
    .navPages-item--social {
      border-bottom: none;
      margin-top: 1.66667rem; }
    .navPages-item--mini {
      border-bottom: none; } }

@media (min-width: 992px) {
  .navPages-item {
    display: block;
    float: left; } }

@media (max-width: 991.98px) {
  .navPages ul li.navPages-item {
    margin: 0; }
    .navPages ul li.navPages-item.navPages-item--seperator {
      margin-top: 0.5rem;
      padding-top: 0.5rem;
      border-top: 1px solid #dee2e6; } }

@media (max-width: 991.98px) {
  .navPages-action, .accordion--navList .accordion-navigation {
    padding: 1rem 0;
    border-bottom: 1px solid #1d1d20;
    font-weight: 500; }
    .navPages-action.navPage-subMenu-action, .accordion--navList .navPage-subMenu-action.accordion-navigation {
      border-bottom: none; }
    .navPages-action--mini {
      padding: 1rem 1.25rem;
      display: inline-flex;
      align-items: center;
      font-weight: 500;
      border-bottom: none; }
      .navPages-action--mini .icon--down {
        height: 0.83333rem;
        width: 0.83333rem;
        margin: 0 0 0 0.66667rem; } }

.navPages-action--icon {
  margin-left: 0.83333rem; }

.navPages-action--main {
  display: inline-flex;
  letter-spacing: 0.1em; }
  @media (max-width: 991.98px) {
    .navPages-action--main {
      width: 100%;
      font-size: 1rem;
      border-bottom: none;
      padding: 1.25rem 0;
      color: black;
      text-transform: uppercase;
      font-weight: normal; } }
  @media (min-width: 992px) {
    .navPages-action--main {
      padding: 0.41667rem 0.33333rem;
      font-size: 1rem;
      font-weight: normal; }
      .navPages-action--main.is-open {
        background-color: white;
        color: black; }
        .navPages-action--main.is-open .icon--plus::before {
          background-color: white; } }
  @media (min-width: 1261px) {
    .navPages-action--main {
      padding: 1.25rem 0;
      font-size: 1rem;
      font-weight: normal; }
      .navPages-action--main.is-open {
        background-color: white;
        color: black;
        border-bottom: none; }
        .navPages-action--main.is-open .icon--plus::before {
          background-color: white; } }

.navPages-action.is-open svg, .accordion--navList .is-open.accordion-navigation svg {
  fill: none;
  stroke: none; }

.navPages-list + .navPages-list {
  margin-top: 0;
  border-top: none;
  padding-top: 0; }

@media (min-width: 992px) {
  .navPages-list {
    display: inline-block;
    float: none; } }

.socialLinks .icon svg {
  fill: #000000; }

.socialLinks .socialLinks__link.icon svg {
  width: 100%;
  height: 100%;
  display: block; }

.header-dropdown-menu__mob {
  background-color: #e6e6e6;
  margin-left: 0;
  height: 60vh;
  overflow: auto;
  padding: 0.83333rem 0; }
  .header-dropdown-menu__mob .navPage-subMenu-item {
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid; }
    .header-dropdown-menu__mob .navPage-subMenu-item:last-child {
      border-bottom: none; }
  .header-dropdown-menu__mob .navPages-action, .header-dropdown-menu__mob .accordion--navList .accordion-navigation, .accordion--navList .header-dropdown-menu__mob .accordion-navigation {
    text-align: center; }
    .header-dropdown-menu__mob .navPages-action:hover, .header-dropdown-menu__mob .accordion--navList .accordion-navigation:hover, .accordion--navList .header-dropdown-menu__mob .accordion-navigation:hover, .header-dropdown-menu__mob .navPages-action:focus, .header-dropdown-menu__mob .accordion--navList .accordion-navigation:focus, .accordion--navList .header-dropdown-menu__mob .accordion-navigation:focus {
      background-color: white;
      color: black; }
    @media (max-width: 991.98px) {
      .navPages-list:not(.navPages-list-depth-max) .header-dropdown-menu__mob .navPages-action.navPage-subMenu-action, .navPages-list:not(.navPages-list-depth-max) .header-dropdown-menu__mob .accordion--navList .navPage-subMenu-action.accordion-navigation, .accordion--navList .navPages-list:not(.navPages-list-depth-max) .header-dropdown-menu__mob .navPage-subMenu-action.accordion-navigation {
        padding: 0.83333rem 0; } }

.navPage-subMenu-item > .navPage-subMenu-action {
  font-size: 1rem;
  font-weight: 500; }
  @media (min-width: 992px) {
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: none;
      margin-bottom: 0;
      font-size: 1rem; } }

@media (max-width: 767.98px) {
  .navPage-subMenu-item .footer-options__list {
    flex-wrap: wrap;
    margin-top: 0.41667rem;
    margin-bottom: 0.41667rem; }
  .navPage-subMenu-item .footer-options__items {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center; } }

@media (min-width: 992px) {
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0;
    margin-bottom: 1.25rem; } }

@media (min-width: 992px) {
  .navPage-subMenu-item {
    padding: 0 0.83333rem !important; } }

@media (min-width: 1261px) {
  .navPage-subMenu-item {
    padding: 0 1.66667rem !important; } }

.navPages ul li {
  margin: 0 1.16667rem; }
  @media (min-width: 768px) {
    .navPages ul li {
      margin: 0 0.41667rem 0 0; } }
  @media (min-width: 992px) {
    .navPages ul li {
      margin: 0 0.5rem 0 0; }
      .navPages ul li:last-child {
        margin-right: 0; } }
  @media (min-width: 1261px) {
    .navPages ul li {
      margin: 0 2rem 0 0; }
      .navPages ul li.navPages-item.d-lg-block {
        min-width: inherit;
        max-width: none; }
      .navPages ul li.navPages-item.nav-has-submenu {
        position: relative; }
      .navPages ul li.navPages-item:hover .navPage-subMenu {
        display: block !important;
        left: 0;
        width: 100%;
        box-shadow: 0px 20px 10px 6px rgba(0, 0, 0, 0.2);
        top: calc(100% - 25px); }
        .navPages ul li.navPages-item:hover .navPage-subMenu.relative-nav-position {
          width: 285px; }
      .navPages ul li.navPages-item:hover.nav-has-submenu > .navPage-subMenu {
        top: 100%; }
      .navPages ul li.navPages-item .relative-nav-position.is-open {
        width: 285px;
        top: 100%; } }
  @media (min-width: 1600px) {
    .navPages ul li.order-lg-7 {
      min-width: inherit;
      max-width: initial; } }
  @media (min-width: 992px) {
    .navPages ul li.navPage-subMenu-item {
      padding-top: 0.83333rem !important;
      padding-bottom: 0.83333rem !important;
      margin: 0;
      width: 100%; }
      .navPages ul li.navPage-subMenu-item:nth-child(4n) {
        position: relative;
        right: -1px; } }
  @media (max-width: 991.98px) {
    .navPages ul li.navPage-subMenu-item {
      padding: 0px !important;
      margin: 0; } }
  .navPages ul li.navPage-subMenu-item--single {
    padding: 0.41667rem 0 !important; }
    @media (max-width: 991.98px) {
      .navPages ul li.navPage-subMenu-item--single {
        padding: 0px !important;
        margin: 0; } }
  @media screen and (min-width: 992px) and (max-width: 1600px) {
    .navPages ul li {
      margin-right: 10px; }
      .navPages ul li .navPages-action--main {
        font-size: 10px; } }
  .navPages ul li.navPage-subMenu-item--split {
    width: 20%; }
    @media (min-width: 1261px) {
      .navPages ul li.navPage-subMenu-item--split {
        width: auto;
        min-width: 250px; } }
    @media (max-width: 991.98px) {
      .navPages ul li.navPage-subMenu-item--split {
        width: 100%;
        margin-left: 0; } }
  .navPages ul li.navPage-subMenu-item--six {
    width: 16.666%; }
    @media (max-width: 991.98px) {
      .navPages ul li.navPage-subMenu-item--six {
        width: 100%;
        margin-left: 0; } }
  .navPages ul li.navPage-subMenu-item--img {
    width: 30%; }
    @media (max-width: 991.98px) {
      .navPages ul li.navPage-subMenu-item--img {
        width: 100%;
        margin-left: 0; } }

@media (max-width: 991.98px) {
  .navPage-subMenu {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    background-color: white;
    padding: 0rem 0; } }

.navPage-childList-action {
  font-size: 1.33333rem;
  padding-bottom: 0.83333rem; }
  @media (min-width: 992px) {
    .navPage-childList-action {
      font-size: 1rem;
      transition: left 100ms ease-in-out;
      left: 0; }
      .navPage-childList-action:hover {
        position: relative;
        left: 0.33333rem; } }
  @media (max-width: 991.98px) {
    .navPage-childList-action {
      padding: 0.3625rem 0 10px;
      font-weight: normal;
      display: -ms-flexbox !important;
      display: flex !important;
      font-size: 1rem;
      border-bottom: none;
      padding-left: 0.6rem;
      color: black; } }

@media screen and (min-width: 992px) and (max-width: 1600px) {
  .container--header {
    padding-left: 20px; }
  .header__mainnav-actions {
    flex: 0 0 39%; }
  .header__mainnav-row .header__mainnav-navigation {
    flex: 0 0 49%;
    max-width: 49%; }
  .navUser .navUser-section:not(.navUser-section--alt) li.navUser-item {
    margin: 0; }
  .navUser .navUser-section li.navUser-item {
    margin-right: 15px; } }

@media (min-width: 992px) {
  .navPage-subMenu {
    padding: 1rem 1.5rem 1.5rem !important;
    position: absolute;
    text-align: left;
    background-color: white; }
    .navPage-subMenu.is-open {
      margin-top: 0px;
      box-shadow: 0px 15px 7px 4px rgba(0, 0, 0, 0.2);
      top: 100%;
      left: 0;
      width: 100%; } }

@media (min-width: 1261px) {
  .navPage-subMenu {
    padding: 1.5rem 0 2.25rem 0 !important; }
    .navPage-subMenu.is-open {
      box-shadow: 0px 20px 10px 6px rgba(0, 0, 0, 0.2);
      top: calc(100% - 25px); } }

/* previewcart
===========================*/
.previewCart-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.66667rem;
  border-bottom: 1px #ededed solid; }

.previewCartWrapper {
  padding: 2.08333rem 1.66667rem;
  max-height: calc(100vh - 10rem); }

.navUser ul li.previewCartItem {
  padding: 2.08333rem 0;
  display: flex; }

.navUser ul li .previewCartItem-image:after {
  padding-bottom: 150%; }

.previewCartItem-image,
.previewCartItem-content {
  display: block; }

.previewCartItem-image {
  width: 30%; }
  .previewCartItem-image img {
    max-height: 100%;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover; }

.previewCartItem-content {
  width: 70%;
  text-transform: uppercase;
  padding-left: 1.41667rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

.previewCartItem-name {
  text-transform: none;
  margin-bottom: 1rem; }
  .previewCartItem-name a {
    color: black; }
    .previewCartItem-name a:hover, .previewCartItem-name a:focus {
      color: #636363; }

.previewCartItem-category {
  color: #636363;
  margin-bottom: 0.33333rem; }
  .previewCartItem-category-item {
    font-size: 80%; }

.previewCartItem-options {
  display: block;
  margin-top: 1.66667rem; }

.previewCartItem-size,
.previewCartItem-quantity {
  margin-bottom: 0.33333rem;
  display: block; }
  .previewCartItem-size-title,
  .previewCartItem-quantity-title {
    color: #636363;
    margin-bottom: 0.33333rem;
    display: inline-block;
    text-transform: capitalize; }
  .previewCartItem-size-value,
  .previewCartItem-quantity-value {
    color: #000000;
    display: inline-block; }

.previewCartItem-size-value {
  font-weight: 500; }

.previewCartAction {
  padding: 0.83333rem 0 0 0; }

.previewCartItem-price {
  margin-bottom: 1.66667rem; }

.previewCartItem-spec {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  flex-wrap: wrap;
  width: 100%; }
  .previewCartItem-spec__items {
    display: block;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px; }
  .previewCartItem-spec__select {
    display: block;
    border: 1px #ededed solid;
    background-color: white;
    display: block;
    position: relative; }
    .previewCartItem-spec__select-tag {
      border: none;
      border-radius: 0px;
      background-color: transparent;
      height: 40px;
      display: block;
      font-size: 14px;
      appearance: none;
      padding: 0.83333rem 1.25rem;
      color: black; }

.previewCartItem-spec__links {
  font-size: 1.16667rem;
  text-transform: none;
  margin-top: 1.33333rem; }

.icon--select-arw {
  width: 12px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.previewCartAction {
  font-size: 1rem;
  color: black;
  text-transform: uppercase;
  font-weight: 400; }
  .previewCartAction_cartinfo {
    display: block; }
  .previewCartAction__items {
    display: flex;
    justify-content: space-between; }
  .previewCartAction__label .previewCartAction__value {
    display: block; }

@media (min-width: 992px) {
  .navPage-childList {
    border: 0;
    display: block;
    list-style: none;
    margin-bottom: 0; } }

.navUser ul li.previewCartAction__items {
  padding: 0.16667rem 0; }

.previewCartAction-checkout {
  padding: 0;
  width: 100%; }

.navUser ul.previewCartAction__cartinfo {
  margin-bottom: 2.33333rem; }

.navPages ul li.navPage-childList-item {
  margin: 0; }

.accordion-block {
  padding: 1rem 0; }
  @media (max-width: 767.98px) {
    .accordion-block {
      padding: 0.58333rem 0; } }
  @media (min-width: 1261px) {
    .accordion-block {
      padding: 0.66667rem 0; } }

.accordion--navList {
  padding: 1.25rem; }
  @media (min-width: 768px) {
    .accordion--navList {
      padding: 0; } }
  .accordion--navList .accordion-block {
    margin-top: 0; }
  .accordion--navList .accordion-navigation {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    position: relative;
    border-bottom: none; }
  .accordion--navList .accordion-title {
    padding: 0;
    font-size: 1rem;
    color: black;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    display: block;
    letter-spacing: 0.08em;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .accordion--navList .accordion-title {
        font-size: 1rem; } }
  .accordion--navList .accordion-indicator {
    margin-left: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
  .accordion--navList .accordion-content {
    padding: 0;
    margin-top: 0.83333rem;
    margin-bottom: 0;
    margin-left: 0;
    padding: 1.16667rem 0; }
    @media (max-width: 767.98px) {
      .accordion--navList .accordion-content {
        padding: 0.83333rem 0 0.33333rem 0;
        margin-top: 0; } }

.accordion-block__header {
  display: block;
  text-align: center;
  width: 100%; }

.accordion-block__title {
  color: black;
  display: inline-block; }

@media (min-width: 768px) {
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-top: 0.5rem; } }

@media (min-width: 992px) {
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 0; } }

.navPages .navPage-subMenu-list--single {
  flex-direction: column; }

@media (max-width: 991.98px) {
  .navPage-subMenu.is-open .container-fluid--mainnav {
    max-width: 100%;
    padding: 0 1.5rem; } }

.navPages__newsletter {
  padding: 2.5rem 0 0.83333rem 0;
  position: relative;
  z-index: 100; }

.facetedSearch-refineFilters {
  display: block;
  background-color: yellow; }

.facetedSearch-navList__footer {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem; }
  .facetedSearch-navList__footer .btn + .btn {
    margin-top: 0.41667rem; }

.accordion-block__header {
  background-color: #ededed;
  padding: 0.83333rem 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.navPages-quickSearch {
  border: none;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: none; }
  .navPages-quickSearch.open {
    display: block; }
  @media (min-width: 992px) {
    .navPages-quickSearch {
      display: none; } }

@media (max-width: 991.98px) {
  .form-input--searchanise {
    height: 3.16667rem;
    border: none;
    background: white;
    padding: 0.66667rem 1rem;
    font-size: 1.25rem;
    color: black;
    border: 1px solid #dddddd;
    padding-right: 3.33333rem; }
    .form-input--searchanise:focus {
      background-color: #eee;
      border-color: #eee; }
    .form-input--searchanise::placeholder {
      color: #c6c6c6; } }

body.snize-instant-widget-is-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block; }

.navUser-action:hover svg, .navUser-action.is-open svg {
  fill: #000;
  stroke: none; }

.navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
  margin: 0;
  border: none;
  padding: 0; }
  @media (max-width: 991.98px) {
    .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
      margin-top: 0.4rem;
      outline: none; }
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList:focus {
        outline: none; } }

.navUser ul.account-subMenu-list {
  display: block;
  padding: 1rem 0.8rem; }

.account-subMenu-item {
  display: block; }

.account-subMenu-action {
  font-size: 0.98rem;
  padding: 0.5rem 1rem;
  color: black;
  display: block;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase; }
  .account-subMenu-action:hover, .account-subMenu-action:focus {
    color: #414042; }

.navPages-list {
  display: flex;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .navPages-list:first-child {
      padding-top: 0;
      padding-bottom: 10px;
      flex-direction: column; } }

.navPages ul:focus, .navPages ul:hover, .navPages ul:focus-visible,
.container-fluid--mainnav:focus,
.container-fluid--mainnav:hover,
.container-fluid--mainnav:focus-visible {
  outline: none; }

.navPages-item--figure {
  margin-top: 1em;
  display: block; }

.navPages-item--figure {
  margin-top: 1em; }

.navPages-item__figure-blk {
  display: block;
  margin-top: 1em;
  margin-bottom: 3em;
  max-width: 400px;
  width: 100%; }

.navPages-item__figure-blk img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto; }

.navPage-subMenu-image img {
  width: 100%;
  max-width: 400px; }

.custom-carousel {
  padding: 20px;
  opacity: 0; }
  .custom-carousel.slick-initialized {
    opacity: 1; }
  .custom-carousel .custom-slider-image {
    padding: 10px; }

@media (max-width: 767.98px) {
  [data-content-region="header_top--global"] .sd-simple-text-ccedce1b-dac4-4fed-b1e1-b0bdb095a532 p {
    line-height: 1.3 !important;
    font-size: 12px !important; } }

@media (max-width: 991.98px) {
  .has-activeNavPages [data-content-region="header_top--global"] {
    display: none; } }

[data-content-region="home_below_featured_products"] .css-1k0woj {
  padding: 0 0 3em 0px; }

[data-content-region="home_below_featured_products"] .css-113wrz1,
[data-content-region="home_below_featured_products"] .css-nmhyd4 {
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.7);
  top: calc(40% - 40px); }
  [data-content-region="home_below_featured_products"] .css-113wrz1 svg,
  [data-content-region="home_below_featured_products"] .css-nmhyd4 svg {
    width: 7px; }

[data-content-region="you_may_like_below_cart"] .css-1k0woj {
  padding: 2em 0 0em 0px; }

[data-content-region="home_below_featured_products"] .css-1yqumcf,
[data-content-region="you_may_like_below_cart"] .css-1yqumcf {
  padding-bottom: 140%; }

[data-content-region="home_below_featured_products"] .css-1k0woj .css-hedr7s {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background-color: white;
  border: 1px black solid;
  color: black; }
  [data-content-region="home_below_featured_products"] .css-1k0woj .css-hedr7s:hover, [data-content-region="home_below_featured_products"] .css-1k0woj .css-hedr7s:focus {
    color: white;
    background-color: black; }

@media (max-width: 767.98px) {
  [data-content-region="you_may_like_below_cart"] {
    margin: 0 -1.5rem; } }

[data-content-region="you_may_like_below_cart"] .css-19vmdva {
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.02em; }
  [data-content-region="you_may_like_below_cart"] .css-19vmdva:hover, [data-content-region="you_may_like_below_cart"] .css-19vmdva:focus {
    color: white;
    background-color: #6d6e71;
    border-color: #6d6e71; }

[data-content-region="you_may_like_below_cart"] [data-sub-layout="fa86580d-eaeb-46bc-9744-24b41786236c"] {
  padding-right: 0;
  padding-left: 0; }

[data-content-region="you_may_like_below_cart"] .css-113wrz1,
[data-content-region="you_may_like_below_cart"] .css-nmhyd4 {
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.7); }
  [data-content-region="you_may_like_below_cart"] .css-113wrz1 svg,
  [data-content-region="you_may_like_below_cart"] .css-nmhyd4 svg {
    width: 7px; }

@media (max-width: 991.98px) {
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 1rem;
    width: 1rem; }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(-90deg); }
  .navPages ul li.navPage-childList-item {
    margin: 0.3rem 0; }
  .navPages-action:hover, .accordion--navList .accordion-navigation:hover,
  .navPages-action:focus,
  .accordion--navList .accordion-navigation:focus,
  .navPages-action:focus-within,
  .accordion--navList .accordion-navigation:focus-within {
    color: black; } }

.navPages-social-header {
  padding-top: 1.5rem; }
  @media (min-width: 992px) {
    .navPages-social-header {
      display: none;
      visibility: hidden; } }

.navPages ul li.socialLinks-alternate__item {
  margin: 0;
  margin-right: 2.2rem; }

.navPages-social-header .icon-svg--facebook {
  width: 20px;
  height: 20px; }

.navPages-social-header .icon-svg--instagram {
  width: 20px;
  height: 20px; }

.navPages-social-header .icon-svg--pinterest {
  width: 20px;
  height: 22px; }

.navUser .dropdown-menu.dropdown-menu--currency.is-open:before {
  display: none; }

.jcwzJp .cn-wrapper .cn-header-wrapper,
.jcwzJp .cn-wrapper .cn-body-wrapper {
  border-radius: 0px !important;
  color: black !important;
  background-image: none !important; }

.jcwzJp .cn-wrapper .cn-header-wrapper {
  background-color: #eeeeee !important;
  color: #636363 !important; }

.jcwzJp .cn-wrapper {
  font-size: 14px !important; }

.jcwzJp .cn-wrapper .cn-body-wrapper .cn-currency-wrapper input {
  font-size: 12px !important;
  border-radius: 0px !important; }

.jcwzJp .cn-wrapper .cn-body-wrapper {
  padding: 10px 15px !important;
  background-color: #fff !important; }

.dropdown-menu--currency {
  min-width: 370px;
  background: none;
  border: none; }

@media (min-width: 992px) {
  .header__mainnav-navigation {
    margin-right: 0;
    display: block;
    position: static;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    order: 1; } }

.icn-mob-link {
  width: 20px;
  height: 17px; }

.navUser--link {
  padding: .85rem 0.75rem; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .container--header {
    max-width: 100%;
    padding-left: 1.66667rem;
    padding-right: 1.66667rem; } }

.form-searchbox__btm {
  display: none !important; }

.gr-dropzone p {
  margin-bottom: 0; }

.gr-dropzone__link {
  display: block; }
  .gr-dropzone__link img {
    width: 100%;
    min-width: 100%; }

@media (min-width: 768px) {
  .gr-dropzone--newstyles {
    padding-left: 0; } }

@media (min-width: 1261px) {
  .gr-dropzone--newstyles {
    padding-left: 3.58333rem; } }

@media (max-width: 768px) {
  .gr-dropzone--newstyles {
    padding-left: 0; } }

.slick-arrow--rounded {
  width: 40px;
  height: 40px;
  background-color: black;
  color: white;
  border-radius: 50%;
  border: none; }
  .slick-arrow--rounded::before, .slick-arrow--rounded::after {
    width: 1rem;
    height: 1rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }

.slick-arrow--plain {
  background-color: transparent; }
  .slick-arrow--plain.slick-prev, .slick-arrow--plain.slick-next {
    background-color: transparent;
    color: white;
    width: 2.08333rem;
    height: 4.16667rem;
    opacity: 1;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    @media (min-width: 768px) {
      .slick-arrow--plain.slick-prev, .slick-arrow--plain.slick-next {
        width: 4.58333rem;
        height: 5.83333rem;
        opacity: 0.6; } }
    .slick-arrow--plain.slick-prev:hover, .slick-arrow--plain.slick-prev:focus, .slick-arrow--plain.slick-next:hover, .slick-arrow--plain.slick-next:focus {
      background-color: transparent;
      color: white;
      opacity: 1; }
      @media (min-width: 768px) {
        .slick-arrow--plain.slick-prev:hover, .slick-arrow--plain.slick-prev:focus, .slick-arrow--plain.slick-next:hover, .slick-arrow--plain.slick-next:focus {
          opacity: 1; } }
    .slick-arrow--plain.slick-prev::before, .slick-arrow--plain.slick-next::before {
      width: 1rem;
      height: 1.91667rem; }
      @media (min-width: 768px) {
        .slick-arrow--plain.slick-prev::before, .slick-arrow--plain.slick-next::before {
          width: 1rem;
          height: 2.5rem; } }
  .slick-arrow--plain.slick-prev::before {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='m10.86 29.86 1.62-1.17L2.47 14.93 12.48 1.18 10.86 0 0 14.93z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .slick-arrow--plain.slick-prev::before {
        opacity: 0.8; } }
  .slick-arrow--plain.slick-prev:hover::before, .slick-arrow--plain.slick-prev:focus::before {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='m10.86 29.86 1.62-1.17L2.47 14.93 12.48 1.18 10.86 0 0 14.93z'/%3E%3C/svg%3E"); }
  @media (max-width: 767.98px) {
    .slick-arrow--plain.slick-prev {
      left: -52px; }
      .slick-arrow--plain.slick-prev::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.01 30.54'%3E%3Cpath d='M15.27 30.54c-.19 0-.38-.07-.53-.22L.22 15.79a.742.742 0 010-1.05L14.74.22a.742.742 0 111.05 1.05l-14 14 14 14c.29.29.29.76 0 1.05-.14.15-.33.22-.52.22z' fill='%23bababa'/%3E%3C/svg%3E"); } }
  @media (min-width: 768px) {
    .slick-arrow--plain.slick-prev {
      left: 0; } }
  .slick-arrow--plain.slick-next::before {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='M1.62 29.86 0 28.69l10-13.76L0 1.18 1.62 0l10.86 14.93z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .slick-arrow--plain.slick-next::before {
        opacity: 0.8; } }
  .slick-arrow--plain.slick-next:hover::before, .slick-arrow--plain.slick-next:focus::before {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='M1.62 29.86 0 28.69l10-13.76L0 1.18 1.62 0l10.86 14.93z'/%3E%3C/svg%3E"); }
  @media (max-width: 767.98px) {
    .slick-arrow--plain.slick-next {
      right: -52px; }
      .slick-arrow--plain.slick-next::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.01 30.54'%3E%3Cpath d='M.74 30.54c.19 0 .38-.07.53-.22L15.8 15.79c.29-.29.29-.76 0-1.05L1.27.22A.742.742 0 10.22 1.27l14 14-14 14c-.29.29-.29.76 0 1.05.14.15.33.22.52.22z' fill='%23bababa'/%3E%3C/svg%3E"); } }
  @media (min-width: 768px) {
    .slick-arrow--plain.slick-next {
      right: 0; } }

@media (max-width: 1260.98px) {
  .slick-arrow--custom-one {
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slick-arrow--custom-one::before {
      width: 1.25rem;
      height: 1.08333rem;
      background-size: cover; }
    .slick-arrow--custom-one .slick-prev {
      left: -10px; }
    .slick-arrow--custom-one .slick-next {
      right: -10px; } }

@media (max-width: 768px) {
  .slick-arrow--custom-one.top {
    top: auto;
    transform: none;
    bottom: 100%; } }

@media (max-width: 1260.98px) {
  .slick-arrow--custom-one.btm-mid {
    width: 3.5rem;
    height: 3.5rem;
    top: auto;
    bottom: 0;
    background-color: #eee;
    border-radius: 50%; }
    .slick-arrow--custom-one.btm-mid.slick-disabled {
      opacity: 0.5; }
    .slick-arrow--custom-one.btm-mid.slick-prev {
      left: calc(50% - 24px);
      transform: translateX(-50%); }
      .slick-arrow--custom-one.btm-mid.slick-prev::before {
        background-position: 2px center; }
    .slick-arrow--custom-one.btm-mid.slick-next {
      right: calc(50% - 24px);
      transform: translateX(50%); }
      .slick-arrow--custom-one.btm-mid.slick-next::before {
        background-position: -2px center; } }

.productCarousel--available-mob .slick-list {
  max-width: calc(100% - 54px);
  margin: 0 auto; }

.productCarousel--available-mob .slick-arrow {
  background-color: transparent; }
  .productCarousel--available-mob .slick-arrow:hover, .productCarousel--available-mob .slick-arrow:focus {
    background-color: transparent; }
  .productCarousel--available-mob .slick-arrow.slick-prev, .productCarousel--available-mob .slick-arrow.slick-next {
    width: auto;
    height: auto;
    padding: 0;
    border: none; }
    .productCarousel--available-mob .slick-arrow.slick-prev::before, .productCarousel--available-mob .slick-arrow.slick-next::before {
      background-size: 6px 12px; }
  .productCarousel--available-mob .slick-arrow.slick-prev::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.8 20.6' style='enable-background:new 0 0 10.8 20.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23BABABA;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M10.3,20.6c0.1,0,0.3,0,0.4-0.1c0.2-0.2,0.2-0.5,0-0.7l-9.4-9.4l9.4-9.4c0.2-0.2,0.2-0.5,0-0.7s-0.5-0.2-0.7,0 L0.1,9.9c-0.2,0.2-0.2,0.5,0,0.7l9.8,9.8C10,20.5,10.1,20.6,10.3,20.6z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  .productCarousel--available-mob .slick-arrow.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 20.6'%3E%3Cpath d='M.5 20.6c-.1 0-.3 0-.4-.1-.2-.2-.2-.5 0-.7l9.4-9.4L.1.9C0 .7 0 .3.1.1s.5-.2.7 0l9.8 9.8c.2.2.2.5 0 .7L.8 20.4c0 .1-.2.2-.3.2z' fill='%23bababa'/%3E%3C/svg%3E"); }
  @media (min-width: 1261px) {
    .productCarousel--available-mob .slick-arrow.slick-next {
      right: 0; } }
  @media (min-width: 1261px) {
    .productCarousel--available-mob .slick-arrow.slick-prev {
      left: 0; } }
  @media (max-width: 1260.98px) {
    .productCarousel--available-mob .slick-arrow {
      margin-top: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .productCarousel--available-mob .slick-arrow.slick-disabled {
        opacity: 0.5; }
      .productCarousel--available-mob .slick-arrow.slick-prev {
        left: 0; }
      .productCarousel--available-mob .slick-arrow.slick-next {
        right: 0; } }

.productCarousel-slide.available .card, .productCarousel-slide.available-mobile .card {
  padding-bottom: 0; }

.productCarousel-slide.available .card {
  margin: 0 2px; }

.productCarousel-slide--cav {
  float: left; }
  @media (min-width: 1261px) {
    .productCarousel-slide--cav {
      width: 25%; } }

.productCarousel--cav {
  flex-wrap: wrap; }
  .productCarousel--cav::before, .productCarousel--cav::after {
    display: none; }

.productCarousel--available .slick-next,
.productCarousel--available .slick-prev {
  background-color: transparent;
  width: 1.5rem;
  padding: 0; }
  .productCarousel--available .slick-next::before,
  .productCarousel--available .slick-prev::before {
    height: 1.66667rem;
    width: 0.83333rem;
    margin: 0 auto; }
  .productCarousel--available .slick-next.slick-next::before,
  .productCarousel--available .slick-prev.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.01 30.54'%3E%3Cpath d='M.74 30.54c.19 0 .38-.07.53-.22L15.8 15.79c.29-.29.29-.76 0-1.05L1.27.22A.742.742 0 10.22 1.27l14 14-14 14c-.29.29-.29.76 0 1.05.14.15.33.22.52.22z' fill='%23bababa'/%3E%3C/svg%3E"); }
  .productCarousel--available .slick-next.slick-prev::before,
  .productCarousel--available .slick-prev.slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.01 30.54'%3E%3Cpath d='M15.27 30.54c-.19 0-.38-.07-.53-.22L.22 15.79a.742.742 0 010-1.05L14.74.22a.742.742 0 111.05 1.05l-14 14 14 14c.29.29.29.76 0 1.05-.14.15-.33.22-.52.22z' fill='%23bababa'/%3E%3C/svg%3E"); }
  .productCarousel--available .slick-next:focus, .productCarousel--available .slick-next:hover,
  .productCarousel--available .slick-prev:focus,
  .productCarousel--available .slick-prev:hover {
    background-color: transparent; }

@media (min-width: 768px) {
  .productCarousel--available .slick-next {
    right: -25px; } }

@media (min-width: 1261px) {
  .productCarousel--available .slick-next {
    right: -25px; } }

@media (min-width: 768px) {
  .productCarousel--available .slick-prev {
    left: -25px; } }

@media (min-width: 1261px) {
  .productCarousel--available .slick-prev {
    left: -25px; } }

.productCarousel--available {
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }
  .productCarousel--available .slick-dots {
    position: relative;
    bottom: 0; }
    .productCarousel--available .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      padding: 0; }
      .productCarousel--available .slick-dots li button,
      .productCarousel--available .slick-dots li button::before {
        width: 10px;
        height: 10px; }
      .productCarousel--available .slick-dots li.slick-active button::before {
        background: black; }
  .productCarousel--available-mob {
    margin-left: 0;
    margin-right: 0; }
  .productCarousel--available .slick-track {
    margin-left: 0;
    margin-right: 0; }

.product-available {
  border-top: 1px #636363 solid;
  padding-top: 3.16667rem;
  padding-bottom: 3.16667rem;
  margin-top: 3.16667rem; }
  @media (min-width: 768px) {
    .product-available {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media (min-width: 1261px) {
    .product-available {
      padding-right: 0;
      padding-left: 0; } }
  .product-available__heading {
    margin-bottom: 2rem; }

.productCarousel-slide {
  padding: 0; }
  .productCarousel-slide.available .card-title, .productCarousel-slide.available .card-title--available {
    font-size: 1.16667rem; }

.page-heading--latest {
  margin-top: 2.5rem;
  margin-bottom: 0; }

.page-heading--search {
  margin: 2.08333rem 0; }
  @media (min-width: 768px) {
    .page-heading--search {
      margin-bottom: 0; } }

.main-heading {
  display: block;
  text-align: center; }
  .main-heading__title {
    margin: 0; }
  .main-heading--regular {
    font-family: "Roboto", sans-serif; }

.gr-dropzone img {
  width: 100%;
  max-width: 100%; }

.home-adbanner {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .home-adbanner {
      margin-bottom: 0.83333rem; } }
  .home-adbanner__container {
    overflow: hidden; }
  @media (max-width: 767.98px) {
    .home-adbanner__top p:first-child, .home-adbanner__bottom p:first-child {
      display: none; } }
  @media (min-width: 768px) {
    .home-adbanner__top p:last-child, .home-adbanner__bottom p:last-child {
      display: none; } }
  .home-adbanner__child {
    margin-top: 0.83333rem;
    margin-left: -5px;
    margin-right: -5px; }
    .home-adbanner__child-list {
      text-align: center;
      padding-left: 5px;
      padding-right: 5px; }
      @media (max-width: 551px) {
        .home-adbanner__child-list {
          margin-bottom: 0.83333rem; }
          .home-adbanner__child-list:last-child {
            margin-bottom: 0; } }
      @media (min-width: 768px) {
        .home-adbanner__child-list:nth-child(1) {
          text-align: left; } }
      @media (min-width: 768px) {
        .home-adbanner__child-list:nth-child(2) {
          text-align: center; } }
      @media (min-width: 768px) {
        .home-adbanner__child-list:nth-child(3) {
          text-align: right; } }
      .home-adbanner__child-list .gr-dropzone > p {
        margin-bottom: 0; }

.main.full > div > div {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .main.full > div > div > div:nth-child(3),
  .main.full > div > div > div:nth-child(4) {
    display: flex;
    gap: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    flex-wrap: nowrap; }

.home-hero-banner {
  min-height: auto; }
  .home-hero-banner__image {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .home-hero-banner__wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 21px 21px 42px 21px;
    flex-direction: column; }
    @media (min-width: 768px) {
      .home-hero-banner__wrapper {
        padding: 34px 84px; } }
    .home-hero-banner__wrapper [data-test-id="hero-image-title"] {
      color: white;
      font-family: "Roboto", sans-serif;
      font-size: 2.5rem;
      font-weight: 400;
      min-height: auto;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.084em; }
      @media (min-width: 1261px) {
        .home-hero-banner__wrapper [data-test-id="hero-image-title"] {
          font-size: 2.6vw;
          color: white; } }
    .home-hero-banner__wrapper [data-test-id="hero-image-button"] {
      display: inline-block;
      font-weight: 400;
      color: #212529;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background: white;
      border: 1px white solid;
      padding: 1.2em 3.36em;
      font-size: 1rem;
      font-family: "Roboto", sans-serif;
      letter-spacing: 0.08em;
      line-height: 1.5;
      border-radius: 0px;
      text-transform: uppercase;
      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;
      box-shadow: none;
      margin-top: 1rem; }
      @media (min-width: 1261px) {
        .home-hero-banner__wrapper [data-test-id="hero-image-button"] {
          padding: 1.1em 3.36em;
          font-size: 0.84vw;
          margin-top: 2rem; } }
  .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child,
  .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child {
    align-items: flex-end;
    min-height: calc(100svh - 103px); }
    @media (min-width: 551px) {
      .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child,
      .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child {
        min-height: 680px; } }
    @media (min-width: 768px) {
      .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child,
      .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child {
        min-height: 370px; } }
    @media (min-width: 992px) {
      .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child,
      .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child {
        min-height: 480px; } }
    @media (min-width: 1261px) {
      .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child,
      .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child {
        align-items: flex-end;
        max-height: 80vh;
        padding: 34px 84px;
        height: calc(100lvh - 130px);
        min-height: auto; }
        .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child::after,
        .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child::after {
          aspect-ratio: 16/9; } }
    .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child > div,
    .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child > div {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) {
        .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child > div,
        .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child > div {
          flex-direction: column; } }
      .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child > div [data-test-id="hero-image-title"],
      .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child > div [data-test-id="hero-image-title"] {
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        min-height: auto;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0.084em; }
        @media (min-width: 1261px) {
          .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child > div [data-test-id="hero-image-title"],
          .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child > div [data-test-id="hero-image-title"] {
            font-size: 2.6vw;
            color: white; } }
      .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child > div [data-test-id="hero-image-button"],
      .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child > div [data-test-id="hero-image-button"] {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: white;
        border: 1px white solid;
        padding: 1.2em 3.36em;
        font-size: 1rem;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0.08em;
        line-height: 1.5;
        border-radius: 0px;
        text-transform: uppercase;
        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;
        box-shadow: none;
        margin-top: 1rem; }
        @media (min-width: 1261px) {
          .home-hero-banner div[class^="sd-hero-image"] > div > div:first-child > div [data-test-id="hero-image-button"],
          .home-hero-banner div[class*=" sd-hero-image"] > div > div:first-child > div [data-test-id="hero-image-button"] {
            padding: 1.1em 3.36em;
            font-size: 0.84vw;
            margin-top: 2rem; } }
  .home-hero-banner div[class^="sd-hero-image"] > div > div:nth-child(2),
  .home-hero-banner div[class*=" sd-hero-image"] > div > div:nth-child(2) {
    display: none; }

.home-ad-banner {
  padding: 3rem 0;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .home-ad-banner {
      min-height: 104px;
      max-height: 104px;
      height: 104px; } }
  @media (min-width: 768px) {
    .home-ad-banner {
      padding: 4rem 0;
      min-height: 128px;
      max-height: 128px;
      height: 128px; } }
  @media (min-width: 1261px) {
    .home-ad-banner {
      padding: 5rem 0;
      min-height: 152px;
      max-height: 152px;
      height: 152px; } }
  .home-ad-banner .slick-next,
  .home-ad-banner .slick-prev {
    display: none;
    visibility: hidden; }
  .home-ad-banner .slick-track {
    display: flex;
    align-items: center; }
  .home-ad-banner .slick-slide img {
    display: block;
    width: revert-layer;
    /* display: inline-block; */
    /* max-width: none; */
    /* height: auto; */ }

.home-ad-banner {
  padding: 3rem 0 2.7rem;
  height: auto;
  max-height: 100%;
  min-height: 100%; }
  .home-ad-banner .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 42px;
    min-height: 42px;
    -o-object-fit: contain;
    object-fit: contain; }
  .home-ad-banner.black-friday {
    padding: 0; }

@media (min-width: 1261px) {
  .home-ad-banner {
    max-width: 1200px;
    margin: 0 auto; }
    .home-ad-banner .slick-slide img {
      max-height: 50px;
      min-height: 50px; } }

.home-ad-banner-two {
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .home-ad-banner-two {
      padding: 4rem 0; } }
  @media (min-width: 1261px) {
    .home-ad-banner-two {
      padding: 5rem 0;
      max-width: 1200px;
      margin: 0 auto; } }
  .home-ad-banner-two .slick-arrow--custom-one {
    display: none;
    visibility: hidden; }
  .home-ad-banner-two .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 42px;
    min-height: 42px;
    object-fit: contain; }
    @media (min-width: 1261px) {
      .home-ad-banner-two .slick-slide img {
        max-height: 100%;
        max-height: 46px;
        min-height: 46px; } }

.home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1),
.home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) {
  justify-content: flex-end;
  padding: 0;
  align-items: stretch;
  min-height: auto;
  padding-bottom: 56%; }
  @media (min-width: 992px) {
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1),
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) {
      min-height: 340px;
      padding-bottom: 0; } }
  @media (min-width: 1261px) {
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1),
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) {
      min-height: 590px; } }
  @media (min-width: 1261px) {
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1),
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) {
      min-height: 76vh; } }
  @media only screen and (min-width: 3840px) and (orientation: landscape) {
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1),
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) {
      min-height: 80vh; } }
  .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1)::after,
  .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1)::after {
    content: "";
    width: 100%; }
    @media (min-width: 768px) {
      .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1)::after,
      .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1)::after {
        width: calc(100%); } }
    @media (min-width: 992px) {
      .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1)::after,
      .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1)::after {
        width: calc(100% - 480px); } }
  .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div,
  .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div {
    background-color: #fafafa;
    max-width: 100%;
    padding: 0 8rem; }
    @media (min-width: 768px) {
      .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div,
      .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div {
        width: 100%; } }
    @media (min-width: 800px) {
      .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div,
      .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div {
        display: none !important; } }
    @media (min-width: 992px) {
      .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div,
      .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div {
        display: flex !important;
        padding: 0 8rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
        max-width: 480px; } }
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-title"],
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-title"] {
      color: black;
      font-family: "Roboto", sans-serif;
      font-size: 2.16667rem;
      font-weight: 400;
      min-height: auto;
      line-height: 1.2;
      text-transform: uppercase;
      justify-content: center;
      letter-spacing: 0.09em; }
      @media (min-width: 1261px) {
        .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-title"],
        .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-title"] {
          font-size: 2.25rem;
          color: black; } }
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-subtitle"],
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-subtitle"] {
      line-height: 1.6;
      margin-top: 18px;
      margin-bottom: 22px;
      max-width: 270px;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.08333rem; }
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-button"],
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-button"] {
      display: inline-block;
      font-weight: 400;
      color: #212529;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #fafafa;
      border: 1px black solid;
      padding: 1.2em 3.36em;
      font-size: 1rem;
      font-family: "Roboto", sans-serif;
      letter-spacing: 0.08em;
      line-height: 1.5;
      border-radius: 0px;
      text-transform: uppercase;
      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;
      box-shadow: none;
      margin-top: 12px;
      font-size: 1rem; }
      .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-button"]:hover, .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-button"]:focus,
      .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-button"]:hover,
      .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(1) > div [data-test-id="hero-image-button"]:focus {
        background-color: black;
        color: white; }

.home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(2),
.home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(2) {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa; }
  @media (min-width: 800px) {
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(2),
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(2) {
      display: block !important; } }
  @media (min-width: 992px) {
    .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(2),
    .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(2) {
      display: none !important; } }
  .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(2) [data-test-id="hero-image-title"],
  .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(2) [data-test-id="hero-image-title"] {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 2.16667rem;
    font-weight: 400;
    min-height: auto;
    line-height: 1.2;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 0.09em; }
    @media (min-width: 1261px) {
      .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(2) [data-test-id="hero-image-title"],
      .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(2) [data-test-id="hero-image-title"] {
        font-size: 2.25rem;
        color: black; } }
  .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(2) [data-test-id="hero-image-subtitle"],
  .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(2) [data-test-id="hero-image-subtitle"] {
    line-height: 1.6;
    margin-top: 18px;
    margin-bottom: 22px;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.08333rem; }
  .home-ad-banner-three div[class^="sd-hero-image"] > div > div:nth-child(2) [data-test-id="hero-image-button"],
  .home-ad-banner-three div[class*=" sd-hero-image"] > div > div:nth-child(2) [data-test-id="hero-image-button"] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fafafa;
    border: 1px black solid;
    padding: 1.2em 3.36em;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.08em;
    line-height: 1.5;
    border-radius: 0px;
    text-transform: uppercase;
    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;
    box-shadow: none;
    margin-top: 12px;
    font-size: 1rem; }

.home-featured-categories {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .home-featured-categories {
      min-height: 873px; }
      .home-featured-categories.black-friday [data-sub-layout-container]:first-of-type {
        padding: 10px 5px; }
        .home-featured-categories.black-friday [data-sub-layout-container]:first-of-type [data-sub-layout] {
          flex-basis: 50%;
          padding: 5px; } }
  .home-featured-categories .container {
    padding-left: 0px;
    padding-right: 0px; }
  .home-featured-categories .row, .home-featured-categories .subproductGrid__card, .home-featured-categories .subproductShopby {
    margin-left: -1px;
    margin-right: -1px; }
    @media (min-width: 768px) {
      .home-featured-categories .row, .home-featured-categories .subproductGrid__card, .home-featured-categories .subproductShopby {
        margin-left: -3px;
        margin-right: -3px; } }
    .home-featured-categories .row > *, .home-featured-categories .subproductGrid__card > *, .home-featured-categories .subproductShopby > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      @media (min-width: 768px) {
        .home-featured-categories .row > *, .home-featured-categories .subproductGrid__card > *, .home-featured-categories .subproductShopby > * {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 1261px) {
        .home-featured-categories .row > *, .home-featured-categories .subproductGrid__card > *, .home-featured-categories .subproductShopby > * {
          -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%; } }
  .home-featured-categories .col, .home-featured-categories .subproductGrid__figure, .home-featured-categories .subproductGrid__textholder {
    padding: 1px; }
    @media (min-width: 768px) {
      .home-featured-categories .col, .home-featured-categories .subproductGrid__figure, .home-featured-categories .subproductGrid__textholder {
        padding: 3px; } }
  .home-featured-categories .card {
    padding: 0;
    position: relative; }
    .home-featured-categories .card::before {
      content: "";
      padding-bottom: 155%;
      display: block; }
      @media (min-width: 1261px) {
        .home-featured-categories .card::before {
          padding-bottom: 155%; } }
  .home-featured-categories .card-img-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    margin: 0;
    display: block;
    aspect-ratio: 9/16; }
  .home-featured-categories .card-body {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    padding: 1.5rem 1.16667rem; }
    @media (min-width: 1261px) {
      .home-featured-categories .card-body {
        padding: 3rem; } }
  .home-featured-categories .card-title, .home-featured-categories .card-title--available {
    font-size: 1.25rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 2px; }
    @media (min-width: 1261px) {
      .home-featured-categories .card-title, .home-featured-categories .card-title--available {
        font-size: 1.4vw; } }
  @media (max-width: 551px) {
    .home-featured-categories .card-title, .home-featured-categories .card-title--available {
      font-size: 0.91667rem; }
    .home-featured-categories .card-body {
      padding: 0.83333rem; } }
  .home-featured-categories .card-text {
    display: none; }
  .home-featured-categories .btn-link {
    font-weight: 400;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 1px 0px white;
    font-size: 0.83333rem;
    transition: box-shadow ease-in-out 300ms; }
    @media (min-width: 1261px) {
      .home-featured-categories .btn-link {
        font-size: 1rem; } }
  .home-featured-categories .card:hover .btn-link, .home-featured-categories .card:focus .btn-link, .home-featured-categories .card:focus-visible .btn-link {
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0); }

.common-block {
  padding: 2.16667rem 0; }
  @media (min-width: 768px) {
    .common-block {
      padding: 2.5rem 0; } }
  @media (min-width: 992px) {
    .common-block {
      padding: 2.83333rem 0; } }
  @media (min-width: 1261px) {
    .common-block {
      padding: 3rem 0; } }
  .common-block.form--block {
    padding: 2.16667rem 0 4.66667rem 0; }
    @media (min-width: 768px) {
      .common-block.form--block {
        padding: 2.5rem 0 5.83333rem 0; } }
    @media (min-width: 992px) {
      .common-block.form--block {
        padding: 2.83333rem 0 7.5rem 0; } }
    @media (min-width: 1261px) {
      .common-block.form--block {
        padding: 3rem 0 8.33333rem 0; } }
  .common-block--custom-one {
    padding: 2.25rem 0; }
    @media (min-width: 768px) {
      .common-block--custom-one {
        padding: 4rem 0; } }
    @media (min-width: 1261px) {
      .common-block--custom-one {
        padding: 5.25rem 0; } }

.productView-images a.MagicZoom {
  min-height: 500px;
  min-width: 375px; }
  .mobile-magic .productView-images a.MagicZoom {
    min-height: auto;
    min-width: 100%; }

.productView__info-wrapper .productView-description {
  min-height: 240px; }

@media screen and (max-width: 767.98px) {
  .mobile-magic .productView__media-wrapper {
    min-height: 100%; } }

.product-dtl-breadcrumb {
  padding: 1.25rem 0; }

.slider-container > .size-fit-slider {
  min-height: 38px;
  display: none; }
  .slider-container > .size-fit-slider:first-child {
    display: block; }

.size-fit-container {
  width: 100%;
  position: relative;
  list-style-type: none;
  margin: 20px 0;
  pointer-events: none; }
  .size-fit-container:after {
    content: "";
    width: 100%;
    height: 1px;
    background: center center/100% #4c4c4c;
    position: absolute;
    top: 19%;
    left: 0;
    z-index: 0; }
  .size-fit-container > li {
    width: 32.3333%;
    display: inline-block; }
    .size-fit-container > li:nth-child(1) {
      float: left;
      text-align: left; }
    .size-fit-container > li p {
      margin: 0; }
    .size-fit-container > li.middle-bar {
      text-align: center; }
    .size-fit-container > li.vertical-bar i {
      border: 0.5px solid black;
      display: inline-block;
      height: 15px;
      position: relative;
      z-index: 3; }
    .size-fit-container > li input[type="range"] {
      height: 1px;
      background: #4c4c4c;
      outline: none;
      position: absolute;
      width: calc(100% - 4px);
      left: 2px;
      top: 19%;
      z-index: 1;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .size-fit-container > li input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      background-color: #4c4c4c;
      height: 18px;
      width: 18px;
      border-radius: 20px;
      cursor: pointer; }
    .size-fit-container > li input[type="range"]::-moz-range-thumb {
      -webkit-appearance: none;
      background-color: #4c4c4c;
      height: 18px;
      width: 18px;
      border-radius: 20px;
      cursor: pointer; }
    .size-fit-container > li input[type="range"]::-ms-thumb {
      -webkit-appearance: none;
      background-color: #4c4c4c;
      height: 18px;
      width: 18px;
      border-radius: 20px;
      cursor: pointer; }
    .size-fit-container > li:nth-child(3) {
      float: right;
      text-align: right; }
  .size-fit-container .middle-bar i {
    border-radius: 50px;
    width: 18px;
    height: 18px;
    display: inline-block;
    z-index: 2; }
    .size-fit-container .middle-bar i:after {
      content: '';
      border: 0.5px solid black;
      display: inline-block;
      height: 15px;
      position: relative;
      z-index: 0; }

.productView {
  padding: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row; }
  .productView::before, .productView::after {
    display: none; }
  .productView__media-wrapper {
    padding: 0;
    position: relative;
    width: 100%; }
    @media (min-width: 1261px) {
      .productView__media-wrapper {
        width: calc(100% - 480px);
        -ms-flex: 0 0 calc(100% - 480px);
        flex: 0 0 calc(100% - 480px);
        max-width: calc(100% - 480px); } }
  .productView__info-wrapper {
    overflow-x: hidden;
    padding: 0 10px;
    width: 100%; }
    @media (min-width: 1261px) {
      .productView__info-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
        width: 480px;
        padding: 0 28px 0 42px; } }

.productView-image .easyzoom-flyout {
  display: none !important;
  visibility: hidden !important; }

.productView-image.disableZoom .easyzoom-flyout {
  display: none !important;
  visibility: hidden !important; }

.productView-images {
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .productView-images {
      order: 1;
      margin-bottom: 0.83333rem;
      min-height: 620px; } }
  .productView-images .MagicZoom .productView-image--default {
    max-width: 100% !important;
    max-height: 100% !important; }
  @media (max-width: 767.98px) {
    .productView-images .MagicZoom > figure img {
      max-width: 100% !important;
      max-height: 100% !important; } }

.productView-images {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.productView-details {
  text-align: left;
  float: none;
  clear: none;
  width: 100%;
  padding-bottom: 0; }
  @media (min-width: 1261px) {
    .productView-details {
      padding-left: 0;
      padding-right: 0; } }
  .productView-details__checkout {
    padding-top: 1.41667rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50%;
    justify-content: flex-end; }
    .productView-details__checkout .btn + .btn {
      margin-top: 0.83333rem; }

.productView-details.product-data {
  text-align: left; }
  @media (max-width: 767.98px) {
    .productView-details.product-data {
      order: 2;
      text-align: left;
      padding-left: 5px;
      padding-right: 5px; } }

.productView-details.product-options {
  text-align: center;
  overflow: visible; }
  @media (max-width: 767.98px) {
    .productView-details.product-options {
      order: 3;
      padding-bottom: 1rem;
      padding-left: 5px;
      padding-right: 5px; } }

@media (max-width: 767.98px) {
  .productView-details.product-afterpay {
    order: 4;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1.25rem; } }

@media (max-width: 767.98px) {
  .productView-details.product-countdown {
    order: 5;
    text-align: center;
    margin-bottom: 1.25rem; } }

.productView-description {
  border-top: 1px #636363 solid;
  padding-top: 1.66667rem;
  padding-bottom: 3.16667rem;
  margin-top: 2.5rem; }
  @media (max-width: 1260.98px) {
    .productView-description {
      max-width: calc(100% - 2rem);
      margin-left: auto;
      margin-right: auto;
      float: none; } }
  @media (max-width: 767.98px) {
    .productView-description {
      -ms-flex-order: 6;
      order: 6;
      padding-left: 0;
      padding-right: 0;
      margin-left: 5px;
      margin-right: 5px;
      width: auto;
      display: block;
      float: none;
      max-width: calc(100% - 10px); } }

.productView-thumbnail {
  width: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 83px;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem; }
  @media (min-width: 992px) {
    .productView-thumbnail {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-bottom: 0.4rem;
      margin-top: 0.4rem; } }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      height: 140px;
      margin-bottom: 0.45rem;
      margin-top: 0.45rem; } }

.productView-thumbnails--custom {
  display: flex;
  justify-content: center; }

.productView-thumbnail-link--custom {
  border: none;
  position: relative;
  padding: 0;
  height: 140px;
  max-width: 93px; }
  .productView-thumbnail-link--custom::after {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.3;
    transition: opacity 100ms ease-in-out; }
  .productView-thumbnail-link--custom:hover {
    border-color: transparent; }
    .productView-thumbnail-link--custom:hover img {
      opacity: 1; }
    .productView-thumbnail-link--custom:hover::after {
      opacity: 0; }
  .productView-thumbnail-link--custom.is-active::after {
    opacity: 0; }

.productView-image + .productView-thumbnails {
  margin-top: 1.66667rem; }
  @media (min-width: 768px) {
    .productView-image + .productView-thumbnails {
      margin-top: 2.08333rem;
      max-width: 445px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .productView-image + .productView-thumbnails {
      max-width: 412px; } }
  @media (min-width: 1261px) {
    .productView-image + .productView-thumbnails {
      max-width: 437px; } }

.productView-thumbnails .slick-list {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.productView-thumbnails .slick-next,
.productView-thumbnails .slick-prev {
  margin: 0;
  background-color: transparent;
  color: white;
  width: 2.08333rem;
  height: 4.16667rem;
  opacity: 0.8;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
  @media (min-width: 1261px) {
    .productView-thumbnails .slick-next,
    .productView-thumbnails .slick-prev {
      width: 2.08333rem;
      height: 4.16667rem; } }
  .productView-thumbnails .slick-next:hover, .productView-thumbnails .slick-next:focus,
  .productView-thumbnails .slick-prev:hover,
  .productView-thumbnails .slick-prev:focus {
    background-color: transparent;
    color: white;
    opacity: 1; }
  .productView-thumbnails .slick-next::before,
  .productView-thumbnails .slick-prev::before {
    width: 0.5rem;
    height: 1.66667rem; }
    @media (min-width: 1261px) {
      .productView-thumbnails .slick-next::before,
      .productView-thumbnails .slick-prev::before {
        width: 0.83333rem;
        height: 2rem; } }

.productView-thumbnails .slick-next::before {
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='M1.62 29.86 0 28.69l10-13.76L0 1.18 1.62 0l10.86 14.93z'/%3E%3C/svg%3E"); }

.productView-thumbnails .slick-next:hover::before, .productView-thumbnails .slick-next:focus::before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='M1.62 29.86 0 28.69l10-13.76L0 1.18 1.62 0l10.86 14.93z'/%3E%3C/svg%3E"); }

.productView-thumbnails .slick-prev::before {
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='m10.86 29.86 1.62-1.17L2.47 14.93 12.48 1.18 10.86 0 0 14.93z'/%3E%3C/svg%3E"); }

.productView-thumbnails .slick-prev:hover::before, .productView-thumbnails .slick-prev:focus::before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='m10.86 29.86 1.62-1.17L2.47 14.93 12.48 1.18 10.86 0 0 14.93z'/%3E%3C/svg%3E"); }

.productView-img-container img {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  object-fit: contain; }

.loadVideoHere {
  position: relative; }
  .loadVideoHere iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    height: 100%; }

.productView-thumbnails img {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  object-fit: contain;
  width: 93px; }

.productView-thumbnails .playLoadedVideo img {
  object-fit: cover;
  height: 83px; }

.productView-thumbnail__video {
  position: relative;
  display: block; }
  @media (max-width: 767.98px) {
    .productView-thumbnail__video {
      border-color: #000000; } }
  .productView-thumbnail__video::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: black;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 29.7 29.7' style='enable-background:new 0 0 29.7 29.7;' xml:space='preserve'%3E%3Cg%3E%3Cpath class='st0' fill='%23FFFFFF' d='M14.9,0C6.6,0,0,6.6,0,14.9s6.6,14.9,14.9,14.9s14.9-6.6,14.9-14.9S23.1,0,14.9,0z M14.9,28.2 c-7.4,0-13.4-6-13.4-13.4s6-13.4,13.4-13.4s13.4,6,13.4,13.4S22.2,28.2,14.9,28.2z'/%3E%3Cg%3E%3Cpolygon fill='%23FFFFFF' points='20.5,14.9 12.4,21.4 12.4,8.4 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px; }
    @media (max-width: 767.98px) {
      .productView-thumbnail__video::after {
        opacity: 0.5; } }
  @media (min-width: 768px) {
    .productView-thumbnail__video::after {
      background-color: rgba(0, 0, 0, 0.4);
      background-size: 30px 30px;
      opacity: 0.9; }
    .productView-thumbnail__video::before {
      padding-bottom: 137%;
      content: "";
      display: block;
      width: 50px; }
    .productView-thumbnail__video > img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      display: block;
      width: 100%;
      object-fit: cover;
      height: 100%; } }

.productView-rating {
  margin-top: 1.25rem;
  min-height: 23px; }

.productView-title--custom {
  text-transform: none;
  line-height: 1.35;
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem; }
  @media (max-width: 767.98px) {
    .productView-title--custom {
      margin-top: 0; } }

@media (max-width: 767.98px) {
  .productView-image + .productView-thumbnails {
    margin-top: 1.66667rem; } }

.productView-price__wrap {
  min-width: 110px; }
  @media (min-width: 768px) {
    .productView-price__wrap {
      min-width: 160px; } }

.productView-options__wrapper .productView-options__guide {
  display: none; }

.productView-product {
  border: none;
  padding-bottom: 0; }
  .productView-product .productView-price {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    margin-top: 0.83333rem;
    margin-bottom: 0.83333rem;
    font-weight: 400; }
    .productView-product .productView-price__wrap {
      display: flex;
      justify-content: flex-start; }
  .productView-product .price-section__row {
    padding-right: 2rem; }
    @media (min-width: 768px) {
      .productView-product .price-section__row {
        padding-right: 3.5rem; } }
    @media (min-width: 1261px) {
      .productView-product .price-section__row {
        padding-right: 4.5rem; } }

.productView-member {
  text-align: left;
  display: block;
  margin-top: 0;
  font-size: 1.5rem; }
  @media (max-width: 1261px) {
    .productView-member {
      font-size: calc(0.8rem + 0.6vw); } }

.icon--right svg.svg-pink-clr {
  fill: #f2668d; }

.productView-options .form-field {
  display: flex;
  justify-content: center; }

.form-option--custom {
  border-width: 1px;
  background-color: white;
  border-color: #121212;
  color: #121212;
  font-weight: normal;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem; }
  @media (min-width: 768px) {
    .form-option--custom {
      margin-right: 1rem;
      width: 35px;
      height: 35px; } }
  @media (min-width: 992px) {
    .form-option--custom {
      margin-right: 1rem;
      width: 35px;
      height: 35px; } }
  .form-option--custom:hover {
    border-color: #121212;
    background-color: #121212;
    color: white; }
  .form-radio:checked + .form-option--custom {
    background-color: #121212;
    border-color: #121212;
    box-shadow: none;
    color: white;
    box-shadow: none; }
  .form-option--custom .form-option-variant {
    font-size: 1.08333rem; }
    @media (min-width: 768px) {
      .form-option--custom .form-option-variant {
        min-width: 2rem;
        font-size: 0.91667rem; } }

[data-product-attribute] .form-option.unavailable {
  cursor: pointer !important;
  color: #121212 !important; }
  [data-product-attribute] .form-option.unavailable:before {
    left: 0 !important;
    top: 50% !important;
    width: 160%;
    transform: translateX(-21%) rotate(-45deg) !important; }

.productView-options {
  margin-bottom: 0;
  text-align: center; }
  .productView-options .form-field--increments {
    display: none; }
  .productView-options .form-action {
    display: inline-block; }
    .productView-options .form-action.form-wishlist {
      display: inline-block;
      width: auto;
      padding: 0;
      float: none;
      margin: 0;
      position: absolute;
      z-index: 20;
      bottom: 0;
      right: 0;
      transform: none;
      margin: 0; }
    .productView-options .form-action--addtocart {
      padding: 0;
      width: auto;
      min-width: 250px;
      display: inline-block;
      float: left;
      width: calc(100% - 64px); }
      @media (min-width: 551px) {
        .productView-options .form-action--addtocart {
          width: calc(100% - 64px); } }
      @media (min-width: 768px) {
        .productView-options .form-action--addtocart {
          width: calc(100% - 64px); } }
      @media (min-width: 1261px) {
        .productView-options .form-action--addtocart {
          width: auto;
          width: calc(100% - 64px); } }
    @media (min-width: 768px) {
      .productView-options .form-action {
        margin-top: 0;
        margin-bottom: 0; } }
    .productView-options .form-action .button {
      margin: 0;
      width: auto; }
    .productView-options .form-action .btn--wishlist {
      width: 55px;
      height: 49px;
      padding: 0;
      text-indent: -9999px;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.7 29'%3E%3Cpath d='M9.3 0C3.7 0 0 4.6 0 9.7c0 4.8 2.7 8.9 6 12.2 3.3 3.3 7.3 5.7 10 7.1.2.1.5.1.7 0 2.7-1.4 6.7-3.8 10-7.1s6-7.4 6-12.2C32.7 4.6 29 0 23.4 0c-3.3 0-5.5 1.7-7.1 3.9-1.5-2.2-3.7-3.9-7-3.9m0 1.5c3.2 0 4.9 1.6 6.4 4.1.2.4.7.5 1 .3l.3-.3c1.5-2.5 3.2-4.1 6.4-4.1 4.8 0 7.8 3.8 7.8 8.2 0 4.2-2.4 8-5.6 11.1-3 3-6.7 5.3-9.3 6.6-2.6-1.4-6.2-3.6-9.3-6.6-3.2-3.1-5.6-6.9-5.6-11.1.1-4.4 3.1-8.2 7.9-8.2' fill='%23000'/%3E%3C/svg%3E");
      background-size: 24px 21px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-color: white;
      border: none; }
      .productView-options .form-action .btn--wishlist:not(:disabled):not(.disabled):active {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none; }
      @media (min-width: 551px) {
        .productView-options .form-action .btn--wishlist {
          width: 55px;
          height: 49px; } }
      @media (min-width: 768px) {
        .productView-options .form-action .btn--wishlist {
          width: 55px;
          height: 49px;
          background-size: 24px 21px; } }
      @media (min-width: 992px) {
        .productView-options .form-action .btn--wishlist {
          width: 55px;
          height: 49px;
          background-size: 24px 21px; } }
      @media (min-width: 1261px) {
        .productView-options .form-action .btn--wishlist {
          width: 55px;
          height: 49px;
          background-size: 24px 21px; } }
  .productView-options__block {
    padding: 2.08333rem 0 0.41667rem 0;
    border-top: 1px #636363 solid;
    margin-bottom: 0;
    margin-top: 2.08333rem; }
    .productView-options__block .form-field {
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 0; }
      .productView-options__block .form-field[data-product-attribute="set-select"] {
        flex-direction: column; }
      .productView-options__block .form-field[data-product-attribute="set-rectangle"] {
        flex-direction: row;
        padding: 5px 0; }
      .productView-options__block .form-field.form-field--custom[data-product-attribute="set-select"] {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.41667rem 0 0.83333rem 0; }
  .productView-options__header {
    display: flex;
    margin-bottom: 1.66667rem; }
  .productView-options__guide {
    text-decoration: none;
    color: #636363;
    font-weight: normal;
    padding-top: 1.25rem;
    padding-bottom: 0; }
    .productView-options__guide-link {
      color: #636363;
      text-decoration: none;
      box-shadow: 0px 1px 0px #636363;
      transition: box-shadow ease-in-out 300ms; }
      .productView-options__guide-link:hover, .productView-options__guide-link:focus, .productView-options__guide-link:focus-visible {
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0); }
  .productView-options__stock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.33333rem;
    padding-top: 1.25rem;
    padding-left: 1rem; }

.icon--guide {
  width: 30px;
  height: 12px;
  margin-right: 1rem; }
  @media (min-width: 768px) {
    .icon--guide {
      width: 40px;
      height: 12px; } }

.icon--stock {
  width: 15px;
  height: 15px;
  margin-right: 0.41667rem; }

.tabs-contents--dtl {
  font-size: 1.33333rem; }

.accordion--productdtl {
  border-radius: 0px;
  border: none; }

.icon--productdtl {
  width: 0.58333rem;
  height: 0.58333rem;
  position: absolute;
  right: 0.83333rem;
  top: 50%;
  transform: translateY(-50%); }

.content--productdtl {
  height: 0px;
  overflow: hidden;
  padding: 1.16667rem 0 1.16667rem 0; }
  .content--productdtl.active {
    height: auto; }
  .content--productdtl p, .content--productdtl ul {
    margin-bottom: 1.5rem; }
    .content--productdtl p:last-child, .content--productdtl ul:last-child {
      margin-bottom: 0; }

.accordion-navigation--productdtl {
  border: none; }
  .accordion-navigation--productdtl > a {
    text-decoration: none;
    padding: 0.58333rem 0;
    font-size: 1rem;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .accordion-navigation--productdtl > a {
        padding: 0.58333rem 0;
        font-size: 1rem; } }
    .accordion-navigation--productdtl > a:hover, .accordion-navigation--productdtl > a:focus {
      background: #fff;
      text-decoration: none; }
  .accordion--productdtl .accordion-navigation--productdtl {
    margin-bottom: 0.5rem !important; }
  .accordion-navigation--productdtl.active > a .icon--plus::after {
    display: none; }

.tabs--product-dtl {
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
  margin-top: 2.5rem; }

.dropdown-menu--sharethis {
  max-width: 220px;
  min-width: 130px;
  background-color: white; }
  .dropdown-menu--sharethis.is-open {
    border: none;
    box-shadow: 0px 0px 0.8em rgba(0, 0, 0, 0.15);
    margin-top: 8px;
    border-radius: 0.3em; }
    .dropdown-menu--sharethis.is-open::before {
      content: "";
      width: 0px;
      height: 0px;
      display: block;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #ffffff;
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%); }

.tab--product-dtl {
  border: none; }
  .tab--product-dtl.is-active {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .tab--product-dtl.is-active {
        border: none; } }

.tab--sharethis {
  float: right; }

.tab-title--product-dtl {
  padding: 1.66667rem 2.5rem;
  font-size: 1.33333rem;
  line-height: 1;
  letter-spacing: 0.02em; }
  @media (min-width: 768px) {
    .tab-title--product-dtl {
      padding: 1.25rem 1.25rem; } }
  @media (min-width: 992px) {
    .tab-title--product-dtl {
      padding: 1.66667rem 1.66667rem; } }
  @media (min-width: 1261px) {
    .tab-title--product-dtl {
      padding: 1.66667rem 2.5rem; } }

.tab.is-active .tab-title {
  font-weight: normal; }

.icon-sharethis {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.41667rem; }

.socialLinks--product-dtl {
  display: flex;
  flex-direction: column; }
  .socialLinks--product-dtl .socialLinks-item {
    display: block;
    margin-right: 0;
    margin-bottom: 0; }

.socialLinks .icon-socialLinks {
  margin-right: 0.83333rem;
  width: 1.25rem;
  height: 1.25rem; }

.socialLinks-item .socialLinks--link {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40px;
  align-items: center;
  padding: 0 1.25rem; }
  .socialLinks-item .socialLinks--link svg {
    display: block; }
  .content--productdtl .socialLinks-item .socialLinks--link {
    padding: 0; }

.socialLinks-title {
  display: block;
  font-size: 1.25rem;
  margin-right: 0.41667rem; }

.product-customerviewed {
  margin-top: 8rem;
  padding-bottom: 5.58333rem; }
  @media (max-width: 767.98px) {
    .product-customerviewed {
      margin-top: 2.33333rem;
      padding-bottom: 2.33333rem; } }
  .product-customerviewed .outfit-loader {
    margin: 0 0 20px;
    position: static; }
  .product-customerviewed__title {
    margin-bottom: 1.66667rem;
    font-size: 1.33333rem; }
    .product-customerviewed__title.related-block-title {
      font-size: 1rem;
      letter-spacing: 0.08em;
      margin: 0;
      padding: 30px 0;
      min-height: 74px; }

.slick-arrow--custom-one {
  background-color: transparent; }
  .slick-arrow--custom-one:hover, .slick-arrow--custom-one:focus {
    background-color: transparent; }
  .slick-arrow--custom-one.slick-prev::before, .slick-arrow--custom-one.slick-next::before {
    background-size: 15px 25px; }
  .slick-arrow--custom-one.slick-prev::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.8 20.6' style='enable-background:new 0 0 10.8 20.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23BABABA;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M10.3,20.6c0.1,0,0.3,0,0.4-0.1c0.2-0.2,0.2-0.5,0-0.7l-9.4-9.4l9.4-9.4c0.2-0.2,0.2-0.5,0-0.7s-0.5-0.2-0.7,0 L0.1,9.9c-0.2,0.2-0.2,0.5,0,0.7l9.8,9.8C10,20.5,10.1,20.6,10.3,20.6z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  .slick-arrow--custom-one.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 20.6'%3E%3Cpath d='M.5 20.6c-.1 0-.3 0-.4-.1-.2-.2-.2-.5 0-.7l9.4-9.4L.1.9C0 .7 0 .3.1.1s.5-.2.7 0l9.8 9.8c.2.2.2.5 0 .7L.8 20.4c0 .1-.2.2-.3.2z' fill='%23bababa'/%3E%3C/svg%3E"); }
  @media (min-width: 1261px) {
    .slick-arrow--custom-one.slick-next {
      right: -2.375rem; } }
  @media (min-width: 1261px) {
    .slick-arrow--custom-one.slick-prev {
      left: -2.375rem; } }

.modal--default {
  border-radius: 0px;
  padding: 2.5rem;
  text-align: center;
  z-index: 2000; }

.modal.open {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.modal-close::before, .modal-close::after {
  display: none; }

@media (max-width: 767.98px) {
  .modal-header {
    padding-left: 4.16667rem;
    padding-right: 4.16667rem; } }

.modal-header-title {
  line-height: 1.35;
  text-align: left; }

.modal-header--custom-one {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media (max-width: 767.98px) {
    .modal-header--custom-one {
      padding-left: 2.08333rem;
      padding-right: 4.16667rem; } }
  @media (min-width: 768px) {
    .modal-header--custom-one {
      padding-top: 4.5rem;
      padding-bottom: 3.83333rem;
      padding: 3.83333rem 4.66667rem 3.16667rem 4.66667rem; } }

.modal--sizes {
  min-height: 220px;
  max-width: 540px; }
  @media (min-width: 768px) {
    .modal--sizes {
      max-width: 540px; } }

.modal-sizes {
  padding-top: 0.83333rem; }
  @media (min-width: 768px) {
    .modal-sizes {
      padding-top: 0.83333rem; } }
  .modal-sizes__title {
    margin-bottom: 1.66667rem; }
    @media (min-width: 768px) {
      .modal-sizes__title {
        margin-bottom: 2.08333rem; } }
  .modal-sizes__btn-grp {
    flex-direction: row;
    justify-content: center;
    max-width: 284px; }
  .modal-sizes__btn {
    max-width: 270px; }
    .modal-sizes__btn-continue {
      width: 100%; }
  .modal-sizes__icon {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .modal-sizes__icon {
        margin-bottom: 1.25rem; } }
    .modal-sizes__icon .icon {
      width: 2.08333rem;
      height: 2.08333rem; }
      .modal-sizes__icon .icon > svg {
        fill: #f2668d; }
      @media (min-width: 768px) {
        .modal-sizes__icon .icon {
          width: 2.91667rem;
          height: 2.91667rem; } }

.button--close {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1; }

@media (max-width: 767.98px) {
  .cart-item-block {
    margin-bottom: 0.83333rem; }
    .cart-item-block:last-child {
      margin-bottom: 0; } }

x .cart-item-brand {
  font-size: 1rem;
  font-weight: 500; }

body.body-product {
  padding-bottom: 100px;
  background-color: #fafafa; }
  @media (max-width: 767.98px) {
    body.body-product {
      padding-bottom: 60px; } }
  body.body-product div.body {
    background-color: white; }

.modal__title {
  margin-bottom: 2.08333rem; }

.modal__product-list .productGrid {
  margin-left: -0.16667rem;
  margin-right: -0.16667rem; }
  @media (min-width: 768px) {
    .modal__product-list .productGrid {
      margin-left: -0.25rem;
      margin-right: -0.25rem; } }
  .modal__product-list .productGrid .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.16667rem;
    padding-right: 0.16667rem;
    padding-bottom: 0.16667rem;
    padding-top: 0.16667rem; }
    @media (min-width: 551px) {
      .modal__product-list .productGrid .product {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        padding-bottom: 0.25rem;
        padding-top: 0.25rem; } }

.modal__product-list .pagination {
  display: none; }

.modal .productView-title {
  text-align: center;
  font-size: 1.41667rem;
  color: #000;
  font-weight: 500; }
  @media (min-width: 768px) {
    .modal .productView-title {
      text-align: left;
      margin-top: 0.33333rem; } }

.modal .previewCart .productView {
  padding: 0;
  float: none;
  width: 100%;
  margin: 0;
  display: block; }
  .modal .previewCart .productView::before, .modal .previewCart .productView::after {
    display: none; }

.modal .previewCart .productView-image {
  padding: 0; }
  @media (max-width: 767.98px) {
    .modal .previewCart .productView-image {
      margin-bottom: 1.66667rem; } }
  @media (min-width: 768px) {
    .modal .previewCart .productView-image {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0;
      min-height: inherit; } }

@media (min-width: 768px) {
  .modal .previewCart .productView-img-container:after {
    padding-bottom: 149.8%; } }

@media (max-width: 767.98px) {
  .modal .previewCart .productView-details {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .modal .previewCart .productView-details {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: flex-start;
    padding-left: 0;
    margin-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    height: 100%;
    justify-content: space-between; } }

.modal .previewCartCheckout {
  background: #eee;
  margin-bottom: 2.08333rem; }
  @media (min-width: 768px) {
    .modal .previewCartCheckout {
      width: 35%;
      margin-bottom: 0; } }
  @media (min-width: 1261px) {
    .modal .previewCartCheckout {
      width: 30%;
      margin-bottom: 0; } }

.modal .productView-brand {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 1.25rem;
  color: #aaaaaa; }
  @media (min-width: 768px) {
    .modal .productView-brand {
      font-size: 14px;
      margin: 0;
      font-weight: 700;
      margin-bottom: 1.25rem; } }

.modal .productView-price {
  padding-top: 1rem;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  width: 100%;
  display: block; }
  @media (max-width: 767.98px) {
    .modal .productView-price {
      padding-top: 1rem;
      font-size: 1.25rem;
      margin-bottom: 1rem;
      text-align: center; } }
  @media (min-width: 768px) {
    .modal .productView-price {
      font-size: 1.25rem;
      text-align: left; } }
  @media (min-width: 1261px) {
    .modal .productView-price {
      font-size: 1.25rem; } }
  .modal .productView-price li {
    display: block; }

.modal .productView-details__checkout {
  margin-top: auto; }

.modal .productView-info-name,
.modal .productView-info-value {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal; }
  @media (max-width: 767.98px) {
    .modal .productView-info-name,
    .modal .productView-info-value {
      font-size: 0.9rem; } }

.modal .productView-info {
  margin-top: 0px;
  display: block;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  margin: 0.25rem 0; }
  @media (max-width: 767.98px) {
    .modal .productView-info {
      justify-content: center; } }
  .modal .productView-info::before, .modal .productView-info::after {
    display: none; }
  .modal .productView-info > :first-child {
    margin-top: 0;
    margin-bottom: 0; }

.productView-newsletter {
  padding-top: 3.33333rem;
  max-width: 430px;
  margin: 0 auto;
  width: 100%; }

.form--newsletter-prodtl {
  width: 100%; }

.btn-subscribe--sm {
  font-size: 1rem;
  padding: 0.83333rem 1.25rem; }

@media (min-width: 768px) {
  .modal--small {
    width: 695px; } }

@media (min-width: 768px) {
  .row--productView {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

@media (min-width: 768px) {
  .col--productView-content, .col--productView-image {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media (min-width: 768px) {
  .col--productView-content {
    flex: 0 0 55.5%;
    max-width: 55.5%; } }

@media (min-width: 768px) {
  .col--productView-image {
    flex: 0 0 44.5%;
    max-width: 44.5%; } }

@media (max-width: 767.98px) {
  .modal-body--addtocart {
    padding: 1.5625rem;
    padding-top: 0px;
    max-height: inherit !important; } }

@media (min-width: 768px) {
  .modal-body--addtocart {
    padding: 0 4.66667rem 4.16667rem 4.66667rem; } }

@media (min-width: 768px) {
  .modal-body--addtocart-list {
    min-height: 410px; } }

.modal--addtocart .modal-close {
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #121212; }
  .modal--addtocart .modal-close:hover, .modal--addtocart .modal-close:focus {
    fill: black; }
  @media (min-width: 768px) {
    .modal--addtocart .modal-close {
      width: 4.66667rem;
      height: 4.66667rem; } }

.icon--close {
  width: 15px;
  height: 15px; }

.productView-remove {
  padding: 2.16667rem 0 0 0; }

.btn--addtocart {
  font-size: 1rem;
  padding: 1.2rem 0.5625rem;
  letter-spacing: 0.08em;
  border-color: black; }

.btn-disabled input.btn--addtocart {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  opacity: 0.65;
  cursor: not-allowed !important;
  pointer-events: none; }

.form-label--inlineSmall {
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.08333rem;
  margin-bottom: 0.83333rem;
  letter-spacing: 0.06em; }
  .form-label--inlineSmall small {
    color: red; }

.form-select.form-select--small {
  border-radius: 0px;
  font-size: 1rem;
  background-color: red;
  background-position: calc(100% - 0.5rem) center;
  height: 44px;
  padding: 0.83333rem 1.5rem;
  line-height: 1;
  border-color: #e6e6e6;
  background-color: #eee; }
  .form-select.form-select--small.options {
    background-color: white;
    border-color: #121212;
    color: black;
    border-width: 2px;
    line-height: 1.4; }

.form-wishlist {
  margin-left: 0.83333rem;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .form-wishlist {
      margin-left: 0.41667rem; } }

.bk-stock-countdown {
  width: 100%;
  padding-bottom: 1.66667rem; }

.bk-stock-countdown > div {
  margin: 5px 0;
  position: relative; }

.bk-stock-countdown .stock-countdown-message {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  -ms-grid-rows: 1fr;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.41667rem; }

.message__size {
  display: inline-flex;
  align-items: center; }
  .message__size::after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 51.9 31.2' style='enable-background:new 0 0 51.9 31.2;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='51.9,15.6 50.1,17.3 36.3,31.2 34.5,29.4 47.2,16.7 0,16.7 0,14.2 47,14.2 34.5,1.8 36.3,0 50.1,13.8 '/%3E%3C/g%3E%3Cg%3E%3Crect x='49.7' y='16.5' transform='matrix(0.7071 -0.7071 0.7071 0.7071 3.2858 40.8805)' width='2.5' height='0'/%3E%3C/g%3E%3Cg%3E%3Crect x='51' y='13.4' transform='matrix(0.7071 -0.7071 0.7071 0.7071 4.5445 40.3591)' width='0' height='2.5'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin-left: 10px;
    background-size: 12px auto;
    width: 22px;
    height: 8px;
    line-height: 1; }

.bk-stock-countdown .stock-countdown-message .message {
  -ms-grid-column: 1;
  margin: 0;
  font-style: initial;
  text-align: left; }

.bk-stock-countdown .stock-countdown-message .message span {
  line-height: normal; }

.bk-stock-countdown .stock-countdown-message a {
  -ms-grid-column: 2;
  text-decoration: none;
  color: #333;
  display: block; }

.bk-stock-countdown .stock-countdown-message .bkt--powered {
  -webkit-align-self: start;
  align-self: start; }

.bk-stock-countdown .stock-countdown-message a svg {
  vertical-align: middle; }

.bk-stock-countdown .stock-countdown-message a .bk-special-txt {
  font-style: normal;
  color: #5373f9; }

.bk-stock-countdown .progress-bar {
  width: 100%;
  padding: 0;
  height: 10px;
  float: none;
  position: relative;
  border-radius: 0px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin-bottom: 0;
  background-color: #f2f2f8; }
  .bk-stock-countdown .progress-bar > span {
    background-color: black; }

.bk-stock-countdown .progress-bar span {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  transition: width 1.2s ease;
  -webkit-transition: width 1.2s ease;
  -moz-transition: width 1.2s ease;
  -ms-transition: width 1.2s ease;
  -o-transition: width 1.2s ease; }

.bk-stock-countdown .progress-bar span::before {
  content: ""; }

.bk-stock-countdown .progress-bar span::after {
  content: ""; }

.productView-img-container {
  max-width: 100%; }
  @media (max-width: 767.98px) {
    .productView-img-container:after {
      padding-bottom: 90.8%; } }

@media (max-width: 767.98px) {
  .productView-image {
    max-width: 100%; } }

#productVideo.productView-image {
  overflow: visible; }

@media (min-width: 320px) and (max-width: 767.98px) {
  #productVideo.productView-image {
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .productView-img-container--custom::after {
    padding-bottom: 149.8%; } }

.modal--also-available .card-body {
  display: none !important; }

.modal--also-available .card {
  padding-bottom: 0; }

.chocolat-wrapper {
  z-index: 1006 !important; }

.modal-content--chart {
  padding: 2.2em 1em 1.5em 1em; }
  .modal-content--chart .table {
    margin: 0; }

.modal--chart .modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0; }

.productView-image .easyzoom-flyout {
  display: none !important; }

.modal-content--chart p {
  margin-bottom: 1em; }

.table {
  float: none; }

.table tr td,
.table tr th {
  padding: 0.75rem 1rem; }

@media (max-width: 767.98px) {
  .table-responsive {
    position: relative; }
    .table-responsive::after {
      display: inline-block;
      color: #646464;
      margin-top: 1em;
      content: "please swipe to right to see all sizes";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.1 48' %3E%3Cpath d='M62 .038c-1.1 0-2 1-1.9 2.1 0 .5.3 1.1.7 1.4l20.2 18.5H1.9c-1 0-2 1-1.9 2.1 0 1 1 2 2.1 1.9h78.8l-20.2 18.5c-.8.7-.9 2-.2 2.8.7.8 2 .9 2.8.2l24-22c.8-.7.9-2 .1-2.8 0-.1-.1-.1-.1-.1l-24-22c-.3-.5-.8-.7-1.3-.6z' /%3E%3C/svg%3E");
      padding-right: 24px;
      background-size: 14px;
      width: auto;
      background-repeat: no-repeat;
      background-position: 100% center;
      font-size: 13px;
      font-style: italic;
      padding-left: 5px; } }

div[data-content-region="product_below_price"] {
  display: none !important; }

.review-scroll {
  background: lightgrey;
  padding: 3px 6px;
  border-radius: 20px;
  color: black;
  font-size: 13px;
  text-decoration: none;
  background: white;
  padding: 3px 8px 4px 8px;
  border-radius: 20px;
  color: black;
  font-size: 13px;
  text-decoration: none;
  border: 2px #dedede solid;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .review-scroll:hover, .review-scroll:focus {
    background-color: #dedede; }

.productView-reviewLink--new {
  line-height: 1;
  padding: 4px 0;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase; }

.productView-reviewLink:hover {
  color: #1d1d20;
  text-decoration: underline; }

.rating--small .icon {
  margin-left: -1px; }

.productReview-author {
  font-size: 80%; }

.icn-write {
  width: 13px;
  display: inline-block; }

@media (min-width: 768px) {
  .modal-header-title--custom-one {
    font-size: 24px; } }

.txt-quote {
  font-family: georgia;
  font-size: 34px;
  opacity: 0.3;
  display: inline;
  line-height: 1;
  position: absolute;
  left: 0; }

.productReview-body {
  padding-left: 24px; }

.alertBox {
  margin-top: 0.75rem; }

/* added by Biplab mar 16 2023 */
.c-product-title-wrapper .custom_offer {
  text-align: center;
  padding: 0.41667rem 1.91667rem;
  background: #1d1d20;
  color: white;
  font-size: 0.83333rem;
  border-bottom: 0px;
  height: fit-content;
  justify-content: center;
  text-transform: uppercase; }

@media (min-width: 576px) {
  .c-product-title-txt {
    display: flex; } }

.c-product-title__txt .productView-title--custom {
  display: flex; }
  @media (max-width: 991px) {
    .c-product-title__txt .productView-title--custom {
      margin-top: 0; } }

.productView__media-wrapper .c-product-title__off-price {
  margin: 0;
  top: 10px;
  position: absolute;
  z-index: 2;
  left: 10px;
  flex-wrap: wrap; }

.c-product-title__off-price {
  margin-bottom: 2.33333rem; }
  @media (min-width: 768px) {
    .c-product-title__off-price {
      margin-bottom: 2.33333rem;
      margin-top: 2.33333rem; } }
  @media (min-width: 1261px) {
    .c-product-title__off-price {
      margin-top: 0; } }

.c-off-price {
  position: absolute;
  background: white;
  padding: 0px 12px;
  z-index: 5;
  left: 30px;
  top: 68px; }
  @media (min-width: 576px) {
    .c-off-price {
      left: 125px;
      top: 50px; } }
  @media (min-width: 768px) {
    .c-off-price {
      left: 35px;
      top: 65px; } }
  @media (min-width: 992px) {
    .c-off-price {
      left: 50px; } }
  @media (min-width: 1180px) {
    .c-off-price {
      left: 88px; } }
  @media (min-width: 1200px) {
    .c-off-price {
      left: 150px;
      top: 70px; } }
  .c-off-price__txt {
    font-size: 12px; }

.productView-options__block + .ins-preview-wrapper.ins-preview-wrapper-14 {
  z-index: 0 !important;
  margin-bottom: 1rem !important; }

.ins-preview-wrapper {
  clear: both; }

.predict-placement {
  width: 100%; }
  @media (min-width: 576px) {
    .predict-placement {
      width: auto; } }

.description-size-chart__content {
  font-size: 1rem; }
  .description-size-chart__content p {
    font-size: 1rem !important;
    margin-bottom: 1rem; }
  .description-size-chart__content .table {
    margin-top: 1rem;
    border-color: #dcdcdc;
    margin-bottom: 0;
    min-width: 525px; }
    @media (min-width: 768px) {
      .description-size-chart__content .table {
        margin-top: 1.5rem; } }
    .description-size-chart__content .table tr td {
      border-color: #dcdcdc;
      line-height: 1.1; }
    .description-size-chart__content .table tr:nth-child(odd) td {
      background-color: #f5f5f5 !important; }

.predict-placement {
  width: auto !important;
  margin-top: 0 !important; }

.jdgm-rev-widg__summary,
.jdgm-widget-actions-wrapper,
.jdgm-rev-widg__sort-wrapper {
  display: none; }

.writeReview-form .jdgm-rev-widg__title,
.writeReview-form .jdgm-form__reviewer-name-format-container,
.writeReview-form .jdgm-rev-widg__body,
.writeReview-form .jdgm-rev__br:empty,
.writeReview-form .jdgm-form__title-fieldset {
  display: none; }

.jdgm-form-wrapper {
  margin-top: 0;
  border-top: none; }

.jdgm-rev__timestamp {
  font-size: 13px; }

.jdgm-widget label {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 0;
  margin-right: 0; }

.jdgm-rev__title {
  margin-bottom: 10px;
  font-size: 1rem; }

.jdgm-rev-widg.jdgm-rev-widg {
  margin-top: 0; }

.jdgm-rev__author {
  vertical-align: middle;
  color: #858585; }

.jdgm-widget input:not([type="submit"]),
.jdgm-widget textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 0.1s ease-out;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 0;
  border-color: #f6f6f6;
  height: 2.8125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.jdgm-widget textarea {
  height: auto; }

.jdgm-form > div {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .jdgm-form > div {
      margin-bottom: 2rem; } }

.jdgm-widget .jdgm-submit-rev {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-weight: 400;
  cursor: pointer;
  margin-top: 0; }
  .jdgm-widget .jdgm-submit-rev:hover, .jdgm-widget .jdgm-submit-rev:focus {
    color: #fff;
    background-color: #6d6e71;
    border-color: #6d6e71; }

.jdgm-form-wrapper {
  display: block !important; }

.tab-mob-judgeme .jdgm-form-wrapper {
  display: none !important; }

.tab-content .jdgm-form-wrapper {
  display: none !important; }

.writejudgemereviews {
  display: flex;
  gap: 12px;
  align-items: center; }

.on-tab-review {
  cursor: not-allowed;
  position: relative;
  z-index: -1; }

.jdgm-preview-badge .jdgm-star {
  color: #ffd700 !important; }

.jdgm-prev-badge__stars {
  display: flex;
  height: 22px;
  align-items: center; }

.jdgm-widget .jdgm-prev-badge {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px; }

.jdgm-star {
  font-size: 13px;
  line-height: 1;
  color: #ffd700 !important;
  /* height: 10px; */ }

.jdgm-prev-badge__text,
.productView-rating .jdgm-prev-badge:before {
  background: lightgrey;
  background: white;
  padding: 2px 9px 2px 9px;
  border-radius: 20px;
  color: black;
  font-size: 0.91667rem;
  text-decoration: none;
  border: 2px #dedede solid;
  line-height: 1.4;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.productView-rating .jdgm-prev-badge:before {
  content: 'Write a Review';
  color: black;
  font-size: 0.91667rem;
  text-indent: initial;
  order: 9; }

.productView-rating .jdgm-prev-badge .jdgm-prev-badge__text {
  order: 10;
  text-transform: capitalize; }

.productView-rating .jdgm-prev-badge[data-number-of-reviews="0"]:before {
  content: unset; }

.productView-rating .jdgm-prev-badge[data-number-of-reviews="0"] .jdgm-prev-badge__text {
  font-size: 0;
  text-indent: -9px; }
  .productView-rating .jdgm-prev-badge[data-number-of-reviews="0"] .jdgm-prev-badge__text:before {
    content: 'Write a Review';
    color: black;
    font-size: 0.91667rem;
    text-indent: initial; }

.jdgm-rev-widg__reviews {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-wrap: wrap; }

.jdgm-rev__header {
  margin-bottom: 15px; }

.jdgm-rev {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: none;
  margin-top: 0; }

.jdgm-rev__body {
  font-style: normal;
  padding-left: 0;
  padding-right: 0;
  position: relative; }

.jdgm-rev__body > p {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.6;
  display: inline;
  /* float: left; */ }

.jdgm-widget--tab .jdgm-rev__title {
  font-size: 1rem;
  font-weight: 500;
  margin: 1rem 0 0.5rem 0; }

.jdgm-widget--tab .jdgm-rev__timestamp {
  display: none; }

.jdgm-widget--tab .jdgm-rev__author {
  vertical-align: middle;
  font-weight: 500;
  color: black; }

.jdgm-widget--tab .jdgm-quest,
.jdgm-widget--tab .jdgm-rev {
  border-color: #fafafa;
  border-top-style: dashed; }

.jdgm-rev-widg__title {
  font-size: 1.25rem; }

.jdgm-rev__body::before,
.jdgm-rev__body::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.563 8.469l-0.813-1.25c-5.625 3.781-8.75 8.375-8.75 12.156 0 3.656 2.688 5.375 4.969 5.375 2.875 0 4.906-2.438 4.906-5 0-2.156-1.375-4-3.219-4.688-0.531-0.188-1.031-0.344-1.031-1.25 0-1.156 0.844-2.875 3.938-5.344zM21.969 8.469l-0.813-1.25c-5.563 3.781-8.75 8.375-8.75 12.156 0 3.656 2.75 5.375 5.031 5.375 2.906 0 4.969-2.438 4.969-5 0-2.156-1.406-4-3.313-4.688-0.531-0.188-1-0.344-1-1.25 0-1.156 0.875-2.875 3.875-5.344z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  display: inline-block;
  height: 10px;
  opacity: 1;
  position: relative;
  margin-right: 5px; }

.jdgm-rev__body::after {
  /* left: auto; */
  /* right: 0px; */
  transform: rotate(180deg);
  /* top: 0; */
  margin-right: 0;
  margin-left: 5px; }

#modal-review-form .modal-content {
  width: 100%;
  border-radius: 0px; }

.product-available--sizing {
  letter-spacing: 0.08em; }

.productView-offers {
  max-width: 100%;
  margin-top: 3.16667rem;
  gap: 20px; }
  .productView-offers--txt {
    font-size: 0.75rem;
    line-height: 1.15; }
  .footer-offers__items .productView-offers--block {
    gap: 10px; }

.MagicZoomSelectors a.white-bg {
  margin: 3px; }

.MagicZoomSelectors .mcs-wrapper {
  left: 36px !important;
  right: 36px !important; }

.MagicZoomSelectors {
  margin: 5px 15px !important; }

.MagicZoomSelectors .MagicScroll-horizontal .mcs-button-arrow-prev:before,
.MagicZoomSelectors .MagicScroll-horizontal .mcs-button-arrow-next:before,
.MagicZoomSelectors .MagicScroll-vertical .mcs-button-arrow-prev:before,
.MagicZoomSelectors .MagicScroll-vertical .mcs-button-arrow-next:before {
  content: "";
  border-width: 0.08333rem;
  border-color: #a5a5a5; }

.MagicZoomSelectors .MagicScroll-horizontal .mcs-button-arrow-prev {
  left: -10px; }

.MagicZoomSelectors .MagicScroll-horizontal .mcs-button-arrow-next {
  right: -10px; }

figure.mz-figure {
  display: block !important; }

@media (max-width: 767.98px) {
  .MagicZoomGallery {
    min-height: 620px; }
    .MagicZoomGallery .mz-hint {
      bottom: 50px; }
  .productView-thumbnails {
    opacity: 0;
    max-height: 50px;
    overflow: hidden; }
  .productView-images .MagicZoomSelectors {
    min-height: 50px;
    max-height: 50px; }
    .productView-images .MagicZoomSelectors .MagicScroll {
      height: 50px; }
    .productView-images .MagicZoomSelectors div.mcs-item {
      max-width: 20px;
      height: 30px; }
    .productView-images .MagicZoomSelectors .mcs-loader {
      display: none; }
    .productView-images .MagicZoomSelectors .MagicScroll-horizontal {
      max-height: 30px;
      min-height: 30px;
      margin-top: 15px; }
    .productView-images .MagicZoomSelectors .MagicScroll a img {
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      width: 0;
      height: 0; }
    .productView-images .MagicZoomSelectors .mcs-items-container {
      display: flex;
      justify-content: center; }
      .productView-images .MagicZoomSelectors .mcs-items-container .mz-thumb:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 20px;
        border: 1px solid #1d1d20;
        display: inline-block; }
      .productView-images .MagicZoomSelectors .mcs-items-container .mz-thumb.mz-thumb-selected:before {
        background: #1d1d20; } }

.btn--cav {
  margin-top: 1rem; }

@media (max-width: 767.98px) {
  .productCarousel--cab {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.productCarousel--cab > .slick-prev,
.productCarousel--cab > .slick-next {
  background-color: #5b5b5b;
  padding: 0;
  display: none !important; }

.productCarousel--cab .slick-prev {
  left: -13px; }
  @media (min-width: 1261px) {
    .productCarousel--cab .slick-prev {
      left: 0; } }

.productCarousel--cab .slick-next {
  right: -13px; }
  @media (min-width: 1261px) {
    .productCarousel--cab .slick-next {
      right: 0; } }

.productCarousel--cab .slick-next,
.productCarousel--cab .slick-prev {
  height: 3.16667rem;
  width: 3.16667rem; }
  @media (max-width: 767.98px) {
    .productCarousel--cab .slick-next,
    .productCarousel--cab .slick-prev {
      height: 2.5rem;
      width: 2.5rem; } }
  .productCarousel--cab .slick-next::before,
  .productCarousel--cab .slick-prev::before {
    display: block;
    height: 3.16667rem;
    width: 3.16667rem; }
    @media (max-width: 767.98px) {
      .productCarousel--cab .slick-next::before,
      .productCarousel--cab .slick-prev::before {
        height: 2.5rem;
        width: 2.5rem; } }

.productCarousel--cab.productCarousel--caf {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 551px) {
    .productCarousel--cab.productCarousel--caf {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 551px) {
    .productCarousel--cab.productCarousel--caf .productCarousel-slide {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1261px) {
    .productCarousel--cab.productCarousel--caf .productCarousel-slide {
      padding-left: 20px;
      padding-right: 20px; } }
  .productCarousel--cab.productCarousel--caf .slick-prev {
    left: -15px; }
    @media (min-width: 1261px) {
      .productCarousel--cab.productCarousel--caf .slick-prev {
        left: 0; } }
  .productCarousel--cab.productCarousel--caf .slick-next {
    right: -15px; }
    @media (min-width: 1261px) {
      .productCarousel--cab.productCarousel--caf .slick-next {
        right: 0; } }

.product-sticky-bar {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: red;
  height: 100px; }

.product-sticky-bar__wrapper {
  bottom: -60px;
  position: fixed;
  -webkit-transition: bottom 0.3s ease-out;
  -o-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  width: 100%;
  z-index: 1000; }
  .product-sticky-bar__wrapper.show {
    bottom: 0; }
    @media (min-width: 1261px) {
      .product-sticky-bar__wrapper.show {
        bottom: 20px; } }

.product-sticky-bar__form {
  background-color: white;
  -webkit-box-shadow: 0 6px 22px 0 rgba(117, 117, 117, 0.28);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }
  .product-sticky-bar__form .form-wishlist {
    position: absolute;
    right: 0;
    width: 5.2%;
    margin: 0;
    right: 23.5%;
    height: 100%;
    border-left: 1px #efefef solid;
    display: none; }
    @media (min-width: 1261px) {
      .product-sticky-bar__form .form-wishlist {
        display: block; } }
    .product-sticky-bar__form .form-wishlist > div {
      height: 100%; }
    .product-sticky-bar__form .form-wishlist .btn {
      width: 100%;
      height: 100%;
      padding: 0;
      text-indent: -9999px;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.7 29'%3E%3Cpath d='M9.3 0C3.7 0 0 4.6 0 9.7c0 4.8 2.7 8.9 6 12.2 3.3 3.3 7.3 5.7 10 7.1.2.1.5.1.7 0 2.7-1.4 6.7-3.8 10-7.1s6-7.4 6-12.2C32.7 4.6 29 0 23.4 0c-3.3 0-5.5 1.7-7.1 3.9-1.5-2.2-3.7-3.9-7-3.9m0 1.5c3.2 0 4.9 1.6 6.4 4.1.2.4.7.5 1 .3l.3-.3c1.5-2.5 3.2-4.1 6.4-4.1 4.8 0 7.8 3.8 7.8 8.2 0 4.2-2.4 8-5.6 11.1-3 3-6.7 5.3-9.3 6.6-2.6-1.4-6.2-3.6-9.3-6.6-3.2-3.1-5.6-6.9-5.6-11.1.1-4.4 3.1-8.2 7.9-8.2' fill='%23000'/%3E%3C/svg%3E");
      background-size: 20px 18px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-color: white;
      border: none; }

.product-sticky-bar__form-left {
  width: 100%;
  background-color: white;
  display: flex;
  align-items: stretch; }

.product-sticky-bar__details-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  justify-content: space-between;
  padding: 0 calc(var(--spacing-unit) * 2.5) 0 calc(var(--spacing-unit) * 4); }
  @media (min-width: 1261px) {
    .product-sticky-bar__details-wrapper {
      width: 61.5%;
      display: flex; } }

.product-sticky-bar__size-wrapper {
  position: relative;
  width: 117px;
  display: inline-flex;
  border-left: 1px #efefef solid; }
  .product-sticky-bar__size-wrapper::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon-svg-full' viewBox='0 0 12 7'%3E%3Cpath d='M0 .6.5 0 6 5.9 11.5 0l.5.6L6 7z' style='fill:%23121212'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    width: 9px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 0; }

.product-sticky-bar__txtholder-txt,
.product-sticky-bar__price {
  font-size: 1rem; }
  @media (min-width: 1261px) {
    .product-sticky-bar__txtholder-txt,
    .product-sticky-bar__price {
      font-size: 1.41667rem; } }

.product-sticky-bar__select {
  background-color: transparent;
  border: none;
  padding: calc(var(--spacing-unit) * 2.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.06em;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.product-sticky-bar__button-wrapper {
  margin-left: auto;
  width: calc(100% - 160px);
  display: inline-flex; }
  @media (min-width: 1261px) {
    .product-sticky-bar__button-wrapper {
      width: 23.5%; } }
  .product-sticky-bar__button-wrapper .btn--addtocart {
    background-color: black;
    border-color: black;
    color: white; }
    .product-sticky-bar__button-wrapper .btn--addtocart:hover, .product-sticky-bar__button-wrapper .btn--addtocart:focus, .product-sticky-bar__button-wrapper .btn--addtocart:focus-visible {
      background-color: #636363;
      border-color: #636363;
      color: white; }

.price-login {
  gap: 0.35em;
  font-size: 1.2rem;
  padding-bottom: 0.2em; }
  .price-login a {
    text-decoration: none; }
    .price-login a:hover {
      text-decoration: underline; }

body.body-product .body {
  opacity: 1; }

.jdgm-widget--tab .jdgm-rev-widg__header {
  display: none !important; }

.body-product .wair-css.wair-css.wair-css * {
  letter-spacing: 0.08em !important;
  font-family: Roboto, Arial, Helvetica, sans-serif !important; }

.body-product .wair-css.wair-css.wair-css .wr-text-base {
  font-size: 1rem !important; }

.body-product .wair-css.wair-css.wair-css h1,
.body-product .wair-css.wair-css.wair-css h2,
.body-product .wair-css.wair-css.wair-css h3,
.body-product .wair-css.wair-css.wair-css h4,
.body-product .wair-css.wair-css.wair-css h5,
.body-product .wair-css.wair-css.wair-css h6,
.body-product .wair-css.wair-css.wair-css a,
.body-product .wair-css.wair-css.wair-css button {
  font-family: Roboto, Arial, Helvetica, sans-serif !important; }

.body-product .wair-css.wair-css.wair-css button {
  letter-spacing: 0.08em !important; }

.body-product .wair-css.wair-css.wair-css .wr-transition-opacity {
  color: #636363 !important; }

.body-product .wair-css.wair-css.wair-css .wr-leading-none {
  line-height: 18px !important; }

.on-tab-review .jdgm-prev-badge__stars {
  display: none; }

.on-tab-review .jdgm-prev-badge__text {
  /* background: red; */
  border: none;
  border-radius: 0px;
  padding: 0;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.5; }

.productCarousel--available-mob > .productCarousel-slide.available {
  width: 42.32%; }
  @media (min-width: 550px) {
    .productCarousel--available-mob > .productCarousel-slide.available {
      width: 30.65%; } }
  @media (min-width: 768px) {
    .productCarousel--available-mob > .productCarousel-slide.available {
      width: 30.95%; } }
  @media (min-width: 992px) {
    .productCarousel--available-mob > .productCarousel-slide.available {
      width: 31.55%; } }
  @media (min-width: 1200px) {
    .productCarousel--available-mob > .productCarousel-slide.available {
      width: 119px; } }

.skeleton-isLoading .relative {
  position: relative;
  height: 33%;
  margin-bottom: 20px; }

.skeleton-isLoading .ht-100 {
  height: 100px; }

.skeleton-isLoading .ht-200 {
  height: 200px; }

.skeleton-isLoading .ht-rest {
  height: calc(100% - 500px); }

.skeleton-isLoading .absolute {
  position: absolute;
  background: #F4F4F4FF;
  inset: 0; }

.skeleton-isLoading .animate-loading {
  background-image: linear-gradient(90deg, #ccc0, #ccccccb3 50%, #ccc0);
  animation: loading 1.5s infinite; }

@media (max-width: 1260px) {
  .skeleton-isLoading.productView__info-wrapper {
    padding: 0;
    height: 1260px; } }

.info-main {
  position: absolute;
  visibility: hidden;
  z-index: -99; }

.shipping-return {
  display: flex;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 11px;
  gap: 8px;
  justify-content: space-around; }
  @media (max-width: 767.98px) {
    .shipping-return {
      margin-top: 4px; } }
  .shipping-return > div {
    display: flex;
    align-items: center;
    gap: 8px; }

.c-product-title-wrapper.absolute {
  position: absolute;
  visibility: hidden; }

@keyframes loading {
  0% {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }

/* Modal
===============================*/
.page__main-headline {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .page__main-headline {
      margin-bottom: 3.33333rem; } }

.page__main-title {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .page__main-title {
      margin-bottom: 1.66667rem; } }

.page__main-subtitle {
  font-size: 1.25rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .page__main-subtitle {
      font-size: 1.33333rem;
      margin-bottom: 0; } }

.page--row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.page--col {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.page-title__subcateory {
  text-align: center; }
  .page-title__subcateory h1.magazine-title {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase; }
  .page-title__subcateory > p {
    text-transform: uppercase; }

.prodImgSlider.slick-slide {
  position: relative;
  transform: scale(1, 1);
  transform: none;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .prodImgSlider.slick-slide::after {
    content: "";
    display: block;
    padding-bottom: 149.8%; }
  .prodImgSlider.slick-slide:hover {
    transform: scale(1.1, 1.1); }

.card-img-container--listing::after {
  display: none; }

@media (min-width: 1261px) {
  .card-img-container--listing .js-related-product-arrow {
    opacity: 0;
    transition: opacity 300ms ease-in-out; }
  .card-img-container--listing:hover .js-related-product-arrow {
    opacity: 1; } }

.subCatLoadedInPopupMagazine {
  margin-bottom: 0; }

.page-title--subcategory-magazine {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.66667rem; }
  @media (min-width: 768px) {
    .page-title--subcategory-magazine {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1261px) {
    .page-title--subcategory-magazine {
      margin-bottom: 3.33333rem; } }
  .page-title--subcategory-magazine h1,
  .page-title--subcategory-magazine .magazine-title {
    margin-top: 0px; }
  .page-title--subcategory-magazine > p {
    margin-bottom: 0; }

.subproductGrid {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  list-style: none; }
  .subproductGrid__item {
    width: 100%;
    display: block; }
  .subproductGrid__card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .subproductGrid__card {
        margin-top: 2.08333rem;
        margin-bottom: 2.08333rem;
        flex-direction: row; } }
    @media (min-width: 768px) {
      .subproductGrid__card:nth-child(even) {
        flex-direction: row-reverse !important; } }
  .subproductGrid__figure, .subproductGrid__textholder {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .subproductGrid__figure, .subproductGrid__textholder {
        width: 50%; } }
    .subproductGrid__figure.bytrend, .subproductGrid__textholder.bytrend {
      width: 100%; }
  .subproductGrid__figure {
    margin: 0; }
    @media (max-width: 768px) {
      .subproductGrid__figure {
        margin-bottom: 1.66667rem; } }
    .subproductGrid__figure > a {
      display: block; }
  .subproductGrid__img-container {
    display: block;
    position: relative; }
    .subproductGrid__img-container::after {
      content: "";
      padding-bottom: 124%;
      display: block; }
  .subproductGrid__title {
    margin-bottom: 1.66667rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .subproductGrid__title {
        margin-bottom: 2.08333rem; } }
  .subproductGrid__description {
    font-size: 1.16667rem;
    margin-bottom: 1.66667rem; }
    @media (min-width: 768px) {
      .subproductGrid__description {
        font-size: 1.33333rem;
        margin-bottom: 2.5rem; } }
  .subproductGrid__button {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 551px) {
      .subproductGrid__button {
        flex-direction: row; } }

.page-content__wrapper {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  .subproductShopby {
    margin-left: -20px;
    margin-right: -20px; } }

.subproductShopby__card {
  text-align: center;
  margin-bottom: 4.16667rem;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 768px) {
    .subproductShopby__card {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 2.08333rem; } }

.subproductShopby__figure {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .subproductShopby__figure {
      margin-bottom: 1.66667rem; } }
  .subproductShopby__figure > a {
    display: block; }
  .subproductShopby__figure__textholder {
    width: 100%; }

.subproductShopby__img-container {
  position: relative; }
  .subproductShopby__img-container img {
    margin: 0; }
  .subproductShopby__img-container.trend::before {
    content: "";
    padding-bottom: 21%;
    display: block; }
  .subproductShopby__img-container.age::before {
    content: "";
    padding-bottom: 24.5%;
    display: block; }

.subproductShopby__title > a {
  text-decoration: none; }

/* footer
======================*/
.branding_link {
  display: inline-flex;
  align-items: center; }
  .branding_link > span {
    line-height: 1; }

/* blog
===========================*/
.blog-title {
  margin-bottom: 0.83333rem; }

.blog-post__tags {
  display: block; }

.tags {
  text-transform: uppercase; }

.blog-tags {
  margin-top: 2.08333rem; }

@media (min-width: 1261px) {
  .blog-post-body {
    width: 70%; } }

.form--remove {
  margin-bottom: 0; }

.embed-responsive-1by1 {
  max-width: 500px; }

.loadMoreColors > a,
.loadMoreColorsFacated > a {
  color: black;
  text-decoration: none; }
  .loadMoreColors > a:hover, .loadMoreColors > a:focus,
  .loadMoreColorsFacated > a:hover,
  .loadMoreColorsFacated > a:focus {
    text-decoration: underline; }

.card--alternate:hover .loadMoreColors > a,
.card--alternate:hover .loadMoreColorsFacated > a, .card--alternate:focus .loadMoreColors > a,
.card--alternate:focus .loadMoreColorsFacated > a {
  color: white; }
  .card--alternate:hover .loadMoreColors > a:hover, .card--alternate:hover .loadMoreColors > a:focus,
  .card--alternate:hover .loadMoreColorsFacated > a:hover,
  .card--alternate:hover .loadMoreColorsFacated > a:focus, .card--alternate:focus .loadMoreColors > a:hover, .card--alternate:focus .loadMoreColors > a:focus,
  .card--alternate:focus .loadMoreColorsFacated > a:hover,
  .card--alternate:focus .loadMoreColorsFacated > a:focus {
    color: white; }

button.swal2-confirm,
.swal2-confirm {
  background-color: #f2668d !important;
  border-color: #f2668d !important;
  color: white; }
  button.swal2-confirm:hover, button.swal2-confirm:focus,
  .swal2-confirm:hover,
  .swal2-confirm:focus {
    background-color: #1d1d20 !important;
    border-color: #1d1d20 !important; }

[data-content-region="home_below_featured_products"] [data-sub-layout] {
  padding: 0; }

.c-offers {
  background-color: #ededed;
  text-align: center;
  padding-top: 5.83333rem;
  padding-bottom: 5.83333rem; }
  .c-offers__title {
    display: block;
    margin-bottom: 4rem; }
    .c-offers__title-txt {
      font-size: 2.5rem;
      margin-top: 0;
      margin-bottom: 0; }
  .c-offers__content-para {
    font-size: 1.66667rem;
    font-family: "ZurichBT-Light";
    margin-bottom: 2.75rem; }
    .c-offers__content-para p {
      margin-bottom: 0; }
  .c-offers__content-title {
    border-bottom: 1px black solid;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 0.83333rem; }
  .c-offers__content-link {
    text-decoration: none; }
  .c-offers__content-subpara {
    color: #6d6e71;
    line-height: 1.2;
    font-size: 1.33333rem; }
    .c-offers__content-subpara p {
      margin-bottom: 0; }

.breadcrumb-label {
  text-decoration: none;
  font-weight: normal;
  color: black; }
  .breadcrumb-label:hover, .breadcrumb-label:focus {
    color: #636363; }

.breadcrumb {
  margin-right: 0; }
  .breadcrumb::before {
    top: 4px; }
  .breadcrumb a {
    color: #636363; }

.breadcrumb:not(:first-child):before {
  margin: 0 6px;
  border-color: black;
  height: 0.8em; }
  @media (min-width: 768px) {
    .breadcrumb:not(:first-child):before {
      margin: 0 6px; } }

.breadcrumb.is-active > .breadcrumb-label {
  color: black;
  font-weight: normal; }

.breadcrumbs__wrapper {
  margin-bottom: 1.66667rem;
  margin-top: 2.83333rem; }
  @media (min-width: 551px) {
    .breadcrumbs__wrapper {
      margin-bottom: 2.5rem;
      margin-top: 2.83333rem; } }
  @media (min-width: 768px) {
    .breadcrumbs__wrapper {
      display: block; } }

ol.breadcrumbs--custom {
  display: flex;
  justify-content: flex-start;
  text-transform: capitalize;
  flex-wrap: wrap; }

.breadcrumb {
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.06em;
  display: inline-flex; }
  @media (min-width: 768px) {
    .breadcrumb {
      font-size: 1rem; } }

@media screen and (max-width: 767px) {
  .page-sidebar.plp-sidebar {
    align-items: end;
    margin-top: 10px; }
  ol.breadcrumbs--custom {
    display: block;
    text-align: left; }
    ol.breadcrumbs--custom > li {
      display: inline; }
      ol.breadcrumbs--custom > li:before {
        top: 0; }
    .plp-breadcrumb ol.breadcrumbs--custom > li.is-active {
      display: block;
      font-size: 18px;
      margin-top: 5px; }
      .plp-breadcrumb ol.breadcrumbs--custom > li.is-active:before {
        display: none; } }

.row-ftr-info {
  margin-left: -0.75rem; }

.accordion {
  margin-bottom: 0; }

.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 0; }

.accordion .content,
.accordion dd > .content {
  display: none; }

.accordion .content.active,
.accordion dd > .content.active {
  display: block; }

.accordion--footer {
  border: none;
  border-radius: 0px; }
  .accordion--footer::before, .accordion--footer:after {
    display: none; }

.footer {
  background-color: white;
  padding: 0;
  border: none; }

.container--footer {
  max-width: 1500px;
  margin: 0 auto;
  max-width: 1220px; }

.footer-info-col {
  color: #000; }
  .footer-info-col--accordion {
    margin-bottom: 0;
    text-transform: none; }
    @media (min-width: 768px) {
      .footer-info-col--accordion {
        text-transform: none; } }
    .footer-info-col--accordion.active a[aria-expanded="true"] .icon--plus::after {
      opacity: 0;
      transition: opacity 200ms ease-in-out; }
  .footer-info-col__seperator {
    margin-bottom: 1.25rem;
    margin-top: 0;
    border: none; }
    .footer-info-col__seperator:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .footer-info-col__seperator {
        margin-bottom: 2.08333rem; } }
  .footer-info-col--newsletter {
    margin-bottom: 3.33333rem;
    max-width: 556px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .footer-info-col--newsletter {
        text-align: left;
        padding-top: 0;
        max-width: calc(100% - 1vw);
        margin-left: 0;
        margin-right: 0; } }

.footer-info-heading {
  font-size: 1.08333rem;
  font-weight: 700; }
  .footer-info-heading--accordion {
    display: block;
    text-decoration: none;
    padding: 0.83333rem 0;
    position: relative;
    text-align: left;
    font-size: 1.08333rem;
    letter-spacing: 0.06em;
    border-bottom: 1px #bababa solid;
    color: black;
    text-transform: none;
    text-transform: uppercase; }
    .footer-info-heading--accordion:hover, .footer-info-heading--accordion:focus {
      color: #636363; }
    @media (max-width: 1261px) {
      .footer-info-heading--accordion {
        font-size: 1.08333rem;
        font-weight: 400;
        padding: 1.33333rem 0; } }
    @media (min-width: 768px) {
      .footer-info-heading--accordion {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        font-family: 700;
        border-bottom: none;
        padding: 0.66667rem 0;
        cursor: default !important;
        font-size: 1.08333rem; } }
    .footer-info-heading--accordion > .icon {
      position: absolute;
      right: 0.83333rem;
      top: 50%;
      transform: translateY(-50%); }

.footer-info__content {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  padding: 1rem 0 1rem 0; }
  @media (min-width: 992px) {
    .footer-info__content {
      padding: 1rem 0 0 0; } }

.footer-info--mb {
  margin-bottom: 1.5rem; }

.footer-info__list {
  font-size: 1.08333rem;
  padding: 0.41667rem 0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  color: black;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .footer-info__list:hover, .footer-info__list:focus {
    color: #636363; }
  @media (min-width: 992px) {
    .footer-info__list {
      padding: 0.41667rem 0; } }

.footer-info--address {
  font-style: normal;
  line-height: 1.8;
  padding-top: 0; }
  .footer-info--address:hover, .footer-info--address:focus {
    color: black; }

.footer-info-paragraph__subscription {
  font-size: 1.33333rem;
  line-height: 1.2; }

.footer-info-col--social {
  text-align: center; }
  @media (min-width: 992px) {
    .footer-info-col--social {
      text-align: left; } }
  .footer-info-col--social .socialLinks-item {
    margin-right: 2.08333rem;
    margin-bottom: 0; }
  .footer-info-col--social .socialLinks--alt .icon {
    width: 2.16667rem;
    height: 2.16667rem; }

.socialLinks {
  line-height: 1; }

.footer-newsletter__heading {
  display: block;
  margin-bottom: 2.08333rem;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .footer-newsletter__heading {
      max-width: 100%;
      margin-bottom: 2.91667rem; } }
  @media (min-width: 1261px) {
    .footer-newsletter__heading {
      max-width: 100%;
      margin-bottom: 4.75rem; } }
  .footer-newsletter__heading--pdtdtl {
    margin-bottom: 0.83333rem; }
  .footer-newsletter__heading--menu {
    margin: 0;
    margin-bottom: 0.83333rem;
    max-width: 100%; }

.footer-newsletter__title {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .footer-newsletter__title {
      margin-bottom: 1.66667rem; } }
  @media (max-width: 1261px) {
    .footer-newsletter__title {
      font-size: calc(1rem + 1.5vw); } }
  .footer-newsletter__title--pdtdtl {
    font-size: 1.83333rem; }
  @media (max-width: 1261px) {
    .footer-newsletter__title--menu {
      font-size: calc(0.8rem + 1vw); } }

.footer-newsletter__para {
  font-size: 1.16667rem; }
  @media (min-width: 768px) {
    .footer-newsletter__para {
      font-size: 1.33333rem; } }
  @media (min-width: 1261px) {
    .footer-newsletter__para {
      font-size: 1.66667rem; } }

.footer-top-block {
  padding: 3.16667rem 0;
  background-color: white; }
  @media (min-width: 768px) {
    .footer-top-block {
      padding: 5.41667rem 0; } }
  @media (min-width: 1261px) {
    .footer-top-block {
      padding: 6.25rem 0; } }
  .footer-top-block form.needsclick > div {
    min-height: auto !important; }
  .footer-top-block .needsclick.klaviyo-form {
    padding: 0px !important; }

.footer-mid-block {
  background-color: #fafafa; }

.footer-btm-block {
  display: flex;
  flex-direction: column; }
  .footer-btm-block__top {
    background-color: #fafafa;
    padding: 2.83333rem 0;
    order: 2; }
    @media (min-width: 768px) {
      .footer-btm-block__top {
        order: 1; } }
  .footer-btm-block__btm {
    background-color: #fafafa;
    order: 1;
    padding-bottom: 4rem; }
    @media (min-width: 768px) {
      .footer-btm-block__btm {
        background-color: #fafafa;
        order: 2;
        padding-bottom: 0; } }

.footer-btm__wrapper {
  padding: 3.75rem 0 0 0;
  border-top: 1px #bababa solid;
  border-bottom: 0px #bababa solid; }
  @media (max-width: 767.98px) {
    .footer-btm__wrapper {
      border-top: none;
      border-bottom: none;
      padding: 0.25rem 0 0 0; } }

.form--newsletter {
  max-width: 78.33333rem;
  margin: 0 auto; }

.footer-phone-no {
  color: white;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer-phone-no__link {
    font-size: 1.5rem;
    line-height: 1;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    color: white; }
    @media (min-width: 768px) {
      .footer-phone-no__link {
        font-size: 1.66667rem; } }
    @media (min-width: 1261px) {
      .footer-phone-no__link {
        font-size: 2rem; } }
    .footer-phone-no__link .icon--call {
      margin-right: 0.83333rem; }
      @media (min-width: 768px) {
        .footer-phone-no__link .icon--call {
          margin-right: 1.33333rem; } }

.form-prefixPostfix {
  align-items: stretch;
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%; }
  .form-prefixPostfix.wrap {
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .form-prefixPostfix.wrap {
        flex-direction: row;
        align-items: stretch; } }
  .form-prefixPostfix .form-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0px;
    font-size: 1.16667rem;
    height: 3.75rem;
    padding: 1rem 1.25rem;
    background-color: #ededed;
    border-color: #ededed;
    margin-bottom: 1.25rem;
    color: black; }
    .form-prefixPostfix .form-input::placeholder {
      color: black; }
    @media (min-width: 768px) {
      .form-prefixPostfix .form-input {
        width: 1%;
        margin-right: 0.83333rem;
        height: 4.58333rem;
        font-size: 1.33333rem;
        padding: 1.16667rem 1.83333rem;
        margin-bottom: 0; }
        .navPages__newsletter .form-prefixPostfix .form-input {
          margin-bottom: 0.9375rem; } }
    @media (min-width: 1261px) {
      .form-prefixPostfix .form-input {
        height: 5.41667rem;
        font-size: 1.66667rem; } }
    .form-prefixPostfix .form-input.form-input--sm {
      height: 3.33333rem;
      font-size: 1rem;
      padding: 0.83333rem 1.25rem;
      width: 100%; }
  .form-prefixPostfix.nowrap {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start; }
  .form-prefixPostfix-button--postfix {
    margin: 0; }
    .form-prefixPostfix-button--postfix.btn-subscribe--sm {
      margin-top: 0.83333rem; }
  @media (max-width: 1260.98px) {
    .form-prefixPostfix.form-prefixPostfix--email {
      align-items: center;
      justify-content: center; } }
  @media (max-width: 1260.98px) {
    .form-prefixPostfix.form-prefixPostfix--email .form-input {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%;
      margin-bottom: 0;
      border-radius: 0px;
      font-size: 1.16667rem;
      height: 3.75rem;
      padding: 1rem 1.25rem;
      background-color: #ededed;
      border-color: #ededed;
      margin-bottom: 1.25rem;
      color: black;
      margin-right: 0; } }
  .form-prefixPostfix .btn {
    display: flex;
    width: auto;
    height: 2.83333rem;
    max-width: 140px;
    margin-top: 0;
    padding: 0;
    width: auto;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-family: "ZurichBT-Bold"; }
    @media (min-width: 1261px) {
      .form-prefixPostfix .btn {
        max-width: 260px;
        height: 5.41667rem;
        margin-left: -1px; } }
    @media (min-width: 768px) {
      .form-prefixPostfix .btn.btn--subscribe {
        height: auto; } }
    .form-prefixPostfix .btn.form-prefixPostfix-button--postfix {
      max-width: 100%;
      padding: 0 1em;
      width: auto; }
      @media (min-width: 768px) {
        .form-prefixPostfix .btn.form-prefixPostfix-button--postfix {
          height: auto; } }
    .form-prefixPostfix .btn.menu.form-prefixPostfix-button--postfix {
      height: 2.83333rem;
      max-width: 140px; }
  @media (max-width: 768px) {
    .form-prefixPostfix--email.form-field--error {
      padding-bottom: 3.33333rem; }
      .form-prefixPostfix--email.form-field--error .form-inlineMessage {
        margin-bottom: 0;
        position: absolute;
        top: calc(100% - 40px);
        line-height: 1.3; } }
  .form-prefixPostfix--email .btn.form-prefixPostfix-button--postfix {
    max-width: 100%;
    padding: 0 1em;
    width: auto; }
    @media (min-width: 768px) {
      .form-prefixPostfix--email .btn.form-prefixPostfix-button--postfix {
        height: 2.5rem; } }
    @media (min-width: 1261px) {
      .form-prefixPostfix--email .btn.form-prefixPostfix-button--postfix {
        height: auto; } }

.btn--subscribe {
  width: 100%;
  max-width: 200px; }
  @media (min-width: 768px) {
    .btn--subscribe {
      max-width: 260px; } }

.footer-options {
  width: 100%;
  padding: 2.16667rem 0 2.16667rem 0; }
  @media (min-width: 768px) {
    .footer-options {
      margin-top: 2.5rem;
      padding: 2.66667rem 0; } }
  @media (min-width: 992px) {
    .footer-options {
      margin-top: 0; } }
  .footer-options__title {
    margin-bottom: 1.25rem;
    font-size: 1.33333rem; }
  .footer-options__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 32px; }
    @media (min-width: 768px) {
      .footer-options__list {
        justify-content: center;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .footer-options__list {
        justify-content: space-evenly; } }
    .footer-info--payment .footer-options__list,
    .footer-info--delivery .footer-options__list {
      flex-wrap: wrap; }
  .footer-options__items {
    text-align: center;
    display: inline-flex;
    align-items: center; }
    @media (min-width: 768px) {
      .footer-options__items {
        padding: 0 1.66667rem; } }
    .footer-info--payment .footer-options__items {
      width: 50%;
      justify-content: center; }
    .footer-info--delivery .footer-options__items {
      width: 33.33%;
      justify-content: center;
      padding: 0 0.41667rem; }
  .footer-options__icn {
    height: 12px !important;
    object-fit: contain; }
    @media (min-width: 768px) {
      .footer-options__icn {
        height: 32px !important; } }

.icn-mastercard {
  width: 62px; }

.icn-paypal {
  width: 64px; }

.icn-amex {
  width: 70px; }

.icn-visa {
  width: 70px; }

.icn-directdeposit {
  width: 140px; }

.icn-afterpay {
  width: 96px; }

.icn-zippay {
  width: 94px; }

.icn-zippay {
  width: 94px; }

.icn-paypal-interest {
  width: 134px;
  mix-blend-mode: darken; }

@media (min-width: 992px) {
  .footer-mid-col-2 {
    flex: 0 0 40%;
    max-width: 40%; } }

@media (min-width: 992px) {
  .footer-mid-col-1 {
    flex: 0 0 60%;
    max-width: 60%; } }

.socialLinks-alternate {
  display: flex;
  flex-direction: column; }
  .socialLinks-alternate__item {
    display: block;
    margin-right: 1.25rem; }
    .footer-social-mob .socialLinks-alternate__item {
      justify-content: center; }
  .footer-social-mob .socialLinks-alternate {
    justify-content: center; }

.icon-svg--facebook {
  width: 35px;
  height: 35px; }
  .footer-social-mob .icon-svg--facebook {
    width: 24px;
    height: 24px; }

.icon-svg--instagram {
  width: 35px;
  height: 35px; }
  .footer-social-mob .icon-svg--instagram {
    width: 24px;
    height: 24px; }

.icon-svg--pinterest {
  width: 40px;
  height: 38px; }
  .footer-social-mob .icon-svg--pinterest {
    width: 28px;
    height: 25px; }

.icon-svg--tumblr {
  width: 35px;
  height: 35px; }
  .footer-social-mob .icon-svg--tumblr {
    width: 24px;
    height: 24px; }

.footer-copyright {
  padding: 0 0 2rem 0;
  text-align: center;
  border-bottom: 1px #bababa solid; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: center;
      padding: 3.16667rem 0; } }

.footer-copyright > .powered-by {
  font-size: 0.91667rem;
  color: black; }

.footer-copyright a {
  color: black; }
  .footer-copyright a:hover {
    color: black; }

.footer-mid-content {
  display: block;
  margin-bottom: 0.6em; }
  @media (min-width: 768px) {
    .footer-mid-content {
      margin-bottom: 1em; } }
  @media (min-width: 992px) {
    .footer-mid-content {
      margin-bottom: 1.2em; } }
  @media (min-width: 1261px) {
    .footer-mid-content {
      margin-bottom: 1.6em; } }
  .footer-mid-content a {
    color: black;
    text-decoration: underline; }
    .footer-mid-content a:hover {
      color: black;
      text-decoration: none; }
  .footer-mid-content h3 {
    margin-bottom: 0.5rem; }

.js-ftr-offers {
  gap: 80px; }

.footer-offers__block {
  gap: 15px;
  justify-content: center; }

.footer-btm-block__top .container {
  max-width: 870px; }

.footer-btm-block__top .slick-track {
  display: flex;
  align-items: center; }

.container--form {
  padding-left: 30px;
  padding-right: 30px; }

@keyframes beat {
  to {
    transform: scale(1.4); } }

@-webkit-keyframes beat {
  to {
    transform: scale(1.4); } }

@-moz-keyframes beat {
  to {
    transform: scale(1.4); } }

@-o-keyframes beat {
  to {
    transform: scale(1.4); } }

@keyframes beat {
  to {
    transform: scale(1.4); } }

.has-flag-styles {
  opacity: 0; }
  .has-flag-styles[data-styles="white"] {
    opacity: 1; }

.page-content.product-listing .productGrid--listing .card-body {
  min-height: 184px; }

body.body-category .c-mainsite-wrapper > .container .pagelist--row {
  position: static;
  visibility: visible; }

.including-slider {
  overflow: hidden; }
  .including-slider.card-img-container--slide:not(.slick-initialized) {
    opacity: 0; }

.loadingOverlay::before {
  display: block;
  content: "";
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%) rotate(0deg);
  animation: none;
  border: none;
  transform-style: unset;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  content: "";
  background-size: contain; }
  .dropdown-menu .loadingOverlay::before {
    width: 40px;
    height: 40px; }

.loadingOverlay--wishlist {
  border-radius: 50%;
  background-color: black; }
  .loadingOverlay--wishlist .svg-full {
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    stroke: white;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .loadingOverlay--wishlist::before {
    background-image: none;
    width: 2.91667rem;
    height: 2.66667rem;
    display: none; }

.loadingOverlay--quicksearch {
  top: 6.66667rem;
  height: calc(100% - 80px);
  background-color: transparent; }

.loadingOverlay--transition {
  display: flex;
  justify-content: center;
  align-items: center; }
  .loadingOverlay--transition::before {
    display: none; }

.icn-loader {
  width: 12px;
  height: 12px;
  display: block;
  -webkit-animation: beat 0.25s infinite alternate;
  -moz-animation: beat 0.25s infinite alternate;
  -ms-animation: beat 0.25s infinite alternate;
  -o-animation: beat 0.25s infinite alternate;
  animation: beat 0.25s infinite alternate;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.pagelist--row {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .pagelist--row {
      margin-left: 0;
      margin-right: 0;
      display: flex;
      padding: 4.16667rem 0; } }
  .pagelist--row.accountlist--row {
    padding: 2.5rem 0; }

.page-content,
.page-content--full {
  padding-left: 0;
  padding-right: 0;
  float: none; }

.page-sidebar {
  padding-left: 0;
  padding-right: 0;
  float: none;
  display: flex;
  align-items: center; }
  .page-sidebar .breadcrumbs__wrapper {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .page-sidebar .breadcrumbs__wrapper {
        margin-bottom: 2rem; } }
  @media (max-width: 767.98px) {
    .page-sidebar .breadcrumbs__wrapper {
      width: calc(100% - 110px); }
    .page-sidebar .page-sidebar--row {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px; } }
  @media (min-width: 768px) {
    .page-sidebar {
      width: 35%;
      -ms-flex: 0 0 240px;
      flex: 0 0 240px;
      padding-left: 0;
      padding-right: 0;
      flex-direction: column;
      align-items: flex-start; } }
  @media (min-width: 768px) {
    .page-sidebar + .page-content {
      width: calc(100% - 240px);
      padding-left: 0;
      padding-right: 0; } }

.productGrid {
  margin-bottom: 0.83333rem; }

.product-listing {
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .product-listing {
      padding-bottom: 4.16667rem; } }
  @media (min-width: 992px) {
    .product-listing {
      padding-bottom: 5.83333rem; } }
  @media (min-width: 1261px) {
    .product-listing {
      padding-bottom: 8.33333rem; } }
  .product-listing h1 {
    margin-bottom: 1em; }
  .product-listing--cmn > p {
    margin-bottom: 0; }

.card-figure {
  padding: 0;
  height: 56.4%; }

.card-img-container:after {
  padding-bottom: 149.8%; }

.card-title, .card-title--available {
  text-transform: capitalize;
  line-height: 1.35;
  font-size: 0.91667rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.06em; }
  @media (min-width: 768px) {
    .card-title, .card-title--available {
      font-size: 1rem;
      margin-bottom: 0.66667rem; } }
  @media (min-width: 992px) {
    .card-title, .card-title--available {
      font-size: 1rem; } }
  @media (min-width: 1261px) {
    .card-title, .card-title--available {
      font-size: 1rem; } }
  .card-title .jdgm-prev-badge, .card-title--available .jdgm-prev-badge {
    justify-content: flex-start; }
  .card-title .product-name, .card-title--available .product-name {
    min-height: 20px;
    display: block; }
  .card-title a, .card-title--available a {
    color: #000; }
  .card-title--home {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .card-title--home {
        font-size: 1.33333rem; } }

.card-title--available {
  letter-spacing: 0.08em; }

.card-img-container--listing .card-img-container--slide:not(.slick-initialized) {
  min-height: 590px; }
  @media screen and (max-width: 767.98px) {
    .card-img-container--listing .card-img-container--slide:not(.slick-initialized) {
      display: flex;
      min-height: 254px; }
      .card-img-container--listing .card-img-container--slide:not(.slick-initialized) img {
        width: 200px; } }

.card-body {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  padding-top: 1.25rem; }
  @media (min-width: 768px) {
    .card-body {
      padding: 1.25rem 0 0 0; } }
  .card-body--cav {
    padding: 2.08333rem 0 0 0; }
  .card-body .card-info {
    width: 100%;
    display: block; }
    .card-body .card-info .has-relation + .no-display {
      display: none; }
    .card-body .card-info .no-display {
      opacity: 0;
      pointer-events: none; }
  .card-body .card-text {
    color: #000000;
    font-size: 0.91667rem;
    line-height: 1;
    flex-direction: row;
    justify-content: flex-start;
    font-weight: 400;
    letter-spacing: 0.06em; }
    @media (min-width: 768px) {
      .card-body .card-text {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .card-body .card-text {
        font-size: 1rem; } }
    @media (min-width: 1261px) {
      .card-body .card-text {
        font-size: 1rem; } }
    @media (min-width: 768px) {
      .card-body .card-text--home {
        font-size: 1.33333rem; } }

.card--row {
  display: flex;
  flex-wrap: nowrap; }

.card-colors,
.card-sizes-status,
.card-sizes {
  display: block; }

.card-sizes-status {
  visibility: hidden;
  height: 0px; }

@media (max-width: 767.98px) {
  .card--alternate {
    border: none; } }

/* subcategory
==============================*/
.card-figure--h-auto {
  height: auto; }

.productGrid--subcategory .product {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%; }
  @media (min-width: 768px) {
    .productGrid--subcategory .product {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      width: 33.33%; } }

@media (max-width: 767.98px) {
  .productGrid--search {
    margin: 0 -1.5rem; } }

.productGrid--search .product {
  margin-bottom: 2.5rem; }
  @media (max-width: 551px) {
    .productGrid--search .product {
      margin-bottom: 1.25rem; } }
  @media (max-width: 767.98px) {
    .productGrid--search .product {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

.productGrid--search .card {
  padding-bottom: 0; }

.card-img-container--subcategories::after {
  padding-bottom: 200.8%; }
  @media (min-width: 768px) {
    .card-img-container--subcategories::after {
      padding-bottom: 173.8%; } }

.card--subcategories {
  padding-bottom: 1.66667rem; }
  @media (min-width: 768px) {
    .card--subcategories {
      padding-bottom: 3.33333rem; } }

.card-body--subcategories {
  padding-top: 1.66667rem; }
  .card-body--subcategories-video {
    padding-top: 2.5rem; }

.card-body__title {
  text-transform: uppercase; }
  .card-body__title-link {
    color: black;
    text-decoration: none; }

.card-img-container--videos::before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath d='M45 0C20.2 0 0 20.1 0 45s20.2 45 45 45 45-20.1 45-45S69.8 0 45 0zM32.8 68.1V21.9L69.4 45 32.8 68.1z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  transition: opacity 100ms ease-in-out; }

.card-img-container--videos::after {
  padding-bottom: 67.8%;
  background-color: #fff; }

.icn-wishlist__heart {
  fill: none;
  stroke: white; }

.wishlisted .icn-wishlist__heart {
  fill: white;
  stroke: white; }

.card-wishlisticn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: black;
  z-index: 10;
  width: 2.66667rem;
  height: 2.66667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 50%;
  transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out; }
  @media (min-width: 768px) {
    .card-wishlisticn {
      width: 3.16667rem;
      height: 3.16667rem;
      right: 0.66667rem;
      bottom: 0.66667rem; } }
  @media (min-width: 1261px) {
    .card-wishlisticn {
      width: 3.5rem;
      height: 3.5rem;
      right: 0.83333rem;
      bottom: 0.83333rem; } }
  .card-wishlisticn > .icn-wishlist {
    width: 1.33333rem;
    height: 1.16667rem;
    object-fit: contain; }
    @media (min-width: 768px) {
      .card-wishlisticn > .icn-wishlist {
        width: 18px;
        height: 16px; } }
    @media (min-width: 1261px) {
      .card-wishlisticn > .icn-wishlist {
        width: 20px;
        height: 18px; } }
  .card-wishlisticn:hover {
    background-color: white;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); }
    .card-wishlisticn:hover .icn-wishlist__heart {
      fill: black;
      stroke: black; }
  .card-wishlisticn.wishlisted {
    background-color: black; }

.card-size-option {
  cursor: pointer;
  color: #121212;
  display: flex;
  line-height: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px #121212 solid; }
  .card-size-option:hover {
    color: #0a0909;
    text-decoration: none; }

.card--alternate:hover .card-size-option, .card--alternate:focus .card-size-option {
  color: #e6e6e6; }
  .card--alternate:hover .card-size-option:hover, .card--alternate:focus .card-size-option:hover {
    color: #e6e6e6;
    text-decoration: none; }

.card--alternate:hover .card-sizes .form-option.unavailableinList, .card--alternate:focus .card-sizes .form-option.unavailableinList {
  opacity: 0.8; }
  .card--alternate:hover .card-sizes .form-option.unavailableinList .card-size-option, .card--alternate:focus .card-sizes .form-option.unavailableinList .card-size-option {
    color: #4d4d4d; }

.card--alternate:hover {
  border-color: #1d1d20; }
  .card--alternate:hover .card-body {
    background-color: #1d1d20; }
  .card--alternate:hover .card-colors {
    color: #808080; }
  .card--alternate:hover .card-sizes .form-option {
    border-color: #808080;
    color: white; }

.panel-body {
  background-color: #eee; }

.productGrid::before, .productGrid::after {
  display: none; }

.productGrid--listing {
  display: flex;
  flex-wrap: wrap; }
  .productGrid--listing .product {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: visible; }
    .account .productGrid--listing .product {
      flex: 0 0 50%;
      max-width: 50%; }
      @media (min-width: 551px) {
        .account .productGrid--listing .product {
          flex: 0 0 33.33%;
          max-width: 33.33%; } }
      @media (min-width: 768px) {
        .account .productGrid--listing .product {
          flex: 0 0 25%;
          max-width: 25%; } }
    .account--recentview .productGrid--listing .product {
      flex: 0 0 50%;
      max-width: 50%;
      width: 50%; }
      @media (min-width: 768px) {
        .account--recentview .productGrid--listing .product {
          flex: 0 0 33.33%;
          max-width: 33.33%; } }
      @media (min-width: 1261px) {
        .account--recentview .productGrid--listing .product {
          flex: 0 0 25%;
          max-width: 25%; } }
  .productGrid--listing.subCatLoadedInPopupMagazine, .productGrid--listing.subCatLoadedInPopup {
    justify-content: center; }
  .productGrid--listing.subCatLoadedInPopup .card-colors {
    display: none !important; }

.page-sidebar + .page-content .productGrid--listing {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .page-sidebar + .page-content .productGrid--listing .rating-link-wrapper {
    text-decoration: none;
    margin: 0 0 5px;
    min-height: 20px;
    display: inline-block; }
  .page-sidebar + .page-content .productGrid--listing .card-title, .page-sidebar + .page-content .productGrid--listing .card-title--available {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .page-sidebar + .page-content .productGrid--listing {
      margin-top: 0.83333rem; } }
  .page-sidebar + .page-content .productGrid--listing .product {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
    @media (min-width: 551px) {
      .page-sidebar + .page-content .productGrid--listing .product {
        flex: 0 0 33.33%;
        max-width: 33.33%; } }
    @media (min-width: 768px) {
      .page-sidebar + .page-content .productGrid--listing .product {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .page-sidebar + .page-content .productGrid--listing .product {
        flex: 0 0 33.33%;
        max-width: 33.33%; } }
    @media (min-width: 1261px) {
      .page-sidebar + .page-content .productGrid--listing .product {
        flex: 0 0 25%;
        max-width: 25%; } }

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  @media (min-width: 1261px) {
    .card {
      padding-bottom: 4.58333rem; } }

.card-text--price {
  margin-bottom: 0.66667rem; }
  .modal .card-text--price {
    margin-bottom: 0.66667rem; }

.price-section {
  display: inline-block;
  margin: 0;
  line-height: 1;
  margin: 0 0.41667rem 0 0; }
  @media (min-width: 768px) {
    .price-section {
      margin: 0 0.83333rem 0 0; } }
  .productView-price--custom .price-section {
    margin-left: 0.6rem;
    margin-right: 0; }
  .price-section--col {
    margin: 0.33333rem 0; }
  .price-section--member {
    display: block;
    color: #414042; }
  .price-section .price.price--withoutTax {
    display: block;
    margin-bottom: 0.33333rem; }
  .price-section__row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: black; }

.card-colors {
  font-size: 0.9rem;
  color: #0a0909;
  display: block;
  padding-bottom: 1.25rem;
  padding-bottom: 2.08333rem;
  text-decoration: none;
  text-transform: uppercase; }
  .card-colors:hover, .card-colors:focus {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .card-colors {
      font-size: 0.9rem;
      padding-bottom: 1.25rem;
      padding-bottom: 2.5rem; } }
  @media (min-width: 1261px) {
    .card-colors {
      font-size: 0.9rem;
      padding-bottom: 2.5rem; } }
  .card-colors ~ .card-sizes .form-option--addtocart {
    top: 0; }
  .card-colors__wrapper {
    min-height: 33px;
    height: 33px;
    height: 43px;
    min-height: 43px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0.41667rem; }
    .modal .card-colors__wrapper {
      height: 25px;
      min-height: 25px; }
    @media (min-width: 768px) {
      .card-colors__wrapper {
        height: 52px;
        min-height: 52px; }
        .modal .card-colors__wrapper {
          height: 25px;
          min-height: 25px; } }
    @media (min-width: 1261px) {
      .card-colors__wrapper {
        height: 52px;
        min-height: 52px; }
        .modal .card-colors__wrapper {
          height: 25px;
          min-height: 25px; } }

[data-product-attribute] .form-option.unavailable {
  cursor: not-allowed;
  background-color: #e6e6e6; }
  [data-product-attribute] .form-option.unavailable:before {
    background-color: #808080;
    left: -10px;
    position: absolute;
    top: 15px;
    width: 170%; }
  [data-product-attribute] .form-option.unavailable:hover {
    color: #4d4d4d;
    border-color: #b3b3b3; }

.card-bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 39px; }
  @media (min-width: 768px) {
    .card-bottom {
      min-height: 48px; } }
  .modal__product-list .card-bottom {
    padding-top: 1.5625rem; }
    @media (min-width: 768px) {
      .modal__product-list .card-bottom {
        padding-top: 1.875rem; } }
    @media (min-width: 1261px) {
      .modal__product-list .card-bottom {
        padding-top: 1.875rem; } }

.cart-notify-msg {
  position: absolute;
  width: 60px;
  background: black;
  color: white;
  border-radius: 0;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1;
  padding: 3px 0;
  opacity: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: calc(100% + 6px);
  letter-spacing: 0.02em;
  height: 16px; }
  .cart-notify-msg::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid black;
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    transform: translateX(-3px); }

.cart-notify-msg {
  position: absolute;
  width: 60px;
  background: black;
  color: white;
  border-radius: 0;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1;
  padding: 3px 0;
  opacity: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: calc(100% + 6px);
  letter-spacing: 0.02em;
  height: 16px; }
  .cart-notify-msg::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid black;
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    transform: translateX(-3px); }

.card-sizes--list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  position: relative;
  width: 100%;
  flex-wrap: wrap; }

.card-sizes .form-option {
  font-size: 0.83333rem;
  margin: 0.16667rem 0.33333rem 0.16667rem 0;
  padding: 0;
  cursor: default;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: none; }
  .card-sizes .form-option:hover, .card-sizes .form-option.active {
    background-color: transparent;
    color: white; }
    .card-sizes .form-option:hover .card-size-option, .card-sizes .form-option.active .card-size-option {
      background-color: black;
      color: white;
      border-color: black; }
  .card-sizes .form-option.notASize:hover {
    background-color: transparent;
    color: white; }
    .card-sizes .form-option.notASize:hover .card-size-option {
      border-color: black;
      background-color: black;
      color: white; }
  @media (min-width: 768px) {
    .card-sizes .form-option {
      margin: 0.33333rem 0.83333rem 0.33333rem 0;
      font-size: 0.91667rem;
      width: 2.91667rem;
      height: 2.91667rem; } }
  @media (max-width: 551px) {
    .card--alternate .card-sizes .form-option {
      display: inline-flex; } }
  .card-sizes .form-option.unavailableinList {
    cursor: not-allowed;
    position: relative;
    background-color: transparent;
    opacity: 1;
    overflow: visible; }
    .card-sizes .form-option.unavailableinList .card-size-option {
      opacity: 0.3;
      border-color: #808080;
      color: #121212;
      background: #d3d3d3; }
    .card-sizes .form-option.unavailableinList:hover .cart-notify-msg {
      opacity: 1; }
    .card-sizes .form-option.unavailableinList:before {
      background-color: #808080;
      opacity: 0.3;
      content: "";
      height: 2px;
      left: -6px;
      position: absolute;
      top: 15px;
      transform: rotate(-45deg);
      width: 45px;
      opacity: 0.3; }
      @media (min-width: 768px) {
        .card-sizes .form-option.unavailableinList:before {
          left: -7px;
          width: 49px;
          top: 17px; } }
    .card-sizes .form-option.unavailableinList:hover {
      color: #4d4d4d; }
  .card-sizes .form-option--addtocart {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    position: absolute;
    top: 0; }
  .card-sizes .form-option.direct-add-to-cart {
    width: auto; }
    .card-sizes .form-option.direct-add-to-cart .card-size-option {
      padding: 0.4em 1em;
      border-color: black;
      text-transform: uppercase; }

.card-sizes .form-option-variant {
  font-size: 0.75rem;
  padding: 0px;
  min-width: 22px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .card-sizes .form-option-variant {
      font-size: 0.91667rem; } }
  @media (min-width: 1261px) {
    .card-sizes .form-option-variant {
      font-size: 0.91667rem; } }
  @media (max-width: 551px) {
    .card--alternate .card-sizes .form-option-variant {
      font-size: 0.75rem;
      min-width: 19px; } }

@media (min-width: 768px) {
  .page-sidebar--row {
    display: flex;
    flex-direction: column;
    padding: 1.4rem 0; } }

@media (max-width: 767.98px) {
  .page-sidebar--row {
    float: none;
    width: auto;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0;
    margin-top: 0; } }

@media (max-width: 767.98px) {
  .page-sidebar__wrap {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-end; } }

@media (min-width: 768px) {
  .page-sidebar__wrap {
    flex-direction: column;
    padding: 0;
    background-color: transparent; } }

@media (max-width: 767.98px) {
  .page-sidebar__filter, .page-sidebar__sortby {
    width: auto;
    text-align: center;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; } }

@media (max-width: 767.98px) {
  .page-sidebar__filter {
    order: 2;
    padding-right: 0;
    padding-left: 0.83333rem; } }

@media (min-width: 768px) {
  .page-sidebar__filter {
    border-bottom: none;
    padding-bottom: 0.83333rem;
    margin-right: 0;
    padding-bottom: 0; } }

@media (max-width: 767.98px) {
  .page-sidebar__sortby {
    order: 1;
    padding-right: 0;
    padding-left: 0; } }

.facetedSearch-toggle-text {
  color: #1d1d20; }
  @media (max-width: 767.98px) {
    .facetedSearch-toggle-text {
      width: auto;
      float: none;
      text-align: center; } }

@media (min-width: 768px) {
  .facetedSearch-toggle + .facetedSearch-navList.is-open {
    margin-top: 0px; } }

.facetedSearch-toggle.is-open .icon--filter.plus {
  display: none; }

.facetedSearch-toggle.is-open .icon--filter.minus {
  display: block; }

.actionBar-section .faceted--list,
.faceted--list {
  border: none;
  border-radius: 0px;
  padding: 0.83333rem 0;
  margin: 0;
  display: flex;
  font-size: 1.08333rem;
  text-align: center;
  justify-content: center;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1;
  align-items: center;
  background-color: transparent;
  position: relative;
  min-height: 42px;
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    .actionBar-section .faceted--list,
    .faceted--list {
      min-height: 30px;
      padding: 0; } }
  @media (min-width: 768px) {
    .actionBar-section .faceted--list,
    .faceted--list {
      justify-content: flex-start;
      padding: 0.66667rem 0;
      min-height: auto;
      max-width: 124px; } }

@media (max-width: 767.98px) {
  .faceted--list {
    font-size: 1rem;
    justify-content: space-between; }
    .faceted--list::before, .faceted--list::after {
      display: none; } }

.actionBar--list {
  margin: 0; }

.actionBar-section .form-label {
  padding-left: 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em; }

.actionBar-section .form-select {
  opacity: 0;
  position: absolute;
  width: 100%;
  padding: 0;
  height: auto; }

.actionBar-section--sort {
  float: none; }
  @media (min-width: 768px) {
    .actionBar-section--sort {
      width: 100%; } }
  .actionBar-section--sort .form-label {
    color: #1d1d20; }
    @media (min-width: 768px) {
      .actionBar-section--sort .form-label {
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.08em; } }

.toggle__arw {
  display: flex;
  margin-left: 0.5rem; }
  .toggle__arw > svg {
    width: 7px;
    height: 7px; }
    @media (min-width: 768px) {
      .toggle__arw > svg {
        width: 7px;
        height: 7px; } }
  @media (min-width: 768px) {
    .toggle__arw {
      margin-left: auto; } }

.facetedSearch-navlist__content {
  background-color: transparent;
  max-width: 100%;
  margin: 0;
  max-height: calc(100% - 3.5rem);
  min-height: calc(100% - 3.5rem);
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  display: flex; }
  @media (min-width: 551px) {
    .facetedSearch-navlist__content {
      max-width: 100%;
      margin: 1.75rem auto;
      background-color: yellow; } }
  @media (min-width: 768px) {
    .facetedSearch-navlist__content {
      margin: 0; } }
  .facetedSearch-navlist__content-centered {
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    max-height: none; }

@media (max-width: 767.98px) {
  .accordion--filter {
    overflow-y: auto;
    padding: 1.25rem 1.66667rem; } }

@media (max-width: 767.98px) {
  .facetedSearch-navList {
    width: auto;
    float: none;
    text-align: left;
    background-color: #fff;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: auto;
    left: 100%;
    top: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    width: 210px;
    will-change: transform;
    z-index: 70;
    display: block !important;
    opacity: 0; }
    .facetedSearch-navList.is-open {
      opacity: 1;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
      .facetedSearch-navList.is-open .accordion-block:last-child .accordion-navigation, .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
        border-bottom-width: 1px;
        border-top: none; }
    .facetedSearch-navList__text-refine {
      font-size: 1.08333rem;
      line-height: 1;
      display: inline-flex;
      line-height: 1;
      align-items: center;
      justify-content: center;
      width: calc(100% - 126px); }
    .facetedSearch-navList__header {
      display: block; } }

.mobileMenu-toggle--filter {
  display: block; }
  .mobileMenu-toggle--filter .mobileMenu-toggleIcon {
    background-color: transparent; }
    .mobileMenu-toggle--filter .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle--filter .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.accordion-nav-clear-holder {
  display: flex;
  align-items: center; }

.facetedSearch-clearLink {
  color: #939598;
  line-height: 1;
  text-decoration: none; }
  @media (min-width: 768px) {
    .facetedSearch-clearLink {
      transform: none;
      right: auto;
      left: 0;
      top: auto;
      text-transform: uppercase;
      background: #e6e6e6;
      color: #636363;
      border-radius: 30px;
      letter-spacing: 0.01em;
      padding: 2px 5px;
      position: relative;
      font-size: 8px;
      padding: 2px 5px 1px 5px;
      display: block;
      min-width: auto;
      margin-left: 5px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .facetedSearch-clearLink:hover, .facetedSearch-clearLink:focus {
        background: #1d1d20;
        color: #d6d6d6; } }

.facetedSearch-toggle + .facetedSearch-navList {
  margin-top: 0; }

.navList-action--checkbox,
.navList-action--custom-one {
  text-align: left;
  font-size: 0.95833rem;
  color: #636363;
  margin-bottom: 0px;
  padding: 0.26rem 0;
  text-transform: uppercase; }
  .navList-action--checkbox.is-selected,
  .navList-action--custom-one.is-selected {
    color: black;
    text-decoration: none; }

.producthomelist-wrap {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .producthomelist-wrap {
      align-items: center;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }

.producthomelist__slider {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 551px) {
    .producthomelist__slider {
      max-width: 420px; } }
  @media (min-width: 768px) {
    .producthomelist__slider {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 767.98px) {
  .col-divider {
    margin-bottom: 2.08333rem; } }

div.slick-slider.productCarousel--new {
  min-width: inherit;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  div.slick-slider.productCarousel--new .slick-dots {
    position: relative;
    bottom: 0; }
    div.slick-slider.productCarousel--new .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      padding: 0; }
      div.slick-slider.productCarousel--new .slick-dots li button,
      div.slick-slider.productCarousel--new .slick-dots li button::before {
        width: 10px;
        height: 10px; }
      div.slick-slider.productCarousel--new .slick-dots li.slick-active button::before {
        background: black; }

.card-stickers-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  top: 5px;
  left: 5px; }
  @media (min-width: 1261px) {
    .card-stickers-wrapper {
      gap: 5px; } }

.flag-stickers {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  padding: 4px 5px;
  background-color: white;
  color: black;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    .flag-stickers {
      height: 1.5rem; } }

.card-stickers {
  width: auto;
  height: 1.25rem;
  background-color: white;
  z-index: 10;
  position: absolute;
  top: 0.41667rem;
  left: 0.41667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.16667rem 0.41667rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6;
  color: black;
  font-size: 0.75rem;
  width: auto;
  font-weight: normal;
  letter-spacing: 0.02em; }
  @media (min-width: 768px) {
    .card-stickers {
      padding: 0.33333rem 0.41667rem;
      height: 1.5rem;
      top: 0.83333rem;
      left: 0.83333rem; } }
  .card-stickers + .card-stickers {
    margin-top: 10px; }
  @media (min-width: 1261px) {
    .card-stickers {
      height: 1.5rem;
      font-size: 0.83333rem; } }
  .card-stickers.btm-left {
    top: auto;
    bottom: 0.41667rem; }
    @media (min-width: 768px) {
      .card-stickers.btm-left {
        bottom: 0.83333rem; } }
  .card-stickers + .card-stickers {
    top: 2rem; }
    .card-stickers + .card-stickers + .card-stickers {
      top: 3.4rem; }
  .card-stickers.online-exclusive {
    top: auto !important;
    bottom: 1.16667rem; }
    .card-stickers.online-exclusive.coming-soon {
      background-color: black;
      color: white; }
    .card-stickers.online-exclusive ~ .coming-soon {
      bottom: 3.33333rem; }
      @media (min-width: 768px) {
        .card-stickers.online-exclusive ~ .coming-soon {
          bottom: 60px; } }
    @media (min-width: 768px) {
      .card-stickers.online-exclusive {
        width: 58%;
        bottom: 1.16667rem;
        font-size: 0.7rem;
        height: 22px;
        bottom: 17px;
        width: 65%; } }
    @media (min-width: 992px) {
      .card-stickers.online-exclusive {
        left: 50%;
        transform: translateX(-50%);
        width: 56%; } }
    @media (min-width: 1261px) {
      .card-stickers.online-exclusive {
        font-size: 0.9rem;
        height: 29px;
        width: 56%; } }

.card-image--listing {
  object-fit: cover;
  max-width: 100%;
  margin: 0; }
  .productCarousel-slide--cav .card-image--listing,
  .subCatLoadedInPopupMagazine .card-image--listing {
    max-width: 100%; }

@media (max-width: 767.98px) {
  .productCarousel-slide--cav {
    width: 50%; } }

.productCarousel-slide--cav .card {
  margin: 0;
  padding-bottom: 0; }

.productCarousel-slide--cav .card-colors,
.productCarousel-slide--cav .card-sizes-status,
.productCarousel-slide--cav .card-sizes--list {
  display: none; }

.productCarousel-slide--cav .card-title, .productCarousel-slide--cav .card-title--available {
  font-size: 1.41667rem; }

.productCarousel-slide--cav .card-body .card-text {
  font-size: 1.41667rem; }

.productCarousel-slide--cav .card-bottom {
  display: none; }

.productCarousel-slide--cav .card-body {
  display: none !important; }

/* pagingation
======================*/
.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 4.66667rem;
  padding-right: 4.66667rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .pagination-list {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 3.33333rem; } }
  @media (max-width: 767.98px) {
    .pagination-list li {
      margin-left: 0;
      margin-right: 0; } }
  .pagination-list .pagination-item {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1;
    border: none;
    margin: 0 0.3em; }
    @media (min-width: 768px) {
      .pagination-list .pagination-item {
        width: 2.91667rem;
        height: 2.91667rem; } }
    .pagination-list .pagination-item:hover, .pagination-list .pagination-item:focus {
      background-color: #121212;
      color: black; }
    .pagination-list .pagination-item--current {
      border-color: none;
      border-radius: 50%;
      background-color: #414042; }
      .pagination-list .pagination-item--current:hover, .pagination-list .pagination-item--current:focus {
        border-color: none;
        color: white;
        background-color: #414042; }
    .pagination-list .pagination-item.pagination-item--next, .pagination-list .pagination-item.pagination-item--previous {
      border-radius: 0px;
      position: absolute;
      text-transform: uppercase;
      width: auto;
      height: auto; }
      .pagination-list .pagination-item.pagination-item--next:hover, .pagination-list .pagination-item.pagination-item--previous:hover {
        background-color: transparent; }
      @media (max-width: 991.98px) {
        .pagination-list .pagination-item.pagination-item--next, .pagination-list .pagination-item.pagination-item--previous {
          bottom: 0;
          width: 7.5rem; } }
    .pagination-list .pagination-item.pagination-item--next {
      right: 50%;
      transform: translateX(100%); }
      @media (min-width: 992px) {
        .pagination-list .pagination-item.pagination-item--next {
          right: 0;
          transform: none; } }
    .pagination-list .pagination-item.pagination-item--previous {
      left: 50%;
      transform: translateX(-100%); }
      @media (min-width: 992px) {
        .pagination-list .pagination-item.pagination-item--previous {
          left: 0;
          transform: none; } }

.pagination-item {
  width: 2.83333rem;
  height: 2.83333rem;
  border-radius: 50%;
  font-size: 1.33333rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    .pagination-item {
      font-size: 1.5rem; } }
  .pagination-item--current {
    border-color: #121212;
    border-radius: 50%; }

.pagination-list li a.pagination-link {
  width: 100%;
  height: 100%;
  color: #000;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  font-size: 1.16667rem;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .pagination-list li a.pagination-link {
      font-size: 1.5rem; } }

.pagination-list li.pagination-item--current a.pagination-link {
  font-weight: 700;
  color: white; }

.pagination-list li.pagination-item--next a.pagination-link, .pagination-list li.pagination-item--previous a.pagination-link {
  width: auto;
  height: auto;
  color: #000;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .pagination-list li.pagination-item--next a.pagination-link, .pagination-list li.pagination-item--previous a.pagination-link {
      font-size: 0.9em; } }
  .pagination-list li.pagination-item--next a.pagination-link:hover .icon > svg, .pagination-list li.pagination-item--next a.pagination-link:focus .icon > svg, .pagination-list li.pagination-item--previous a.pagination-link:hover .icon > svg, .pagination-list li.pagination-item--previous a.pagination-link:focus .icon > svg {
    fill: black; }

@media (max-width: 767.98px) {
  .pagination-list li.pagination-item--next a.pagination-link {
    justify-content: flex-start;
    padding-left: 0.83333rem; } }

@media (max-width: 767.98px) {
  .pagination-list li.pagination-item--previous a.pagination-link {
    justify-content: flex-end;
    padding-right: 0.83333rem; } }

.pagination-item--next .icon,
.pagination-item--previous .icon {
  margin-top: 0; }

.navList-action--checkbox::before {
  border-radius: 0px; }

.navList-action--checkbox {
  padding-left: 1.16667rem;
  line-height: 1.3;
  padding-right: 1.66667rem; }

.navList-action--checkbox:before, .navList-action--checkbox:after {
  transform: translateY(calc(-50% - 1px)); }

.navList-action--checkbox:before {
  margin-top: 0;
  width: 0.66667rem;
  height: 0.66667rem;
  border-color: #636363;
  border-radius: 50%;
  left: 0px; }

.navList-action--checkbox:after {
  background-image: none;
  background-color: black;
  font-size: 0px;
  width: 0.66667rem;
  height: 0.66667rem;
  border-color: black;
  opacity: 0;
  margin-top: 0;
  left: 0px;
  border-radius: 50%; }

.navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
  transform: none;
  transform: translateY(calc(-50% - 1px)); }

.icon--filter {
  width: 7px;
  height: 7px;
  margin-left: 0.375rem; }
  .icon--filter.plus {
    display: block; }
  .icon--filter.minus {
    display: none; }

.card-sizes .product-options-list .form-option {
  width: auto;
  height: auto;
  border: none; }

ul.product-options-list {
  bottom: 3.16667rem;
  opacity: 0; }
  .productGrid ul.product-options-list {
    position: absolute;
    z-index: -1;
    background-color: white;
    padding: 5px;
    width: 100%;
    margin: 0; }
  ul.product-options-list .card-size-option {
    cursor: pointer;
    color: black;
    display: block;
    line-height: 1;
    padding: 0.41667rem 0.91667rem;
    font-size: 1.16667rem;
    background-color: white;
    border: 1px solid #121212;
    width: 100%;
    max-width: 150px;
    margin: 1px 0;
    text-decoration: none; }
  ul.product-options-list.show {
    opacity: 1;
    z-index: 20; }

.toggle-choose-options {
  /* top: 100%; */
  position: relative;
  top: 35px;
  top: 0; }
  @media (max-width: 767.98px) {
    .toggle-choose-options {
      padding: 0.5em 0.9em; } }
  @media (min-width: 768px) {
    .toggle-choose-options {
      top: 40px;
      top: 0; } }
  @media (min-width: 1261px) {
    .toggle-choose-options {
      top: 52px;
      top: 0; } }

.card-wrap--subcategories-link {
  text-decoration: none;
  color: black; }
  .card-wrap--subcategories-link .card-body__title {
    color: black; }
  .card-wrap--subcategories-link:hover .card-img-container--videos::before, .card-wrap--subcategories-link:focus .card-img-container--videos::before {
    opacity: 1; }
  .card-wrap--subcategories-link:hover .card-body__title, .card-wrap--subcategories-link:focus .card-body__title {
    color: #4d4d4d; }

.product-description--embed {
  width: 100%;
  max-width: 820px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .product-description--embed {
      margin-top: 2.08333rem;
      margin-bottom: 4.16667rem; } }
  @media (min-width: 1261px) {
    .product-description--embed {
      margin-top: 4.16667rem;
      margin-bottom: 4.16667rem; } }
  .product-description--embed > p::before {
    padding-bottom: 49%; }

@media (min-width: 768px) {
  .btn-sm.toggle-choose-options {
    font-size: 0.85rem; } }

@media (min-width: 1261px) {
  .btn-sm.toggle-choose-options {
    font-size: 0.94rem; } }

.c-banner-category {
  position: relative;
  padding-bottom: 18%; }
  .c-banner-category img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.plyr--video {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: white !important;
  min-width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  position: relative;
  padding-bottom: 100%;
  height: 100%;
  transform: none !important; }

.plyr__poster {
  background-size: cover;
  background-color: white !important;
  background-position: 50% 50%; }
  @media (min-width: 551px) {
    .plyr__poster {
      background-position: 50% 50%; } }

.plyr__video-wrapper {
  transform: scale(1);
  background: white !important; }

.slick-track > .prodImgSlider.slick-slide[class*="playThisVideo-"]:hover {
  transform: scale(1, 1); }

.plyr button {
  background: #000; }

.card-img-container--outfits {
  max-width: 100%; }
  .card-img-container--outfits::after {
    padding-bottom: 200%; }

.card-body--outfits {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

.card-image--outfits {
  display: block; }

.card-figure--outfits {
  z-index: 1; }
  .card-figure--outfits::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    border-color: white;
    border-style: solid;
    transition: all 100ms ease-in-out; }

.product.product--outfits.active, .product.product--outfits:hover {
  cursor: pointer; }
  .product.product--outfits.active .card-figure--outfits::after, .product.product--outfits:hover .card-figure--outfits::after {
    background-color: rgba(255, 255, 255, 0.2);
    border-width: 10px; }
    @media (min-width: 992px) {
      .product.product--outfits.active .card-figure--outfits::after, .product.product--outfits:hover .card-figure--outfits::after {
        border-width: 20px; } }
    @media (min-width: 1261px) {
      .product.product--outfits.active .card-figure--outfits::after, .product.product--outfits:hover .card-figure--outfits::after {
        border-width: 50px; } }
  .product.product--outfits.active .card-body--outfits, .product.product--outfits:hover .card-body--outfits {
    opacity: 1;
    visibility: visible; }

.productGrid--outfits .product--outfits {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%; }
  @media (min-width: 992px) {
    .productGrid--outfits .product--outfits {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      width: 33.33%; } }

.outfit-loader {
  position: absolute;
  top: -16px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: auto;
  font-size: 10px;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .outfit-loader {
      font-size: 12px;
      /* background: red; */
      top: -20px; } }
  .outfit-loader::after {
    display: block;
    content: "";
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%) rotate(0deg);
    animation: none;
    border: none;
    transform-style: unset;
    width: 14px;
    height: 14px;
    border-radius: 0px;
    content: "";
    background-size: contain;
    transform: none;
    display: inline-block; }
  .outfit-loader.text-success::after {
    display: none; }
  .outfit-loader.text-success::before {
    content: "";
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 145.6 123.2' style='enable-background:new 0 0 145.6 123.2' xml:space='preserve'%3E%3Cpath d='M18.9 61.8c-4.5-4.2-11.6-4-15.8.5-4.2 4.5-4 11.6.5 15.8l44.8 42c4.8 4.5 12.5 3.9 16.5-1.3L143.3 18c3.8-4.9 2.9-11.9-2-15.7-4.9-3.8-11.9-2.9-15.7 2L54.7 95.4 18.9 61.8z' style='fill:%23fff'/%3E%3C/svg%3E");
    background-color: #35a744;
    background-position: center center;
    background-size: 8px auto;
    background-repeat: no-repeat;
    width: 14px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    color: white;
    border-radius: 50%;
    font-size: 10px; }
    @media (max-width: 767.98px) {
      .outfit-loader.text-success::before {
        background-size: 6px auto;
        width: 12px;
        height: 12px;
        line-height: 12px; } }
  .outfit-loader.text-danger {
    flex-direction: column;
    background-color: white;
    z-index: 10;
    padding: 0.3em 0 1em;
    top: 0;
    line-height: 1.4; }
    .outfit-loader.text-danger::after {
      display: none; }
    .outfit-loader.text-danger::before {
      content: "";
      margin-right: 0;
      background-color: #dc3545;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 215.7 215.7' style='enable-background:new 0 0 215.7 215.7' xml:space='preserve'%3E%3Cpath d='M4.9 4.9c6.6-6.6 17.2-6.6 23.8 0l79.2 79.2 79.2-79.2c6.6-6.6 17.2-6.6 23.8 0 6.6 6.6 6.6 17.2 0 23.8l-79.2 79.2 79.2 79.2c6.6 6.6 6.6 17.2 0 23.8-6.6 6.6-17.2 6.6-23.8 0l-79.2-79.2-79.2 79.2c-6.6 6.6-17.2 6.6-23.8 0-6.6-6.6-6.6-17.2 0-23.8l79.2-79.2L4.9 28.7c-6.5-6.6-6.5-17.2 0-23.8z' style='fill:%23fff'/%3E%3C/svg%3E");
      width: 14px;
      display: block;
      height: 14px;
      line-height: 14px;
      color: white;
      border-radius: 50%;
      font-size: 10px;
      min-width: 14px;
      padding: 0;
      background-position: center center;
      background-size: 8px auto;
      background-repeat: no-repeat;
      margin-bottom: 5px; }

.card-rating[data-test-info-type="productRating"],
.card-rating {
  margin-top: 0.7rem;
  min-height: 22px; }
  .card-rating[data-test-info-type="productRating"] [data-number-of-reviews='0'],
  .card-rating [data-number-of-reviews='0'] {
    display: none !important; }

.writejudgemereviews--list .jdgm-prev-badge__text {
  display: none; }

.writejudgemereviews--list .jdgm-widget.jdgm-widget.jdgm-preview-badge {
  width: 100%; }

.filters-options {
  display: flex;
  background-color: white; }
  @media (min-width: 768px) {
    .filters-options {
      gap: 40px; } }
  @media (max-width: 767.98px) {
    .filters-options {
      padding: 0.9375rem 0.9375rem 0 0.9375rem;
      flex-direction: column;
      max-height: 480px;
      overflow-y: auto; } }
  @media (max-width: 767.98px) {
    .filters-options__block {
      border-bottom: 1px #ededed solid;
      position: relative; } }
  @media (min-width: 768px) {
    .filters-options__block {
      position: relative; } }
  .filters-options__dropdown-link {
    display: block;
    position: relative;
    padding: 0.75rem 20px 0.75rem 0;
    font-size: 14px;
    margin-right: 0;
    text-decoration: none;
    background: transparent;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white; }
    @media (min-width: 768px) {
      .filters-options__dropdown-link {
        padding: 5px 20px 5px 0;
        letter-spacing: 0.026em; } }
    @media (max-width: 767.98px) {
      .filters-options__dropdown-link {
        width: 100%;
        padding-right: 30px;
        text-align: left; } }
    .filters-options__dropdown-link::before {
      right: 3px;
      left: auto;
      position: absolute;
      margin-top: 0;
      content: "";
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      display: inline-block;
      transition: all 0.1s ease-in-out;
      transform-origin: center center;
      transform: translateY(calc(-50% - 2px)) rotate(45deg);
      width: 7px;
      height: 7px;
      top: 50%; }
      @media (max-width: 767.98px) {
        .filters-options__dropdown-link::before {
          right: 12px; } }
    .filters-options__dropdown-link.is-open::before {
      transform: translateY(calc(-50% + 2px)) rotate(-135deg); }
  .filters-options__dropdown-title {
    font-size: 0.9375rem;
    margin: 0;
    color: black; }
  .filters-options--dropdown-menu {
    background-color: #fff;
    padding: 20px; }
    @media (min-width: 768px) {
      .filters-options--dropdown-menu {
        border-radius: 8px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
        margin-top: 10px;
        min-width: 220px;
        left: 0px !important; }
        .filters-options--dropdown-menu.is-open {
          z-index: 100; }
        .filters-options--dropdown-menu::before {
          content: "";
          position: absolute;
          bottom: calc(100% - 5px);
          left: 20px;
          width: 10px;
          height: 10px;
          background-color: white;
          -ms-box-shadow: -2px -4px 4px rgba(0, 0, 0, 0.12);
          -webkit-box-shadow: -2px -4px 4px rgba(0, 0, 0, 0.12);
          box-shadow: -2px -4px 4px rgba(0, 0, 0, 0.12);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }
    @media (max-width: 767.98px) {
      .filters-options--dropdown-menu {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 0.9375rem; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .filters-options .filters-options__block:last-child {
    background-color: black; }
    .filters-options .filters-options__block:last-child .filters-options--dropdown-menu {
      left: auto !important;
      right: 0 !important; }
      .filters-options .filters-options__block:last-child .filters-options--dropdown-menu::before {
        left: auto;
        right: 20px; } }

.navList--filters {
  margin-bottom: 0.6rem; }

.form--range .form-field {
  width: 100%;
  float: none; }
  .form--range .form-field:not(:last-of-type) {
    margin-bottom: 10px; }

.card-colors-list {
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: white;
  width: 100%;
  padding: 0; }
  .card-colors-list__items {
    display: block; }
    .card-colors-list__items a {
      padding: 1px;
      border: 1px white solid;
      margin: 0;
      width: 22px;
      display: block;
      height: 22px;
      padding: 0px;
      background: white;
      border-radius: 50%;
      margin: 0.25rem 0.41667rem 0.25rem 0; }
    .card-colors-list__items.selected a {
      /* background-color: #00000080; */
      border-color: #000000; }
  .card-colors-list__color {
    display: block;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border: 1px #ededed solid;
    border-radius: 50%; }
  .card-colors-list .slick-prev,
  .card-colors-list .slick-next {
    margin: 0;
    padding: 0;
    width: 26px;
    height: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.16;
    background-color: #fff; }
    @media (min-width: 768px) {
      .card-colors-list .slick-prev,
      .card-colors-list .slick-next {
        width: 30px; } }
    .card-colors-list .slick-prev::before,
    .card-colors-list .slick-next::before {
      background-repeat: no-repeat;
      background-size: 100%;
      display: block;
      height: 18px;
      width: 10px;
      background-position: center center; }
    .card-colors-list .slick-prev:focus, .card-colors-list .slick-prev:hover,
    .card-colors-list .slick-next:focus,
    .card-colors-list .slick-next:hover {
      opacity: 0.9; }
  .card-colors-list .slick-prev {
    left: 0; }
    .card-colors-list .slick-prev::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='m10.86 29.86 1.62-1.17L2.47 14.93 12.48 1.18 10.86 0 0 14.93z'/%3E%3C/svg%3E"); }
  .card-colors-list .slick-next {
    right: 0; }
    .card-colors-list .slick-next::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='M1.62 29.86 0 28.69l10-13.76L0 1.18 1.62 0l10.86 14.93z'/%3E%3C/svg%3E"); }

.filters-options__dropdown-link[data-dropdown="facetedSearch-content--brand"] + .filters-options--dropdown-menu {
  min-width: 300px; }

.accordion--navList .accordion-navigation svg {
  fill: none;
  stroke: none;
  width: 7px;
  height: 7px;
  display: block; }

.accordion--navList .accordion-navigation:hover svg, .accordion--navList .accordion-navigation:focus svg {
  fill: none;
  stroke: none; }

.page-sidebar__title {
  font-size: 1.66667rem;
  font-weight: 400;
  letter-spacing: 0.02em; }

.toggleLink-text {
  font-size: 0.75rem; }
  @media (max-width: 767.98px) {
    .toggleLink-text {
      font-size: 0.66667rem; } }

.form-minMaxRow {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 240px;
  padding-top: 0;
  display: flex;
  margin-left: 0;
  margin-right: 0; }
  .form-minMaxRow .form-input,
  .form-minMaxRow .form-select {
    height: 22px;
    padding: 0.25rem 0.83333rem;
    font-size: 11px;
    min-width: 80px;
    background-color: #fff;
    border-color: #676565; }
  .form-minMaxRow .button {
    width: auto;
    font-size: 8px;
    height: 20px;
    padding: 0 10px; }
  .form-minMaxRow .form-field {
    padding: 0;
    margin-right: 8px; }
    .form-minMaxRow .form-field.form-field--range {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      margin-top: 0; }
      .form-minMaxRow .form-field.form-field--range:nth-child(2) {
        margin-right: 0; }
    .form-minMaxRow .form-field.form-field--button {
      -webkit-box-flex: 0;
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      order: 10;
      padding: 16px 0 4px; }

.form-field__price-range-text {
  color: #666;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0.3rem; }

.form-field--error.form-fieldset--custom .form-inlineMessage {
  font-size: 11px;
  line-height: 1; }

.navList[data-facet="Colour"],
.navList[data-facet="Size"] {
  display: flex;
  flex-wrap: wrap;
  max-width: 190px; }
  .navList[data-facet="Colour"] .navList-item,
  .navList[data-facet="Size"] .navList-item {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .navList[data-facet="Colour"] .navList-action--checkbox,
  .navList[data-facet="Size"] .navList-action--checkbox {
    display: block;
    max-width: 100%; }

.navList-action.navList-action--checkbox .navList-action-close {
  padding: 2px;
  right: 5px;
  float: none;
  top: 50%;
  transform: translateY(calc(-50% - 0px)); }
  .navList-action.navList-action--checkbox .navList-action-close .icon {
    width: 8px;
    height: 8px;
    color: #636363; }

.accordion-content--filter-btnholder {
  gap: 10px;
  margin-top: 0.8rem; }

.accordion-content--filter-btn {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 7px 11px;
  line-height: 1;
  border-radius: 0px;
  border: 1px solid #636363;
  background-color: #fff;
  color: #636363;
  letter-spacing: 0.06em;
  margin-left: 0;
  position: relative;
  top: auto;
  right: auto;
  transform: none; }
  @media (max-width: 767.98px) {
    .accordion-content--filter-btn {
      padding: 5px 10px;
      font-size: 0.66667rem; } }
  .accordion-content--filter-btn:hover, .accordion-content--filter-btn:focus, .accordion-content--filter-btn:focus-visible {
    background-color: black;
    border-color: black;
    color: white; }

.productCarousel-slide .slick-next--listing,
.productCarousel-slide .slick-prev--listing,
.productGrid--listing .slick-next--listing,
.productGrid--listing .slick-prev--listing {
  background-color: transparent;
  color: white;
  width: 2.08333rem;
  height: 4.16667rem;
  opacity: 0.8;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 0; }
  @media (min-width: 1261px) {
    .productCarousel-slide .slick-next--listing,
    .productCarousel-slide .slick-prev--listing,
    .productGrid--listing .slick-next--listing,
    .productGrid--listing .slick-prev--listing {
      width: 2.91667rem;
      height: 5rem; } }
  .productCarousel-slide .slick-next--listing:hover, .productCarousel-slide .slick-next--listing:focus,
  .productCarousel-slide .slick-prev--listing:hover,
  .productCarousel-slide .slick-prev--listing:focus,
  .productGrid--listing .slick-next--listing:hover,
  .productGrid--listing .slick-next--listing:focus,
  .productGrid--listing .slick-prev--listing:hover,
  .productGrid--listing .slick-prev--listing:focus {
    background-color: transparent;
    color: white;
    opacity: 1; }
  .productCarousel-slide .slick-next--listing::before,
  .productCarousel-slide .slick-prev--listing::before,
  .productGrid--listing .slick-next--listing::before,
  .productGrid--listing .slick-prev--listing::before {
    width: 0.5rem;
    height: 1.66667rem; }
    @media (min-width: 1261px) {
      .productCarousel-slide .slick-next--listing::before,
      .productCarousel-slide .slick-prev--listing::before,
      .productGrid--listing .slick-next--listing::before,
      .productGrid--listing .slick-prev--listing::before {
        width: 0.83333rem;
        height: 2rem; } }

.productCarousel-slide .slick-next.slick-arrow--rounded:hover, .productCarousel-slide .slick-next.slick-arrow--rounded:focus,
.productCarousel-slide .slick-prev.slick-arrow--rounded:hover,
.productCarousel-slide .slick-prev.slick-arrow--rounded:focus,
.productGrid--listing .slick-next.slick-arrow--rounded:hover,
.productGrid--listing .slick-next.slick-arrow--rounded:focus,
.productGrid--listing .slick-prev.slick-arrow--rounded:hover,
.productGrid--listing .slick-prev.slick-arrow--rounded:focus {
  background-color: #4d4d4d;
  color: white;
  border-color: #4d4d4d;
  opacity: 1; }

.productCarousel-slide .slick-next--listing::before, .productCarousel-slide .slick-next.slick-arrow--rounded::before,
.productGrid--listing .slick-next--listing::before,
.productGrid--listing .slick-next.slick-arrow--rounded::before {
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='M1.62 29.86 0 28.69l10-13.76L0 1.18 1.62 0l10.86 14.93z'/%3E%3C/svg%3E"); }

.productCarousel-slide .slick-next--listing:hover::before, .productCarousel-slide .slick-next--listing:focus::before, .productCarousel-slide .slick-next.slick-arrow--rounded:hover::before, .productCarousel-slide .slick-next.slick-arrow--rounded:focus::before,
.productGrid--listing .slick-next--listing:hover::before,
.productGrid--listing .slick-next--listing:focus::before,
.productGrid--listing .slick-next.slick-arrow--rounded:hover::before,
.productGrid--listing .slick-next.slick-arrow--rounded:focus::before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='M1.62 29.86 0 28.69l10-13.76L0 1.18 1.62 0l10.86 14.93z'/%3E%3C/svg%3E"); }

.productCarousel-slide .slick-prev--listing::before, .productCarousel-slide .slick-prev.slick-arrow--rounded::before,
.productGrid--listing .slick-prev--listing::before,
.productGrid--listing .slick-prev.slick-arrow--rounded::before {
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='m10.86 29.86 1.62-1.17L2.47 14.93 12.48 1.18 10.86 0 0 14.93z'/%3E%3C/svg%3E"); }

.productCarousel-slide .slick-prev--listing:hover::before, .productCarousel-slide .slick-prev--listing:focus::before, .productCarousel-slide .slick-prev.slick-arrow--rounded:hover::before, .productCarousel-slide .slick-prev.slick-arrow--rounded:focus::before,
.productGrid--listing .slick-prev--listing:hover::before,
.productGrid--listing .slick-prev--listing:focus::before,
.productGrid--listing .slick-prev.slick-arrow--rounded:hover::before,
.productGrid--listing .slick-prev.slick-arrow--rounded:focus::before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 29.86' style='enable-background:new 0 0 12.48 29.86' xml:space='preserve'%3E%3Cpath d='m10.86 29.86 1.62-1.17L2.47 14.93 12.48 1.18 10.86 0 0 14.93z'/%3E%3C/svg%3E"); }

.productCarousel-slide .slick-next--listing,
.productGrid--listing .slick-next--listing {
  right: 0; }

.productCarousel-slide .slick-prev--listing,
.productGrid--listing .slick-prev--listing {
  left: 0; }

.card-body .card-text.card-text--price {
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 4px 0; }
  .card-body .card-text.card-text--price .price-section {
    margin: 0px; }

.card-img-container {
  max-width: 100%; }

.cart {
  margin-bottom: 1.66667rem; }

.cart-options__list .applied {
  background: #F7F5F6;
  padding: 15px 15px 0;
  position: relative;
  top: 12px; }

.cart-container .cart-content-container {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .cart-container .cart-content-container {
      width: 70%;
      flex: 0 0 70%;
      max-width: 70%; } }

.cart-container .cart-summary {
  flex: 1; }
  .cart-container .cart-summary .cart-summary-inner {
    border: 1px solid #f2f2f2;
    padding: 15px; }
  @media (max-width: 767.98px) {
    .cart-container .cart-summary {
      padding: 0; } }
  @media (min-width: 768px) {
    .cart-container .cart-summary .cart-summary-inner {
      padding: 25px; } }
  .cart-container .cart-summary .cart-actions--btn {
    width: 100%;
    max-width: 100%;
    margin: 0; }
    .cart-container .cart-summary .cart-actions--btn.continue {
      margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .cart-container .cart-summary .cart-actions--btn {
        width: 200px; } }

.cart-container .cart-totals {
  background: #F7F5F6;
  padding: 15px; }
  .cart-container .cart-totals a {
    color: #000000; }
  .cart-container .cart-totals .form-input,
  .cart-container .cart-totals .form-select {
    background: #FFFFFF; }

.cart-container .coupon-form-container,
.cart-container .certificate-form-container {
  width: 100%;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  color: #636363;
  margin-bottom: 15px;
  position: relative; }
  .cart-container .coupon-form-container.form-expanded .arrow-dropdown svg,
  .cart-container .certificate-form-container.form-expanded .arrow-dropdown svg {
    transform: rotate(180deg); }
  .cart-container .coupon-form-container button,
  .cart-container .certificate-form-container button {
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    color: #000000; }
    .cart-container .coupon-form-container button:before,
    .cart-container .certificate-form-container button:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      left: 0;
      top: 0; }
  .cart-container .coupon-form-container .arrow-dropdown,
  .cart-container .certificate-form-container .arrow-dropdown {
    flex: 1;
    text-align: right; }
    .cart-container .coupon-form-container .arrow-dropdown svg,
    .cart-container .certificate-form-container .arrow-dropdown svg {
      display: block;
      float: right; }

.cart-container .form-increment {
  padding: 20px 10px;
  border: 1px solid #f2f2f2; }
  @media screen and (max-width: 767.98px) {
    .cart-container .form-increment {
      padding: 15px 10px; } }

.cart-container .cart-item-quantity {
  text-align: right; }

.cart-container .custom-field-container {
  padding: 10px 0; }

.cart-container .definitionList:before {
  content: unset; }

.cart-container .definitionList .definitionList-key {
  text-transform: uppercase; }

.cart-container .cart-item-info {
  flex: 1; }

.cart-container .cart-discount-block {
  color: #28a745; }

.cart-container .free-shipping {
  text-transform: uppercase; }

.cart-ad {
  background-color: black;
  color: white;
  padding: 0.83333rem; }
  @media (min-width: 768px) {
    .cart-ad {
      padding: 1.25rem 0; } }
  @media (min-width: 1261px) {
    .cart-ad {
      padding: 1.66667rem 0; } }
  .cart-ad__text {
    color: white; }

.section-grey-block {
  background-color: #e6e6e6; }

.page-heading {
  text-transform: uppercase; }
  .page-heading--custom {
    text-transform: none;
    font-weight: 700;
    font-size: 3.33333rem;
    letter-spacing: 0px; }
    @media (min-width: 768px) {
      .page-heading--custom {
        font-size: 8.33333rem; } }
    @media (min-width: 1261px) {
      .page-heading--custom {
        font-size: 12.16667rem; } }

.page__msg {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1.6rem; }
  @media (min-width: 768px) {
    .page__msg {
      font-size: 1rem;
      margin-bottom: 2rem; } }
  @media (min-width: 1261px) {
    .page__msg {
      font-size: 1rem;
      margin-bottom: 2.6rem; } }

.page-links {
  display: block;
  max-width: 730px;
  margin: 0 auto;
  margin-top: 2em; }
  @media (min-width: 768px) {
    .page-links {
      margin-top: 2.6em; } }
  @media (min-width: 1261px) {
    .page-links {
      margin-top: 4em; } }
  .page-links__items {
    display: block;
    padding: 10px 10px;
    width: auto;
    text-align: center; }
    @media (min-width: 768px) {
      .page-links__items {
        padding: 0 15px; } }
    @media (min-width: 1580px) {
      .page-links__items {
        width: 33.33%; } }

.form-prefixPostfix .form-input--search {
  background-color: white;
  border: 1px #7b7b7b solid;
  max-width: 370px;
  margin: 0 auto;
  /* min-height: 50px; */
  height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.2 41.9' style='enable-background:new 0 0 36.2 41.9' xml:space='preserve'%3E%3Cpath d='M30.9 3c-2.5-2-5.6-3-8.6-3-4.1 0-8.1 1.8-10.9 5.3-4.8 6-3.7 14.7 2.3 19.5 2.5 2 5.6 3 8.6 3 4.1 0 8.1-1.8 10.9-5.3 4.7-6.1 3.7-14.8-2.3-19.5zm1.5 18.8c-2.5 3.1-6.1 4.9-10.1 4.9-2.9 0-5.7-1-8-2.8-2.7-2.1-4.4-5.2-4.8-8.6-.4-3.4.5-6.8 2.7-9.5 2.5-3 6.2-4.8 10.1-4.8 2.9 0 5.7 1 8 2.8 2.7 2.1 4.4 5.2 4.8 8.6.4 3.4-.6 6.7-2.7 9.4z'/%3E%3Cpath d='m13.3 24.4.8.6L.8 41.9l-.8-.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 16px center; }
  @media (min-width: 768px) {
    .form-prefixPostfix .form-input--search {
      height: 48px;
      background-size: 20px auto;
      background-position: 20px center; } }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-input--search {
      height: 52px;
      background-position: 25px center;
      background-size: 25px auto; } }

.page-heading__wrap {
  padding: 1.66667rem 0; }
  @media (min-width: 768px) {
    .page-heading__wrap {
      padding: 2.5rem 0; } }
  @media (min-width: 1261px) {
    .page-heading__wrap {
      padding: 3.33333rem 0; } }

.page-heading--custom {
  padding-bottom: 1.2rem; }

.cart-header-item {
  color: #636363;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

.cart-item-brand {
  font-size: 1rem;
  color: #636363; }
  @media (min-width: 768px) {
    .cart-item-brand {
      font-size: 1.08333rem; } }
  @media (min-width: 1261px) {
    .cart-item-brand {
      font-size: 1.16667rem; } }

.cart-item-name,
.account-product-title,
.account-product-price {
  font-weight: 500; }
  @media (max-width: 767.98px) {
    .cart-item-name,
    .account-product-title,
    .account-product-price {
      font-size: 1.5rem; } }
  @media (min-width: 1261px) {
    .cart-item-name,
    .account-product-title,
    .account-product-price {
      font-size: 1.5rem; } }

.cart-item-name__label {
  text-decoration: none;
  color: black;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    .cart-item-name__label {
      font-size: 1.33333rem; } }

.cart-item-block {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-item-block {
      vertical-align: top;
      padding: 0; } }

.account-orderStatus-label {
  background-color: #e4e3e3; }

.account-listItem .account-product-image {
  position: absolute; }

.definitionList {
  display: flex;
  align-items: center; }
  @media (max-width: 767.98px) {
    .definitionList {
      font-size: 1rem; } }
  @media (min-width: 1261px) {
    .definitionList {
      font-size: 1rem; } }

.definitionList-key,
.definitionList-value,
.cart-item-info {
  color: #000;
  font-size: 1rem; }
  @media (max-width: 767.98px) {
    .definitionList-key,
    .definitionList-value,
    .cart-item-info {
      font-size: 1rem; } }
  @media (min-width: 1261px) {
    .definitionList-key,
    .definitionList-value,
    .cart-item-info {
      font-size: 1rem; } }

.cart-edit {
  text-decoration: underline;
  color: #636363;
  font-size: 1rem;
  display: none; }

.cart-item-quantity .form-increment {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 130px; }

.form-increment__input {
  display: block;
  background-color: white;
  color: black;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  height: 18px;
  display: inline-flex; }

.form-increment__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: space-around; }

.form-increment .button {
  border: none;
  background-color: white;
  width: 18px;
  height: 18px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.form-input--incrementTotal,
.form-select--incrementTotal {
  color: black;
  font-size: 1rem;
  height: 18px;
  padding: 0; }
  @media (min-width: 1261px) {
    .form-input--incrementTotal,
    .form-select--incrementTotal {
      font-size: 1.5rem; } }

.button--icon svg {
  fill: #000; }

.cart-item-value {
  font-size: 1.8rem;
  font-weight: normal; }
  @media (max-width: 767.98px) {
    .cart-item-value {
      display: block; } }

.cart-item-label {
  font-size: 1.08333rem; }
  @media (min-width: 768px) {
    .cart-item-label {
      font-size: 1.16667rem; } }

.cart-item-label--custom {
  display: block;
  width: auto;
  padding-left: 0;
  min-width: 115px;
  text-align: left; }
  @media (min-width: 768px) {
    .cart-item-label--custom {
      min-width: 116px; } }

.cart-content-padding-right {
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 767.98px) {
    .cart-content-padding-right {
      width: 100%; } }

@media (max-width: 767.98px) {
  .cart-content-padding-right::before,
  .cart-content-padding-right::after {
    content: "";
    display: table; } }

@media (max-width: 767.98px) {
  .cart-content-padding-right::after {
    clear: both; } }

@media (max-width: 767.98px) {
  tbody.cart-list::before,
  tbody.cart-list::after {
    content: "";
    display: table; } }

@media (max-width: 767.98px) {
  tbody.cart-list::after {
    clear: both; } }

.cart-item-value {
  padding-left: 0; }

.cart-item-value--custom {
  font-size: 1.16667rem;
  font-family: "ZurichBT-Bold";
  padding-left: 1.5rem; }
  @media (min-width: 1261px) {
    .cart-item-value--custom {
      padding-left: 0;
      font-size: 1.33333rem; } }

.cart-item-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px; }
  @media (max-width: 767.98px) {
    .cart-item-action {
      width: 100%;
      float: right; } }

.cart-item-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.08333rem;
  margin-bottom: 0.83333rem; }
  @media (min-width: 1261px) {
    .cart-item-list {
      font-size: 1.16667rem;
      margin-bottom: 1.33333rem; } }

.cart-item-list__items {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 0.16667rem; }

.cart-item-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: initial; }

@media (min-width: 768px) {
  .cart-item-title {
    padding: 0 1.66667rem;
    width: 50%; } }

@media (min-width: 768px) {
  .cart-total + .cart-total {
    border: none; } }

@media (max-width: 767.98px) {
  .cart-total-label,
  .cart-total-value {
    padding: 0.5rem 0 0.5rem 0.8rem; } }

@media (min-width: 768px) {
  .cart-total-label,
  .cart-total-value {
    padding: 0.5rem 0; } }

@media (max-width: 767.98px) {
  .cart-total-value {
    text-align: right; } }

.cart-total-grandTotal {
  font-size: 1rem; }
  @media (max-width: 767.98px) {
    .cart-total-grandTotal {
      font-size: 0.875rem; } }
  @media (min-width: 1261px) {
    .cart-total-grandTotal {
      font-size: 1rem; } }

@media (max-width: 767.98px) {
  .cart-total-label {
    width: 40%;
    text-align: left; } }

@media (min-width: 768px) {
  .cart-total-label {
    width: 45%; } }

@media (min-width: 1261px) {
  .cart-total-label {
    width: 40%; } }

@media (max-width: 767.98px) {
  .cart-total-value {
    width: 60%; } }

@media (min-width: 768px) {
  .cart-total-value {
    width: 55%; } }

@media (min-width: 1261px) {
  .cart-total-value {
    width: 60%; } }

.cart-options {
  font-size: 1rem; }
  @media (min-width: 768px) {
    .cart-options {
      font-size: 1rem; } }
  @media (min-width: 1261px) {
    .cart-options {
      font-size: 1rem; } }

.shipping-estimate-show--calculate {
  text-decoration: none;
  box-shadow: 0px 1px 0px black;
  transition: box-shadow ease-in-out 300ms; }
  .shipping-estimate-show--calculate:hover, .shipping-estimate-show--calculate:focus, .shipping-estimate-show--calculate:focus-visible {
    text-decoration: none;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0); }

.cart-totals {
  width: 100%;
  margin-bottom: 2.08333rem; }

.cart-total-label {
  color: black; }

.cart-actions {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .cart-actions::before, .cart-actions::after {
    display: none; }
  @media (min-width: 768px) {
    .cart-actions {
      justify-content: space-between;
      flex-direction: row; } }
  .cart-actions--btn {
    width: 100%;
    max-width: 200px;
    margin: 0.41667rem 0 1.25rem;
    font-size: 0.9rem; }
    @media (min-width: 768px) {
      .cart-actions--btn {
        margin: 0 0.41667rem; } }
    @media (min-width: 768px) {
      .cart-actions--btn {
        margin: 0;
        margin-left: 0.83333rem;
        max-width: 246px; } }
    .cart-actions--btn.continue {
      box-shadow: 0px 1px 0px black;
      transition: box-shadow ease-in-out 300ms; }
      .cart-actions--btn.continue:hover, .cart-actions--btn.continue:focus, .cart-actions--btn.continue:focus-visible {
        text-decoration: none;
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0); }
    .cart-actions--btn.btn--checkout {
      margin-bottom: 0; }
  .cart-actions__options {
    display: flex;
    text-align: center;
    flex-direction: column;
    margin-top: 1.25rem; }
    @media (min-width: 551px) {
      .cart-actions__options {
        text-align: right;
        margin-top: 1.83333rem; } }
  .cart-actions__seperator {
    display: block;
    font-size: 100%;
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .cart-actions__seperator {
        margin-bottom: 1.83333rem; } }
  .cart-actions__paypal {
    display: block; }
    .cart-actions__paypal img {
      max-width: 240px; }

.cart-remove {
  float: none; }
  @media (min-width: 1261px) {
    .cart-remove {
      margin-right: 1.66667rem; } }
  .cart-remove.icon--remove {
    width: 25px;
    height: 25px;
    display: block;
    margin: 10px 0;
    background-color: transparent; }
    @media (max-width: 767.98px) {
      .cart-remove.icon--remove {
        margin: 2px 0 0; } }
    .cart-remove.icon--remove svg {
      fill: #121212; }
    .cart-remove.icon--remove:hover svg, .cart-remove.icon--remove:focus svg {
      fill: black; }

.estimator-form-label .form-label {
  font-size: 1rem;
  color: #0a0909; }

.cart-total .form-input, .cart-total
.form-select {
  font-size: 1rem; }

.form.estimator-form {
  float: right;
  margin-top: 0.83333rem; }
  .form.estimator-form .btn-primary {
    width: 60%; }

.c-configure-sizes .form-field {
  display: flex;
  justify-content: center; }

.c-configure-sizes .form-field--custom {
  flex-direction: column;
  align-items: center; }

@media (max-width: 767.98px) {
  .btn-apply {
    height: 40px;
    width: 70px; } }

@media (min-width: 768px) {
  .btn-apply {
    height: 40px;
    width: 100px; } }

.coupon-form .form-input,
.cart-gift-certificate-form .form-input {
  width: calc(100% - 70px); }
  @media (min-width: 768px) {
    .coupon-form .form-input,
    .cart-gift-certificate-form .form-input {
      width: calc(100% - 100px); } }

.estimator-form-input--price {
  width: 25%; }

.select-shipping-quote {
  margin-bottom: 1.66667rem; }

.shipping-quotes {
  float: right;
  width: 100%; }

.estimator-form-row dl {
  float: left;
  width: 100%; }

.estimator-form-row .estimator-form-label {
  width: 75%; }

.estimator-form--default > ul {
  margin-left: 0; }

.form-actions input + input {
  margin-top: 0;
  margin-left: 0.75rem; }

.pagination-list--order .pagination-item {
  width: auto;
  height: auto;
  padding: 0; }
  .pagination-list--order .pagination-item:focus, .pagination-list--order .pagination-item:hover {
    background-color: transparent; }
  @media (min-width: 768px) {
    .pagination-list--order .pagination-item {
      width: auto;
      height: auto;
      margin: 0; } }
  @media (max-width: 991.98px) {
    .pagination-list--order .pagination-item {
      padding: 0; } }

.account-content {
  padding-left: 0;
  padding-right: 0; }

.form-control--custom {
  height: 3.3125rem;
  border: 1px black solid;
  background-color: transparent; }
  @media (max-width: 767.98px) {
    .form-control--custom {
      height: 3rem; } }
  .form-control--custom.form-select {
    padding-right: 40px; }
  .form-control--custom:focus, .form-control--custom:focus-within {
    background-color: #f6f6f6;
    border-color: black; }

.form-actions--custom input {
  width: auto; }

.account-heading {
  display: none; }

.account-body {
  margin-left: 0;
  margin-right: 0; }

.navBar--account .navBar-item {
  text-transform: uppercase;
  margin: 0.4rem 0; }
  .navBar--account .navBar-item.is-active {
    border: none;
    font-weight: 500; }

.navBar--account .navBar-action {
  color: black;
  font-size: 1rem;
  padding: 0; }

.icon--increment,
.icon--decrement {
  width: 15px;
  height: 15px; }

@media (min-width: 1261px) {
  .common-block--cart {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto; } }

.cart-status .alertBox--info {
  background-color: black;
  border-color: black; }

.cart-status .alertBox-icon {
  display: none !important; }

.cart-additionalCheckoutButtons .FloatRight p,
.previewCart-additionalCheckoutButtons .FloatRight p {
  margin-top: 0px !important; }

.cart-form .gift-certificate-code {
  float: left; }

.dropdown-menu .cart-additionalCheckoutButtons .CheckoutButton:last-child, .dropdown-menu
.previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center; }

.dropdown-menu .cart-additionalCheckoutButtons .FloatRight p, .dropdown-menu
.previewCart-additionalCheckoutButtons .FloatRight p {
  text-align: center; }

.section-product-featured {
  display: block;
  padding: 3rem 0 0; }

.cart-header-item.product {
  width: 45%; }

.cart-header-item.price {
  width: 15%; }

.cart-header-item.quantity {
  width: 15%; }

.cart-header-item.total {
  width: 15%; }

.cart-header-item.action {
  width: 10%; }

.cart-container .cart-item:last-child {
  border-bottom: none; }

.cart-item {
  border-bottom: 1px solid black;
  display: flex; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 0px; } }
  @media (min-width: 992px) {
    .cart-item {
      margin-right: 35px; } }
  @media (max-width: 767.98px) {
    .cart-item {
      float: left;
      clear: both;
      width: 100%; } }

.cart-item-figure {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-left: 0px; } }
  @media (min-width: 768px) {
    .cart-item-figure {
      width: 150px;
      max-width: 150px; } }
  @media (min-width: 992px) {
    .cart-item-figure {
      width: 180px;
      max-width: 180px; } }

@media (max-width: 767.98px) {
  .cart-item-title {
    width: 65.67%;
    float: left;
    height: 6.86rem;
    padding-left: 0; } }

@media (max-width: 550.98px) {
  .cart-item-title {
    width: 65.67%; } }

.cart-item--price {
  text-align: center; }
  @media (max-width: 767.98px) {
    .cart-item--price {
      width: 33.33%;
      padding-left: 0;
      position: relative;
      left: 33.33%;
      text-align: right;
      vertical-align: top;
      clear: none;
      float: left;
      overflow: hidden;
      background-color: red;
      display: none; } }

.cart-mobile-component .product-item-detail-info {
  position: relative; }
  .cart-mobile-component .product-item-detail-info .cart-item-action {
    position: absolute;
    bottom: 0;
    width: 50px;
    right: 0; }
  .cart-mobile-component .product-item-detail-info .price-info-container {
    display: flex; }
  .cart-mobile-component .product-item-detail-info .cart-item-value {
    font-size: 1.33333rem; }

.cart .product-item-detail-info .price--discounted {
  opacity: .6;
  margin-right: 5px; }

.cart-item-quantity {
  text-align: center; }
  @media (max-width: 767.98px) {
    .cart-item-quantity {
      width: 100%;
      margin-top: 15px;
      display: flex;
      justify-content: flex-start;
      position: relative;
      padding-left: 0;
      text-align: left;
      vertical-align: top;
      clear: none; } }

@media (max-width: 767.98px) {
  .cart-item-total {
    text-align: right;
    width: 33.33%;
    padding-left: 0;
    position: relative;
    left: 0;
    text-align: right;
    vertical-align: top;
    clear: none;
    float: left;
    overflow: hidden; } }

@media (min-width: 768px) {
  .cart-item-total {
    text-align: center; } }

.table.wishlists-table thead tr th {
  font-weight: 400;
  text-transform: uppercase;
  color: #636363;
  border-bottom: none;
  border-top: none; }

.table.wishlists-table tbody tr td {
  vertical-align: middle; }

.table.wishlists-table td a:not(.btn) {
  text-decoration: none;
  box-shadow: 0px 0px 0px 1px black;
  transition: box-shadow ease-in-out 300ms;
  padding: 0.3rem 0.5rem;
  color: black;
  text-transform: uppercase;
  font-size: 0.8rem; }
  .table.wishlists-table td a:not(.btn):hover, .table.wishlists-table td a:not(.btn):focus, .table.wishlists-table td a:not(.btn):focus-visible {
    text-decoration: none;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2); }

.address {
  padding-left: 15px;
  padding-right: 15px; }

.address-title {
  font-size: 1rem;
  font-weight: 500; }

.address-details--postal {
  font-size: 1rem; }

@media (max-width: 550.98px) {
  .table-actions .form-fieldset {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start; } }

.account-content--w-50 {
  max-width: 860px;
  width: 100%;
  padding-left: 6vw; }
  @media (max-width: 1260.98px) {
    .account-content--w-50 {
      max-width: 100%;
      padding-left: 0; } }

.wishListProductGrid {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: flex;
  flex-wrap: wrap; }
  .wishListProductGrid .card {
    padding-bottom: 1rem; }
  .wishListProductGrid .card-figure .card-wishlisticn {
    display: none; }
  .wishListProductGrid .product {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 2.5rem;
    width: 50%; }
    @media (min-width: 768px) {
      .wishListProductGrid .product {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-bottom: 2.91667rem;
        width: 33.33%; } }
    @media (min-width: 1261px) {
      .wishListProductGrid .product {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%; } }

.wishlist-form {
  margin: 0; }

.wishlist-form .form-field {
  margin-bottom: 1.3rem;
  float: none;
  padding: 0; }

.wishlist-form .form-actions {
  margin-top: 3rem; }

.form-checkbox.form-checkbox--custom + .form-label::before,
.form-radio.form-checkbox--custom + .form-label::before {
  top: 0;
  border-radius: 0px; }

.form-checkbox.form-checkbox--custom + .form-label::after {
  top: 1px; }

.form-row.form-row--half {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.page-sidebar--custom {
  flex-direction: column;
  align-items: flex-start; }

.form-share {
  max-width: 800px; }

.price-cart-mini {
  gap: 2px; }

#cart-preview-dropdown {
  min-width: calc(40px + 370px) !important; }

.font-size-10 {
  font-size: 10px;
  line-height: 1.3; }

.gap-3em {
  gap: 0.3em; }

.gap-1em {
  gap: 1em; }

.text-transform-none {
  text-transform: none; }

.text-decoration-none {
  background-color: green;
  text-decoration: none; }
  .text-decoration-none:hover {
    text-decoration: underline; }

.text-decoration-none.td-404:hover {
  text-decoration: none; }

.cart-table-member {
  gap: 3px; }
  @media (min-width: 768px) {
    .cart-table-member {
      gap: 8px; } }

@media (max-width: 767.98px) {
  .cart-item-title {
    height: auto;
    padding-left: 15px; } }

.account-orderTotal {
  font-size: 1rem; }

.account-orderTotal-value:last-child {
  font-size: 1.25rem; }

@media (min-width: 768px) {
  .account-content--custom {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media (min-width: 768px) {
  .account-content--custom {
    width: 80%; } }

@media (min-width: 768px) {
  .account-content--custom {
    width: 100%;
    float: none; } }

@media (min-width: 992px) {
  .account-content--custom {
    width: 65%;
    float: left; } }

@media (min-width: 1261px) {
  .account-content--custom {
    width: 75%; } }

@media (max-width: 767.98px) {
  .account-sidebar--custom {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) {
  .account-sidebar--custom {
    width: 100%;
    float: none; } }

@media (min-width: 992px) {
  .account-sidebar--custom {
    width: 35%;
    float: right; } }

@media (min-width: 1261px) {
  .account-sidebar--custom {
    width: 25%; } }

.account-sidebar-block {
  font-size: 1rem; }

.definitionList--custom {
  flex-direction: column;
  margin-bottom: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px 0; }

.definitionList-items .definitionList-key {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.5; }

@media (min-width: 992px) {
  .account-sidebar-wrapper {
    padding-left: 2rem; } }

@media (max-width: 1260.98px) {
  .order .cart-item-name,
  .order .account-product-title,
  .order .account-product-price {
    font-size: 1rem; } }

@media (max-width: 991.98px) {
  .account-orderTotal-key,
  .account-orderTotal-value {
    margin: 0;
    padding: 1rem 0; } }

.account-listShipping .account-listShipping-title {
  line-height: 1.5; }

.cart-status [data-layout-name="Layout - Desktop"] {
  max-width: 780px;
  margin: 0 auto; }

.page-heading--custom-404 {
  margin-bottom: 1.8rem; }

@media (max-width: 767.98px) {
  .page-content--404 {
    padding-left: 1rem;
    padding-right: 1rem; } }

.page__msg-404 {
  max-width: 100%;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .page__msg-404 {
      line-height: 2; } }

.page-link-wrap {
  width: 100%;
  max-width: 850px;
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .page-link-wrap {
      margin-top: 4.4rem; } }

.page-link__wrapper {
  max-width: 260px; }

.page-link__item {
  margin: 1rem 0; }
  @media (min-width: 768px) {
    .page-link__item {
      margin: 0; } }

.page-link__maintitle {
  font-size: 1.8rem;
  margin-bottom: 1.4rem; }
  @media (min-width: 768px) {
    .page-link__maintitle {
      font-size: 2.167rem;
      margin-bottom: 3.2rem; } }

.page-link__wrap {
  background-color: #f4f4f4;
  height: 100%;
  min-height: 160px; }
  @media (min-width: 768px) {
    .page-link__wrap {
      min-height: 200px; } }

.page-link__title {
  font-size: 1.417rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.page-link__para {
  margin-bottom: 0; }

.page-heading--custom--404-title {
  font-size: 6.66667rem;
  font-weight: 700;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .page-heading--custom--404-title {
      font-size: 8.33333rem; } }
  @media (min-width: 1261px) {
    .page-heading--custom--404-title {
      font-size: 12.16667rem; } }

.page-quote {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .page-quote {
      margin-top: 4.6rem; } }
  .page-quote__title {
    margin-bottom: 2.4rem; }
  .page-quote__block {
    position: relative;
    max-width: 442px;
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem; }
    .page-quote__block p {
      margin-bottom: 0;
      position: relative;
      z-index: 2;
      font-size: 1.08333rem;
      font-weight: 600;
      line-height: 1.7; }
    .page-quote__block::before, .page-quote__block::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.7 32.8'%3E%3Cpath fill='%23E5E5E5' d='M16.5,0c-3.2,10.8-5.3,24.6-5.6,32.8H0C0.5,22.7,4.5,7.4,8.1,0H16.5z M35.7,0c-3.5,11-5.5,24.2-5.7,32.8H19.1 C19.6,22.1,24,6.8,27.2,0H35.7z'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: contain;
      width: 35px;
      height: 32px;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .page-quote__block::after {
      transform: rotate(-180deg);
      right: 0;
      left: auto; }
  .page-quote__author {
    margin-top: 1.8rem;
    font-weight: 400; }

.page-summary {
  padding-top: 3.6rem;
  border-top: 1px #bababa solid;
  margin-top: 3.6rem; }
  @media (min-width: 768px) {
    .page-summary {
      padding-top: 4.6rem;
      margin-top: 4.6rem; } }
  .page-summary__title {
    font-size: 1.66667rem;
    font-weight: 400;
    margin-bottom: 1.6rem; }
    @media (min-width: 768px) {
      .page-summary__title {
        font-size: 2.16667rem; } }
  .page-summary__para {
    margin-bottom: 0; }

.cart-page-icons .footer-options__list {
  max-width: 345px;
  flex-wrap: wrap;
  margin: 0; }

.cart-page-icons .footer-options__items {
  padding: 1rem .5rem 1rem .5rem; }
  @media (min-width: 768px) {
    .cart-page-icons .footer-options__items {
      padding: 1rem 0rem 1rem 1.4rem; } }

.cart-page-icons .footer-options__icn {
  height: 20px !important; }

.cart-page-icons .icn-amex {
  width: 40px; }

.cart-page-icons .icn-visa {
  width: 40px; }

.cart-page-icons .icn-mastercard {
  width: 28px; }

.cart-page-icons .icn-paypal {
  width: 45px; }

.cart-page-icons .icn-afterpay {
  width: 64px; }

.cart-page-icons .icn-paypal-interest {
  width: 68px;
  mix-blend-mode: normal; }

.blog-title {
  margin-bottom: .5em; }

.page-content--cms h1,
.page-content--cms h2,
.page-content--cms h3,
.page-content--cms h4,
.page-content--cms h5,
.page-content--cms h6 {
  margin-bottom: 1.66667rem; }
  @media (min-width: 768px) {
    .page-content--cms h1,
    .page-content--cms h2,
    .page-content--cms h3,
    .page-content--cms h4,
    .page-content--cms h5,
    .page-content--cms h6 {
      margin-bottom: 2.08333rem; } }
  @media (min-width: 1261px) {
    .page-content--cms h1,
    .page-content--cms h2,
    .page-content--cms h3,
    .page-content--cms h4,
    .page-content--cms h5,
    .page-content--cms h6 {
      margin-bottom: 2.5rem; } }

.page-content--cms p,
.page-content--cms ul {
  margin-bottom: 0.83333rem; }
  @media (min-width: 768px) {
    .page-content--cms p,
    .page-content--cms ul {
      margin-bottom: 1.25rem; } }
  @media (min-width: 1261px) {
    .page-content--cms p,
    .page-content--cms ul {
      margin-bottom: 1.66667rem; } }

.category-bottom-banner {
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
  padding-top: 6.66667rem;
  padding-bottom: 6.66667rem; }
  .category-bottom-banner h1,
  .category-bottom-banner h2,
  .category-bottom-banner h3,
  .category-bottom-banner h4,
  .category-bottom-banner h5,
  .category-bottom-banner h6 {
    font-size: 1rem;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .category-bottom-banner p {
    margin-bottom: 1.6rem; }
    .category-bottom-banner p:last-child {
      margin-bottom: 0; }
  .category-bottom-banner a {
    color: black; }

.footer-newsletter {
  max-width: 700px;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .footer-newsletter form > div > div:nth-child(4) {
      display: flex !important;
      flex-direction: column !important;
      align-items: stretch !important;
      justify-content: center !important; }
      .footer-newsletter form > div > div:nth-child(4) > div:nth-child(1) {
        flex: 0 1 auto !important;
        width: 100% !important; }
      .footer-newsletter form > div > div:nth-child(4) > div:nth-child(2) {
        width: 100% !important;
        padding-top: 10px !important;
        justify-content: stretch !important; } }

.footer-newsletter button.needsclick {
  padding: 0px 3.6vw !important; }
  @media (max-width: 767.98px) {
    .footer-newsletter button.needsclick {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; } }

[data-testid="POPUP"] button.needsclick,
[aria-label="Open Form"] button.needsclick {
  padding: 0px !important; }

[aria-label="Open Form"].button.needsclick {
  padding: 0px !important; }

.productView-info-name.cpu-product,
.productView-info-value.cpu-product,
.cpu__list.cpu__list--suggested,
.cpu__item-price .price-section--saving,
.cpu__item .cpu__item-options,
.cpu__item.hasOptions .cpu__item-button--addtocart {
  display: none; }

.cpu {
  position: relative;
  margin-bottom: 3rem;
  min-height: 280px;
  clear: both; }

.cpu__heading {
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: #636363; }
  @media (min-width: 768px) {
    .cpu__heading {
      font-size: 24px; } }

.cpu__list {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none; }
  @media (min-width: 768px) {
    .cpu__list {
      flex-direction: row; } }

.cpu__item {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 768px) {
    .cpu__item {
      width: 31%; } }

.cpu__item-form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .cpu__item-form {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; } }

.cpu__item-img-wrapper {
  width: 50%; }
  @media (min-width: 551px) {
    .cpu__item-img-wrapper {
      width: 15%; } }
  @media (min-width: 768px) {
    .cpu__item-img-wrapper {
      width: 30%; } }

.cpu__item-details {
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .cpu__item-details {
      text-align: left;
      width: 65%; } }

.cpu__item-brand {
  display: none;
  margin-bottom: 5px;
  font-size: 14px;
  color: #999; }
  @media (min-width: 768px) {
    .cpu__item-brand {
      min-height: 21px; } }

.cpu__item-name {
  margin-bottom: 5px;
  font-size: 15px; }
  @media (min-width: 768px) {
    .cpu__item-name {
      min-height: 44px; } }

.cpu__item-price {
  margin-bottom: 2.25rem;
  color: #999; }
  @media (min-width: 768px) {
    .cpu__item-price {
      min-height: 42px; } }

.cpu__item-button {
  margin-bottom: 0; }

/* ==========================================================
## states
========================================================== */
.cpu__item.wasAdded,
.cpu__item.wasAdded:hover,
.cpu__item.hasOptions.wasAdded,
.cpu__item.hasOptions.wasAdded:hover {
  border-color: #47a536; }

.cpu__item.wasAdded .cpu__item-button,
.cpu__item.wasAdded .cpu__item-button:hover {
  color: #fff;
  background-color: #47a536;
  border-color: #47a536; }

.cpu__item.hasError,
.cpu__item.hasError:hover,
.cpu__item.hasOptions.hasError,
.cpu__item.hasOptions.hasError:hover {
  border-color: #e24957; }

.cpu__item.hasError .cpu__item-button,
.cpu__item.hasError .cpu__item-button:hover {
  color: #fff;
  background-color: #e24957;
  border-color: #e24957; }

/* ==========================================================
## modal
========================================================== */
.cpu__modal .swal2-title {
  font-size: 18px; }

.cpu__item-button--modaladdtocart,
.cpu__item-button--modaladdtocart:active,
.cpu__item-button--modaladdtocart:focus {
  opacity: 0.5; }

.hasOptions--selected .cpu__item-button--modaladdtocart,
.hasOptions--selected .cpu__item-button--modaladdtocart:active,
.hasOptions--selected .cpu__item-button--modaladdtocart:focus {
  opacity: 1; }

/* ==========================================================
## carousel
========================================================== */
.cpu__list-slick {
  display: block;
  width: auto;
  min-width: none;
  max-width: 100vw;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .cpu__list-slick {
      display: flex; } }

.cpu__item-slick {
  border-width: 0;
  padding: 1.5rem 0.75rem; }
  @media (min-width: 768px) {
    .cpu__item-slick {
      border-width: 1px 0;
      padding: 1.5rem 0; } }

.cpu__list .slick-next {
  right: -1.5rem;
  border-color: transparent;
  background-color: transparent; }

.cpu__list .slick-prev {
  left: -1.5rem;
  border-color: transparent;
  background-color: transparent; }

.cpu__list .slick-prev::before {
  filter: invert(100%); }

.cpu__list .slick-next::before {
  filter: invert(100%); }

/* ==========================================================
## custom
========================================================== */
.cpu__item-details .button {
  background-color: #000;
  border-color: #000;
  padding: .5rem 1rem;
  font-weight: 500;
  font-size: 16px; }

.cpu__item-price {
  margin-bottom: 0; }

.cpu__item-name {
  min-height: unset; }

.cpu__item-price {
  min-height: unset; }

.cpu__item-options-content .form-field {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 25px; }

.cpu__item-options-actions .cpu__item-button {
  background-color: #000;
  border-color: #000; }

.cpu__list .cpu__item-form {
  align-items: center; }

.cpu__item-name {
  line-height: 1;
  margin-top: 8px; }
  @media (min-width: 768px) {
    .cpu__item-name {
      margin: 0; } }

.cpu__item-price .price-section {
  margin-left: 0;
  margin-bottom: 5px; }

.cpu__item-details {
  margin-left: 10px;
  margin-right: 10px; }

.cpu__item-price .price-section span {
  color: #000; }

.cpu__item-img-wrapper {
  width: 25%; }
  @media (min-width: 768px) {
    .cpu__item-img-wrapper {
      width: 27.5%; } }
  @media (min-width: 1261px) {
    .cpu__item-img-wrapper {
      width: 30%; } }

.cpu__list .cpu__item-slick {
  border-top: none;
  border-bottom: none; }
  @media (min-width: 768px) {
    .cpu__list .cpu__item-slick {
      width: 33.33337%; } }
